Search results

  1. D

    Openvz migration with nfs fileserver.

    probably this thread is not so interesting but, with the kvm machines all goes ok... 2 pings down and all is ok Diaolin
  2. D

    Openvz migration with nfs fileserver.

    Tested with a shared nfs but the online option does not work. Migrating the openvz machine is all ok but not the Online option The transferred machine stays down... Diaolin
  3. D

    Vzdump exit error 5: found the real problem

    In many cases happens that, during backup, vzdump using snapshot exits with error 5... and the the snapshot partition will not be umounted due to it-s busy state. Locate (updatedb) is the guilty program! It happens that if updatedb is running the mount point can be busy and despite the...
  4. D

    Cluster and quorum....

    Ah, ok now i undestand my trouble. I don't have a quorum disk. But, do you think that is possible to have a quorum disk with two nodes without a dedicated separate storage? Tx
  5. D

    Cluster and quorum....

    two node setup... but when a node is down writing on /etc/pve is disabled
  6. D

    Cluster and quorum....

    Hi, i have two machines correctly seen when they are up and running but, when i start only one of the two and i probe creating a new VM i have an error: Boot: Starting cluster OK Starting cman OK all oK until quorum that obviously says: Waiting for quorum... timed out... [FAILED]...
  7. D

    Once again: PCI passthrough problems

    http://www.linux-kvm.org/page/How_to_assign_devices_with_VT-d_in_KVM Give a try to this document.... Ciao, diaolin
  8. D

    Script before VM startup....

    Ok. i'll write even for 2.0 but for now i'm using the 1.9 version and i'll write it even for it. Another problem is the USB support of kvm 0.15.... it does not work pass'through i intend but this is another thread Diaolin
  9. D

    Script before VM startup....

    ok, next week i'll write this hooks for 1.9... and then... i wrote the hooks for args: and i hope it's possible to add some hooks like this quickly when ready i'll post here the code Ciao
  10. D

    Script before VM startup....

    I know that the VMID.conf file allows to add an args: argument that is passed to kvm Is there a possiblity to launch a script before launching vm? Example: Mkdir /etc/qemu-server/before if a script like VMID.sh exists in that dir it shoud be before at startup of the VM... The problem...
  11. D

    1.9 / USB Passthrough Probs

    For me the downgrade did resolve the problem.... the actual release of kvm 0.15 does not show up the usb 1.x key in the host.... downgrading to 0.14 is ok... Diaolin
  12. D

    Iscsitarget compile error

    Resolved... installed the 1.4.20 version of iscsitarget-source using the squeeze repository apt-get install iscsitarget-source -t squeeze then removed the squeeze repo m-a prepare m-a update m-a a-i iscsitarget ok, now it's ok but... bingo, i've written a script for iscsitarget that...
  13. D

    Iscsitarget compile error

    ARGGGGGGGGGGGGGGhhhh,,,, withouth openvz! Do you know the problem of this compile error? I did install it on Debian amd64 and it compiles with the 2.6.32 kernel witouth errors... not with proxmox Tx
  14. D

    Iscsitarget compile error

    yes, i need iscsitarget, i use it on amd64 and it's very stable and the administration on the fly works like a charm. Is it a big problem? I see only that little error but.. i'm not a kernel guru! :-) I'm working on a mixed solution with openvz+kvm+kvm-nbd mapped disks Do you have a hint...
  15. D

    Iscsitarget compile error

    Anyone has a trick? :-)
  16. D

    Iscsitarget compile error

    Hi, due to my personal need of the module iscsi_trgt i've tryed installing it with the normal debian methods: apt-get install iscsitarget-source apt-get install build-essential compiled via m-a prepare m-a update m-a a-i iscsitarget ERROR: /usr/src/modules/iscsitarget/kernel/config.c: In...
  17. D

    CD/ DVD reader/ writer support in Virtual guest OS

    Re: CD-DVD reader-writer support / USB wireless adapter support in Virtual guest OS in the /etc/qemu-server/ID.conf add a line like this hostusb: 148f:2770 save the file and qm shutdown ID qm start ID then retest lsusb on the backtrack itself... Ciao, Diaolin
  18. D

    CD/ DVD reader/ writer support in Virtual guest OS

    i think you should add it via pci_add but i tested it many times but never woked, for me. Fot the usb... You could use lsusb and get the infos and then add to the config file hostusb: theID example lsusb on my machine Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd Bus 001...
  19. D

    kernel sg module

    Hi, on kernel 2.6.32* i don't find the sg scsi module anymore... disappeared or simply not builded??? Tx. Diaolin
  20. D

    kernel 2.6.32 source.....

    I know but for usb is not so simple... i need hcd.h and hub.h ... and in the headers..... :-(