Recent content by Rudi Swennen

  1. R

    Container failed to start

    Have the same issue here: Job for lxc@101.service failed because the control process exited with error code. See "systemctl status lxc@1601.service" and "journalctl -xe" for details. TASK ERROR: command 'systemctl start lxc@101' failed: exit code 1 proxmox-ve: 5.0-19 (running kernel...
  2. R

    proxmox 4.1 bonding not functioning

    Hello, I'm running the latest proxmox and bonding is not functioning. If I reboot the server not bond0 interface is found. I have the following /etc/networking/interfaces-file: auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface eth2 inet manual iface eth3 inet...
  3. R

    Max. nr of containers is 128

    Hello Wolfgang, that would be really nice. Thanks! kr, Rudi
  4. R

    Max. nr of containers is 128

    Hello, I installed a new proxmox 4.1 cluster and tried to install a lot of containers. After ca. 120 containers I got errors. Here (https://github.com/docker/docker/issues/1044) I found I need to boost up /proc/sys/fs/inotify/max_user_instances. For the moment it is 128, would it be possible...
  5. R

    Unable to create new inotify object: Too many open files at /usr/share/perl5 ...

    Hello, I was installing openvpn-as on 70 lxc-servers. On the 10th server that was installing I got the error: Unable to create new inotify object: Too many open files at /usr/share/perl5/PVE/INotify.pm line 388. I installed openvpn-as on the lxc-servers with the command: for i in {100..170} do...
  6. R

    pct destroy 100 .... but CT 100 is still running.

    Hello Dietmar, I use the local storage of the Proxmox4 node. It's a 1TB disk: root@cipher:~# df Filesystem 1K-blocks Used Available Use% Mounted on udev 10240 0 10240 0% /dev tmpfs 66020252 9664 66010588 1% /run /dev/dm-0...
  7. R

    pct destroy 100 .... but CT 100 is still running.

    Hello, in Proxmox 4 beta2 I can destroy a running Debian 8 CT 100 without an error: with pct destroy 100. When I 10 minutes later create a new CT 100 with the Debian 8 template, I get not a new machine/disk but get the "stil running" destroyed CT 100 from 10 minutes ago. Is this normal? Kind...
  8. R

    [SOLVED] Proxmox 4 Beta and AD authentication

    with the following command ssh root@10.30.0.9 tcpdump -nli bond0 not port ssh and not port 8006 and not arp and not stp -s0 -w -| wireshark -nki - I found out that the firewall was active :-s So everything works AD authentication WITH SSL! Thanks for the help!
  9. R

    [SOLVED] Proxmox 4 Beta and AD authentication

    Thanks for the response! Indeed. I made an error. I first had to create the user before he could "log in". Now I see packages send but no "log in" can occur. root@cipher:~# tcpdump -i bond0 -vv port 389 or port 636 tcpdump: listening on bond0, link-type EN10MB (Ethernet), capture size 262144...
  10. R

    [SOLVED] Proxmox 4 Beta and AD authentication

    Hello, is it possible that the AD authentication feature in proxmox 4 isn't enabled/working? I created the same config as my proxmox 3.3 cluster and on Promox 4 Beta I coudn't login on via our AD (identical config and no changes on AD) When I configured AD on proxmox 4 and tried to log in, I...