Re: midi causes panic on boot? + entropy gatherer works fine

2001-03-14 Thread Alex Zepeda
On Mon, Mar 12, 2001 at 04:38:50PM +0100, Szilveszter Adam wrote: I wonder if this is known? If not, I can certainly provide more information. The offending sound hw is a Creative SB 64 AWE ISAPnP card. It works fine otherwise. (as it always has) Yup I'm seeing this too. SMP kernel, AWE64

random reboots...

2001-03-14 Thread Alex Zepeda
I haven't been able to track this down since the kernel won't panic.. but with more recent kernels I've noticed: * options NCP prevents the kernel from linking * midi panics the system right after bootup But the biggest problem seems to be the spontaneous rebooting. At first I thought it

Re: Proposal to mergemaster

2001-03-14 Thread Martin Blapp
Hmm, just some thoughts here: I modified mergemaster so he add's to every file he touches or installs this md5 checksum. When mergemaster reads a file and compares it, it extracts the md5 checksum form the file (if it exists) and looks if the file has been changed or not. If a new file get's

Re: midi causes panic on boot? + entropy gatherer works fine

2001-03-14 Thread Seigo Tanimura
On Wed, 14 Mar 2001 00:49:53 -0800, Alex Zepeda [EMAIL PROTECTED] said: Alex On Mon, Mar 12, 2001 at 04:38:50PM +0100, Szilveszter Adam wrote: I wonder if this is known? If not, I can certainly provide more information. The offending sound hw is a Creative SB 64 AWE ISAPnP card. It works

Re: random reboots...

2001-03-14 Thread Alex Zepeda
On Wed, Mar 14, 2001 at 12:49:01AM -0800, Alex Zepeda wrote: The kernel that seems to work was built on Feb 18th, and the ones that aren't are from as recently as March 13th. D'oh. Forgot the kernel config file and dmesg output. The config file hasn't changed, but the dmesg output is

Re: Proposal to mergemaster

2001-03-14 Thread Jordan Hubbard
From: Martin Blapp [EMAIL PROTECTED] Subject: Re: Proposal to mergemaster Date: Wed, 14 Mar 2001 09:51:28 +0100 (CET) If it is possible to add these checksums also in sysinstall when extracting the first time you install, nothing has to be done with commit scripts and also the first time you

Re: Proposal to mergemaster

2001-03-14 Thread Martin Blapp
Hi Jordan, If it is possible to add these checksums also in sysinstall when extracting the first time you install, nothing has to be done with commit scripts and also the first time you run mergemaster, you can run it a lot more faster than now. Can you be more specific? Some diffs

Re: Proposal to mergemaster

2001-03-14 Thread Jordan Hubbard
Yes, I mean when we extract and install all /etc files, is it possible to add then then md5 checksum to all installed config files into the cvs header ? (With grep -v "$FreeBSD:" of course). Oh. No, not easily. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: random reboots...

2001-03-14 Thread Boris Popov
On Wed, 14 Mar 2001, Alex Zepeda wrote: I haven't been able to track this down since the kernel won't panic.. but with more recent kernels I've noticed: * options NCP prevents the kernel from linking You need options LIBMCHAIN as well. We don't have mechanism for specifying

Re: random reboots...

2001-03-14 Thread Matthew Thyer
Alex Zepeda wrote: I haven't been able to track this down since the kernel won't panic.. but with more recent kernels I've noticed: * options NCP prevents the kernel from linking * midi panics the system right after bootup Me too Saw the NCP problem today at ctm-cvs-cur 7214. Saw the

Re: Proposal to mergemaster

2001-03-14 Thread Matthew Thyer
Brian Somers wrote: 3. Have a cvs-aware option. If the installed and new version numbers differ, mergemaster does a cvs diff -u -rINSTALLEDVERSION newversion | patch INSTALLEDFILE. If this works, everyone's happy. If not, it forces you to modify the new file 'till there are no bits in

Re: PAM(?) breaks r* and ftpd

2001-03-14 Thread Matthew Thyer
Dmitry Valdov wrote: Hi! Try to make an .rhosts file and rlogin to fresh RELENG_4 or -CURRENT branch. rlogin -l dv xxx.xxx.xxx.xxx I saw the rlogin problem but somehow fixed it later my pam.conf was OK so I uncommented the ipv6 versions of the services in /etc/inetd.conf and that

