Advertisement
Guest User

Untitled

a guest
Apr 25th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. systemctl restart nsdc
  2. Job for nsdc.service failed because the control process exited with error code. See "systemctl status nsdc.service" and "journalctl -xe" for details.
  3. [root@HOSTNAME~]# systemctl status nsdc
  4. ● nsdc.service - NethServer Domain Controller container
  5. Loaded: loaded (/usr/lib/systemd/system/nsdc.service; enabled; vendor preset: disabled)
  6. Active: failed (Result: exit-code) since Tue 2023-04-25 12:42:13 CEST; 23s ago
  7. Docs: man:systemd-nspawn(1)
  8. Process: 18803 ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot --network-bridge=${BRIDGE} --machine=nsdc ${OPTIONS} (code=exited, status=1/FAILURE)
  9. Main PID: 18803 (code=exited, status=1/FAILURE)
  10. Status: "Terminating..."
  11.  
  12. Apr 25 12:42:13 HOSTNAME.domain.tld systemd[1]: Unit nsdc.service entered failed state.
  13. Apr 25 12:42:13 HOSTNAME.domain.tld systemd[1]: nsdc.service failed.
  14. Apr 25 12:42:13 HOSTNAME.domain.tld systemd[1]: Starting NethServer Domain Controller container...
  15. Apr 25 12:42:13 HOSTNAME.domain.tld systemd-nspawn[18803]: Failed to create directory /var/lib/machines/nsdc//sys/fs/selinux: Read-only file system
  16. Apr 25 12:42:13 HOSTNAME.domain.tld systemd-nspawn[18803]: Failed to create directory /var/lib/machines/nsdc//sys/fs/selinux: Read-only file system
  17. Apr 25 12:42:13 HOSTNAME.domain.tld systemd[1]: nsdc.service: main process exited, code=exited, status=1/FAILURE
  18. Apr 25 12:42:13 HOSTNAME.domain.tld systemd-nspawn[18803]: Failed to register machine: Machine 'nsdc' already exists
  19. Apr 25 12:42:13 HOSTNAME.domain.tld systemd[1]: Failed to start NethServer Domain Controller container.
  20. Apr 25 12:42:13 HOSTNAME.domain.tld systemd[1]: Unit nsdc.service entered failed state.
  21. Apr 25 12:42:13 HOSTNAME.domain.tld systemd[1]: nsdc.service failed.
  22. Hint: Some lines were ellipsized, use -l to show in full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement