Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Reproduce :
  2. # systemctl start bacula-dir.service
  3. Failed to issue method call: Unit syslog.target failed to load: No such file or directory.
  4.  
  5. After update & reboot :
  6. # systemctl start bacula-dir.service
  7. [root@localhost aranud]# systemctl status bacula-dir.service
  8. bacula-dir.service - Bacula-Director, the Backup-server
  9.    Loaded: loaded (/usr/lib/systemd/system/bacula-dir.service; enabled)
  10.    Active: failed (Result: start-limit) since mar. 2014-08-12 18:21:38 CEST; 10s ago
  11.      Docs: man:bacula-dir(8)
  12.   Process: 15738 ExecStart=/usr/sbin/bacula-dir -f $OPTS -c $CONFIG -u $DIR_USER -g $DIR_GROUP (code=exited, status=127)
  13.   Process: 15734 ExecStartPre=/usr/sbin/bacula-checkconf $CONFIG (code=exited, status=0/SUCCESS)
  14.  Main PID: 15738 (code=exited, status=127)
  15.  
  16. août 12 18:21:38 localhost.localdomain systemd[1]: bacula-dir.service: main process exited, code=...n/a
  17. août 12 18:21:38 localhost.localdomain systemd[1]: Unit bacula-dir.service entered failed state.
  18. août 12 18:21:38 localhost.localdomain systemd[1]: bacula-dir.service holdoff time over, scheduli...rt.
  19. août 12 18:21:38 localhost.localdomain systemd[1]: Stopping Bacula-Director, the Backup-server...
  20. août 12 18:21:38 localhost.localdomain systemd[1]: Starting Bacula-Director, the Backup-server...
  21. août 12 18:21:38 localhost.localdomain systemd[1]: bacula-dir.service start request repeated too ...rt.
  22. août 12 18:21:38 localhost.localdomain systemd[1]: Failed to start Bacula-Director, the Backup-server.
  23. août 12 18:21:38 localhost.localdomain systemd[1]: Unit bacula-dir.service entered failed state.
  24. Hint: Some lines were ellipsized, use -l to show in full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement