Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Internationalization may affect check_configuration.sh #25

Open
maxonthegit opened this issue Nov 14, 2011 · 0 comments
Open

Internationalization may affect check_configuration.sh #25

maxonthegit opened this issue Nov 14, 2011 · 0 comments

Comments

@maxonthegit
Copy link
Owner

The check_configuration.sh script may incorrectly report the Netkit setup as faulty.
This is due to the fact that the output of some of the commands used for the check may be misinterpreted when it is translated according to the system language.
Most notably, the problem affects 08-check_filesystem.sh, where the output of stat -f . may be translated.
A possible solution is to use stat -f -c %T . instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant