[Bug 1371967] Re: crash on do-release-upgrade
Brian Murray
brian at ubuntu.com
Mon Oct 13 22:52:05 UTC 2014
This definitely crashed when trying to start sshd. This is the code
trying to run.
res = subprocess.call(["/usr/sbin/sshd",
"-o", "PidFile=%s" % pidfile,
"-p",str(port)])
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1371967
Title:
crash on do-release-upgrade
Status in “ubuntu-release-upgrader” package in Ubuntu:
Incomplete
Bug description:
Output from /var/log/dist-upgrade/main.log:
2014-09-20 15:10:52,064 INFO Using config files '['./DistUpgrade.cfg.precise']'
2014-09-20 15:10:52,065 INFO uname information: 'Linux TRAKNET 3.13.0-35-generic #62~precise1-Ubuntu SMP Mon Aug 18 14:53:38 UTC 2014 i686'
2014-09-20 15:10:52,065 INFO apt version: '0.8.16~exp12ubuntu10.19'
2014-09-20 15:10:52,065 INFO python version: '2.7.3 (default, Feb 27 2014, 20:00:17)
[GCC 4.6.3]'
2014-09-20 15:10:52,066 INFO release-upgrader version '0.220.3' started
2014-09-20 15:10:52,074 INFO locale: 'en_US' 'UTF-8'
2014-09-20 15:10:52,295 DEBUG Using 'DistUpgradeViewText' view
2014-09-20 15:10:52,414 DEBUG aufsOptionsAndEnvironmentSetup()
2014-09-20 15:10:52,417 DEBUG using '/tmp/upgrade-rw-MEZZUF' as aufs_rw_dir
2014-09-20 15:10:52,418 DEBUG using '/tmp/upgrade-chroot-Z0Ql4Q' as aufs chroot dir
2014-09-20 15:10:52,419 DEBUG enable dpkg --force-overwrite
2014-09-20 15:10:52,477 DEBUG creating statefile: '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
2014-09-20 15:10:55,872 DEBUG lsb-release: 'precise'
2014-09-20 15:10:58,721 ERROR not handled exception:
Traceback (most recent call last):
File "/tmp/update-manager-YHHTHj/trusty", line 10, in <module>
sys.exit(main())
File "/tmp/update-manager-YHHTHj/DistUpgrade/DistUpgradeMain.py", line 244, in main
if app.run():
File "/tmp/update-manager-YHHTHj/DistUpgrade/DistUpgradeController.py", line 1827, in run
return self.fullUpgrade()
File "/tmp/update-manager-YHHTHj/DistUpgrade/DistUpgradeController.py", line 1649, in fullUpgrade
if not self.prepare():
File "/tmp/update-manager-YHHTHj/DistUpgrade/DistUpgradeController.py", line 441, in prepare
self._sshMagic()
File "/tmp/update-manager-YHHTHj/DistUpgrade/DistUpgradeController.py", line 317, in _sshMagic
"-p",str(port)])
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
2014-09-20 15:10:58,743 DEBUG enabling apt cron job
I grabbed all available updates, cleaned up, etc before trying this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1371967/+subscriptions
More information about the foundations-bugs
mailing list