Search results

  1. C

    FreeNX

    Hi, atm I just oopy my NXServer Appliance but it would be nice to have something like a basis NXServer oder Linux Terminal Server. It would also be cool to use VNC inside it for Presentation. By now, I use a Gnome Desktop Environment and connect via NXClient, then I hand over the VNC Session...
  2. C

    KVM Linux instance eating up RAM

    hi tom, i always use top or /proc/meminfo this process is the problem child: 12968 root 20 0 1120m 1.0g 1256 S 2 25.8 802:40.22 kvm
  3. C

    KVM Linux instance eating up RAM

    oh sorry, i was talking about RAM.
  4. C

    KVM Linux instance eating up RAM

    Hi, i really love the OpenVZ templates, but i have several KVM instances running both with windows and linux. For linux i choose KVM when it comes to encrypted file systems or VPN. But my main Problem is a 1 GB OpenSUSE KVM installation (don't blame me, blame the client) that is really using 1...
  5. C

    ERP vm

    i did it and they are somehow interested but point to their exisiting appliance to use and convert them. the installation is quite complex, i am not certian if i can handle it using dab. another approach might be to develop an migration script for parallels images, because they also use openVZ...
  6. C

    DNS Management

    you got me, i use routed ;)
  7. C

    DNS Management

    Hi, it would be nice, to have a simple dns config on the proxmox host. for example add all hostnames configured in the webinterface in the /etc/hosts file and then use a service like dnsmasq. now it would be simple to use the proxmox server as a subdomain dns manager. for instance...
  8. C

    ERP vm

    Hi, it would also be nice to have a ERP instance like OpenBravo, Adempiere oder Compiere, because they are always hard to setup. Maybe these projects are willing to contribute, because they offer vmware images themself. edit: there is a qemu appliance available for OpenBravo...
  9. C

    Put ISO onto USB flash drive?

    http://www.proxmox.com/forum/showpost.php?p=4761&postcount=10
  10. C

    Put ISO onto USB flash drive?

    I normally solve this with http://lubi.sourceforge.net/unetbootin.html But in this case (proxmox) i used a modified installer, posted in some other thread
  11. C

    Trac

    ok, then i will wait for comments and for your template builder.
  12. C

    Trac

    Hi, i would like to see a trac Container, because it is always a s*tload of work to have it up and running with all features. I do not like gforge, because it is overloaded and bugzilla has a lack of features. What features/hacks would you like to have in such a container if i do a template myself?
  13. C

    Installation from LiveCD

    Solved here: http://www.proxmox.com/forum/showthread.php?t=893
  14. C

    ftp backup

    Hi, has someone sucessfully backed up proxmox to a ftp storage? i tried a FUSE mount, but the webinterface does not back it up this way and the vzdump script hangs after a while. i think it is a incompatibility with the ftp mount, but the provider does not provide a sshfs share. how can this...
  15. C

    Installing from packages on a live Etch system

    the installer has been successfully modified to be installed from a live system / rescue system. remind me in a couple of days and i will post it.
  16. C

    Installation from LiveCD

    i would also recommend to leave serverloft ;)
  17. C

    fixed tap device

    no, i just wanted to get into the internal NAT'ing auf KVM devices, where you geht IPs from 10.0.2.15 My problem is that i have to use routed networking, because other MAC addresses get discarded. so it would be really nice to use KVM Nat inside Proxmox and somehow automate NAT'ing from...
  18. C

    fixed tap device

    when you get a limited number of IP addresses you have to swallow the bitter pill
  19. C

    fixed tap device

    i am also interested to have an automated routed setup for KVM Bridges. 1. You could avoid unknown MAC addresses in a hosted setup 2. You could save IP addresses by just NAT'ing the requested Services 3. You would save administrative tasks and avoid failures in the firewall config It would...
  20. C

    Text-based version of "proxinstall" script

    It would be a very nice feature to have it also text-based for the following reasons: you could choose a text install in the grub menu of the live cd. This would make it possible to install via a serial console (Many hosting providers do not offer KVM over IP). it would also be nice to start...