:: Re: [devuan-dev] excalibur in gitla…
Inizio della pagina
Delete this message
Reply to this message
Autore: Hendrik Boom
Data:  
To: devuan developers internal list
Oggetto: Re: [devuan-dev] excalibur in gitlab pipeline: failure to install openssh-client
On Sat, Nov 15, 2025 at 08:47:26AM +1100, Tom wrote:
>
> Comment copied here below...
>
> I can see that all devuan images back to beowulf appear to have usrmerge
> symlinks present for /bin, /sbin, /lib, /lib32, /lib64, /libx64. The debian
> images only have usrmerge symlinks starting from bookworm.



My daedalussystem dies *not* have any of those symlinks:

hendrik@midwinter:~$ ls -l /
total 132
drwxr-xr-x   4 root root  4096 Jan 14  2024 4T2
drwxr-xr-x   2 root root  4096 Sep 10 21:17 bin
drwxr-xr-x   4 root root  4096 Sep 10 21:18 boot
drwxr-xr-x   4 root root  4096 Jan 18  2019 boot2
drwxr-xr-x  18 root root  3340 Nov 14 15:51 dev
drwxr-xr-x 172 root root 12288 Nov  7 17:06 etc
drwxr-xr-x   3 root root  4096 Sep 13  2021 farhome
drwxr-xr-x   2 root root  4096 Sep  3  2022 farroot
drwxr-xr-x   6 root root  4096 Jan 13  2020 home
lrwxrwxrwx   1 root root    29 Jul  9  2018 initrd.img -> boot/initrd.img-4.9.0-6-amd64
lrwxrwxrwx   1 root root    29 Jul  9  2018 initrd.img.old -> boot/initrd.img-4.9.0-6-amd64
drwxr-xr-x  18 root root  4096 Sep 10 21:15 lib
drwxr-xr-x   2 root root  4096 Sep 10 21:15 lib64
drwx------   2 root root 16384 Jul  9  2018 lost+found
drwxr-xr-x   6 root root  4096 Jun  1  2019 media
drwxr-xr-x   2 root root  4096 Jul  9  2018 mnt
drwxr-xr-x   5 root root  4096 Nov 28  2023 opt
drwx------   2 root root  4096 Mar  3  2019 plaintext
dr-xr-xr-x 280 root root     0 Nov  7 17:06 proc
drwx------   2 root root  4096 Oct  5  2021 pulse
drwx------  23 root root  4096 Oct 25 14:33 root
drwxr-xr-x  27 root root   880 Nov 14 15:40 run
drwxr-xr-x   2 root root 12288 Sep 10 21:18 sbin
drwxr-xr-x   2 root root  4096 Jul  9  2018 srv
dr-xr-xr-x  13 root root     0 Nov  7 17:06 sys
drwxr-xr-x   2 root root  4096 Dec 22  2018 temporary
drwxrwxrwt  19 root root 12288 Nov 15 07:35 tmp
drwxr-xr-x   2 root root  4096 Mar  3  2019 usbackup
drwxr-xr-x  15 root root  4096 Jul 20  2024 usr
drwxr-xr-x  12 root root  4096 Jul  9  2018 var
lrwxrwxrwx   1 root root    26 Jul  9  2018 vmlinuz -> boot/vmlinuz-4.9.0-6-amd64
lrwxrwxrwx   1 root root    26 Jul  9  2018 vmlinuz.old -> boot/vmlinuz-4.9.0-6-amd64
[1]+  Done                    emacs .asounsrc
hendrik@midwinter:~$ cat /etc/devuan_version 
daedalus
hendrik@midwinter:~$ 

