2
votes
2answers
129 views

ttyO ports do not have the good port address on QEMU 1.4.0 running image for beagleboard-xm

I'm running an Linux Image (kernel 3.2.8) for beagleboard-xm on QEMU's 1.4.0 emulator Ubuntu distribution for 13.04. My image is created using Buildroot beagle_defconfig. I added some pkgs to be able ...
3
votes
2answers
75 views

Terminal-based (non GUI) virtual-computer program?

Are there any terminal-based (ie. non-GUI) virtual-computer programs out there? I've been using programs like VirtualBox and QEMU, but they're obviously GUI-based... I was hoping for a virtual PC ...
2
votes
2answers
68 views

Can I have a bridged interface without an IP?

I have 2 NICs: eth0 & eth1 on a host OS which runs some VMs (LXC) under it. The hosts eth0 is connected to a private network and configured as the primary interface. The hosts eth1 is connected ...
2
votes
3answers
443 views

How to access a KVM virtual-machine?

I've created a KVM VM using virt-install. There is an image file in the directory /ssd/kvms. How do I access the virtual machine and turn it on? Do I need to assign an IP address, and if so, how do I ...
2
votes
0answers
661 views

PCI passthrough with Xen

I am trying to run Windows XP in a Xen DomU virtual machine with a PCIe device, for which there are no Linux drivers, being passed through from a Debian Squeeze Dom0. My hardware supports ...
3
votes
1answer
300 views

Does quiesce exist for Linux?

Quiescing a file system allows you to make a backup of the database while it is still running and other programs and their data as well. The application generally needs to be notified of the quiesce ...
0
votes
1answer
59 views

Where to find info on how to set up a vm in redhat 7.2

I have a RedHat 7.2 server that was set up by someone else long ago as an e-commerce server. It is still in use for that purpose and I dare not make significant changes to it as my Linux-fu is weak. ...
92
votes
16answers
16k views

Any reason NOT to run Linux in a VM all the time?

I've switched to using Arch Linux for most of my day to day work and don't need Windows for anything but gaming and the couple of apps that aren't ported to Linux like OneNote. My Linux distro is ...
6
votes
4answers
904 views

Lightweight isolated linux environment

I want an isolated (guest) Linux environment on my computer that I can mess up without worrying about the host. E.g. install a lot of stuff from source without package management, pollute environment ...
0
votes
0answers
26 views

How to access the data stored in guest operating system(i.e Virtual machine) from Host system [duplicate]

Possible Duplicate: Share memory between a virtual machine and the host I wanted to access the data stored in virtual machine from my host machine. I know that each VirtualMachine will have ...
2
votes
0answers
124 views

VirtualBox appliance import locks up system

I have a Windows Vista x64 appliance that I am trying to import into the Open Source Edition of VirtualBox on Linux Mint 11 x86-64. The ovf file is 21.3 GB in size. The problem I am having is that ...
2
votes
1answer
277 views

Will VMX cpu flags increase the speed of virtual machine software , like VirtualBox?

On some CPUs, if I run grep vmx /proc/cpuinfo, I can see a vmx flag under the features entry. Will this feature speed up virtual machine software like VirtualBox?
4
votes
2answers
287 views

Can libvirt check if virtual machine is fully booted? Can another tool?

I currently have small VM to do certain tests (it has multiple benefits - like testing on another distribution, Fedora 15, as well as running make distcheck without the problem of polluting /). ...