Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem running thunderbird
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
r_conan
n00b
n00b


Joined: 03 Oct 2006
Posts: 6

PostPosted: Mon Aug 06, 2007 11:24 am    Post subject: problem running thunderbird Reply with quote

When I run thunderbird I get the following error:

Code:
$ thunderbird
/usr/lib64/mozilla-thunderbird/mozilla-xremote-client: Error: Failed to send command: 500 command not parseable
Browser doesn't understand command


This only happens running as ordinary user. Root has no problem.
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2066
Location: San Jose, CA

PostPosted: Wed Aug 29, 2007 12:09 am    Post subject: Re: problem running thunderbird Reply with quote

r_conan wrote:
When I run thunderbird I get the following error:

Code:
$ thunderbird
/usr/lib64/mozilla-thunderbird/mozilla-xremote-client: Error: Failed to send command: 500 command not parseable
Browser doesn't understand command


This only happens running as ordinary user. Root has no problem.


I just developed the same problem, did you ever find a solution?

Here's another thread: https://forums.gentoo.org/viewtopic-t-534855-highlight-thunderbird+mozillaxremoteclient.html

Basically, re-emerge openldap, I'm trying that now.

Raydude
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Aug 29, 2007 1:59 am    Post subject: Reply with quote

Keep us informe :)
Back to top
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2066
Location: San Jose, CA

PostPosted: Sat Sep 01, 2007 5:16 pm    Post subject: Reply with quote

d2_racing wrote:
Keep us informe :)


It was some combination of emerge openldap / revdep-rebuild that fixed it. Very strange problem.

Raydude
_________________
Some day there will only be free software.
Back to top
View user's profile Send private message
gnac
Guru
Guru


Joined: 30 Jun 2003
Posts: 302
Location: Columbia River Gorge

PostPosted: Wed Sep 05, 2007 6:47 am    Post subject: Reply with quote

Bah, this error just started happening after upgrading tightvnc and k9copy:

Code:
emerge -uD k9copy tightvnc

    media-libs/libvorbis-1.1.2-r1
    virtual/jdk-1.6.0
    net-misc/tightvnc-1.3.9
    media-sound/lame-3.97-r1
    media-video/mplayer-1.0_rc1_p20070622-r4
    app-cdr/k9copy-1.1.3


I don't know wtf any of these have to do with openldap or thunderbird, but this is the second upgrade in a row that has caused some sort of system breakage.

I ran revdep with no results, rebuilt openldap, and ran revdep again, again with no results. Anyone else?


[edit]

Turns out a prior thunderbird process had not exited correctly as discussed in this thread:
https://forums.gentoo.org/viewtopic-t-515141-highlight-thunderbird+mozillaxremoteclient.html

in short:
Code:
ps -A | grep thund

then kill the process number(s) that show up
Code:
kill -9 process_number

[/edit]
_________________
"I thought she'd steal my heart, instead she stole my kidney,
and now its for sale, on the black market in Sydney" - Better Abraham
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Wed Sep 05, 2007 7:22 am    Post subject: Reply with quote

gnac wrote:
in short:
Code:
ps -A | grep thund

then kill the process number(s) that show up
Code:
kill -9 process_number
The same results can be achieved by using killall -9 -r '.*thund.*', though more complete specification of the name of the processes to be terminated is recommended.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum