Re: Sockets stuck in FIN_WAIT_1

2008-05-30 Thread Tod McQuillin
l -pe 's/.*\s((?:\d+\.){3}\d+)\.(\d+)\s*((?:\d+\.){3}\d+)\.(\d+).*/tcpdrop $1 $2 $3 $4/' | sh -x This relies on tcpdrop, included as /usr/sbin/tcpdrop on FreeBSD 6.x; you may need to install it from a port on FreeBSD 4.x. -- Tod McQuillin ___

Re: Odd file in /lost+found after softupdate inconsistency in fsck

2008-03-05 Thread Tod McQuillin
On Thu, 6 Mar 2008, Peter Jeremy wrote: On Wed, Mar 05, 2008 at 09:43:15PM +0900, Tod McQuillin wrote: /home/lost+found# ls -lksh total 24432 24432 -r 1 root operator40G Mar 5 20:12 #005 It is 40G in size but only occupies 24432k on disk, so it is a sparse file. The file

Odd file in /lost+found after softupdate inconsistency in fsck

2008-03-05 Thread Tod McQuillin
pshot for #005? n Is there a magic "shapshot" flag on the file? Have I somehow damaged my ufs2+softupdates filesystem by losing its inode #5 containing snapshot data? Any insights appreciated, -- Tod McQuillin ___ freebsd-s

Re: Laptop recommendations for 6.x

2007-02-20 Thread Tod McQuillin
On Tue, 20 Feb 2007, Nik Clayton wrote: I'm using an IBM/Lenovo T42 at the moment, but that's shortly going back, so: Things I don't like: * Battery life isn't great Did you try powerd? * No WiFi WiFi works fine on my T42 with the iwi driv

Re: Strange error

2005-06-11 Thread Tod McQuillin
_options(5) for details. -- Tod McQuillin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Poor network performance: a lot of timeouts

2005-05-30 Thread Tod McQuillin
On Mon, 30 May 2005, Kris Kennaway wrote: On Mon, May 30, 2005 at 10:56:22PM +0200, Sebastian Ahndorf wrote: Kris Kennaway wrote: Both sides must have same config, autosense should work if there is no config possibility in other end. autosense may in fact not work, especially on low-quality

Re: wi0 is always status: no carrier

2005-05-12 Thread Tod McQuillin
at it should be as simple as "ifconfig wi0 ad.dr.es.s netmask 255.255.255.0" or "dhclient wi0", but neither of those work. Be sure to set the ssid: ifconfig wi0 ssid whatever -- Tod McQuillin ___ freebsd-stable@freebsd.org mailing l

ACPI errors with 5-stable, zzz

2005-03-03 Thread Tod McQuillin
n, but if anyone can explain the messages, I'd appreciate it. dmesg is attached. -- Tod McQuillin Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `synce

Help me understand netstat output

2005-02-20 Thread Tod McQuillin
her ether-only traffic) but not the other way around. Anyone know the explanation for this? -- Tod McQuillin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Bug in nfsd, or did I just read the manpage wrong ?

2005-02-09 Thread Tod McQuillin
of me! Try the patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/25826 That worked for me. I've also attached the patch to this email. -- tod McQuillin Index: nfsd.c === RCS file: /usr/src/cvs-repo/src/sbin/nfsd/Attic/nfsd

Re: 4.11: sysctl hw.instruction_sse?

2005-01-14 Thread Tod McQuillin
On Fri, 14 Jan 2005, Christian Weisgerber wrote: Tod McQuillin: Add options CPU_ENABLE_SSE to your kernel config and rebuild the kernel. But CPU_ENABLE_SSE is defined by default. Are you saying it isn't in RELENG_4? That's rig

Re: 4.11: sysctl hw.instruction_sse?

2005-01-14 Thread Tod McQuillin
On Fri, 14 Jan 2005, Christian Weisgerber wrote: What's going on here? Add options CPU_ENABLE_SSE to your kernel config and rebuild the kernel. -- Tod McQuillin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: icc8 failed on 4.10: Illegal instruction

2004-12-28 Thread Tod McQuillin
(gdb) Strange, the code in __intel_proc_init_ftzdaz looks like the right code. Right now I can not say from what extention "stmxcsr" come from. Here is the features from dmesg: Features=0xbfebfbff Google seems to indicate it's an SSE instruction. Do you have 'options CPU_ENA

Re: Logging out the user

2004-12-15 Thread Tod McQuillin
I kill those as well? ps -Uusername then kill as above. -- Tod McQuillin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Just locked up a file system ... but not the system ...

2004-08-12 Thread Tod McQuillin
#x27;t have any way of getting to the DDB and trying to get a core :( Can't you use "reboot -d" for this? or maybe "reboot -qd". Never tried it, but it seems like it makes sense in this situation. -- Tod McQuillin ___

Re: Hardware RAID vs vinum

2002-05-27 Thread Tod McQuillin
ve experience with vinum, but we also experienced terrible performance with Sun's ODS and software RAID-5. We didn't notice similar problams with Veritas volume manager. I'm beginning to think it's peculiar to ODS, and that other software RAID-5 implementations probably work a

Re: Tar broken for large files?

2002-05-16 Thread Tod McQuillin
ar version 1.11.2 If you want to see all the changes in gtar from ports, then: # cd /usr/ports/archivers/gtar # make extract # less work/tar-1.13.25/NEWS # less work/tar-1.13.25/Changelog -- Tod McQuillin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: MFC of ATA driver from -current finished, please test..

2002-03-23 Thread Tod McQuillin
e answer to 2 is no and the answer to 3 is yes, should this be made configurable via a variable in rc.conf? Thanks, -- Tod McQuillin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: wi0 problems under latest STABLE

2002-03-14 Thread Tod McQuillin
*sc; struct ifnet*ifp; + int s; sc = xsc; ifp = &sc->arpcom.ac_if; *** *** 809,815 --- 815,823 if (ifp->if_flags & IFF_OACTIVE) return; + s = splimp(); wi_cmd(sc,