(no subject)

2006-01-07 Thread Christer Solskogen
Hi! I got myself a mainboard with the ICH7 chipset. This chipset is supported in FreeBSD, but on my board it had a problem. It found only 2 of my four disks (ad0 and ad2) I tried updating to 6.0-stable (from 6.0-release) but the problem resist. I found a patch at bsdforums that did indeed work. Co

Re: devd and caseful device ID matching on 6.0

2006-01-07 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Gary Palmer <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : : >This works. However, matches should already be case insensitive. If : >they aren't, then I need to investigate why not. : > : > : : My reading of regex(3) says that the reg_comp at

Re: Postfix and faststart

2006-01-07 Thread Doug Barton
Mike Jakubik wrote: Marcus Alves Grando wrote: Doug, I will add your rcNG script in mail/postfix* Excellent! I think the port should also depend on a database server, if it has been compiled with one or any other of the supported configuration options. I'm not sure if this can be dynamical

Re: devd and caseful device ID matching on 6.0

2006-01-07 Thread Gary Palmer
M. Warner Losh wrote: This works. However, matches should already be case insensitive. If they aren't, then I need to investigate why not. My reading of regex(3) says that the reg_comp at line 173 of devd.cc needs to add the REG_ICASE flag. i.e. regcomp(&_regex, _re.c_str(), RE

Re: devd and caseful device ID matching on 6.0

2006-01-07 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Gary Palmer <[EMAIL PROTECTED]> writes: : Sam Leffler wrote: : : > At one point I added shorthand logic in devd for things like vendor, : > device, subvendor, etc. that did numeric comparisons instead of : > regex's. It might be worthwhile to extend t

Re: devd and caseful device ID matching on 6.0

2006-01-07 Thread Gary Palmer
Sam Leffler wrote: At one point I added shorthand logic in devd for things like vendor, device, subvendor, etc. that did numeric comparisons instead of regex's. It might be worthwhile to extend the grammar to have a numeric match operator. Something like the attached patch? It seems to wo

umass0: BBB reset failed, TIMEOUT

2006-01-07 Thread O. Hartmann
Hello. Got problmes with an external USB 2.0 2,5" harddrive. Short time readings of the on-HD filesystem (msdosfs), reading 1GB in one piece works sometimes fine, but reading more 1GB files or accessing the disk rapidly remains the disk frozen. Kernel reports umass0: Genesyslogic USB Mass Storage

Re: devd and caseful device ID matching on 6.0

2006-01-07 Thread Sam Leffler
Gary Palmer wrote: Hi Warner, I've been playing with devd and noticed that if you do something like: # # Dell TrueMobile 1300 WLAN PC Card # nomatch 10 { match "bus" "pci[0-9]+"; match "vendor" "0x14E4"; match "device" "0x4320"; match "subvendor" "0x1028"; mat

Re: Postfix and faststart

2006-01-07 Thread Johny Mattsson
On 01/08/06 12:11, Mike Jakubik wrote: I think the port should also depend on a database server, if it has been compiled with one or any other of the supported configuration options. I'm not sure if this can be dynamically generated based on ports configuration though. Maybe it would be usefu

Re: Postfix and faststart

2006-01-07 Thread Mike Jakubik
Marcus Alves Grando wrote: Doug, I will add your rcNG script in mail/postfix* I think the port should also depend on a database server, if it has been compiled with one or any other of the supported configuration options. I'm not sure if this can be dynamically generated based on ports conf

Re: Postfix and faststart

2006-01-07 Thread Marcus Alves Grando
Doug, I will add your rcNG script in mail/postfix* Thanks Doug Barton wrote: Carlos Fernando Assis Paniago wrote: Hi: after the last cvsup, my FreeBSD 6.0, i386 is not capable to start postfix. I'm using the link in the /usr/local/etc/rc.d/postfix.sh to start the postfix program. Looking in

devd and caseful device ID matching on 6.0

