Lösung: Manuelles Eintragen der gewünschten DNS Server in /etc/resolv.conf mit:
nameserver 8.8.8.8 nameserver 4.4.4.4 nameserver x.x.x.x
oder
netconfig update -f
Lösung: Werte auf yes setzen in der Datei /usr/share/PolicyKit/policy/org.freedesktop.hal.device-access.policy
<action id="org.freedesktop.hal.device-access.removable-block"> <description>Directly access removable block devices</description> <message>System policy prevents access to removable block devices</message> <defaults> <allow_inactive>yes</allow_inactive> <allow_active>yes</allow_active> </defaults> </action>
SUBSYSTEM=="block", KERNEL=="sr0", SYMLINK+="cdrom", MODE="1777", GROUP="cdrom", ENV{GENERATED}="1" SUBSYSTEM=="block", KERNEL=="sr0", SYMLINK+="dvd", MODE="1777", GROUP="cdrom", ENV{GENERATED}="1"
Lösung: Durch die Installation eines Paketes bzw. eines Updates wurde die lokale PAM Konfiguration verändert. Wieder zurücksetzen mit:
echo "auth optional pam_mount.so use_first_pass" >> /etc/pam.d/common-auth-pc echo "session optional pam_mount.so" >> /etc/pam.d/common-session-pc
Lösung: Die Sektion wie folgt in der Datei /etc/gdm/PreSession/Default ersetzen:
chown -R root:root /tmp/.ICE-unix chown -R root:root /tmp/.X11-unix chown -R profil:wartung /var/lib/d4e/desktop-profil rm /var/lib/d4e/desktop-profil/.ICE* rm -rf /var/lib/d4e/desktop-profil/.gconfd rm -rf /var/lib/d4e/desktop-profil/.metacity rm -rf /var/lib/d4e/desktop-profil/.nautilus rm -rf /var/lib/d4e/desktop-profil/server test -d /home/$USER || mkdir /home/$USER if test "$USER" != "root" && test "$USER" != "profil" && test -d "/home/$USER"; then LIST=`/bin/ls -a --ignore=server --ignore=. --ignore=.. /home/$USER` cd /home/$USER rm -rf $LIST LIST=`/bin/ls -a --ignore=. --ignore=.. /var/lib/d4e/desktop-profil` for i in $LIST do cp -a /var/lib/d4e/desktop-profil/$i /home/$USER/ chown -R $USER:$GROUP /home/$USER/$i done sync GROUP=`id -ng $USER` chown $USER:$GROUP /home/$USER export KDEHOME=/home/$USER/.kde_$USER export ICEAUTHORITY=/home/$USER/.ICEauthority export DCOPAUTHORITY=/home/$USER/$USER_DCOPserver-$HOSTNAME_ON_$DISPLAY fi
LIST=`/bin/ls -a --ignore=. --ignore=.. /home/` cd /home rm -rf $LIST LIST=`/bin/ls -a --ignore=. --ignore=.. /tmp/` cd /tmp rm -rf $LIST
Lösung: Löschen der LDAP-Client Konfiguration:
rm /etc/ldap.conf
Lösung: In der Datei /etc/sysconfig/suseconfig folgenden Eintrag bearbeiten:
GROFF_PAGESIZE="a4"
SuSEconfig
Ursache: Durch die Netzwerkkonfiguration mit YaST2 sind wichtige Host-Einstellungen überschrieben worden.
Lösung: Die Datei /etc/hosts bearbeiten:
127.0.0.1 localhost s4e # special IPv6 addresses ::1 localhost ipv6-localhost ipv6-loopback fe00::0 ipv6-localnet ff00::0 ipv6-mcastprefix ff02::1 ipv6-allnodes ff02::2 ipv6-allrouters ff02::3 ipv6-allhosts 127.0.0.2 s4e.network s4e 192.168.1.1 s4e.network s4e