Changes

Jump to navigation Jump to search
192 bytes added ,  02:05, 26 December 2014
Line 302: Line 302:  
  du --si --max-depth 1
 
  du --si --max-depth 1
    +
====adjust the ntp time====
 +
if you want to set the correct time via ntpd without restarting the server
 +
/etc/init.d/ntpd stop
 +
ntpdate pool.ntp.org
 +
/etc/init.d/ntpd start
 +
and to verify
 +
date
 
====create missing group and set gid====
 
====create missing group and set gid====
 
If a specific sme group or linux group is missing, you can create it again. see [[bugzilla:7932#c48]]
 
If a specific sme group or linux group is missing, you can create it again. see [[bugzilla:7932#c48]]

Navigation menu