Hi ich habe gestern ein update gemacht denke mal das war das auf Alpha4. Jetzt kann ich mich nicht mehr einloggen weder auf konsole noch per gdm.
Habt ihr ne Lösung wie ich das reparieren kann?
Anmeldungsdatum: Beiträge: Zähle... |
Hi ich habe gestern ein update gemacht denke mal das war das auf Alpha4. Jetzt kann ich mich nicht mehr einloggen weder auf konsole noch per gdm. Habt ihr ne Lösung wie ich das reparieren kann? |
Anmeldungsdatum: Beiträge: 12317 |
Hallo avenger, willkommen im Forum (auch wenn Du schon etwas länger dabei bist) 😛 Meinst Du dieses Problem? Bei mir funktionierte gestern noch alles. FLO |
(Themenstarter)
Anmeldungsdatum: Beiträge: 12 |
nein es kommt bei die Meldung: Replikation nicht möglich |
Anmeldungsdatum: Beiträge: Zähle... |
Mich hat es auch erwischt... Das Problem wird in https://bugs.launchpad.net/ubuntu/+source/pam/+bug/259867 beschrieben. Bei mir hat es geholfen, im recovery Modus (root konsole) zu starten (alternativ geht natürlich auch ein Live-CD + chroot) und folgende Schritte wie im Link (Comment 22, (https://bugs.launchpad.net/ubuntu/+source/pam/+bug/259867/comments/22) beschrieben durchzuführen: 1) open a root shell 2) rm /etc/pam.d/common-session 3) run pam-auth-update --force Danach konnte ich mich wieder einloggen (GDM, Shell, etc) |
(Themenstarter)
Anmeldungsdatum: Beiträge: 12 |
klappt leider immer noch nicht. Meine Fehlermeldung ist folgende: "Legitimation gescheitert" auf der Konsole kommt: "cannont make/remove an entry for the specified session" |
(Themenstarter)
Anmeldungsdatum: Beiträge: 12 |
hi lösung gefunden man muss die datei /etc/pam.d/common-session editieren. und zwar statt bei "sesssion requisite" muss "pam_permit.so" eintragen. Dann gehts wieder. |
Anmeldungsdatum: Beiträge: Zähle... |
Hallo! Bei mir half es, mich über die zweite Ubuntupartition einzuloggen und die etc/pam.d/common-sessions der fehlerhaften Partition wie folgt abzuändern (kann aber auch per root abgeändert werden): # # /etc/pam.d/common-session - session-related modules common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of modules that define tasks to be performed # at the start and end of sessions of *any* kind (both interactive and # non-interactive). # # As of pam 1.0.1-4, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See # pam-auth-update(8) for details. # here are the per-package modules (the "Primary" block) # here's the fallback if no module succeeds # this is obviously a completely redundant line, except that it lets us # handle better the case where there are no "Primary" modules provided session required pam_permit.so # prime the stack with a positive return value if there isn't one already; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around session required pam_permit.so # and here are more per-package modules (the "Additional" block) session required pam_unix.so # end of pam-auth-update config Aktuelle Updates beheben allerdings den Fehler. Cheers, mamers |