Tobias Waldekranz

Results 57 comments of Tobias Waldekranz

As part of this task we might consider making some other changes to our model: - `/system/hostname`: Support `%`-specifiers. We should probably support at least: - `%i`: OS ID (from...

I like it! Some initial thoughts: - Since we might want a `configure` program in the future (retiring `cli` and letting `bash` assume the role of admin-exec), I think we...

Yes, that is way better than my suggestion! :+1:

Do you have any timestamps from the logs? It could be that the system is so slow that we're hitting this: ```c /** default timeout for change subscription callback (ms)...

Is this on the LAN and/or WAN port? Had a quick look at the [schematic](http://wiki.friendlyelec.com/wiki/images/5/59/SCH_NanoPi_R2S_V1.0-1912.pdf): the LEDs on both ports are controlled by the respective PHY. The WAN port's PHY...

Yeah this is an idiosyncrasy with RAUC in my opinion. I have no idea why you can't simply name the slots anything you want. Instead each slot has: - A...

Yeah, since writing that example, the kernel implementation has changed, and it seems that the call to `do_sys_open()` is now inlined into the syscall. `kprobes` are not stable across kernel...

You're not missing anything. This is just really bad code from my side :grinning: The whole mv6 program should really be torn out of this tool, since it only ever...

TIL! Thanks 👍 If you want this fixed ASAP, I would happily accept a PR for it.

`mdio ixgbe*` will try to probe every C22 address on the bus and list the results. This assumes that the underlying bus controller will return `0xffff` for missing devices. Some...