Jaunty Server Install Fails

Bug #365826 reported by Eric
6
Affects Status Importance Assigned to Milestone
update-manager (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

//Upgrading from 8.10, fully updated.

root@subaru:~# do-release-upgrade
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool 3s
Done downloading
extracting 'jaunty.tar.gz'
authenticate 'jaunty.tar.gz' against 'jaunty.tar.gz.gpg'

Reading cache

Checking package manager

Continue running under SSH?

This session appears to be running under ssh. It is not recommended
to perform a upgrade over ssh currently because in case of failure it
is harder to recover.

If you continue, a additional ssh daemon will be started at port
'9004'.
Do you want to continue?

Continue [yN] y

Starting additional sshd

To make recovery in case of failure easier, an additional sshd will
be started on port '9004'. If anything goes wrong with the running
ssh you can still connect to the additional one.

Reading package lists: Done
Reading state information: Done
Reading state information: Done
Reading state information: Done
Hit http://security.ubuntu.com intrepid-security Release.gpg
Hit http://security.ubuntu.com intrepid-security Release
Done http://security.ubuntu.com intrepid-security Release
Hit http://security.ubuntu.com intrepid-security/main Packages
Hit http://security.ubuntu.com intrepid-security/restricted Packages
Hit http://security.ubuntu.com intrepid-security/main Sources
Hit http://security.ubuntu.com intrepid-security/restricted Sources
Hit http://security.ubuntu.com intrepid-security/universe Packages
Hit http://security.ubuntu.com intrepid-security/universe Sources
Hit http://security.ubuntu.com intrepid-security/multiverse Packages
Hit http://security.ubuntu.com intrepid-security/multiverse Sources
Hit http://us.archive.ubuntu.com intrepid Release.gpg
Hit http://us.archive.ubuntu.com intrepid-updates Release.gpg
Hit http://us.archive.ubuntu.com intrepid Release
Done http://us.archive.ubuntu.com intrepid Release
Hit http://us.archive.ubuntu.com intrepid-updates Release
Done http://us.archive.ubuntu.com intrepid-updates Release
Hit http://us.archive.ubuntu.com intrepid/main Packages
Hit http://us.archive.ubuntu.com intrepid/restricted Packages
Hit http://us.archive.ubuntu.com intrepid/main Sources
Hit http://us.archive.ubuntu.com intrepid/restricted Sources
Hit http://us.archive.ubuntu.com intrepid/universe Packages
Hit http://us.archive.ubuntu.com intrepid/universe Sources
Hit http://us.archive.ubuntu.com intrepid/multiverse Packages
Hit http://us.archive.ubuntu.com intrepid/multiverse Sources
Hit http://us.archive.ubuntu.com intrepid-updates/main Packages
Hit http://us.archive.ubuntu.com intrepid-updates/restricted Packages
Hit http://us.archive.ubuntu.com intrepid-updates/main Sources
Hit http://us.archive.ubuntu.com intrepid-updates/restricted Sources
Hit http://us.archive.ubuntu.com intrepid-updates/universe Packages
Hit http://us.archive.ubuntu.com intrepid-updates/universe Sources
Hit http://us.archive.ubuntu.com intrepid-updates/multiverse Packages
Hit http://us.archive.ubuntu.com intrepid-updates/multiverse Sources
Done downloading
Reading package lists: Done
Reading state information: Done
Reading state information: Done
Reading state information: Done

A fatal error occurred

Please report this as a bug and include the files
/var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in
your report. The upgrade is now aborted.
Your original sources.list was saved in
/etc/apt/sources.list.distUpgrade.

Traceback (most recent call last):

File "/tmp/tmptQl4NY/jaunty", line 6, in <module>
main()

File "/tmp/tmptQl4NY/DistUpgradeMain.py", line 125, in main
app.run()

File "/tmp/tmptQl4NY/DistUpgradeController.py", line 1575, in run
self.fullUpgrade()

File "/tmp/tmptQl4NY/DistUpgradeController.py", line 1491, in
fullUpgrade
self.openCache()

File "/tmp/tmptQl4NY/DistUpgradeController.py", line 164, in
openCache
lock)

File "/tmp/tmptQl4NY/DistUpgradeCache.py", line 107, in __init__
self.uname =
Popen(["uname","-r"],stdout=PIPE).communicate()[0].strip()

File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)

File "/usr/lib/python2.5/subprocess.py", line 1073, in _execute_child
self.pid = os.fork()

OSError: [Errno 12] Cannot allocate memory

===================/var/log/dist-upgrade/main.log
2009-04-23 21:42:54,041 INFO Using config files '['./DistUpgrade.cfg']'
2009-04-23 21:42:54,042 INFO release-upgrader version '0.111.7' started
2009-04-23 21:42:54,047 DEBUG Using 'DistUpgradeViewText' view
2009-04-23 21:42:54,121 DEBUG aufsOptionsAndEnvironmentSetup()
2009-04-23 21:42:54,123 DEBUG using '/tmp/upgrade-rw-Je5gHm' as aufs_rw_dir
2009-04-23 21:42:54,123 DEBUG using '/tmp/upgrade-chroot-yOY1Yr' as aufs chroot dir
2009-04-23 21:42:54,123 DEBUG enable dpkg --force-overwrite
2009-04-23 21:42:54,216 DEBUG lsb-release: 'intrepid'
2009-04-23 21:43:08,370 DEBUG _pythonSymlinkCheck run
2009-04-23 21:43:08,510 DEBUG openCache()
2009-04-23 21:43:11,072 DEBUG /openCache()
2009-04-23 21:43:11,073 DEBUG needServerMode(): can not find a desktop meta package or key deps, running in server mode
2009-04-23 21:43:11,074 DEBUG checkViewDepends()
2009-04-23 21:43:11,191 DEBUG running doUpdate() (showErrors=False)
2009-04-23 21:43:52,869 DEBUG openCache()
2009-04-23 21:43:54,565 ERROR not handled exception:
Traceback (most recent call last):

  File "/tmp/tmptQl4NY/jaunty", line 6, in <module>
    main()

  File "/tmp/tmptQl4NY/DistUpgradeMain.py", line 125, in main
    app.run()

  File "/tmp/tmptQl4NY/DistUpgradeController.py", line 1575, in run
    self.fullUpgrade()

  File "/tmp/tmptQl4NY/DistUpgradeController.py", line 1491, in fullUpgrade
    self.openCache()

  File "/tmp/tmptQl4NY/DistUpgradeController.py", line 164, in openCache
    lock)

  File "/tmp/tmptQl4NY/DistUpgradeCache.py", line 107, in __init__
    self.uname = Popen(["uname","-r"],stdout=PIPE).communicate()[0].strip()

  File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
    errread, errwrite)

  File "/usr/lib/python2.5/subprocess.py", line 1073, in _execute_child
    self.pid = os.fork()

OSError: [Errno 12] Cannot allocate memory

===========/var/log/dist-upgrade/apt.log

Log time: 2009-04-23 21:43:11.067286

Revision history for this message
Rickard Närström (riccetn) wrote :

The update manager asked you to attach the files in "/var/log/dist-upgrade", those files in necessary for us to be able to figure out what may have gone wrong.

If you still have the files with you, can you please attach them to this report and change the status back to "new".

tags: added: intrepid2jaunty
affects: ubuntu → update-manager (Ubuntu)
Changed in update-manager (Ubuntu):
status: New → Incomplete
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future.
To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New".
Thanks again!

Changed in update-manager (Ubuntu):
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.