Results 1 to 8 of 8

Thread: Update Manager settings issue

  1. #1
    Join Date
    Jul 2012
    Beans
    24

    Question Update Manager settings issue

    I am having an issue where if I click on the settings option in Update Manager the app simply reloads itself but never takes me to the settings menu. I have attempted (possibly incorrectly as I am very new to Ubuntu) to uninstall/reinstall the application with no change. Any ideas? On 12.04 if that matters. Thanks.

  2. #2
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Update Manager settings issue

    Quote Originally Posted by AK44 View Post
    I am having an issue where if I click on the settings option in Update Manager the app simply reloads itself but never takes me to the settings menu. I have attempted (possibly incorrectly as I am very new to Ubuntu) to uninstall/reinstall the application with no change. Any ideas? On 12.04 if that matters. Thanks.
    From a terminal
    Code:
    software-properties-gtk
    and post whatever it outputs.
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  3. #3
    Join Date
    Jul 2012
    Beans
    24

    Re: Update Manager settings issue

    Quote Originally Posted by plucky View Post
    From a terminal
    Code:
    software-properties-gtk
    and post whatever it outputs.
    Traceback (most recent call last):
    File "/usr/bin/software-properties-gtk", line 104, in <module>
    app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
    File "/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 85, in __init__
    SoftwareProperties.__init__(self, options=options, datadir=datadir)
    File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in __init__
    self.reload_sourceslist()
    File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)
    File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources
    raise NoDistroTemplateException("Error: could not find a "
    aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template

  4. #4
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Update Manager settings issue

    ("Error: could not find a "
    aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template
    Could you post the output from a terminal for
    Code:
    cat /etc/apt/sources.list
    cat /etc/apt/sources.list.d/*.list
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  5. #5
    Join Date
    Jul 2012
    Beans
    33

    Re: Update Manager settings issue

    Quote Originally Posted by plucky View Post
    Could you post the output from a terminal for
    Code:
    cat /etc/apt/sources.list
    cat /etc/apt/sources.list.d/*.list
    Yea, because that sounds a little disconcerting, was it like this when you installed Ubuntu?

  6. #6
    Join Date
    Jul 2012
    Beans
    24

    Re: Update Manager settings issue

    Quote Originally Posted by plucky View Post
    Could you post the output from a terminal for
    Code:
    cat /etc/apt/sources.list
    cat /etc/apt/sources.list.d/*.list
    http://pastebin.com/7RCrc2LJ

    Quote Originally Posted by Dawnbandit View Post
    Yea, because that sounds a little disconcerting, was it like this when you installed Ubuntu?
    No, I know for a fact it worked fine before I updated to 12.04 from 11.10. I am pretty sure it worked after the update as well but am not 100% confident there.

  7. #7
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Update Manager settings issue

    Those sources look ok as they all seem to be valid.I am not really sure what to do next to get Software Sources working again.

    Do you have a Software Sources launcher in the DASH?

    Does that work?
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  8. #8
    Join Date
    Jul 2012
    Beans
    24

    Re: Update Manager settings issue

    Ok I fixed my problem with this link - http://askubuntu.com/questions/12649...chain-test-ppa

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
  •