Search results

  1. S

    Backup scheduler stop every day the VM

    Securetmp enables /dev/loop mounts You'll need to disable it if you want to run snapshots/backups with CloudLinux https://support.cpanel.net/hc/en-us/articles/360058525333-How-to-disable-scripts-securetmp This is what CloudLinux sent me Hello, The issue is not related to CloudLinux...
  2. S

    Backup scheduler stop every day the VM

    ok tried again from scheduled and ran the back up and it stuck as well INFO: starting new backup job: vzdump 104 --mailnotification always --all 0 --compress zstd --storage backup_drive --prune-backups 'keep-daily=1,keep-last=2,keep-weekly=1' --mode snapshot --node proxmox --mailto...
  3. S

    Backup scheduler stop every day the VM

    @oguz i just did more searching on Forum, not sure if this is a case by case issue or what but if you read this https://forum.proxmox.com/threads/error-vm-100-qmp-command-guest-fsfreeze-thaw-failed-got-timeout.68082/post-424859 maybe you can make sense of it? thanks again for your help Spiro
  4. S

    Backup scheduler stop every day the VM

    here is a pdf, i could not copy the error from the noVCN when I opened VCN screen from yesterday. not sure if that pertains to the freeze error ( stalling)
  5. S

    Backup scheduler stop every day the VM

    ok I restart VM now... I did not see any errors, just when freeze it was 7 mins. and yesterday it was total 1 plus hours before it did finished today was 6 mons with your fix on schedule backup here is yesterdays log INFO: starting new backup job: vzdump 104 --node proxmox --storage...
  6. S

    Backup scheduler stop every day the VM

    @oguz I stopped the backup and now it says AlmaLinux VM is Locked, all websites are down and it wont let me stop or start the VM, it give error: VM is Locked (Backup_)
  7. S

    Backup scheduler stop every day the VM

    i Stopped it at 7m 22s it was frozen and websites were down ? :( INFO: starting new backup job: vzdump 104 --compress zstd --remove 0 --mode snapshot --node proxmox --storage backup_drive INFO: Starting Backup of VM 104 (qemu) INFO: Backup started at 2022-02-02 07:13:41 INFO: status = running...
  8. S

    Backup scheduler stop every day the VM

    @oguz I spoke too soon. testing again from the actual VM in GUI i slelct AlamLinux VM go to backup select backup now and its been stuck here for over 5 mins now? before I did scheduled Backup and it worked ok? now this one is stuck, I wonder why ? INFO: starting new backup job: vzdump...
  9. S

    [SOLVED] Backup with Snapshot & Qemu Guest running but VM never starts after finish ?

    @dcsapak just writing here to let you know this can be closed and temporarily solved @oguz found a temporary fix for me from someone else's post here https://forum.proxmox.com/threads/backup-scheduler-stop-every-day-the-vm.103539/#post-447951 Thank you guys I appreciate your help so much...
  10. S

    Backup scheduler stop every day the VM

    Last Question please? - How will I know if there is an update - option ? or fix for my kind of server? because if the system updates by itself my websites will be down without my knowledge from 3am until I wake up and check them? ( or will this only update if I do apt-get update - apt-get...
  11. S

    Backup scheduler stop every day the VM

    YOU ARE AWESOME!!!!!!!!!!!!!!!!!!!! you found the Bug. and now its fixed.. INFO: starting new backup job: vzdump 104 --mode snapshot --prune-backups 'keep-daily=1,keep-last=2,keep-weekly=1' --mailto **@gmail.com --node proxmox --storage backup_drive --all 0 --compress zstd --mailnotification...
  12. S

    [SOLVED] Use domain name from google using their dns1dn2 instead of IP for PVE GUI?

    so I just point my domain to the IP address and change hostname on Proxmox? nothing else to add in proxmox? thanks for your reply. I use cpanel on all my websites and never had to do this on a server before. perfect time to learn I guess Thanks for your help in advance Spiro
  13. S

    Backup scheduler stop every day the VM

    so just this line with the - push @$machineFlags, 'smm=off' if should_disable_smm($conf, $vga); and replace with the + line push @$machineFlags, 'smm=off'; #if should_disable_smm($conf, $vga); ok will try now and try again and report back in a few mins thanks so much Spiro
  14. S

    [SOLVED] Bad Gateway for ookla.bintray.com/debian generic

    Thank you again my Friend.. I really Appreciate you!! Kind Regards, Spiro
  15. S

    Backup scheduler stop every day the VM

    do I just add this code at the bottom or top or does this replace some code I need to find ? root@proxmox:~# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits...
  16. S

    [SOLVED] Bad Gateway for ookla.bintray.com/debian generic

    ok it worked with the first line above root@proxmox:~# curl -s https://install.speedtest.net/app/cli/install.deb.sh | os=debian dist=bullseye bash Detected operating system as debian/bullseye. Checking for curl... Detected curl... Checking for gpg... Detected gpg... Running apt-get update...
  17. S

    [SOLVED] Bad Gateway for ookla.bintray.com/debian generic

    still error echo -n "Importing packagecloud gpg key... " # import the gpg key curl -fsSL "${gpg_key_url}" | gpg --dearmor > ${gpg_keyring_path} echo "done." echo -n "Running apt-get update... " # update apt on this system apt-get update &> /dev/null echo "done." echo echo...
  18. S

    [SOLVED] Bad Gateway for ookla.bintray.com/debian generic

    Again an error ? so sorry fpr the headache if you can please help me more would be awesome root@proxmox:/tmp# cd /tmp && curl -s https://install.speedtest.net/app/cli/install.deb.sh && os=debian dist=bullseye ./install.deb.sh #!/usr/bin/env bash OS_RELEASE_ID=$(grep "^ID=" /etc/os-release |...
  19. S

    [SOLVED] Bad Gateway for ookla.bintray.com/debian generic

    I get error ? root@proxmox:~# curl -s https://install.speedtest.net/app/cli/install.deb.sh | bash Detected operating system as /11. Checking for curl... Detected curl... Checking for gpg... Detected gpg... Running apt-get update... done. Installing apt-transport-https... done. Installing...
  20. S

    [SOLVED] Bad Gateway for ookla.bintray.com/debian generic

    I did the instructions but removed sudo since I am logged in as root but the last part | bash did not work so i removed the | sudo Bash and just ran this line curl -s https://install.speedtest.net/app/cli/install.deb.sh now what can I type in SSH to get that to run ? please and thanks Spiro