- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to suppress the ipp Status messages in the output window of MSVC, because there are a lot of ipp messages which makes the use of debug traces very difficult. I'm using the c# programming language. I use a wrapper dll for the intel functions like fft. The wrapper dll uses a c++ dll which contains the calls of the Intel ipp funktions. The chatgpt gave me a lot of proposals, but nothing works. Any help is wecome
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
Yes, this is a common issue with Docker's isolation. Your script is failing because the container is sandboxed and cannot access the D-Bus socket on your host (WSL2), which is necessary to communicate with the Bluetooth service. The solution is to grant the container access by using the --privileged flag and a volume mount: docker run --privileged -v /var/run/dbus:/var/run/dbus .... This allows the container to access the host's system resources and resolve the FileNotFoundError.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page