Re: Testers needed: Joe's MFC of USB code

2004-02-25 Thread Mike Tancsa
At 09:16 PM 25/02/2004, Julian Elischer wrote: Is anyone testing this.. Yes. I just applied it to a couple of boxes. We were able to panic the box previously with ucom devices. I will see if its fixed tomorrow at the office. ---Mike DO I have to commit it (it works for me) to get p

Shutdown/halt operation ordering

2004-02-25 Thread Peter Jeremy
The low-level shutdown handling (in kern/kern_shutdown.c:boot()) does things in the following order: - shutdown_pre_sync events - sync disks (unless RB_NOSYNC) - shutdown_post_sync events - crashdump (if RB_DUMP) - shutdown_final events (which includes the final halt/reboot/...) shutdown_post_sync

Re: Testers needed: Joe's MFC of USB code

2004-02-25 Thread Julian Elischer
On Tue, 24 Feb 2004, Julian Elischer wrote: > > I've been running Joe's latest USB MFC patch and it seems to work ok for > me... (both ohci and uhci) > > I have a limited set of devices to test with however.. > > Anyone else care to test? > Getting this in -Stable is a prerequisite to MFCing

Re: Same Panic 12 on differnet servers

2004-02-25 Thread Andrew L. Davydov
Hello! One more result of panic: GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditio

Re: Setuid perl scripts generating error ...

2004-02-25 Thread Marc G. Fournier
On Wed, 25 Feb 2004, Vanilla I. Shu wrote: > On Wed, Feb 25, 2004 at 11:08:03AM -0400, Marc G. Fournier wrote: > > Using Perl5.8.2, I'm getting: > > YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET! > > FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP! > > Acc

Re: Setuid perl scripts generating error ...

2004-02-25 Thread Vanilla I. Shu
On Wed, Feb 25, 2004 at 11:08:03AM -0400, Marc G. Fournier wrote: > Using Perl5.8.2, I'm getting: > YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET! > FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP! > According to the Perl FAQ, its due to a bug in the kernel

Setuid perl scripts generating error ...

2004-02-25 Thread Marc G. Fournier
Using Perl5.8.2, I'm getting: YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET! FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP! According to the Perl FAQ, its due to a bug in the kernel? *puzzled look* Marc G. Fournier Hub.Org Networking

Same Panic 12 on differnet servers

2004-02-25 Thread Andrew L. Davydov
Hello! I have been getting reboots of my box occassionaly under 4-STABLE for awhile, and I would like some help trying to track it down. The first server is Compaq Proliant DL380G2: 2xPII1.4GHz, RAM 1.5 Gb, HDD - COMPAQ RAID 5 VOLUME. Server used as web server with apache+FastCGI, mysql+InnoDB, th