Steve Arnold

Results 80 issues of Steve Arnold

check out what the upstream devs did, try the "fix": ``` creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC...

Yet another cause of netscript/routing failures, if ``avahi-daemon`` is running with the default bionic config it will break routing, although you can't see this until the interfaces are brought up:...

bug
watch item
distro

Where "cold" startup means the node has not (recently) orbited the root; this issue has not been seen on a node restart after missing the initial cfg ref. If it...

watch item

*If* the user is missing any of the required kernel modules for iptables or packet marking, the fpn_setup (net) scripts will fail. We can only check for kernel config (ebuild)...

watch item

This depends partly on ufw support for packet marking and routing marked packets; alternative is possibly a combination of ufw rules and zt network rules/capabilities (needs spelunking/research time).

enhancement

Right now dumping state data is a patch with a hard-coded boolean flag; this should probably be a config option in the settings.ini file.

enhancement

Please add `cross-*-musl/musl *FLAGS-=-flto*` to `lto.conf`

These are basically the extra bits I needed to make an OS installer gui with strict input validation and a progress display. I *think* they should hopefully be useful enough...

contrib

This actually takes care of several issues/PRs (some open, some closed). Changes: * pep517 with cmake extension builder (py36 - py39) * default is build from local git submodule (clones...

In working with the latest code, both packaging for Gentoo and testing the analysis tools on an actual work task, I had a couple of things to report and a...