Search results

  1. E

    External VNC viewer?

    For Safari all you need to do is edit /usr/share/pve-manager/root/qemu/vnc-direct.htm and change: $out .= "<APPLET id=vncapp CODE='VncViewer.class' ARCHIVE='/vncterm/VncViewer.jar' width=640 height=480 vspace=0 hspace=0>\n"; to $out .= "<APPLET id=vncapp CODE='VncViewer.class'...
  2. E

    Mac Mini Server 4.1

    I have been trying to install Proxmox VE on one of the new Mac Mini Server models (4.1) Ran into a few problems, the kernel that is required is 2.6.35 or later. I manged to get Proxmox VE running on it under the daily snapshot of Ubuntu Maverick server version with the kvm virtualization option...
  3. E

    Update coretemp.o for Intel Atom support?

    Odd, I have a CentOS machine on an Atom 330 and sensors works fine, here is the output, perhaps it may help - Ernie. 2.6.18-164.6.1.el5 #1 SMP Tue Nov 3 16:18:27 EST 2009 i686 i686 i386 GNU/Linux $ sensors smsc47m1-isa-0680 Adapter: ISA adapter fan1: 0 RPM (min = 1280 RPM, div = 4)...
  4. E

    Update coretemp.o for Intel Atom support?

    I didn't think an Atom 330 would do virtualization without vmx support! Have you tried installing the lm_sensors package to see what that picks up? apt-get install lm-sensors - Ernie.
  5. E

    KVM FreeBSD timing

    I ran the apt-get update/dist-upgrade for Proxmox which installed the later 2.6.24-9-pve kernel, and rebooted, the problem seems to have cleared. Just testing to be sure. - Ernie.
  6. E

    KVM FreeBSD timing

    I am getting a similar problem with FreeBSD 8.0-RELEASE as a kvm guest using full virtualization. Sleep 1 takes 3 seconds. If you do a ping -c 10 localhost it takes 3 sec between pings instead of 1 sec. Overall the FreeBSD command line is sluggish to respond. Something is wrong with the timing...