Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.devel.testing > #1062

Bug#867997: jessie->stretch, all apt clients break with /var/lib/dpkg/status realpath error

From Alan Schwartz <alansz@uic.edu>
Newsgroups linux.debian.bugs.dist, linux.debian.devel.testing
Subject Bug#867997: jessie->stretch, all apt clients break with /var/lib/dpkg/status realpath error
Date 2017-07-11 20:50 +0200
Message-ID <u28op-5Ui-3@gated-at.bofh.it> (permalink)
References <u1Qrv-35f-3@gated-at.bofh.it> <u26wh-4KY-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


>Sorry to hear you had issues with the upgrade.
>
>The problem you describe appears to be related to the release notes item
>[5.3.2] (5.3.2.1 actually, but I cannot find the direct link to that).
>The exact case with /var/lib/dpkg/status is not mentioned, but it could
>be that there are some permissions on your system that forbit "_apt" to
>access /var/lib/dpkg/status.
>
> * Could you please try to login in as the _apt user and check that it
>   can read /var/lib/dpkg/status?

Due to the /nonexistent home directory and /bin/false login shell,
it does not appear to be possible to log in as _apt:

# su - _apt
No directory, logging in with HOME=/

If I change _apt's HOME to /tmp and login shell to /bin/bash:

# su - _apt
_apt$ apt-get check
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

>   - If it fails, please attempt to figure out where the permission
>     fails (e.g. [dir-test])

# ls -ld / /var /var/lib /var/lib/dpkg /var/lib/dpkg/status
drwxr-xr-x 21 root root    1024 Jul 10 11:21 /
drwxr-xr-x 13 root root    4096 May  7  2013 /var
drwxr-xr-x 74 root root    4096 Jul  7 16:01 /var/lib
drwxr-xr-x  8 root root    4096 Jul 11 08:48 /var/lib/dpkg
-rw-r--r--  1 root root 1961225 Jul 11 08:48 /var/lib/dpkg/status

As you can see, none of these are writable by _apt; however, 
these are the same permissions I see on the other (working)
Debian 9 system. lsattr shows no attributes on any /var/lib/dpkg/status
files.

>
> * If you have any policy framework enabled (SELinux or AppArmor),
>   please check if any of these are forbidding the access.

Neither of those are enabled.

-- 
Alan Schwartz
The Michael Reese Endowed Professor of Medical Education
Associate Head, UIC Department of Medical Education
Research Professor, UIC Department of Pediatrics
alansz@uic.edu  |  http://ulan.mede.uic.edu/alansz  |  PGP: 0x062556CF

Back to linux.debian.devel.testing | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Bug#867997: jessie->stretch, all apt clients break with /var/lib/dpkg/status realpath error Alan Schwartz <alansz@uic.edu> - 2017-07-11 01:40 +0200
  Bug#867997: jessie->stretch, all apt clients break with /var/lib/dpkg/status realpath error Alan Schwartz <alansz@uic.edu> - 2017-07-11 20:50 +0200
    Bug#867997: jessie->stretch, all apt clients break with /var/lib/dpkg/status realpath error Alan Schwartz <alansz@uic.edu> - 2017-07-11 21:40 +0200

csiph-web