LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-10-2005, 05:19 PM   #1
echo_max
Member
 
Registered: Jun 2005
Location: Thornton, Colorado
Distribution: Debian 4, Ubuntu 9.04
Posts: 38

Rep: Reputation: 15
configuration server error when logging on


Hello all,

I have a problem. I've created a new user "echo" and whenver i try and logon, gconf, as well as Nautilus give me multiple errors while booting up into the desktop. I have no idea what these errors are, however i've included a copy of my .xsession-erros file so that some of you may have a clue as to what is going on. I've actually gotten further, well ateast a different error, than what i had previously. My previous error stated that my session lasted no longer than 10 seconds and that there might of been some error/problem with the installation then proceeded with kicking me back to the logon screen.

I've tried re-creating the user "echo" but get the same exact messages. It told me a couple of commands to type if i were to submit it as a bug, they were;

root@vega:~# gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
layouts = [us]
model = pc101
overrideSettings = false
options = []
update_handlers = []
root@vega:~# xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc101", "us", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc101", "us", "", ""


Thanks for taking any time to look this over! any help would be appreciated.

Here is the .xsession-errors file;

/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "echo"
/etc/gdm/Xsession: Beginning session setup...
stderr is not a tty - where are you?
/etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See (Details - 1: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied 2: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied)

** (gnome-session:3146): WARNING **: Owner of /tmp/orbit-echo is not the current user


** (gnome-session:3146): WARNING **: Owner of /tmp/orbit-echo-2828a8e8 is not the current user

SESSION_MANAGER=local/vega:/tmp/.ICE-unix/3146

** (gnome-session:3146): WARNING **: Error getting value of /desktop/gnome/sound/enable_esd: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See for information. (Details - 1: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied 2: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied)
Error setting value: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See for information. (Details - 1: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied 2: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied)
** (nautilus:3792): WARNING **: Owner of /tmp/orbit-echo is not the current user


** (nautilus:3792): WARNING **: Owner of /tmp/orbit-echo-2828a8e8 is not the current user


** (gnome-panel:3790): WARNING **: Owner of /tmp/orbit-echo is not the current user


** (gnome-panel:3790): WARNING **: Owner of /tmp/orbit-echo-2828a8e8 is not the current user

GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See for information. (Details - 1: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied 2: IOR file '/tmp/gconfd-echo/lock/ior' not opened successfully, no gconfd located: Permission denied)

(nautilus:3792): GConf-CRITICAL **: file gconf-client.c: line 1467 (gconf_client_get_string): assertion `err == NULL || *err == NULL' failed
The application 'gnome-session' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
 
Old 06-11-2005, 11:34 AM   #2
Grajagan
LQ Newbie
 
Registered: May 2005
Location: Brazil
Posts: 27

Rep: Reputation: 15
'echo' is a command on linux systems... it's a reserved word, so try to create an user with other name...
 
Old 06-12-2005, 09:14 PM   #3
echo_max
Member
 
Registered: Jun 2005
Location: Thornton, Colorado
Distribution: Debian 4, Ubuntu 9.04
Posts: 38

Original Poster
Rep: Reputation: 15
Grajagan,

I created the user "maxwell" with no success. This time, the error was that the sesssion lasted to more than ten seconds and that there might be an instalation error/problem.

---I have no idea what is going on. Any clues?
 
Old 09-22-2005, 12:45 AM   #4
jigyasa65
LQ Newbie
 
Registered: Sep 2004
Location: Delhi
Posts: 3

Rep: Reputation: 0
hh
 
Old 12-12-2005, 01:35 PM   #5
tigeir
LQ Newbie
 
Registered: Oct 2002
Posts: 3

Rep: Reputation: 0
I'm not allowed to post links yet but this from mail.gnome.org archives

"Hi Maureen,

I would try the following:

1: kill any gconfd processes on your machine. To find them do:
ps aux | fgrep gconf
and then kill the found ones.

2: remove the directory /tmp/gconfd-maureen
rm -R /tmp/gconfd-maureen

then try starting gnumeric again.

Andreas
--
Prof. Dr. Andreas J. Guelzow
Dept. of Mathematical & Computing Sciences
Concordia University College of Alberta"

I followed this advice and it cured the problem for me.

Rob
 
Old 12-13-2005, 09:40 AM   #6
echo_max
Member
 
Registered: Jun 2005
Location: Thornton, Colorado
Distribution: Debian 4, Ubuntu 9.04
Posts: 38

Original Poster
Rep: Reputation: 15
Thanks rob. I'll keep all this in mind for the next time i run gnome. at the moment i'm running enlightenment, the best window manager i've used so far.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WebDAV - 'client denied by server configuration' error jamesrh Linux - Software 2 03-11-2015 09:19 AM
GConf Error: Failed to contact configuration server qwijibow Linux - Software 10 03-25-2013 01:09 PM
Error activating XKB configuration ----- Probably internal X server problem. w0lv3rin3 Linux - Software 13 07-03-2011 03:27 PM
error when logging the server by user ashley75 Linux - General 2 07-11-2005 02:36 PM
Logging configuration Gilion Linux - General 3 10-08-2003 06:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration