首页 > 其他 > 详细

insserv: warning: script ‘S90dvc-core‘ missing LSB tags and overrides&dpkg: error processin

时间:2020-04-03 12:01:37      阅读:90      评论:0      收藏:0      [点我收藏+]

insserv: warning: script ‘S90dvc-core‘ missing LSB tags and overrides&dpkg: error processing


sudo apt-get upgrade 过程中出现如上报错,导致很多packages error processing,解决方案如下

解决方案: 对比/etc/init.d中其他文件,修改dvc-core文件如下:

vim  /etc/init.d/dvc-core

#!/bin/sh

### BEGIN INIT INFO
# Provides: dvc-core
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Stop dvc-core during boot and start it on shutdown
# Description: Dynamic Host Configuration Protocol Server
### END INIT INFO

cd "/bin/LVUAAgentInstBaseRoot"
./dvc-core-exe -d

insserv: warning: script ‘S90dvc-core‘ missing LSB tags and overrides&dpkg: error processin

原文:https://www.cnblogs.com/jack-zhou/p/12625119.html

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!