inotify_add_watch -- failed: "No space left on device"
I am facing a problem about "no space left on device" as shown in the Figure below.
I am relatively a newbie and don't know much about linux. I am using Ubuntu 18.04. Checking out various blogs a...
https://askubuntu.com/questions/1088272/inotify-add-watch-failed-no-space-left-on-device
Locale error
Python locale error: unsupported locale setting
Why do I get the following error when doing this in python:
>>> import locale
>>> print str( locale.getlocale() )
(None, None)
>>> locale.setlocale(locale.LC_ALL, 'de_DE')
https://stackoverflow.com/questions/14547631/python-locale-error-unsupported-locale-setting

Seonglae Cho