Hello Everyone,

I'm  new to Bacula, trying to backup a couple of Ubuntu and Windows 10
machines. I'm also no expert in Linux/Ubuntu.

After installation of the latest version available, and the initial
configuration, I'm stuck with this situation:
- all 3 bacula-* services start automatically at boot without problems or
error messages,
- but the bacula-dir.service exits immediately.  Again no error or
diagnostic messages,
- bacula-dir runs 100% OK when started manually from the console.

Would anyone be able to help and point me in the right direction to get
bacula-dir service working automatically?

Thanks and regards,

Ismael


im@imcserv:~$ systemctl status bacula-dir
● bacula-dir.service - LSB: Start Bacula Director daemon at boot time
     Loaded: loaded (/etc/init.d/bacula-dir; generated)
     Active: *active (exited)* since Wed 2021-03-17 22:26:23 GMT; 1h 10min
ago
       Docs: man:systemd-sysv-generator(8)
    Process: 944 ExecStart=/etc/init.d/bacula-dir start (code=exited,
status=0/SUCCESS)

Mar 17 22:26:22 imcserv.imc systemd[1]: Starting LSB: Start Bacula Director
daemon at boot time...
Mar 17 22:26:23 imcserv.imc bacula-dir[944]: Starting Bacula Director:
bacula-dir
Mar 17 22:26:23 imcserv.imc systemd[1]: Started LSB: Start Bacula Director
daemon at boot time.
im@imcserv:~$ systemctl status bacula-fd
● bacula-fd.service - LSB: Start Bacula Client daemon at boot time
     Loaded: loaded (/etc/init.d/bacula-fd; generated)
     Active: active (running) since Wed 2021-03-17 22:26:23 GMT; 1h 10min
ago
       Docs: man:systemd-sysv-generator(8)
    Process: 946 ExecStart=/etc/init.d/bacula-fd start (code=exited,
status=0/SUCCESS)
      Tasks: 3 (limit: 2299)
     Memory: 3.2M
     CGroup: /system.slice/bacula-fd.service
             └─975 /opt/bacula/bin/bacula-fd -c
/opt/bacula/etc/bacula-fd.conf

Mar 17 22:26:22 imcserv.imc systemd[1]: Starting LSB: Start Bacula Client
daemon at boot time...
Mar 17 22:26:23 imcserv.imc bacula-fd[946]: Starting Bacula File Daemon:
bacula-fd
Mar 17 22:26:23 imcserv.imc systemd[1]: Started LSB: Start Bacula Client
daemon at boot time.
im@imcserv:~$ systemctl status bacula-sd
● bacula-sd.service - LSB: Start Bacula Storage daemon at boot time
     Loaded: loaded (/etc/init.d/bacula-sd; generated)
     Active: active (running) since Wed 2021-03-17 22:26:23 GMT; 1h 10min
ago
       Docs: man:systemd-sysv-generator(8)
    Process: 957 ExecStart=/etc/init.d/bacula-sd start (code=exited,
status=0/SUCCESS)
      Tasks: 3 (limit: 2299)
     Memory: 2.6M
     CGroup: /system.slice/bacula-sd.service
             └─976 /opt/bacula/bin/bacula-sd -c
/opt/bacula/etc/bacula-sd.conf

Mar 17 22:26:22 imcserv.imc systemd[1]: Starting LSB: Start Bacula Storage
daemon at boot time...
Mar 17 22:26:23 imcserv.imc bacula-sd[957]: Starting Bacula Storage Daemon:
bacula-sd
Mar 17 22:26:23 imcserv.imc systemd[1]: Started LSB: Start Bacula Storage
daemon at boot time.
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to