wheezy: apt fails to upgrade itself (segfaults) February 17, 2016 03:24PM |
Registered: 9 years ago Posts: 63 |
Re: wheezy: apt fails to upgrade itself (segfaults) February 18, 2016 02:56AM |
Registered: 10 years ago Posts: 226 |
Preparing to replace apt 0.9.7.9+deb7u2 (using .../apt_0.9.7.9+deb7u7_armel.deb) ... Unpacking replacement apt ... Processing triggers for man-db ... Setting up apt (0.9.7.9+deb7u7) ... gpg: key B98321F9: "Squeeze Stable Release Key <debian-release@lists.debian.org>" not changed gpg: key 473041FA: "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>" not changed gpg: key 65FFB764: "Wheezy Stable Release Key <debian-release@lists.debian.org>" not changed gpg: key 46925553: "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>" not changed gpg: Total number processed: 4 gpg: unchanged: 4It looks like it runs apt-key update after it unpacks everything and that may be where the Segmentation faults are coming from. What happens if you try to run apt-key update?
Re: wheezy: apt fails to upgrade itself (segfaults) February 18, 2016 11:21AM |
Registered: 9 years ago Posts: 63 |
Preparing > to replace apt 0.9.7.9+deb7u2 (using > .../apt_0.9.7.9+deb7u7_armel.deb) ... > Unpacking replacement apt ... > Processing triggers for man-db ... > Setting up apt (0.9.7.9+deb7u7) ... > gpg: key ... > gpg: Total number processed: 4 > gpg: unchanged: 4> It looks like it runs apt-key update after
Segmentation fault Segmentation fault...expectedly.
dpkg -r apt # it seems apt-get & apt-key aren't actually going away - though dpkg --contents shows them in the above package dpkg -r apt-utils dpkg -i /var/cache/apt/archives/apt_0.9.7.9+deb7u7_armel.deb dpkg -i /var/cache/apt/archives/apt-utils_0.9.7.9+deb7u7_armel.deb dpkg-reconfigure libapt-pkg4.12 dpkg-reconfigure libapt-inst1.5 dpkg-reconfigure gnupg dpkg-reconfigure gpgv
Re: wheezy: apt fails to upgrade itself (segfaults) February 18, 2016 05:05PM |
Registered: 10 years ago Posts: 226 |
Re: wheezy: apt fails to upgrade itself (segfaults) February 19, 2016 01:38AM |
Registered: 9 years ago Posts: 63 |
Re: wheezy: apt fails to upgrade itself (segfaults) February 19, 2016 03:57PM |
Registered: 10 years ago Posts: 226 |