marcus67 / little_brother

Parental Control Application implemented in Python 3 packaged for Debian and Ubuntu to monitor and limit kids' play time on Linux hosts
GNU General Public License v3.0
59 stars 9 forks source link

Ping does not work if locale uses decimal commas instead of decimal points #172

Closed marcus67 closed 2 years ago

marcus67 commented 2 years ago

The ping binary which is called by the Pinger class uses the decimal separator specified by the locale. Since the locale is not explicitly set when calling the binary the result depends on the settings of the Linux instance.

marcus67 commented 2 years ago

Closed in eaae776b56b0003ff7478d1d7fa5e0b4b6a8ba81