Re: [Need Help]isboot (iSCSI boot driver) version 0.2.1

2010-07-04 Thread Daisuke Aoyama
Thank you for your advice! 128KB is a default MAXPHYS value. You may rise it in your kernel if you want. I am successfully using 1MB MAXPHYS now. I misunderstood. I thought maxio was able to overwrite in GENERIC kernel. OK, I built custom kernel. There is a result. It's great! The log shows: c

Re: SUJ panic on new directory rename

2010-07-04 Thread Peter Holm
On Sun, Jul 04, 2010 at 09:42:08PM +0200, Attilio Rao wrote: > Is this core updates somewhere? (With, possibly, a copy of your kernel > binaries?) > > Attilio > Some more info here: http://people.freebsd.org/~pho/stress/log/attilio039.txt - Peter ___

Re: SUJ panic on new directory rename

2010-07-04 Thread Attilio Rao
2010/7/4 Attilio Rao : > 2010/7/4 Peter Holm : >> On Sun, Jul 04, 2010 at 09:42:08PM +0200, Attilio Rao wrote: >>> Is this core updates somewhere? (With, possibly, a copy of your kernel >>> binaries?) >>> >>> Attilio >>> >> >> Some more info here: >> >> http://people.freebsd.org/~pho/stress/log/att

Re: SUJ panic on new directory rename

2010-07-04 Thread Attilio Rao
2010/7/4 Peter Holm : > On Sun, Jul 04, 2010 at 09:42:08PM +0200, Attilio Rao wrote: >> Is this core updates somewhere? (With, possibly, a copy of your kernel >> binaries?) >> >> Attilio >> > > Some more info here: > > http://people.freebsd.org/~pho/stress/log/attilio039.txt I see you did a call d

igb issues

2010-07-04 Thread Matthew Jacob
Updated my kernel in the last day or so, and now get: igb0: Watchdog timeout -- resetting igb0: Queue(0) tdh = 342, hw tdt = 342 igb0: TX(0) desc avail = 1022,Next TX to Clean = 340 igb0: Link is Down igb0: Link is up 1000 Mbps Full Duplex igb0: Watchdog timeout -- resetting igb0: Queue(6) tdh =

Re: SUJ panic on new directory rename

2010-07-04 Thread Attilio Rao
Is this core updates somewhere? (With, possibly, a copy of your kernel binaries?) Attilio 2010/7/3 Mateusz Guzik : > Hi, > > I've got the following panic while running kernel as of r209343: > > Kernel page fault with the following non-sleepable locks held: > exclusive sleep mutex Softdep Lock (So

Re: [CFT] BSDL iconv in base system

2010-07-04 Thread Anonymous
Gabor Kovesdan writes: > Em 2010.06.17. 23:21, Anonymous escreveu: >>> If cross-compiling doesn't work, how did you build the former one that >>> gave you that error? >>> >> Here is my guess >> >> libiconv_modules compiles fine but installs both normal and lib32 objdir >> into /usr/lib when lib32

k3b causing kernel panic

2010-07-04 Thread David Naylor
Hi, K3b is causing FreeBSD to panic with a recent amd64 custom kernel from current. The kernel is from ~ 1 July) and does include the changes from r209590. Some of the changes I made include: options ATA_CAM and I have one DVD-RW installed: # dmesg | grep 'cd[0-9]' cd0 at ata0 bus 0

Re: [Need Help]isboot (iSCSI boot driver) version 0.2.1

2010-07-04 Thread Daniel Braniss
> iscsi initiator paniced over 4 dev, and the code has limitations of > devices, it is hardcoded to 4 > > 9f2ae5be (scottl 2007-07-24 15:35:02 + 39) #define ISCSIDEV > "iscsi" > 9f2ae5be (scottl 2007-07-24 15:35:02 + 40) > 9f2ae5be (scottl 2007-07-24 15:35:02 + 41) #define >

Re: [Need Help]isboot (iSCSI boot driver) version 0.2.1

2010-07-04 Thread Oliver Pinter
iscsi initiator paniced over 4 dev, and the code has limitations of devices, it is hardcoded to 4 9f2ae5be (scottl 2007-07-24 15:35:02 + 39) #define ISCSIDEV"iscsi" 9f2ae5be (scottl 2007-07-24 15:35:02 + 40) 9f2ae5be (scottl 2007-07-24 15:35:02 + 41) #define ISCSI_MAX_TARGET

Re: [Need Help]isboot (iSCSI boot driver) version 0.2.1

2010-07-04 Thread Alexander Motin
Daisuke Aoyama wrote: >>> Notes/Known Issues/Limitations: >>> FreeBSD can't use transfer length > 64KB. >> >> Since 8.0 FreeBSD can use any transfer lengths. 64K is a safety limit >> for CAM SIMs that do not report maximum transfer size. If your driver >> supports bigger transactions (and even if n

Re: [Need Help]isboot (iSCSI boot driver) version 0.2.1

2010-07-04 Thread Daisuke Aoyama
Updated to 0.2.2 I noticed a bug after writing previous mail. sosend was called from XPT_SCSI_IO with locked mutex. It caused "sleeping thread owns a non-sleepable lock". What's new?: add auto sense. add maxio=1m. modify max tags by iSCSI command window. fix locked sleep problem. Download links

Re: [Need Help]isboot (iSCSI boot driver) version 0.2.1

2010-07-04 Thread Daisuke Aoyama
Hi, Notes/Known Issues/Limitations: FreeBSD can't use transfer length > 64KB. Since 8.0 FreeBSD can use any transfer lengths. 64K is a safety limit for CAM SIMs that do not report maximum transfer size. If your driver supports bigger transactions (and even if not), you should fill maxio field

Re: rc.conf inet6 confusion

2010-07-04 Thread Randy Bush
>>network_interfaces="bge0 lo0" # List of network interfaces (lo0 is >> loopback). >>ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. >>ipv4_addrs_bge0="147.28.0.36/24 147.28.0.40/24" >>ifconfig_bge0_ipv6="2001:418:1::36/64" > > ^^

Re: rc.conf inet6 confusion

2010-07-04 Thread Bjoern A. Zeeb
On Sun, 4 Jul 2010, Randy Bush wrote: i386 9-current as of today /etc/rc.conf network_interfaces="bge0 lo0" # List of network interfaces (lo0 is loopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ipv4_addrs_bge0="147.28.0.36/24 147.28.0.40/24" if

rc.conf inet6 confusion

2010-07-04 Thread Randy Bush
i386 9-current as of today /etc/rc.conf network_interfaces="bge0 lo0" # List of network interfaces (lo0 is loopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ipv4_addrs_bge0="147.28.0.36/24 147.28.0.40/24"