Open alex-v-fraser opened 2 months ago
You need to tell the program where to write the log file. It's specified on the configuration line FIlePath in the [Log] section. Wherever you have it written, you must have write permissions.
@g4klx
I suppose FilePath=.
means the directory the program runs from. And it runs as root. What permissions does it require?
You are right, a single dot means the current directory, whatever that is. If it runs as root then it should be able to write anywhere, but it doesn't seem so. I cannot help with your running environment, you need to ask somewhere that discusses it specifically.
Hello!
I try to install MMDVMHost into Synology Virtual Machine. First I install Debian 12 (clean install). Then I make MMDVMHost I get the same error every time I try to start MMDVMHost: unable to open the log file I tried to start from bash and as service - the same result. I tried i386, amd64 - the same error. My system is:
My config is: the file /usr/local/sbin/mmdvmhost_service (only changed strings)
the file /lib/systemd/system/mmdvmhost.service
In MMDVM.ini I didn't make any changes in LOG
Will you help me please?