by laudge » Mon Jul 01, 2019 5:27 pm
Found the problem !
after every reboot the /dev/vcsm get as group "root" and permission "600"
so to fix it I put in my crontab :
@reboot sudo chmod g+rw /dev/vcsm
@reboot sudo chgrp video /dev/vcsm
not very elegant but does the job.
What is the clean way to force /dev/vcsm to be assign to a particular group and permission ?