Opened 18 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 , 18 years ago
comment:2 by , 18 years ago
priority: | blocker → minor |
---|
comment:3 by , 17 years ago
Component: | other → VM control |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think we show a proper error message in that case.
Note:
See TracTickets
for help on using tickets.
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!