Search results

  1. O

    External HDD missing after reboot. vm-115-disk-0.raw' does not exist

    Hi, what exactly does "when i go inside the mounted volume" mean? I'm asking about factual commands you issued and where you issued them :) Edit: please post the output of df -hT
  2. O

    Proxmox Webui not working

    For the beginning: the output of pveversion -v But please put the output into the SPOILER tags. At the top of the composing window, in the center there are three vertical dots ("More options..."). Click it and select the icon of a crossed eye (Spoiler).
  3. O

    Proxmox Webui not working

    You gave very little information. Not even the version. So I can only guess... Try apt install --reinstall pve-manager proxmox-widget-toolkit Does it help?
  4. O

    Repost: Proxmox 8.4.13 disk mount question, LSI 9300-16i

    Screenshots sometimes are necessary, like when someone describes an issue of the GUI. For textual data - text is better, so that we can search for errors / details, copy & paste them and to quote particular details. For instance: if I'd have to read these long strings of characters and numbers...
  5. O

    Proxmox Webui not working

    What, exactly, have you done in PVE before the GUI has stopped working? :)
  6. O

    Proxmox Webui not working

    Use apt full-upgrade or apt-get dist-upgrade
  7. O

    Repost: Proxmox 8.4.13 disk mount question, LSI 9300-16i

    Please post the output of lsblk in "CODE" or "SPOILER" tags - to preserve the formatting.
  8. O

    USB storage causes high IO delay

    I don't know if now but something unusual has happened. Maybe the USB connector has been touched / misplaced or something.
  9. O

    USB storage causes high IO delay

    Not quite "nothing special" in the log ;-(. communication error and USB reset. Maybe not related, I don't know...
  10. O

    Deleting disks doesn't free up storage

    First of all: have backups :) . About Home Assistant VM: you probably overprovisioned the disk (thin LVM makes it possible and it's OK as long as you pay attention to NOT occupy more space in all VMs and containers (in sum) than the thin LVM has). As you wrote: some of the warnings may come...
  11. O

    USB storage causes high IO delay

    Not under Tasks. If in the GUI: Datacenter -- your PVE host -- System Log Or (better, IMHO): from the command line: journalctl
  12. O

    USB storage causes high IO delay

    Nothing unusual in the logs?
  13. O

    [SOLVED] Network goes down after starting up a virtual machine

    @joel-prox You can also read this: https://forum.proxmox.com/threads/fabu-no-network-connectivity-after-installation-or-after-switching-the-router-can-not-load-the-web-gui-in-a-browser.160091/
  14. O

    Installation freezes

    I remember that sometimes nomodeset added to the boot command line helped me.
  15. O

    [SOLVED] Network goes down after starting up a virtual machine

    So the PVE host's IP address is in the DHCP range... Below are some more ideas to check. Can you ssh from the PVE shell (from its console) to the VM and verify it is this VM really? Set the IP address of the VM manually to some unused address. Does it help? If the problem persists, can you...
  16. O

    Deleting disks doesn't free up storage

    Welcome, The Cageybee! You are absolutely right when you prefer not to use any uncertain scripts / tools :) . Please run in the shell of the PVE host the following commands: pvesm status pvesm list local-lvm lvs qm list pct list and post the results using the CODE tags to preserve the formatting.
  17. O

    PVE not showing storage info but PBS does.

    @jaysun_n I verified that after I added in PBS the role DatastoreAudit to the user and the Path in this Permission is equal to the datastore path (i.e. the Path does NOT contain the namespace), the PVE started to display the usage of this storage (the percent number and the time-based graph)...
  18. O

    [SOLVED] Network goes down after starting up a virtual machine

    You wrote: Which, precisely, IP address does the VM get? The symptom is similar to an IP address conflict. Maybe the DHCP server gives the same IP address that PVE host is using? What is the DHCP range?
  19. O

    Filtering System Log Crashes Browser

    A workaround can be logging to the host via ssh (or opening the console in the GUI) and issuing journalctl, optionally with options for specifying a time range (see man journalctl for details.
  20. O

    Proxmox not giving IPs that isn't defined

    In the first post you attached an image of ip a of some iface with MAC address ending with 37:72. But the config from GUI contains an iface with the address ending with b1:59. Looks like you watched at different places or so ;)