RE: (KAME-snap 3327) Re: Panic on current (12 Sept)

2000-09-18 Thread Reinier Bezuidenhout
Hi ... Without starting the racoon daemon and doing a secure connect everything works fine without a problem. If I start racoon, do a tunnel connection and then run daily, the machine panics .. Reinier On 16-Sep-00 Shoichi 'Ne' Sakane wrote: I'm running a current machine of 12 Sept although

Re: (KAME-snap 3327) Re: Panic on current (12 Sept)

2000-09-18 Thread Reinier Bezuidenhout
As far as I recall ... the first kernel was before any of the SMP commits ... but in case it was not ... how do I go about going back to a "coarse grain lock" kernel ... can I set something in the config file or do I have to checkout old sources ?? Reinier On 17-Sep-00 [EMAIL PROTECTED] wrote:

Re: Debugging -current SMPNG HANG on heavy disk-io

2000-09-18 Thread Michael Reifenberger
On Sun, 17 Sep 2000, John Baldwin wrote: ... Hmm, could it be lockmgr() related? How can I proof? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make world fails errors in libedit?

2000-09-18 Thread Administrator
Updated around 3 am (CET) and tryed to build the world but if fails miserably on libedit. Script started on Mon Sep 18 06:18:48 2000 (root@worldclass:/usr/src) make world -- elf make world started on Mon Sep 18 06:18:52 GMT 2000

Re: patch for openssh

2000-09-18 Thread Alexander Leidinger
On 17 Sep, John Polstra wrote: What is the point of that change? Functionally it makes no difference at all, since "*auth" is an AuthenticationConnection. It makes the I was a little bit confused at that time. Yes, it's more of a bikeshed decision, IMHO it makes it less difficult to read

Re: VMWare on -current, how fast should I expect it to be?

2000-09-18 Thread Nik Clayton
On Tue, Sep 12, 2000 at 04:44:41PM +0200, Reinier Bezuidenhout wrote: Let me first ask ... do you use the "suspend/resume" option?? Yep. This caused the same "lockup" every few seconds on my machine too - a much slower 400 PII. As soon as I "shutdown" Win9X and rebooted it worked fine. I

Re: Fdescfs updates--coming to a devfs near you!

2000-09-18 Thread Bruce Evans
On Sun, 17 Sep 2000, Adrian Filipi-Martin wrote: I recently ran into revelant problem with /dev/stdout, while working on some software under linux that expected /dev/stdout as an argument instead of using stdout. Using the device file breaks, if the process is suid to a

Re: updated OpenSSH pam_ssh, the old bug is back

2000-09-18 Thread Jeroen Ruigrok van der Werven
-On [2916 17:10], Alexander Leidinger ([EMAIL PROTECTED]) wrote: after the update of OpenSSH xdm crashes if I enable pam_ssh in pam.conf. I fixed this in the old version, but it seems the bug is back. I have a look at it and try to produce a patch again. You mean that bug which you reported

Re: (KAME-snap 3338) Re: Panic on current (12 Sept)

2000-09-18 Thread Jun-ichiro itojun Hagino
"current machine" meaning FreeBSD-current? if so, are there any locking behavior changes due to the introduction of fine grain locks? what happens if you go back to coarse grain lock kernel? As far as I recall ... the first kernel was before any of the SMP commits ... but

Re: (KAME-snap 3337) RE: Panic on current (12 Sept)

2000-09-18 Thread Jun-ichiro itojun Hagino
Without starting the racoon daemon and doing a secure connect everything works fine without a problem. If I start racoon, do a tunnel connection and then run daily, the machine panics .. I bet you can panic the kernel with setkey(8) in that case. am I correct? if so,

Re: updated OpenSSH pam_ssh, the old bug is back

2000-09-18 Thread Alexander Leidinger
On 18 Sep, Jeroen Ruigrok van der Werven wrote: after the update of OpenSSH xdm crashes if I enable pam_ssh in pam.conf. I fixed this in the old version, but it seems the bug is back. I have a look at it and try to produce a patch again. You mean that bug which you reported and produced a

Re: updated OpenSSH pam_ssh, the old bug is back

2000-09-18 Thread Jeroen Ruigrok van der Werven
-On [2918 16:20], Alexander Leidinger ([EMAIL PROTECTED]) wrote: On 18 Sep, Jeroen Ruigrok van der Werven wrote: You mean that bug which you reported and produced a patch and which I subsequently committed? The malloc.conf - AJ resulted coredump one? Initially yes, but at the moment I'm

No buffer space available errors

2000-09-18 Thread Ben Smithurst
Does anyone have any clue what could cause errors like this? I've been seeing this sort of stuff since the SMPng commit, IIRC. I'm sure there's more information I should be giving, so just let me know what to find. dmesg is at the end. Sep 18 07:56:01 lithium last message repeated 17 times Sep

Re: updated OpenSSH pam_ssh, the old bug is back

