[Bug 1209020] New: zypper seems to be confused when --root and --cache-dir are both used at the same time
https://bugzilla.suse.com/show_bug.cgi?id=1209020 Bug ID: 1209020 Summary: zypper seems to be confused when --root and --cache-dir are both used at the same time Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: libzypp Assignee: zypp-maintainers@suse.de Reporter: fbui@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- When initializing a rootfs and requesting zypper to place its cache dir outside of the rootfs:
zypper --root /tmp/root --cache-dir=/root/zypper-cache install aaa_base
the rootfs ends up with some files that belong to zypper caches:
# find /tmp/root/root/ /tmp/root/root/zypper-cache /tmp/root/root/zypper-cache/solv /tmp/root/root/zypper-cache/solv/@System /tmp/root/root/zypper-cache/solv/@System/solv.idx /tmp/root/root/zypper-cache/solv/@System/solv /tmp/root/root/zypper-cache/solv/@System/cookie
I expect that all zypper cache objects are stored in /root/zypper-cache instead. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1209020 https://bugzilla.suse.com/show_bug.cgi?id=1209020#c1 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED --- Comment #1 from Michael Andres <ma@suse.com> --- Looks like the rpmdb cache stays inside the chroot. That's not intended. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com