PDA

View Full Version : [xubuntu] x connection rejected


bohrstein
September 12th, 2008, 09:11 AM
I'm writing to get some advice about how to sort out a network problem i'm having.
I'm working 'ssh-ing' on my laptop from home. Now the problem i have is that when i'm trying to open some text files using gedit, kate etc i get nothing but this message:

only one line in dcopserver file !:
DCOPClient::attachInternal. Attach failed networkIdsList argument is NULL
only one line in dcopserver file !:
DCOPClient::attachInternal. Attach failed networkIdsList argument is NULL
DCOPServer self-test failed

If i try to run root i get a message similar to:
X connection to localhost:12.0 broken (explicit kill or server shutdown).

How do i sort out this problem? Please!!! I'm using ubuntu and when i try to open any text files offline (with gedit, emacs) its okay.

Thank you

cdenley
September 12th, 2008, 10:02 AM
I'm writing to get some advice about how to sort out a network problem i'm having.
I'm working 'ssh-ing' on my laptop from home. Now the problem i have is that when i'm trying to open some text files using gedit, kate etc i get nothing but this message:

only one line in dcopserver file !:
DCOPClient::attachInternal. Attach failed networkIdsList argument is NULL
only one line in dcopserver file !:
DCOPClient::attachInternal. Attach failed networkIdsList argument is NULL
DCOPServer self-test failed

If i try to run root i get a message similar to:
X connection to localhost:12.0 broken (explicit kill or server shutdown).

How do i sort out this problem? Please!!! I'm using ubuntu and when i try to open any text files offline (with gedit, emacs) its okay.

Thank you

So you have a mounted ssh partition through gnome?

ls -1 ~/.gvfs

Then how exactly do you attempt to open the file?

bohrstein
September 14th, 2008, 12:38 PM
Yes i have a mounted ssh partition through gnome. This is the out i get after ls -l ~/.gvfs :
total 0.
Normally if one has say a .cc file simply typing gedit file.cc should display the text but what i get is the error shown above.
What should i do?

cdenley
September 14th, 2008, 04:38 PM
Yes i have a mounted ssh partition through gnome. This is the out i get after ls -l ~/.gvfs :
total 0.
Normally if one has say a .cc file simply typing gedit file.cc should display the text but what i get is the error shown above.
What should i do?

Well, apparently you do not have it mounted through gnome. When gnome mounts network servers it creates mount points in ~/.gvfs. Since the output you posted shows .gvfs is empty, there are no servers mounted through gnome.

bohrstein
September 15th, 2008, 03:37 AM
yeah, thanks. i kind of noticed this after i sent the reply.
cheers and thanks again