Search results

  1. U

    Mail Gateway LXC from debian12 to debian13

    Hi, I'm an happy user of the Mail Gateway LXC, installed when it was based on debian12. Now, following another LXC update from debian12 to debian13 for the Data Center 0.9, I'm thinking about also transitioning the MG LXC to debian13. Being a dedicated LXC (I used the base debian12 for DCM...
  2. U

    Is WOL usable with Intel X710 10GbE SFP+ ports in bond?

    Hi, I have an MS-01 machine, and would like to enable WOL on the two bonded Intel X710 10G NICs. The ethtool -s command do not work with an error, and the wol commands do not work either to boot the machine. # lspci ... 03:00.0 Ethernet controller: Intel Corporation Ethernet Controller X710...
  3. U

    Updates refresh only works manually

    Hi, Do not know why, but the updates refresh only works if I run it manually, the automatic refresh always falis: Manual refresh: Automatic refresh: Here is the syslog at the time of the update refresh: Feb 07 05:50:58 dcm1 systemd[1]: Starting...
  4. U

    PVE node stuck

    Hi, I have a pve node on an MS-01 machine, and sometimes it gets stuck: It only responds to some commands, and the VMs but one seem to run (cannot stop/restart the stuck VM). The stuck VM uses a passed through Nvidia GPU. syslog: Jan 30 10:33:09 pve1 kernel: watchdog: BUG: soft lockup -...
  5. U

    Nvme problems on HP elitedesk 800 G2

    Hi, I have a node on a HP elitedesk 800 G2 sff, with a Lexar NQ710 nvme M.2 disk, ZFS. When I stress the disk (local backup for example, but also some operations inside a 150MB VM), it spikes IO delay and disk temp until it loses temporally the connection with the nvme, then it gets back to...
  6. U

    After last update: Cannot open iommu_group: No such file or directory

    Hi, After last update, just one of my nodes throws the Cannot open iommu_group: No such file or directory error. The nodes are different Intel nodes, with integrated gpu, the other two are working fine: Working: Intel(R) Core(TM) i9-13900H Intel(R) Core(TM) i7-8700T Not working anymore...
  7. U

    Misleading mail stats

    Hi, Probably asked before, but can't find a suitable answer. Why are the Statistics: Mail so different from other stats? There are SO MANY more incoming mail than in other stats:
  8. U

    Both timesystemd and chrony not installed

    Hi, Is it ok to have both timesystemd and chrony not installed in a LXC PMG? Thank you.
  9. U

    Task stuck in GUI

    Hi, I have a task stuck in the GUI, the VM is running and already sent new stop/start tasks that finished OK, but the initial task is still stuck in the "running" state in the GUI, how to make it right?
  10. U

    Upgrade problem to 8.2 (6.8 kernel - nvidia drivers)

    Hi, I'm having troubles upgrading to pve 8.2 (kernel 6.8) due to problems compiling nvidia drivers, is there a way to solve? Updating file-restore initramfs... 12685 blocks Setting up proxmox-widget-toolkit (4.2.1) ... Setting up proxmox-kernel-6.8.4-2-pve-signed (6.8.4-2) ... Examining...
  11. U

    [SOLVED] Can't ssh from a single machine

    Hi, I'm trying to debug why I can't ssh from a single machine. pmg: x.x.50.17 machine1: x.x.50.16 machine2: x.x.100.11 machine3: x.x.100.41 All the machines can ping pmg by IP, machine 1&2 can ssh by IP, machine 3 gets: 2024-04-12T15:06:48.196468+02:00 pmg1 sshd[28377]: fatal: Timeout...
  12. U

    Smarthost: Google.com

    Hi, Trying to setup smtp.google.com as smarthost, but it's not working, both with 465 or 587 Logs: 2024-04-10T22:16:28.940850+02:00 pmg1 postfix/smtp[9341]: connect to smtp.google.com[64.233.167.27]:465: Connection timed out 2024-04-10T22:16:28.943577+02:00 pmg1 postfix/smtp[9341]: connect to...
  13. U

    Mailgateway on LXC, proper DNS settings

    Hi, I'm trying to install and setup PMG for my personal hosting, and I need a little help with DNS settings Actual: a VPS with Virtualmin, DNS on cloudflare. Wanted: PMG lxc on PVE, Vitrtualmin VM on PVE. Now I have all of the cloudflare (external) DNS pointing to the VPS: mail smtp imap www...
  14. U

    [SOLVED] Storage space mismatches

    Hi, Sure this is one of the many times this comes up, but I'd need some insight on this. I have a 4Tb SSD that I put on ZFS, to create a Datastore. The datasrtore seems to only be 2.13Tb. Why? Thank you.
  15. U

    [SOLVED] Proxmox Shell for Upgrades logs in wrong directory

    Hi, I'm facing a strange behaviour. I have a 3xNodes cluster working find for month (almost a year and a half), now it begins to have this behiviour: On Node1, when I start the shell from the Updates to Upgrade, it logs in / directory instead of /root On Node2 and Node3 it rightly logs in...
  16. U

    Backup leaves VMs unusable

    Hi, I setup two different daily baclup jobs: 00:30 Internal bkp to a CephFS pool (SAS disks) 01:30 External to a PBS instance Al nights, one or two of my Ubuntu 22.04 VMs (kubernetes nodes) go stale after the first bckup (I think). I find them stale (and have to Stop and Start, as the Guest...
  17. U

    Speedtest Throughput too low

    Hi, I recently updated my internet contract to 2,5G, and I can speedtest up to 0,9G with a CAT6 cable from a 2,5 switch to my 1G NIC on PC. As soon as I connect the same cable to a transceiver on my 10G SFP+ NIC on proxmox server, I begin to get up to 0,5G. Also, I cannot get more if I connect...
  18. U

    Nvme passthrough seen as sdx

    Hi, I'm trying to passthrough a nvme drive (seen as /dev/nvme0n1 from pve) to a vm, but the vm sees it as /dev/sdd. Is there something I'm missing? Will the vm use all of the nvme features? How to make the vm see it as a nvme? Thanks,
  19. U

    Unable to manage backups

    Hi, I'm trying to see if I can manage the backups. It seems I can easily list the snapshots: proxmox-backup-client snapshot list ┌─────────────────────────────────┬─────────┬────────────────────────────────────────────────────────────────┐ │ snapshot │ size │ files...
  20. U

    sse4_2 support in VM

    Hi, I would need to know how to enable sse4_2 support from host to vm. I'm now on a kvm64 cpu for the vm, which flags should I enable to get sse4_2 to work for the vm? Should I migrate to host cpu? Thanks,