Reinhard Haller wrote: > in fact, it was brutally copied from another jail as described in the > FreeBSD Handbook chapter 15.6.
Template based jail is a new technology, I have not tried it yet. Using methods from "man jail". But your problem could have another reason. To enjoy use of pseudodevice /dev/tty you have to login to the jail as to a regular host (via telnet or ssh). But if you just execute a command inside a jail acting from the motherhost via jexec or such, then sure you do not have correct pseudofiles. > Manually setting the permissions of /dev/tty to crw--w---- doesn't help. Absolutely no sense in this. /dev/tty is generated dynamically with each login of a user. (If you ask "ls -l /dev/tty", it should be owned by the logged in user by the way. Try to login as another user and see, if the ownership changes. If not - this is _not_ a proper pseudofile.) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
