Hi,
on one of our nodes in the cluster, appears problem with /dev/ptmx, after one of latest actualisation.
Command
ls -la /dev/ptmx /dev/pts/ptmx
gives on node:
crw-rw-rw- 1 root tty 5, 2 Mar 11 12:26 /dev/ptmx
c--------- 1 root root 5, 2 Mar 7 15:07 /dev/pts/ptmx
and on LXC container:
c--------- 1 root root 5, 2 Mar 7 15:07 /dev/ptmx
c--------- 1 root root 5, 2 Mar 7 15:07 /dev/pts/ptmx
Users (except root) have problem using programs like Screen.
After:
chmod 0666 /dev/ptmx
it works well.
But after restart of system problem appears again.
Have you any idea how to permanent solve this problem?
on one of our nodes in the cluster, appears problem with /dev/ptmx, after one of latest actualisation.
Command
ls -la /dev/ptmx /dev/pts/ptmx
gives on node:
crw-rw-rw- 1 root tty 5, 2 Mar 11 12:26 /dev/ptmx
c--------- 1 root root 5, 2 Mar 7 15:07 /dev/pts/ptmx
and on LXC container:
c--------- 1 root root 5, 2 Mar 7 15:07 /dev/ptmx
c--------- 1 root root 5, 2 Mar 7 15:07 /dev/pts/ptmx
Users (except root) have problem using programs like Screen.
After:
chmod 0666 /dev/ptmx
it works well.
But after restart of system problem appears again.
Have you any idea how to permanent solve this problem?