Nie mog

Ogólne pytania dotyczące systemu
jacekj11
Posty: 85
Rejestracja: 05 listopada 2011, 15:13

Nie mogę zalogować się na swoje konto

Post autor: jacekj11 »

Witam. Mam Debiana 8.2 na tym zainstalowałem xfce. Parę dni temu próbowałem zainstalować KVM zgodnie z tym co jest tutaj napisane http://wiedza.it/linux/jak-uruchomic-wi ... m-linuxie/. Coś mi nie działało, więc próbowałem coś po swojemu ale i tak nie zadziałało. Na następny dzień po pierwszych próbach z KVM zrobiłem sobie następująco automatyczne logowanie do xfce. Edytowałem plik /etc/lightdm/lightdm.conf. Odhaszowałem te linijki:

Kod: Zaznacz cały

[SeatDefaults] autologin-user=<tu wpisz login usera, który ma się automatycznie logować> autologin-user-timeout=0 pam-service=lightdm-autologin
I nie wiem czy po tych dzisiejszych kombinacjach z KVM czegoś nie popsułem. Po restarcie kompa wyskoczył mi komunikat FAILED nie mogę napisać co było dokładnie w tej linijce ale chodziło o plik

Kod: Zaznacz cały

/etc/*rc.local
. Plik przywróciłem bo miałem kopię, ale przy uruchamianiu systemu nie pokazują się te linijki z zielonym OK na początku wierszy i nie mogę zalogować się na swoje konto użytkownika do xfce. Konto root działa. proszę powiedzcie jak mam zrobić żeby przywrócić swoje konto (katalog użytkownika w /home nadal jest z całą zawartością). Przepraszam jeżeli napisałem coś nie zrozumiale.
Awatar użytkownika
saturno
Junior Member
Posty: 745
Rejestracja: 08 lipca 2008, 20:04

Post autor: saturno »

jacekj11 pisze:Po restarcie kompa wyskoczył mi komunikat FAILED nie mogę napisać co było dokładnie w tej linijce ale chodziło o plik

Kod: Zaznacz cały

/etc/*rc.local
. Plik przywróciłem bo miałem kopię, ...
1. Zamiast przywracać lepiej było podać zawartość tego pliku na forum.

2. Nieudane logowanie powinno zostawić jakiś ślad w logach menadżera logowania, poszukaj w: /var/log
jacekj11
Posty: 85
Rejestracja: 05 listopada 2011, 15:13

Post autor: jacekj11 »

Kiedy konfigurowałem w /etc/*rc.local na początku pliku wpisałem to:

Kod: Zaznacz cały

brctl addbr br0 setfd 9 sethello 2 setmaxage 12 stp off  ip link set br0 up  ip a a 10.0.0.1/30 brd 10.0.0.3 dev br0 iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 2222 -j DNAT --to-destination: 10.0.0.2:22 iptables -t nat -A POSTROUTING -o eth0 -s 10.0.0.2 -j SNAT --to-source ADRES_IP_MAMUSI
a teraz jest tylko:

Kod: Zaznacz cały

exit 0
.
A czego mam szukać w /var/log podpowiedz mi, bo jestem zielony.
Awatar użytkownika
marcin1982
Moderator
Posty: 1732
Rejestracja: 05 maja 2011, 12:59
Lokalizacja: Zagłębie Dąbrowskie

Post autor: marcin1982 »

W katalogu /var/log/lightdm masz logi.
jacekj11
Posty: 85
Rejestracja: 05 listopada 2011, 15:13

Post autor: jacekj11 »

W katalogu /var/log/lightdm mam takie pliki: lightdm.log, lightdm.log.old, x-0-greeter.log, x-0-greeter.log.old, x-0.log, x-0.log.old. Nie wiem o co chodzi w tych logach i rozumiem że chodzi o plik lightdm.log wiec zamieszczam jego treść:

Kod: Zaznacz cały

[+0.12s] DEBUG: Logging to /var/log/lightdm/lightdm.log
 [+0.12s] DEBUG: Starting Light Display Manager 1.10.3, UID=0 PID=862 
[+0.12s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d 
[+0.12s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/01_debian.conf 
[+0.12s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d 
[+0.12s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d 
[+0.12s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf 
[+0.12s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager 
[+0.12s] DEBUG: Registered seat module xlocal 
[+0.12s] DEBUG: Registered seat module xremote 
[+0.12s] DEBUG: Registered seat module unity
 [+0.12s] DEBUG: Registered seat module surfaceflinger 
[+1.17s] DEBUG: Adding default seat 
[+1.17s] DEBUG: Seat: Starting 
[+1.17s] DEBUG: Seat: Creating user session 
[+1.17s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error. Org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files 
[+1.17s] DEBUG: Loading user config from /etc/lightdm/users.conf 
[+1.48s] DEBUG: User asus added 
[+1.48s] DEBUG: User forfiter added 
[+1.48s] DEBUG: User jacek added 
[+1.62s] DEBUG: Seat: Creating display server of type x 
[+1.62s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory) 
[+1.62s] DEBUG: Using VT 7 
[+1.62s] DEBUG: Seat: Starting local X display on VT 7 
[+1.62s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log 
[+1.66s] DEBUG: DisplayServer x-0: Writing X server authority to /var/run/lightdm/root/:0 
[+1.66s] DEBUG: DisplayServer x-0: Launching X Server 
[+1.66s] DEBUG: Launching process 900: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 
[+1.66s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0 
[+1.66s] DEBUG: Acquired bus name org.freedesktop.DisplayManager 
[+1.66s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0 
[+7.42s] DEBUG: Got signal 10 from process 900 
[+7.42s] DEBUG: DisplayServer x-0: Got signal from X server :0 
[+7.42s] DEBUG: DisplayServer x-0: Connecting to XServer :0 
[+7.42s] DEBUG: Seat: Display server ready, starting session authentication 
[+7.42s] DEBUG: Session pid=996: Started with service 'lightdm-autologin', username 'asus' 
[+7.45s] DEBUG: Session pid=996: Authentication complete with return value 0: Success 
[+7.45s] DEBUG: Seat: Session authenticated, running command 
[+7.45s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0 
[+7.46s] DEBUG: Session pid=996: Running command /etc/X11/Xsession default 
[+7.46s] DEBUG: Creating shared data directory /var/lib/lightdm/data/asus 
[+7.46s] DEBUG: Session pid=996: Logging to .xsession-errors 
[+7.61s] DEBUG: Activating VT 7 
[+7.61s] DEBUG: Activating login1 session 2 
[+7.80s] DEBUG: Session pid=996: Exited with return value 0 
[+7.80s] DEBUG: Seat: Session stopped 
[+7.80s] DEBUG: Seat: Stopping display server, no sessions require it 
[+7.80s] DEBUG: Sending signal 15 to process 900 
[+8.82s] DEBUG: Process 900 exited with return value 0 
[+8.82s] DEBUG: DisplayServer x-0: X server stopped 
[+8.82s] DEBUG: Releasing VT 7 
[+8.82s] DEBUG: DisplayServer x-0: Removing X server authority /var/run/lightdm/root/:0 
[+8.82s] DEBUG: Seat: Display server stopped 
[+8.82s] DEBUG: Seat: Active display server stopped, starting greeter 
[+8.82s] DEBUG: Seat: Creating greeter session 
[+8.88s] DEBUG: Seat: Creating display server of type x 
[+8.88s] DEBUG: Using VT 7 
[+8.88s] DEBUG: Seat: Starting local X display on VT 7 
[+8.88s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log 
[+8.88s] DEBUG: DisplayServer x-0: Writing X server authority to /var/run/lightdm/root/:0 
[+8.88s] DEBUG: DisplayServer x-0: Launching X Server 
[+8.88s] DEBUG: Launching process 1023: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 
[+8.88s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0 
[+10.50s] DEBUG: Got signal 10 from process 1023 
[+10.50s] DEBUG: DisplayServer x-0: Got signal from X server :0 
[+10.50s] DEBUG: DisplayServer x-0: Connecting to XServer :0 
[+10.50s] DEBUG: Seat: Display server ready, starting session authentication 
[+10.50s] DEBUG: Session pid=1031: Started with service 'lightdm-greeter', username 'lightdm' 
[+10.53s] DEBUG: Session pid=1031: Authentication complete with return value 0: Success 
[+10.53s] DEBUG: Seat: Session authenticated, running command 
[+10.53s] DEBUG: Session pid=1031: Running command /usr/sbin/lightdm-gtk-greeter 
[+10.53s] DEBUG: Creating shared data directory /var/lib/lightdm/data/lightdm 
[+10.53s] DEBUG: Session pid=1031: Logging to /var/log/lightdm/x-0-greeter.log 
[+10.56s] DEBUG: Activating VT 7 
[+10.56s] DEBUG: Activating login1 session c1 
[+11.77s] DEBUG: Session pid=1031: Greeter connected version=1.10.3 
[+13.28s] DEBUG: Session pid=1031: Greeter start authentication 
[+13.28s] DEBUG: Session pid=1055: Started with service 'lightdm-autologin', username '(null)' 
[+13.29s] DEBUG: Session pid=1055: Got 1 message(s) from PAM 
[+13.29s] DEBUG: Session pid=1031: Prompt greeter with 1 message(s) 
[+18.94s] DEBUG: Session pid=1031: Greeter start authentication for asus 
[+18.94s] DEBUG: Session pid=1055: Sending SIGTERM 
[+18.94s] DEBUG: Session pid=1058: Started with service 'lightdm-autologin', username 'asus' 
[+18.94s] DEBUG: Session pid=1055: Terminated with signal 15 
[+18.94s] DEBUG: Session: Failed during authentication 
[+18.94s] DEBUG: Seat: Session stopped 
[+18.97s] DEBUG: Session pid=1058: Authentication complete with return value 0: Success 
[+18.97s] DEBUG: Session pid=1031: Authenticate result for user asus: Success
 [+18.97s] DEBUG: Session pid=1031: User asus authorized 
[+22.57s] DEBUG: Session pid=1031: Greeter sets language pl_PL.utf8
 [+22.57s] DEBUG: Session pid=1031: Greeter requests session lightdm-xsession 
[+22.57s] DEBUG: Seat: Stopping greeter; display server will be re-used for user session 
[+22.57s] DEBUG: Session pid=1031: Sending SIGTERM 
[+22.59s] DEBUG: Session pid=1031: Greeter closed communication channel
 [+22.59s] DEBUG: Session pid=1031: Exited with return value 0
 [+22.59s] DEBUG: Seat: Session stopped 
[+22.59s] DEBUG: Seat: Greeter stopped, running session
 [+22.59s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
 [+22.59s] DEBUG: Session pid=1058: Running command /etc/X11/Xsession default
 [+22.59s] DEBUG: Creating shared data directory /var/lib/lightdm/data/asus
 [+22.59s] DEBUG: Session pid=1058: Logging to .xsession-errors
 [+22.63s] DEBUG: Activating VT 7
 [+22.63s] DEBUG: Activating login1 session 3 
[+22.81s] DEBUG: Session pid=1058: Exited with return value 0
 [+22.81s] DEBUG: Seat: Session stopped
 [+22.81s] DEBUG: Seat: Stopping display server, no sessions require it
 [+22.81s] DEBUG: Sending signal 15 to process 1023
 [+23.75s] DEBUG: Process 1023 exited with return value 0 
[+23.75s] DEBUG: DisplayServer x-0: X server stopped 
[+23.75s] DEBUG: Releasing VT 7
 [+23.75s] DEBUG: DisplayServer x-0: Removing X server authority /var/run/lightdm/root/:0
 [+23.75s] DEBUG: Seat: Display server stopped
 [+23.75s] DEBUG: Seat: Active display server stopped, starting greeter
 [+23.75s] DEBUG: Seat: Creating greeter session
 [+23.75s] DEBUG: Seat: Creating display server of type x 
[+23.75s] DEBUG: Using VT 7
 [+23.75s] DEBUG: Seat: Starting local X display on VT 7
 [+23.75s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log 
[+23.75s] DEBUG: DisplayServer x-0: Writing X server authority to /var/run/lightdm/root/:0 
[+23.75s] DEBUG: DisplayServer x-0: Launching X Server
 [+23.75s] DEBUG: Launching process 1074: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
 [+23.75s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0 
[+25.35s] DEBUG: Got signal 10 from process 1074
 [+25.35s] DEBUG: DisplayServer x-0: Got signal from X server :0
 [+25.35s] DEBUG: DisplayServer x-0: Connecting to XServer :0
 [+25.35s] DEBUG: Seat: Display server ready, starting session authentication
 [+25.35s] DEBUG: Session pid=1082: Started with service 'lightdm-greeter', username 'lightdm'
 [+25.36s] DEBUG: Session pid=1082: Authentication complete with return value 0: Success
 [+25.36s] DEBUG: Seat: Session authenticated, running command 
[+25.36s] DEBUG: Session pid=1082: Running command /usr/sbin/lightdm-gtk-greeter
 [+25.36s] DEBUG: Creating shared data directory /var/lib/lightdm/data/lightdm 
[+25.36s] DEBUG: Session pid=1082: Logging to /var/log/lightdm/x-0-greeter.log
 [+25.37s] DEBUG: Activating VT 7 
[+25.37s] DEBUG: Activating login1 session c2
 [+25.47s] DEBUG: Session pid=1082: Greeter connected version=1.10.3
 [+26.03s] DEBUG: Session pid=1082: Greeter start authentication
 [+26.03s] DEBUG: Session pid=1103: Started with service 'lightdm-autologin', username '(null)'
 [+26.03s] DEBUG: Session pid=1103: Got 1 message(s) from PAM
 [+26.03s] DEBUG: Session pid=1082: Prompt greeter with 1 message(s)
 [+28.48s] DEBUG: Session pid=1082: Greeter start authentication for jacek
 [+28.48s] DEBUG: Session pid=1103: Sending SIGTERM
 [+28.48s] DEBUG: Session pid=1105: Started with service 'lightdm-autologin', username 'jacek' 
[+28.48s] DEBUG: Session pid=1103: Terminated with signal 15 
[+28.48s] DEBUG: Session: Failed during authentication
 [+28.48s] DEBUG: Seat: Session stopped
 [+28.50s] DEBUG: Session pid=1105: Authentication complete with return value 0: Success
 [+28.50s] DEBUG: Session pid=1082: Authenticate result for user jacek: Success
 [+28.50s] DEBUG: Session pid=1082: User jacek authorized 
[+30.06s] DEBUG: Session pid=1082: Greeter sets language pl_PL.utf8
 [+30.07s] CRITICAL: g_dbus_connection_call_sync_internal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed
 [+30.07s] DEBUG: Writing /home/jacek/.dmrc
 [+30.07s] DEBUG: Session pid=1082: Greeter requests session lightdm-xsession 
[+30.07s] CRITICAL: g_dbus_connection_call_sync_internal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed
 [+30.07s] DEBUG: Writing /home/jacek/.dmrc
 [+30.11s] DEBUG: Seat: Stopping greeter; display server will be re-used for user session
 [+30.11s] DEBUG: Session pid=1082: Sending SIGTERM
 [+30.12s] DEBUG: Session pid=1082: Greeter closed communication channel
 [+30.12s] DEBUG: Session pid=1082: Exited with return value 0
 [+30.12s] DEBUG: Seat: Session stopped
 [+30.12s] DEBUG: Seat: Greeter stopped, running session
 [+30.12s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session2
 [+30.12s] DEBUG: Session pid=1105: Running command /etc/X11/Xsession default
 [+30.12s] DEBUG: Creating shared data directory /var/lib/lightdm/data/jacek 
[+30.12s] DEBUG: Session pid=1105: Logging to .xsession-errors
 [+30.16s] DEBUG: Activating VT 7 
[+30.16s] DEBUG: Activating login1 session 4
 [+30.16s] DEBUG: Session pid=1105: Exited with return value 1
 [+30.16s] DEBUG: Seat: Session stopped 
[+30.16s] DEBUG: Seat: Stopping display server, no sessions require it
 [+30.16s] DEBUG: Sending signal 15 to process 1074
 [+31.25s] DEBUG: Process 1074 exited with return value 0 
[+31.25s] DEBUG: DisplayServer x-0: X server stopped 
[+31.25s] DEBUG: Releasing VT 7
 [+31.25s] DEBUG: DisplayServer x-0: Removing X server authority /var/run/lightdm/root/:0
 [+31.25s] DEBUG: Seat: Display server stopped 
[+31.25s] DEBUG: Seat: Active display server stopped, starting greeter
 [+31.25s] DEBUG: Seat: Creating greeter session
 [+31.25s] DEBUG: Seat: Creating display server of type x
 [+31.25s] DEBUG: Using VT 7
 [+31.25s] DEBUG: Seat: Starting local X display on VT 7
 [+31.25s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log
 [+31.25s] DEBUG: DisplayServer x-0: Writing X server authority to /var/run/lightdm/root/:0 
[+31.25s] DEBUG: DisplayServer x-0: Launching X Server
 [+31.26s] DEBUG: Launching process 1119: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
 [+31.26s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0
 [+32.91s] DEBUG: Got signal 10 from process 1119
 [+32.91s] DEBUG: DisplayServer x-0: Got signal from X server :0
 [+32.91s] DEBUG: DisplayServer x-0: Connecting to XServer :0
 [+32.91s] DEBUG: Seat: Display server ready, starting session authentication 
[+32.91s] DEBUG: Session pid=1127: Started with service 'lightdm-greeter', username 'lightdm' 
[+32.93s] DEBUG: Session pid=1127: Authentication complete with return value 0: Success
 [+32.93s] DEBUG: Seat: Session authenticated, running command 
[+32.93s] DEBUG: Session pid=1127: Running command /usr/sbin/lightdm-gtk-greeter
 [+32.93s] DEBUG: Creating shared data directory /var/lib/lightdm/data/lightdm
 [+32.93s] DEBUG: Session pid=1127: Logging to /var/log/lightdm/x-0-greeter.log
 [+32.94s] DEBUG: Activating VT 7
 [+32.94s] DEBUG: Activating login1 session c3
 [+33.04s] DEBUG: Session pid=1127: Greeter connected version=1.10.3
 [+33.60s] DEBUG: Session pid=1127: Greeter start authentication
 [+33.60s] DEBUG: Session pid=1148: Started with service 'lightdm-autologin', username '(null)'
 [+33.61s] DEBUG: Session pid=1148: Got 1 message(s) from PAM
 [+33.61s] DEBUG: Session pid=1127: Prompt greeter with 1 message(s)
 [+41.62s] DEBUG: Session pid=1127: Greeter start authentication for jacek
 [+41.62s] DEBUG: Session pid=1148: Sending SIGTERM
 [+41.62s] DEBUG: Session pid=1150: Started with service 'lightdm-autologin', username 'jacek'
 [+41.62s] DEBUG: Session pid=1148: Terminated with signal 15
 [+41.62s] DEBUG: Session: Failed during authentication
 [+41.62s] DEBUG: Seat: Session stopped
 [+41.66s] DEBUG: Session pid=1150: Authentication complete with return value 0: Success 
[+41.66s] DEBUG: Session pid=1127: Authenticate result for user jacek: Success
 [+41.66s] DEBUG: Session pid=1127: User jacek authorized
 [+43.99s] DEBUG: Session pid=1127: Greeter sets language pl_PL.utf8 
[+43.99s] CRITICAL: g_dbus_connection_call_sync_internal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed
 [+43.99s] DEBUG: Writing /home/jacek/.dmrc 
[+44.03s] DEBUG: Session pid=1127: Greeter requests session lightdm-xsession
 [+44.03s] CRITICAL: g_dbus_connection_call_sync_internal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed
 [+44.03s] DEBUG: Writing /home/jacek/.dmrc
 [+44.07s] DEBUG: Seat: Stopping greeter; display server will be re-used for user session
 [+44.07s] DEBUG: Session pid=1127: Sending SIGTERM
 [+44.08s] DEBUG: Session pid=1127: Greeter closed communication channel
 [+44.08s] DEBUG: Session pid=1127: Exited with return value 0 
[+44.08s] DEBUG: Seat: Session stopped
 [+44.08s] DEBUG: Seat: Greeter stopped, running session
 [+44.08s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session3
 [+44.09s] DEBUG: Session pid=1150: Running command /etc/X11/Xsession default
 [+44.09s] DEBUG: Creating shared data directory /var/lib/lightdm/data/jacek
 [+44.09s] DEBUG: Session pid=1150: Logging to .xsession-errors
 [+44.12s] DEBUG: Activating VT 7
 [+44.12s] DEBUG: Activating login1 session 5
 [+44.13s] DEBUG: Session pid=1150: Exited with return value 1 
[+44.13s] DEBUG: Seat: Session stopped 
[+44.13s] DEBUG: Seat: Stopping display server, no sessions require it
 [+44.13s] DEBUG: Sending signal 15 to process 1119 
[+45.07s] DEBUG: Process 1119 exited with return value 0
 [+45.07s] DEBUG: DisplayServer x-0: X server stopped
 [+45.07s] DEBUG: Releasing VT 7 
[+45.07s] DEBUG: DisplayServer x-0: Removing X server authority /var/run/lightdm/root/:0
 [+45.07s] DEBUG: Seat: Display server stopped
 [+45.07s] DEBUG: Seat: Active display server stopped, starting greeter
 [+45.07s] DEBUG: Seat: Creating greeter session
 [+45.07s] DEBUG: Seat: Creating display server of type x
 [+45.07s] DEBUG: Using VT 7
 [+45.07s] DEBUG: Seat: Starting local X display on VT 7
 [+45.07s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log
 [+45.07s] DEBUG: DisplayServer x-0: Writing X server authority to /var/run/lightdm/root/:0
 [+45.07s] DEBUG: DisplayServer x-0: Launching X Server
 [+45.08s] DEBUG: Launching process 1163: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
 [+45.08s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0
 [+46.65s] DEBUG: Got signal 10 from process 1163
 [+46.65s] DEBUG: DisplayServer x-0: Got signal from X server :0
 [+46.65s] DEBUG: DisplayServer x-0: Connecting to XServer :0 
[+46.65s] DEBUG: Seat: Display server ready, starting session authentication
 [+46.65s] DEBUG: Session pid=1171: Started with service 'lightdm-greeter', username 'lightdm'
 [+46.67s] DEBUG: Session pid=1171: Authentication complete with return value 0: Success 
[+46.67s] DEBUG: Seat: Session authenticated, running command 
[+46.67s] DEBUG: Session pid=1171: Running command /usr/sbin/lightdm-gtk-greeter
 [+46.67s] DEBUG: Creating shared data directory /var/lib/lightdm/data/lightdm 
[+46.67s] DEBUG: Session pid=1171: Logging to /var/log/lightdm/x-0-greeter.log
 [+46.68s] DEBUG: Activating VT 7 [+46.68s] DEBUG: Activating login1 session c4 
[+46.78s] DEBUG: Session pid=1171: Greeter connected version=1.10.3
 [+47.33s] DEBUG: Session pid=1171: Greeter start authentication
 [+47.33s] DEBUG: Session pid=1192: Started with service 'lightdm-autologin', username '(null)'
 [+47.34s] DEBUG: Session pid=1192: Got 1 message(s) from PAM
 [+47.34s] DEBUG: Session pid=1171: Prompt greeter with 1 message(s) 
[+49.66s] DEBUG: Session pid=1171: Greeter start authentication for root
 [+49.66s] DEBUG: Session pid=1192: Sending SIGTERM
 [+49.66s] DEBUG: Session pid=1194: Started with service 'lightdm-autologin', username 'root' 
[+49.66s] DEBUG: Session pid=1192: Terminated with signal 15
 [+49.66s] DEBUG: Session: Failed during authentication
 [+49.66s] DEBUG: Seat: Session stopped
 [+49.70s] DEBUG: Session pid=1194: Authentication complete with return value 0: Success
 [+49.70s] DEBUG: Session pid=1171: Authenticate result for user root: Success
 [+49.70s] DEBUG: Session pid=1171: User root authorized
 [+50.85s] DEBUG: Session pid=1171: Greeter sets language pl_PL.utf8 
[+50.86s] DEBUG: Session pid=1171: Greeter requests session lightdm-xsession
 [+50.86s] DEBUG: Seat: Stopping greeter; display server will be re-used for user session
 [+50.86s] DEBUG: Session pid=1171: Sending SIGTERM 
[+50.90s] DEBUG: Session pid=1171: Greeter closed communication channel 
[+50.90s] DEBUG: Session pid=1171: Exited with return value 0 
[+50.90s] DEBUG: Seat: Session stopped 
[+50.90s] DEBUG: Seat: Greeter stopped, running session
 [+50.90s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session4
 [+50.90s] DEBUG: Session pid=1194: Running command /etc/X11/Xsession default
 [+50.90s] DEBUG: Creating shared data directory /var/lib/lightdm/data/root
 [+50.90s] DEBUG: Session pid=1194: Logging to .xsession-errors 
[+50.94s] DEBUG: Activating VT 7 
[+50.94s] DEBUG: Activating login1 session 6
Awatar użytkownika
marcin1982
Moderator
Posty: 1732
Rejestracja: 05 maja 2011, 12:59
Lokalizacja: Zagłębie Dąbrowskie

Post autor: marcin1982 »

Używaj tagów CODE.
ODPOWIEDZ