Ubuntu :: Error -->mkdir -p "/amn/symbian/gcc/sf/adapt/oss+FCL+adapt+qemu.hg/symbian-qemu-0.9.1-12/bin"

May 23, 2011

when i apply this command $ make install --> that for build qemu for symbian in ubuntu i face this error -->mkdir -p "/amn/symbian/gcc/sf/adapt/oss+FCL+adapt+qemu.hg/symbian-qemu-0.9.1-12/bin" mkdir: cannot create directory `/amn': Permission denied

View 2 Replies


ADVERTISEMENT

CentOS 5 Server :: Error: File /usr/share/man/man1/qemu-img.1.gz From Install Of Qemu-img-0.10.5-1.el5.2.x86_64

Feb 6, 2011

When I try this yum install kvm qemu libvirt python-virtinst qemu-kvm I become this error

Transaction Check Error: file /usr/share/man/man1/qemu-img.1.gz from install of qemu-img-0.10.5-1.el5.2.x86_64 conflicts with file from package kvm-qemu-img-83-164.el5_5.25.x86_64

how can I resolve this error

View 1 Replies View Related

General :: After Qemu-img, Qemu Is Not Capable To Detect The C Drive (empty)?

Oct 16, 2009

qemu-img , create any imagerun qemu -fda bootdiskwin98se.img -hda image.imgand No drive C what's going wrong with qemu-img/qemu?

View 3 Replies View Related

Software :: Make Ubuntu Adapt To New Computer / Hardware On Every Boot?

Aug 17, 2010

I have installed an Ubuntu 10.04 LTS distro on a external mobile HDD with 500 GB. I want to use the HDD as a Flash USB, so that I can work with my own OS on every computer I use. I tried to isntall the Flash distributions on the HDD, but they could manage to set the casper file to max 4 Gb, and I want to use the whole HDD. So I installed Lucid Lynx.

The UUID's of root and swap partitions are static, and are written correctly in /boot/grub/grub.cfg, /etc/fstab and /etc/initramfs-tools/conf.d/resume. It runs perfectly most of the time on different computers, but sometimes fails on e.g. reboot. So the question is: Is there anything I can do to make Linux adapt to the new hardware on every boot? Any files to modify or delete?

View 2 Replies View Related

OpenSUSE Install :: Taskbar Won't Adapt To 1024 X 768 Resolution?

Mar 16, 2011

OpenSUSE 11.4 (x86) + KDE 4.6.0 starts up by default in the 1280x1024 screen resolution. Although this is very annoying it can be overcome. But when I change to 1024x768 resolution the Taskbar doesn't adapt to this and the icons bottom right in the system tray can not be seen anymore (they disappear beyond the right side of the monitor so to say).

I have installed the nvidia-gfx-kmp-default graphics driver for my old GeForce card. This problem also occurs with the default, but rubbish, Nouveau driver. In OpenSUSE 11.3 there was no problem at all with the same configuration.

View 3 Replies View Related

Fedora Servers :: Libvir: QEMU Error : Out Of Memory?

Jun 11, 2009

Has anyone seen this error in libvirtd?libvir: QEMU error : out of memoryWhatever it is, I'm pretty sure that's what's keeping my virt-manager from working. There's 12GB of DDR3 on this box, so I really really hope that it's not actually a memory problem. This here is a brand-new whitebox I build just for virtualization on F11. Can anyone here help me make it work?

Edit: This is a 64-bit install. All 12GB are accessible by the OS.

View 4 Replies View Related

Ubuntu :: Does Qemu Run Windows Partition?

Jan 30, 2010

well just wondering, cause i wanted to run sketchup. and gamemaker without having to worry bout rebooting into windows.

View 3 Replies View Related

Fedora :: Create A New VM With Qemu-kvm From Iso?

Jul 27, 2011

After patiently waiting for 30+ hours during install attempts with the "Virtual Machine Manager", I realized that it wasn't going to happen. So then I read about a possibly working version, qemu-kvm How to use this to get a VM install up and going ? For instance, this command appears to begin an install, but where does it actually create a vm image from that?

qemu-kvm -m 512 -cdrom /iso/Fedora-14-i386-DVD.iso

View 5 Replies View Related

General :: DSL QEMU SSH Not Working/

Sep 29, 2010

I am using DSL thru QEMU. I was able to install it to a hard drive image.I started the SSH Service but I'm not able to connect to it from my Win 7 box via putty. I've edited the hosts.allow file to ALLOW external usersI've turned on the 22 port on my win 7 box firewall.

View 1 Replies View Related

Slackware :: VDE Networking In QEMU?

Feb 27, 2011

ive been struggling with this for the past 4-5 days, and finally give up trying to solve it by myself. ive been following the guide here: [URL].. everything works up until i get to the iptables command, when i put it in, i get the following message:

Code: iptables v1.4.10: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. this led me to believe that i did not configure my kernel correctly, so i rebuilt my kernel, building in all the modules that were listed. unfortunately, the only ones that were actually present in the make xconfig were

[Code]...

View 2 Replies View Related

Debian :: Qemu - Windows 7 From Partition - Error ""Ramdisk Device Creation Failed Due To Insufficient Memory"

Sep 8, 2011

I'd like to learn it. So I installed lenny & grub2, after that win7, reconfigured grub2, upgraded to squeeze. All is fine, but I cant start working in Debian as I can work only in Windows. So I decided to use qemu to emulate win7 booting. I have sda1, sda2 for squeeze; sda3 and sda4 for win7. If I try "qemu /dev/sda3" I get disk read error. If I try "qemu /dev/sda" I have grub 2 boot screen and when continue booting win7 I get "Ramdisk device creation failed due to insufficient memory" (as screen on [UR:]). I tried to use m -1024 parameter and got screen with "Windows load files" and reboot to grub2 screen/

View 4 Replies View Related

Ubuntu Installation :: Boot ARM .img Installer In QEMU?

Feb 8, 2010

The Karmic installers for ARM CPUs are .img files that are meant to be written directly to Flash media, rather than .iso files that are meant to be burned to CD.

I'd like to run the ARM port of Karmic under the QEMU hardware emulator. This should be possible, because the .img files are sector-for-sector images of a hard disk drive. But when I try, I get a panic because the kernel can't mount the root filesystem.

I think the problem is that hard drives are provided by QEMU by emulating an IDE controller, whereas the ARM .image files are meant to be run from a USB stick. Those are accessed via SCSI rather than IDE.

Perhaps my problem is that the kernel I'm using with QEMU doesn't contain an IDE controller. It appears that QEMU doesn't provide a SCSI emulation, just IDE. An alternative would be to convert the .img installer file to a bootable CD-ROM image. Is there a way I can do that? Here is my command line:

Code:
$ qemu-system-arm -M versatilepb -kernel ~/Documents/Kernels/ARM/vmlinuz-2.6.28-versatile -hda ubuntu-9.10-desktop-armel+dove.img -m 256M -append "root=/dev/sda1 rw"
It doesn't work to say "root=/dev/hda1 rw" - it still can't find the root filesystem.

View 4 Replies View Related

Ubuntu :: Does Qemu-KVM Not Support Qcow2 Encryption?

Feb 28, 2010

I just tried to create a qemu qcow2 image with encryption:
Code:
qemu-img create -e -f qcow2 foo.qcow2 100G
Formatting 'foo.qcow2', fmt=qcow2 size=107374182400 encryption=on cluster_size=0
It's some time ago I played with qemu, but I think it's supposed to ask for a password.

If I start the image with
Code:
qemu foo.qcow2
it just says 'QEMU [Stopped]' in the popup terminal window. It starts normally without the encryption option on qemu-img.

Is encryption known to be broken? Is this perhaps specific to qemu with KVM patch or to the 64-bit version?
Ubuntu 9.10
qemu-kvm 0.11.0-0ubuntu6.3
Linux wallace 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 x86_64 GNU/Linux

View 2 Replies View Related

Debian :: Upgrade Qemu And Kvm On Repo?

May 26, 2010

how to upgrade qemu and kvm to version 0.12 on repo?

$ sudo kvm | head -1QEMU PC emulator version 0.9.1 (kvm-72), Copyright (c) 2003-2008 Fabrice Bellard
$ apt-cache show qemu-kvm | grep VersionVersion: 0.12.4+dfsg-1~bpo50+1

View 3 Replies View Related

Fedora :: Qemu - Converting VDI To VMDK

Mar 2, 2011

I am trying to convert my VirtualBox hard drives (.vdi) to VMware Workstation format (.vmdk). I found this link [URL] but cannot find the path for qemu-img. I downloaded Qemu Manager v7.0 from [URL]. Please disregard. I found it.
C:Program Files (x86)QemuManagerqemuqemu-img

View 1 Replies View Related

Applications :: Qemu Works - How To Go Widescreen

Sep 20, 2009

Qemu works normally for me, but the available resolutions do not include a widescreen option. Is there a work around or a command line parameter I can add to enable widescreen resolutions?

Host System: Ubuntu 9.04
Guest System: Windows XP

View 1 Replies View Related

General :: Possible To Install RPMs In Qemu?

Aug 28, 2010

Can we install packacges/rpms for example in qemu?

View 2 Replies View Related

General :: Possible To Have Persistent USB Distro Run Using Qemu?

Feb 2, 2011

today I setup a USB drive to use Qemu to boot Backtrack. It was so easy my grandma could do this! My thanks goes out to anyone who worked on the Qemu project!Now, I am wondering, how hard it is to get a distro to run persistently, using Qemu. I would like to have my .bashrc, apps I install, small scripts I write, etc. saved instead of the default bootup each time.

It doesn't matter which distro it is as long as it is Debian based. I did find this thread which I will try later but it sounds almost like I need to boot from USB first... not quite sure. I was hoping I could get further insight from someone before I waist too much time working toward something that will not happen.

View 8 Replies View Related

Software :: Qemu Booting From CD Won't Reboot From CD

May 17, 2011

After I boot from a CD rom in QEMU, trying to reboot within the virtual machine (e.g. doing the "reboot" command at the root shell on Linux running inside), fails. The OS goes through the motions and the virtual machine starts to reboot. But then it cannot get to the CD the 2nd time around. The message I see in QEMU is:

Code:

Starting SeaBIOS (version pre-0.6.1-20100902_143500-palmer)
Booting from CD-Rom...
Boot failed: Could not read from CDROM (code 0003)
No bootable device.

The qemu command I'm running is:

Code:

qemu-system-x86_64 -alt-grab -hda hda.img -cdrom cda.iso -m 1024 -boot d -net nic -net user -redir tcp:19043::22 -monitor stdio

SOLVED: not a QEMU problem at all..installers eject CD media when done and QEMU emulates this action correctly.

View 4 Replies View Related

Software :: QEMU Guest Having No Internet?

Jul 15, 2011

For some reason my QEMU guest no longer can connect to the internet. I have no idea what changed but it was working just a few days ago. I have an Ubuntu host and a debian guest. what I might be missing ?

View 1 Replies View Related

Slackware :: Getting Exception 13 When Use The Latest Qemu-kvm-0.12.3 On 12.2?

Mar 8, 2010

I'm getting exception 13 when trying to use the latest qemu-kvm-0.12.3 on slackware 12.2 w/ stock 2.6.27.7 kernel:

Code:

exception 13 (6b)
rax 0000000000000010 rbx 0000000000008c00 rcx 0000000000006ebe rdx 00000000000c8c00
rsi 00000000f2010000 rdi 00000000000c0000 rsp 0000000000006eb4 rbp 00000000f2010000

[code]....

Google says this has something to do with Intel hardware and the way it handles real mode. run it with -no-kvm, but that's not much of a fix really.. so in the mean time I reverted to using qemu-kvm-devel-88 which works well, but is pretty old.

View 2 Replies View Related

Slackware :: Usb With Qemu-kvm On 13.1 - Permission Denied

Dec 26, 2010

Here's the command:

Code:

gene@bruce:~/.qemu-kvm$ qemu-system-x86_64 -hda vms/ubuntu_disk.img -m 1024 -net user -net nic,model=e1000 -vga std -cdrom /home/gene/.qemu-kvm/ubuntu-10.10-desktop-amd64.iso -boot d -usbdevice host:046d:c50e

And here is what I get:

Code:

husb: open device 4.2
/dev/bus/usb/004/002: Permission denied

View 4 Replies View Related

Ubuntu :: Remove 2GB Virtual Drive Created With Qemu?

Jan 23, 2010

I installed Windows XP on my system using QEMU as a 2GB virtual drive in my home directory. I don't want to have it anymore, however I can't get rid of this 2GB used space with windows XP. I can't even delete QEMU, because the command sudo apt-get remove qemu tells me that package qemu is not installed. (however it is there, works, and is able to start Windows XP as usual).

How can I get rid of this qemu/Win XP and have 2GB of my home folder available again?

View 1 Replies View Related

Networking :: How To Connect OS 'ubuntu 9:10' As Host / With Qemu As Guest?

Jul 16, 2010

how to connect OS "ubuntu 9:10" as the host, with Qemu as a guest.?I can not connect from the host to geust, how to connect??I use Samba to connect the host to the guest.I was able to ping from guest to host, but from host to guest can not ping .. why?

View 1 Replies View Related

Debian Configuration :: Xen - Qemu - Fails To Get Into Gnome

Jan 15, 2010

I've just installed lenny from dvd, and am just settling in. I'm curious about virtual machines. so I've installed xen. With xen comes qemu by default. Now the setup I've recently become familiar with is Suse-11 which is quite slick.In Suse, Yast provides a distribution prepared virtual management section for xen, including an installer. Debian's setup is similar but not a clone. I want to try out the installer. Aside from the differences, debian has a screaming deficit. On booting dom0 in Lenny, if fails to get into gnome, badly. I can tell what's probably wrong, but I need to fix it. Now I'm also a gentoo fan and very practised at posting queries, so here goes.

Debian's config for X is somewhat unhelpful. The xorg.conf just states Configured device and configured monitor for its components. If it expanded on just what the settings were it would help. What I have is a frambuffer driver not loadinf or being implemented.

View 14 Replies View Related

Fedora :: KVM-QEMU With Libvirt Clipboard Synchronization?

Dec 18, 2009

I'm running a Windows 7 guest using Virtual Machine Manager to launch my "console" to the VM. I believe it uses VNC to connect to the console. I'd like to have clipboard synchronization so I can copy from the host and paste to the guest.

View 1 Replies View Related

Fedora :: Can't Create Virtual Machine With QEMU/KVM

Nov 8, 2010

I just install QEMU and virtual machine manager to use virtualization, but virt-manager cannot run properly. I can create a VM, then mount CDROM ISO, startup. With Windows installation, it runs well until format partition step, after that it is disconected and exit with error related to VNC. I dont know why have this problem cause the packages that I installed is from Fedora repo and I think they have been tested.

Here are some infos:

Fedora 14 - kernel 2.6.35.6-45.fc14.i686.PAE
qemu-2:0.13.0-0.7.rc1.fc14.i686
libvirt-0.8.3-2.fc14.i686
virt-manager-0.8.5-1.fc14.noarch

View 1 Replies View Related

Fedora :: Load F15 Along With REL 6 - Qemu Hard Crash

Dec 25, 2010

Anyone familiar with QEMU? I'm attempting to load F15 for testing purposes along with REL 6. This is what happens, all goes well until it is actually starts downloading files to the virtual disk which appears to work until it gets to about 1/2 way completed, then it hard crashes(actually shuts the machine down). Also I had to turn of ACPI because when it is enabled it just hangs the VM altogether. I'm wondering if I should also turn off APIC?

Is there some way of loading a VM in verbose mode or debug mode to see what is happening and maybe causing this hard crash. The log files for QEMU shows nothing other then the normal loading of the virtual machine, its given name, source ISO and things of that nature.

View 1 Replies View Related

Fedora Networking :: Qemu-kVM Setup Vm Using 2 NIC's Are Not Working

Jan 13, 2011

I am facing some strange problem as using 2 nic's on kvm child vm. Secondary interface eth1 is not working on vm but eth0 is working , i am using routing mode, here below details.Platform --> Fedora 13 (for both KVM host and child vm)Start VM using 2 nics support using below command.

/usr/bin/qemu-kvm -M pc -m 256 -smp 1 -name myguest1 -uuid
5dcb91e1 -nographic -monitor
unix:/var/lib/libvirt/qemu/myguest1.monitor,server,nowait -boot c -drive

[code]....

View 2 Replies View Related

General :: Difference Between Qemu-kvm And Xen Virt-manager?

Aug 2, 2010

i heared that both modules are used to create virtual environment for linux, but what are the comparisons between them which differentiate them could you please explain them in brief .

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved