Search results

  1. X

    Change api token life

    Hello, it's possible to change api token life ? Thank you.
  2. 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...
  3. 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...
  4. 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)"...
  5. 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:[~]:#...
  6. X

    LXC centos DNS

    Hello everybody, I have a problem with my LXC container under centos. My DNS does not resolve the name. Conversely on debian LXC container no worries. /etc/hosts 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2...
  7. X

    Problem pct create

    Hello everybody, I create my container with the command pct create. pct create $CTID local:vztmpl/$Template.tar.gz --cpulimit $CORE --cpuunits 1024 --hostname $NAME --memory $MEMORY --net0 name=eth0,bridge=vmbr0,gw=$GWIP,ip=$IP/24,type=veth --onboot 1 --ostype centos --rootfs...
  8. X

    LXC-start command error.

    Hi all, I create / configure / start my container with jenkins. I have a problem when starting (Exemple lxc-start -n 999). my error: lxc-start: lxc_start.c: main: 295 Executing '/sbin/init' with no configuration file may crash the host i think it's juste the default path (-P, --lxcpath=PATH...