Recent content by shawn55

  1. S

    /dev/mapper/pve-root 100% Full

    " how did those files get that large? there should be a logrotate timer running daily " I honestly don't know either. I'm just glad I managed to somehow recover the free space lol Welp, at least I'm able to move forward in testing and learning Proxmox. Thanks for your time and support. :)
  2. S

    /dev/mapper/pve-root 100% Full

    As mentioned in my 1st post, I just deleted 3 large files which were located inside var/log using "rm" command kern.log 30GB syslog 30GB messages 30GB But even after deleting these 3 files, it did not free up space. Atleast, not until I shutdown the server because I was already tired and...
  3. S

    /dev/mapper/pve-root 100% Full

    Hi thank you for the quick reply. I have just restarted the system and now it has 88GB available. I'm curious to know if I need to restart the whole system just to free up space? Or is there a better way to do it?
  4. S

    /dev/mapper/pve-root 100% Full

    Hi I'm new to Proxmox. I have searched about this issue but the "answers" are either unclear or doesn't work. What I have tried so far: >used "du -shx *" to find abnormally large files large -found 3 files which were 30GB each (kern.log, syslog, messages) so I deleted them using rm but pve-root...