Re: login.conf problems

2005-01-14 Thread Lowell Gilbert
Don't top-post, please. Static [EMAIL PROTECTED] writes: - Original Message - From: Lowell Gilbert [EMAIL PROTECTED] To: Static [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Thursday, January 13, 2005 4:33 PM Subject: Re: login.conf problems Static [EMAIL

Re: login.conf problems

2005-01-13 Thread Lowell Gilbert
Static [EMAIL PROTECTED] writes: Im trying to add a class that will limit processes and session limits, I added this ircd:\ :tc=default:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ :path=~/bin /bin /usr/bin

Re: login.conf problems

2005-01-13 Thread Chris
I think the problem here is login.conf cannot do things like limit cpu% it just kills the process when it reaches the cpu time used, also on limiting processes say if you want to limit a shell user to run 3 bg processes you cant limit to 3 processes in login.conf because it will break fg processes

Re: login.conf problems

2005-01-13 Thread Static
: login.conf problems Static [EMAIL PROTECTED] writes: Im trying to add a class that will limit processes and session limits, I added this ircd:\ :tc=default:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ :path=~/bin /bin

login.conf problems

2005-01-12 Thread Static
Im trying to add a class that will limit processes and session limits, I added this ircd:\ :tc=default:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ :path=~/bin /bin /usr/bin /usr/local/bin:\