Closed issue by sww1235 on void-packages repository https://github.com/void-linux/void-packages/issues/5212 Description: ### System * xuname: xuname was taking forever to run and not outputting anything. x86_64 musl, kernel: 4.19.5_1 * package: snapper-0.7.2.1 ### Expected behavior when running commands, for it to not give errors about the locale not being set ``` $ snapper list-configs Config | Subvolume -------+----------- ``` ### Actual behavior ``` $ snapper list-configs Failed to set locale. Fix your system. Config | Subvolume -------+----------- ``` ### Steps to reproduce the behavior install snapper from xbps run snapper list-configs ### potential fix manually setting `LC_ALL=C` fixed the issue. Not certain how this would actually be fixed by void since it would be shell specific.