Re: Dhclient fix for systems with media settings

2003-08-05 Thread Martin Blapp
Hi, > Is this going to cure the cases where using DHCP results in my network > link going dead about ~30 minutes after getting a lease? At that point > it starts spitting out timeout errors and stuff, and i have to > unplug/replug the card and re-start dhclient to get connectivity again.. Unless

Memory modified after free / most recently used by GEOM

2003-08-05 Thread Tim Robbins
While trying to reproduce the "wdrain" problems ru@ reported in the "MSDOSFS woes" thread, I kept running into this panic. I've also seen a similar one but didn't keep the vmcore for it where a LOR is detected between Giant and filedesc, then a page fault occurs. The backtrace for that one shows th

Re: warnpassword and warnexpire in 5.1 login.conf

2003-08-05 Thread Mats Larsson
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 -p +10d The only thing im getting now is i warning in mes

Re: port 0xd800-0xd80f at device7.1on pci0

2003-08-05 Thread Soeren Schmidt
It seems Doug White wrote: > On Sun, 3 Aug 2003, ryan chris wrote: > > > > > with dma enabled, a sysinstall will only work under the minimal install, > > and after a certain point, apparently using too much hard drive space > > (showed up with a tar > > -xvf ports.tar) causes a panic with anic err

Re: INET6 in world

2003-08-05 Thread Brad Knowles
At 9:37 AM -0700 2003/08/05, David O'Brien wrote: Machanism, not policy. I would also like to run with NO_INET6. IPv6 support has done nothing for me other than cause me problems. I still strongly disagree with our ordering of localhost in /etc/hosts. My system worked worlds better when I

Re: INET6 in world

2003-08-05 Thread Kevin Oberman
> Date: Tue, 5 Aug 2003 20:52:50 +0200 > From: Brad Knowles <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > At 9:37 AM -0700 2003/08/05, David O'Brien wrote: > > > Machanism, not policy. I would also like to run with NO_INET6. IPv6 > > support has done nothing for me other than cause me p

Re: panic every few hours, pmap related?

2003-08-05 Thread Lukas Ertl
On Tue, 5 Aug 2003, Poul-Henning Kamp wrote: > > If you are running with version 1.64 or later of sys/geom/geom_dev.c, > try updating to you get my patches from this morning. > > If that doesn't help, try commenting out the Giant drop/pickup > around the call to strategy in fs/specfs/specfs_vnops.

Re: Specifying default alternate sound device?

2003-08-05 Thread Adam
On Tue, 2003-08-05 at 13:17, Mathew Kanner wrote: > With devfs, the default sound unit is tunable by a sysctl. > > tube# sysctl hw.snd.unit=0 ; ls -l dsp dsp0.0 dsp1.0 ; sysctl hw.snd.unit=1 ; ls -l > dsp dsp0.0 dsp1.0 > hw.snd.unit: 1 -> 0 > crw-rw-rw- 1 root wheel 30, 3 Aug 5 11:24

Re: panic every few hours, pmap related?

2003-08-05 Thread Poul-Henning Kamp
If you are running with version 1.64 or later of sys/geom/geom_dev.c, try updating to you get my patches from this morning. If that doesn't help, try commenting out the Giant drop/pickup around the call to strategy in fs/specfs/specfs_vnops.c Poul-Henning In message <[EMAIL PROTECTED]>, Lukas

Re: Specifying default alternate sound device?

2003-08-05 Thread Mathew Kanner
On Aug 05, Adam wrote: > 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 s

D-Link DGE-500T support

2003-08-05 Thread Nick H. - Network Operations
I attempted to use a D-Link DGE-500T card this weekend on 5.1-RELEASE (and -CURRENT) with no success. It is unable to probe the device and find a proper driver for it. My question is: are there any plans currently to provide support for this card? If there is already support for it (which may be

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

2003-08-05 Thread Robert Watson
On 2 Aug 2003, 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? Yes -- they are disabled by default because they're not required by most us

panic every few hours, pmap related?

2003-08-05 Thread Lukas Ertl
Hi, since this weekend my highly loaded newsserver panics every few hours with the following traceback. Any ideas? 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Mon Aug 4 21:54:06 CEST 2003 Stopped at pmap_remove_all+0x38: xchgl %edx,0(%eax) db> where pmap_remove_all(c0f73de0,40,0,f,c0d5e998) a

Re: problem with nvidia graphics card and -current

2003-08-05 Thread Alastair G. Hogge
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 at the moment but the -current > > sources were from about 2:00 PM CDT. I installe

Re: Any patch for ICMP in a jail?

2003-08-05 Thread Jacques A. Vidrine
On Tue, Aug 05, 2003 at 03:55:55AM -0700, Terry Lambert wrote: > Through the credential passing? I thought that wasn't reliable > for this type of thing. Specifically, the jail would be in an > untrusted protection domain; if you just accepted the credential > blindly, then anyone could be root i

Dhclient fix for systems with media settings

2003-08-05 Thread Martin Blapp
Hi all, If you used wi(4) or en(4) wavelan cards and you had problems with dhclient, you should try this patch, which treats interfaces with media settings differently. http://people.freebsd.org/~mbr/patches/dhclient-interfacepolling-fixup.diff I'll produce a more clean patch this evening, and