Search results

  1. P

    ProxMox on a direct attached shared storage system

    Hey Mike, installing with the 1.4 iso worked great! Thanks for the tip. I upgraded from there and now have 1.5 with the 2.6.24-8-pve kernel. I started a thread on any issues I run into while installed on the MFSYS25 system here. The folks who sold the flex server to us recommended two...
  2. P

    Intel Modular Server System MFSYS25 Installation Experiences

    I am starting a new thread to document installing proxmox VE on an Intel Modular Server System MFSYS25. The specs of the server can be found here So Far I tried to install with the latest proxmox-ve_1.5-4627-3.iso but this failed. Here is the debug screen which will hopefully help track...
  3. P

    ProxMox on a direct attached shared storage system

    Yeah that is what install by default with the 1.5 iso. I need to run both openVZ and KVM . I could install from 1.4 iso and then upgrade.
  4. P

    ProxMox on a direct attached shared storage system

    Here is a screen shot of my debug screen:
  5. P

    ProxMox on a direct attached shared storage system

    Hey there, Can you share with me how you installed Proxmox-Ve on the intel flex. I am not geting 1.5 iso image to install keep getting I/0 error sda Were there any changes that you had to make during your installation?
  6. P

    search in forum does not work well.

    Hi Tom, It works great now, just like before!
  7. P

    INTEL Modular BLADE Server Support/ Experiences

    Hi Dietmar, So as I understand it LXC may replace OpenVZ in ProxMox-VE ?
  8. P

    search in forum does not work well.

    Hi there.. nice new look on the forum.. I have noticed that the search functionality does not work as well as it used to. I cannot find the same posts with the search terms I used and get way too many posts which have little to do with my search terms. Anybody else notice this?
  9. P

    INTEL Modular BLADE Server Support/ Experiences

    Hi there, I need some clarification on openVZ containers installed on the intel modular flex server. I read that storage is not supported as the location for these containers and that only KVM works on storage. 1. Would this mean that I would have to store all my openVZ containers locally...
  10. P

    Archiving All Email with Proxmox

    Is there a comparison sheet that compares the Enterprise Gateway and the community version? I am trying to figure out if the community version will suffice for the simple gateway I described in an earlier post. I only need the gateway to send all incoming email to an archive (after spam...
  11. P

    Upgrading 1.3 to 1.5

    See http://pve.proxmox.com/wiki/Downloads I am not 100% sure but I believe if you run apt-get update and apt-get dist-upgrade 1.3 will automatically be upgraded to 1.5.
  12. P

    Proxmox 1.5 Can't login in webgui

    Hi Dietmar, I want to post another issue I encountered in case other users run into the same problem. I ran into another issue after editing away the nfs storage in storage.cfg: updatedb or mlocate would hang indefinitely when it was run manually or via Cron. I was getting this error...
  13. P

    upgrade to 1.5 and no network on debian Appliances

    Ok I feel really dumb! I read this post by Tom from 2008: (I found it by searching for "has no veth interface configured./usr/sbin/vznetcfg exited with error") with Google http://www.proxmox.com/forum/showpost.php?p=1718&postcount=5 after trying to add eth0 in the container with the...
  14. P

    upgrade to 1.5 and no network on debian Appliances

    I ran a test on a new container. created it with bridged mode and it worked fine (same kernel) Then I removed the bridged mode went to venet with ip and saved. Then removed venet and tried to configure veth again and I get the same issue. the settings will not hold and eth0 keeps...
  15. P

    upgrade to 1.5 and no network on debian Appliances

    I changed to the following kernel: 2.6.18-1-pve to see if this would help but still not able to configure a bridged network in the container. current pveversion -v pve-manager: 1.5-5 (pve-manager/1.5/4627) running kernel: 2.6.18-1-pve proxmox-ve-2.6.18: 1.5-4...
  16. P

    upgrade to 1.5 and no network on debian Appliances

    please see previous post again.. I originally had the info from a different machine and now updated the post with the correct info. seems this system did not update correctly. I have have run apt-get update and upgrade and no new updates are available.. what can I do to get the latest update?
  17. P

    upgrade to 1.5 and no network on debian Appliances

    # pveversion -v pve-manager: 1.5-5 (pve-manager/1.5/4627) running kernel: 2.6.24-9-pve pve-kernel-2.6.24-7-pve: 2.6.24-11 pve-kernel-2.6.24-9-pve: 2.6.24-18 qemu-server: 1.1-11 pve-firmware: 1.0-3 libpve-storage-perl: 1.0-8 vncterm: 0.9-2 vzctl: 3.0.23-1pve6 vzdump: 1.2-5 vzprocps: 2.0.11-1dso2...
  18. P

    Proxmox 1.5 Can't login in webgui

    Ok editing the storage.cfg and removing the nfs share fixed the problem. Thanks Dietmar!:) Will there be a fix for this kind of behaviour when an nfs server is down? I would expect that you would still be able to manage the system via the gui when an nfs backup location is offline.
  19. P

    Proxmox 1.5 Can't login in webgui

    If the hint is that the system gets stuck because it is trying to access the nfs server and can't, then the next step would be to remove this storage from the master so the master is not looking for it. I think I can use the pvesm command to remove storage but I need to know what the...