> Have you strace -fF'd to confirm?

No, I read the sources. But if you like:

umask(077)                              = 022
mkdir("/home/mario/.pulse", 0700)       = -1 EEXIST (File exists)
umask(022)                              = 077
getuid()                                = 1000
getgid()                                = 1000
chown("/home/mario/.pulse", 1000, 1000) = 0
chmod("/home/mario/.pulse", 0700)       = 0
lstat("/home/mario/.pulse", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0
rmdir("/home/mario/.pulse")             = -1 ENOTDIR (Not a directory)
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(2, "E: core-util.c: \33[1;31mFailed to "..., 80) = 80

-- 
pulseaudio hangs, prevents login, home as ntfs
https://bugs.launchpad.net/bugs/330766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to