You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using balenaOS(intel nuc image) on laptops, os-config does not run successfully.
On Intel-based x86 laptops, the device can be joined manually using os-config join <config>
On AMD-based x86 laptops, os-config throws the following error:
Aug 30 08:56:07 5c3cc97 os-config[2777]: Fetching service configuration from https://api.balena-cloud.com/os/v1/config...
Aug 30 08:56:08 5c3cc97 os-config[2777]: thread 'reqwest-internal-sync-runtime' panicked at 'header name validated by httparse: InvalidHeaderName { _priv: () }', src/libcore/result.rs:997:5
Aug 30 08:56:08 5c3cc97 os-config[2777]: note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
Aug 30 08:56:08 5c3cc97 os-config[2777]: thread 'main' panicked at 'event loop thread panicked', /usr/src/debug/os-config/1.1.1-r0/cargo_home/bitbake/reqwest-0.9.17/src/client.rs:675:5
The text was updated successfully, but these errors were encountered:
when using balenaOS(intel nuc image) on laptops,
os-config
does not run successfully.On Intel-based x86 laptops, the device can be joined manually using
os-config join <config>
On AMD-based x86 laptops, os-config throws the following error:
The text was updated successfully, but these errors were encountered: