Search results

  1. X

    Change api token life

    how i can use with this: https://docs.ansible.com/ansible/latest/modules/proxmox_module.html
  2. X

    Change api token life

    i use https://pve.proxmox.com/wiki/Proxmox_VE_API I create, remove, configure my container and VM with this ... but api token expire every 2 hours. i read "NOTE: Tickets have a limited lifetime of 2 hours. But you can simple get a new ticket by passing the old ticket as password to the...
  3. X

    Change api token life

    Nobody has an answer to this question?
  4. X

    Change api token life

    Token named "ticket". I get this token with this command : curl -k -d "username=root@pam&password=yourpassword" https://10.0.0.1:8006/api2/json/access/ticket
  5. X

    Change api token life

    Hello, it's possible to change api token life ? Thank you.
  6. X

    FreeNAS virtIO/PCI passthrough LACP

    I do not understand why you proposed to make a bond on the host in this case ? do you explain me ?
  7. X

    FreeNAS virtIO/PCI passthrough LACP

    if i add a (fake)mac adress in my bond0, i resolv my problem ?
  8. X

    FreeNAS virtIO/PCI passthrough LACP

    Ok, thanks for this information. What is the best practice for my problem ?
  9. X

    FreeNAS virtIO/PCI passthrough LACP

    I tried to map my bonding from my host to my freenas, here is my performance. root@freenas:~ # iperf -c 192.168.100.151 -P 4 ------------------------------------------------------------ Client connecting to 192.168.100.151, TCP port 5001 TCP window size: 32.8 KByte (default)...
  10. X

    FreeNAS virtIO/PCI passthrough LACP

    Hello, I'm currently virtualizing my FreeNAS to VM on my proxmox. However, I have a problem. These are the tests I did. On proxmox: For debian the LACP is working properly. (network virtIO bonding on vm) For freeNAS the LACP does not work. (network virtIO lagg on vm) Physical machine Same...
  11. X

    VM Template "ovirt agent"

    Thanks for the information, I did not know if it is useful or not :)
  12. X

    VM Template "ovirt agent"

    Hello everybody, I followed the documentation: https://pve.proxmox.com/wiki/VM_Templates_and_Clones which looks back to -> https://github.com/rharmonson/richtech/wiki/CentOS-7-1511-Minimal-oVirt-Template. And I do not understand the used "ovirt agent" which is I think different from "Qemu...
  13. X

    lxc apparmor="DENIED" operation="mount" error=-13

    Thank's, it's work with lxc.hook.pre-start (not lxc.hook-pre-start) Have a good day ! :)
  14. X

    lxc apparmor="DENIED" operation="mount" error=-13

    Hello, I look at my logs, and I notice that. I have a problem on one of my LXC container (he host Openvpn) audit: type=1400 audit(1502146004.740:77): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-container-default-cgns" name="/" pid=15472 comm="(openvpn)"...
  15. X

    pct exec export var.

    ty a lot :) my command : pct exec 302 -- bash -c "IP=$(echo 192.168.2.222 | sed 's/^.*\.\([^.]*\)$/\1/') ; sed -i '/; PTR Records/a'\$IP' IN PTR try1\.lan\. ; 192.168.2.222' /etc/named/zones/db.lan.inv" work's fine !
  16. X

    pct exec export var.

    Hello everyone, I need to do an export of a varibale in a LXC centos containers. After a few tests I notice that the values it returns for this varibale is an empty field. Here is the test that I made : root@srv-proxmox:[~]:# pct exec 302 -- bash -c "TMP=hi; echo $TMP" root@srv-proxmox:[~]:#...
  17. X

    LXC centos DNS

    I found the "problem" with a lxc machine on centos. In dhcp it shares its name with DHCP / DNS all works. In ip static it does not share any info.
  18. X

    LXC centos DNS

    I have no problem with external name. Just local names only on cento containers ; <<>> DiG 9.9.4-RedHat-9.9.4-38.el7_3.3 <<>> google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24957 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0...
  19. X

    LXC centos DNS

    Yes of course . I ping well my dns and gateway For info all my LXC container under debian works correctly. (Same server, same network)