Activity log for bug #232361

Date Who What changed Old value New value Message
2008-05-20 22:53:52 Kevin_Traas bug added bug
2008-05-20 22:53:52 Kevin_Traas bug added attachment 'ubuntu-vm-builder.patch' (As per the solution described above.)
2008-05-20 22:59:34 Kevin_Traas description Binary package hint: ubuntu-vm-builder $ lsb_release -rd Description: Ubuntu 8.04 Release: 8.04 $ dpkg --status ubuntu-vm-builder | grep -e Status -e Version Status: install ok installed Version: 0.4-0ubuntu0.1 Problem: When attempting to specify network settings with an IP in a class B range, the script responds with "setting network to VALUE" where VALUE is an auto-determined (Class C, 24 bit) value based on the IP address that was specified - not the value that was specified via the --net command line option. For instance, --ip 10.5.20.57 --mask 255.255.0.0 --net 10.5.0.0 --bcast 10.5.255.255 will produce a response of "setting network to 10.5.20.0". Cause: Everywhere within the script, the Network address is referenced as $NET; however, line 287 sets the value of NETWORK when the --net command line option is passed. Solution: Remove the characters WORK from line 287 of the script. Binary package hint: ubuntu-vm-builder $ lsb_release -rd Description: Ubuntu 8.04 Release: 8.04 $ dpkg --status ubuntu-vm-builder | grep -e Status -e Version Status: install ok installed Version: 0.4-0ubuntu0.1 Problem: Specifying --net <value> on the command line is ignored by the script. Instead, the script auto-calculates a value based on an assumed Class C (24 bit) IP address. For instance, the command line options --ip 10.5.20.57 --mask 255.255.0.0 --net 10.5.0.0 --bcast 10.5.255.255 will produce a response of "setting network to 10.5.20.0" indicating that the --net option/value from the command line was not detected and the NET value was auto-calculated (incorrectly). Cause: Everywhere within the script, the Network address is referenced as $NET; however, line 287 sets the value of $NETWORK when the --net command line option is passed, not $NET (as it should). Solution: Remove the characters WORK from line 287 of the script.
2008-05-21 14:58:38 Nick Barcet ubuntu-vm-builder: importance Undecided Low
2008-05-21 14:58:38 Nick Barcet ubuntu-vm-builder: assignee nijaba
2008-05-21 14:58:38 Nick Barcet ubuntu-vm-builder: status New In Progress
2008-05-21 15:20:59 Nick Barcet ubuntu-vm-builder: status In Progress Fix Committed
2008-05-21 15:21:10 Nick Barcet ubuntu-vm-builder: assignee nijaba
2008-05-24 02:47:58 Nick Barcet title Option --net fails (other than for Class C) [SRU] Option --net fails (other than for Class C)
2008-05-24 02:49:01 Nick Barcet bug added subscriber Ubuntu Stable Release Updates Team
2008-05-24 02:49:46 Nick Barcet ubuntu-vm-builder: milestone ubuntu-8.04.1
2008-05-28 10:00:28 Launchpad Janitor ubuntu-vm-builder: status Fix Committed Fix Released
2008-05-28 12:59:13 Martin Pitt ubuntu-vm-builder: status New Fix Committed
2008-05-28 12:59:24 Martin Pitt bug added subscriber SRU Verification
2008-05-29 15:43:36 Steve Langasek ubuntu-vm-builder: milestone ubuntu-8.04.1
2009-07-07 09:08:38 Steve Beattie tags verification-needed verification-done
2009-07-08 06:25:51 Martin Pitt ubuntu-vm-builder (Ubuntu Hardy): status Fix Committed Fix Released
2009-12-05 20:36:12 Launchpad Janitor branch linked lp:ubuntu/hardy-proposed/ubuntu-vm-builder