• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Gelöst Leap 16: Cockpit Installieren klappt nicht

Hallo,

da ich gerne mal Cockpit unter Leap 16 testen möchte, hab ich versucht zu Installieren.

Folgendes habe ich gemacht. Es scheitert am Schritt:
Code:
sudo systemctl enable --now cockpit.socket

Hier der gesamte Ablauf:
Code:
:~> sudo zypper in cockpit cockpit-machines cockpit-system cockpit-selinux

    ...

:~> sudo systemctl enable --now cockpit.socket

    Job failed. See "journalctl -xe" for details.

:~> sudo journalctl -xe

    Okt 30 16:25:08 linux sudo[17159]: pam_kwallet5(sudo:setcred): pam_kwallet5: pam_sm_setcred
    Okt 30 16:25:08 linux systemd[1]: Starting Cockpit issue updater service...
    ░░ Subject: A start job for unit cockpit-issue.service has begun execution
    ░░ Defined-By: systemd
    ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
    ░░
    ░░ A start job for unit cockpit-issue.service has begun execution.
    ░░
    ░░ The job identifier is 11015.
    Okt 30 16:25:08 linux systemd[1]: cockpit-issue.service: Deactivated successfully.
    ░░ Subject: Unit succeeded
    ░░ Defined-By: systemd
    ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
    ░░
    ░░ The unit cockpit-issue.service has successfully entered the 'dead' state.
    Okt 30 16:25:08 linux systemd[1]: Finished Cockpit issue updater service.
    ░░ Subject: A start job for unit cockpit-issue.service has finished successfully
    ░░ Defined-By: systemd
    ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
    ░░
    ░░ A start job for unit cockpit-issue.service has finished successfully.
    ░░
    ░░ The job identifier is 11015.

Was mache ich falsch oder vergesse ich?


Gruß
Matthias
 
Ist das ein Update von Leap 15.6 auf Leap 16.0?
Wenn ja, benenn einmal die /etc/nsswitch.conf um:
Als root:
Code:
mv /etc/nsswitch.conf /etc/nsswitch.conf.bak

Und versuch es jetzt noch einmal.
 
Oben