Hife wie werd ich das broken package wieder los ?

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
BlackSektor
Beiträge: 70
Registriert: 20.04.2003 21:34:15

Hife wie werd ich das broken package wieder los ?

Beitrag von BlackSektor » 29.08.2003 01:27:37

Hallo bei mir aktuelle testing ist inetutils-syslogd broken.

Die neue Version (gefixt) des Packetes scheint nicht installierbar zu sein.


Code: Alles auswählen

workstation:/home/johannes# dpkg -r inetutils-syslogd
dpkg: dependency problems prevent removal of inetutils-syslogd:
 klogd depends on sysklogd | system-log-daemon; however:
  Package sysklogd is not installed.
  Package system-log-daemon is not installed.
  Package sysklogd which provides system-log-daemon is not installed.
  Package inetutils-syslogd which provides system-log-daemon is to be removed.
dpkg: error processing inetutils-syslogd (--remove):
 dependency problems - not removing
Errors were encountered while processing:
 inetutils-syslogd

Code: Alles auswählen

workstation:/home/johannes# dpkg -I inetutils-syslogd
dpkg-deb: failed to read archive `inetutils-syslogd': No such file or directory
workstation:/home/johannes# dpkg -s inetutils-syslogd
Package: inetutils-syslogd
Status: install reinstreq half-configured
Priority: required
Section: base
Installed-Size: 112
Maintainer: Jeff Bailey <jbailey@nisa.net>
Source: inetutils
Version: 2:1.4.2+20030703-4
Config-Version: 2:1.4.2+20030703-4
Replaces: syslogd
Provides: system-log-daemon
Depends: libc6 (>= 2.3.2-1), zlib1g (>= 1:1.1.4), netbase
Conflicts: system-log-daemon
Conffiles:
 /etc/init.d/inetutils-syslogd 584c58411402de47b8a8b5d48dce6d0a
Description: System logging daemon
 The syslog daemon is responsible for providing logging of messages
 received from programs and facilities on the local host as well as
 from remote hosts.
Ich bin schon draufgekommen daß ich eventuell dpkg --force-remove-reinstreq nehmen muss, blos was muß ich genau für eine option eingeben?

Benutzeravatar
zyta2k
Beiträge: 2446
Registriert: 14.03.2003 09:18:00
Kontaktdaten:

Beitrag von zyta2k » 29.08.2003 10:12:57

mach mal apt-get install

und ja:
du hast ein problem, dass das sys ein logger braucht. wenn du den jetzt removest hast du keinen mehr. das hat der nicht wirklich gerne...

BlackSektor
Beiträge: 70
Registriert: 20.04.2003 21:34:15

siehe oben

Beitrag von BlackSektor » 29.08.2003 16:21:54

Hallo,

das mit apt-get install inetutils-syslogd funktioniert nicht.

ich dachte da eher an dpkg ...... --force-remove-reinstreq.

Blos was kommt dazwischen rein.

Die option hab ich aus dpkg.

dpkg-reinstall funktioniert nicht. Der syslog Dämon funktioniert auch schon zur zeit bei mir nicht.

Wer weis rat?

Benutzeravatar
zyta2k
Beiträge: 2446
Registriert: 14.03.2003 09:18:00
Kontaktdaten:

Beitrag von zyta2k » 31.08.2003 16:16:44

Du musst ein Syslog Daemon installiert haben...
mach keinen Sinn , keinen zu haben.

Deine Option wäre

dpkg --remove (bzw. -r)

Macht aber wie gesagt keinen Sinn !

Mach apt-get install und zeig den Output !!
DANN kann ich dir weiterhelfen...

Antworten