On 5/1/2009 at 14:33, "Dominique Leuenberger" <Dominique.Leuenberger@TMF-Group.com> wrote: Hi everybody,
zypper duped today and nautilus now does no longer like me.
when launching nautilus from a terminal, I get:
(nautilus:13199): Unique-Bacon-WARNING **: Unable to send message: no connection to the running instance found (stale named pipe)
which is the stale pipe it wants me to remove? I would gladly help it :)
Dominique
forgot to mention: this is all based on openSUSE:Factory (no additional repos, except VLC and some KMPs). an strace shows it tries to get to a pipe: (a bit trimmed) stat("/tmp/unique/org.gnome.Nautilus.:0.0.18898", {st_mode=S_IFSOCK|0755, st_size=0, ...}) = 0 geteuid() = 1000 close(17) = 0 stat("/tmp/unique/org.gnome.Nautilus.:0.0.18898", {st_mode=S_IFSOCK|0755, st_size=0, ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 17 connect(17, {sa_family=AF_FILE, path="/tmp/unique/org.gnome.Nautilus.:0.0.18898"}, 110) = 0 [...] socket(PF_FILE, SOCK_STREAM, 0) = 20 connect(20, {sa_family=AF_FILE, path="/tmp/unique/org.gnome.Nautilus.:0.0.18898"}, 110) = 0 write(20, "start_desktop\tnone\t0\t0\t_TIME9734"..., 47) = 47 fsync(20) = -1 EINVAL (Invalid argument) read(20, 0x7fffc6e78747, 1) = -1 ECONNRESET (Connection reset by peer) read(20, "", 1) = 0 brk(0x8a0000) = 0x8a0000 brk(0x898000) = 0x898000 socket(PF_FILE, SOCK_STREAM, 0) = 21 connect(21, {sa_family=AF_FILE, path="/tmp/unique/org.gnome.Nautilus.:0.0.18898"}, 110) = -1 ECONNREFUSED (Connection refused) open("/etc/localtime", O_RDONLY) = 22 fstat(22, {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0 fstat(22, {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f20bee66000 read(22, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0\0\0\0"..., 4096) = 2917 lseek(22, -1843, SEEK_CUR) = 1074 read(22, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0\16\0\0\0\0"..., 4096) = 1843 close(22) = 0 munmap(0x7f20bee66000, 4096) = 0 write(2, "\n(nautilus:19047): Unique-Bacon-"..., 131 (nautilus:19047): Unique-Bacon-WARNING **: Unable to send message: no connection to the running instance found (stale named pipe) ) = 131 unlink("/tmp/unique/org.gnome.Nautilus.:0.0.18898") = 0 socket(PF_FILE, SOCK_STREAM, 0) = 22 connect(22, {sa_family=AF_FILE, path="/tmp/unique/org.gnome.Nautilus.:0.0.18898"}, 110) = -1 ENOENT (No such file or directory) Surely somebody of you understands more out of this than I do :) Dominique -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org