5
votes
1answer
132 views

Running one OS per core

I'm interested in using a COTS board like the Wandboard for a project. On one hand I'd like to use something like Ubuntu for user interaction, sounds, TCP/IP stuff, etc. But I also need an RTOS like ...
3
votes
2answers
62 views

How to add a ms-dos partition table to a loop device?

I recently made a dd from a disk partition. I want to use it as a disk in a virtual machine. I can't because the disk has no partition table. Can I had a partition table to a loop device? how? ...
0
votes
0answers
105 views

Partitioning for Citrix Xenserver 6.1

How should look the partitioning of a 1TB hard drive for a dedicated server running Citrix Xenserver 6.1 ? mount: / ext4 ?size? swap swap ?size?
1
vote
1answer
102 views

vmstat on virtual machine and large values

Hi I'm using vmstat to track machine performance during some tests (jmeter). This is virtual machine running on a big machine where lots of other virtual machines are installed (about 20 virtual ...
0
votes
0answers
80 views

How to assign an IP to a Xen VM using the xm config files?

I was just wondering how to assign an IP to a Xen VM using the xm config files? Here is my config file currently, I don't think this is how I should be assigning IP's? name = "test.ks" builder = ...
1
vote
0answers
58 views

list of vitualization technology that run on linux [closed]

We decide to select a solution for virtualization. Is there any benchmark for comparing them by eachother? I have list of vitualization technology that run on Linux
4
votes
1answer
269 views

Openstack for home cloud hosting

I am experimenting with a couple of technologies that I soon may have to use at work. So for now, I was thinking about duplicating the environment which I may have to create for my office at home so ...
1
vote
0answers
161 views

Configure vmware-tools without an initrd image?

Is it possible to run vmware-tools without an initrd? I don't know why I should use an initrd and it makes my kernel compilation more complicated. I can boot into my kernel without initrd but when I ...
1
vote
1answer
907 views

Bridging ethernet interface

I have a server with 4 public IP's. I have it with this configuration and I want to bridge the interface eth0 for using it with KVM: So, I have 3 IP's (A.B.C.144, A.B.C.145, A.B.C.146) and another ...
2
votes
1answer
254 views

Running a query without the OS cache

I want to emulate a client site who doesn't have much caching because they have so much I/O all the time. I want to run a SQL query on my machine (on my VM to be precise) with the same limitations ...
4
votes
2answers
359 views

VM benchmark tools?

I would like to benchmark of few XEN-constallations: PV DomU HVM DomU with PV network and disk drivers HVM DomU with emulated IDE and PV network The base will be the same VM with the same ...
5
votes
4answers
831 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 ...
3
votes
3answers
306 views

Problem with mount namespaces under Fedora

I've run into an odd problem regarding mount namespaces on Linux. I have two systems, both X86_64 running kernel 3.2.3-2 under Fedora 16. I am attempting to mount a tmpfs filesystem in a child ...
3
votes
2answers
925 views

Fast X for LXC guest on localhost?

How can I run X apps inside an LXC container efficiently? ssh -Y guest is too slow - there is no graphics acceleration with ssh -Y - everything has to travel over the virtual network with the ...
7
votes
1answer
417 views

Lightweight virtualization on Linux with user isolation

What Linux-on-Linux virtualization technologies provide user isolation? Specifically, I want root in the virtual machine not to have any privilege on the host. This was not the case for LXC, but was ...
5
votes
8answers
1k views

WebGUI for Virtualization?

Are there any virtualizations that can be accessed via a WebGUI too? I mean the administration part is enough on a terminal, but we need a virtualization/webgui solution for "customers". So that ...
0
votes
2answers
150 views

A reliable and free way to use Linux on Windows, multiprocessor and x86_64

I need a reliable and free virtual machine to run Linux on Windows, multiprocessor and x86_64. I need a good environment to compile and run ffmpeg and libvpx. I have used Mint Debian under Virtual ...