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
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:
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
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
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
_
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
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
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
>
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/
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo