Date: Thu, 25 Feb 1999 09:36:31 -0500 (EST) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: bfe00350@mail.telepac.pt (Joao Pedras) Cc: cjclark@home.com, freebsd-questions@freebsd.org Subject: Re: Weird quota Message-ID: <199902251436.JAA03343@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <19990225105336.BBUD28085@[194.65.206.137]> from Joao Pedras at "Feb 25, 99 10:54:37 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Joao Pedras wrote, > No. That's what I meant... Seems it doesn't read those lines in rc. I > even try to add the complete path in those lines in /etc/rc > > # Check the quotas (must be after ypbind if > using NIS)[ "X${check_quotas}" = X"YES" ]; then > echo -n 'checking quotas:' > /usr/sbin/quotacheck -a > echo ' done.' > /usr/sbin/quotaon -a > > originally was > > # Check the quotas (must be after ypbind if > using NIS)[ "X${check_quotas}" = X"YES" ]; then > echo -n 'checking quotas:' > quotacheck -a > echo ' done.' > quotaon -a That is your mailer or something else messing up those carriage returns, right? It should be, # Check the quotas (must be after ypbind if using NIS) [ "X${check_quotas}" = X"YES" ]; then echo -n 'checking quotas:' quotacheck -a echo ' done.' quotaon -a > Either way it's like they are not there... > > But I can assure you that the rc file is read... > nfs mount, etc, etc messages appear > > I presently have quotaon -a in rc.local... but I > would like to know why is this happening... If the above is not the problem, could we see the rc.conf? Maybe you are overlooking something. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902251436.JAA03343>