Recent content by Enrique Garcia Polo

  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....