2000-09-18 Thread Alexander Leidinger
On 18 Sep, Jeroen Ruigrok van der Werven wrote: You mean that bug which you reported and produced a patch and which I subsequently committed? The malloc.conf - AJ resulted coredump one? Initially yes, but at the moment I'm under the impression it's another bug (I don't know where it is and

Re: (KAME-snap 3338) Re: Panic on current (12 Sept)

2000-09-18 Thread Hajimu UMEMOTO
On Mon, 18 Sep 2000 10:00:53 +0200 (SAST) Reinier Bezuidenhout [EMAIL PROTECTED] said: rbezuide As far as I recall ... the first kernel was before any of the SMP rbezuide commits ... but in case it was not ... how do I go about rbezuide going back to a "coarse grain lock" kernel ... can I set

Thread-safe version of fpathconf(2) syscall missed from libc_r [patch for review]

2000-09-18 Thread Maxim Sobolev
Hi, It seems that due to unknown for me reasons, thread-safe wrapper for fpathconf(2) syscall is missed from the libc_r, while fpathconf listed in the list of syscalls for which thread-safe wrappers are to be provided (src/lib/libc_r/Makefile:31). The following short example exposes the bug:

Re: No buffer space available errors

2000-09-18 Thread Bosko Milekic
On Mon, 18 Sep 2000, Ben Smithurst wrote: Does anyone have any clue what could cause errors like this? I've been seeing this sort of stuff since the SMPng commit, IIRC. I'm sure there's more information I should be giving, so just let me know what to find. dmesg is at the end.

Re: No buffer space available errors

2000-09-18 Thread Matthew N. Dodd
On Mon, 18 Sep 2000, Ben Smithurst wrote: Does anyone have any clue what could cause errors like this? I've been seeing this sort of stuff since the SMPng commit, IIRC. I'm sure there's more information I should be giving, so just let me know what to find. dmesg is at the end. ... ep0:

Re: Strange procfs bug(?) 3.2-RELEASE

2000-09-18 Thread David Kirchner
Does anyone know if the patch indicated below was committed to fix this FreeBSD 3.2 bug? I can't upgrade to a later release yet, but if this patch is it, I can hack it in. On Mon, 11 Sep 2000, Alfred Perlstein wrote: * David Kirchner [EMAIL PROTECTED] [000911 12:19] wrote: Yes, there's a

SMPng feedback

2000-09-18 Thread Kenneth Wayne Culver
Alright, I've been using -CURRENT with the SMPng changes for a few days and wanted to give some feedback. Overall everything works, although I have been experienceing a few problems which may or may not be related. 1) When I'm playing music (mp3), and I move the mouse or move a window in X,

periodic no longer usable by users?

2000-09-18 Thread Mike Meyer
It seems that recent (the last two weeks?) changes to periodic have changed things so that non-root users of it no longer get any output. A simple fix would be to change the default output to $USER (not yet tested). However, having a user-specific periodic.conf would be a lot more useful. But I

Re: Fdescfs updates--coming to a devfs near you!

2000-09-18 Thread Adrian Filipi-Martin
On Tue, 19 Sep 2000, Bruce Evans wrote: On Sun, 17 Sep 2000, Adrian Filipi-Martin wrote: I recently ran into revelant problem with /dev/stdout, while working on some software under linux that expected /dev/stdout as an argument instead of using stdout. Using the device file

Re: kernel breakage in aac.c (Was: Can't build a kernel)

2000-09-18 Thread Doug Barton
On Sun, 17 Sep 2000, Doug Barton wrote: If I use the buildkernel target I get the following: make: cannot open /usr/amd/realmounts/slave/usr/current/src/sys/dev/aic7xxx/Makefile. *** Error code 2 Stop in /usr/amd/realmounts/slave/usr/current/src. *** Error code 1 This is

Re: kernel breakage in aac.c (Was: Can't build a kernel)

2000-09-18 Thread David Greenman
This is still broken: === aac cc -O -pipe -DAAC_COMPAT_LINUX -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include

Re: kernel breakage in aac.c (Was: Can't build a kernel)

2000-09-18 Thread Doug Barton
Et voila. Thanks, Doug On Mon, 18 Sep 2000, David Greenman wrote: Here is a fix. Hopefully Mike will commit it soon. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road

Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread sanpei
I've seen these patches many times and think that it is a good idea. This interface needs to be exported so that the pccard system sounds don't interfere with normal systme sounds. Thanks for your response. OK, I will commit this patch the next weekend. -- By the way, we also need

Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread Warner Losh
In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : I've seen these patches many times and think that it is a good idea. : This interface needs to be exported so that the pccard system sounds : don't interfere with normal systme sounds. : : Thanks for your response. OK, I will commit

Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread sanpei
Warner-san wrote: In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : I've seen these patches many times and think that it is a good idea. : This interface needs to be exported so that the pccard system sounds : don't interfere with normal systme sounds. : : Thanks for your response. OK,