NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/48586: Kern complains proc table full even when it is is not



The following reply was made to PR kern/48586; it has been noted by GNATS.

From: "D'Arcy J.M. Cain" <darcy%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/48586: Kern complains proc table full even when it is is
 not
Date: Thu, 8 May 2014 08:44:41 -0400

 Not sure if this is related but I recently rebuilt my kernel to pick up
 any fixes.  I now run NetBSD 6.1.4_PATCH slightly modified as follows:
 
 include "arch/amd64/conf/GENERIC"
 
 #ident          "INSTALL-$Revision: 7922 $"
 
 maxusers 1024
 
 options SEMMNI=20000
 options SEMMNS=5000
 options SEMUME=200
 options SEMMNU=500
 options SHMMAXPGS=16384
 
 pseudo-device   pf                      # PF packet filter
 pseudo-device   pflog                   # PF log if
 
 This is the same as I have been running for years.  Suddenly Postfix is
 failing with the same error message as in this PR.  I have tried
 restarting every service on that system but the only thing that works
 is a reboot.  I am not running any Linux programs so I don't think that
 Linux emulation is the problem.
 
 I do not get the "proc: table is full" message in /var/log/messages.
 
 -- 
 D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
 http://www.NetBSD.org/ IM:darcy%Vex.Net@localhost
 


Home | Main Index | Thread Index | Old Index