Search results

  1. M

    fog.io driver for Proxmox

    How? Does that php client implement the fog.io driver spec?
  2. M

    Vagrant-Proxmox

    I think we'd need a fog.io driver for that to happen. I posted a thread http://forum.proxmox.com/threads/20465-fog-io-driver-for-Proxmox
  3. M

    I note you are in Toronto, we could meet!

    I note you are in Toronto, we could meet!
  4. M

    Installing Proxmox with UEFI BIOS Setting On and Secure Boot Off

    I guess the community could collaborate on a https://www.packer.io/ template - this would allow slipstreaming of whatever needed into the ISO.
  5. M

    PVEProxy constantly needs a restart?

    Traceroute and hardware, I guess. Good luck.
  6. M

    PVEProxy constantly needs a restart?

    Ok I'd meant server. Try some of these: http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch04_:_Simple_Network_Troubleshooting#.VIGHs2t5mSM
  7. M

    Installing Proxmox on a Laptop Partition

    Use https://github.com/mrjcleaver/proxmox-setup to install inside of Virtualbox. The script is a work in progress - you will need to fork it if you are not on a Mac. Create issues for things that you need. In theory you could use the script to install twice and make a cluster. Regards, Martin.
  8. M

    Wikipedia Entry (English)

    Great, thanks. Yes, I had noticed it was previously deleted - I took some effort to reference the other language versions... Fingers crossed!
  9. M

    Wikipedia Entry (English)

    I submitted a draft https://en.wikipedia.org/wiki/Draft:Proxmox_Virtual_Environment
  10. M

    [SOLVED] pvesh set /storage issues

    More haste less speed... wrong IP address. D'oh, sorry.
  11. M

    Why can't this container mount an NFS share?

    So... how do I edit the FEATURES from within the GUI?
  12. M

    Why can't this container mount an NFS share?

    Ah. Perhaps: http://forum.proxmox.com/threads/14259-NFS-inside-Openvz-(again)-and-Proxmox-3-0
  13. M

    Why can't this container mount an NFS share?

    I am trying to mount a NFS share using a container. # modprobe nfs libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not open moddep file '/lib/modules/2.6.32-32-pve/modules.dep.bin' Meanwhile, on the proxmox node: # pveversion -v root@proxmox:~# pveversion -v...
  14. M

    [SOLVED] pvesh set /storage issues

    storageName = 'Backups' exportedMountPoint = '/Volumes/Storage/.../ProxmoxBackups' cmd = "pvesh set /storage/#{storageName} -server '#{ip}' -storage #{storageName} \ -export #{exportedMountPoint} \ -content 'images' -type 'nfs'...
  15. M

    How to install PVE 3.3 on Mac Mini 6,1

    Cool! Thanks for that :) I too have an i7 Mac Mini - I use proxmox in it inside VirtualBox
  16. M

    How to install PVE 3.3 on Mac Mini 6,1

    Can I assume you completely replaced OSX?
  17. M

    fog.io driver for Proxmox

    Fog strives to provide a generalized abstraction to the Cloud - so people can switch from e.g. Dreamhost to AWS to Google to OpenStack. These are all possible today using Fog. http://fog.io/about/provider_documentation.html Proxmox has no Fog driver, which also means it has no Vagrant driver...