Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

alot of broken packages after jessie->stretch upgrade

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
ulukay
Posts: 6
Joined: 2012-03-03 08:54

alot of broken packages after jessie->stretch upgrade

#1 Post by ulukay »

hi,

so basically the upgrade process went fine, and produced no errors.
But the zabbix php frontend wasn't working, and i made a "aptitude search zabbix" and found out, that it's "broken"

i reinstall the package, but that didn't help in any way.

the really bad thing is, that "aptitude search '~b'" shows me 106 broken packages!

what i already tried:
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update
sudo dpkg --configure -a
sudo apt-get install -f
(did not show anything: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.)

synaptic and use "fix broken packages" -> said it was successful but didnt change anything

starting "aptitude" and pressing "e" for fix broken dependencies
runs for ages, then get killed ....

do you guys have any idea?

ulukay
Posts: 6
Joined: 2012-03-03 08:54

Re: alot of broken packages after jessie->stretch upgrade

#2 Post by ulukay »

ok i fixed the zabbix frontend, and it had nothing to do with it's broken package state
i wonder if those "broken" tags are just cosmetic

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: alot of broken packages after jessie->stretch upgrade

#3 Post by Head_on_a_Stick »

deadbang

ulukay
Posts: 6
Joined: 2012-03-03 08:54

Re: alot of broken packages after jessie->stretch upgrade

#4 Post by ulukay »

i read it now, basically everything mentioned there, i did follow

but i just fixed it, turns out something marked ~400 packages for removal. "ri" status in dpkg

did a :
aptitude install `dpkg -l | egrep '^ri' | awk '{print $2}' | xargs`

and it was fixed in 2 seconds :)

Post Reply