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
Dear all,
I currently try to create a port for gotify.
The port itself is more or less complete, but I have problem with the
init script:
#!/bin/sh
# PROVIDE: gotify_server
# REQUIRE: DAEMON NETWORKING
# KEYWORD: shutdown
#
# Add these lines to /etc/rc.conf.local or /etc/rc.conf
# to enable th
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