2006-01-07 Thread Gary Palmer
Hi Warner, I've been playing with devd and noticed that if you do something like: # # Dell TrueMobile 1300 WLAN PC Card # nomatch 10 { match "bus" "pci[0-9]+"; match "vendor" "0x14E4"; match "device" "0x4320"; match "subvendor" "0x1028"; match "subdevice" "0x00

Re: Postfix and faststart

2006-01-07 Thread Doug Barton
Carlos Fernando Assis Paniago wrote: Hi: after the last cvsup, my FreeBSD 6.0, i386 is not capable to start postfix. I'm using the link in the /usr/local/etc/rc.d/postfix.sh to start the postfix program. Looking in the code, I saw that we need to change this in a file in /usr/local/etc/postfix/

Re: Postfix and faststart

2006-01-07 Thread Neo
On Thu, Jan 05, 2006 at 12:05:08PM -0200, Carlos Fernando Assis Paniago wrote: > Hi: after the last cvsup, my FreeBSD 6.0, i386 is not capable to start > postfix. I'm using the link in the /usr/local/etc/rc.d/postfix.sh to > start the postfix program. Looking in the code, I saw that we need to >

Re: Motherboard

2006-01-07 Thread JoaoBR
On Saturday 07 January 2006 13:48, O. Hartmann wrote: > Right, nve(4) sometimes stops working, but it seems to have the best > performance to me. > sk(4) also works, more reliable, but is bound to PCI32 bus. > not exactly ... you can have a look at this PR if you like: kern/91000 but the nve dr

Re: Motherboard

2006-01-07 Thread O. Hartmann
Martin Cracauer wrote: I use the A8N-SLI Deluxe. >Øystein Holmen wrote on Fri, Jan 06, 2006 at 11:03:18PM +0100: > > >>Hi all! >> >>I'm setting up a new server with FreeBSD 6.0. The motherboard I am >>planning to use is Asus A8N-SLI Premium. Does anyone know if the on- >>board ethernet cont

Re: gdm problem with kernel as of 2005-01-04

2006-01-07 Thread Uwe Laverenz
On Thu, Jan 05, 2006 at 04:34:33PM -0500, Richard Kuhns wrote: > If anyone has suggestions/wants me to try anything, just say so. Yes, you can solve this problem by changing your /usr/X11R6/etc/gdm/gdm.conf. You have to change the setting for VTAllocation: VTAllocation=true bye, Uwe _

Re: /boot/nextboot.conf not deactivated after one boot

2006-01-07 Thread Ceri Davies
On Sat, Jan 07, 2006 at 01:35:34AM +0100, Marius Nuennerich wrote: > On Fri, 6 Jan 2006 15:14:41 + > Ceri Davies <[EMAIL PROTECTED]> wrote: > > > On Thu, Jan 05, 2006 at 01:41:33PM +0100, Marius Nuennerich wrote: > > > Hi folks, > > > > > > it seems like /boot/nextboot.conf is neither deleted

Re: Fast releases demand binary updates..

2006-01-07 Thread Dag-Erling Smørgrav
Jo Rhett <[EMAIL PROTECTED]> writes: > On Thu, Jan 05, 2006 at 10:41:47AM -0800, John-Mark Gurney wrote: > > Bottom line: Once code exists, then support can be talked about.. > This is the chicken and egg problem that will kill FreeBSD. So *you're* the AC that keeps predicting the death of *BSD o

6.0-RELEASE freeze repetitively

2006-01-07 Thread Henri Hennebert
Hello, I have a production server which freeze from time to time (from 5 hours to 7 days between freeze). I try (in /boot/loader.conf.local): - hint.acpi.0.disabled="1" - debug.mpsafevfs=0 debug.mpsafevm=0 to no avail. I setup a serial console and go into ddb and get: KDB: enter:

Re: NIC card problems

2006-01-07 Thread Peter C. Lai
Peter Jeremy wrote: >Real DEC Tulip cards do this when running Tru64 as well. My guess is that >it's a bug in the NIC. (And it looks like AMDtek have copied it). Peter, Warner, Stefan, et al.: I just found this thread on the mailing list, and am responding to it, a year later :) I also believe