Recent content by michabbs

  1. M

    syslog disappeared

    Journal looks fine. New entries appear in the output of journalctl -f. Mostly postfix logs, but also ssh sessions, or pmgdaemon sucessful logins, etc. I noticed this: Sep 10 11:11:22 bester pmgproxy[88945]: proxy detected vanished client connection Does it matter? I suppose it's just side...
  2. M

    syslog disappeared

    Nothing seems to be related directly to me entering the syslog page in UI, but sometimes I can see this: Sep 08 13:54:58 bester pmgdaemon[40904]: problem with client ::ffff:*MY_IP_ADDRESS*; Broken pipe Also, when do systemctl restart rsyslog I get this: Sep 08 13:29:41 bester...
  3. M

    syslog disappeared

    After upgrade from 9.0.6 to 9.1.2 the webgui does not show log anymore. I open "Administration -> Syslog" and the log window is empty. I still can read /var/log/syslog and the log entries are there. Just the gui does not show them to me. :-(
  4. M

    shutdown time

    I have PVE node with 2 VMs and ~15 CTs. Shutdown of the whole box takes about 15 min. Should I consider it to be normal? Yes, of course step-by-step halting of all the containers must take some time, but I would like to know what is your experience.
  5. M

    Fragnesia

    Any info about the new Fragnesia bug? Is Proxmox kernel vulnerable?
  6. M

    force old kernel

    I have some problems with kernel 7 (expecially nvidia drivers do not want to work). Hon can I force using of <7 kernel?
  7. M

    cross cluster migration with snapshots

    Oh, it looks very interesting! But actually I do not understard it: root@zfs1:~# pve-zsync sync --source 100 --dest 192.168.1.2:tank/backup It sends local CT 100 to remote... what? dataset? What if the local CT has multiple mountpoints? Will it merge them all? (That would be stupid...)
  8. M

    cross cluster migration with snapshots

    I have just found this wonderful script: https://github.com/skoef/zfsync Seems to work excellent. :-)
  9. M

    cross cluster migration with snapshots

    2026-03-22 08:27:03 can't migrate local volume 'dpool:subvol-2033-disk-0': remote migration with snapshots not supported yet Are there plans to make it work in the near future? I assume solution for now is to delete snapshots, or backup+restore at the new location, right?
  10. M

    ZFS wipe unused space

    I have pfSense router in VM. It is actually Freebsd with root on ZFS. The virtual disk is 16G, but 'df' (inside VM) shows only 3G is actually used. Problem: The VM backup takes 16G. I suppose this is because the Freebsd ZFS implementation does not wipe unused space, so from hypervisor...
  11. M

    root@pam

    Is it safe to disable root@pam user? Actually I see no reason why anyone with root privileges should be allowed to log in via web...
  12. M

    huge tasks log

    My /var/log/proxmox-backup/tasks folder is huge: # cd /var/log/proxmox-backup # du -hs * 85M api 1.1G tasks Is it safe to simply delete it? Why it is not rotated automatically?
  13. M

    nodes behind independent NATs

    I want to run two PMG nodes (in a cluster) physically placed in two separate locations, both behind NATs. Is it enough to open and redirect ports: 465 (smtps) and 22 (ssh) on both firewalls for the cluster to flawless communicate/synchronize? Of course I can set up VPN and use private IP range...
  14. M

    bandwidth limits

    Arrghhh.... I wanted to ask: Which of these limits applies for replication jobs?
  15. M

    bandwidth limits

    bwlimit: [clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>] Set I/O bandwidth limit for various operations (in KiB/s). clone=<LIMIT> bandwidth limit in KiB/s for cloning disks default=<LIMIT> default bandwidth limit in KiB/s migration=<LIMIT> bandwidth...