Advertisement
Guest User

Untitled

a guest
Jan 14th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. × acme-demo.com.service - Renew ACME certificate for demo.com
  2. Loaded: loaded (/etc/systemd/system/acme-demo.com.service; enabled; preset: enabled)
  3. Active: failed (Result: exit-code) since Sun 2024-01-14 23:41:16 NZDT; 184ms ago
  4. TriggeredBy: ● acme-demo.com.timer
  5. Process: 144408 ExecStart=/nix/store/igq876f6zd0z68sjdfc2cpidzzw0891s-unit-script-acme-demo.com-start/bin/acme-demo.com-start (code=exited, status=10)
  6. Main PID: 144408 (code=exited, status=10)
  7. IP: 1.4K in, 780B out
  8. CPU: 64ms
  9.  
  10. Jan 14 23:41:16 nixos acme-demo.com-start[144408]: + cmp -s domainhash.txt certificates/domainhash.txt
  11. Jan 14 23:41:16 nixos acme-demo.com-start[144408]: + lego --accept-tos --path . -d demo.com --email SpiderUnderUrBed@proton.me --key-type ec256 --dns pdns --dns.resolvers localhost:53 --server https://localhost:14000 run
  12. Jan 14 23:41:16 nixos acme-demo.com-start[144483]: 2024/01/14 23:41:16 Could not create client: get directory at 'https://localhost:14000': Get "https://localhost:14000": tls: failed to verify certificate: x509: certificate signed by unknown authority
  13. Jan 14 23:41:16 nixos acme-demo.com-start[144408]: + echo Failed to fetch certificates. This may mean your DNS records are set up incorrectly. Selfsigned certs are in place and dependant services will still start.
  14. Jan 14 23:41:16 nixos acme-demo.com-start[144408]: Failed to fetch certificates. This may mean your DNS records are set up incorrectly. Selfsigned certs are in place and dependant services will still start.
  15. Jan 14 23:41:16 nixos acme-demo.com-start[144408]: + exit 10
  16. Jan 14 23:41:16 nixos systemd[1]: acme-demo.com.service: Main process exited, code=exited, status=10/n/a
  17. Jan 14 23:41:16 nixos systemd[1]: acme-demo.com.service: Failed with result 'exit-code'.
  18. Jan 14 23:41:16 nixos systemd[1]: Failed to start Renew ACME certificate for demo.com.
  19. Jan 14 23:41:16 nixos systemd[1]: acme-demo.com.service: Consumed 64ms CPU time, received 1.4K IP traffic, sent 780B IP traffic.
  20.  
  21. × bind.service - BIND Domain Name Server
  22. Loaded: loaded (/etc/systemd/system/bind.service; enabled; preset: enabled)
  23. Active: failed (Result: exit-code) since Sun 2024-01-14 23:41:16 NZDT; 252ms ago
  24. Duration: 23ms
  25. Docs: man:named(8)
  26. Process: 144411 ExecStartPre=/nix/store/fh7cqlr6rb78hs5ld9xplrqkx5ssqzpk-unit-script-bind-pre-start/bin/bind-pre-start (code=exited, status=0/SUCCESS)
  27. Process: 144479 ExecStart=/nix/store/gl3rpxsm7yklrd9fkp32ky03wmml6bln-bind-9.18.19/sbin/named -u named -4 -c /nix/store/4iwqy5aw42p3rjkazyqrf36zb1vv42ds-named.conf -f (code=exited, status=1/FAILURE)
  28. Main PID: 144479 (code=exited, status=1/FAILURE)
  29. IP: 0B in, 0B out
  30. CPU: 21ms
  31.  
  32. Jan 14 23:41:16 nixos named[144479]: loading configuration from '/nix/store/4iwqy5aw42p3rjkazyqrf36zb1vv42ds-named.conf'
  33. Jan 14 23:41:16 nixos named[144479]: reading built-in trust anchors from file '/nix/store/gl3rpxsm7yklrd9fkp32ky03wmml6bln-bind-9.18.19/etc/bind.keys'
  34. Jan 14 23:41:16 nixos named[144479]: using default UDP/IPv4 port range: [32768, 60999]
  35. Jan 14 23:41:16 nixos named[144479]: listening on IPv4 interface lo, 127.0.0.1#53
  36. Jan 14 23:41:16 nixos named[144479]: creating IPv4 interface lo failed; interface ignored
  37. Jan 14 23:41:16 nixos named[144479]: unable to listen on any configured interfaces
  38. Jan 14 23:41:16 nixos named[144479]: loading configuration: failure
  39. Jan 14 23:41:16 nixos named[144479]: exiting (due to fatal error)
  40. Jan 14 23:41:16 nixos systemd[1]: bind.service: Main process exited, code=exited, status=1/FAILURE
  41. Jan 14 23:41:16 nixos systemd[1]: bind.service: Failed with result 'exit-code'.
  42. warning: error(s) occurred while switching to the new configuration
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement