Search results

  1. G

    2 identical systems - one has duplicate id's found, other not

    Hy all, I have 2 identical systems, both have 2x CT500P2SSD8 nvme's in zfs config (mirror) for booting and storage of vm's and lxc's. They all have the same firmware (P2CR012). They both have the same motherboard (x470d4u), processor and memory. After opt-in to 6.2 kernel on both systems, one...
  2. G

    lxc passtrough usb zwave stick

    Hy, I have trouble with the following usb zwave stick (passtrough to lxc container with domoticz): 10c4:ea60 Cygnal Integrated Products, Inc. CP2102/CP2109 UART Bridge Controller [CP210x family] I've searched the forum (and google) and followed what other people did before, and added this to my...
  3. G

    lacp bond wihout speed increase

    Hy, On 2 proxmox servers, I bonded 2 network ports (2x1gbps) with lacp, created it in the switch, and created a vmbr on top of it. Both servers are connected to the same switch, I expected a speed increase but it still looks limited to 1gbps when doing transfers between them (fe zfs...
  4. G

    zfs degraded - too many errors - smart ok

    Hy, One of my pools (not a boot pool) is in a degraded state because one the drives has 'too many errors', 39 cksum mentoned, 0 write 0 read. I checked the drive with smart values show nothing. I did a zpool clear, and is now resilvering, and has 155 cksum allready. Any ideas? Thanks in advance...
  5. G

    separate boot zfs and storage zfs

    Hy all, is there any performance win or other advantage with a separate zfs pool for boot and zfs pool for storage (vm, container). Till now i always builded upon 1 zfs pool for boot and storage. Kind regards and thanks for any advice
  6. G

    Recommendation for sata hba

    Hy all, Are there any recommendations for a pci-e card to expand my system with extra sata ports for 3 mechanical hdd's, 8TB each? I know there are sas hba cards who can be reprogrammed into IT mode, but this is probably allready overkill. I also read problems with sata cards with the marvel...
  7. G

    kernel patch - dvbsky s960

    Hy, I don't know if this is the right place to ask for, but asking doens't hurt... There is allready a longer time (months) a problem with the dvbsky s960 satellite tuner under linux. I use a container under proxmox to utilize these tuners (tvheadend). There is a patch available since a few...
  8. G

    targetcli trouble on new proxmox install

    On a new proxmox install targetcli seems not to work anymore as it should. When making blocks in blockstore, i receive 'Could not create _Backstore in configFS'. On certain commands it even crashes: Traceback (most recent call last): File "/usr/bin/targetcli", line 121, in <module> main()...
  9. G

    Warnings via mail: Cron <root@pve> forge_run_job massmail.php

    Since i configured my mail settings correct, i receive a lot of mails with the following message: PHP Warning: require(/usr/share/gforge/cronjobs/../www/env.inc.php): failed to open stream: No such file or directory in /usr/share/gforge/cronjobs/massmail.php on line 31 PHP Fatal error...
  10. G

    Solved: installing dvb tuner

    Hy all, I'm struggling with installing a usb dvb tuner (dvbsky S960) on proxmox, to use it in a lxc container. I read to forum how to to pass trough the device. Everything seems ok, the /dev/dvb/ is available in the container. But tvheadend does not find any tuners. After looking a bit further...