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

Re: Errores al procesar (SOLUCIONADO)



Hola a todos,
Ya está solucionado el problema estaba en vmware en concreto en estos
dos scripts de vmware que impiden la instalación o actualización de
nuevo software.

 insserv: warning: script 'K01vmware' missing LSB tags and overrides
 insserv: warning: script 'K01vmware-USBArbitrator' missing LSB tags

La solución la saqué de este enlace:
http://communities.vmware.com/thread/337769

Hay que crear dos scripts:

Create /etc/insserv/overrides/vmware with the following:


### BEGIN INIT INFO
# Provides:          vmware
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Default-Start:     2 3 5
# Default-Stop:      2 3 5
# Short-Description: VMware VMX service for virtual machines
# Description:       Allows running of VMware virtual machines.
### END INIT INFO



Create /etc/insserv/overrides/vmware-USBArbitrator with the following:

 ### BEGIN INIT INFO
# Provides:          vmware-USBArbitrator
# Required-Start:    $remote_fs $syslog vmware
# Required-Stop:     $remote_fs $syslog vmware
# Default-Start:     2 3 5
# Default-Stop:      2 3 5
# Short-Description: Start daemon when vmware starts
# Description:       Enable service provided by daemon.
### END INIT INFO

Then run 'chmod +x /etc/insserv/overrides/vmware*

Un saludo y muchas gracias por vuestro tiempo e interes

-- 
Octavio Ávalos


Reply to: