Hello all,
for some reasons, the upgrade to 8.0 was a shock.
--> ISDN was dropped, without a notice in the "Detailed Release Notes", and the hardware is still listed in the "Hardware Notes". That's really disappointing.
But back to the topic, assuming this "test.txt":
I can use this command in the base system:
No I'm opening a jail shell with:
and the above command gives me this error message:
And the message is correct, I can't see a "/dev/tty*" in the jail, only "/dev/pts/*". The jail is configured with (ezjail):
I don't have my own devfs.rules, and so "/etc/defaults/devfs.rules" is used.
Does "/etc/defaults/devfs.rules" not enabling tty, or I'm missing something else?
Regards,
Carsten
for some reasons, the upgrade to 8.0 was a shock.
--> ISDN was dropped, without a notice in the "Detailed Release Notes", and the hardware is still listed in the "Hardware Notes". That's really disappointing.
But back to the topic, assuming this "test.txt":
Code:
one
two
I can use this command in the base system:
Code:
xargs -o < test.txt
No I'm opening a jail shell with:
Code:
jexec 1 tcsh
If I'm starting a Midnight Commander in the jail, the above command is working.xargs: can't open /dev/tty: No such file or directory
And the message is correct, I can't see a "/dev/tty*" in the jail, only "/dev/pts/*". The jail is configured with (ezjail):
Code:
jail_example_devfs_enable="YES"
jail_example_devfs_ruleset="devfsrules_jail"
Does "/etc/defaults/devfs.rules" not enabling tty, or I'm missing something else?
Regards,
Carsten