Search results

  1. P

    Java certificate exception when connecting via VNC

    Yes, it turned out to be a java issue. I tried on my other laptop and it was fine. I think I need to reinstall on my primary laptop as I think Vista is in a very sad/sick way.
  2. P

    Java certificate exception when connecting via VNC

    I'm trying to set up a new server via KVM. When I click on "open VNC console" or the Monitor tab, I get the following java errors (truncated so it doesn't exceed the posting limit of 10000 characters): java.io.IOException: Invalid keystore format at...
  3. P

    openvz VM's very slow to start up

    CT105 is one of the smaller ones # df -hi Filesystem Inodes IUsed IFree IUse% Mounted on simfs 104M 4.7M 99M 5% / tmpfs 2.7M 2 2.7M 1% /lib/init/rw tmpfs 2.7M 3 2.7M 1% /dev/shm When...
  4. P

    openvz VM's very slow to start up

    There's only one container that has a large number of files. All of the openvz containers are <100GB.
  5. P

    openvz VM's very slow to start up

    I set DISK_QUOTA=no VZFASTBOOT=yes in /etc/vz/vz.conf and they all (8 VM's) came up in less than 60 secs.
  6. P

    openvz VM's very slow to start up

    I've just upgraded to PVE1.3 running on an IBM x3650. The server boots up reasonably quickly, but the start up of each openvz host (via /etc/rc2.d/S20vz start_ is taking around 10 mins each. I notice the command it's running is vzquota, eg: /usr/sbin/vzquota on 105 -r 0 -b 73400420 -B...
  7. P

    Number of processes on a proxmox box.

    Depends on your hardware, ie: CPU, Memory etc. 400 Processes is not that many on modern hardware. I run proxmox on an IBM xseries box with 8 openvz and 2 KVM containers and has around 700-800 processes running and has plenty of spare capacity.
  8. P

    Survey: Screen size for the Proxmox VE web admin interface?

    Even though I run dual monitors with screen resolution of 1920x1200, I find the PVE interface is pretty uncluttered and simple, so I don't think it would really benefit from using more screen real estate.
  9. P

    proxmox download mirrors

    Any progress on getting proxmox download mirrors setup? I'm located in New Zealand on a major backbone and downloading images from download.proxmox.com is really painful. It took me three days to download the Drupal appliance as it the download connect kept timing out and when it was...
  10. P

    Java console not working

    Where are you supposed to allow ports 5900-6000 on? Those ports are enabled on my firewall and there is no firewall at the end of the ssh tunnel. Is VNC supposed to be running on each of the VPS's? I can't see anything running on those ports. In FF3, I have Java Plugin 1.6.0_07 for Netscape...
  11. P

    Java console not working

    I'm running PVE 1.0 and when I click on the "Open VNC Console" link, I get a browser popup, but the contents are empty. I get the same behaviour with FF3 and IE7 on Windows. I should also mention that I'm connecting via an ssh tunnel to port 443 on the PVE server. I have read the thread...