>
> All devuan images back to ascii have chmod 0777 for /etc and /usr. I can't
> see this in any of the debian images.
>
> $ docker run --rm -it devuan/devuan:beowulf /bin/bash
> Unable to find image 'devuan/devuan:beowulf' locally
> beowulf: Pulling from devuan/devuan
> 4396b968ae7d: Pull complete
> Digest:
> sha256:cfcb7be09e4580fe8611b655c11ce6ce9c0ccf80dbb48e3edf3397f2911edb44
> Status: Downloaded newer image for devuan/devuan:beowulf
> root@d5392f2ae695:/# ls -l --color=auto
> total 48
> lrwxrwxrwx   1 root root    7 Jun 30  2024 bin -> usr/bin
> drwxr-xr-x   2 root root 4096 Jun  3  2020 boot
> drwxr-xr-x   5 root root  360 Nov  9 23:29 dev
> drwxrwxrwx   1 root root 4096 Nov  9 23:29 etc
> drwxr-xr-x   2 root root 4096 Jun  3  2020 home
> lrwxrwxrwx   1 root root    7 Jun 30  2024 lib -> usr/lib
> lrwxrwxrwx   1 root root    9 Jun 30  2024 lib32 -> usr/lib32
> lrwxrwxrwx   1 root root    9 Jun 30  2024 lib64 -> usr/lib64
> lrwxrwxrwx   1 root root   10 Jun 30  2024 libx32 -> usr/libx32
> drwxr-xr-x   2 root root 4096 Jun 30  2024 media
> drwxr-xr-x   2 root root 4096 Jun 30  2024 mnt
> drwxr-xr-x   2 root root 4096 Jun 30  2024 opt
> dr-xr-xr-x 327 root root    0 Nov  9 23:29 proc
> drwx------   2 root root 4096 Jun 30  2024 root
> drwxr-xr-x   2 root root 4096 Jun 30  2024 run
> lrwxrwxrwx   1 root root    8 Jun 30  2024 sbin -> usr/sbin
> drwxr-xr-x   2 root root 4096 Jun 30  2024 srv
> dr-xr-xr-x  13 root root    0 Nov  9 11:33 sys
> drwxrwxrwt   2 root root 4096 Jun 30  2024 tmp
> drwxrwxrwx  13 root root 4096 Jun 15  2024 usr
> drwxr-xr-x  11 root root 4096 Jun 30  2024 var

>
> $ docker run --rm -it devuan/devuan:ascii /bin/bash
> Unable to find image 'devuan/devuan:ascii' locally
> ascii: Pulling from devuan/devuan
> 8024bc919ca8: Pull complete
> Digest:
> sha256:a32f6c15cb8f4c5bf0aa9686f807a69b3e9bdefad4a77090f0103b0316517f51
> Status: Downloaded newer image for devuan/devuan:ascii
> root@d42253bafe87:/# ls -l --color=auto
> total 64
> drwxr-xr-x   2 root root 4096 Dec 25  2022 bin
> drwxr-xr-x   2 root root 4096 Feb 23  2020 boot
> drwxr-xr-x   5 root root  360 Nov  9 23:30 dev
> drwxrwxrwx   1 root root 4096 Nov  9 23:30 etc
> drwxr-xr-x   2 root root 4096 Feb 23  2020 home
> drwxr-xr-x   9 root root 4096 Dec 25  2022 lib
> drwxr-xr-x   2 root root 4096 Dec 25  2022 lib64
> drwxr-xr-x   2 root root 4096 Dec 25  2022 media
> drwxr-xr-x   2 root root 4096 Dec 25  2022 mnt
> drwxr-xr-x   2 root root 4096 Dec 25  2022 opt
> dr-xr-xr-x 369 root root    0 Nov  9 23:30 proc
> drwx------   2 root root 4096 Dec 25  2022 root
> drwxr-xr-x   2 root root 4096 Dec 25  2022 run
> drwxr-xr-x   2 root root 4096 Dec 25  2022 sbin
> drwxr-xr-x   2 root root 4096 Dec 25  2022 srv
> dr-xr-xr-x  13 root root    0 Nov  9 11:33 sys
> drwxrwxrwt   2 root root 4096 Dec 25  2022 tmp
> drwxrwxrwx  10 root root 4096 Dec 22  2022 usr
> drwxr-xr-x  11 root root 4096 Dec 25  2022 var

>
>
> Tom
>
> [1] https://git.devuan.org/paddy-hack/container-images/issues/67#issuecomment-4267
> _______________________________________________
> devuan-dev internal mailing list
> devuan-dev@???
> Manage your subscription: https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/devuan-dev
> Archive: https://lists.dyne.org/lurker/list/devuan-dev.en.html