[Pkg-sysvinit-devel] Bug#737405: Bug#737405: Mysql depends on initscripts 2.88dsf-13.3 but initscripts 2.88dsf-45 is installed

Gabriele Giacone 1o5g4r8o at gmail.com
Sun Feb 2 20:36:34 UTC 2014


Control: reassign 737405 insserv
Control: forcemerge 695751 737405

On Sun, Feb 2, 2014 at 4:57 PM, César Cordero <rockcesar at gmail.com> wrote:
>   Depende de: mysql-client-5.5 (>= 5.5.31+dfsg-1), libdbi-perl, perl (>=
> 5.6), libc6 (>= 2.12), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), zlib1g
> (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, psmisc, passwd,
> lsb-base (>= 3.0-10), mysql-server-core-5.5 (>= 5.5.31+dfsg-1), initscripts
> (>= 2.88dsf-13.3)
>
>   But initscripts is 2.88dsf-45 version on repositories.

That just means initscripts version must be >= 2.88dsf-13.3 and 45 is >= 13.3,

>   When I try to install or update initscripts with the command
>
>   aptitude install initscripts, it is the output:
[...]
> Configurando initscripts (2.88dsf-45) ...
> insserv: warning: script 'K01vpnagentd_init' missing LSB tags and overrides
> insserv: warning: script 'vpnagentd_init' missing LSB tags and overrides
> insserv: There is a loop at service vpnagentd_init if started
> insserv: There is a loop between service vpnagentd_init and udev if started
> insserv:  loop involving service udev at depth 1
> insserv: There is a loop between service rc.local and mountnfs if started
[...]
> insserv: Starting vpnagentd_init depends on rc.local and therefore on system
> facility `$all' which can not be true!
> insserv: Starting vpnagentd_init depends on rc.local and therefore on system
> facility `$all' which can not be true!

Remove cisco vpn client or replace it with vpnc
http://packages.qa.debian.org/v/vpnc.html

Or add following lines on the top of /etc/init.d/vpnagentd_init file,
that should fix it
### BEGIN INIT INFO
# Provides: vpnclient_init
# Required-Start:    $network
# Required-Stop:     $network
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
### END INIT INFO



More information about the Pkg-sysvinit-devel mailing list