Changes

From SME Server
Jump to navigationJump to search
493 bytes added ,  04:06, 31 March 2021
Line 105: Line 105:     
DO this only if you have kvm access, Remember you still can use the option 9 to restore from disk without rebooting.
 
DO this only if you have kvm access, Remember you still can use the option 9 to restore from disk without rebooting.
 +
 +
 +
==== Issue with Screen====
 +
Some installation of Centos do have declared devpts in fstab and are missing the gid=5. This will prevent non root user to use screen
 +
 +
change this
 +
devpts          /dev/pts        devpts  defaults  0      0
 +
to this
 +
devpts          /dev/pts        devpts  defaults,gid=5  0      0
 +
 +
to avoid a reboot, do
 +
mount -o remount,gid=5,rw,relatime,mode=600,ptmxmode=000 /dev/pts
 +
 +
Alternatively, simply remove or comment the line from fstab and it should work on reboot.
    
===Bugs===
 
===Bugs===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,239

edits

Navigation menu