Recent content by ttist25

  1. T

    [URGENT] Firewall locked out

    If you're lucky enough to have another proxmox instance on the same subnet check out what worked for me here: https://forum.proxmox.com/threads/disable-firewall-from-command-line.29091/
  2. T

    Disable firewall from command line

    Man - if anyone else has this problem I hope this helps because it totally turned my world around. My servers are about 800 miles away and I lost all access to them and I couldn't get the iDRAC virtual console to open because apparently java is evil. Anyway - if you're reading this - you...
  3. T

    Move Disk Windows Guests wont boot

    Hello. I used the "Move disk" utility in the GUI today to move some Hard Disks to different local storage (e.g., from "local" to "localsdc" and I'm having trouble booting the VMs afterwards. On one Windows 7 guest I'm getting this error from Windows Boot Manager: Status: 0xc000000f Info...
  4. T

    Trouble Starting VM

    Good morning, I'm running promox 4.0-480d8559d0 This morning I had a KVM that wouldn't respond. After looking into it, I found that the space on my local storage was maxed out (1.6TB of 1.6TB). The VMs with Hard Disks on local were all reporting "io-error" in the web gui. I moved some of...
  5. T

    Help calculating vzdump.conf size: value

    Good morning! I need some help calculating the max "size:" value I can assign in vzdump.conf to get my backups working again. I know this could be resolved with an upgrade but things have been running so well that I'm too chicken to risk it. I'm having a problem with snapshot backups of a...
  6. T

    EXT3-fs I/O error on dm-4

    Hi guys! I'm getting some I/O errors in my syslog on device "dm-4" and I'm not sure if it's symptomatic of a bad disk or if I've just got a stale backup or what. After reading through some related forum posts here are some outputs that might be helpful (I highlighted anything related to dm-4...
  7. T

    pve-root nearly full

    I'm really grasping at straws because I'm still finding my way with LInux but, what happens if you run this: find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' Does that reveal anything interesting?
  8. T

    pve-root nearly full

    Hmmmm - I'm not sure ozgurerdogan. If you think the space is being used up by unsuccessful backups, perhaps you can run: find -name "*.tar.dat" from / to find the partial backups. I have found that when a backup is unsuccessful and has to be stopped it leaves .tar.dat files and a...
  9. T

    pve-root nearly full

    Hey Ozguredogan, I just happened to be researching another issue and came across my old post and saw you had posted today. What a coincidence! Have you tried installing and running ncdu as Udo suggested early in this post? That was what pointed me towards the /mnt directory and to the...
  10. T

    Freeing up backup space

    Hello everybody, I am trying to free up space on my backup storage. I have a bunch of *.tar.dat files and *.tmp folders in the backup destination. There are also many tar.lzo files. I'm thinking I can delete the .tar.dat files and the .tmp folders. Looking at the dates and VMID's on them...