Recent content by rmoglia

  1. R

    Proxmox VE 4.0 released!

    Is --exclude-path option is avaliable to LXC PMOX4? Exemple of my usage: time vzdump 100 --dumpdir /backups/ --stdexcludes --exclude-path "/var/www/.+" --exclude-path "/opt/.+" --exclude-path "/root/.+" --exclude-path "/var/vmail/.+" --compress 1 I do intensive use of this option because...
  2. R

    Could not access KVM kernel module: No such file or directory

    Re: Could not access KVM kernel module: No such file or directory (same here) root@xray:~# qm start 101 Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory start failed: command '/usr/bin/kvm -id 101 -chardev...
  3. R

    Could not access KVM kernel module: No such file or directory

    root@xray:~# qm start 101 Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory start failed: command '/usr/bin/kvm -id 101 -chardev 'socket,id=qmp,path=/var/run/qemu-server/101.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc...
  4. R

    Xtables GEOIP Support Inside Openvz CT

    Hi folks, I´m sucessfull compile suport for xtables (geoip) on Host. So now how i can add this support inside openvz guests? Any ideas? Thanks.
  5. R

    Backup a KVM machine without disks.

    1) how big is the disk you need to backup with rsync? which kind of data makes the need for it to be so big? Between 100-200 GB 2) which kind of sw/hw/network is behind your best backup storage? (if is a local storage, this are your pve specs, if is a network share, this is youe nas specs +...
  6. R

    Backup a KVM machine without disks.

    I use this method now move a big disk and replace by small file on backup time. But i can do hot backup with machine turned on. :(
  7. R

    Backup a KVM machine without disks.

    I want make a DUMP with VM configurations without disks. Disks is verry BIG so i will use rsync to copy disk across network to a target machine. For openvz i exclude bigdata directories todo a fast dump process and sync big data directories. After that i need ask for a ip block migration...
  8. R

    URGEND BIG PROBLEM: All Containers with veth no start after update Proxmx 3.3

    I just entered on GUI Web Based interface edit vm network interface and save and works fine. :)
  9. R

    install xtables-addons in proxmox

    Solution: #Install Packages apt-get update apt-get install iptables iptables-dev module-assistant xtables-addons-common libtext-csv-xs-perl unzip #After That, Build Geoip Database cd /usr/lib/xtables-addons/ ./xt_geoip_dl ./xt_geoip_build GeoIPCountryWhois.csv mkdir -p...
  10. R

    Debian xtables-addons-dkms Compilation Failed

    Solution: #Install Packages apt-get update apt-get install iptables iptables-dev module-assistant xtables-addons-common libtext-csv-xs-perl unzip #After That, Build Geoip Database cd /usr/lib/xtables-addons/ ./xt_geoip_dl ./xt_geoip_build GeoIPCountryWhois.csv mkdir -p...