On Mon, 1 Nov 1999, Simons wrote: > Hello, > > I have create a dedicated user account for running ircd , but the max. user > descriptors limit is 1024, it's not enough for my ircd connections. Is there > any method to change user descriptors limit to 2048 or more? Hmm...I'm usind > RedHat 6.0 Yes you can do this. You will want to add to files in /etc/pam.d/*: session optional /lib/security/pam_limits.so Not every file, but at least to like login, ftp, things of that nature. Then you will need to modify /etc/security/limits.conf to have something like: john hard nofile 2048 john soft nofile 2048 that would be for user john. Brian > > Best rgds, > Simons > > > > > > -- > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" > as the Subject. > ----------------------------------------------------- Brian Feeny (BF304) [EMAIL PROTECTED] 318-222-2638 x 109 http://www.shreve.net/~signal Network Administrator ShreveNet Inc. (ASN 11881) -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.