Re: Cannot start service, initgroups(gotify,365): Operation not permitted

2024-10-12 Thread Matthias Fechner
Am 12.10.2024 um 11:37 schrieb Ronald Klop: sh -x /usr/local/etc/rc.d/gotify_server start Are your sure you ran 'service gotify_server start' as root? The man pages say that iinitgroups can only return EPERM via a call to setgroups when not run as root. thanks for the tip with sh -x, that mad

Re: Cannot start service, initgroups(gotify,365): Operation not permitted

2024-10-12 Thread Ronald Klop
If you run the script with sh -x you will get output of what it is doing. This can help identifying which part of the script fails. sh -x /usr/local/etc/rc.d/gotify_server start Are your sure you ran 'service gotify_server start' as root? The man pages say that iinitgroups can only return EPERM