OceanDataTools / openrvdas

An open source data acquisition system designed for use on research vessels and other scientific installations
http://openrvdas.org
Other
39 stars 20 forks source link

Debian installations dialout group #354

Closed cromsos closed 10 months ago

cromsos commented 10 months ago

Ran into an issue using OpenRVDAS with MOXA CP-118E-A-I/138E-A-I Series cards (8-port serial PCIe). Moxa .msmknod creates /dev/ttyMUE0-/dev/ttyMUE7 devices with user rvdas and group dialout (not tty) on Debian 12. So, fixed with sudo usermod -a -G dialout rvdas. Consider updating install_openrvdas.sh

Also, Debian 12 option does not exist in current install script. Fixed by adding a Debian 12 to Ubuntu 22 lookup.

davidpablocohn commented 10 months ago

Ahyup - those sound like bugs, thanks! The bug report says "fixed" - do you have a patch/pull request I can merge back into the repo?

cromsos commented 10 months ago

Thanks! I'll close the issue.