Search results

  1. B

    Trying to Run Slackware 13.7 as guest on KVM

    I am running 1.8 with 2.6.38 kernel. All my guests have been Slackware. However, since I upgraded to 1.8 I cannot boot a Slackware install. Slackware does not see the partitions as /dev/vda. So, after install but before rebooting I 'chroot /mnt' and make modifications to kernel and lilo for...
  2. B

    can not delete storage config

    Your the man! That did it. thanks
  3. B

    can not delete storage config

    Hi, I just installed 1.8 w/2.6.35-1-pve. I created a lvm storage and then realized that I had done it incorrectly. I clicked on Disable but I get an error msg: Error: command '/sbin/vgchange -aln pve' failed with exit code 5 If I try to delete it I get the same msg. Could you tell me what I...
  4. B

    kvm VM won't boot xp

    tom: You're the Man! So, I learned that the disk cannot be scsi but ide instead. It all works. thanks
  5. B

    kvm VM won't boot xp

    tom: thanks. I am using ide based on udo's post. The post above is the 'conf' file showing that. However, it still does not work. Maybe I am doing something wrong but so far no one has pointed out what that might be :-)
  6. B

    kvm VM won't boot xp

    /etc/qemu-server/102.conf ostype: other memory: 1000 sockets: 1 name: win7 vlan0: rtl8139=26:A2:99:64:F9:9B bootdisk: scsi0 scsi0: local:102/vm-102-disk-1.raw localtime: 1 boot: dc freeze: 0 cpuunits: 1000 acpi: 1 kvm: 1 ide0: cdrom,media=cdrom thanks
  7. B

    kvm VM won't boot xp

    udo: thanks. good to hear from you. I tried that once before but will again and post config. Will take me a few minutes.
  8. B

    kvm VM won't boot xp

    alain: thank you for the reply. I only use kvm. I created a vm that uses scsi. I added in hardware a scsi cd. I apply config. I then start vm but get error message that cd is not bootable. It is. the only error message is 'unaligned transfer' in '/var/log/messages' I don't know what else I...
  9. B

    kvm VM won't boot xp

    It installs fine. Just not in kvm VM.
  10. B

    kvm VM won't boot xp

    I tried ide but its worse. It says cd not found. However, scsi says can't boot.
  11. B

    kvm VM won't boot xp

    I running 1.7. I setup a VM with a scsi cd. Inserted dvd and it won't boot. Syslog says nothing. 'messages' says 'unaligned transfer'. dmesg has no error messages. I get the same messages with 'qm start 102'. Could someone tell me what I am doing wrong? thanks
  12. B

    VNC Fails

    g0rt3k: You were right. I tried my wife's windows laptop ( First time I used windows since 1996) and it worked. Re-installed java. I use Sun jdk & jre. Re-installed sun plugin and now it works! BTW, I use firefox+SUN java+linux. Never could get the VNC to work with Chrome. I always get the grey...
  13. B

    VNC Fails

    g0rt3k: Thanks for the info! I am using firefox Sun JRE and JDK Ubuntu OS Yes, I only get a grey screen. thanks again - ProxMox VE v1.7 is what I am using.
  14. B

    VNC Fails

    I have not done anything to the proxmox server. My VMs have been running fine. So, I decided to move VMs to production server and shut them down. I remembered that I needed to add one thing to a VM and started it backup. That's when I found the vnc would not start. I really need to move my VMs...
  15. B

    VNC Fails

    tom: thanks - but already knew that. here is qm with vm running: qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 101 CliqN stopped 2000 50.00 0 102 Community stopped 1000...
  16. B

    VNC Fails

    dietmar: thanks for hanging in here with me. here is qm list ouput: qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 101 CliqN stopped 2000 50.00 0 102 Community stopped 1000...
  17. B

    VNC Fails

    dietmar: thanks - here is output: qm vncproxy 104 unable to connect to socket '/var/run/qemu-server/104.vnc' - Connection refused at /usr/sbin/qm line 149. any ideas - thanks
  18. B

    VNC Fails

    I shutdown my VM's and then restarted them, but VNC is failing. syslog: Jan 31 16:03:45 glenda kernel: tap104i0d0: no IPv6 routers present Jan 31 16:04:13 glenda pvedaemon[2749]: VM 104 vnc proxy failed - 256 Jan 31 16:04:27 glenda proxwww[2794]: Starting new child 2794 Jan 31 16:04:28 glenda...
  19. B

    how to see ports in guest vm

    Udo: thanks for replying. You were right, the ipv6 was the problem. This is the second time you have helped me. much thanks
  20. B

    how to see ports in guest vm

    I'v e been having a problem with running tomcat in vm. Everytime I launch the app server it says it cannot connect due to address already in use. However, netstat and lsof due not show 8080 in use. I ran those commands on host and it doesn't show any port being reserved. It looks as if...