[Rpm-maint] [rpm-software-management/rpm] EXDEV error with rename(2) on overlayfs (Issue #2355)
Michal Domonkos
notifications at github.com
Tue Mar 28 11:59:33 UTC 2023
FTR, the `mv(1)` command works around this by simply recursively copying the directory and removing the old one. Therefore, the workaround is as simple as doing:
```
# cd /usr/lib/sysimage
# cp -r rpm rpmold.1
# rm -rf rpm
# rpmdb --rebuilddb
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2355#issuecomment-1486736198
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2355/1486736198 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230328/bbbfb42a/attachment.html>
More information about the Rpm-maint
mailing list