Results 1 to 3 of 3

Thread: dist-upgrade halted

  1. #1
    Join Date
    Apr 2006
    Location
    Italy
    Beans
    56
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    dist-upgrade halted

    Hi,

    some days ago, I tried to upgrade from Lucid to Maverick but had to stop it for many reasons (thought no space enough on hd). Now, as I type sudo do-release-upgrade -d, I get the following:
    Code:
    Traceback (most recent call last): 
    
    File "/tmp/tmpQZrWQy/maverick", line 7, in <module> 
    sys.exit(main()) 
    
    File "/tmp/tmpQZrWQy/DistUpgradeMain.py", line 158, in main 
    if app.run(): 
    
    File "/tmp/tmpQZrWQy/DistUpgradeController.py", line 1616, in run 
    return self.fullUpgrade() 
    
    File "/tmp/tmpQZrWQy/DistUpgradeController.py", line 1534, in 
    fullUpgrade 
    if not self.updateSourcesList(): 
    
    File "/tmp/tmpQZrWQy/DistUpgradeController.py", line 664, in 
    updateSourcesList 
    if not self.rewriteSourcesList(mirror_check=True): 
    
    File "/tmp/tmpQZrWQy/DistUpgradeController.py", line 486, in 
    rewriteSourcesList 
    distro.get_sources(self.sources) 
    
    File "/tmp/tmpQZrWQy/distro.py", line 103, in get_sources 
    source.template.official == True and 
    
    AttributeError: 'Template' object has no attribute 'official'
    How can I fix it?
    Thanks

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: dist-upgrade halted

    how are you doing this upgrade: with chroot ? or your system work 24/24 ?

    you might need to clean the cache:

    sudo rm /var/cache/apt/archives/*

  3. #3
    Join Date
    Apr 2006
    Location
    Italy
    Beans
    56
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: dist-upgrade halted

    Quote Originally Posted by dino99 View Post
    how are you doing this upgrade: with chroot ? or your system work 24/24 ?

    you might need to clean the cache:

    sudo rm /var/cache/apt/archives/*
    it was done via "upgrade-manager -d". I chose command line only after.

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
  •