Comment 10 for bug 330766

Revision history for this message
Mario Schwalbe (schwalbe) wrote :

> 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