https://bugzilla.novell.com/show_bug.cgi?id=893787 https://bugzilla.novell.com/show_bug.cgi?id=893787#c9 --- Comment #9 from Lars Behrens <lars.behrens@pi.uka.de> 2014-09-01 15:14:43 UTC --- Sorry no experience with previous SUSE versions, on Ubuntu up to now. But if it helps I would try with an older one. Last lines of strace: ---------------------------------------------------------------------- lstat("/run/user/1261/pulse", {st_mode=S_IFDIR|0700, st_size=40, ...}) = 0 stat("/home/pcs/lars", {st_mode=S_IFDIR|0701, st_size=126976, ...}) = 0 getuid() = 1261 access("/home/pcs/lars/.pulse", F_OK) = -1 ENOENT (No such file or directory) umask(077) = 022 mkdir("/home/pcs/lars/.config/pulse", 0700) = -1 EEXIST (File exists) umask(022) = 077 open("/home/pcs/lars/.config/pulse", O_RDONLY|O_NOCTTY|O_NOFOLLOW|O_CLOEXEC) = 4 fstat(4, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 getuid() = 1261 getgid() = 201 fchown(4, 1261, 201) = -1 EREMOTEIO (Remote I/O error) close(4) = 0 rmdir("/home/pcs/lars/.config/pulse") = -1 ENOTEMPTY (Directory not empty) prctl(PR_GET_NAME, 0xb44500, 0xb44500, 0x7f26d2ea7620, 0x2) = 0 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(2, "E: [pulseaudio] core-util.c: \33[1"..., 123) = 123 close(3) = 0 exit_group(1) = ? +++ exited with 1 +++ ---------------------------------------------------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.