Search results

  1. U

    Trap error on e1000 network adapter

    Hi, Sorry for getting this up again. Should I also add the post-up line in every vlan I create on the vmbr0? Should the post-up under vmbr0 (and single vlans) be referinmg to vmbr0 (or specific vlan?), as I still see the offload = on for the vmbr0? Thank you very much. auto lo iface lo inet...
  2. U

    [SOLVED] Proxmox cloud-init not working on Ubuntu 24 Server/Desktop

    Hi, Trying to setup cloudinit for ubuntu 24.0.4.1, seabios. No way to make it work, both IDE and SCSI for cloudinit disk.
  3. 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:
  4. 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.
  5. U

    VFIO_MAP_DMA failed: Invalid argument

    Hi, Having the same problem with up to date kernel and new MS-01 iGPU: Sep 14 19:47:14 pve1 QEMU[42664]: kvm: VFIO_MAP_DMA failed: Invalid argument Sep 14 19:47:14 pve1 QEMU[42664]: kvm: vfio_container_dma_map(0x60c21eef7870, 0x383800000000, 0x10000000, 0x71b868000000) = -22 (Invalid...
  6. U

    Task stuck in GUI

    Yes, I have. It stays in "please wait" for some time, then exits like it should have stopped, but it does not. I should say that the very same action can be re-initiated without any problem while the old instance keeps "running".
  7. 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?
  8. U

    Upgrade problem to 8.2 (6.8 kernel - nvidia drivers)

    Hi @dooferorg I went through the new patch for 535.161.05, the driver compiles, I see the GPU in nvidia-smi, but nothing shows in mdevctl types. The nodes still on 535.129.03, kernel 6.5 work flawlessly. I hope my P2200 didn't get completely dropped (it gets seen as P40 from guests in 6.5...
  9. U

    [SOLVED] intervlan ssh connection gets closed

    You should only have ip(s) for mgmt and internal vlans on pve, or properly use linux vlans to tag them
  10. U

    Upgrade problem to 8.2 (6.8 kernel - nvidia drivers)

    /var/lib/dkms/nvidia/535.129.03/build/make.log DKMS make.log for nvidia-535.129.03 for kernel 6.8.4-2-pve (x86_64) Wed Apr 24 18:29:57 CEST 2024 make[1]: Entering directory '/usr/src/linux-headers-6.8.4-2-pve' warning: the compiler differs from the one used to build the kernel The kernel was...
  11. 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...
  12. U

    Mailgateway on LXC, proper DNS settings

    Hi, Thank you very much for your insight! I think ports 465 and 587 should point directly to the mailserver, not pmg, or I can't send from clients (pmg only listens to 25 and does not manage auth?) I have quite a good setting now, I think, with also a double redirection. MAIL(25)...
  13. U

    [SOLVED] Can't ssh from a single machine

    Uh, just rebooted both machines... probably something in ssh cache or what
  14. 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...
  15. 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...
  16. 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...
  17. U

    [SOLVED] Proxmox Shell for Upgrades logs in wrong directory

    Ok, Thank you for the insight, I found out it works different if I update a node I'm directly connected to on GUI (node1) or not (node2): pstree -a -p -g|grep -A2 termproxy | | `-termproxy,2386260,2386259 5900 --path /nodes/pvenode1 --perm Sys.Console -- /usr/bin/pveupgrade --shell...
  18. U

    [SOLVED] Proxmox Shell for Upgrades logs in wrong directory

    It actually does what it must do: run upgrades, so no actual problem. I'd like to understand why it is so, and it is so on just one node, to prevent/solve moments in which it could be a problem (say it begins doing it on normal GUI shell, and not reading env settings from the right dir).
  19. U

    [SOLVED] Proxmox Shell for Upgrades logs in wrong directory

    Hi, any one know where I can see or change the directory where the Upgreades shell starts?
  20. U

    [SOLVED] Storage space mismatches

    Ok, I found out zfs-auto-snapshot was installed and configured! Uninstalled and cleared all snapshots, also my vpe nodes had that package installed and configured, also cleared them. Thank you very much for helping me finding out the hidden setting!