Search results

  1. T

    Problem during Windows 7 installation - error 0X80070570 "uncompress..."

    Are you installing on a IDE drive or a virtio one?
  2. T

    Best Server Backup Software?

    What exactly is wrong with windows backup?
  3. T

    Server disconnected (code: 1006)

    After more investigation, I found that netcat6 was installed on my servers and caused this error. I ran "apt-get remove netcat6" and novnc started working immediately afterwards.
  4. T

    Server disconnected (code: 1006)

    Hi, Can you give any more detail on what you did? I emptied known_hosts on the nodes, but what else needs to be done? Thanks!
  5. T

    KVM has no internet

    Looks like you misspelled the word gateway in your eth configuration.
  6. T

    Linux guest problems on new Haswell-EP processors

    What do you have the processor type set to? Does changing it help?
  7. T

    virtual nas (Freenas?), pve guidelines/best practices?

    Re: virtual Freenas, pve guidelines/best practices? I would read the first link in that post - they constantly preach not to virtualize FreeNAS. I don't understand what is to be gained by adding an additional layer of complexity to your life by running it under KVM. That said, plan to set...
  8. T

    Proxmox with a guest firewall (ipfire)

    And all other VMs and "real computer" should be assigned to vmbr0? -> Yes. oh and i can only access proxmox web internet using vmbr1 and 192.168.0.98 -> All internet traffic would be required to pass through your IPFire instance. How you want to set that part up and who gets access to the...
  9. T

    Proxmox with a guest firewall (ipfire)

    Create a new bridge for eth1, then do not assign a IP to it. Attach the bridge only to your ipfire kvm. auto vmbr1 iface vmbr1 inet manual bridge_ports eth1 bridge_stp off bridge_fd 0
  10. T

    Installing on LSI MegRAID SAS (ServeRAID M1015) , no boot

    I've been using this controller with no problems. Just make sure that the boot drive is located on the first M1015 controller that the BIOS/MB finds.
  11. T

    Missing Feature: Restore to multiple Storage Targets

    In this thread, Dietmar explains that you can run qmrestore from the command line without specifying storage, and it will do what you want. I tested it a few times to ensure it worked. I agree it would be nice to do from the GUI...
  12. T

    VMs on Synology?

    Are you using napp-it? Or just using the command line?
  13. T

    [SOLVED] Windows 2008r2 Server virtion Baloodriver in the powershell

    I would not use the balloon driver on a production windows server, but maybe I'm overly conservative. I noticed it was causing crashes and removed it.
  14. T

    Restore places all containers on same disk

    This is a very old thread, but would it be possible to add this option to the restore menu from the web interface? Maybe call the item "restore to original location"?
  15. T

    ProxMox 3.2 to 3.3, impressions and a problem

    So, this is the proposed solution? 1. Before upgrading, go to each windows VM. Run "wmic csproduct get uuid" from the command line and record the uuid. 2. Go to every windows VM conf file and add this: smbios1: uuid=your uuid from step 1 (config files are stored at...
  16. T

    VM halts on backup

    Can you try backing up over NFS to a linux machine instead? What NFS stack are you running on windows xp?
  17. T

    Understanding what Proxmox does and does not do.

    A lot of progress has been made recently in passthrough,but I think you'll need to load the latest packages from pvetest, and possibly by running the latest test kernel. I guess the question is why use proxmox for this when your lab is written to use esx? I would search the forums for pci...
  18. T

    Using infiniband with proxmox

    I was wondering how you guys are using infiniband? I was going to use it to push backups to a freenas system but that hasn't worked out so far. The freebsd kernel panics with IB enabled. I'd like to use it to handle migration between nodes, there is no shared storage so it can be quite slow...
  19. T

    [SOLVED] Vzdump backups were working, now they're not. Help needed.

    Can you try shutting down your pgsql server before running the backup? I vaguely remember seeing a bug about this on this forum recently.