pkgsrc-Bugs archive

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

Re: pkg/48258: mysql-server startup files may try to set to high fd-limit in pkgsrc-startup-file



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

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48258: mysql-server startup files may try to set to high
 fd-limit in pkgsrc-startup-file
Date: Wed, 02 Oct 2013 20:19:35 +0900

 On Wed, 02 Oct 2013 20:00:00 +0900, 
<Wolfgang.Stukenbrock%nagler-company.com@localhost> wrote:
 
 >> How-To-Repeat:
 >      setup a fresh system (e.g. amd64), log in and run "ulimit -Hn". It will 
 > report 3404.
 >      And so setting 4096 in the rc-file will (silently) fail and the server 
 > will stay at 128 fd's.
 
 I cannot reproduce it on NetBSD-5.1.2-i386, soft limit will be up to the hard 
limit:
 
 # ulimit -Hn
 3404
 # ulimit -Sn
 128
 # ulimit -n 4096
 # ulimit -Hn
 3404
 # ulimit -Sn
 3404
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index