Quentin Barnes

Results 12 comments of Quentin Barnes

My internal version of `iptables.spec` file was pretty much gutted with dropping RHEL 4, RHEL 5, and RHEL 6.3 and before, with RHEL 8 support too, all added back in...

Have you had a chance to try `iptables.spec` that's on the `beta` branch for your RHEL 8 use case yet?

Thank you for the report! Back when L3DSR was being implemented, we investigated the idea of using `tc`, but it was rejected. I no longer recall why, and in skimming...

I feel like a software archeologist going back and digging into this old information! The very first efforts to scope out the functionality required for implementing L3DSR was done by...

If you build `iptables-daddr` for RHEL 8 with `mock`, note that the build will fail due to the `%kernel_module_package` macro missing. The macro used to be in `/usr/lib/rpm/redhat/macros` provided by...

The only problem had to do with the difference in https://github.com/yahoo/l3dsr/blob/beta/linux/iptables-daddr/kmod-xt/xt_DADDR.c between how `inet_proto_csum_replace4()` vs. `inet_proto_csum_replace16()` was being called. On the `beta` branch, if you notice when calling `inet_proto_csum_replace4()`, the...

Back on your question about `kernel-rpm-macros`. The more I dug, the deeper the rabbit hole went. I checked with the `mock` maintainers. After some back and forth, they convinced me...

Earlier this year, I set out to extend `gw` functionality to support 256-byte FM and MFM primarily for TRS-80 1, 3, and 4 5.25" floppies and adding DMK file format...

BTW, for those who still have Catweasels and use `cw2dmk`, as the `cw2dmk` maintainer (https://github.com/qbarnes/cw2dmk), I've been making considerable progress refactoring and rewriting `cw2dmk` into `gw2dmk` for the Greaseweazle. I've...

I believe on the CZSDOS and CZMDOS disks, you're getting CRC errors because your sector size is too short by 4 bytes. You need to "lie" to your algorithms to...