Closed dhaavi closed 3 years ago
Sounds like a kernel update but you missed to reboot. Can you confirm?
I also tried adding cap_net_admin to the binary specifically, but also to no avail.
Can you post your kernel config? zcat /proc/config.gz
should do the trick
/proc/config.gz
is not provided in my case, but I found the config in /boot
:
NFQueue support seems to be included as a module. I made sure that the module was loaded. Also, creating the iptables rules was successful, so the nfqueue seems be enabled properly.
Seems to be a duplicate of #82 - updating to Linux Kernel v5.7 should do the trick.
The Portmaster was not able to initialize the nfqueue. This might be connected to #82 - but in that case the error later changed to not being able to initialize iptables itself.
What happened:
modules: could not start module interception: nfqueue(IPv4, out): Could not bind to requested queue 17040: netlink receive: operation not permitted
Anything else we need to know?:
Using Ubuntu flavour of Tuxedo.
Environment:
Version 0.6.4*
``` Portmaster development build, built on top version 0.6.4 commit heads/develop-0-gf5e2b0f9af37d9674022aa31bc4baa7f5edf154b-dirty built with go1.14.2 (gc) linux/amd64 using options by user@docker on 22.01.2021 Licensed under the AGPLv3 license. The source code is available here: https://github.com/safing/portmaster ```Platform: ubuntu 20.04
``` System: ubuntu linux (debian) 20.04 Kernel: 5.6.0-1033-oem x86_64 ```No Module Error
Unexpected Logs
``` 210122 14:59:29.474 ersistence:051 ā¶ WARN 008 metrics: failed to load metrics from db: could not start database core: database "core" not registered 210122 14:59:29.618 s/upgrader:237 ā¶ WARN 073 updates: parent process does not seem to be portmaster-start, name is sudo 210122 14:59:35.320 les/worker:092 ā¶ ERRO 080 resolver: service-worker name record delayed cache writer failed (1): could not start database cache (type bbolt): timeout - restarting in 2s 210122 14:59:35.493 dules/mgmt:108 ā¶ WARN 095 modules: could not start module interception: nfqueue(IPv4, out): Could not bind to requested queue 17040: netlink receive: operation not permitted 210122 14:59:35.493 les/worker:029 ā¶ WARN 098 subsystems: worker initial subsystem configuration failed: modules: could not start module interception: nfqueue(IPv4, out): Could not bind to requested queue 17040: netlink receive: operation not permitted 210122 15:02:14.667 CURRENT TIME ```Goroutine Stack
``` goroutine profile: total 45 8 @ 0x439000 0x449213 0x812e91 0x813500 0x4672f1 # 0x812e90 github.com/safing/portbase/api.(*DatabaseAPI).processSub+0x220 /home/user/go/src/github.com/safing/portbase/api/database.go:412 # 0x8134ff github.com/safing/portbase/api.(*DatabaseAPI).handleQsub+0x12f /home/user/go/src/github.com/safing/portbase/api/database.go:475 2 @ 0x439000 0x449213 0x65e7cc 0x5454e0 0x544f25 0x4672f1 # 0x65e7cb github.com/safing/portbase/database.(*Interface).DelayedCacheWriter+0x1cb /home/user/go/src/github.com/safing/portbase/database/interface_cache.go:34 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 2 @ 0x439000 0x449213 0x7dd9c4 0x5454e0 0x544f25 0x4672f1 # 0x7dd9c3 github.com/safing/portbase/rng.(*Feeder).run+0x2c3 /home/user/go/src/github.com/safing/portbase/rng/entropy.go:119 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x40cf64 0x44debc 0x507d82 0x4672f1 # 0x44debb os/signal.signal_recv+0x9b /usr/local/go/src/runtime/sigqueue.go:147 # 0x507d81 os/signal.loop+0x21 /usr/local/go/src/os/signal/signal_unix.go:23 1 @ 0x439000 0x407b57 0x40781b 0x99557b 0x4672f1 # 0x99557a github.com/godbus/dbus/v5.newConn.func1+0x4a /home/user/go/pkg/mod/github.com/godbus/dbus/v5@v5.0.3/conn.go:253 1 @ 0x439000 0x407b57 0x40781b 0xa982c6 0x5454e0 0x544f25 0x4672f1 # 0xa982c5 github.com/safing/portmaster/resolver.listenToMDNS+0x555 /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:129 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x49850b 0x4984ed 0x609f6f 0x61d4be 0x4feab3 0x4fec1f 0x7e3910 0x7e5e6c 0x7e6eff 0x7e767f 0x810943 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x49850a internal/poll.(*pollDesc).waitRead+0x19a /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x4984ec internal/poll.(*FD).Read+0x17c /usr/local/go/src/internal/poll/fd_unix.go:169 # 0x609f6e net.(*netFD).Read+0x4e /usr/local/go/src/net/fd_unix.go:202 # 0x61d4bd net.(*conn).Read+0x8d /usr/local/go/src/net/net.go:184 # 0x4feab2 bufio.(*Reader).fill+0x102 /usr/local/go/src/bufio/bufio.go:100 # 0x4fec1e bufio.(*Reader).Peek+0x4e /usr/local/go/src/bufio/bufio.go:138 # 0x7e390f github.com/gorilla/websocket.(*Conn).read+0x3f /home/user/go/pkg/mod/github.com/gorilla/websocket@v1.4.2/conn.go:370 # 0x7e5e6b github.com/gorilla/websocket.(*Conn).advanceFrame+0x5b /home/user/go/pkg/mod/github.com/gorilla/websocket@v1.4.2/conn.go:798 # 0x7e6efe github.com/gorilla/websocket.(*Conn).NextReader+0x8e /home/user/go/pkg/mod/github.com/gorilla/websocket@v1.4.2/conn.go:980 # 0x7e767e github.com/gorilla/websocket.(*Conn).ReadMessage+0x2e /home/user/go/pkg/mod/github.com/gorilla/websocket@v1.4.2/conn.go:1064 # 0x810942 github.com/safing/portbase/api.(*DatabaseAPI).handler+0x42 /home/user/go/src/github.com/safing/portbase/api/database.go:147 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x49850b 0x4984ed 0x609f6f 0x61d4be 0x79e268 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x49850a internal/poll.(*pollDesc).waitRead+0x19a /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x4984ec internal/poll.(*FD).Read+0x17c /usr/local/go/src/internal/poll/fd_unix.go:169 # 0x609f6e net.(*netFD).Read+0x4e /usr/local/go/src/net/fd_unix.go:202 # 0x61d4bd net.(*conn).Read+0x8d /usr/local/go/src/net/net.go:184 # 0x79e267 net/http.(*connReader).backgroundRead+0x57 /usr/local/go/src/net/http/server.go:678 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x49850b 0x4984ed 0x609f6f 0x61d4be 0xa9a58c 0xaa75ca 0x5454e0 0x544f25 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x49850a internal/poll.(*pollDesc).waitRead+0x19a /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x4984ec internal/poll.(*FD).Read+0x17c /usr/local/go/src/internal/poll/fd_unix.go:169 # 0x609f6e net.(*netFD).Read+0x4e /usr/local/go/src/net/fd_unix.go:202 # 0x61d4bd net.(*conn).Read+0x8d /usr/local/go/src/net/net.go:184 # 0xa9a58b github.com/safing/portmaster/resolver.listenForDNSPackets+0x8b /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:331 # 0xaa75c9 github.com/safing/portmaster/resolver.listenToMDNS.func1+0x49 /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:85 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x49850b 0x4984ed 0x609f6f 0x61d4be 0xa9a58c 0xaa763a 0x5454e0 0x544f25 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x49850a internal/poll.(*pollDesc).waitRead+0x19a /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x4984ec internal/poll.(*FD).Read+0x17c /usr/local/go/src/internal/poll/fd_unix.go:169 # 0x609f6e net.(*netFD).Read+0x4e /usr/local/go/src/net/fd_unix.go:202 # 0x61d4bd net.(*conn).Read+0x8d /usr/local/go/src/net/net.go:184 # 0xa9a58b github.com/safing/portmaster/resolver.listenForDNSPackets+0x8b /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:331 # 0xaa7639 github.com/safing/portmaster/resolver.listenToMDNS.func2+0x49 /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:96 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x49850b 0x4984ed 0x609f6f 0x61d4be 0xa9a58c 0xaa76aa 0x5454e0 0x544f25 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x49850a internal/poll.(*pollDesc).waitRead+0x19a /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x4984ec internal/poll.(*FD).Read+0x17c /usr/local/go/src/internal/poll/fd_unix.go:169 # 0x609f6e net.(*netFD).Read+0x4e /usr/local/go/src/net/fd_unix.go:202 # 0x61d4bd net.(*conn).Read+0x8d /usr/local/go/src/net/net.go:184 # 0xa9a58b github.com/safing/portmaster/resolver.listenForDNSPackets+0x8b /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:331 # 0xaa76a9 github.com/safing/portmaster/resolver.listenToMDNS.func3+0x49 /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:107 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x49850b 0x4984ed 0x609f6f 0x61d4be 0xa9a58c 0xaa771a 0x5454e0 0x544f25 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x49850a internal/poll.(*pollDesc).waitRead+0x19a /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x4984ec internal/poll.(*FD).Read+0x17c /usr/local/go/src/internal/poll/fd_unix.go:169 # 0x609f6e net.(*netFD).Read+0x4e /usr/local/go/src/net/fd_unix.go:202 # 0x61d4bd net.(*conn).Read+0x8d /usr/local/go/src/net/net.go:184 # 0xa9a58b github.com/safing/portmaster/resolver.listenForDNSPackets+0x8b /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:331 # 0xaa7719 github.com/safing/portmaster/resolver.listenToMDNS.func4+0x49 /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:118 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x498daa 0x498d88 0x60a250 0x62f321 0x62cfd8 0x991fbd 0x475587 0x992768 0x992728 0x978df0 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x498da9 internal/poll.(*pollDesc).waitRead+0x219 /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x498d87 internal/poll.(*FD).ReadMsg+0x1f7 /usr/local/go/src/internal/poll/fd_unix.go:243 # 0x60a24f net.(*netFD).readMsg+0x8f /usr/local/go/src/net/fd_unix.go:214 # 0x62f320 net.(*UnixConn).readMsg+0x90 /usr/local/go/src/net/unixsock_posix.go:115 # 0x62cfd7 net.(*UnixConn).ReadMsgUnix+0x97 /usr/local/go/src/net/unixsock.go:143 # 0x991fbc github.com/godbus/dbus/v5.(*oobReader).Read+0x8c /home/user/go/pkg/mod/github.com/godbus/dbus/v5@v5.0.3/transport_unix.go:21 # 0x475586 io.ReadAtLeast+0x86 /usr/local/go/src/io/io.go:310 # 0x992767 io.ReadFull+0x117 /usr/local/go/src/io/io.go:329 # 0x992727 github.com/godbus/dbus/v5.(*unixTransport).ReadMessage+0xd7 /home/user/go/pkg/mod/github.com/godbus/dbus/v5@v5.0.3/transport_unix.go:91 # 0x978def github.com/godbus/dbus/v5.(*Conn).inWorker+0x3f /home/user/go/pkg/mod/github.com/godbus/dbus/v5@v5.0.3/conn.go:348 1 @ 0x439000 0x431cfa 0x431265 0x497675 0x499eb4 0x499e96 0x60a822 0x628472 0x626de4 0x7a89bd 0x7a8707 0x81a67d 0x5454e0 0x544bf5 0x818d8c 0x4672f1 # 0x431264 internal/poll.runtime_pollWait+0x54 /usr/local/go/src/runtime/netpoll.go:203 # 0x497674 internal/poll.(*pollDesc).wait+0x44 /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 # 0x499eb3 internal/poll.(*pollDesc).waitRead+0x1d3 /usr/local/go/src/internal/poll/fd_poll_runtime.go:92 # 0x499e95 internal/poll.(*FD).Accept+0x1b5 /usr/local/go/src/internal/poll/fd_unix.go:384 # 0x60a821 net.(*netFD).accept+0x41 /usr/local/go/src/net/fd_unix.go:238 # 0x628471 net.(*TCPListener).accept+0x31 /usr/local/go/src/net/tcpsock_posix.go:139 # 0x626de3 net.(*TCPListener).Accept+0x63 /usr/local/go/src/net/tcpsock.go:261 # 0x7a89bc net/http.(*Server).Serve+0x25c /usr/local/go/src/net/http/server.go:2901 # 0x7a8706 net/http.(*Server).ListenAndServe+0xb6 /usr/local/go/src/net/http/server.go:2830 # 0x81a67c github.com/safing/portbase/api.Serve.func1+0x2c /home/user/go/src/github.com/safing/portbase/api/router.go:70 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544bf4 github.com/safing/portbase/modules.(*Module).RunWorker+0xb4 /home/user/go/src/github.com/safing/portbase/modules/worker.go:48 # 0x818d8b github.com/safing/portbase/api.Serve+0x1db /home/user/go/src/github.com/safing/portbase/api/router.go:69 1 @ 0x439000 0x449213 0x537c26 0x537859 0x4672f1 # 0x537c25 github.com/safing/portbase/log.writer+0x375 /home/user/go/src/github.com/safing/portbase/log/output.go:156 # 0x537858 github.com/safing/portbase/log.writerManager+0x98 /home/user/go/src/github.com/safing/portbase/log/output.go:113 1 @ 0x439000 0x449213 0x53ed0b 0x4672f1 # 0x53ed0a github.com/safing/portbase/modules.microTaskScheduler+0x19a /home/user/go/src/github.com/safing/portbase/modules/microtasks.go:185 1 @ 0x439000 0x449213 0x544660 0x4672f1 # 0x54465f github.com/safing/portbase/modules.taskQueueHandler+0x1af /home/user/go/src/github.com/safing/portbase/modules/tasks.go:441 1 @ 0x439000 0x449213 0x544938 0x4672f1 # 0x544937 github.com/safing/portbase/modules.taskScheduleHandler+0xe7 /home/user/go/src/github.com/safing/portbase/modules/tasks.go:491 1 @ 0x439000 0x449213 0x547e4b 0xba2356 0x438c22 0x4672f1 # 0x547e4a github.com/safing/portbase/run.Run+0x21a /home/user/go/src/github.com/safing/portbase/run/main.go:66 # 0xba2355 main.main+0xa5 /home/user/go/src/github.com/safing/portmaster/cmds/portmaster-core/main.go:27 # 0x438c21 runtime.main+0x211 /usr/local/go/src/runtime/proc.go:203 1 @ 0x439000 0x449213 0x7ddcd4 0x5454e0 0x544f25 0x4672f1 # 0x7ddcd3 github.com/safing/portbase/rng.fullFeeder+0x153 /home/user/go/src/github.com/safing/portbase/rng/fullfeed.go:25 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0x7de6d7 0x5454e0 0x544f25 0x4672f1 # 0x7de6d6 github.com/safing/portbase/rng.osFeeder+0x1d6 /home/user/go/src/github.com/safing/portbase/rng/osfeeder.go:27 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0x7defb3 0x5454e0 0x544f25 0x4672f1 # 0x7defb2 github.com/safing/portbase/rng.tickFeeder+0x242 /home/user/go/src/github.com/safing/portbase/rng/tickfeeder.go:60 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0x8115d3 0x4672f1 # 0x8115d2 github.com/safing/portbase/api.(*DatabaseAPI).writer+0xd2 /home/user/go/src/github.com/safing/portbase/api/database.go:228 1 @ 0x439000 0x449213 0x84706c 0x5454e0 0x544f25 0x4672f1 # 0x84706b github.com/safing/portbase/notifications.cleaner+0x10b /home/user/go/src/github.com/safing/portbase/notifications/cleaner.go:13 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0x9abea3 0x5454e0 0x544f25 0x4672f1 # 0x9abea2 github.com/safing/portmaster/netenv.monitorNetworkChanges+0x152 /home/user/go/src/github.com/safing/portmaster/netenv/network-change.go:37 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0x9ad3d7 0x5454e0 0x544f25 0x4672f1 # 0x9ad3d6 github.com/safing/portmaster/netenv.monitorOnlineStatus+0x136 /home/user/go/src/github.com/safing/portmaster/netenv/online-status.go:301 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0x9ae829 0x5454e0 0x544bf5 0x546d99 0x4672f1 # 0x9ae828 github.com/safing/portmaster/status.autoPilot+0xc8 /home/user/go/src/github.com/safing/portmaster/status/autopilot.go:16 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544bf4 github.com/safing/portbase/modules.(*Module).RunWorker+0xb4 /home/user/go/src/github.com/safing/portbase/modules/worker.go:48 # 0x546d98 github.com/safing/portbase/modules.(*Module).StartWorker.func1+0x58 /home/user/go/src/github.com/safing/portbase/modules/worker.go:27 1 @ 0x439000 0x449213 0xa7e6d9 0x5454e0 0x544f25 0x4672f1 # 0xa7e6d8 github.com/safing/portmaster/profile.cleanActiveProfiles+0x178 /home/user/go/src/github.com/safing/portmaster/profile/active.go:78 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0xa898b8 0x5454e0 0x544f25 0x4672f1 # 0xa898b7 github.com/safing/portmaster/profile.startProfileUpdateChecker.func1+0xe7 /home/user/go/src/github.com/safing/portmaster/profile/database.go:52 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0xa987fe 0xaa777e 0x5454e0 0x544f25 0x4672f1 # 0xa987fd github.com/safing/portmaster/resolver.handleMDNSMessages+0xed /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:136 # 0xaa777d github.com/safing/portmaster/resolver.listenToMDNS.func5+0x3d /home/user/go/src/github.com/safing/portmaster/resolver/resolver-mdns.go:125 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0xaa8e8e 0x5454e0 0x544f25 0x4672f1 # 0xaa8e8d github.com/safing/portmaster/network.connectionCleaner+0xfd /home/user/go/src/github.com/safing/portmaster/network/clean.go:24 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0xaad942 0x5454e0 0x544f25 0x4672f1 # 0xaad941 github.com/safing/portmaster/network.openDNSRequestWriter+0x111 /home/user/go/src/github.com/safing/portmaster/network/dns.go:74 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544f24 github.com/safing/portbase/modules.(*Module).runServiceWorker+0x144 /home/user/go/src/github.com/safing/portbase/modules/worker.go:80 1 @ 0x439000 0x449213 0xb96bd7 0x5454e0 0x544bf5 0x546d99 0x4672f1 # 0xb96bd6 github.com/safing/portmaster/firewall.packetHandler+0xf6 /home/user/go/src/github.com/safing/portmaster/firewall/interception.go:389 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544bf4 github.com/safing/portbase/modules.(*Module).RunWorker+0xb4 /home/user/go/src/github.com/safing/portbase/modules/worker.go:48 # 0x546d98 github.com/safing/portbase/modules.(*Module).StartWorker.func1+0x58 /home/user/go/src/github.com/safing/portbase/modules/worker.go:27 1 @ 0x439000 0x449213 0xb96ec7 0x5454e0 0x544bf5 0x546d99 0x4672f1 # 0xb96ec6 github.com/safing/portmaster/firewall.statLogger+0x246 /home/user/go/src/github.com/safing/portmaster/firewall/interception.go:403 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544bf4 github.com/safing/portbase/modules.(*Module).RunWorker+0xb4 /home/user/go/src/github.com/safing/portbase/modules/worker.go:48 # 0x546d98 github.com/safing/portbase/modules.(*Module).StartWorker.func1+0x58 /home/user/go/src/github.com/safing/portbase/modules/worker.go:27 1 @ 0x439000 0x449213 0xb99dc8 0x5454e0 0x544bf5 0x546d99 0x4672f1 # 0xb99dc7 github.com/safing/portmaster/firewall.portsInUseCleaner+0xd7 /home/user/go/src/github.com/safing/portmaster/firewall/ports.go:75 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544bf4 github.com/safing/portbase/modules.(*Module).RunWorker+0xb4 /home/user/go/src/github.com/safing/portbase/modules/worker.go:48 # 0x546d98 github.com/safing/portbase/modules.(*Module).StartWorker.func1+0x58 /home/user/go/src/github.com/safing/portbase/modules/worker.go:27 1 @ 0x52c9d5 0x52c7f0 0x52958a 0x80247f 0x816b6a 0x815ee2 0x819351 0x81a6f5 0x5454e0 0x544bf5 0x818ecd 0x7a8613 0x7a408c 0x4672f1 # 0x52c9d4 runtime/pprof.writeRuntimeProfile+0x94 /usr/local/go/src/runtime/pprof/pprof.go:694 # 0x52c7ef runtime/pprof.writeGoroutine+0x9f /usr/local/go/src/runtime/pprof/pprof.go:656 # 0x529589 runtime/pprof.(*Profile).WriteTo+0x3d9 /usr/local/go/src/runtime/pprof/pprof.go:329 # 0x80247e github.com/safing/portbase/utils/debug.(*Info).AddGoroutineStack+0x8e /home/user/go/src/github.com/safing/portbase/utils/debug/debug.go:131 # 0x816b69 github.com/safing/portbase/api.debugInfo+0xd9 /home/user/go/src/github.com/safing/portbase/api/endpoints_debug.go:104 # 0x815ee1 github.com/safing/portbase/api.(*endpointHandler).ServeHTTP+0x801 /home/user/go/src/github.com/safing/portbase/api/endpoints.go:277 # 0x819350 github.com/safing/portbase/api.(*mainHandler).handle+0x460 /home/user/go/src/github.com/safing/portbase/api/router.go:140 # 0x81a6f4 github.com/safing/portbase/api.(*mainHandler).ServeHTTP.func1+0x44 /home/user/go/src/github.com/safing/portbase/api/router.go:88 # 0x5454df github.com/safing/portbase/modules.(*Module).runWorker+0x9f /home/user/go/src/github.com/safing/portbase/modules/worker.go:121 # 0x544bf4 github.com/safing/portbase/modules.(*Module).RunWorker+0xb4 /home/user/go/src/github.com/safing/portbase/modules/worker.go:48 # 0x818ecc github.com/safing/portbase/api.(*mainHandler).ServeHTTP+0x9c /home/user/go/src/github.com/safing/portbase/api/router.go:87 # 0x7a8612 net/http.serverHandler.ServeHTTP+0xa2 /usr/local/go/src/net/http/server.go:2807 # 0x7a408b net/http.(*conn).serve+0x86b /usr/local/go/src/net/http/server.go:1895 ```