Simon Welch wrote:
> The problem was due to the /dev/ttyACM0 device that was created when the
> mobile was connected via USB not having rw access for other user.  Is there
> a way to make these permissions persistent on a reboot or disconnection
> of a
> hot plug device?
> 

Hi,
        Are you using udev?  You should be able to write a rule using OWNER=,
GROUP=, & MODE= for that device, I think something like:

KERNEL=="ttyACM*", NAME="%k", OWNER="whoever", GROUP="whatever", MODE="660"

check out $ man udev

- Josh

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to