This is the tail of the strace obtaining by simply running "strace
pulseaudio":
stat64("/home/rasky", {st_mode=S_IFDIR|0710, st_size=20480, ...}) = 0
getuid32() = 530
umask(077) = 022
mkdir("/home/rasky/.pulse", 0700) = 0
umask(022) = 077
getuid32() = 530
getgid32() = 530
chown32("/home/rasky/.pulse", 530, 530) = 0
chmod("/home/rasky/.pulse", 0700) = 0
lstat64("/home/rasky/.pulse", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
rmdir("/home/rasky/.pulse") = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(2, "E: core-util.c: \33[1;31mFailed to "..., 80E: core-util.c: Failed to
create secure directory: Permission denied
) = 80
exit_group(1) = ?
So, for some reasons, it thinks it's failing to create a secure
directory and bails out.
And for other reasons, gnome stops session login if this happens...
--
pulseaudio not working on NFS homes
https://bugs.launchpad.net/bugs/358329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs