Recent content by entilza

  1. E

    [SOLVED] 9.2.3 update - Setting up pve-manager (9.2.3) ...

    Thanks! Resolved, my guest services task was stuck I remember pressing stop, when I rebooted because my vm start time delays were off... I guess it doesnt restart itself. Ok my fault I guess? Solved by restarting: systemctl kill -s SIGKILL pve-guests.service systemctl reset-failed...
  2. E

    [SOLVED] 9.2.3 update - Setting up pve-manager (9.2.3) ...

    Been running 9.2.2 and proxmox for years and never had this update not finish. Last line was: Setting up qemu-server (9.1.16) ... Setting up pve-manager (9.2.3) ... Then it doesn't exit but everything is working fine. Starting system upgrade: apt-get dist-upgrade E: Could not get lock...
  3. E

    Zpool import not working

    I've never really used it... https://www.klennet.com/zfs-recovery/ Do you feel that's something you need still? Or do you mean try reinstalling truenas
  4. E

    Zpool import not working

    Well thats disappointing but im glad you found the wedding photos... There is some recovery software you can buy but at this point you are probably ok.
  5. E

    Zpool import not working

    Nice!! Congrats... ok last try sudo zpool import -f -d /dev Goose -o readonly=on -T 25356103
  6. E

    Zpool import not working

    one last thing you can try with transaction groups sudo zdb -e Goose | grep 'txg' do you see anything?
  7. E

    Zpool import not working

    Darn...! even without -FX eh? I dont think your card is bad but maybe worth a last shot..
  8. E

    Zpool import not working

    Try now sudo zpool import -f -FX -d /dev Goose -o readonly=on
  9. E

    Zpool import not working

    thats ok its also sent that to that kernel parameter
  10. E

    Zpool import not working

    dont add first sudo
  11. E

    Zpool import not working

    ok add the other 2 above ( I edited post )
  12. E

    Zpool import not working

    echo 1 | sudo tee /sys/module/zfs/parameters/zfs_max_missing_tvds echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_metadata echo 0 | sudo tee /sys/module/zfs/parameters/spa_load_verify_data
  13. E

    Zpool import not working

    just gotta be root doesnt sudo su get you to a #
  14. E

    Zpool import not working

    sudo su cd /sys/module/zfs/parameters cat 1 > zfs_max_missing_tvds cat 0 > spa_load_verify_metadata cat 0 > spa_load_verify_data
  15. E

    Zpool import not working

    that may have been for truenas need to find the linux equivalent syntax