[pve-devel] openvswitch : update to 2.5
Alexandre DERUMIER
aderumier at odiso.com
Wed Apr 20 08:37:47 CEST 2016
>>openvswitch-switch
>>insserv: exiting now!
>>update-rc.d: error: insserv rejected the script header
maybe it's coming from
pvepatches/fix-init-depends.patch
--- new.orig/debian/openvswitch-switch.init 2014-09-18 08:09:17.000000000 +0200
+++ new/debian/openvswitch-switch.init 2014-09-18 08:09:23.000000000 +0200
@@ -16,10 +16,12 @@
#
### BEGIN INIT INFO
# Provides: openvswitch-switch
-# Required-Start: $network $named $remote_fs $syslog
-# Required-Stop: $remote_fs
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Required-Start: pvenetcommit $local_fs
+# Required-Stop: $local_fs
+# X-Start-Before: networking
+# X-Stop-After: networking
+# Default-Start: S
+# Default-Stop: 0 6
I don't known if we still need old init script, now that they are systemd service files ?
----- Mail original -----
De: "dietmar" <dietmar at proxmox.com>
À: "aderumier" <aderumier at odiso.com>, "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Mercredi 20 Avril 2016 08:12:04
Objet: Re: [pve-devel] openvswitch : update to 2.5
I get the following error when installing the package
dpkg -i openvswitch-common_2.5.0-1_amd64.deb
openvswitch-switch_2.5.0-1_amd64.deb
(Reading database ... 481433 files and directories currently installed.)
Preparing to unpack openvswitch-common_2.5.0-1_amd64.deb ...
Unpacking openvswitch-common (2.5.0-1) over (2.3.2-3) ...
Preparing to unpack openvswitch-switch_2.5.0-1_amd64.deb ...
Unpacking openvswitch-switch (2.5.0-1) over (2.3.2-3) ...
Setting up openvswitch-common (2.5.0-1) ...
Setting up openvswitch-switch (2.5.0-1) ...
insserv: Service pvenetcommit has to be enabled to start service
openvswitch-switch
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
More information about the pve-devel
mailing list