Search results

  1. T

    thunderbolt nvme mounting issue

    Not super confortable with linux yet, I have an issue mounting my 4tb thunderbolt nvme ssd. I have the device authorized and seen but the only way I can mount it is via fstab and only after a reboot. If I unmount it after that, I can't remount it until a reboot. not very useful for an external...
  2. T

    Proxmox / Debian 12 LXC / CodeProject.ai / Coral usb TPU : My working setup !

    Taught this could help others as I found it difficult to setup ! I've been using the typical "Proxmox / LXC / Docker / Codeproject" with Coral TPU usb passthough setup but it's been unreliable (at least for me) and the boot process is pretty long. Not super usefull when used with blueiris for...
  3. T

    Realtek 8125B jumbo frame "issue"

    So I have this "issue" I can't figure. I'm trying to enable jumbo frame on my "small" homelab. My proxmox server has a 4 port Realtek 8125B 2.5GBps card. My lan port (enp8s0) is connected to my main switch Tplink TL-SG3210XHP-M2. Jumbo frame is set at 9000 everywhere and the network cable...
  4. T

    snmpd[2644]: systemstats_linux: unexpected header length in /proc/net/snmp. 237 != 224

    I know there is a bug at this time with snmp but I was wondering if there was a workaround or a way to patch this temporarly in order to avoid floodind syslog ? https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/2056257 pveversion pve-manager/8.2.2/9355359cd7afbae4 (running kernel...
  5. T

    PVE sending email notifications on successful backup jobs

    So I have this small issue where pve is sending email notifications when backup jobs are successful even if "On failure only" is checked for the "notify"" field. (and job detail logs confirm this as well with "--mailnotification failure". Also, I get double notifications since one notification...
  6. T

    Issues after opt-in kernel 6.2 / Realtek 8125

    I have 2 proxmox hosts. The first one was installed a while ago and I had to install dkms in order to support my Realtek 8125 4 ports nic card since it was not supported natively by proxmox at that time. The second host was installed more recently and I didn't had to go the dkms way to make the...
  7. T

    Minimizing SSD wearout question ?

    I'm running a zfs pool on 2 Samsung SSD 860 Evo (2TB) in (mirror-0). I've seen that wearout has increased to 7% over the last year. I can't recall how much it was at the beginning of the year and disks were already used in another setup. Now I make sure the disk usage is not really high (I'm at...
  8. T

    Kernel panic ?

    I hate doing so but I tried understanding as much as I could what was going on with one of my hosts and I don't get it. Since a few weeks the host will crash with the following message on screen randomly. Sorry for the poor copy paste, this is from a picture taken on iphone. I really don't know...
  9. T

    Support for xterm.js console by default for specific vm.

    Good day, I've enabled a serial console on a few vm that support it on one of my hosts and I'm able to select and initiate a serial console session on them by selecting "xterm.js" in the right dropdown menu of the web gui but I would like to know if it is possible anyhow to make this the...
  10. T

    Martians attack ! (Lxc containers issues)

    My syslogs logs started getting flooded as soon as I started creating and running containers. The setup I have is nothing complicated, I don't know if that can be related but my main router is PfSense virtualized on that same host. Containers and VM are running smooth except for those log flood...
  11. T

    proxmox running on host with Ryzen Renoir 4750G question

    I use Proxmox to host a BlueIris webcam monitoring system. In order to do AI with the webcam images, BlueIris relies on DeepStack. I can run DeepStack on a vm for sure but I wanted to see if I could get better performances by using the version that relies on GPU to do AI. So I can't get any...
  12. T

    beginner question regarding PBS sync jobs.

    So I've setup a local pbs server at home (pbs1) where my main proxmox setup is (pve1) and a remote one offsite (pbs2) on (pve2). I created a sync job to replicate backups from pbs1 to pbs2 and that works great. Now my question is : In the case I want to do a disaster recovery, involving...
  13. T

    unmounting datastore disk

    Good day, I did follow this thread and created a Remote location that is actually local in order to be able to make a sync job to an external usb disk such as : "Hi, the easiest way of doing that would be to create a Sync Job to a Remote (that is not actually a remote, let me explain). You can...
  14. T

    Updating PVE and PBS from the webgui with a mac/safari (Monterey 12.3.1)

    This is most certainly a Safari bug / issue but I just wanted to see if other had the same issue. When I'm applying updates to my PVE and PBS instances from the web interface, the console gets opened in a new window, I press "Y" to acknowledge the updates and the update process starts. I would...
  15. T

    fingerprint changed notification

    I started getting a few error messages this morning since my backups were failing. After checking, I realized that the fingerprint changed on my pbs servers. That probably happened because the PBS server certificates were updated with the ACME process. 1) Is it possible anyhow that the...
  16. T

    Unable to connect other nodes vm console

    I have this strange issue since recently (don't know when that started) accessing my vms console on my other nodes when connected on the gui from the node1. My cluster has 3 nodes in total and the following is working : -Accessing vm console of node1 from node1 gui (local) -Accessing vm console...
  17. T

    PBS backups in Azure storage

    I'm trying to find an efficient way to store backups in the Cloud using Azure storages. In the cloud, I've setup a container, enabled stfp support on it; on the pbs server I've installed sshfs and mount the storage volume. So far so good. But when I try to add that mount point as a local pbs...
  18. T

    Taking advantage of the "comments" field when doing backups

    Is there a way the content of the field "comment" could follow the backups on the PBS servers ? I used to take advantage of vzdump-rename script when I was dumping my backups locally in order to rename backups the way we like it but this is not working with pbs so I was wondering if you had any...
  19. T

    Clustering and local storage misunderstanding

    I started playing with clustering and my goal is to replicate vms from one node to another while keeping the replicated vm shutdown until needed. No HA here for now. I understand that NFS / ISCSI accessible storages might be required to do so but I'm not there yet since both nodes are using...
  20. T

    Small question of aesthetics ...

    As you can see I installed the dark theme of Weilbyte on github and I am very happy with it. However, I would like to know if there is a way to define somewhere that all dropdown menus are compact by default and not the opposite? On hosts that have a lot of disks it can get confusing for...