Re: WOL question

2007-04-11 Thread Kimi Ostro
On 10/04/07, Jack Vogel [EMAIL PROTECTED] wrote: I am hoping someone here who has more familiarity with the ACPI code can enlighten me I have an internal bug filed complaining that FreeBSD disables wake-on-lan on the hardware. This means that if you boot, say, Linux, even Knoppix as a

Re: Poor NFS performance after recent update

2006-12-23 Thread Kimi Ostro
Ok just to finish this thread off: After taking the power away from my switch for 30 seconds and powering it up again - everything automagically works back to normals. Merry Christmas a Happy new Year. -- Kimi ___ freebsd-stable@freebsd.org mailing

Re: Poor NFS performance after recent update

2006-12-15 Thread Kimi Ostro
Looks like I was wrong, as SCP is also just as slow as NFS I'm lost. I'm going to install 6.1-RELEASE to see if that fixes my problem. thanks! all!! -- Kimi ___ freebsd-stable@freebsd.org mailing list

Re: Poor NFS performance after recent update

2006-12-15 Thread Kimi Ostro
On 16/12/06, Jeremy Chadwick [EMAIL PROTECTED] wrote: Your problem might be duplex-related. Can you provide some netstat -in output (after you've scp'd stuff, etc.), as well as ifconfig -a output? nxclient-1.4.0-91.i386.tar.gz 100% 3423KB 23.1KB/s 02:28 NameMtu

Re: Poor NFS performance after recent update

2006-12-15 Thread Kimi Ostro
Okay, this is getting stranger. transferring data between 8 machines on my network which are all running FreeBSD as having this problem, yet I cans download iso file off the internet at over 100KB/s. -- Kimi ___ freebsd-stable@freebsd.org mailing list

Poor NFS performance after recent update

2006-12-14 Thread Kimi Ostro
I am have a realy big issue with NFS. I updated my fileserver to -STABLE as of 13th December and suffering poor NFS performance. before I was transferring data at around 6-8MBps now it is 30KBps - yes 30KBps!!. also cause some mounted shares to lock up. I thought it was the nve0 interface and

Re: Poor NFS performance after recent update

2006-12-14 Thread Kimi Ostro
Hi, On 15/12/06, Jay Chandler [EMAIL PROTECTED] wrote: What's the entry for the NFS share in /etc/fstab? fserver:/data /media/datanfs rw,-b,-i,-s,-L,noauto I don't run clients with rpc.statd(8) rpc.lockd(8) -- Jay Chandler Network Administrator, Chapman

Re: Poor NFS performance after recent update

2006-12-14 Thread Kimi Ostro
On 15/12/06, Jay Chandler [EMAIL PROTECTED] wrote: I do run statd and lockd, but let's keep it simple for now at first. My settings are similar, only the sole flag I have is rw-- if you remove those flags, does the speed change at all? no, still the same 20-60KBps that hovers about 30KBps.