fedora-cloud / docker-brew-fedora

MIT License
176 stars 46 forks source link

dnf update fails on fedora:rawhide #18

Closed lsm5 closed 9 years ago

lsm5 commented 9 years ago
$ sudo docker run -it fedora:rawhide dnf update
Config error: Can not read configuration: /etc/dnf/dnf.conf

ping @maxamillion, do we need a rel-eng ticket for this, or is it ok to just file issues here? :)

lsm5 commented 9 years ago

filing rel-eng tickets ain't exactly a joy :) , but I will if needed :)

maxamillion commented 9 years ago

To the best of my knowledge this is a bug with using overlayfs as the storage provider. Someone told me it was known upstream and being worked on. I'll follow up and find out where the bug is being tracked.

maxamillion commented 9 years ago

@lsm5 - Did you ever get a chance to test this against something other than overlayfs?

lsm5 commented 9 years ago

hmm, don't see this issue anymore, but iirc, I don't think I was using overlayfs

elmarco commented 8 years ago

I use overlayfs, and I can still see this issue.

maxamillion commented 8 years ago

To the best of my knowledge it is still an unresolved bug in dnf.

elmarco commented 8 years ago

btw, I noticed a selinux error, disabling selinux on host works around it. I have not investigated further.