S. Scott
S. Scott
@Elinas-of-Alba Interesting. Can you try the following in a root terminal: `nmap -T4 -sV -p T:80,81,443,4443,8080,8081,8082 192.168.178.0/24` Once done, if it doesn't crash, can you then run `echo $?` and...
@Elinas-of-Alba Very odd. For the heck of it can you try: `sudo snap connect nmap:network-control` Then try nmap again as root?
It is indeed related to parts of the toolchains not being found. This results in some flow errors in the build even if they're already present on the system. We're...