Recent content by safranero

  1. S

    Strange situation in Proxmox VE API

    Hello, I'm using "pvesh get /cluster/backup" for obtain ID's of my cluster backup configurations and return the id of backups created. I want to save the ID in my database for manipulating this backup to add new VM, but this ID is generated again after modify any parameter of backup. For...
  2. S

    Network devices in kvm containers

    Hello, I want to migrate OpenVZ containers to kvm containers. In that vps I have configurate more than 1 ip. I saw I can configure manually aliases of an interface eth0 for configure more than 1 ip. eth0:1, eth0:2, etc. But this configuration is manual and I want to use cloud-init. For...
  3. S

    Upgrade vzctl package

    Hi to all, I have a server with Proxmox (pve-manager/3.3-1/a06c9f73 (running kernel: 2.6.32-32-pve)). I thinking in upgrade the vzctl package for test iolimit. set iolimit since 2.6.32-042stab084.3 and vzctl 4.6 it's possible? My complete pveversion: proxmox-ve-2.6.32: 3.2-136 (running...
  4. S

    exists any limit with add ip in container?

    Hi friends, I want add much ips to my container vz, around 800. But when I add the ips to the config file some ips haven't concectivity. Exist any limit to insertion of ips in my container? Thanks so much.
  5. S

    HowTo: Enable console login for OpenVZ Debian containers (V2.2 and later)

    can be a solution, but our clients don't access to the node, I liked use command in proxmox 1.9 /usr/bin/vncterm -rfbport 5900 -timeout 1 -rfbwait 300000 -c /usr/sbin/vzctl enter VMID but is not possible Thanks!
  6. S

    HowTo: Enable console login for OpenVZ Debian containers (V2.2 and later)

    The problem is that we connect to containers from java vnc. Is there any way to open a connection using the command vncterm enter vzctl vzctl VMID instead of console? What should we use to do so? /usr/bin/vncterm -rfbport 5931 -timeout 10 -authpath /vms/105 -perm VM.Console -c /usr/bin/dtach...
  7. S

    HowTo: Enable console login for OpenVZ Debian containers (V2.2 and later)

    Sorry Tom. You are absolutely right. Exist some solution for login in Ubuntu 8? Thanks!
  8. S

    HowTo: Enable console login for OpenVZ Debian containers (V2.2 and later)

    Hi Tom, Yes, I followed the guide but for example, if I download the template from the Proxmox web interface and have the changes made. Anyway, if I do not get work. Not to do The content of tty1.conf is: Thanks!
  9. S

    HowTo: Enable console login for OpenVZ Debian containers (V2.2 and later)

    I followed the guide to enable login in openvz containers. In Debian and CentOS containers everything is correct, but I can not run Ubuntu changes but I follow the steps in the guide. I downloaded the Ubuntu 12.04 Standard template "ubuntu-12.04-standard_12.04-1_i386.tar.gz" has already...
  10. S

    Doubt around status container in proxmox interface

    Okey, the problem is solved. The number increase, is the number of "failcnt" that show in the UBC section of the container. Thank You!
  11. S

    Doubt around status container in proxmox interface

    Hi friends, I am seeing the proxmox web interface when I see the status of a container. I can read the next: running (failure count 500) and the number increases progressively. I read logs of system (syslog) and I don't have nothing. How I can solved this problem? Very thanks. Best...