Changes

Jump to navigation Jump to search
373 bytes added ,  17:15, 11 January 2014
Line 174: Line 174:  
  cd /home/e-smith
 
  cd /home/e-smith
 
  du --si --max-depth 1
 
  du --si --max-depth 1
 +
====create missig group and set gid====
 +
In case or a specific sme group is missing, you can create it again. see [[bugzilla:7932#c48]]
 +
groupadd -g 102 -o apache
 +
rpm --setugids rpm1 rpm2
 +
 +
where 102 is the correct gid of apache group, adapt it to the right setting
 +
where rpm1 and rpm2 are valid rpm but broken due to the lack of apache group during installation or upgrade
    
===RPM's===
 
===RPM's===

Navigation menu