Re: Fixed - pthread altsigstack problem

2001-03-14 Thread KUROSAWA Takahiro
On Mon, 12 Mar 2001 18:46:16 -0500 James FitzGibbon [EMAIL PROTECTED] wrote: Both of the patches below fix the problem mentioned in PR bin/25110. The first one fixes it inside of kern_fork.c and would appear to apply the corrective behaviour regardless of whether the process uses libc_r or

Re: Proposal to mergemaster

2001-03-14 Thread Johan Karlsson
At Tue, 13 Mar 2001 16:53:46 +0100, Martin Blapp wrote: Hi, I have made something like this and submitted a PR http://www.freebsd.org/cgi/query-pr.cgi?pr=25771 Yep, something like this I'd like to do, but with md5 checksums, so we do not have to say 'yes' to each file we update. I

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread David Malone
On Tue, Mar 13, 2001 at 07:52:49AM -0500, Christos Zoulas wrote: Thanks so much! I wonder how come this bug remained unnoticed for such a long time! AFAIK, this isn't a bug. It's what csh has always done. (It's what IBM and Sun's csh do anyway...) To echo a newline in csh you do 'echo ""'.

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread Andrey A. Chernov
On Wed, Mar 14, 2001 at 12:41:09 +, David Malone wrote: On Tue, Mar 13, 2001 at 07:52:49AM -0500, Christos Zoulas wrote: Thanks so much! I wonder how come this bug remained unnoticed for such a long time! AFAIK, this isn't a bug. It's what csh has always done. (It's what IBM and

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread Andrey A. Chernov
On Wed, Mar 14, 2001 at 15:46:39 +0300, Andrey A. Chernov wrote: On Wed, Mar 14, 2001 at 12:41:09 +, David Malone wrote: On Tue, Mar 13, 2001 at 07:52:49AM -0500, Christos Zoulas wrote: Thanks so much! I wonder how come this bug remained unnoticed for such a long time! AFAIK,

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread David Malone
Since internal 'echo' does nothing, it _not_ used in any old csh scripts, while 'echo ""' does the same thing in both old and new variants, so old scripts will works in the same way. Will it change what happens if you do: set null="" echo $null (this produces nothing in

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread Andrey A. Chernov
On Wed, Mar 14, 2001 at 14:10:06 +, David Malone wrote: Will it change what happens if you do: set null="" echo $null (this produces nothing in "traditional" tcsh and csh)? It will change. I guess we should leave it up to the tcsh folks. There are other internal csh

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread Christos Zoulas
On Mar 14, 2:41pm, [EMAIL PROTECTED] (David Malone) wrote: -- Subject: Re: tcsh 6.10.00 echo;echo;echo; bug with fix | echo is more like as external command, even in its internal form it | tends to be compatible even with SysV-isms. What non-BSD grown (i.e. SysV) | csh echo prints? | |

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread Kimmo Suominen
I agree with Andrey -- although this has the possibility of breaking old scripts that expect no output from echoing an empty variable. Since the DEC/OSF system update script only works with their ancient /bin/sh (and not with the XPG4 sh) I wouldn't be surprised to find such scripts out there...

Re: random reboots...

2001-03-14 Thread Garrett Wollman
On Wed, 14 Mar 2001 15:48:03 +0600 (ALMT), Boris Popov [EMAIL PROTECTED] said: You need options LIBMCHAIN as well. We don't have mechanism for specifying dependancies between options as of yet. (sorry, should put a note in the NOTES). Actually, yes we do, although it's not often used.

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread Andrey A. Chernov
On Wed, Mar 14, 2001 at 09:54:32 -0500, Christos Zoulas wrote: Yeah, that is a good idea. I think that I'll add an echo_style "bsdbug", and leave the default alone. Even if we left old default in place (which I personally not like), old code have signal handler bug, we can't just "return"

building perl 5.6.0 with `-DPERL_POLLUTE'

2001-03-14 Thread Jason R. Mastaler
I've noticed that lots of the perl ports are now broken since the move to perl 5.6.0. Some examples: http://bento.freebsd.org/errorlogs/5-full/p5-Crypt-IDEA-1.01.log http://bento.freebsd.org/errorlogs/5-full/p5-Devel-Peek-0.96.log With these two in particular, the problem can be fixed by

Re: building perl 5.6.0 with `-DPERL_POLLUTE'

2001-03-14 Thread Alfred Perlstein
* Jason R. Mastaler [EMAIL PROTECTED] [010314 12:43] wrote: I've noticed that lots of the perl ports are now broken since the move to perl 5.6.0. Some examples: http://bento.freebsd.org/errorlogs/5-full/p5-Crypt-IDEA-1.01.log http://bento.freebsd.org/errorlogs/5-full/p5-Devel-Peek-0.96.log

Re: tcsh 6.10.00 echo;echo;echo; bug with fix

2001-03-14 Thread Christos Zoulas
On Mar 14, 11:24pm, [EMAIL PROTECTED] ("Andrey A. Chernov") wrote: -- Subject: Re: tcsh 6.10.00 echo;echo;echo; bug with fix With the new information about solaris having fixed this, I've decided against keeping compatibility and just applying the fix you proposed. christos | On Wed, Mar 14,

Re: building perl 5.6.0 with `-DPERL_POLLUTE'

2001-03-14 Thread Anton Berezin
On Wed, Mar 14, 2001 at 08:43:11PM -, Jason R. Mastaler wrote: I've noticed that lots of the perl ports are now broken since the move to perl 5.6.0. Some examples: http://bento.freebsd.org/errorlogs/5-full/p5-Crypt-IDEA-1.01.log

Re: Panic and filesystem corruption

2001-03-14 Thread Matt Dillon
:I was cvsupping the GNATS database (the *entire* GNATS database, that :is - I didn't already have a copy) when I got this panic: How old a kernel are you running? Kirk and I have been attempting to locate the filesystem bitmap corruption for months. We've fixed a number of bugs

Re: Tracking down problem with booting large kernels (bug in locore.s)

2001-03-14 Thread Peter Wemm
Richard Todd wrote: In message [EMAIL PROTECTED], Peter Wemm writes: Richard Todd wrote: No crashes as of here pushl $begin /* jump to high virtualized add ress */ ret /* now running relocated at KERNBASE where the system is linked to

Re: Panic and filesystem corruption

2001-03-14 Thread Alex Zepeda
On Wed, Mar 14, 2001 at 04:39:53PM -0800, Matt Dillon wrote: fsck all of your filesystems from single-user to remove the possibility of 'old' corruption (as in 'fsck', not 'fsck -p'). So if an fsck -f doesn't bomb out, the filesystem should be in an okay state? - alex To

Re: Panic and filesystem corruption

2001-03-14 Thread Matt Dillon
: :On Wed, Mar 14, 2001 at 04:39:53PM -0800, Matt Dillon wrote: : : fsck all of your filesystems from single-user to remove the possibility : of 'old' corruption (as in 'fsck', not 'fsck -p'). : :So if an fsck -f doesn't bomb out, the filesystem should be in an okay :state? : :- alex

Re: Tracking down problem with booting large kernels (bug in locore.s)

2001-03-14 Thread Peter Wemm
Peter Wemm wrote: Richard Todd wrote: In message [EMAIL PROTECTED], Peter Wemm write s: Richard Todd wrote: No crashes as of here pushl $begin /* jump to high virtualized add ress */ ret /* now running relocated at KERNBASE

Re: random reboots...

2001-03-14 Thread Boris Popov
On Wed, 14 Mar 2001, Garrett Wollman wrote: You need options LIBMCHAIN as well. We don't have mechanism for specifying dependancies between options as of yet. (sorry, should put a note in the NOTES). Actually, yes we do, although it's not often used. If the relevant sources are

status of KSE?

2001-03-14 Thread David Xu
I wonder status of KSE, I am dreaming rewrite our application server using kqueue+pthread(KSE), current, we use poll()+pthread because pthread does not work with kqueue at present. -- Best regards, David Xu To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

CURRENT instability

2001-03-14 Thread Pascal Hofstee
Hi, With a CURRENT build/installworld from yesterday ... i get a VERY unstable system that page faults under the slightest CPU load (e.g. playing MP3's) i fortunately have a (very outdated) backup-kernel that will hopefully at least let me do new buildworld's ... I have to be off for work