Advertisement
Fecus

Untitled

Jul 11th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | Software | 0 0
  1. Distributor ID: Ubuntu
  2. Description: Ubuntu 20.04.6 LTS
  3. Release: 20.04
  4. Codename: focal
  5.  
  6. apt upgrade
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. Calculating upgrade... Done
  11. The following packages were automatically installed and are no longer required:
  12. linux-headers-5.4.0-156 linux-headers-5.4.0-156-generic linux-modules-5.4.0-156-generic
  13. Use 'apt autoremove' to remove them.
  14. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  15. 2 not fully installed or removed.
  16. After this operation, 0 B of additional disk space will be used.
  17. Do you want to continue? [Y/n] y
  18. Setting up zfsutils-linux (0.8.3-1ubuntu12.17) ...
  19. zfs-import-scan.service is a disabled or a static unit, not starting it.
  20. zfs-import-scan.service is a disabled or a static unit, not starting it.
  21. Job for zfs-mount.service failed because the control process exited with error code.
  22. See "systemctl status zfs-mount.service" and "journalctl -xe" for details.
  23. invoke-rc.d: initscript zfs-mount, action "start" failed.
  24. ● zfs-mount.service - Mount ZFS filesystems
  25. Loaded: loaded (/lib/systemd/system/zfs-mount.service; enabled; vendor preset: enabled)
  26. Active: failed (Result: exit-code) since Thu 2024-07-11 11:47:19 CEST; 7ms ago
  27. Docs: man:zfs(8)
  28. Process: 1350817 ExecStart=/sbin/zfs mount -a (code=exited, status=1/FAILURE)
  29. Main PID: 1350817 (code=exited, status=1/FAILURE)
  30.  
  31. Jul 11 11:47:19 hobbit2020 systemd[1]: Starting Mount ZFS filesystems...
  32. Jul 11 11:47:19 hobbit2020 zfs[1350817]: cannot mount '/tmp': directory is not empty
  33. Jul 11 11:47:19 hobbit2020 zfs[1350817]: cannot mount '/var/cache': directory is not empty
  34. Jul 11 11:47:19 hobbit2020 zfs[1350817]: cannot mount '/var/log': directory is not empty
  35. Jul 11 11:47:19 hobbit2020 systemd[1]: zfs-mount.service: Main process exited, code=exited, status=1/FAILURE
  36. Jul 11 11:47:19 hobbit2020 systemd[1]: zfs-mount.service: Failed with result 'exit-code'.
  37. Jul 11 11:47:19 hobbit2020 systemd[1]: Failed to start Mount ZFS filesystems.
  38. dpkg: error processing package zfsutils-linux (--configure):
  39. installed zfsutils-linux package post-installation script subprocess returned error exit status 1
  40. dpkg: dependency problems prevent configuration of zfs-initramfs:
  41. zfs-initramfs depends on zfsutils-linux (>= 0.8.3-1ubuntu12.17); however:
  42. Package zfsutils-linux is not configured yet.
  43.  
  44. dpkg: error processing package zfs-initramfs (--configure):
  45. dependency problems - leaving unconfigured
  46. Errors were encountered while processing:
  47. zfsutils-linux
  48. zfs-initramfs
  49. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement