[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682736: unblock: vmware-manager/0.2.0-2



On Sat, 28 Jul 2012 15:15:49 +0100, "Adam D. Barratt" writes:
>On Wed, 2012-07-25 at 18:27 +1000, Alexander Zangerl wrote:
>> Please unblock package vmware-manager
>> 
>> the version in unstable fixes rc bug #680481,
>> which is a file name conflict between the
>> packages vmm and vmware-manager: both
>> provide a program named vmm, and the man page is
>> causing the clash. the fix consists of vmware-manager 
>> switching to use /usr/bin/vwm (note: w).
>
>Are "vwm" and "vmm" supposed to be identical, other than the name
>change?  The version of "vmm" shipped in -2 appears to include new
>changes which are then not carried over in to "vmw":

no, that's not the case but seems a problem invented by debdiff:
the package is git-hosted and -built and for some weird reason 
debdiff hands out all kinds of weird deltas here...

attached you'll find a diff -ub between files from the binary packages:
vmm from the 0.2.0-1 and the renamed 0.2.0-2 vwm, which shows that 
apart from renaming vmm into vwm in the POD sections nothing 
has been changed.

regards
az

--- alt/usr/bin/vmm	2012-05-14 13:00:05.000000000 +1000
+++ neu/usr/bin/vwm	2012-07-08 19:42:57.000000000 +1000
@@ -2,32 +2,32 @@
 # POD {{{
 =head1 NAME
 
-vmm - Manage VMware virtual machines
+vwm - Manage VMware virtual machines
 
 =head1 SYNOPSIS
 
-	vmm <command> [options]
+	vwm <command> [options]
 
 =over
 	
 =item B<Global syntax:>
 
-	vmm <command> [-f] [-v+] [-w seconds] [@profile]
+	vwm <command> [-f] [-v+] [-w seconds] [@profile]
 
 =item B<Command specific syntax:>
 
-	vmm clone [-o pool] [-c count] [-a datastore...] [-l folder] <source vm> <new vm name>
-	vmm deploy [synonym of 'clone']
-	vmm df [-h] [datastore...]
-	vmm host [maintenance|restore|restart|shutdown|disconnect|reconnect] <hosts...>
-	vmm list [-d col1,col2... | perl string] [-t title] [vm|datastore|host|pool|template][s] [patterns...]
-	vmm migrate [-p low|normal|high] [-o pool] <vms...> <host>
-	vmm move [-o pool] <vms...> <datastore>
-	vmm setpool <low|normal|high> <cpu|mem|all> <pools...>
-	vmm show [vm|datastore|host|pool] [items...]
-	vmm snapshot [-t title] <vms...>
-	vmm state <on|off|suspend|reboot|shutdown|restart|standby> <vms...>
-	vmm version
+	vwm clone [-o pool] [-c count] [-a datastore...] [-l folder] <source vm> <new vm name>
+	vwm deploy [synonym of 'clone']
+	vwm df [-h] [datastore...]
+	vwm host [maintenance|restore|restart|shutdown|disconnect|reconnect] <hosts...>
+	vwm list [-d col1,col2... | perl string] [-t title] [vm|datastore|host|pool|template][s] [patterns...]
+	vwm migrate [-p low|normal|high] [-o pool] <vms...> <host>
+	vwm move [-o pool] <vms...> <datastore>
+	vwm setpool <low|normal|high> <cpu|mem|all> <pools...>
+	vwm show [vm|datastore|host|pool] [items...]
+	vwm snapshot [-t title] <vms...>
+	vwm state <on|off|suspend|reboot|shutdown|restart|standby> <vms...>
+	vwm version
 
 =back
 
@@ -108,7 +108,7 @@
 =item B<version>
 
 Display various version informaiton about the connected vServer and local API.
-This command is the default if no actual command is specified (i.e. just running 'vmm' with nothing else specified).
+This command is the default if no actual command is specified (i.e. just running 'vwm' with nothing else specified).
 
 =back
 
@@ -134,16 +134,16 @@
 Specifies which profile to use when addressing the vServer.
 This can be an entry within the config file or the URL (with optional login details) e.g.
 
-	vmm version @cluster1
-	vmm version @cluster2
-	vmm version @https://cluster1.acme.edu
-	vmm version @https://username@cluster1.acme.edu
-	vmm version @https://username:password@cluster1.acme.edu
+	vwm version @cluster1
+	vwm version @cluster2
+	vwm version @https://cluster1.acme.edu
+	vwm version @https://username@cluster1.acme.edu
+	vwm version @https://username:password@cluster1.acme.edu
 
 Examples 1 and two assume 'custer1' and 'customer2' have been defined in the examples file (see EXAMPLES). The further examples specify the connection information on the command line.
 Specifying the password from the command line is exceptionally silly and should be avoided.
 
-If username and/or password is omitted (such as in examples 3 and 4 above) they will be prompted for when vmm is run.
+If username and/or password is omitted (such as in examples 3 and 4 above) they will be prompted for when vwm is run.
 
 =item B<-c>
 
@@ -228,8 +228,8 @@
 =back
 
 Force continue if an error occurs.
-Normaly if an error occurs vmm will stop processing any operations specified on the command line.
-If this flag is enabled vmm will continue operation as if no error occured.
+Normaly if an error occurs vwm will stop processing any operations specified on the command line.
+If this flag is enabled vwm will continue operation as if no error occured.
 
 =item B<--human>
 
@@ -268,7 +268,7 @@
 =back
 
 Dry run mode.
-When enabled vmm will continue as normal but no actual call to the VMware VServer is made.
+When enabled vwm will continue as normal but no actual call to the VMware VServer is made.
 
 =item B<--folder>
 
@@ -414,69 +414,69 @@
 
 =over
 
-=item B<vmm clone VM01 VM02>
+=item B<vwm clone VM01 VM02>
 
 Clone VM01 to VM02.
 Since neither the datasource (-d) or pool (-o) is specified these details are copied from VM01.
 
-=item B<vmm clone DB00 DB01 -c 30>
+=item B<vwm clone DB00 DB01 -c 30>
 
 Clone DB01 to DB02 creating 30 copies. This will actually make the machines DB01 to DB30.
 Since neither the datasource (-d) or pool (-o) is specified these details are copied from VM01.
 
-=item B<vmm clone DB00 DB01 -c 30 -d SAN1,SAN2 -o Active>
+=item B<vwm clone DB00 DB01 -c 30 -d SAN1,SAN2 -o Active>
 
 Same as the above example but spread the datastores across SAN1 and SAN2 and move the machine to the 'Active' pool.
 
-=item B<vmm deploy Template-DBServer DB05 -l Databases>
+=item B<vwm deploy Template-DBServer DB05 -l Databases>
 
 Deploys the template Template-DBServer into DB05, moving the destination into the Databases folder.
 
-=item B<vmm clone Template-DBServer DB05 -l Databases>
+=item B<vwm clone Template-DBServer DB05 -l Databases>
 
 This is exactly the same as above. A clone and deploy operations will automatically figure out if the source is a template and act accordingly.
 
-=item B<vmm df *2>
+=item B<vwm df *2>
 
 Display a datastore usage sheet (similar to the Unix 'df' command) for all datastores ending in '2'.
 
-=item B<vmm host maintenance Moe Homer>
+=item B<vwm host maintenance Moe Homer>
 
 Put the hosts 'Moe' and 'Homer' into maintenance mode (use 'restore' to recover from this).
 
-=item B<vmm list vms>
+=item B<vwm list vms>
 
 List all VMs.
 
-=item B<vmm list vms -d name,host,ip>
+=item B<vwm list vms -d name,host,ip>
 
 List all VMs - showing their name, currently allocated host and IP address.
 
-=item B<vmm migrate DBS* Carl>
+=item B<vwm migrate DBS* Carl>
 
 Migrate all virtual machines matching 'DBS*' to the 'Carl' host.
 
-=item B<vmm migrate DBS* Lenny -w 60 -o Active -p high>
+=item B<vwm migrate DBS* Lenny -w 60 -o Active -p high>
 
 Migrate all virtual machines matching 'DBS*' with high priority to the 'Active' pool on the 'Lenny' host waiting 60 seconds between machine.
 
-=item B<vmm move DB00 DB01 SAN2 @cluster2>
+=item B<vwm move DB00 DB01 SAN2 @cluster2>
 
 Move VMs DB00 and DB01 to the SAN2 datastore within profile 'cluster2'.
 
-=item B<vmm show host Lisa>
+=item B<vwm show host Lisa>
 
 Show information on host 'Lisa'.
 
-=item B<vmm snapshot DB04 DB05 -t 'Todays backup'>
+=item B<vwm snapshot DB04 DB05 -t 'Todays backup'>
 
 Take a snapshot of VMs 'DB04' and 'DB05' using the title 'Todays backup'
 
-=item B<vmm state on DB00 DB01 -w 30>
+=item B<vwm state on DB00 DB01 -w 30>
 
 Turn DB00 and DB01 on waiting 30 seconds between machines.
 
-=item B<vmm state on DB00 DB01 -w 30 -f>
+=item B<vwm state on DB00 DB01 -w 30 -f>
 
 Turn DB* VMs on.
 -f ensures that even if any of the machines fail to turn on for any reason the remaining machines will still be sent the 'on' command.
@@ -599,7 +599,7 @@
 
 * Run VMM with a simple command to make sure everything is setup right.
 
-	vmm version
+	vwm version
 
 * Enjoy
 
-- 
Alexander Zangerl + GnuPG Keys 0x42BD645D or 0x5B586291 + http://snafu.priv.at/
C treats you like a consenting adult. Pascal treats you like a naughty 
child. Ada treats you like a criminal. -- Bruce Powel Douglass

Attachment: signature.asc
Description: Digital Signature


Reply to: