Limiting the number of probed interfaces?

2007-05-03 Thread Patrick M. Hausen
Hello, all! In former times configuring a kernel was a bit more cumbersome, yet more straightforward than is today: device isa device sio0at isa? port IO_COM1 flags 0x10 irq 4 device sio1at isa? port IO_COM2 flags 0x0 irq 3 to keep the kernel from messing with

Re: clock too slow - big time offset with ntpdate

2007-05-03 Thread Martin Dieringer
On Thu, 3 May 2007, Ian Smith wrote: Now I got following while playing sound on the Compaq: kernel: calcru: runtime went backwards from 183711700 usec to 183167434 usec for pid 12 (swi4: clock sio) here I have a working clock, but also intermittent sound output To which I suggested,

Re: Limiting the number of probed interfaces?

2007-05-03 Thread Michael Proto
Patrick M. Hausen wrote: Hello, all! In former times configuring a kernel was a bit more cumbersome, yet more straightforward than is today: deviceisa devicesio0at isa? port IO_COM1 flags 0x10 irq 4 devicesio1at isa? port IO_COM2

Re: clock too slow - big time offset with ntpdate

2007-05-03 Thread Pieter de Goeje
On Thursday 03 May 2007, Martin Dieringer wrote: # sysctl kern.timecounter kern.timecounter.hardware: i8254 kern.timecounter.choice: TSC(-1000) i8254(0) dummy(-100) To me it seems that you are running with acpi disabled. For example I have this: kern.timecounter.choice: TSC(800)

Re: clock too slow - big time offset with ntpdate

2007-05-03 Thread Martin Dieringer
On Thu, 3 May 2007, Pieter de Goeje wrote: On Thursday 03 May 2007, Martin Dieringer wrote: # sysctl kern.timecounter kern.timecounter.hardware: i8254 kern.timecounter.choice: TSC(-1000) i8254(0) dummy(-100) To me it seems that you are running with acpi disabled. For example I have this:

Re: Limiting the number of probed interfaces?

2007-05-03 Thread Jeremy Chadwick
On Thu, May 03, 2007 at 08:49:40AM -0400, Michael Proto wrote: Would the following in /boot/device.hints achieve what you are after? hint.bge.1.disabled=1 hint.bge.2.disabled=1 ... You can put these in /boot/loader.conf, thus leaving /boot/device.hints alone; one less file to deal with

Re: Limiting the number of probed interfaces?

2007-05-03 Thread Patrick M. Hausen
Hello! On Thu, May 03, 2007 at 08:49:40AM -0400, Michael Proto wrote: Is there a way to limit the number of probed entities for a certain pci device class to, say, 1 in my case? I'd like to use bge0 for FreeBSD but the kernel should leave everything else that might be a bge interface

Re: Limiting the number of probed interfaces?

2007-05-03 Thread Jeremy Chadwick
On Thu, May 03, 2007 at 03:30:48PM +0200, Patrick M. Hausen wrote: On Thu, May 03, 2007 at 08:49:40AM -0400, Michael Proto wrote: Would the following in /boot/device.hints achieve what you are after? hint.bge.1.disabled=1 hint.bge.2.disabled=1 That would be the feature I am

Re: [cups.bugs] tcgetattr() causes lockup in USB backend on FreeBSD6-STABLE

2007-05-03 Thread Peter van Heusden
Sorry, a bit more investigation revealed that my earlier comments were wrong. Yes, the tcgetattr() call *does* hang - on my system it takes 10 seconds to return, before returning ENODEV (the only thing that ioctl on a ulpt returns on FreeBSD, according to my reading of the kernel). That, however,

Re: [cups.bugs] tcgetattr() causes lockup in USB backend on FreeBSD6-STABLE

2007-05-03 Thread Eygene Ryabinkin
Peter, good day. Thu, May 03, 2007 at 05:06:13PM +0200, Peter van Heusden wrote: Sorry, a bit more investigation revealed that my earlier comments were wrong. Yes, the tcgetattr() call *does* hang - on my system it takes 10 seconds to return, before returning ENODEV (the only thing that ioctl

Re: [cups.bugs] tcgetattr() causes lockup in USB backend on FreeBSD6-STABLE

2007-05-03 Thread Eygene Ryabinkin
Me again. Thu, May 03, 2007 at 07:15:30PM +0400, Eygene Ryabinkin wrote: If you can rebuild the kernel, but don't know how to correct the quirks, send me the output of the 'usbdevs -v' with the printer plugged in and I will try to send you the patch for the USB quirks file. And it will be

Re: What triggers No Buffer Space Available?

2007-05-03 Thread Chuck Swiger
Marc G. Fournier wrote: [ ... ] okay, next question ... under 'Active UNIX domain sockets, I see alot that have no Addr: Active UNIX domain sockets Address Type Recv-Q Send-QInode Conn Refs Nextref Addr d06b7480 stream 0 00 c969b24000

Re: What triggers No Buffer Space Available?

2007-05-03 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Thursday, May 03, 2007 11:17:56 -0400 Chuck Swiger [EMAIL PROTECTED] wrote: The ones you're showing are from Postfix. It would be interesting to sort them by frequency and see what the majority of the use is from. If you sort the data

FreeBSD vs Region Code DVDs

2007-05-03 Thread Ulrich Spoerlein
Hi all, I'm having a hard time getting my external (USB, Firewire) Plextor PX-755UF to read any retail DVDs at all. I can read any kind of CDs and also DVD-Rs. But mastered DVDs are invisible to FreeBSD. I can not even read a single sector from such a DVD with the external drive, but it's

Re: What triggers No Buffer Space Available?

2007-05-03 Thread Robert Watson
On Tue, 1 May 2007, Marc G. Fournier wrote: I'm still being hit by this one ... more frequently right now as I had to move a bit more stuff *onto* that server ... I'm trying to figure out what I can monitor for a 'leak' somewhere, but the only thing I'm able to find is the whole nmbclusters

Re: What triggers No Buffer Space Available?

2007-05-03 Thread Robert Watson
On Wed, 2 May 2007, Marc G. Fournier wrote: # netstat | egrep tcp4|udp4 | awk '{print $1}' | uniq -c 171 tcp4 103 udp4 or is there a better command I should be using? I generally recommend using a combination of netstat and sockstat. Sockets represent, loosely, IPC endpoints. There are

Re: mfs and buildworlds on da SunFire x4600

2007-05-03 Thread Vivek Khera
On May 2, 2007, at 2:39 PM, Mars G. Miro wrote: - front USB ports wont work for a USB keyboard, just use da ports at da back. applies to X4100 as well. I think sun just makes them that way :-) ___ freebsd-stable@freebsd.org mailing list

Re: Another em0 watchdog timeout

2007-05-03 Thread Sven Willenberger
On Tue, 2007-05-01 at 11:05 -0700, Michael Collette wrote: I realize there is a previous thread discussing this, but my symptoms seem to be a little bit different. Here's the stats... FreeBSD 6.2-STABLE #1: Fri Apr 27 17:28:22 PDT 2007 [EMAIL PROTECTED]:0:0: class=0x02

Re: FreeBSD vs Region Code DVDs

2007-05-03 Thread Sean C. Farley
On Thu, 3 May 2007, Ulrich Spoerlein wrote: Hi all, I'm having a hard time getting my external (USB, Firewire) Plextor PX-755UF to read any retail DVDs at all. I can read any kind of CDs and also DVD-Rs. But mastered DVDs are invisible to FreeBSD. I can not even read a single sector from such

Re: What triggers No Buffer Space Available?

2007-05-03 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Thursday, May 03, 2007 19:28:56 +0100 Robert Watson [EMAIL PROTECTED] wrote: I generally recommend using a combination of netstat and sockstat. Sockets represent, loosely, IPC endpoints. There are actually two layers associated with

Re: Limiting the number of probed interfaces?

2007-05-03 Thread Peter Jeremy
On 2007-May-03 15:30:48 +0200, Patrick M. Hausen [EMAIL PROTECTED] wrote: Hello! On Thu, May 03, 2007 at 08:49:40AM -0400, Michael Proto wrote: Is there a way to limit the number of probed entities for a certain pci device class to, say, 1 in my case? I'd like to use bge0 for FreeBSD but

Re: FreeBSD vs Region Code DVDs

2007-05-03 Thread Ulrich Spoerlein
Sean C. Farley wrote: On Thu, 3 May 2007, Ulrich Spoerlein wrote: I had an issue with ripping some DVD's to my laptop before a trip I made (note: no distribution occurred (for the lawyers :))). I wanted to just use dd to do it, but dd would fail after a small amount of data was read. If I

Re: FreeBSD vs Region Code DVDs

2007-05-03 Thread Scott Long
Ulrich Spoerlein wrote: Sean C. Farley wrote: On Thu, 3 May 2007, Ulrich Spoerlein wrote: I had an issue with ripping some DVD's to my laptop before a trip I made (note: no distribution occurred (for the lawyers :))). I wanted to just use dd to do it, but dd would fail after a small amount of

Re: FreeBSD vs Region Code DVDs

2007-05-03 Thread Scott Long
Sean C. Farley wrote: On Thu, 3 May 2007, Ulrich Spoerlein wrote: Hi all, I'm having a hard time getting my external (USB, Firewire) Plextor PX-755UF to read any retail DVDs at all. I can read any kind of CDs and also DVD-Rs. But mastered DVDs are invisible to FreeBSD. I can not even read a

Re: What triggers No Buffer Space Available?

2007-05-03 Thread Adrian Chadd
On 04/05/07, Marc G. Fournier [EMAIL PROTECTED] wrote: 'k, all I'm looking at right now is the Unix Domain Sockets, and the output of netstat - sockstat is growing since I first started counting both .. Hm! What about graphing them? It shouldn't be hard to write an mrtg shell script data

Socket leak (Was: Re: What triggers No Buffer Space) Available?

2007-05-03 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to probe this as well as I can, but network stacks and sockets have never been my strong suit ... Robert had mentioned in one of his emails about a Sockets can also exist without any referencing process (if the application closes, but

Re: FreeBSD vs Region Code DVDs

2007-05-03 Thread Robert Gray
I had an issue with ripping some DVD's to my laptop before a trip I made (note: no distribution occurred (for the lawyers :))). I wanted to just use dd to do it, but dd would fail after a small amount of data was read. If I first played a little of the DVD with mplayer, then dd would work

Re: Socket leak (Was: Re: What triggers No Buffer Space) Available?

2007-05-03 Thread Matthew Dillon
:I'm trying to probe this as well as I can, but network stacks and sockets have :never been my strong suit ... : :Robert had mentioned in one of his emails about a Sockets can also exist :without any referencing process (if the application closes, but there is still :data draining on an open

Re: Socket leak (Was: Re: What triggers No Buffer Space) Available?

2007-05-03 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Thursday, May 03, 2007 18:26:30 -0700 Matthew Dillon [EMAIL PROTECTED] wrote: One thing you can do is drop into single user mode... kill all the processes on the system, and see if the sockets are recovered. That will give

Re: FreeBSD vs Region Code DVDs

2007-05-03 Thread Lyndon Nerenberg
I've had similar experiences with DaVinci Code and Casino Royal. Casino Royale is using something new. It managed to trip up Mac The Ripper, which so far has had a 100% success rate for me. In general the Sony infections imbed bad sectors on the disks in locations that a DVD player parsing

Re: Socket leak (Was: Re: What triggers No Buffer Space) Available?

2007-05-03 Thread Matthew Dillon
:*groan* why couldn't this be happening on a server that I have better remote :access to? :( : :But, based on your explanation(s) above ... if I kill off all of the jail(s) on :the machine, so that there are minimal processes running, shouldn't I see a :significant drop in the number of