Package: VMware-Workstation-Full-8.0.1-528992.x86_64.bundle Architecture: x86_64 Version: 8.0.1 Description: VMware Workstation is a useful virtual machine software specifically designed for x86 and x86-64 computer systems. It allows you to run multiple operating systems on the same computer.
Homepage: http://www.vmware.com/products/workstation/ Wheezy testing Kernel Version: Linux 3.1.0-1-amd64 #1 SMP Tue Jan 10 05:01:58 UTC 2012 x86_64 GNU/Linux. Problem: The LSB init headers have not been defined. Solution is add the lsb header for next files: File: /etc/init.d/vmware section to add in the head. ### BEGIN INIT INFO # Provides: vmware # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 2 3 4 5 6 # Short-Description: Start daemon when vmware starts # Description: Enable service provided by daemon. ### END INIT INFO file: /etc/init.d/vmware-USBArbitrator section to add in the head. ### BEGIN INIT INFO # Provides: vmware-USBArbitrator # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 2 3 4 5 6 # Short-Description: Start daemon when vmware starts # Description: Enable service provided by daemon. ### END INIT INFO File: /etc/init.d/vmware-workstation-server section to add in the head. ### BEGIN INIT INFO # Provides: vmware-workstation-server # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 2 3 4 5 6 # Short-Description: Start daemon when vmware starts # Description: Enable service provided by daemon. ### END INIT INFO Please excuse my poor English.

