2019. február 16., szombat 0:00:05 UTC+1 időpontban [email protected] a következőt írta: > Hello everybody, > > All my hosts run on Debian 9. > I have 2 clients behind a firewall. > > I setup the first in passive mode and default port 9102, it is ok. > I setup the second with port 9104 but it does not work. > My client : /etc/bareos/bareos-fd.d/client/myself.conf : > Client { > Name = es2-fd > # FD Address = 9104 > FD Port = 9104 > } > I change also : /etc/init.d/bareos > ... > NETWORK_PORT=9104 > ... > > But I do not succeed to start the service : service bareos-fd start -> > Job for bareos-filedaemon.service failed because a timeout was exceeded. > > and journalctl -> > bareos-filedaemon.service: PID file /var/lib/bareos/bareos-fd.9102.pid not > readable (yet?) after start: No such file or directory > > It seems that the port 9102 is still used for my second client... where is-it > configured? > > Thanks in advance.
Debian 9 use SystemD! systemctl edit bareos-filedaemon [Service] PIDFile=/var/lib/bareos/bareos-fd.9102.pid -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
