Page 3 of 12 FirstFirst 12345 ... LastLast
Results 21 to 30 of 120

Thread: Virtualization Ubuntu 9.04

  1. #21
    Join Date
    Apr 2009
    Beans
    4

    Re: Virtualization Ubuntu 9.04

    Quote Originally Posted by Schorschi View Post
    Any one compile KVM-85? Get it working? On 9.04?
    Yes, i get is work with linux distro, but my previous installed WindowsXP can't work, whatever KVM-85 or ubuntu default KVM-84

  2. #22
    Join Date
    Apr 2009
    Location
    Ellensburg, WA
    Beans
    1,441
    Distro
    Ubuntu

    Re: Virtualization Ubuntu 9.04

    I just would like a deb on getdeb of qemu for Ubuntu 9.04 amd64, since there is one for Intrepid of 0.10, but the repos for Ubuntu only have qemu 0.5

  3. #23
    Join Date
    Feb 2008
    Beans
    253

    Re: Virtualization Ubuntu 9.04

    I receive the following error when trying to install VirtualBox in Jaunty from the provided link:

    Code:
    VirtualBox will not start until this problem is fixed. Please consult /var/log/vbox-install.log to find out why the kernel module does not compile. Most probably the kernel sources were not found. Install them (the package name is probably linux-headers-<version> whereby <version> can be determined by 'uname -r') and execute
    
      /etc/init.d/vboxdrv setup
    
    as root.
    uname -r shows 2.6.27-7-generic, but linux-headers-2.6.27-7-generic does not exist in Jaunty.

    What do I do to fix this?

  4. #24
    Join Date
    Oct 2006
    Location
    Australian wine country!
    Beans
    542
    Distro
    Ubuntu Development Release

    Re: Virtualization Ubuntu 9.04

    Having trouble with mouse integration .Tried Sabi's fix, still nothing. Any one got a new way to release the mouse? (9.04 inside PCLOS)

    Tony
    "Frankly Bill ... I don't give a damn!"
    Linux User # 434139
    Using Ubuntu 10.10 on my eeepc and loving it!!

  5. #25
    Join Date
    Jun 2007
    Beans
    37

    Re: Virtualization Ubuntu 9.04

    Having problems with USB and file sharing. I can see the USB devices but they are greyed out so I cannot select them. The same for shared folders if I select 'Devices" on the menu and then "Shared Folders" the share is visible, but it is not available from Windows Explorer.

    I have this all working in 8.04 but not in 9.04. The only configuration suggestion in all the Howtos I have not implemented is the modification to /etc/init.d/mountdevsubfs.sh as there is no commented code block in the 9.04 version.

    Do I need to insert this code block or is there something else I can do.

    I hope someone out there can help me.

  6. #26
    Join Date
    Jun 2007
    Beans
    37

    Re: Virtualization Ubuntu 9.04

    OOPS, sorry guys the problem has disappeared. I rebooted several times while trying to solve this issue, then, when I turned my computer on this morning everything worked.

    I think my computer hates me!!!

    Sorry for bothering you guys.

  7. #27
    Join Date
    Mar 2009
    Beans
    1

    Re: Virtualization Ubuntu 9.04

    I think that it is solved by this post:
    http://bbs.archlinux.org/viewtopic.p...485477#p485477

    Its message are here:
    open-vm-tools-2009.01.21-142982.patch :
    Code:

    diff -aur open-vm-tools-2009.01.21-142982.pristine/modules/linux/vmhgfs/page.c open-vm-tools-2009.01.21-142982.new/modules/linux/vmhgfs/page.c
    --- open-vm-tools-2009.01.21-142982.pristine/modules/linux/vmhgfs/page.c 2009-01-21 00:03:01.000000000 -0800
    +++ open-vm-tools-2009.01.21-142982.new/modules/linux/vmhgfs/page.c 2009-01-22 06:51:20.000000000 -0800
    @@ -864,7 +864,9 @@
    unsigned pageTo = pos + len;
    struct page *page;

    - page = __grab_cache_page(mapping, index);
    +// change this, because of problems with 2.6.28 linux kernel
    +// page = __grab_cache_page(mapping, index);
    + page = grab_cache_page_write_begin(mapping, index, flags);
    if (page == NULL) {
    return -ENOMEM;
    }

  8. #28
    Join Date
    Apr 2009
    Beans
    1

    Re: Virtualization Ubuntu 9.04

    Mouse started working seamlessly between the host and the guest after I installed this in the guest:

    > sudo apt-get install xserver-xorg-input-vmmouse

    and rebooted the guest. Copy/Paste started working after I ran this:

    > vmware-user

    - Sudhanshu

  9. #29
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Re: Virtualization Ubuntu 9.04

    Any have been installed enomalism2 on Jaunty sucessfully ...?

    if yes, post how to thanks...

  10. #30
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Re: Virtualization Ubuntu 9.04

    so... anyone ?

Page 3 of 12 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •