[opensuse-gnome] nautilus does not start anymore
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 -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
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
Le vendredi 01 mai 2009, à 14:55 +0200, Dominique Leuenberger a écrit :
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).
Does /tmp/unique/org.gnome.Nautilus.:0.0.18898 exist? Does it still happen after you log out and log in back? Is there a nautilus instance already running? Vincent -- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
On 5/1/2009 at 23:47, Vincent Untz <vuntz@opensuse.org> wrote: Le vendredi 01 mai 2009, à 14:55 +0200, Dominique Leuenberger a écrit :
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).
Does /tmp/unique/org.gnome.Nautilus.:0.0.18898 exist? Does it still happen after you log out and log in back? Is there a nautilus instance already running?
Vincent
Vincent, It still happens after a fresh reboot (just came in this morning to the office and bootet my system, Factory snapshot). ps ax | grep nautilus shows me a running nautilus, nevertheless I do not have any dektop icons (sadly). executing it repeatedly shows every time another process id, so I have to believe that it actually never starts up completely and then tries respawning: dle3ams@3120-2914:/tmp/unique> ps ax | grep nautilus 15917 ? Sl 0:00 nautilus 15933 pts/1 R+ 0:00 grep nautilus dle3ams@3120-2914:/tmp/unique> ps ax | grep nautilus 15937 ? Sl 0:00 nautilus 15949 pts/1 R+ 0:00 grep nautilus dle3ams@3120-2914:/tmp/unique> ps ax | grep nautilus 15937 ? Sl 0:00 nautilus 15953 pts/1 S+ 0:00 grep nautilus dle3ams@3120-2914:/tmp/unique> ps ax | grep nautilus 15937 ? Sl 0:00 nautilus 15957 pts/1 S+ 0:00 grep nautilus dle3ams@3120-2914:/tmp/unique> All this brought me on a plan (yes.. thinking can sometimes help) to finally check my .xsession-errors log file and yes.. plenty of them: Initializing nautilus-share extension terminate called after throwing an instance of 'NCP::InitXplat::Exception' Initializing nautilus-share extension terminate called after throwing an instance of 'NCP::InitXplat::Exception' If I wouldn't knew better I am almost certain that this is the Novell client messing with my system. so> zypper rm novell-nautilus-plugin and YES! Nautilus just kicks happily in... So the problem is solved (and NCL just proven once more to not be a solid application, and somehow bug reporting against it appears useless when used on openSUSE) Dominique -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
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
rpm -q nautilus: nautilus-2.26.2-1.3 -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
participants (2)
-
Dominique Leuenberger
-
Vincent Untz