"bad ulimit" on all non-root "at" & "batch" jobs under 386/ix

Joseph Sarkes joe at junkyard.UUCP
Thu Jan 18 10:02:59 AEST 1990


ulimit is set by the kernel for all programs using the compiled in
value. This is set in the configuration file (stune) or whatever
your system uses. since login runs as root, it can take the default
value and raise it. a process started by cron is not started by
login, thus it does not get its ulimit raised before running. thus
is is necessary to have the stune value of ulimit as high or higher
than the default login value for cron to work right, or you can
change the cron prototype if that works better for you. 

Joseph Sarkes	(junkyard!joe)



More information about the Comp.unix.i386 mailing list