staging.inyokaproject.org

Nach update kann ich mich nicht mehr einloggen

Status: Gelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |

avenger2099

Anmeldungsdatum:
5. Februar 2007

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?

UbuntuFlo Team-Icon

Avatar von UbuntuFlo

Anmeldungsdatum:
8. Februar 2006

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

avenger2099

(Themenstarter)

Anmeldungsdatum:
5. Februar 2007

Beiträge: Zähle...

nein es kommt bei die Meldung:

Replikation nicht möglich

Horus424

Anmeldungsdatum:
27. April 2005

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)

avenger2099

(Themenstarter)

Anmeldungsdatum:
5. Februar 2007

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"

avenger2099

(Themenstarter)

Anmeldungsdatum:
5. Februar 2007

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.

mamers

Anmeldungsdatum:
5. September 2006

Beiträge: 28

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

Antworten |