| Author |
Message |
viking
|
|
Post subject: unlock session live cd password problem
Posted: 18.09.2010, 03:10
|
|

Joined: 2010-09-18
Posts: 2
Status: Offline
|
|
| When I am using the live cd or dvd, and the session locks out after I leave it for a while. When I try and use the password I have created I always get a log in failure message. I have also tried the procedure mentioned in the manual regarding a lock out. |
|
|
| |
|
|
|
 |
gerd
|
|
Post subject: RE: unlock session live cd password problem
Posted: 18.09.2010, 08:59
|
|

Joined: 2010-09-13
Posts: 94
Status: Offline
|
|
| Is your password for the user or for root? How do you have created your password? |
|
|
| |
|
|
|
 |
viking
|
|
Post subject:
Posted: 18.09.2010, 15:05
|
|

Joined: 2010-09-18
Posts: 2
Status: Offline
|
|
| I created the password using the sudo passwd command. |
|
|
| |
|
|
|
 |
gerd
|
|
Post subject:
Posted: 18.09.2010, 15:58
|
|

Joined: 2010-09-13
Posts: 94
Status: Offline
|
|
| "sudo passwd" without further arguments? Then you set a root password, but for wakeup you need a password for the normal user (I think it is sidux, but whoami in a terminal will tell) if you really need one. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: 18.09.2010, 20:31
|
|
Team Member

Joined: 2010-08-26
Posts: 168
|
|
| the normal user is named ai ist should be: aptosid |
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
| |
|
|
|
 |
|
|
Post subject: Solved! unlock session live cd password problem
Posted: 11.09.2012, 23:00
|
|

Joined: 2011-01-27
Posts: 41
|
|
I solved this way:
1) Ctrl + Alt + F1
2) ~$ sudo passwd (with the creation of password)
3) ~$ su (become root)
4) # init 3
5) # init 5 && exit
and so will unlock your session when you want and as many times as you want.
I hope it's useful.
Hello. |
|
|
| |
|
|
|
 |
bfree
|
|
Post subject: RE: Solved! unlock session live cd password problem
Posted: 12.09.2012, 09:19
|
|
Team Member

Joined: 2010-08-26
Posts: 225
Status: Offline
|
|
| All you need to do is create a password for the normal live user. So instead of "sudo passwd" (which sets the password for root), just "passwd" (which sets the password for the current user). |
|
|
| |
|
|
|
 |
|
|