Recent content by maykel535

  1. M

    Proxmox 6 - network won't start

    Thanks for these help. With the command: systemctl mask ifupdown-pre.service Works well. But I don't understand how several months have passed and with the latest version of proxmox the same thing continues to happen ... I imagine they have fixed it for the subscription repositories
  2. M

    Proxmox installation via PXE: solution

    Hi, works fine with TFTP!! With tftp + http not working...I get the error is cannot connect http://192.168.0.33/boot/initrd.img (is accesible, works in my web browser or wget) Thanks for all. I have a questions: 1- TFTP is slow when transfer the image initrd.img of proxmox... Is possible TFTP...
  3. M

    [P] File system Passthrough - or are there other alternatives?

    Thanks for your responso but not works too... root@proxmox:/etc/pve/qemu-server# qm set 104 -args "file=/dev/pve/vm-104-disk-1,if=virtio -fsdev local,security_model=passthrough,id=fsdev0,path=/tmp/share -device virtio-9p pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare" update VM 104: -args...
  4. M

    [P] File system Passthrough - or are there other alternatives?

    qm set 104 -args "-drive file=/dev/pve/vm-104-disk-1,if=virtio -fsdev local,security_model=passthrough,id=fsdev0,path=/tmp/share -device virtio-9p pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare" ipcc_send_rec failed: File too large WARNING: Image format was not specified for...
  5. M

    [P] File system Passthrough - or are there other alternatives?

    How specified the disk drive vm lvm thin? with "-drive file=vm-104-disk-1,if=virtio" ? Do you understand me? qm list: VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 104 homeserver.sytes.net running 5120 32.00 18089 lvs: .... vm-104-disk-1 pve Vwi-aotz-- 32.00g data 83.72
  6. M

    [P] File system Passthrough - or are there other alternatives?

    Thanks. I use the lvm thin for drive disk for VM KVM. How do it? vm-104-disk-1 Thanks again.
  7. M

    [P] File system Passthrough - or are there other alternatives?

    Hi, I like share folder the host with the guest. I follow this http://www.linux-kvm.org/page/9p_virtio: HOST: qm set 104 -args "if=virtio -fsdev local,security_model=passthrough,id=fsdev0,path=/tmp/share -device virtio-9p pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare" cat...
  8. M

    LXC backup not includ /var/log/"service"

    Hi, when I launch backup the LXC container and restore, the vm restored has not folder logs. For example, apache. /var/log/apache2 not include in the backup... Why?
  9. M

    Proxmox 4.3 ubuntu 14.04 network not works

    Hi, I have install proxmox 4.3 with LXC VM ubuntu 14.04 template. All ok, but I restart the vm ubuntu and the network not working... Attach this screenshot: http://imgur.com/a/bVrT9 I have more VMs with LXC and not problem network with these... I try change the ip address but not work. Why?
  10. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    I haven't the proxmox subscription repository. But, the latest iso is 4.2-725d76f0-28 I have this version.
  11. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    I have a latest version. Four days ago... # apt-get update; apt-get dist-upgrade # reboot And: ........ Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded...