Sony vaio with 6 gig ram and 128 ssd. Upgraded to mageia 9 using the dnf method. After grub the screen freezes. I have to select an earlier kernel to boot into mageia 8. Tried to install wayland in mageia 8 using the following command
- Code: Select all
dnf install plasma-workspace-wayland
received the followiing error message.
- Code: Select all
Downloading Packages:
(1/5): kwayland-integration-5.27.5-1.mga9.x86_64.rpm 71 kB/s | 44 kB 00:00
(2/5): lib64qt5waylandcompositor5-5.15.7-2.mga9.x86_64.rpm 526 kB/s | 419 kB 00:00
(3/5): kwin-wayland-5.27.5-1.mga9.x86_64.rpm 604 kB/s | 577 kB 00:00
(4/5): plasma-workspace-wayland-5.27.5-2.mga9.x86_64.rpm 218 kB/s | 75 kB 00:00
(5/5): qtwayland5-5.15.7-2.mga9.x86_64.rpm 1.2 MB/s | 438 kB 00:00
----------------------------------------------------------------------------------------------------------------------------------------------
Total 1.0 MB/s | 1.5 MB 00:01
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Running transaction check
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
RPM: warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
RPM: error: cannot open Packages index using bdb_ro - Operation not permitted (1)
RPM: error: cannot open Packages database in /var/lib/rpm
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Could not run transaction.
Database perhaps locked. Also mga9.x86_64 in package name means I am trying to install mageia 9 package in mageia 8.
Issued
- Code: Select all
dnf clean packages
received
- Code: Select all
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
5 files removed
Thanks for your help in this matter.