Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small utility to report on OS version and other useful information #806

Closed
Athanasius opened this issue Dec 15, 2020 · 1 comment · Fixed by #2224
Closed

Small utility to report on OS version and other useful information #806

Athanasius opened this issue Dec 15, 2020 · 1 comment · Fixed by #2224
Assignees
Labels
enhancement OS Issue Staged Feature Complete and in Testing for Next Release
Milestone

Comments

@Athanasius
Copy link
Contributor

Given issues like #798 it might be useful to have a small utility to gather key points of information about a user's system:

  1. OS version.
  2. Hardware (if there's an easy, non-intrusive way to get at this, else we'd need to ask a user to run some third-party util).
  3. Locale + encoding.
  4. Check that the expected journals location actually contains journal files.
  5. Check expected log destinations can be accessed (create and truncate files).

Anything else we can think of. This utility would need to be as paranoid/bare bones as possible, e.g. it would be no good using our logging in it if our logging can cause issues.

@Rixxan Rixxan added this to the 6.0.0 milestone Dec 21, 2023
@Rixxan Rixxan self-assigned this May 1, 2024
@Rixxan
Copy link
Contributor

Rixxan commented May 1, 2024

Took a swing at this in 763d8cc.

Seems to work pretty well in both Linux and Windows from what I've been able to test (thanks, WSL!)

image

Opinions and feedback welcome :)

@Rixxan Rixxan linked a pull request May 2, 2024 that will close this issue
@Rixxan Rixxan modified the milestones: 6.0.0, 5.11.0 May 6, 2024
@C1701D C1701D added the Staged Feature Complete and in Testing for Next Release label May 14, 2024
@Rixxan Rixxan closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement OS Issue Staged Feature Complete and in Testing for Next Release
Projects
Status: Complete
Development

Successfully merging a pull request may close this issue.

3 participants