Comment 3 for bug 53040

Revision history for this message
Ante Karamatić (ivoks) wrote :

OK, so udev sets null permissons corectly. Could you add output of:

RUNLEVEL=`runlevel | cut -d" " -f2`
echo $RUNLEVEL
egrep -sr "chmod.*null" /etc/rc$RUNLEVEL.d/* /etc/rc.local

Thanks.