VirtualBox

Opened 17 years ago

Closed 16 years ago

#264 closed defect (fixed)

No error msg. if "Host Interface" Network dosn't start...

Reported by: tester1 Owned by:
Component: VM control Version: VirtualBox 1.3.8
Keywords: network Cc:
Guest type: other Host type: other

Description

I used VirtualBox v1.3.8 under Ubuntu with a "Host Interface" setup. I make this start/stop scripts: tap0up.sh

#!/bin/sh
sudo ifconfig $2 up
sudo brctl addif br0 $2

tap0down.sh

#!/bin/sh
sudo brctl delif br0 $2

I started with these settings, and everything works fine. Now, i would restart the VM and thre restoring aborted without any errors :( If i disable Network the VM starts.

Change History (4)

comment:1 by tester1, 17 years ago

I found the error ;)

I replace "sudo" with "gksudo" so i can input the root password. The Network starts up and the VM restored well.

But the ticked is not fixed. VirtualBox should be report a error message!

comment:2 by Sander van Leeuwen, 17 years ago

priority: blockerminor

comment:3 by Frank Mehnert, 16 years ago

Component: otherVM control

comment:4 by Frank Mehnert, 16 years ago

Resolution: fixed
Status: newclosed

I think we show a proper error message in that case.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use