-- James Hunt ____________________________________ http://upstart.ubuntu.com/cookbook http://upstart.ubuntu.com/cookbook/upstart_cookbook.pdf
=== modified file 'ChangeLog' --- ChangeLog 2012-03-01 12:16:20 +0000 +++ ChangeLog 2012-03-01 12:18:25 +0000 @@ -9,6 +9,7 @@ - Use nih_local to avoid memory leak should nih_strcat_sprintf() fail. - Formatting. + * init/man/init.5: Add further pty details. 2012-02-13 James Hunt <[email protected]>
=== modified file 'init/man/init.5' --- init/man/init.5 2012-02-16 15:45:41 +0000 +++ init/man/init.5 2012-03-01 12:18:25 +0000 @@ -666,10 +666,17 @@ Note that since .B log -utilizes pseudo-ttys, it may be necessary to increase the number of +utilizes pseudo-ttys, your kernel must support these. If it does not, +the console value will be modified automatically to +.BR none. +Further, note that it may be necessary to increase the number of available pty devices; see .BR pty (7) for details. + +Under Linux, full Unix 98 pty support requires that the +.I devpts +filesystem be mounted. .RE .RE .sp 1
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
