Results 1 to 5 of 5

Thread: Error Message Re: Gnome/Daemon Settings

  1. #1
    Join Date
    Apr 2008
    Beans
    9

    Error Message Re: Gnome/Daemon Settings

    I changed the groups I belonged to yesterday in trying to get something else to work - but haven't changed them back because I've actually forgotten which I should belong to as default but now when I login - I get this error message:

    There was an error starting the GNOME Settings Daemon.

    Some things, such as themes, sounds, or background settings may not work correctly.

    The last error message was:

    Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

    GNOME will still try to restart the Settings Daemon next time you log in.
    Does anyone know how I can solve this?

    I am not a member of the group with daemon in the name - that's the first thing I did to try and solve this.

  2. #2
    Join Date
    Apr 2008
    Beans
    9

    Re: Error Message Re: Gnome/Daemon Settings

    I've managed to fix this - it seems to be a common bug and turns out my etc/hosts/ file and /etc/network/interfaces/ files were missing some info.

    Now all working

  3. #3
    Join Date
    Apr 2007
    Location
    Panama
    Beans
    7
    Distro
    Ubuntu 8.04 Hardy Heron

    Question Re: Error Message Re: Gnome/Daemon Settings

    Quote Originally Posted by VickiAnn View Post
    I've managed to fix this - it seems to be a common bug and turns out my etc/hosts/ file and /etc/network/interfaces/ files were missing some info.

    Now all working
    How did you manage to fix it?

  4. #4
    Join Date
    Jan 2006
    Beans
    23

    Thumbs down Re: Error Message Re: Gnome/Daemon Settings

    Quote Originally Posted by VickiAnn View Post
    I've managed to fix this - it seems to be a common bug and turns out my etc/hosts/ file and /etc/network/interfaces/ files were missing some info.

    Now all working
    How about posting the solution????

    Thanks.

    -JJ

  5. #5
    Join Date
    May 2008
    Beans
    1

    Re: Error Message Re: Gnome/Daemon Settings

    VickiAnn was just helpful enough for an experienced Linux user like myself to figure it out. It would have been nicer if she actually posted the solution rather than a tease.

    Anyway, I fixed it by doing the following:

    made sure that /etc/network/interfaces had the following two lines:

    Code:
    auto lo
    iface lo inet loopback
    and /etc/hosts needed this line:

    Code:
    127.0.0.1     localhost
    the localhost address is the loopback address

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •