Control: tags -1 + moreinfo unreproducible Hi,
On Thu, Aug 04, 2016 at 06:38:17PM +0200, Erwan David wrote: > Package: openjdk-7-jre-headless > Version: 7u111-2.6.7-1~deb8u1 > Severity: important > Tags: security > > When trying to upgrade openjdk-7-jre I get error : > > Setting up openjdk-7-jre-headless:amd64 (7u111-2.6.7-1~deb8u1) ... > /var/lib/dpkg/info/openjdk-7-jre-headless:amd64.postinst: 19: > /var/lib/dpkg/info/openjdk-7-jre-headless:amd64.postinst: mountpoint: not > found > the java command requires a mounted proc fs (/proc). This is not reproducible for me, just tested in a Jessie VM: root@jessie-amd64:~# apt-get install openjdk-7-jre-headless Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei fonts-indic The following packages will be upgraded: openjdk-7-jre-headless 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 39.4 MB of archives. After this operation, 80.9 kB of additional disk space will be used. Get:1 http://security.debian.org/ jessie/updates/main openjdk-7-jre-headless amd64 7u111-2.6.7-1~deb8u1 [39.4 MB] Fetched 39.4 MB in 0s (41.6 MB/s) (Reading database ... 48479 files and directories currently installed.) Preparing to unpack .../openjdk-7-jre-headless_7u111-2.6.7-1~deb8u1_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u111-2.6.7-1~deb8u1) over (7u101-2.6.6-2~deb8u1) ... Setting up openjdk-7-jre-headless:amd64 (7u111-2.6.7-1~deb8u1) ... Processing triggers for libc-bin (2.19-18+deb8u4) ... root@jessie-amd64:~# > Indeed I do not have the mountpoint command How that? /bin/mountpoint is from the initscripts package: root@jessie-amd64:~# dpkg -S /bin/mountpoint initscripts: /bin/mountpoint root@jessie-amd64:~# dpkg-query -W initscripts initscripts 2.88dsf-59 root@jessie-amd64:~# Was this accidentially removed from the system? Regards, Salvatore