Public bug reported:

//Upgrading from 8.10, fully updated.

r...@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

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
Jaunty Server Install Fails
https://bugs.launchpad.net/bugs/365826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to