2
votes
2answers
71 views

Install the same 64-bit packages as a 32-bit Xubuntu installation

I have been using a virtual machine (Xubuntu 12.10, with VMWare on a windows host) for all my programming work, which I am trying to transition from a 32-bit install to a 64-bit install. I am hoping ...
2
votes
1answer
192 views

Everything works except Fedora

I'm taking an Operating Systems class online for college. It requires us to have a copy of Fedora 13, provided by our instructor, running on a virtual machine. On my machine, it boots to a message ...
1
vote
2answers
679 views

Why doesn't eth0 get an ip address when set up in a bridge?

I'm trying to understand how dhcp for IPv4 is used with bridging. eth0 is configured to be in br0. This is working just fine but only br0 gets a dhcp lease, while eth0 doesn't. Both are configured ...
2
votes
1answer
178 views

Make box only communicate on lan only?

I am running a VM with Debian as the guest OS (I can choose another distro). It has nginx running along with some other software. Some of the software tries to make outgoing connections (for example ...
1
vote
1answer
88 views

How to setup backup if the filesystem is read only

My remote server file system is read-only & its because my hard disk is broken .I want to take backup for taking any further action. Is it possible to setup a manual backup for the affected ...
2
votes
1answer
220 views

How can I run `hackxor` inside VirtualBox?

I've found hacking game hackxor, but it's made for vmware. I don't have any experience with vmware and I don't want to install it in my machine. So I'd like to run hackxor inside VirtualBox if it ...
0
votes
0answers
440 views

Slow Internet Speeds with Backtrack5 R2 in VMware Workstation

I have been trying to get Backtrack5 to run smoothly on my new laptop and have run into a few issues. I have installed a version of Backtrack5 onto another laptop previously as the primary OS, and ...
3
votes
2answers
2k views

Unable to boot VM: Error 13: Invalid or Unsupported Executable Format

I used VMWare vConverter and everything converted fine, but when I try to boot I get an error: The physical machine boots correctly, so I don't think it is a source machine issue. I am not sure why ...
0
votes
0answers
139 views

Health monitoring solution from inside a virtual machine [closed]

I'm taking part in developing some application that will run on a virtualized platform. Currently it's going to be on VMWare ESXi, but I would not exclude the KVM option. The application is real-time ...
4
votes
2answers
153 views

Strange encoding in Slackware

I am a student and learning about operating systems, I was modifying a file using vi, when I accidentally did something (I don't remember what) that change the codification/encoding and now this is ...
5
votes
6answers
817 views

Find out if the OS is running in a virtual environment

Is there any way to find out if the OS i'm running (actually installing) is running in a VMWare machine. I need to disable ntp settings if the automated install is done on a virtual machine but keep ...