hi friends,
my dCore-environment reports after loading udevadm some error messages from udevd that some "specifed groups" are unknown.
I tried to correct this in /opt/bootlocal.sh with the common debian-group-ids
sudo groupadd --gid 5 tty
sudo groupadd --gid 6 disk
sudo groupadd --gid 15 kmem
sudo groupadd --gid 20 dialout
sudo groupadd --gid 24 cdrom
sudo groupadd --gid 25 floppy
sudo groupadd --gid 26 tape
sudo groupadd --gid 24 cdrom
sudo groupadd --gid 29 audio
sudo groupadd --gid 44 video
sudo usermod -G staff,dialout tc
probably that should be solved at other places.
i tried to sync my palm with jpilot and the most common mistake is that the user is not in the dialout group.
although i successfully added the user tc to the group dialout the communication works only as root
i guess it has something to do with the group-initialisation, perhaps with udevd.
but udev cannot be restarted:
sudo /etc/init.d/udev restart
/etc/init.d/udev: line 119: grep: not found
udev requires tmpfs support, not started ... failed!
although my fstab offers tmpfs
# /etc/fstab
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/dev/zram0 swap swap defaults,noauto 0 0
...
do you have any hints or ideas?
thank you for all responses.