View Single Post
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