Search results

  1. S

    Spice console started 2 die

    Spice console started 2 die all of sudden. Both client and server are Debian 12. remote-viewer[20446]: Error flushing display: Resource temporarily unavailable No-VNC console works fine.
  2. S

    Incongruity listing dates.

    Default PBS listing is the normal default that most people are used to. Latest backups on top. This is good but when you dig deeper inside containers the list is reversed and goes in to Thunderbird type of madness where the oldest (backup) is on top. I would prefer that the new is always on top.
  3. S

    Restore error

    Can some1 translate this for me... Backup works but restoration does not work. recovering backed-up configuration from 'pbs1:backup/ct/776/2025-01-01T19:14:32Z' restoring 'pbs1:backup/ct/776/2025-01-01T19:14:32Z' now.. Error: error extracting archive - encountered unexpected error during...
  4. S

    Restoring backup from off-site PBS server.

    I'm planning to test restoring backup from off-site PBS server. I realised that I don't have a clue how to do this. We have a remote backup server but no obvious way to sync back an old backup. (One VM only.) Restoration from local PBS is simple but how does one do it if the host does not have...
  5. S

    cluster join should provide IPv6 address

    Is there a way to force "cluster join" to provide IPv6 address rather than the default IPv4 address?
  6. S

    Paid filtering.

    Is there a way to ignore user emails unless the user is added to "subscribers list".
  7. S

    HA error

    Something went terribly wrong last night. Apparently one host lost connectivity (because of backup) and HA decided to move the LXC client to the first host on DataCenter list (which does not have same storage.) Entire LXC client just went poof in the air. Oct 13 00:00:17 TASK ERROR: could not...
  8. S

    sshfs

    Hmmm. I think I just made mistake installing sshfs on Proxmox host. The following additional packages will be installed: easy-rsa fuse3 libccid libcurl4 libpcsclite1 libpkcs11-helper1 opensc opensc-pkcs11 pcscd The following packages will be REMOVED: fuse The following NEW packages will be...
  9. S

    Tasks and Cluster log

    Tasks and Cluster log Any change of moving them to right side of the panel? Or better yet how about moving those under the left side pull down menu? We could have one menu for Logs and one menu for tasks. I have always wanted a log for syncronizations and backups to monitor disk I/O.
  10. S

    OOM OOM

    kernel: oom-kill:constraint=CONSTRAINT_MEMCG,nodemask=(null),cpuset=ns,mems_allowed=0,oom_memcg=/lxc/602,task_memcg=/lxc/602/ns/system.slice/mariadb.service,task=mariadbd,pid=3269753,uid=100108 My ISPconfig server wont restart any services that have been OOM killed. I'm thinking this is...
  11. S

    Performance tools and testing

    How can I find out what container and process is using most IO at certain time?
  12. S

    Tips on how to manage load after reboot

    I have been trying to spread the load so to speak after host reboots. Greatest problem now seems to be MariaDB. When all LXC containers start Maria causes very high IO delay on the host. Any idea how to fix that or spread that around (without startup delay)?
  13. S

    Unexpected reboot last night

    I can't explain this reboot on KVM host last night. Jun 09 00:24:01 vm2405 CRON[2014686]: (root) CMD (if [ $(date +%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub ]; then /usr/lib/zfs-linux/scrub; fi) Jun 09 00:24:01 vm2405 zed[2014704]: eid=97 class=scrub_start pool='sdd' Jun 09 00:24:04 vm2405...
  14. S

    IO delay

    I upgraded my hosts and removed all SWAP's from the LXC clients and this is the result. Now I wonder if the problem was the code or the SWAP. I'm betting LXC don't like ZFS with SWAP.
  15. S

    "Cloning" - nested Proxmox

    I was trying to clone new Standalone Proxmox installation on KVM by doing a backup to PBS server then restoring that backup as a new virtual machine. Worked quite well. Then I updated /etc/hostname /etc/hosts /etc/network/interfaces and regenerated ssh keys with ssh-keygen -A After reboot I...
  16. S

    Unexpected tunnelin/forwarding attempts after upgrade

    After upgrade this message started occasionally flash on LXC terminals. channel 3: open failed: administratively prohibited: open failed Then after a few seconds it disappears and says something about forwarding but too quickly to see. Remote port forwarding failed to listen on port XXX Oddly...
  17. S

    rsyslog

    I can't seem to get remote logging to work on Debian12 LXC containers. FQDN works on Qemu servers but the same rsyslog.conf file does not give full name from LXC container. Any idea what's going on here..?
  18. S

    Manual installation on Debian 12

    If Debian 12 has been installed with minimal network boot CD/ISO/USB then it probably does not include bridge-utils which is mandatory component to get vmbr bridges to work. Make sure you install it with apt install bridge-utils first then fix these files /etc/hosts and /etc/network/interfaces...
  19. S

    root@pam user and key based authentication

    hmm. I don't understand why root@pam always asks password when I do this: /usr/bin/proxmox-backup-client backup etc.pxar:/etc var.pxar:/var --repository backup.ic4.eu:store1 The backup-client is Proxmox host and should have proper keys to backup server.
  20. S

    virtual_alias_maps

    I have been testing PMG for a while now and I have to say I'm impressed. I like how simple it is to use. There is one thing that it's missing though. You can have finer grained control (than domain level) by putting me@example.com in transport_maps by using virtual_alias_maps. # transport...