question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error start service with using libseccomp v2.5.1

See original GitHub issue

After updating libseccomp library from version 2.5.0 to 2.5.1, error starting wsdd service:

wsdd[758]: Traceback (most recent call last):
wsdd[758]:   File "/nix/store/qjz0v56g21h9skg678rsdc5wxz31dci2-wsdd-0.6.2/bin/.wsdd-wrapped", line 1684, in <module>
wsdd[758]:     sys.exit(main())
wsdd[758]:   File "/nix/store/qjz0v56g21h9skg678rsdc5wxz31dci2-wsdd-0.6.2/bin/.wsdd-wrapped", line 1629, in main
wsdd[758]:     nm = NetlinkAddressMonitor(s)
wsdd[758]:   File "/nix/store/qjz0v56g21h9skg678rsdc5wxz31dci2-wsdd-0.6.2/bin/.wsdd-wrapped", line 957, in __call__
wsdd[758]:     obj = super().__call__(*args, **kwargs)
wsdd[758]:   File "/nix/store/qjz0v56g21h9skg678rsdc5wxz31dci2-wsdd-0.6.2/bin/.wsdd-wrapped", line 1162, in __init__
wsdd[758]:     self.socket = socket.socket(socket.AF_NETLINK, socket.SOCK_RAW,
wsdd[758]:   File "/nix/store/jdp800qwb3v330ggl6iq722ww96q2444-python3-3.8.6/lib/python3.8/socket.py", line 231, in __init__
wsdd[758]:     _socket.socket.__init__(self, family, type, proto, fileno)
wsdd[758]: OSError: [Errno 97] Address family not supported by protocol
systemd[1]: samba-wsdd.service: Main process exited, code=exited, status=1/FAILURE

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
christgaucommented, Dec 17, 2020

With AF_NETLINK worked.

Great.

Need add SOCK_RAW and NETLINK_ROUTE ?

No. These aren’t address families.

0reactions
Izorkincommented, Dec 17, 2020

Created a PR to fix the WSDD service in NixOS - https://github.com/NixOS/nixpkgs/pull/107112

Read more comments on GitHub >

github_iconTop Results From Across the Web

issue creating containers due to seccomp failure ( error ...
This looks like a docker issue due to using an out of date version ... ERROR: for webpack Cannot start service webpack: OCI...
Read more >
1908281 – libseccomp: Add support for newer system calls ...
1-3.el7.x86_64 container-selinux-2.119.2-1.911c772.el7_8.noarch This version has faccessat2 support on the Docker CE side. Then run: docker run fedora:rawhide / ...
Read more >
3 Common Tasks — The Yocto Project ® 4.1.999 documentation
During the build process, BitBake displays an error on starting if it detects ... a service, which is a process that usually starts...
Read more >
Docker Compose release notes | Docker Documentation
Fixed issue of compose down command that when executed in contexts without any services started or resources to be deleted was returning an...
Read more >
dial tcp: lookup docker on x.x.x.x:53: no such host error runner ...
When running gitlab-runner inside docker on an armhf platform the following error is thrown when trying to run docker login:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found