Re: Dead lock

2007-06-13 Thread Stefan Bethke
Am 30.05.2007 um 16:32 schrieb Roger Miranda: As of right now the machine goes into dead lock within a few hours (only when on the network). I get no WITNESS errors (LORs), or kernel dumps, or anything in the logs that look like an error or out of the ordinary. Is there anything else I

Re: Dead lock

2007-06-13 Thread Roger Miranda - Digital Relay Inc.
On Wednesday 13 June 2007 08:30, Stefan Bethke wrote: Am 30.05.2007 um 16:32 schrieb Roger Miranda: As of right now the machine goes into dead lock within a few hours (only when on the network). I get no WITNESS errors (LORs), or kernel dumps, or anything in the logs that look like an

Unix domain socket leak in 6-STABLE

2007-06-13 Thread Ulrich Spoerlein
Hi, as you are aware, there is a unix domain socket leak in 6-STABLE, which AFAIK is not yet fully fixed. I wanted to ask about the status or some possible fixes, as I know a way to reproduce the problem in a matter of minutes. We are running Cyrus and Postfix with the user DB in OpenLDAP.

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Ivan Voras
Ulrich Spoerlein wrote: Hi, as you are aware, there is a unix domain socket leak in 6-STABLE, which AFAIK is not yet fully fixed. We are running Cyrus and Postfix with the user DB in OpenLDAP. When using ldapi://%2fvar%2frun%2fopenldap%2fldapi/ as a connection URL for both Postfix' user

Re: Can't get if_txp(4) to attach to a 3CR990B-TXM NIC

2007-06-13 Thread Freddie Cash
On Tuesday 12 June 2007 09:15 pm, Pyun YongHyeon wrote: On Tue, Jun 12, 2007 at 10:20:11AM -0700, Freddie Cash wrote: On Friday 08 June 2007 09:59 pm, Pyun YongHyeon wrote: On Fri, Jun 08, 2007 at 09:13:37AM -0700, Freddie Cash wrote: Good morning, I'm having a bit of an

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Jeremy Chadwick
On Wed, Jun 13, 2007 at 04:22:45PM +0200, Ulrich Spoerlein wrote: Hi, as you are aware, there is a unix domain socket leak in 6-STABLE, which AFAIK is not yet fully fixed. I wanted to ask about the status or some possible fixes, as I know a way to reproduce the problem in a matter of

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Ronald Klop
On Wed, 13 Jun 2007 16:22:45 +0200, Ulrich Spoerlein [EMAIL PROTECTED] wrote: Hi, as you are aware, there is a unix domain socket leak in 6-STABLE, which AFAIK is not yet fully fixed. I wanted to ask about the status or some possible fixes, as I know a way to reproduce the problem in a

Re Unix domain socket leak in 6-STABLE

2007-06-13 Thread Ulrich Spoerlein
On 6/13/07, Ivan Voras [EMAIL PROTECTED] wrote: Can you perhaps isolate the bug / give more information on it? I'm asking because I'm currently using an application with unix domain sockets in production wich handles lots of connects/disconnects per second and it doesn't seem to show leakage.

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Wednesday, June 13, 2007 09:17:36 -0700 Jeremy Chadwick [EMAIL PROTECTED] wrote: I've seen this kind of problem with domain sockets (at least on Linux with a multi-use tool called busybox) where on error conditions the code never

FYI: ULi/ALi SATA fix committed on HEAD

2007-06-13 Thread Bruce M Simpson
I have just committed a change (with soren's blessing) for the upcoming 7.0 branch which resolves the regression with ALI/ULI sata controllers introduced in 6.2-RELEASE. This affected a number of systems in particular the ASUS Vintage series of barebones boxes. Some folks on stable were

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Ulrich Spoerlein
Marc G. Fournier wrote: 'k, just to ring in here ... I can definitely attest to there being a leak here, as it was me that was originally burned by it ... in my case, I eventually was able to isolate which VPS/jail was causing it and haven't run it since, but was never able to determine

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Jeremy Chadwick
On Wed, Jun 13, 2007 at 08:15:56PM +0200, Ulrich Spoerlein wrote: I wonder though: maxfilesperproc is roughly 12k, but lsof needs to only count 2.5k lines of slapd output when the limit is hit. Is there a better way to check, how much fds/resources are open by a certain process? sockstat is

atapicam and cd-rw problem, no cd0 but acd0 some error

2007-06-13 Thread Momchil Ivanov
Hi guys, I am running 6-STABLE as of today and I cannot use the CD-RW on my IBM T40 to burn CDs. When I put atapicam_load=YES in loader.conf or compile it in the kernel I see the following error acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 and no /dev/cd0 is

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Alexandre Biancalana
On 6/13/07, Ulrich Spoerlein [EMAIL PROTECTED] wrote: Hi, as you are aware, there is a unix domain socket leak in 6-STABLE, which AFAIK is not yet fully fixed. I wanted to ask about the status or some possible fixes, as I know a way to reproduce the problem in a matter of minutes. We are

marketing lists for medical and dental fields

2007-06-13 Thread wearisome Butcher
I was told that you were looking for marketing databases of the medical community. Until the end of this week (June 15/2007) we have this deal on the go: Directories for the USA: - Physicians: 700 thousand doctors in the US. Data is provided in Excel format and sortable by state or

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Alfred Perlstein
* Alexandre Biancalana [EMAIL PROTECTED] [070613 12:40] wrote: On 6/13/07, Ulrich Spoerlein [EMAIL PROTECTED] wrote: Hi, as you are aware, there is a unix domain socket leak in 6-STABLE, which AFAIK is not yet fully fixed. I wanted to ask about the status or some possible fixes, as I

Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Alexandre Biancalana
On 6/13/07, Alfred Perlstein [EMAIL PROTECTED] wrote: I would advise running truss or ktrace against the process to see if it's actually attempting to close the descriptor. this would explain if the leak is in the application, or maybe libc/kernel. -- - Alfred Perlstein Hi ! I change

Re: Can't get if_txp(4) to attach to a 3CR990B-TXM NIC

2007-06-13 Thread Pyun YongHyeon
On Wed, Jun 13, 2007 at 09:01:39AM -0700, Freddie Cash wrote: On Tuesday 12 June 2007 09:15 pm, Pyun YongHyeon wrote: On Tue, Jun 12, 2007 at 10:20:11AM -0700, Freddie Cash wrote: On Friday 08 June 2007 09:59 pm, Pyun YongHyeon wrote: On Fri, Jun 08, 2007 at 09:13:37AM -0700,

Re: Can't get if_txp(4) to attach to a 3CR990B-TXM NIC

2007-06-13 Thread Pyun YongHyeon
On Thu, Jun 14, 2007 at 12:58:07PM +0900, To Freddie Cash wrote: On Wed, Jun 13, 2007 at 09:01:39AM -0700, Freddie Cash wrote: On Tuesday 12 June 2007 09:15 pm, Pyun YongHyeon wrote: On Tue, Jun 12, 2007 at 10:20:11AM -0700, Freddie Cash wrote: On Friday 08 June 2007 09:59 pm,