coreos / coreos/bootupd

bootupctl should pass `RUST_BACKTRACE=...` to the systemd unit when set for the command line call

Open
#738 1 comment 0 reactions 1 assignee View on GitHub

@HuijingHei is already working on this.

Since Nov 4, 2024.

Dominant language
Rust
Stars
196
Forks
55
Avg merge
3d 2h
Merged PRs (30d)
14

Description

In https://github.com/fedora-silverblue/issue-tracker/issues/602, the user tried to get more logs but it looks like the env variable did not get passed to the systemd run invocation.

Temporary workaround should be to add a drop-in config with the env var:

$ cat /etc/systemd/system/bootupd.service.d/debug.conf
[Service]
Environment=RUST_BACKTRACE=full

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.