Search results

  1. S

    Required SSH settings

    I recently upgraded from Bookworm to Trixie and I didn't think that replacing my sshd_config with the distribution release would cause a conflict (naive I know, and yes, it probably said in the documentation not to replace it but I assumed ciphers would be updated etc). Then I came across this...
  2. S

    e1000e nic hangs in 6.17

    I'm finding that one of my cluster nodes appears greyed out every so often since upgrading from bookworm to Trixie. I need to try earlier kernel versions but just wondered if anyone else has come across it ? When I look on the console the machine is up and running. proxmox-ve: 9.0.0 (running...
  3. S

    proxmox metricserver uptime as float rather than int

    Hi, I happened to look at my influx logs and noticed the following error occurring: ts=2022-11-03T15:52:15.241668Z lvl=info msg="Failed to write point batch to database" log_id=0dwTt70G000 service=udp db_instance=udp error="partial write: field type conflict: input field \"uptime\" on...
  4. S

    Adding memtest, gparted, clonezilla

    Hi, Given the changes that proxmox makes to grub running does anyone know the process to add more entries to the grub menu please ? I tried grml-rescue to no avail. Your help would be appreciated.
  5. S

    Best terraform provider ?

    Hi, I'm interested in doing some terraform with Proxmox. As far as I can see, the most maintained and up to date provider is https://registry.terraform.io/providers/bpg/proxmox/latest located at https://github.com/bpg/terraform-provider-proxmox Does anyone know if there is a better provider...
  6. S

    proxmox cluster live migration hooks and xxx.conf files

    Hi, I use exec-cmds pre-start to mount virtio from an nfs share. I am finding that when I do a live migration the 106.conf does not exist on the node at the point that I need it ? 19:53:08 Action phase: pre-start /mnt/pve/NFSShare/snippets/exec-cmds: line 46: /etc/pve/qemu-server/106.conf: No...
  7. S

    acme query

    I got namecheap to work in Proxmox 6.x but now, on proxmox 7.x it does not seem to work. This leads to the following questions: - How do I enable debug for ACME ? I'm pretty sure letsencrypt is good, I believe the query to my DNS provider namecheap is failing but the logs say nothing about...
  8. S

    Newb question about ZFS/CEPH etc

    Hi, I'm playing with a small home lab. I would like to use ceph to ensure that I have replicated vm's for reduncancy. I have 2 servers , each with 1 HDD. The first server (HP microserver) with 16gb ram has been running Proxmox for years, hand cranked from Debian running LVM on a 500G SATA...
  9. S

    Query/feature request Qemu args

    Thank you for all your work on Proxmox. It is my view a design/architecture requirement that each line within the VMID.conf should be shown somewhere within the GUI even if it is read only (vmgenid for example). This would help to ensure that all the settings can be checked by admin staff...
  10. S

    QM args in GUI

    I did a quick search, but apologies if this is a duplicate. If I create a machine using qm and pass through args where is this shown in the GUI ? I can't find it anywhere to add/modify/remove Cheers
  11. S

    Virtio network driver checksum offload udhcpc

    Hi, I'm hoping for some wisdom from people smarter than I am. I have a proxmox host which is also running DNSmasq for both the local network and Proxmox guests. I've been using the proxmox guests to trail PXE boot using tftp/http and NFS. All has been going well until I tried SystemrescueCD...
  12. S

    How to verify disk move and a sparce LVM question

    Hi, I restored a .tgz from an older version of Proxmox on to local storage. I then moved it to local-LVM but it appears I forgot to tick the 'delete source' option. This made me wonder. I can get an md5sum of the .raw file easilt enough, but please can someone tell me how I go about getting...
  13. S

    Newbie question

    Hi, I have a working Proxmox install on a corei7 based PC, which works brilliantly, thanks ! ....however (you knew that was coming). I've just bought 6x2TB disks that I'd like to RAID, and share via NFS/SAMBA as well as doing DNS, DHCP etc. My thoughts were that I could combine the boxes and...