ish icon indicating copy to clipboard operation
ish copied to clipboard

coreutils on Alpine 3.20 breaks /dev

Open jaclu opened this issue 1 year ago • 0 comments

If I install coreutils on Alpine 3.20 iSH does not seem to be able to handle /dev resources.

All maj numbers are non POSIX and all min numbers are 0 mknod can't be used to restore devices

As soon as coreutils is removed things go back to normal.

Up to Alpine 3.19 coreutils can be used.

ls -l /dev
drwxr-xr-x  3 root  root   640 Jul  3 21:44 ./
drwxr-xr-x 20 jaclu jaclu  640 Jul  3 18:24 ../
crw-rw-rw-  1 root  root  9, 0 Jul  3 18:23 clipboard
c-w--w--w-  1 root  root  7, 0 Jul  3 21:36 console
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 full
crw-rw-rw-  1 root  root  8, 0 Jul  3 18:23 location
crw-rw-rw-  1 root  root  4, 0 Jul  3 21:44 null
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 ptmx
drwxr-xr-x  0 root  root     0 Jan  1  1970 pts/
crw-rw-rw-  1 root  root  6, 0 Jul  3 18:23 random
crw-rw-rw-  1 root  root  3, 0 Jul  3 18:23 tty
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 tty1
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 tty2
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 tty3
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 tty4
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 tty5
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 tty6
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 tty7
crw-rw-rw-  1 root  root  7, 0 Jul  3 18:23 urandom
crw-rw-rw-  1 root  root  4, 0 Jul  3 18:23 zero

ls -l /dev/pts
crw--w---- 0 root  root 1, 0 Jan  1  1970 0
crw--w---- 0 root  root 1, 0 Jan  1  1970 1
crw--w---- 0 jaclu tty  1, 0 Jan  1  1970 2

iSH version used

iSH 1.3.3 (691)

repos

https://dl-cdn.alpinelinux.org/alpine/v3.20/main https://dl-cdn.alpinelinux.org/alpine/v3.20/community

update & upgrade done before adding coreutils at: Wed Jul 3 20:43:55 CEST 2024

jaclu avatar Jul 03 '24 20:07 jaclu