Search results

  1. E

    signed SSL certificates

    Saved my ass! thank you!
  2. E

    pvedaemon restart with running VMs

    Thanks, Tom. Being "almost" sure is not as safe as being completely sure :-)
  3. E

    pvedaemon restart with running VMs

    Hi all. I'm not sure if restarting pvedaemon will stop my running VMs. Can somebody answer this question?
  4. E

    Problems with OVH NFS NAS

    Mir, NAS is managed, I can't put my hands on it, it's external, OVH just let me see my partition, so I cannot log into the NAS neither see its configuration. That's why I need to guest what is happening to my CT
  5. E

    Problems with OVH NFS NAS

    That's the problem: I have no idea about it, I just have a control panel to authorize IPs but NFS NAS is out of my control :-(
  6. E

    Problems with OVH NFS NAS

    After more than 30 minutes "starting" the CT, I see this processes running on it: # vzctl exec 102 ps ax PID TTY STAT TIME COMMAND 1 ? Ds 0:00 init [3] 2 ? S 0:00 [kthreadd/102] 3 ? S 0:00 [khelper/102]...
  7. E

    Problems with OVH NFS NAS

    This is the startup log: # vzctl --verbose start 102Starting container ... Container is mounted Adding IP address(es): 192.168.0.102 Running container script: /etc/vz/dists/scripts/redhat-add_ip.sh /bin/cp: preserving permissions for `/etc/sysconfig/network.4': Operation not supported /bin/cp...
  8. E

    Problems with OVH NFS NAS

    Hi all. I wanted to make some testings placing a CT inside a NFS share from the OVH's NAS service. I added a new storage ponting to that NAS, it worked right and I made som backup tests, eveything went fine. Then I tried to move a CT to the NAS storage, but couldn't start ir properly, so went...
  9. E

    Error "Parameter verification failed. (400)" scheduling backup

    Thanks, Tom. I was just doing that test as seen in bugzilla's #141 Answer is Yes, I can change compression to "none" *after* backup job is created. I'll leave it that way until bug is fixed
  10. E

    Error "Parameter verification failed. (400)" scheduling backup

    New info: error only happens when selection Compression=none. It won't show that error if selected compression is LZO or GZIP
  11. E

    Error "Parameter verification failed. (400)" scheduling backup

    Hi all. I'm creating a backup job and when I click on "Create" button I get this error: Parameter verification failed. (400) delete: property is not defined in schema and the schema does not allow additional properties Even if I select no VMs, error is generated. I've configured Compression=none...
  12. E

    Move VMs from 1.8 to 2.0

    Thanks, Udo, you're right, I missed that 'small' difference. IO comes from a NFS NAS, I'll take a look, but not sure what I'll get. Thanks again for your post.
  13. E

    Rsync after restore between hosts

    Hi all. I'm (still) migrating VMs from proxmox1 server to a new proxmox2 server I've made a vzdump in old server, scp'ed to the new server and vzrestore'd it. It's working perfectly (thanks, team!), so now let's tweak it :-) Every night, the old server generates a dump for each VM using the...
  14. E

    Move VMs from 1.8 to 2.0

    Hi both. My new server is already up and running. I'm moving some VMs, one of each kind. First, I restored a qemu VM: # qmrestore vzdump-qemu.tar 400 wrong number of arguments qmrestore <archive> <vmid> [OPTIONS] Oops! # qmrestore vzdump-qemu.tar 501 extracting archive '/backup/vzdump-qemu.tar'...
  15. E

    Move VMs from 1.8 to 2.0

    Thanks, Tom, your answer is really useful. In a couple of hours I'll ve moving some VMs into this new server. Great work guys!
  16. E

    Move VMs from 1.8 to 2.0

    Thanks for the confirmation, dietmar Sure I will leave my old server for a month or so ;-) One more question: do I have to pre-create an empty VM in the new server so I can restore backup over it? Or is it possible to create a new vm during restore? In other words, will I be restoring a full VM...
  17. E

    Move VMs from 1.8 to 2.0

    Hi all. I've installed a new proxmox 2.0 machine so I can move all my VMs to the new server and later I will reinstall the old server with proxmox 2.0 My question is: Is it possible to justo copy all backups from the old server and restore them in the new server? Will this work or is there any...
  18. E

    Public and private nic, routing problem

    Hi all. I have several VZ containers inside a proxmox server. Most of them use a private 192.168.0.0/24 network I configure while creating the VM from web gui. All "private" machines can ping each other, that's perfect. One of my VMs was using a public IP, and I wanted it to communicate with...
  19. E

    Reverse proxy for VMs

    Hi, Udo, thanks for your answer. I've tried pound before, but was looking for a cached proxy so it's not valid for my needs. Anyway when I tried pound is was a really quick and easy proxy (maybe even too simple) and worked perfectly ;-)
  20. E

    Reverse proxy for VMs

    Hi all. I'm playing with a Proxmox VE dedicated server. This server has just one public IP, so all VMs are using privated IPs (192.168.1.x) and MASQUERADE on proxmox host. I want to access several name-based virtual hosts in several virtual machines, so I need this configuration...