Re: Fragments refused by ipfw

2000-10-13 Thread Bill Fumerola
On Fri, Oct 13, 2000 at 02:37:04PM +0900, Jun Kuriyama wrote: After some debug, PULLUP_TO() in case IPPROTO_UDP. Is reason for this failing of m_pullup()? Yes. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. [EMAIL PROTECTED] / [EMAIL PROTECTED] To

scp times out or gets crc errors

2000-10-13 Thread Christoph Kukulies
I'm getting strange crc errors and timeouts when trying to use scp (secure rcp from ssh) to copy some files. kuku scp *.jpg remotehost: [EMAIL PROTECTED]'s password: kukuck1.jpg 100% |*| 196 KB00:06 Read from remote host [EMAIL PROTECTED]:

Re: scp times out or gets crc errors

2000-10-13 Thread Christoph Kukulies
Forgot to mention that it's -current of two days ago while it used to work on a 6 months old -current. On Fri, Oct 13, 2000 at 09:45:03AM +0200, Christoph Kukulies wrote: I'm getting strange crc errors and timeouts when trying to use scp (secure rcp from ssh) to copy some files. kuku scp

/boot partition?

2000-10-13 Thread Mike Meyer
Just curious - now that the kernel has moved into /boot/kernel/kernel, does anyone know how well would it work to put /boot in it's own partition (possibly in it's own slice)? Thanx, mike To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

DO_DEFLATE / PPP_DEFLATE confusion ?

2000-10-13 Thread Poul-Henning Kamp
Can somebody please figure out if this option should be called DO_DEFLATE or PPP_DEFLATE please ?? Poul-Henning Index: conf/options === RCS file: /home/ncvs/src/sys/conf/options,v retrieving revision 1.230 diff -u -r1.230 options

HEADS UP: fsck wrappers gotcha

2000-10-13 Thread Adrian Chadd
As pointed out by mr Sobolev, the fsck wrappers will blindly try to execute fsck_$FS regardless of whether its there or not, and fail if it isn't. This is a gotcha for non-fsck'able fses right now, such as nfs and ntfs. The solution, which I forgot to add in my email, is to set pass to 0. This

ata-raid.c

2000-10-13 Thread Valentin Chopov
ata-raid.c is missing from sys/conf/files Val To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: /boot partition?

2000-10-13 Thread Michael C . Wu
On Fri, Oct 13, 2000 at 07:22:20AM -0500, Mike Meyer scribbled: | Just curious - now that the kernel has moved into /boot/kernel/kernel, | does anyone know how well would it work to put /boot in it's own | partition (possibly in it's own slice)? I do not think loader can see stuff in other

Re: /boot partition?

2000-10-13 Thread Maxim Sobolev
"Michael C . Wu" wrote: On Fri, Oct 13, 2000 at 07:22:20AM -0500, Mike Meyer scribbled: | Just curious - now that the kernel has moved into /boot/kernel/kernel, | does anyone know how well would it work to put /boot in it's own | partition (possibly in it's own slice)? I do not think

Re: Panic m_copydata, negative off out of tcp_output

2000-10-13 Thread Bosko Milekic
Is this with code before or after the race condition in the sockbuf limiting code was fixed? On Fri, 13 Oct 2000, Greg Lehey wrote: I've been having a few panics lately with a PRE_SMPNG snap: [...] Does anybody recognize this? Greg -- Finger [EMAIL PROTECTED] for PGP

Hangs on 'heavy' diskaccess

2000-10-13 Thread Mark Huizer
A few of my machines are getting hangs, running -current. At the moment of the hang, everything freezes, no more keyboard response, so I can't do any debugging. What I know about the machine at the moment is this: It's doing disk intensitive stuff (like a cvsup mirror doing a cvsup to sync with

Re: Hangs on 'heavy' diskaccess

2000-10-13 Thread Soren Schmidt
It seems Mark Huizer wrote: A few of my machines are getting hangs, running -current. At the moment of the hang, everything freezes, no more keyboard response, so I can't do any debugging. What I know about the machine at the moment is this: It's doing disk intensitive stuff (like a cvsup

Re: Hangs on 'heavy' diskaccess

2000-10-13 Thread Mark Huizer
On Fri, Oct 13, 2000 at 09:30:31PM +0200, Soren Schmidt wrote: It seems Mark Huizer wrote: A few of my machines are getting hangs, running -current. At the moment of the hang, everything freezes, no more keyboard response, so I can't do any debugging. What I know about the machine at

latest changes to pci/if_*

2000-10-13 Thread Mark Huizer
Seem to miss a definition for struct mtx: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing -prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf

Re: Hangs on 'heavy' diskaccess

2000-10-13 Thread The Hermit Hacker
On Fri, 13 Oct 2000, Mark Huizer wrote: A few of my machines are getting hangs, running -current. At the moment of the hang, everything freezes, no more keyboard response, so I can't do any debugging. What I know about the machine at the moment is this: It's doing disk intensitive stuff

Re: /boot partition?

2000-10-13 Thread Leif Neland
"Michael C . Wu" wrote: On Fri, Oct 13, 2000 at 07:22:20AM -0500, Mike Meyer scribbled: | Just curious - now that the kernel has moved into /boot/kernel/kernel, | does anyone know how well would it work to put /boot in it's own | partition (possibly in it's own slice)? I do not

Recent thread changes

2000-10-13 Thread Daniel Eischen
I've just committed some changes to the threads library and would appreciate feedback from anyone running threaded applications. They include fixes that -stable could really use. This commit also implements zero system call thread context switching in the threads library. Switching between