Page 23 of 23 FirstFirst ... 13212223
Results 221 to 229 of 229

Thread: Installing QEMU, KQEMU, and DHCP Patch

  1. #221
    Join Date
    Mar 2006
    Beans
    153

    Re: Installing QEMU, KQEMU, and DHCP Patch

    outofnicks

    try what is said in the error

    "To have more space available provided you have enough RAM and swap, do as root:
    umount /dev/shm
    mount -t tmpfs -o size=144m none /dev/shm"

    Code:
    sudo su
    Code:
    umount /dev/shm
    Code:
    mount -t tmpfs -o size=144m none /dev/shm
    Code:
    exit
    and then try running qemu again

  2. #222
    Join Date
    Nov 2005
    Beans
    185
    Distro
    Ubuntu 6.06

    Re: Installing QEMU, KQEMU, and DHCP Patch

    awesome script worked flawlessly

  3. #223
    Join Date
    Oct 2005
    Beans
    58

    Re: Installing QEMU, KQEMU and Patches

    Quote Originally Posted by cristobal151 View Post
    don't work with edgy :
    I can confirm this.. even if I AM root, it won't let me run the install script on edgy:

    Code:
    ERROR: You must run this script as root!


    Z.

  4. #224
    Join Date
    Feb 2006
    Location
    SW Wisconsin, USA
    Beans
    109
    Distro
    Kubuntu 14.04 Trusty Tahr

    Re: Installing QEMU, KQEMU, and DHCP Patch

    Well I had it working good on another install on a different partition, now I tried on a fresh install of Dapper and after almost 2 hours of waiting (I'm on dialup if you didn't read my previous posts) I get this:
    Code:
    Configuring KQEMU...
    No Makefile file present in /lib/modules/2.6.15-26-386/build/ - kqemu cannot be built
    grep: /lib/modules/2.6.15-26-386/build//Makefile: No such file or directory
    Source path       /tmp/build-qemu/qemu-0.8.2/kqemu
    C compiler        gcc
    Host C compiler   gcc
    make              make
    host CPU          i386
    Compiling KQEMU...
    make -C /lib/modules/2.6.15-26-386/build/ M=`pwd` modules
    make: *** /lib/modules/2.6.15-26-386/build/: No such file or directory.  Stop.
    make: *** [kqemu.ko] Error 2
    ERROR: Unable to Compile KQEMU...
    So I try running qemu anyway, what the heck--I had an image prepared with Vector Linux installed, ran great before.
    Code:
    qemu -hda vector.img -boot c -localtime -m 80
    bash: qemu: command not found
    Something went wrong in the install, what could it be?
    Ubuntu server 12.04 on AWS EC2
    Registered Linux user #422217

  5. #225
    Join Date
    Dec 2006
    Location
    Albania
    Beans
    20
    Distro
    Ubuntu 6.10 Edgy

    Unhappy Re: Installing QEMU, KQEMU, and DHCP Patch

    I am runing ubuntu 6.10 (amd64) I did everything that was said in the forum but i cant run the make command:
    $ make
    make -C /lib/modules/2.6.17-10-generic/build/ M=`pwd` modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.17-10-generic'
    make[1]: *** No rule to make target `INSTALL/kqemu-1.3.0pre9'. Stop.
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.17-10-generic'
    make: *** [kqemu.ko] Error 2

    This is what I got, I cant understand what is the problem.
    Please help

  6. #226
    Join Date
    Oct 2004
    Beans
    97

    Re: Installing QEMU, KQEMU, and DHCP Patch

    A can confirm that it does not work on Edgy 32bit.

    Anyone up for the task?

    The biggest problem I have with manually installing and running is that I get this error when running with network:


    EAX=ffffffff EBX=80f5b000 ECX=02a2ffff EDX=02a30000
    ESI=00000009 EDI=80f30880 EBP=80f30880 ESP=f9cda8a4
    EIP=804e20d6 EFL=00010286 [--S--P-] CPL=0 II=0 A20=1 HLT=0
    ES =0023 00000000 ffffffff 00cff300
    CS =0008 00000000 ffffffff 00cffb00
    SS =0010 00000000 ffffffff 00cff300
    DS =0023 00000000 ffffffff 00cff300
    FS =0030 ffdff000 00001fff ff40f3df
    GS =0000 00000000 00000000 00000000
    LDT=0000 00000000 00000000 00008000
    TR =0028 80042000 000020ab 80008904
    GDT= 8003f000 000003ff
    IDT= 8003f400 000007ff
    CR0=e0010031 CR2=ffffffff CR3=00039000 CR4=000006d8
    Unsupported return value: 0xffffffff

    It works fine without kqemu, but is slow.

  7. #227
    Join Date
    Jun 2007
    Beans
    8
    Distro
    Xubuntu 9.04 Jaunty Jackalope

    Re: Installing QEMU, KQEMU, and DHCP Patch

    Guys the installer works perfect for me until it trys downloading kqemu, I recieve the following error;

    Downloading KQEMU...
    --08:50:08-- http://fabrice.bellard.free.fr/qemu/...3.0pre9.tar.gz
    => `kqemu-1.3.0pre9.tar.gz'
    Connecting to 192.168.2.220:3128... connected.
    Proxy request sent, awaiting response... 404 Not Found
    08:50:08 ERROR 404: Not Found.

    ERROR: Unable to download KQEMU.

    I know why this error occurs it is because the qemu people have removed that file, is it possible to change something at my end to sort this problem out?

    The current active file at qemu is ; http://fabrice.bellard.free.fr/qemu/....0pre11.tar.gz

    I managed to workout how the file is being pulled down, but being a total newb, I cannot work out how to make the correct changes to the code..

    Many thanks in advance for your help.
    Foolish
    Last edited by FoolishStar; June 25th, 2007 at 09:21 AM. Reason: Correction

  8. #228
    Join Date
    Jun 2007
    Beans
    8
    Distro
    Xubuntu 9.04 Jaunty Jackalope

    Re: Installing QEMU, KQEMU, and DHCP Patch

    I just stopped being an idiot and looked at the variables used in the config and made changes to the install.sh file to include;

    KQEMU=1.3.0pre11

    Adding this line looks for the newer versions of the kqemu build and then installs perfectly.

    Thanks for not answering and making me look more of an idiot!!!

    Foolish

  9. #229
    Join Date
    Jun 2006
    Beans
    11

    Re: Installing QEMU, KQEMU, and DHCP Patch

    In case it helps anyone else:

    I made the changes below to the install script to install qemu0.9.1 and kqemu pre 11 on Ubuntu 6.06 Dapper on AMD64.
    After making the obvious updates to the version names of qemu and kqemu, I got an "Invalid parameter..." error. I just removed the parm "--kernel-path" and it's building away now.

    Dan


    $ diff install_qemu.sh install_qemu.sh.orig
    11c11
    < QEMU=0.9.1
    ---
    > QEMU=0.8.2
    13c13
    < KQEMU=1.3.0pre11
    ---
    > KQEMU=1.3.0pre9
    206,207c206,207
    < #sh ./configure --prefix=/usr --cc=gcc-3.4 --host-cc=gcc-3.4 --kernel-path=/lib/modules/$(uname -r)/build/ || error "Unable to configure QEMU."
    < sh ./configure --prefix=/usr --cc=gcc-3.4 --host-cc=gcc-3.4 || error "Unable to configure QEMU."
    ---
    > sh ./configure --prefix=/usr --cc=gcc-3.4 --host-cc=gcc-3.4 --kernel-path=/lib/modules/$(uname -r)/build/ || error "Unable to configure QEMU."
    >

Page 23 of 23 FirstFirst ... 13212223

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
  •