[Seek Help] systemd (241.10.2-1+dde) killed
Tofloor
poster avatar
robertsala
deepin
2021-04-04 04:49
Author

Hi Deepiners,

After upgrading to 20.2, there were new updates available which included systemd. Everything installed fin with the exception of systemd (241.10.2-1+dde). See below...Any help is appreciated.. thank you!


Reply Favorite View the author
Comments
poster avatar
loaden
2021-04-04 05:05
Have a try: sudo rm /var/lib/dpkg/updates/* sudo apt update sudo apt dist-upgrade Maybe it works.
All Replies
robertsala
deepin
2021-04-04 05:39
#1

That doesn't work and now updating fails to connect to Deepi's community packages.

Reply View the author
thlsealight
deepin
2021-04-04 06:09
#2
robertsala

That doesn't work and now updating fails to connect to Deepi's community packages.

I have the same problem. I solved this using the follow command

sudo dpkg --configure -a
Reply View the author
edson1967
deepin
2021-04-04 06:29
#3

The Deepin team needs to fix the dependencies!

Failed downloads for updates are constant and recurrent. I have posted about this problem before and it was not given the importance it deserves.

How long will we have to use patches with sudo dpkg --configure -a

Recurring bugs in Deepin V20.2 updates

https://pastebin.com/SijE5Cnb

Recurring bugs in Deepin V20.2 updates II 

https://pastebin.com/wcu3bST0

Reply View the author
edson1967
deepin
2021-04-04 06:41
#4
thlsealight

I have the same problem. I solved this using the follow command

sudo dpkg --configure -a

It seems that your suggestion for me does not work.

You need to release a new update with the CORRECT FIXES for the RECORDING FAILURES presented.

 

 

 

 

Reply View the author
wenhongxing
deepin
2021-04-04 06:43
#5

Reply View the author
robertsala
deepin
2021-04-04 07:10
#6

The issue is on these three for the PAM configuration; systemd, systemd-sysv and libpam-systemd:amd.

You have to clean, update and upgrade. Then override with yes. After, f install, update, and dist upgrade. I get no more errors. 

 

 

 

Reply View the author
是桂花呀a
deepin
2021-04-04 07:13
#7
It has been deleted!
robertsala
deepin
2021-04-04 07:21
#8
是桂花呀a It has been deleted!

that is great but in my case I didn't have any issues upgrading to 20.2. It had successfully upgraded. It was AFTER the upgrade that new updates were available that affected 3 dependencies in the PAM Configuration.

Reply View the author
linux000
deepin
2021-04-04 07:27
#9

 cd /var/lib/dpkg

sudo mv info info-bak

sudo mkdir info

sudo apt install -f

Reply View the author
Ziggy
deepin
2021-04-04 07:51
#10
robertsala

that is great but in my case I didn't have any issues upgrading to 20.2. It had successfully upgraded. It was AFTER the upgrade that new updates were available that affected 3 dependencies in the PAM Configuration.

Try dist-upgrade

Reply View the author
edson1967
deepin
2021-04-04 08:08
#11
linux000

 cd /var/lib/dpkg

sudo mv info info-bak

sudo mkdir info

sudo apt install -f

Solved

 

Reply View the author
152******14
deepin
2021-04-04 18:36
#12

https://www.cnblogs.com/bk770466199/p/6430467.html 看看这个链接能解决你的问题不

Reply View the author
zzz7
deepin
2021-04-07 21:23
#13

 1. ps -ef | grep "deepin-anything" | grep -v grep | awk '{print $2}' | sudo  xargs -I {} kill -9 {} | sudo rmmod vfs_monitor 
2. sudo dpkg --configure -a  

Reply View the author