Search results

  1. L

    PBS LDAP Issue

    Hello. Since I already have the configuration on PVE I'll just transfer this to PBS and add ldap_passwords.json. Best Regards
  2. L

    PBS LDAP Issue

    Hi, When i try to add LDAP on PBS 3.0 have issue : Could not search LDAP realm, base_dn could be incorrect: LDAP operation result: rc=4 (sizeLimitExceeded), dn: "", text: "": rc=4 (sizeLimitExceeded), dn: "", text: "" Configuration on PBS : Realm : domain.com Base Domain Search ...
  3. L

    OST Protocol Support

    Hi Actually have found this : (Non technical informations about the OST) https://www.oracle.com/technetwork/server-storage/sun-unified-storage/documentation/ost-optimizedup-zfssa-423v2-2194169.pdf https://www.yumpu.com/en/document/read/8930129/data-domain-ost-user-guide-symantec...
  4. L

    OST Protocol Support

    Hi, Do you plan to add support for Protocol OpenStorage Technology (OST) ? Best Regards
  5. L

    LXC Audit Support

    Hi, Im trying to run auditd or go-audit on LXC but have issue with : With auditd : sudo: unable to send audit message: Operation not permitted You must be root to run this program. With go-audit : Failed to flush existing audit rules. Error: exit status 4 Have adding this options but that...
  6. L

    LXC CPU Issue

    Hi, With last update on PVE 7.4 & PVE 8.0 Beta have issue on All CT Debian 10 / Alma 9.2 / Alma 8.8. But same OS with same version in VM is working. My issue is with a software check_cpu for Nagios Suppervision Actually some CT is return a bad result. Example of bad result : Floating point...
  7. L

    Intel I350 T2 Dual Port Rev1

    Currently having changed PCI port because I have 6 available. All cards are detected. Now im use PCI slots 1 & 2 ( PCI 1 is I350 x 2 Ports) + ( PCI 2 is I350 x 2 Ports) In the BIOS all ports are in available state or empty state.
  8. L

    Intel I350 T2 Dual Port Rev1

    So far it seems to be working so I'll keep an eye on it. It's strange that despite all the pci slots I tested only 1 and 2 work. lspci | grep 'Ethernet' 02:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 02:00.1 Ethernet controller: Intel Corporation I350...
  9. L

    Intel I350 T2 Dual Port Rev1

    Hi, Have set NIC on PCI Slot 1 & 2 for test : dmesg https://paste.yunohost.org/qadilinide.go ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo...
  10. L

    Intel I350 T2 Dual Port Rev1

    Hi, im on PVE 7.4-3 with Kernel 5.15.104 Have adding 2 NIC i350 Gigabit but only one is visible on PVE. I tested to swap cards to change PCI ports to change kernel with version 6.1. But I still have only one strange visible map both are visible on Windows PE. Regardless of the PCI port used...
  11. L

    Docker Swarm in LXC

    Hi, Have try to run docker swarm on LXC with PVE 7.3. But have strange issue on my LXC with docker swarm : systemctl status docker -l | grep warning level=warning msg="Running modprobe ip_vs failed with message: `modprobe: WARNING: Module ip_vs not found in directory...
  12. L

    cp: cannot stat '/etc/pve/corosync.conf': No such file or directory

    Hi, You can do : touch /etc/pve/corosync.conf && systemctl restart corosync And you can put back your quorum information. But if your node is alone, not need corosync you can do systemctl disable --now corosync Corosync is only necessary when creating a cluster to have a quorum. Best Regards
  13. L

    Tasks automation via API (maybe using Ansible?)

    Hi, Just for example i send you this piece of code to launch a command on your CTs : #!/bin/bash # List VMs VMID_VM=$(qm list| awk '/[0-9]/ {print $1}') # List CTs VMID_CT=$(pct list| awk '/[0-9]/ {print $1}') # Run Command on CTs pct exec "$VMID_CT" -- bash -c "touch test_$VMID_CT" PS : For...
  14. L

    Sequential backup for VMs/CTs

    Hello, I haven't seen any such addition with PBS 2.3 and from what I've tested the behavior is the same. This involves significant issues on the backup side as soon as we have a cluster or several clusters. The subject is more and more sensitive on my side. If you have any information on the...
  15. L

    [SOLVED] PVE 7.3 with CVE-2022-35508

    Yes I saw that I especially wanted confirmation that everything was OK on the new version. And you were very responsive again thank you.
  16. L

    Tasks automation via API (maybe using Ansible?)

    Hi, i think you can use rundeck directly for that also pct enter or pct execute can help you for that too. Best Regards
  17. L

    Tasks automation via API (maybe using Ansible?)

    Hi, You can look here : https://github.com/liberodark/pve-ansible Best Regards
  18. L

    [SOLVED] PVE 7.3 with CVE-2022-35508

    Ok the package is libpve-http-server-perl I thought it was : pve-http-server apt show libpve-http-server-perl Package: libpve-http-server-perl Version: 4.1-5 Thanks for the additional information
  19. L

    [SOLVED] PVE 7.3 with CVE-2022-35508

    Thank you for this information.
  20. L

    [SOLVED] PVE 7.3 with CVE-2022-35508

    Hi, Have recently updated PVE on 7.3-3 Have try to found pve-http-server but haven't found this package. Can you confirm this CVE is fixed or not affected PVE 7.3-3 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35508 Best Regards