Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.raspberry-pi > #25611
| From | I R A Darth Aggie <n0b0dy@invalid.invalid> |
|---|---|
| Newsgroups | comp.sys.raspberry-pi |
| Subject | Re: apt upgrade hangs on Pi 4 |
| Date | 2021-01-08 15:57 +0000 |
| Organization | Texas A&M University - North Florida |
| Message-ID | <slrnrvh07p.1acid.n0b0dy@invalid.invalid> (permalink) |
| References | <sj5pah-s2up1.ln1@esprimo.zbmc.eu> |
On Wed, 16 Dec 2020 10:54:20 +0000,
Chris Green <cl@isbd.net>, in
<sj5pah-s2up1.ln1@esprimo.zbmc.eu> wrote:
> Once again an 'apt upgrade' has stalled on my 1Gb Pi 4. Here's where
> it stops after a standard 'apt update' and 'apt upgrade' :-
> Does anyone have any suggestions as to what might be causing this
> and/or ways to diagnose what's happening?
There are logs in /var/log/apt/ that may be useful. If they're not
useful, I would go with:
strace -o upgrade.output *troublesome command here*
on the step that causes the issue. -o names an output file, which will
contain stuff like:
execve("/usr/bin/aptitude", ["aptitude", "search", "ldap"], 0x7fff03348030
brk(NULL) = 0x559115325000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/lib/tls/x86_64/x86_64/libapt-pkg.so.6.0",
This is quite voluminous. Ideally, it'll log enough information so
that you can narrow things down to a particular packgage being
installed.
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
Back to comp.sys.raspberry-pi | Previous | Next — Previous in thread | Find similar | Unroll thread
apt upgrade hangs on Pi 4 Chris Green <cl@isbd.net> - 2020-12-16 10:54 +0000 Re: apt upgrade hangs on Pi 4 I R A Darth Aggie <n0b0dy@invalid.invalid> - 2021-01-08 15:57 +0000
csiph-web