Search results

  1. E

    [SOLVED] problem half dist-upgrade to pve9

    root@dvall-prox06:/etc/apt/sources.list.d# apt update Hit:1 http://security.debian.org trixie-security InRelease Hit:2 http://download.proxmox.com/debian/ceph-squid trixie InRelease Hit:3 http://download.proxmox.com/debian/pve trixie InRelease Hit:4 http://ftp.es.debian.org/debian trixie...
  2. E

    [SOLVED] problem half dist-upgrade to pve9

    root@dvall-prox06:/etc/apt/sources.list.d# apt install -f Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: ceph-fuse fdisk...
  3. E

    [SOLVED] problem half dist-upgrade to pve9

    Hi! I have follow step to step upgrade guide and when I have run apt dist-upgrade I realized that I had done from novnc console so I stop the process by contrl+C. Then I have connect to the server by ssh and I tried to re-run dist-upgrade and now crash: # apt dist-upgrade Reading package...
  4. E

    Power failure and now GUI doesn't work

    I repaired the filesystem the first boot after power failure, when it was booting, there was a i/o error and ask me for repair filesystem and I acepted, it was correcting inodes and finally booted. Yesterday when i get the segmentation error, I shutdown the system and I booted with a linux mint...
  5. E

    Power failure and now GUI doesn't work

    Is there any node configuration backup procedure? I'd like to reinstall and mantain the same configuralion than old node
  6. E

    Power failure and now GUI doesn't work

    That works for my GUI, Thanks a lot! But, I'm experimenting hungs when I try to update the server: root@pve:~# apt dist-upgrade Segmentation faultsts... 0% root@pve:~# apt update Hit:1 http://security.debian.org bookworm-security InRelease Hit:2 http://ftp.es.debian.org/debian bookworm...
  7. E

    Power failure and now GUI doesn't work

    Hi AlexSkySilk, The pvestatd seems OK root@pve:~# systemctl status pvestatd ● pvestatd.service - PVE Status Daemon Loaded: loaded (/lib/systemd/system/pvestatd.service; enabled; preset: enabled) Active: active (running) since Sun 2025-02-23 13:47:25 CET; 44s ago Process: 2138...
  8. E

    Power failure and now GUI doesn't work

    Tanks, I have an APC BACK-UPS 950 and it shutdown the server but when I connect the power the UPS was empty and the power fail again without shutdown system. I also have a XPenology in differnet hardware but connected to the same UPS and It it broken too, DSM corrupted but data is OK I checked...
  9. E

    Power failure and now GUI doesn't work

    The problem remainds: root@pve:~# apt reinstall libavfilter8 Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0 B/3,706 kB of archives. After this operation...
  10. E

    Power failure and now GUI doesn't work

    Thank you l.leahu-vladucu root@pve:~# apt reinstall pve-manager Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 549 kB of archives. After this operation, 0...
  11. E

    Power failure and now GUI doesn't work

    Hi everybody I have a Proxmox 8.3.3 node working well until a powerfailure. When I have recovered the power I got an error on Boot, I use fsck to fix inodes and continue booting but GUI. Error "Failed to start pveproxy.service" al boot If I do journalctl -xeu pveproxy.service Feb 20 23:18:49...
  12. E

    Auto open/close 80 port for letsencrypt challenge certificate renew

    I have found the command: pvenode acme cert renew I installed miniupnpc, and I have written a mini script like this: #!/bin/bash upnpc -a 192.168.2.180 80 80 tcp pvenode acme cert renew upnpc -d 80 tcp but my router (wich has upnp activated) answer me: 606 Action Unathorized....
  13. E

    Auto open/close 80 port for letsencrypt challenge certificate renew

    Hi I want to use port 80 challenge with letsencrypt proxmox certificate update automatically but I wan't have port 80 open alltime. Searching I have found a certbot script with pre and post commands that opens and closes 80 port in the router via uPnp...
  14. E

    ubuntu server install error loop: Cannot write log (is /dev/pts mounted?)

    Same error message in my Full installer output while install ubuntu server lte 20.04 PVE pve-manager/6.3-6/2184247e
  15. E

    Storage Graph is not correctly

    Why are not the same units used? it is more confusing if different units are used
  16. E

    Storage Graph is not correctly

    This I have observed for several versions ago, The storage graph and its data is not correct: Here, the NFScb1 storage has 792G used: root@dvall-prox05:~# df -h Filesystem Size Used Avail Use% Mounted on udev 20G 0 20G 0% /dev tmpfs...
  17. E

    Unable to restore a backup because of timeout when aloccate qcow2 disk

    I have solved the problem manually doing the following steps from a cluster node shell: Move backup file zst from Backup Storage to machine image folder main storage NFS with rsync (/mnt/pve/NFScb1/images/203) Uncompress file with zstd -d file.vma.zst vma extract file.vma newfolder Move...