DB lock created because of authentication failure #27

Closed
opened 2024-07-31 17:34:26 +02:00 by ProfessionalUwU · 1 comment
Collaborator

DB lock gets created when using the correct pw but locks you when you type the second pw wrong.

Trying to lock the pacman db. Please enter your password.
Password: 
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
Trying to unlock the pacman db. Please enter your password.
Password: 
su: Authentication failure
 -> /var/lib/pacman/db.lck is present.
 -> There may be another Pacman instance running. Waiting...

This can be fixed by using an interrupt and letting update remove the db lock.

DB lock gets created when using the correct pw but locks you when you type the second pw wrong. ``` Trying to lock the pacman db. Please enter your password. Password: tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets Trying to unlock the pacman db. Please enter your password. Password: su: Authentication failure -> /var/lib/pacman/db.lck is present. -> There may be another Pacman instance running. Waiting... ``` This can be fixed by using an interrupt and letting update remove the db lock.
ProfessionalUwU added the
bug
label 2024-07-31 17:34:26 +02:00
AustrianToast was assigned by ProfessionalUwU 2024-07-31 17:34:26 +02:00

Closing it, because the update script will no longer receive feature updates

Closing it, because the update script will no longer receive feature updates
Sign in to join this conversation.
No description provided.