Search results

  1. N

    lxc containers have extended permissions - acl by default???

    I am running pve-manager/4.1-2/78c5f4a2 (running kernel: 4.2.6-1-pve) and have a problem with extended permissions (acls) being set by default on containers. This was not the case before. This might be happening after the upgrade to 4.1, but I am not sure. When I create a new container the...
  2. N

    Proxmox VE 4.1 released!

    Hi, just upgraded to 4.1, thanks! Is there a way to limit the number of processes in lxc containers? Is there a replacement for UBC in lxc?
  3. N

    Blank screen on terminal when connecting to VM via serial port

    Got it working by enabling getty on a serial line in /etc/inittab
  4. N

    Blank screen on terminal when connecting to VM via serial port

    I followed this howto http://pve.proxmox.com/wiki/Serial_Terminal I does work partially. When I connect to terminal with command qm terminal 101 while the VM is booting I get all the boot messages. But when the boot messages stop nothing happens. Blank screen and I can not type anything. Any idea?
  5. N

    Howto connect to VM serial console from CLI of PVE host

    https://pve.proxmox.com/wiki/Serial_Terminal
  6. N

    LXC 1.0 released, is now ready as a openvz replacement?

    What about LXD? http://www.ubuntu.com/cloud/tools/lxd https://linuxcontainers.org/
  7. N

    ProxMox web GUI 3.3 with OpenVZ containers get's non usable

    Hi Wolfgang, I tried stopping and killing init. See Below. # vzctl stop 119 --fast Killing container ... command does not respond for hours I find container init with command for i in `pidof init` ; do vzpid $i ; echo -n "$i " ; done ; In my case its pid 30961 I double check with #...
  8. N

    ProxMox web GUI 3.3 with OpenVZ containers get's non usable

    Can I delete the config file of the containe? Will it then be excluded from proxmox web gui?
  9. N

    ProxMox web GUI 3.3 with OpenVZ containers get's non usable

    Hi Wolfgang, I can not stop the container as it is unstoppable/hung/freezed.
  10. N

    ProxMox web GUI 3.3 with OpenVZ containers get's non usable

    Here is the screenshot One of the containers hangs/freezes I can not enter it...and that is the reason proxmox becomes unusable. I know rebooting the server will clear all stuck/zombie processes from the stuck container but this happens on weekly basis and I can not reboot the server every 5...
  11. N

    ProxMox shows 11% RAM usage but top and free -g show 99% usage

    This is how to calculate actual free RAM, use free command to get the values and then add number... free -m 'free' + ('buffers' + 'cached')
  12. N

    ProxMox shows 11% RAM usage but top and free -g show 99% usage

    It seems so my mem i cached :) which is fine according to http://www.linuxatemyram.com/ :) Thanks udo!
  13. N

    ProxMox shows 11% RAM usage but top and free -g show 99% usage

    Hi, I am running ProxMox with OpenVZ Containers for 2 months now and love it. I am having a issue with my RAM usage as free -g command displays 99% usage and ProxMox web interface displays 11% usage. htop program shows displays 11% usage and I know htop calculates buffers and cache with actual...