SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
<ivandi>
going from runlevel 2 to runlevel 1 and back to runlevel 2 breaks shared memory, like sway wont start
<ivandi>
the problem is line 22 in /sbin/start_udev: cp -ar /lib/udev/devices/* /dev
<ivandi>
there are two folders in /lib/udev/devices pts/ and shm/
<ivandi>
both are with permissions 755
<ivandi>
mounted /dev/shm permissions are 1777, copying a 755 /shm folder restets /dev/shm to 755 and breaks shared memory
<ivandi>
it would be nice to mount all these /proc /sys /run/ /dev /dev/pts /dev/shm filesystems at the begining of /etc/rc with proper mountpoint check (dracut mounts them in initramfs)