:: Re: [DNG] Probable installer Bug
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Hector Gonzalez Jaime
Date:  
À: Ken Dibble, dng
Sujet: Re: [DNG] Probable installer Bug

On 11/27/23 10:45, Ken Dibble wrote:
> On 8/28/23 08:37, Ken Dibble wrote:
>> On 8/27/23 22:22, Ralph Ronnquist wrote:
>>> On Sun, Aug 27, 2023 at 09:08:13AM -0400, Ken Dibble wrote:
>>>> kdibble@thinkstation:~$ uname -a
>>>> Linux thinkstation 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1
>>>> (2023-08-16) x86_64 GNU/Linux
>>>>
>>>> kdibble@thinkstation:~$ cat /etc/issue
>>>> Devuan GNU/Linux 4 \n \l
>>>>
>>>> kdibble@thinkstation:~$ ls -l / | grep tmp
>>>> drwxrwxrwt  10 root    root         4096 Aug 27 08:59 tmp
>>>> kdibble@thinkstation:~$
>>>>
>>>>
>>>> ca-certificates-java/oldstable-updates 20190909+deb11u1 all
>>>> [upgradable from: 20190909]
>>>>
>>>> won't install if /tmp is not on its' own partition (can't be
>>>> remounted)
>>>>
>>>>
>>>> Do you want to continue? [Y/n]
>>>> Get:1 http://deb.devuan.org/merged chimaera-updates/main amd64
>>>> ca-certificates-java all 20190909+deb11u1 [15.9 kB]
>>>> Fetched 15.9 kB in 4s (3,856 B/s)
>>>> mount: /tmp: mount point not mounted or bad option.
>>>> E: Problem executing scripts DPkg::Pre-Invoke 'mount -o
>>>> remount,exec /tmp'
>>>> E: Sub-process returned an error code


Check your /etc/apt/apt.conf and any files in /etc/apt/apt.conf.d, you
have a Pre-Invoke statement like this:

DPkg
{
  Pre-Invoke { "mount /tmp -o remount,exec" };
  Post-Invoke { "mount /tmp -o remount,noexec" };
};

This is not a bug, it's a config that does not match your current
partitions.

--
Hector Gonzalez
cacho@???