update-rc.d: error
|
7th Jun, 2014, 08:59 AM
Post: #6
|
|||
|
|||
RE: update-rc.d: error
(7th Jun, 2014 01:09 AM)belese Wrote: From this post : This solution worked for me, but I actually gave priorities to those runlevel scripts. So, I changed /var/lib/dpkg/info/plymouth.postinst, line 55 from Code: update-rc.d plymouth start . 2 3 4 5 . stop . 0 6 . >/dev/null || exit $? Code: update-rc.d plymouth start 41 2 3 4 5 . stop 41 0 6 . >/dev/null || exit $? and line 60 from Code: update-rc.d plymouth-log start . S . >/dev/null || exit $? Code: update-rc.d plymouth-log start 40 S . >/dev/null || exit $? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
update-rc.d: error - hf42 - 6th May, 2014, 03:26 PM
RE: update-rc.d: error - lololo - 4th Jun, 2014, 07:10 PM
RE: update-rc.d: error - IriDium - 5th Jun, 2014, 04:36 AM
RE: update-rc.d: error - palswim - 6th Jun, 2014, 07:28 AM
RE: update-rc.d: error - belese - 7th Jun, 2014, 01:09 AM
RE: update-rc.d: error - palswim - 7th Jun, 2014 08:59 AM
Re: update-rc.d: error - CurlyMo - 9th Jun, 2014, 01:57 AM
RE: update-rc.d: error - mk01 - 25th Jun, 2014, 11:14 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[SOLVED] "GPG error" when running apt-get update | Anonymized_GDPR | 2 | 10,840 |
16th Nov, 2013 10:57 PM Last Post: Anonymized_GDPR |