Search results

  1. D

    PVE runs a bunch of backups after unscheduled power cycle

    Makes sense, and my thought were around same idea initially. But how do I fix that ? It's not the 1st time my system wasn't showing the right date&time and it couldn't sync as internet was not up yet. Does this mean I have low BIOS battery power or the issue is somewhere else ?
  2. D

    PVE runs a bunch of backups after unscheduled power cycle

    I found it in the meantime - but thanks :) Attached log I cleaned from lines that contained any of these words (as they were repeating so many times the log was too huge - I must work on them as I had no idea). I also removed the domain. Let me know if you need the full version. nut-driver@ups...
  3. D

    PVE runs a bunch of backups after unscheduled power cycle

    I lost power again and when I booted up - it didn't make another backup. I guess that journalctl -b will show details only of that last boot ? Any way to extract previous boot details ?
  4. D

    PVE runs a bunch of backups after unscheduled power cycle

    Was this ever solved ? I have 3 backup jobs set to run during the night. All of them have "Repeat Missed" unchecked and yet every time power goes off and on during the day - all backups jobs are started.
  5. D

    [SOLVED] VM Disk consuming more space than assigned ?

    Fortunately this VM Disk is only one of my backups ;) And we have a success ! Thank you ! I've learned something new :)
  6. D

    [SOLVED] VM Disk consuming more space than assigned ?

    I do not see this snapshot in the GUI. But I do recall there was some issue with snapshot/backup some time ago. I think I removed it via GUI and thought the problem was solved as it disappeared. Perhaps it didn't disappear fully. A little shame this "empty" snapshot isn't visible in the GUI...
  7. D

    [SOLVED] VM Disk consuming more space than assigned ?

    That's exactly what I don't understand - I don't know why GUI shows more usage than any other tool. Could the "Directory" type be an issue ?
  8. D

    [SOLVED] VM Disk consuming more space than assigned ?

    I noticed the discard option on the HDD_4TB so I took it out as it's not SSD.
  9. D

    [SOLVED] VM Disk consuming more space than assigned ?

    Hello, Proxmox 7.4-17 I have usb NVME drive added as ext4 partition on which I have only 1 VM Disk. There is nothing else on that drive (see NCDU below). It's assigned to VM as 650 GB and I think ~698 GB Size indicated might be ok, but I don't understand why the size usage of that NVME is...
  10. D

    latest update (2/8/21) broke docker in container?

    Thank you ! I had the same issue and setting ip_forward=1 on PVE Host worked! I am also wondering what changed as docker used to work fine and suddenly - it stopped . Interestingly - I didn't upgrade packages on PVE.
  11. D

    Huawei Modem as network in Proxmox

    Thank you Richard for he suggestion. It is not a bad idea. What I'm wondering is how will vmbr1 know that it should use eth1 since I have 2 other network interfaces (WAN & LAN) connected to Proxmox ? I want Proxmox to use WAN as the internet connection. enp1s0 is my LAN (192.168.1.0) enxd...
  12. D

    Huawei Modem as network in Proxmox

    Hello, I've been searching a lot to solve this issue and I gave up. I need your help. I have connected Huawei e5776s-32 (Mobile LTE WiFi Hotspot) via usb cable to Proxmox. I plan to use this network with opnSense. I tried that already (sharing whole USB port) and it worked fine but each time I...