-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: [Errno 2] No such file or directory: '/run/containers/registries.conf' #23
Comments
This is a serious bug. It stopped all our dockers from running. SOLUTION: Downgrade to 1.19.1-5.git48c224b.el7 on (CentOS and SL) |
@mikkeljohnsen are you still seeing this and on what OS? |
@baude I'm on Scientific Linux. This will fail to start: atomic-registries-1.20.1-3.git840732d.el7.x86_64 But atomic-registries-1.19.1-5.git48c224b.el7.x86_64 works I found similar problems on CentOS (on google) |
But looking at the error, I'm not 100% it was the same. The file "/usr/libexec/registries" is completely different in 1.20.1 and the error was on line 5. Something about "Module" (from pkg_resources import load_entry_point) |
@mikkeljohnsen there is a new version of registries with a couple of changes. Are you on freenode by chance? I'm rangerpb there...maybe we can talk there and hash this out ? |
That sounds like https://bugzilla.redhat.com/show_bug.cgi?id=1520466 |
just need python-setuptools for that one. |
On the Fedora Atomic Host Continuous stream[0], the
registries
service is failing to start:This happened when the
atomic.spec
file changed here:http://pkgs.fedoraproject.org/cgit/rpms/atomic.git/commit/?id=336bf59b64dc212d36b41d5dd577fde13d6f56ee
...and then
atomic-registries
was built from git master.[0] https://pagure.io/fedora-atomic-host-continuous
The text was updated successfully, but these errors were encountered: