On Wed, 10 Apr 2002 16:43:12 -0500, Fran Firman wrote > > > I'm trying to get atd running. > I get in /var/log/syslog the message > atd[9995]: Error redirecting I/O: Permission denied > > Any ideas on how to get atd to run, > > Also with screen I get the message > > No more PTYs > Sorry, could not find a PTY.
Trying to clean up my inbox... Which distro is this ? Some old programs were relying on pseudo-tty right in /dev (ptyXX and ttyXX). There used to have tons of those files in /dev. Now with /dev/pts, pseudo-tty are 'invented' as needed. So vserver do not have /dev/ptyXX since most application don't care, Also /dev/pts is virtualised (isolated between vservers, while /dev/ttyXX are not). So maybe you can update the screen package. atd seems to work normally here. --------------------------------------------------------- Jacques Gelinas <[EMAIL PROTECTED]> vserver: run general purpose virtual servers on one box, full speed! http://www.solucorp.qc.ca/miscprj/s_context.hc
