Just did a distro-upgrade from 8.04, works fine, except I can't upgrade via the 'System Settings -> Add and Remove Software -> System Updates'. Says I have 4 security updates and 6 blocked updates. The security updates download fine, then during install I get an error with the following details:
Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/packagekit/daemonBackend.py", line 109, in run threading.Thread.run(self) File "/usr/lib/python2.6/threading.py", line 477, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/packagekit/aptDBUSBackend.py", line 168, in wrapper func(*args, **kwargs) File "/usr/lib/packagekit/aptDBUSBackend.py", line 859, in doUpdateSystem if not self._commit_changes(): return False File "/usr/lib/packagekit/aptDBUSBackend.py", line 1704, in _commit_changes PackageKitInstallProgress(self, install_range)) File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 277, in commit res = self.installArchives(pm, installProgress) File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 252, in installArchives res = installProgress.run(pm) File "/usr/lib/python2.6/dist-packages/apt/progress.py", line 278, in run pid = self.fork() File "/usr/lib/packagekit/aptDBUSBackend.py", line 429, in fork (pid, self.master_fd) = pty.fork() File "/usr/lib/python2.6/pty.py", line 107, in fork master_fd, slave_fd = openpty() File "/usr/lib/python2.6/pty.py", line 29, in openpty master_fd, slave_name = _open_terminal() File "/usr/lib/python2.6/pty.py", line 70, in _open_terminal raise os.error, 'out of pty devices' OSError: out of pty devices
Any suggestions? Thanks.
-Peter
Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/packagekit/daemonBackend.py", line 109, in run threading.Thread.run(self) File "/usr/lib/python2.6/threading.py", line 477, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/packagekit/aptDBUSBackend.py", line 168, in wrapper func(*args, **kwargs) File "/usr/lib/packagekit/aptDBUSBackend.py", line 859, in doUpdateSystem if not self._commit_changes(): return False File "/usr/lib/packagekit/aptDBUSBackend.py", line 1704, in _commit_changes PackageKitInstallProgress(self, install_range)) File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 277, in commit res = self.installArchives(pm, installProgress) File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 252, in installArchives res = installProgress.run(pm) File "/usr/lib/python2.6/dist-packages/apt/progress.py", line 278, in run pid = self.fork() File "/usr/lib/packagekit/aptDBUSBackend.py", line 429, in fork (pid, self.master_fd) = pty.fork() File "/usr/lib/python2.6/pty.py", line 107, in fork master_fd, slave_fd = openpty() File "/usr/lib/python2.6/pty.py", line 29, in openpty master_fd, slave_name = _open_terminal() File "/usr/lib/python2.6/pty.py", line 70, in _open_terminal raise os.error, 'out of pty devices' OSError: out of pty devices
Any suggestions? Thanks.
-Peter
Comment