kolage

Results 93 comments of kolage

Hi, at first glance, I don't see a reason why dnf shouldn't display the installed packages. > After dnf install completed, i run At this point, could you try running...

> Could you test it out, here's an case ? > > ``` > # Create container > dnf install \ > --releasever=9 --nodocs -4 --assumeyes \ > --installroot=/var/lib/machines/oel9.home.lab \...

> Perhaps one of us is doing something wrong. > > For the sake of the experiment, let's take a third-party image from https://hub.nspawn.org/images/. > > So, let's try it:...

> First problem version:dnf-4.6.0 related: #1689 I tried to give the code to solve the problem, but I'm not sure if it's correct. PR:#2042 Please help me review it together....

True, it can be simply reproduced, like: ``` dnf --installroot /home/user/installroot/ --setopt=cachedir=/home/user/cache repoquery --releasever 40 ``` This results in storing the `expired_repos.json` file inside the `/home/user/installroot/home/user/cache` instead in the `/home/user/cache`,...

Hi, I believe this is a duplicate of the librepo issue, which you can find here: https://github.com/rpm-software-management/librepo/issues/293. Since both dnf4 and dnf5 use librepo as the backend, it's a common...

> > Hi, I believe this is a duplicate of the librepo issue, which you can find here: [rpm-software-management/librepo#293](https://github.com/rpm-software-management/librepo/issues/293). Since both dnf4 and dnf5 use librepo as the backend, it's...

Hi, I agree this is an issue when the `/var/cache/dnf` is not writeable. Regarding the second part of your report, I was not able to reproduce it running Fedora 38...

Thanks. I recall some reported issues with sqlite3 >= 3.42, will try testing it with some Fedora Rawhide container to reproduce it and figure out the cause. When the bash...

I apologize, but I'm unable to reproduce the issue. I tested the Fedora Rawhide container with dnf 4.18.1, and sqlite 3.44.0 and 3.43.2 versions, but it consistently generates only the...