Search found 12 matches

by DracoZA
20. May 2008, 10:40
Forum: VirtualBox on Linux Hosts
Topic: soIved: install virtualbox-> host internet and sound not
Replies: 5
Views: 3209

I'm no expert but you can take a loot at my interfaces file: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.9 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.253 This is for a wired connection, wireless is still a problem for me. A good source of in...
by DracoZA
20. May 2008, 09:41
Forum: VirtualBox on Linux Hosts
Topic: soIved: install virtualbox-> host internet and sound not
Replies: 5
Views: 3209

Do you have internet access on your host ? (Ubuntu?)

What type of connection are you trying from your host, NAT or Host Interface ?
by DracoZA
16. May 2008, 15:30
Forum: VirtualBox on Linux Hosts
Topic: Only a single VM can use host interface networking at a time
Replies: 6
Views: 1820

If that is your scenario, then create enough interfaces for each machine.
by DracoZA
16. May 2008, 15:05
Forum: VirtualBox on Linux Hosts
Topic: Couple question on Ubuntu 8.04
Replies: 3
Views: 1452

Your guest additions may be because you already have your cd-rom mount, first unmount it and then try install guest additions.
by DracoZA
16. May 2008, 14:50
Forum: VirtualBox on Linux Hosts
Topic: Only a single VM can use host interface networking at a time
Replies: 6
Views: 1820

You need x amount of interfaces for however many concurrent virtual machines you are going to run. If you only run one at a time then change the interface name before you connect if you dont want to create additional interfaces.
by DracoZA
15. May 2008, 11:21
Forum: VirtualBox on Linux Hosts
Topic: Symantec Endpoint Protection
Replies: 7
Views: 5073

On reboot the following error occurs which I think may be important:

SAS Window: winlogon.exe - Application Error
A Breakpoint has been reached...
by DracoZA
15. May 2008, 11:15
Forum: VirtualBox on Linux Hosts
Topic: Symantec Endpoint Protection
Replies: 7
Views: 5073

I have attempted a clean installation of WinXP with SP2 and no Guest additions, the problem persists: Errors are as follows: SMC.exe caused an application fault... SgHIRes.dll could not be found After that the windows installation is pretty much drestroyed, I havent spent any time attempting to reco...
by DracoZA
15. May 2008, 09:08
Forum: VirtualBox on Linux Hosts
Topic: XP guest on Ubuntu host - Seperate nic cards?
Replies: 4
Views: 1567

No you only need one physical adapter, however you will have to setup Host networking for your guest to have its own network configuration.

You can in theory have several unique guests with each having its own IP.
by DracoZA
15. May 2008, 08:29
Forum: VirtualBox on Linux Hosts
Topic: Symantec Endpoint Protection
Replies: 7
Views: 5073

Symantec Endpoint Protection

Symantec crashes during install and after reboot / reset the OS is unable to boot up at all, has anyone had any such experience/solution ? Host is Ubuntu 8.04 Guest 1 Windows XP Service Pack 3 - Guest additions installed Guest 2 Windows 2003 Server Service Pack 2 - Guest additions installed I have a...
by DracoZA
14. May 2008, 08:08
Forum: VirtualBox on Linux Hosts
Topic: Load windows on linux
Replies: 22
Views: 9163

I'm no expert but I would guess doing a search in Synaptic for virtual box should find most of what is important to Ubuntu which is why they prefer installing from the repositories. Try that and do a complete removal of everything virtual box, my first installation was a nightmare and I had to compl...
by DracoZA
13. May 2008, 18:38
Forum: VirtualBox on Linux Hosts
Topic: Load windows on linux
Replies: 22
Views: 9163

My best advice would be to completely remove whatever is installed, add it via add/remove in Ubuntu if you then get the missing component add it as per my previous post.
by DracoZA
13. May 2008, 15:34
Forum: VirtualBox on Linux Hosts
Topic: Load windows on linux
Replies: 22
Views: 9163

I had the same problem today which was resolved as follows:

locate the following in synaptic:

virtualbox-ose-modules-2.6.24-16-generic
virtualbox-ose-modules-generic

Modules-generic should require modules-2.6.24-16-generic in any way.

That resolved my problem, I hope it works for you.