apt get life

Life around technology

  • Technology
    • Guides
    • Linux
    • Development
      • Laravel
    • Misc
    • Raspberry Pi
  • Writing
  • Crafts
    • Crochet
    • Model Making
    • Painting
  • Privacy Policy
You are here: Home / Archives for zfs

Fixing zsys daemon: timed out waiting for server handshake on Ubuntu 20.04 ZFS

2021/08/21 by sudo Leave a Comment

When running the apt package manager from the command line, if it starts coming up with the following error when you’re running ZFS it’s likely that your disk is too full to take more snapshots. This is a process that happens automatically on package installation or update.

<!-- wp:paragraph -->
<p>When running the apt package manager from the command line, if it starts coming up with the following error when you're running ZFS it's likely that your disk is too full to take more snapshots. This is a process that happens automatically on package installation or update.</p>
<!-- /wp:paragraph -->

In order to list your ZFS snapshots you can run

zfs list -t snapshot

To delete snapshots, as root, run either zfs destroy along with the specified snapshot name or delete a whole bunch at once:

zfs list -H -o name -t snapshot | xargs -n1 zfs destroy

For more information about zsys check out https://didrocks.fr/2020/06/04/zfs-focus-on-ubuntu-20.04-lts-zsys-state-collection/

Filed Under: Linux, Technology Tagged With: ubuntu 20.04, zfs

Recent Posts

  • System Hang on Ubuntu 24.04 “e1000_print_hw_hang”
  • Disable iLO on HP Microserver Gen8
  • Ubuntu Desktop 24.04 Change Wallpaper Settings
  • Customising Ubuntu Desktop 24.04
  • Remove domains from Let’s Encrypt using Certbot

Tags

API auditing crochet data recovery debian debudding development Dingo API docker email Getting started with Laravel 5 & Dingo API hard drive health HP Microserver KVM Laravel larvel 5 lenovo Linux Minion mint netgear nas networking network shares php PHP development Postfix raspberry pi review samba security SMART smartctl smartmontools smb testing traefik ubuntu ubuntu 18.04 ubuntu 20.04 ubuntu 22.04 ubuntu server vagrant Virtual machines xdebug xubuntu

© Copyright 2015 apt get life