FS#10946 - pacman lock persists after reboot
Attached to Project:
Pacman
Opened by Abhishek Dasgupta (abhidg) - Friday, 18 July 2008, 09:58 GMT
Last edited by Dan McGee (toofishes) - Friday, 18 July 2008, 12:04 GMT
Opened by Abhishek Dasgupta (abhidg) - Friday, 18 July 2008, 09:58 GMT
Last edited by Dan McGee (toofishes) - Friday, 18 July 2008, 12:04 GMT
|
Details
Description:
pacman lock persists after reboot. This should not be the case since it is clear that no package manager can be running when the OS is booting. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: Just do killall pacman; and then reboot the system. |
This task depends upon
Closed by Dan McGee (toofishes)
Friday, 18 July 2008, 12:04 GMT
Reason for closing: Won't fix
Additional comments about closing: See comment #2. Sorry we don't hold your hand and you can't follow simple instructions. Add something to your rc.local if you really care, its a bash one-liner.
Friday, 18 July 2008, 12:04 GMT
Reason for closing: Won't fix
Additional comments about closing: See comment #2. Sorry we don't hold your hand and you can't follow simple instructions. Add something to your rc.local if you really care, its a bash one-liner.
a rm /var/lib/pacman/db.lck into the startup or shutdown scripts.
that it shows this message because the previous pacman instance
failed somehow (as I said - by using killall); but there's no reason
why it should show this message after a clean boot.
Even if pacman crashed on an earlier session; since this session
is fresh - there's no reason to show this. Since the problem is resolved
by the user removing /var/lib/db/pacman.lck anyway and then re-running
pacman, the message does not help much. It does help (and is necessary)
when there's *really* another instance running ... but as I said, this
cannot be the case when the OS is starting.