Re: Zpool surgery

2013-01-27 Thread Jiri Mikulas
On 2013/01/27 15:31, Steven Hartland wrote: - Original Message - From: "Ulrich Spörlein" I have a slight problem with transplanting a zpool, maybe this is not possible the way I like to do it, maybe I need to fuzz some identifiers... I want to transplant my old zpool tank from a 1TB d

LOR ip_dummynet.c:1138

2003-10-31 Thread Jiri Mikulas
just for info ~~~cur~~~ lock order reversal 1st 0xc0962ba0 dummynet (dummynet) @ /usr/src/sys/netinet/ip_dummynet.c:1138 2nd 0xc2229a90 rtentry (rtentry) @ /usr/src/sys/netinet/ip_dummynet.c:1200 Stack backtrace: backtrace(c0875f98,c2229a90,c087c023,c087c023,c087d2ec) at backtrace+0x17 witness_lo

LOR route.c:182

2003-10-30 Thread Jiri Mikulas
lock order reversal 1st 0xc220b690 rtentry (rtentry) @ /usr/src/sys/net/route.c:182 2nd 0xc204807c radix node head (radix node head) @ /usr/src/sys/net/route.c:133 Stack backtrace: backtrace(c087588d,c204807c,c087b88a,c087b88a,c087b8e0) at backtrace+0x17 witness_lock(c204807c,8,c087b8e0,85,c087b8e

panic route.c:565

2003-10-28 Thread Jiri Mikulas
FreeBSD 5.1-CURRENT #3: Tue Oct 28 23:51:52 CET 2003 ~~~cut~~~ recursed on non-recursive lock (sleep mutex) rtentry @ /usr/src/sys/net/route.c:565 first acquired @ /usr/src/sys/net/route.c:182 panic: recurse ~~~cut~~~ ___ [EMAIL PROTECTED] mailing list h

LOR (swap_pager.c:1319 uma_core.c:876)

2003-10-27 Thread Jiri Mikulas
hi sorry if reported ~~~cut~~~ lock order reversal 1st 0xc30924a0 vm object (vm object) @ /usr/src/sys/vm/swap_pager.c:1319 2nd 0xc096e520 swap_pager swhash (swap_pager swhash) @ /usr/src/sys/vm/swap_pager.c:1835 3rd 0xc103565c vm object (vm object) @ /usr/src/sys/vm/uma_core.c:876 Stack backtrace

PrismGT and PrismDuette cards

2003-10-23 Thread Jiri Mikulas
Hi Is anybody working on driver for these chipsets ? thaks for reply Jiri ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 802.11g PCMCIA card mode

2003-10-20 Thread Jiri Mikulas
Hi ~~~cut~~~ - Original Message - From: "Sam Leffler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 18, 2003 11:02 AM Subject: Fwd: cvs commit: src/sys/net80211 ieee80211_output.c ieee80211_var.h This fixes adhoc mode for wi devices. Adhoc mode is still not working co

LOR in dummynet

2003-10-12 Thread Jiri Mikulas
map02# uname -a FreeBSD map02.modrany.czf 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Oct 12 22:33:45 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ROUTER i386 Oct 13 00:25:32 map02 kernel: lock order reversal Oct 13 00:25:32 map02 kernel: 1st 0xc301f194 inp (inp) @ /usr/src/sys/netinet/tcp

wicontrol TX patch

2003-09-30 Thread Jiri Mikulas
Hello My questoin is about status of wicontrol TX power control in current ? Anybody planing to commit it into wicontrol ? I use modified patch from "imp" for three months it works well, but problem is, that if card is reseted by wi_reset - i guess, value from register is owerwrited by default (I

procfs problem

2003-09-29 Thread Jiri Mikulas
Hello i have problem with /proc i already have options PROCFS options PSEUDOFS in kernel but get these messages ~~~cut~~~ map02# strace -p 730 strace: open("/proc/...", ...): No such file or directory trouble opening proc file map02# truss -p 730 truss: cannot open /proc/730/mem:

re,rl and BURN_BRIDGES

2003-09-26 Thread Jiri Mikulas
Hello when i use BURN_BRIDGES in kernel config, it seems that there is resubmited old part of code in function suspend and resume - PCIR_MAPS symbol i made diff for me - see attachment please could anybody submit corrected version into cvs tree? i'm not maintainer ... Thanks for help :) Jiri ---