shaun

joined 1 year ago
[–] shaun@lemmy.world 2 points 3 months ago

I'm not against it but I upvoted you because I think you have a fair position and expressed it honestly and in a completely reasonable way.

[–] shaun@lemmy.world 23 points 4 months ago* (last edited 4 months ago) (3 children)

The emergency generator for all vessels is typically tiny compared to the standard generators (of which you have multiple, maybe 4 on this ship).

It's basically just there to keep the emergency lights on and any other equipment you need to work to get everything else back up and running.

[–] shaun@lemmy.world 3 points 11 months ago (1 children)

Esky? In NZ it's a chilly bin.

[–] shaun@lemmy.world 1 points 11 months ago

Glad you got it sorted, and thanks for sharing the solution. I might see if I can remove privileged from mine in that case.

[–] shaun@lemmy.world 3 points 11 months ago (2 children)

I'm on x86, but the below relevant lines have mine working:

--privileged

--group-add keep-groups

--device /dev/ttyUSB0:/dev/ttyUSB0

I also had to add my user that runs the container to group "dialout" as that owns the ttyUSB0 device. Keep in mind to log out and back in with this user after adding the group to apply the change.

Hope that helps!