Recent content by unixgeek

  1. U

    Proxmox VE Trainings

    I would also like to request training in North America, but I am open for remote training sessions.
  2. U

    Disks GUI - /proc/mounts too long - aborting

    I'm also running into this issue: root@shv0:~# wc /proc/mounts 5679 34074 622502 /proc/mounts I've tried working around this issue by updating the limit in ProcFSTools.pm based on the git commit in the bugzilla report: return PVE::Tools::file_get_contents("/proc/mounts", 768*1024); But...