Thread
:
Full linux distros on Sailfish OS
View Single Post
qoh
2024-06-05 , 18:46
Posts: 9 | Thanked: 12 times | Joined on Aug 2016
#
255
It turned out the service user inside the container has to have GID 3003 "inet" as primary, not supplementary group.
Insufficient:
Code:
# groups i2pd i2pd : i2pd inet
Working:
Code:
# usermod -g inet -G i2pd i2pd # groups i2pd i2pd : inet i2pd
Quote & Reply
|
qoh
View Public Profile
Send a private message to qoh
Find all posts by qoh