Dave
Dave
I put up a PR for where I think the problem is coming from -- https://github.com/rust-rocksdb/rust-rocksdb/pull/800
Hi, I confirmed with ping and wireshark that I am getting packet loss when running these sd-images. I have tried a few different cords, and switches to confirm they were...
Interesting -- I will give that a shot to see if that improves anything, but my current armbian dts isn't using that.. here's my live one: ``` ethernet@ff540000 { compatible...
I imagine there's some politics/process around getting every dts in mainline, however I do see that a lot of similar boards in mainline such as the rock5b-rk3588 so I imagine...
It looks like the ROCK5A has been merged into u-boot: https://source.denx.de/u-boot/u-boot/-/commit/b8fc65473ae74776e7cac47c793a5ac295dea928 I think the Rock5A and Orange Pi 5b are both similar RK3588S boards, so it would be appreciated if...
This functionality exists (thanks Fraccaman!) -- in the `config.toml` there is a parameter called `p2p_address` which can be adjusted from `0.0.0.0:26656` to the desired value. I would suggest adding a...
After getting it up and running, I noticed that the `listen_address` being advertised by tendermint was my private IP. I had to change the tendermint config toml from: `external_address =...
Ideally I would suggest option 4, because it allows for much more flexibility in parsing and shipping. This allows end users to use whatever monitoring and log aggregation technologies they...
this fixed building on aarch64 for me. can we get the AUR git updated?