cmosd
cmosd
Is there a compilation error? No package 'libsystemd' found
# How to Test ```gherkin Feature: logs path is configurable during tedge agent --init Scenario: settings logs path Given DUT has tedge and tedge_agent installed When the logs path is...
This occurs when two instances of the tedge agent are running simultaneously. Did you have the tedge agent running by any chance? Note, the "Given" part does not state a...
> Edit: Well, no, that clippy lint was added before 1.29.0 (it says so on [the site of the lint](https://rust-lang.github.io/rust-clippy/master/#let_unit_value))... so I honestly don't know... So I have both 1.62...
@rina23q, @matthiasbeyer does it make sense to build for 1.58.1 (our MSRV) but check linting for 1.62.0?
I propose that on first cloud connect, we save the [internal id](https://github.com/thin-edge/thin-edge.io/blob/fc7ab6d7b7c3a429014a6ac12215e16c6a5216e1/crates/core/c8y_api/src/http_proxy.rs#L326) to a text file. When the network is down, the http client can load the internal id from...
**This test requires a child device.** The child device should have a configuration file like this: ```toml files = [ { path = '/home/user/Desktop/file_a', type = 'file_a' }, ] ```...
Hi, here is a draft of what is implemented so far for #1337 - [x] config update - [x] config upload - [x] bootstrap What is still left to do...
**Update: Ignore this post. I had missed a step in the explanation above and the comments below are improvements rather than a bug find.** ~OK, so. Here are my observations...