Push to stable please since we are facing an issue with 2.10 wrt change in result file names.
Unfortunately I'm having this issue: https://github.com/varlink/python/issues/5
$ python3 -m varlink.cli help unix:/run/io.projectatomic.podman
Traceback (most recent call last):
File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.6/site-packages/varlink/cli.py", line 107, in <module>
args.func(args)
File "/usr/lib/python3.6/site-packages/varlink/cli.py", line 60, in varlink_help
client = varlink.Client(address)
File "/usr/lib/python3.6/site-packages/varlink/client.py", line 328, in __init__
if address[0] == '@':
IndexError: string index out of range
Works well!
fixed the issue with plugging headphones for me
I installed directly from koji: dnf install https://kojipkgs.fedoraproject.org//packages/conu/0.2.0/1.fc27/noarch/python3-conu-0.2.0-1.fc27.noarch.rpm https://kojipkgs.fedoraproject.org//pack
ages/conu/0.2.0/1.fc27/noarch/python2-conu-0.2.0-1.fc27.noarch.rpm
Works as expected.
I installed these packages on my rawhide box, and openshift origin still can't run -- getting the same error as Petr mentioned above:
Error: failed to start container "deployment":
Error response from daemon: {"message":"oci runtime error: container_linux.go:247: starting container process caused \"process_linux.go:364: container init caused \\\"rootfs
_linux.go:54: mounting \\\\\\\"/var/lib/origin/openshift.local.volumes/pods/61474a7b-c854-11e7-a327-68f728aba37f/volumes/kubernetes.io~secret/deployer-token-frqln\\\\\\\" to
rootfs \\\\\\\"/var/lib/docker/overlay2/17772cead9f9fb1d52d6dc456a881cd6a828c8bb08bd91267805478a5732f29a/merged\\\\\\\" at \\\\\\\"/var/lib/docker/overlay2/17772cead9f9fb1d52
d6dc456a881cd6a828c8bb08bd91267805478a5732f29a/merged/run/secrets/kubernetes.io/serviceaccount\\\\\\\" caused \\\\\\\"mkdir /var/lib/docker/overlay2/17772cead9f9fb1d52d6dc456
a881cd6a828c8bb08bd91267805478a5732f29a/merged/run/secrets/kubernetes.io: read-only file system\\\\\\\"\\\"\"\n"}
lgtm
lgtm
Works as expected.
works for me
works for me
works fine
works just fine
Push to stable please since we are facing an issue with 2.10 wrt change in result file names.