Skip to content

Conversation

pgcudahy
Copy link
Contributor

@pgcudahy pgcudahy commented Aug 27, 2025

#3601 modified a call to the uname command. Now when $DEBUG_MEMORY=true it throws an error

[init] 2025-08-27 15:05:48+02:00 Memory usage and availability (in MB)
+ uname -parts
uname: invalid option -- 't'
Try 'uname --help' for more information.

I assume the -t switch is a typo since it's not available in any uname implementation I'm aware of. I removed it.

I assume the -t switch is a typo since not available in any uname implementation I'm aware of. This was halting startup for me.
Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Yeah I guess previous versions were quietly ignoring the invalid option.

@itzg itzg merged commit d72db19 into itzg:master Aug 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants