Tim Small

Results 69 comments of Tim Small

Thanks for the work on this! I think either of "2a" or "2b" sound reasonable at first glance, and would be similar to the approach that Segger use for their...

n.b. rough draft here: https://github.com/seoss/bird_exporter/tree/babel_parser This is unfinished, and has only been tested against bird 2.0.7 on Debian 11.

@FedericoVaga Did you try the workaround in the comment above: https://github.com/dracutdevs/dracut/issues/1822#issuecomment-1502982758 ?

Thanks for the patch. I carried out a few experiments. Firstly I used the following: ``` root@OpenWrt:~# cat /sys/kernel/debug/ieee80211/phy0/ath9k/eeprom > /tmp/eep.bin root@OpenWrt:~# atheepmgr -vv -t 9300 -F /tmp/eep.bin ``` This...

Looks like this would make things work on BSD, but I don't have a BSD system here that I can test on ``` #ifdef HAVE_SYS_ENDIAN_H #include #else #include #endif ```

No problem, thanks for following up. The device I'm testing on is a Netgear WNDAP660, which has two identical 3x3 ath9k mini-pcie cards inside. A while ago a lot of...

Thanks for looking at this - if it would be helpful to arrange secure remote access for you to a 32 bit BE OpenWRT PowerPC access point with an ath9k,...

Could you explain why this is preferable?

Well as you probably know, on dual-stack machines localhost should resolve to both `127.0.0.1` and `::1` - it's just that the mdBook code only binds to whatever the OS returns...

> concerned this would be surprising behavior more than it'd be helpful behavior I've encountered this behavior (i.e. copy button excludes shell prompts) on a few other sites in the...