From: Roland G. <rgi...@cp...> - 2007-11-15 16:00:45
|
ahem, this seems to be a permission problem on the /dev/pts/, /dev/ptmx etc. why not try to fix that? sp...@nc... wrote: ... > IO::Tty::open_slave(nonfatal): open(/dev/pts/368): Permission denied at /tools/perl/lib/IO/Pty.pm line 24. > pty_allocate(nonfatal): open(/dev/ptmx): Permission denied at /tools/perl/lib/IO/Pty.pm line 24. > IO::Tty::pty_allocate(nonfatal): grantpt(): Permission denied at /tools/perl/lib/IO/Pty.pm line 24. > IO::Tty::pty_allocate(nonfatal): unlockpt(): Inappropriate ioctl for device at /tools/perl/lib/IO/Pty.pm line 24. > aft spwn > > I'm going to try putting the pragma's in the Pty module now. > |