Re: Crash in g_dev_strategy / CURRENT as of yesterday.

2003-08-14 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Eivind Olsen writes: >--On 12. august 2003 20:39 +0100 Peter Edwards ><[EMAIL PROTECTED]> wrote: >>> # 10 0xc04f3c65 in trap (frame= >>> {tf_fs = -1059913704, tf_es = -890109936, tf_ds = -1070268400, >>> tf_edi >>> = -1040540480, tf_esi = -978597456, tf_ebp =

Re: [acpi-jp 2583] ACPI sleep_delay caused reboot

2003-08-14 Thread Nate Lawson
On Mon, 11 Aug 2003, Anish Mistry wrote: > I cvsup'd over the weekend and my laptop started to reboot after the second > resume. I checked the hw.acpi.sleep_delay and the default value seems to be > changed to 5. This would happen with earlier ACPI imports, but the default > was zero, so it would

Re: SAN disk with freebsd?

2003-08-14 Thread Garrett Wollman
< said: >> - Windows on the same loop as anything else > Liberal use of zoning should help that. Each Windows HBA should be in a > seperate zone. This is from personal experience and also assumes you are > using a switched fabric. I said ``loop'' for a reason. The configuration that we were

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread haro
Hi, I also got the same BTX error during boot up. :( I used 4.8-RELEASE CD to boot till loader starts up, changed currdev/loaddev/kernel etc to the -CURRENT setting and let system boot. From: "Florian Smeets" <[EMAIL PROTECTED]> Date: Wed, 6 Aug 2003 09:43:18 +0200 (CEST) :: ::> On Tue, 5 Aug 200

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread David R. Colyer
No doubt this has been answered before, but I have an asus p4pe with a 3.06 p4. Naturally, it is enabled in the bios. To enable hyperthreading do I need to recompile my kernel with smp support, and if so...does this apply to freebsd 5.1 release as well? (my friend wants to know). Additionall

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Brooks Davis
On Thu, Aug 14, 2003 at 09:59:58AM -0600, David R. Colyer wrote: > No doubt this has been answered before, but I have an asus p4pe with a 3.06 > p4. Naturally, it is enabled in the bios. To enable hyperthreading do I > need to recompile my kernel with smp support, and if so...does this apply to

Re: HEADSUP: pca driver being retired.

2003-08-14 Thread Julian Elischer
Well I'm not too happy about this.. It's the only audio I have on my TI-810 laptop. That is however not running -current yet. I'm also not pleased from the perspective that this is the only major example in the tree of how to use the clock-speedup code in i386/isa/clock.c. A very nice piece of

Re: [PATCH] jail NG schript patch for mounting devfs andprocfsautomatically

2003-08-14 Thread Scot W. Hetzel
I just noticed a problem with periodic scripts inside a jail. I'm getting: Local system status: tee: /dev/stderr: Operation not supported Mail in local queue: tee: /dev/stderr: Operation not supported Mail in submit queue: tee: /dev/stderr: Operation not supported in the periodic daily, weekly

Re: ffsinfo missing in 5.1-RELEASE

2003-08-14 Thread Lukas Ertl
On Wed, 13 Aug 2003, Robert Watson wrote: > The only problem with this patch is that we lose the ability to do the > "START BLOCK SUMMARY AND POSITION TABLE" display for UFS1. I'm not sure > this is a big issue; I will go ahead and commit it with those #ifdef'd > out (rather than removed as is th

Re: kernel hangs at serial port during boot (solved)

2003-08-14 Thread walt
walt wrote: > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > I changed the Plug-n-Play BIOS setting and now it works normally again. I also changed the ACPI-aware-OS BIOS setting to YE

clock works slowly when I change CPU speed

2003-08-14 Thread MATOBA Hirozumi
I have a problem about clock when I change CPU speed (hw.acpi.cpu). The default hw.acpi.cpu status of my ThinkPad A22e is # sysctl hw.acpi.cpu hw.acpi.cpu.max_speed: 8 hw.acpi.cpu.current_speed: 8 hw.acpi.cpu.performance_speed: 8 hw.acpi.cpu.economy_speed: 4 and, the clock

Re: TESTERS WANTED for ATAng preview 1

2003-08-14 Thread Eirik Oeverby
Hi, I've just compiled ATAng into my kernel, and I'm currently running it - but I had to rip out my CD-ROM to make it work. I wasn't able to grab the exact wording of the error, but it was something along the lines of a failure to identify ata1-slave - which I suppose is my CD-ROM player. It then

Re: FreeBSD 5.1-R kernel panic

2003-08-14 Thread Bosko Milekic
On Thu, Aug 14, 2003 at 10:57:07AM -0600, Stephane Raimbault wrote: > Hi Bosko, > > This is the output of sysctl vm.zone about 2 minutes before the crash > occured. let me know if there is anything else I can provide you for this > crashing problem. H. I don't know, maybe you really do h

Re: ffsinfo missing in 5.1-RELEASE

2003-08-14 Thread Robert Watson
On Thu, 14 Aug 2003, Lukas Ertl wrote: > On Wed, 13 Aug 2003, Robert Watson wrote: > > > The only problem with this patch is that we lose the ability to do the > > "START BLOCK SUMMARY AND POSITION TABLE" display for UFS1. I'm not sure > > this is a big issue; I will go ahead and commit it with

Re: M_NOTIFICATION in ?

2003-08-14 Thread Sam Leffler
While trying to port the SCTP-KAME code to CURRENT, I noticed that M_NOTIFICATION is missing from in CURRENT, but it is present in the KAME version of this file. Any reason not to apply this patch? --- sys/sys/mbuf.h.orig Sat Sep 13 19:34:07 2003 +++ sys/sys/mbuf.h Sat Sep 13 19:34:14 20

RE: LOR: sigacts vs Giant

2003-08-14 Thread John Baldwin
On 13-Aug-2003 Marcel Moolenaar wrote: > Gang, > > When the copyout() in sendsig() fails and we call sigexit(), we get > into the following LOR: > > lock order reversal > 1st 0xe000300ffca8 sigacts (sigacts) @ kern/subr_trap.c:260 > 2nd 0xe0b75250 Giant (Giant) @ kern/kern_sig.c:24

Re: ffsinfo missing in 5.1-RELEASE

2003-08-14 Thread Lukas Ertl
On Wed, 13 Aug 2003, Ulrich Spoerlein wrote: > I just used growfs (nice tool btw) and noticed that growfs(8) has a > reference to ffsinfo(8). But neither ffsinfo(8) nor the binary are > present on my 5.1 System. I already submitted a PR bin/53517, which has a patch that repairs ffsinfo on -CURREN

Re: Question about porting KAME IPv6 to CURRENT

2003-08-14 Thread Dean Strik
Craig Rodrigues wrote: > Is anyone actively working on importing the latest IPv6 implementation > from KAME to CURRENT? Not offically anyway, it seems. SUZUKI Shinsuke <[EMAIL PROTECTED]> mentioned his plans on KAME synchronisation: http://www.freebsd.org/cgi/getmsg.cgi?fetch=577922+5824

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread David R. Colyer
No doubt this has been answered before, but I have an asus p4pe with a 3.06 p4. Naturally, it is enabled in the bios. To enable hyperthreading do I need to recompile my kernel with smp support, and if so...does this apply to freebsd 5.1 release as well? (my friend wants to know). Additionall

panic while browsing with Opera 7

2003-08-14 Thread Karel J. Bosschaart
Hi, Using PR/55509 I installed (native) Opera 7.2B3 on my -current as of 2 days ago. I had 3 panics in only a couple of hours while using Opera 7: 2 times with a GENERIC kernel, 1 time with a custom kernel. They all look similar: phys9911# cat /usr/crash/info.9 Good dump found on device /dev/ad0

RE: Change to kernel+modules build approach

2003-08-14 Thread Andrew Gallatin
John Baldwin writes: > > On 14-Aug-2003 Ruslan Ermilov wrote: > > On Thu, Aug 14, 2003 at 02:10:19AM -0600, Scott Long wrote: > >> Luoqi Chen wrote: > > [...] > >> >On the other hand, all modules should create all the opt_*.h files > >> >it needs when built individually. Add opt_ddb.h to n

Re: M_NOTIFICATION in ?

2003-08-14 Thread Craig Rodrigues
On Wed, Aug 13, 2003 at 07:47:01PM -0400, Matthew Emmerton wrote: > > KAME guys have it here: > > http://orange.kame.net/dev/cvsweb.cgi/kame/freebsd5/sys/sys/mbuf.h?rev=1.5 > > The KAME snapshot of our source tree is 3 months out of date. The most > recent version of mbuf.h is here: > http://www.

Re: howto: LiveCD FBSD question

2003-08-14 Thread Matteo Riondato
Il Gio, 2003-08-14 alle 01:09, Usher Abraham ha scritto: > Does anyone have a howto on how to create a custom LiveCD (FreeBSD) > CDROM in English? http://www.freesbie.org/?section=doc-en Best Regards -- Rionda aka Matteo Riondato G.U.F.I Staff Member (http://www.gufi.org) BSD-FAQ-it Main Develo

Re: clock works slowly when I change CPU speed

2003-08-14 Thread Nate Lawson
Between Aug 2 and 9, there were no significant changes to ACPI. I imported the userland tools, added tunable access to an existing variable, and increased the default sleep delay from 0 to 5. The last one is the only functional change and can be undone by doing: sysctl hw.acpi.sleep_delay=0 Pl

fbsd 4.8 make release question ?

2003-08-14 Thread NIkolay Kalev
How can the values for BIGBOOT image can be changed so if there is source patch for the system like ssp make release won;t fail when buidling release.9 stage ? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

twe driver, 1+ terabyte array, fdisk and disklabel

2003-08-14 Thread Mark Nipper
So I'm having some problems with 5.1-RELEASE. I'm not sure if these have already been addressed but as I have found no mention of any of these problems on the mailing lists (web searchable anyway) or deja and google, I've subscribed myself to current and am looking for possible answers. :

Re: help! 5.1 doesn't do the rc thing?

2003-08-14 Thread Charlie Schluting
On Thu, 7 Aug 2003, Scot W. Hetzel wrote: > From: "Charlie Schluting" <[EMAIL PROTECTED]> > > OMG. > > So anyways, does anyone have a link to info about how the heck I start > > stuff in 5.1? > > Most important: > > -my lo0 interface doesn't have the 127.0.0.1 address.. it just comes up > > with n

TESTERS WANTED for ATAng preview 1

2003-08-14 Thread Soeren Schmidt
The first preview release of ATAng is now available on: ftp://ftp.deepcore.dk/pub/ATAng >From the README there: ATAng preview 1 release Before these rather radical changes to the ATA driver hits the tree, here is the opportunity to test them out, give usefull feedback and for the depending sub

PCM freezes the box

2003-08-14 Thread root
Dear Sirs, I have problems with my 5.1-Release and 5.1-STABLE boxes: they freeze if I play anything different from audio CDs. The cards are ESS 1938, options pcm is in the kernel. If I try to run xmms/mpg123/KDE or any other application related with artsd/esound/audiofile, the machines freeze, le

Re: Warning with loader Makefile?

2003-08-14 Thread Ruslan Ermilov
On Fri, Aug 08, 2003 at 11:25:49AM +1200, Andrew Turner wrote: [...] > I found this patch worked by removing the secound ${PROG} target if > there was already one there. > > --- /usr/src/share/mk/bsd.prog.mk Mon Jun 30 06:16:26 2003 > +++ /usr/share/mk/bsd.prog.mk Mon Aug 4 17:54:22 2003 > @

Re: warnpassword and warnexpire in 5.1 login.conf

2003-08-14 Thread David Schultz
On Tue, Aug 05, 2003, Mats Larsson wrote: > Sure, run cap_mkdb on every edit on login.conf > > The values im trying to use there are the following: > :warnexpire=28d:\ > :warnpassword=14d:\ > > And with pw i use the following to test with: (also with -e option) > pw usermod user -

Re: USB da(4) quirks deprecated

2003-08-14 Thread Andrew Thompson
On Fri, 2003-08-08 at 15:41, Nate Lawson wrote: > On Fri, 8 Aug 2003, Andrew Thompson wrote: > > On Fri, 2003-08-08 at 03:13, Nate Lawson wrote: > > > On Fri, 8 Aug 2003, Andrew Thompson wrote: > > > > umass0: SigmaTel, Inc. USBMSC Audio Player, rev 1.10/0.01, addr 3 > > > > > > If I were you, I'd

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread John-Mark Gurney
[EMAIL PROTECTED] wrote this message on Wed, Aug 06, 2003 at 19:43 +0900: > I also got the same BTX error during boot up. :( > I used 4.8-RELEASE CD to boot till loader starts up, > changed currdev/loaddev/kernel etc to the -CURRENT setting > and let system boot. > > From: "Florian Smeets" <[EMAIL

Re: problem with nvidia graphics card and -current

2003-08-14 Thread Julian Elischer
there may have been a problem over the last few days. check with a version of sys_machdep.c from a few weeks ago and the newest one.. (It may have been fixed yesterday) On Mon, 4 Aug 2003, Glenn Johnson wrote: > On Sun, Aug 03, 2003 at 11:48:56PM -0500, wrote: > > > I was setting up a system tod

Specifying default alternate sound device?

2003-08-14 Thread Adam
Is there any easy way to specify a default alternate sound device (eg, /dev/dsp1). I have both onboard sound (/dev/dsp) and a SB Live card (/dev/dsp1), but I don't use the onboard sound. It's really frustrating to try to configure every single application (that uses sound) to use /dev/dsp1 instead.

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread Florian Smeets
Lukas Ertl wrote: I saw _exactly_ the same problem on one of my boxes today: it was shutdowned correctly yesterday, and today it wouldn't boot, but panic right after boot0. The only thing I could see were some hex numbers and "BTX halted" for a split second, then immediately reboot. It's a -current

Re: openpam_load_module():no pam_wheel.so found

2003-08-14 Thread Christoph P. Kukulies
On Sun, Aug 10, 2003 at 10:08:15AM -0400, Robert Watson wrote: > > On Sun, 10 Aug 2003, Christoph Kukulies wrote: > > > When I do an su command from a normal user on my 5.1-current of > > yesterday I'm getting a segfault/core dump. > > > > /var/log/messages then shows: > > Aug 10 15:27:44 kukub

Re: problem with nvidia graphics card and -current

2003-08-14 Thread Glenn Johnson
On Tue, Aug 05, 2003 at 01:28:58PM +1000, Alastair G. Hogge wrote: > On Tuesday, 05 August 2003 13:07, Glenn Johnson wrote: > > > On Sun, Aug 03, 2003 at 11:48:56PM -0500, wrote: > > > > > I was setting up a system today with an nvidia Geforce4-MX 440 > > > graphics card. I am not at the system a

Re: FreeBSD 5.1-R kernel panic

2003-08-14 Thread Stephane Raimbault
I updated to 5.1-CURRENT this weekend and my kernel panic'd this morning. Here is what I have from the trace panic: kmem_malloc(4096): kmem_map too small: 275251200 total allocated cpuid = 0; lapic.id = Debugger("panic") Stopped at Debugger+0x55: xchgl %ebx,in_Debugger.0 db> trace

Re: SAN disk with freebsd?

2003-08-14 Thread Jonathan Fosburgh
> - Windows on the same loop as anything else Liberal use of zoning should help that. Each Windows HBA should be in a seperate zone. This is from personal experience and also assumes you are using a switched fabric. -- Jonathan Fosburgh AIX and Storage Administrator UT MD Anderson Cancer Cen

Re: smp in 5.1

2003-08-14 Thread Garance A Drosihn
At 6:16 PM -0400 8/11/03, Eriq Lamar wrote: Is there any advantage in 5.1 over 4.8 for two amd mp's. and if so could someone tell what they are. I am interested in building dual system using mp's but not sure which version would be better. I run 5.x on a dual-Althon 2000 machine. I have no idea if

Re: mdconfig feature request

2003-08-14 Thread Tobias Roth
On Thu, Aug 07, 2003 at 12:32:56AM -0400, James Quick wrote: > > On Wednesday, August 6, 2003, at 05:24 AM, Poul-Henning Kamp wrote: > > >In message <[EMAIL PROTECTED]>, Tobias Roth > >writes: > >>would it be possible to add the currently attached vnode (or the > >>complete path to it) to the o

Re: ACPI battery state and resume not working on Inspiron 5150

2003-08-14 Thread David Gilbert
> "Kevin" == Kevin Oberman <[EMAIL PROTECTED]> writes: Kevin> Sorry, Joe. By the way, are you suspending with "acpiconf -s3"? Kevin> Have you tried creating a hibernation partition (slice) and Kevin> using -s4? That appears to work better than suspend on most Kevin> platforms that support it a

Re: [PATCH] jail NG schript patch for mounting devfs and procfsautomatically

2003-08-14 Thread Jens Rehsack
On 04.08.2003 01:04, Mike Makonnen wrote: On Sun, Aug 03, 2003 at 04:11:12PM +0200, Jens Rehsack wrote: the patch works for me very well. I've checked what's been done and had only small recommendations: - Wouldn't it be better to configure the devfs rules by /etc/devfs.conf or is it impossible?

Re: bootstrapping network (bcm) on Dell D800

2003-08-14 Thread Andre Guibert de Bruet
On Wed, 6 Aug 2003, Dr. Richard E. Hawkins wrote: > On Wed, Aug 06, 2003 at 08:48:20AM -0400, David Gilbert wrote: > > I finally figureed out that the removable floppy (which works both as an > external usb and internall) is treated as a scsi device, not /dev/fd0. > So I tried moving the drivers

MADWIFI Question

2003-08-14 Thread snoop9
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for the lame post, but here goes. Madwifi works fine on linux laptops, but need support in Freebsd. The post I read I seem to remember saying that it (madwifi) was native in current? I took a new hd in a Dell laptop. Did an ftp install of 5.

Re: spin lock sched lock held for > 5 seconds

2003-08-14 Thread John Baldwin
On 08-Aug-2003 Lars Eggert wrote: > John Baldwin wrote: >> On 01-Aug-2003 Lars Eggert wrote: >> >>>Hi, >>> >>>got the following panic overnight running with all debugging options on >>>(WITNESS, MUTEX_DEBUG, DIAGNOSTIC, INVARIANTS; WITNESS_SKIPSPIN off): >>> >>>panic: spin lock sched lock held by

Re: ACLS on UFS2 from FreeBSD 5.1-RELEASE install.

2003-08-14 Thread Daniel C. Sobral
Terry Lambert wrote: "Daniel C. Sobral" wrote: You'll also notice I'm not questioning the _existence_ of ACL. My point is that FreeBSD is Unix (no matter what the lawyers say), and people don't usually think of ACL when they think of Unix. Ergo, enabling ACL by defautl violates POLA. Not if you

Re: help! 5.1 doesn't do the rc thing?

2003-08-14 Thread Charlie Schluting
On Thu, 7 Aug 2003, Mike Bristow wrote: > On Thu, Aug 07, 2003 at 11:49:00AM -0700, Charlie Schluting wrote: > > Yes, of course :) > > That's why I'm perplexed. I let it install the files it wanted to, > > except for obvious things I didn't want overwritten: passwd file, > > sendmail config, etc.

Re: usbd does not use detach

2003-08-14 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 07 August 2003 11:19 am, you wrote: > On Wed, 2003-08-06 at 16:42, Anish Mistry wrote: > > Do you know if the usbd actually recieves the detach signal? If it does then > > it should be fairly simple to add the detach to the code. > > > >

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Argl, of course the patch was wrong. Ok, this should work now ... --- contrib/isc-dhcp/client/dhclient.c.orig Thu Aug 7 16:58:46 2003 +++ contrib/isc-dhcp/client/dhclient.c Sat Aug 9 21:47:14 2003 @@ -3288,19 +3288,24 @@ return (HAVELINK);

Re: ACLS on UFS2 from FreeBSD 5.1-RELEASE install.

2003-08-14 Thread Daniel C. Sobral
Scott M. Likens wrote: Has anyone noticed the ACLS being disabled? tunefs -p /dev/da1s1c shows that ACLS are disabled on every partition I have, i've gone through them all. any reason why? ACL is not the standard unix permission. Why enable something most people don't even know is there? -- Dani

Re: Problem using USB 2.0 device under -CURRENT (long)

2003-08-14 Thread Craig Boston
As a data point, here's what happens with mine (this is on current cvsupped this morning). Lots of output that probably isn't very useful. I'm pretty baffled as to why the controller suddenly decides that it doesn't want to work. Guess it's time to try to find the EHCI spec... usb_event_thre

Re: new panic during buildworld -j4

2003-08-14 Thread Mike Silbersack
Duplicate free from the (32) zone. I'll retype the rest in a few hours when I have time. On Thu, 7 Aug 2003, Bosko Milekic wrote: > On Wed, Aug 06, 2003 at 11:13:41PM -0500, Mike Silbersack wrote: > > > > I suppose a coredump would be nice here, but I didn't have that enabled... > > > > And it

Re: -current want't boot this morning

2003-08-14 Thread Florian Smeets
> On Thu, 7 Aug 2003, Gordon Bergling wrote: > >> I tried to boot my -current this morning but the boot process only >> goes to bootmgr. She shows normal >> >> F1 FreeBSD >> F2 Other (not sure if this is (Other||Unknown) >> >> After pressing F1-Key the computer resets himself. I trie

Re: X11 fonts ugly

2003-08-14 Thread Anders Nordby
Hello, There is a howto: XFree86 Font De-uglification HOWTO http://feenix.burgiss.net/ldp/fdu/ Also consider setting minimum font size in Mozilla font preferences. (And this question should have been sent to the ports list, not here on current.) On Sun, Aug 10, 2003 at 04:09:41PM +0200, Christ

Re: SAN disk with freebsd?

2003-08-14 Thread Wilko Bulte
On Sun, Aug 10, 2003 at 06:53:09AM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, "Aaron Wohl" writes: > >Anyone using a storage area network with freebsd (or linux)? Anything to > >recommend as working well or to stay way from? > > I have a customer doing that. Is this your

Re: makemap problem in virtusertable.

2003-08-14 Thread Terry Lambert
Mark Sergeant wrote: > I'm running current as of two weeks ago I get the following problem when > doing a make in /etc/mail ... > > makemap: virtusertable.db: line 206: key [EMAIL PROTECTED]: put error: > Operation not permitted > *** Error code 74 > > This line contains ... > > [EMAIL PROTECTED

RE: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-08-14 Thread Nate Lawson
On Wed, 30 Jul 2003, John Baldwin wrote: > On 25-Jul-2003 Nate Lawson wrote: > > Please test devices such as USB keys, USB cameras, Firewire hard disks, > > and ATAPICAM cd drives to be sure they still work with this patch. > > Especially if you've needed a quirk before, it is important to see if t

Re: Specifying default alternate sound device?

2003-08-14 Thread Adam
On Tue, 2003-08-05 at 13:25, Adam wrote: > Thanks! Is there a similar trick for specifying mixer1 instead of the > default mixer? Nevermind, this command takes care of everything. Nice trick! Glad I registered to current@ just to ask this question. Saved me a lot of hassle. ;p -- Adam <[EMAIL P

Re: problem with nvidia graphics card and -current

2003-08-14 Thread Glenn Johnson
On Sun, Aug 03, 2003 at 11:48:56PM -0500, wrote: > I was setting up a system today with an nvidia Geforce4-MX 440 > graphics card. I am not at the system at the moment but the -current > sources were from about 2:00 PM CDT. I installed the nvidia-driver > port (1.0.4365) trying vario

Re: Any patch for ICMP in a jail?

2003-08-14 Thread Terry Lambert
"Jacques A. Vidrine" wrote: > On Mon, Aug 04, 2003 at 10:53:03AM -0700, Terry Lambert wrote: > > You would either lose or overexpose root-restricted functionality, > > such as flood-ping. > > Eh? Why? pingd can know your credentials. Through the credential passing? I thought that wasn't reliab

Re: USB da(4) quirks deprecated

2003-08-14 Thread Andrew Thompson
On Fri, 2003-08-08 at 03:13, Nate Lawson wrote: > On Fri, 8 Aug 2003, Andrew Thompson wrote: > > Hi Nate, > > > > I have just purchased a usb pendrive/mp3 player and I am having a bit of > > trouble. > > > > I built a fresh kernel today as I saw you have been working with the da > > quirks. When I

Re: ntop broken?

2003-08-14 Thread Charlie Schluting
On Wed, 6 Aug 2003, Kris Kennaway wrote: > On Wed, Aug 06, 2003 at 08:57:53AM -0700, Charlie Schluting wrote: > > > > Howdy, > > Running 5.0. > > cvsup to 5.1 and retry. The package currently builds on a clean 5.1 system. > > Kris Ok, done, and still: * crypt() in -lc...no -lcrypt..

Re: 5.1, Data Corruption, Intel, Oh my! [patch] - Fatal trap 12

2003-08-14 Thread Terry Lambert
Peter Edwards wrote: > > ... He might also want to look for any function pointer > > that takes 5 arguments; > > Nice tactic, but misleading in this case, methinks. > > I assume your basing this on the 5 arguments shown in the backtrace. > The 5 arguments passed to the "function" at 0x5949 is pro

Re: bootstrapping network (bcm) on Dell D800

2003-08-14 Thread David Gilbert
> "Richard" == Richard E Hawkins writes: Richard> I finally figureed out that the removable floppy (which works Richard> both as an external usb and internall) is treated as a scsi Richard> device, not /dev/fd0. So I tried moving the drivers from the Richard> up to date machine. No dice; th

RE: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-08-14 Thread Nate Lawson
On Wed, 30 Jul 2003, John Baldwin wrote: > On 25-Jul-2003 Nate Lawson wrote: > > Please test devices such as USB keys, USB cameras, Firewire hard disks, > > and ATAPICAM cd drives to be sure they still work with this patch. > > Especially if you've needed a quirk before, it is important to see if t

reproducible deadlock...

2003-08-14 Thread Poul-Henning Kamp
I am still able to reproduce a deadlock by running a "make -j 21 buildworld" on a 48MB physmem configuration. The first LOR is a false positive according to Alan Cox. Interestingly, gstat(8) over an ssh session continues to run, so Giant is presumably not involved. I can reproduce it with both

[current tinderbox] failure on amd64/amd64

2003-08-14 Thread Tinderbox
TB --- 2003-08-09 17:33:02 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2003-08-09 17:33:02 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-08-09 17:34:35 - building world TB --- cd /

Re: ntop broken?

2003-08-14 Thread Kris Kennaway
On Wed, Aug 06, 2003 at 03:39:47PM -0700, Charlie Schluting wrote: > 5BOn Wed, 6 Aug 2003, Kris Kennaway wrote: > > > On Wed, Aug 06, 2003 at 08:57:53AM -0700, Charlie Schluting wrote: > > > > > > Howdy, > > > Running 5.0. > > > > cvsup to 5.1 and retry. The package currently builds on a clean 5.

Re: "got bad cookie" warnings/errors?

2003-08-14 Thread Lars Eggert
David Malone wrote: On Sat, Aug 09, 2003 at 09:15:45PM -0700, Lars Eggert wrote: I can only say that (1) I've been getting these forever, on both -stable and -current, and (2) I personally have never lost any data. However, I have no clue as to why you and I get them, or what they signify. I ha

Re: [HEADSDOWN] swap_pager.c calming down...

2003-08-14 Thread haro
Hello Poul, Can you please look into problems reported on current@ list, the thread with subject "Weird reboots from bootmgr or loader", as it seems to related with your recent changes for the swap code. Thank you, Haro PS. As always, thank you for your greate work. From: Poul-Henning Kamp <[E

Re: bootstrapping network (bcm) on Dell D800

2003-08-14 Thread David Gilbert
> "Andre" == Andre Guibert de Bruet <[EMAIL PROTECTED]> writes: Andre> I'm under the impression that pretty much all of the 8xx-series Andre> Latitudes have DB9 ports (Including C800, C820 and friends). That may entirely be, but many of my local UN*X friends have ended up with laptops from ma

Re: warnpassword and warnexpire in 5.1 login.conf

2003-08-14 Thread Dag-Erling Smørgrav
David Schultz <[EMAIL PROTECTED]> writes: > On Tue, Aug 05, 2003, Mats Larsson wrote: >> And the following varning when password is old: >> Aug 5 12:27:38 marvin sshd[55386]: error: PAM: OK >> Aug 5 12:27:40 marvin sshd[55390]: fatal: PAM: chauthtok not supprted with >> privsep >> >>

Re: Deadlock [PATCH]

2003-08-14 Thread Bruce Evans
On Sun, 10 Aug 2003, Peter Holm wrote: > I have tracked down, what I belive to be the cause of several > deadlock situations I have encountered, like > http://people.freebsd.org/~pho/stress/cons40.html. > > The problem seems to be the 4bsd scheduler, that does not preempt correctly. > > I've inclu

busdma/scsi trm(4) related panic

2003-08-14 Thread Jon Kuster
Hi, I've been getting what appears to be a busdma / scsi related panic for the past couple of days. This is based solely on what little info I get when it drops to the debugger - I haven't been able to get a core dump. It panics during the boot process immediately after it tries to probe my scsi

ipfw feature request

2003-08-14 Thread David Hill
Hello - I apologize in advance if this feature is already implemented. Is there anyway for ipfw to automatically get the IP from the interface? In OpenBSD's PF, putting ()'s around the interface name will cause that rule to be refreshed on an IP change, such as DHCP, making reloading the rules

uwi in current

2003-08-14 Thread Craig St. Jean
Hello, I have heard that the Prism2 USB Wireless driver uwi is in current however I can't seem to find where it is. Where can I find it? Thanks! __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _

Re: USB da(4) quirks deprecated

2003-08-14 Thread Nate Lawson
On Fri, 8 Aug 2003, Andrew Thompson wrote: > On Fri, 2003-08-08 at 15:13, Nate Lawson wrote: > > On Fri, 8 Aug 2003, Andrew Thompson wrote: > > > da0 at umass-sim0 bus 0 target 0 lun 0 > > > da0: Removable Direct Access SCSI-4 device > > > da0: 1.000MB/s transfers > > > da0: 125MB (256001 512 byte

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread Florian Smeets
Lukas Ertl wrote: On Tue, 5 Aug 2003, Florian Smeets wrote: Lukas Ertl wrote: I managed to fix it by booting from floppies and running the Fixit floppy, writing a new disklabel, which seems to have become corrupted somehow. Yes this really did the trick! :-) May I ask if you boot from a vinum

Re: GEOM/vinum compatibility (was: vinum lock panic at startup-current)

2003-08-14 Thread Wilko Bulte
On Sat, Aug 09, 2003 at 06:38:51AM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, "Greg 'groggy' Lehey" > writes: > > >> and it seems that vinum does not respect the D_NOGIANT flag which > >> GEOM recently started setting. > > > >Probably because it didn't know about it. As I'

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread eculp
Mensaje citado por Florian Smeets <[EMAIL PROTECTED]>: | | > On Tue, 5 Aug 2003, John-Mark Gurney wrote: | > | >> Are you running -current w/ a kernel from the last 24 hrs? (After | >> phk's mass swap check in?) If so, make sure your swap isn't at the | >> start of your disk. If it is, phk was

Re: ipfw - default to accept + bootp = confusion.

2003-08-14 Thread Juli Mallett
* James Quick <[EMAIL PROTECTED]> [ Date: 2003-08-07 ] [ w.r.t. Re: ipfw - default to accept + bootp = confusion. ] > > On Thursday, August 7, 2003, at 12:22 AM, Juli Mallett wrote: > > > Does someone have any idea what approach to take for the following > > scenario? I'm leaning toward

Re: vinum lock panic at startup -current

2003-08-14 Thread Greg 'groggy' Lehey
On Thursday, 7 August 2003 at 18:23:10 -0600, Aaron Wohl wrote: > I just cvsuped -current this afternoon to get about 1 weeks updates. > After that the kernel panics booting starting vinum. I removed the one > vinum volume (reformated as UFS2) I had for testing. And it still panics. > I changed

Re: openpam_load_module():no pam_wheel.so found

2003-08-14 Thread Robert Watson
On Mon, 11 Aug 2003, Christoph P. Kukulies wrote: > > Did you mergemaster when updating last? pam_wheel has, I believe, been > > replaced with pam_group. A coredump is an undesirable result, of course, > > but I suspecft that this is the trigger. If you want to follow up on the > > core dump,

Several panics during unload of netgraph related klds

2003-08-14 Thread Martin Blapp
Hi all, I've just noticed that I cannot unload 81 0xc4226000 4000 if_tap.ko (panics) 93 0xc435 12000netgraph.ko (unloads, but is still there) 101 0xc4222000 4000 ng_ether.ko (reports busy) 111 0xc41a7000 5000 ng_bridge.ko (works) 121 0xc421e000 4000

Re: bootstrapping network (bcm) on Dell D800

2003-08-14 Thread Andre Guibert de Bruet
On Tue, 5 Aug 2003, Dr. Richard E. Hawkins wrote: > If I'm reading the recent messages correctly, the bcm driver won't work > unless updated to approximately July 17. > > I burned 5.1 iso's, and installed most of it successfully. How do I > bootstrap the network. I saw Bill Paul's references to

Re: Problem with dhclient & wi0 on resume.

2003-08-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Mark Sergeant <[EMAIL PROTECTED]> writes: : wi0: Lucent Firmware: Station (6.14.1) There are some known issues with lucent cards and the new wi driver. A work around would be to upgrade firmware to the latest available. This problem is poorly understood,

Re: Problem with dhclient & wi0 on resume.

2003-08-14 Thread Mark Sergeant
On Tue, 2003-08-12 at 21:10, Martin Blapp wrote: > Hi, > > > Unfortunately this system hasn't worked for me. As it is I have a script > I've put the sleep command in rc.suspend and the wake in rc.resume but they didn't help. I also tried to use these commands manually and again no luck. Killing

Re: vinum lock panic at startup -current

2003-08-14 Thread Erwin Lansing
On Fri, Aug 08, 2003 at 10:22:06AM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, "Aaron Wohl" writes: > >I just cvsuped -current this afternoon to get about 1 weeks updates. > >After that the kernel panics booting starting vinum. I removed the one > >vinum volume (reformated a

vinum lock panic at startup -current

2003-08-14 Thread Aaron Wohl
I just cvsuped -current this afternoon to get about 1 weeks updates. After that the kernel panics booting starting vinum. I removed the one vinum volume (reformated as UFS2) I had for testing. And it still panics. I changed the /etc/rc.conf start_vinum="YES" to NO and can start ok now. Anyone

USB 2.0 ehci umass problems

2003-08-14 Thread Robert =?unknown-8bit?q?Blacqui=E8re?=
Hi, I've a usb 2.0 disc enclosure for 2.5 inch disk. It works great using the standard usb stuff (1.x), but fails to use ehci (2.0). When i plug the usb 2.0 device i get the following output ( hw.usb.ehci.debug=2 hw.usb.ohci.debug=2 ) Aug 12 11:39:04 bifur kernel: ehci_pcd: change=0x02 Aug 1

Re: buildworld breaks

2003-08-14 Thread Lukas Ertl
On Thu, 7 Aug 2003, Lukas Ertl wrote: > buildworld is current broken: > > ===> sys/boot/i386/libi386 > cc -O -pipe -mcpu=pentiumpro -ffreestanding -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DTERM_EMU -I/usr/src/sys/boot/i386/libi386/../../common > -I/usr/src/sys/boot/i386/libi386/../btx/lib > -I/usr/s

Re: busdma/scsi trm(4) related panic

2003-08-14 Thread Jon Kuster
On Wed, 2003-08-06 at 06:42, Scott Long wrote: > I know what the problem is and I'm working on a patch right now. > > Scott Excellent. I'll be happy to test it if needed. Jon ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinf

Re: SAN disk with freebsd?

2003-08-14 Thread Carl Makin
Hi Aaron, On Sun, 2003-08-10 at 10:10, Aaron Wohl wrote: > Anyone using a storage area network with freebsd (or linux)? Anything to > recommend as working well or to stay way from? I've had FreeBSD 4.6-RELEASE with a QLA2200 card connected to an IBM ESS (Shark) through IBM 2109-S16 switches (B

DEVFS related message

2003-08-14 Thread Munehiro Matsuda
Hi All, I just got following DEVFS related message with this mornings current. DEVFS Overflow table with 32768 entries allocated when 925 in use Anybody seen this? Thanks, Haro =-- _ _Munehiro (haro) Mat

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Hi, Adapted to the newst source-version, the patch will look like this. After I got home, I'll test it. Martin Index: client/dhclient.c === RCS file: /home/ncvs/src/contrib/isc-dhcp/client/dhclient.c,v retrieving revision 1.30 diff

Re: HEADSUP: pca driver being retired.

2003-08-14 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Mark Murray wr ites: >Would it be a useful exercise for the minority(?) of users who use this >driver to either see if it can be effectively newbussed or turned into >a port or both? The main problem is the code which hi-jacks the i8254 and kicks off up to 2 in

Questions about stability of snapshots and vinum in 5.1

2003-08-14 Thread James Quick
My goal is to have a box, with 2 drives, each of which is identically configured. Slice 1, and Slice 2, will be smallish FreeBSD partitions 4-8 GB each. 1 will be treated as a production environment. The other will be used for building and testing new environments. The bulk of the space will be

Re: ntop broken?

2003-08-14 Thread Kris Kennaway
On Thu, Aug 07, 2003 at 07:21:49PM -0700, Charlie Schluting wrote: > On Wed, 6 Aug 2003, Kris Kennaway wrote: > > > On Wed, Aug 06, 2003 at 08:57:53AM -0700, Charlie Schluting wrote: > > > > > > Howdy, > > > Running 5.0. > > > > cvsup to 5.1 and retry. The package currently builds on a clean 5.1

  1   2   3   4   >