I am not able to find by searching, an accurate answer to this overall problem:
1. GDM starts but then freezes and shows no login window. Stopping gdm has no effect andthe process just re-launches on its own. Log files under /var/log/gdm show size but all are empty; when I try to open one of the files with nano, it says "New File". Only looking through messages.log was I able to find the culprit:
2. SUDO complains:
I have found this answer for the sudo problem, but I think there's a more fundamental issue with setuid.
I have read in several places that this is a dbus issue abd I have re-installed it - no effect.
my ZFS mounts have setuid=off (incl var & tmp). I turned this on for var, tmp & root, but to no effect.
1. GDM starts but then freezes and shows no login window. Stopping gdm has no effect andthe process just re-launches on its own. Log files under /var/log/gdm show size but all are empty; when I try to open one of the files with nano, it says "New File". Only looking through messages.log was I able to find the culprit:
Code:
gdm-simple-slave: warning: unable to open session: the permission of the setuid helper is not correct
Code:
must be setuid root
chmod 4555 /usr/bin/su
I have read in several places that this is a dbus issue abd I have re-installed it - no effect.
my ZFS mounts have setuid=off (incl var & tmp). I turned this on for var, tmp & root, but to no effect.