Results 1 to 9 of 9

Thread: daemon handling the GNOME/UNITY session settings-requires installation of untrusted

  1. #1
    Join Date
    Mar 2008
    Beans
    23
    Distro
    Ubuntu 10.04 Lucid Lynx

    daemon handling the GNOME/UNITY session settings-requires installation of untrusted

    Hello.

    I'm running Ubuntu 14.04 and for quite some time the software-updater suggests to update these packages:
    • daemon handling the GNOME session settings
    • daemon handling the Unity session settings
    • Gnome-settings-daemon schemas

    only to return with this message: "requires installation of untrusted packages"

    I'll appreciate an explanation and suggestions how to get rid of this.

    Thanks!
    dror

  2. #2
    Join Date
    Dec 2014
    Location
    Quito,Ecuador
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Greeting:

    In the terminal run:

    sudo apt-get update

    sudo apt-get upgrade

    sudo apt-get dist-upgrade
    Last edited by Ricardo_Velasco; December 6th, 2015 at 11:34 PM.

  3. #3
    Join Date
    Oct 2011
    Location
    Galiza
    Beans
    3,380
    Distro
    Ubuntu Development Release

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Quote Originally Posted by Ricardo_Velasco View Post
    Greeting:

    In the terminal run:
    +1

    And please post any error message you get.
    Galiza Nação!

  4. #4
    Join Date
    Dec 2014
    Location
    Quito,Ecuador
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Well, that was a possible solution but a little more research and found that other possible solution:

    sudo apt-get clean

    sudo mv /var/lib/apt/lists /var/lib/apt/lists.bak

    sudo mkdir -p /var/lib/apt/lists/partial

    sudo apt-get clean

    sudo apt-get update
    Last edited by Ricardo_Velasco; December 8th, 2015 at 02:40 AM.

  5. #5
    Join Date
    Mar 2008
    Beans
    23
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Quote Originally Posted by Vladlenin5000 View Post
    +1

    And please post any error message you get.
    Thanks for the replies.

    I tried running in the terminal all three commands (update, upgrade, dist-upgrade).

    For both upgrade and dist-upgrade I get this message:
    WARNING: The following packages cannot be authenticated!
    gnome-settings-daemon gnome-settings-daemon-schemas unity-settings-daemon
    Any idea why these packages cannot be authenticated? Isn't it worrying that seemingly base packages aren't authenticated?

    Would the other (more complicated in my view) way - with the 'clean' command, resolve this?

    Thanks!
    dror

  6. #6
    Join Date
    Dec 2014
    Location
    Quito,Ecuador
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Greetings:

    Try running these commands :


    sudo apt-key update

    sudo apt-get update

  7. #7
    Join Date
    Oct 2011
    Location
    Galiza
    Beans
    3,380
    Distro
    Ubuntu Development Release

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Quote Originally Posted by drorlev View Post
    Any idea why these packages cannot be authenticated? Isn't it worrying that seemingly base packages aren't authenticated?
    One explanation would be some PPA for Gnome you might have add. If you haven't then the previous commands should have some effect. Post back if your symptom persists.
    Galiza Nação!

  8. #8
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Might be helpful to show enabled ppa's.
    Code:
    egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*.list

  9. #9
    Join Date
    Mar 2008
    Beans
    23
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: daemon handling the GNOME/UNITY session settings-requires installation of untrust

    Quote Originally Posted by CantankRus View Post
    Might be helpful to show enabled ppa's.
    Code:
    egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*.list
    Well, the update-upgrade didn't work and I did have installed some ppa on this machine, so I used CantankRus's suggestion to list my ppa's, found a suspicious ppa, unchecked it from the software-source list and the trouble is over!

    Thanks for the help!!

    dror

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
  •