You are not logged in.
I'm trying to downgrade a kernel using packages in the cache.
When i try to do
sudo pacman -Up --debug kernel26-2.6.30.6-1-i686.pkg.tar.gz virtualbox-ose-3.0.6-1-i686.pkg.tar.gz virtualbox-modules-3.0.6-1-i686.pkg.tar.gz ndiswrapper-utils-1.55-1-i686.pkg.tar.gz ndiswrapper-1.55-1-i686.pkg.tar.gzin /var/cache/pacman/pkg (all other packages are dependencies)
I get
debug: returning error 26 from alpm_trans_commit : transaction commit attempt when database is not locked
error: failed to commit transaction (transaction commit attempt when database is not locked)Anybody has any idea why i get this error or how can i downgrade kernel package?
Offline
Hi,
maybe try "-Uf". But no guarantee! It could damage your system too!
ZaQ
Offline
I'm trying to downgrade a kernel using packages in the cache.
When i try to do
sudo pacman -Up --debug kernel26-2.6.30.6-1-i686.pkg.tar.gz virtualbox-ose-3.0.6-1-i686.pkg.tar.gz virtualbox-modules-3.0.6-1-i686.pkg.tar.gz ndiswrapper-utils-1.55-1-i686.pkg.tar.gz ndiswrapper-1.55-1-i686.pkg.tar.gzin /var/cache/pacman/pkg (all other packages are dependencies)
I getdebug: returning error 26 from alpm_trans_commit : transaction commit attempt when database is not locked error: failed to commit transaction (transaction commit attempt when database is not locked)Anybody has any idea why i get this error or how can i downgrade kernel package?
do not use that -p flag.
Offline
Yes!. You're right. p option was extra. I thought that -p is for files
Offline
The -p/--file flag exists, but only in conjunction with -Q/--query.
There is also the -p/--print-uris flag, which only applies to -S/--sync.
Offline