Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  systemd-sysv issue  (Read 4288 times)

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.844
systemd-sysv issue
« on: 2013/12/27, 21:29:29 »
Should you run into an error like
Code: [Select]
systemd-sysv : depends on: systemd (= 204-5) but 204-5.2 is supposed to be installedplease do:
Code: [Select]
apt-get install systemd-sysv && apt-mark hold systemd-sysvAfter that you can go on dist-upgrading


greetz
devil

mylo

  • Guest
Re: systemd-sysv issue
« Reply #1 on: 2014/01/01, 19:37:58 »
Today's d-u -s provides me:

Code: [Select]
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fehlgeschlagen
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 systemd-sysv : Hängt ab von: systemd (= 204-5.2) soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
E: Internal error, Upgrade broke stuff

Do I have to take back the halt?

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.844
Re: systemd-sysv issue
« Reply #2 on: 2014/01/01, 19:58:01 »
depends on if you are on the RC or the final release. If the RC, do exactly as I said. with the final, trhere should be no problem.


greetz
devil

mylo

  • Guest
Re: systemd-sysv issue
« Reply #3 on: 2014/01/01, 21:20:06 »
Hi devil,

I have the RC, so I did again

Code: [Select]
apt-get install systemd-sysv && apt-mark hold systemd-sysvbefore the d-u. Do I have to do this alle the time now, when d-u 'ing?


Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.844
Re: systemd-sysv issue
« Reply #4 on: 2014/01/01, 21:43:19 »
No, but for now on upgrades of systemd, so not too often. Sometime in the future systemd-sysv goes away and thats done with.


greetz
devil

mylo

  • Guest
Re: systemd-sysv issue
« Reply #5 on: 2014/01/01, 21:44:37 »
fine, thanks!