Comments

24 Comments

This update has been unpushed.

I had to run:

systemclt stop docker
rm -rf /var/lib/docker/
systemctl start docker

To get rid of this error:

bash: error while loading shared libraries: /lib/x86_64-linux-gnu/libc.so.6: cannot apply additional memory protection after relocation: Permission denied

It's caused by SELinux (with setenforce 0 it disapears). Other than that, it works and my namespaces issues are gone.

Do you know where the SELinux issue might come from?

Hi, Can this be pushed to stable?

BZ#1647091 Nautilus integration not working/shows nothing
BZ#1649714 nextcloud-client-2.5.0 is available

This update has been unpushed.

This update has been unpushed.

This update has been unpushed.

BZ#1465754 python-docker 2.4.0

When I launch docker compose I get this:

ERROR: for postgres-auth  expected string or bytes-like object
Traceback (most recent call last):
  File "/usr/bin/docker-compose", line 11, in <module>
    load_entry_point('docker-compose==1.14.0', 'console_scripts', 'docker-compose')()
  File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 68, in main
    command()
  File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 118, in perform_command
    handler(command, command_options)
  File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 926, in up
    scale_override=parse_scale_args(options['--scale']),
  File "/usr/lib/python3.6/site-packages/compose/project.py", line 424, in up
    get_deps
  File "/usr/lib/python3.6/site-packages/compose/parallel.py", line 69, in parallel_execute
    raise error_to_reraise
  File "/usr/lib/python3.6/site-packages/compose/parallel.py", line 167, in producer
    result = func(obj)
  File "/usr/lib/python3.6/site-packages/compose/project.py", line 410, in do
    rescale=rescale
  File "/usr/lib/python3.6/site-packages/compose/service.py", line 460, in execute_convergence_plan
    self.show_scale_warnings(scale)
  File "/usr/lib/python3.6/site-packages/compose/service.py", line 205, in show_scale_warnings
    if self.specifies_host_port() and desired_num > 1:
  File "/usr/lib/python3.6/site-packages/compose/service.py", line 983, in specifies_host_port
    return any(has_host_port(binding) for binding in self.options.get('ports', []))
  File "/usr/lib/python3.6/site-packages/compose/service.py", line 983, in <genexpr>
    return any(has_host_port(binding) for binding in self.options.get('ports', []))
  File "/usr/lib/python3.6/site-packages/compose/service.py", line 963, in has_host_port
    _, external_bindings = split_port(binding)
  File "/usr/lib/python3.6/site-packages/docker/utils/ports.py", line 57, in split_port
    match = PORT_SPEC.match(port)
TypeError: expected string or bytes-like object

I guess something this updates breaks compatibility with docker-compose 1.14.0 when they are ports exported/mapped.

Works for me.

BZ#1457246 docker-compose-1.14.0 is available

This doesn't work I'm afraid, we need python3-docker >= 2.3.0 which only exists for fedora 27 at this point: https://koji.fedoraproject.org/koji/packageinfo?packageID=23774

Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 655, in _build_master ws.require(requires) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 969, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 860, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (docker 2.2.1 (/usr/lib/python3.6/site-packages), Requirement.parse('docker>=2.3.0'), {'docker-compose'})

Can you push this to stable?

BZ#1431417 Update python-slugify to 1.2.1 in f25
karma

This works. Thanks.

BZ#1436000 Fail to find tests with rakudo but work correctly with rakudo-star

I just created a request for f25: FEDORA-2017-33402069a7

Thanks for pointing out that I forgot to push it for f25!

This works great. Thanks!

BZ#1394250 Review Request: python-async-timeout - asyncio-compatible timeout context manager

This update has been unpushed.

karma

Thanks for the quick fix!

BZ#1371413 git-cola 2.7 fails to launch
BZ#1371529 git-cola-2.8 is available
karma

At last, pgAdmin3 is working again! Thanks for the update.

BZ#1335043 [abrt] pgadmin3: pgConn::GetStatus(): pgadmin3 killed by SIGSEGV
karma

Problem solved. Thanks.

BZ#1348391 certbot complains it is old