Task #6431 (closed)
VM: Ensure network (10.0.2.15) is up before trying to connect to the VM
| Reported by: | szwells | Owned by: | szwells |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3.2 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-08-18 (3) |
Description
Ensure network (10.0.2.15) is up before trying to connect to the VM. This needs to wrap the remainder of the omerovm.sh script from after the new VM is started until completion of installation. e.g.
$VBOX guestproperty enumerate $VMNAME | grep "10.0.2.15"
Change History (2)
comment:1 Changed 8 years ago by Simon Wells <szwells@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by szwells
- Milestone changed from Unscheduled to OMERO-Beta4.3.2
- Sprint set to 2011-08-18 (3)
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [9332cf321de1cfb852a5941c0a5f39725ebeab30/ome.git] on branch develop) Wrap code in omerovm.sh to stop it being executed if there is no network address (Fix #6431)