$ pmount /dev/sde1 Error parsing configuration file line: not_physically_logged_allow_user = leho You are not physically logged in and your system administrator does not allow remote users to run pmount, aborting $ env | grep LANG LANG=et_EE.utf8 $ LC_ALL=C pmount /dev/sde1 Error: device /dev/sde1 is not removable Problem is good ol a-z stuff: (pmount-debian.git) $ [git:master] git --no-pager grep a-z -- src src/conffile.c: "^[[:blank:]]*([-a-zA-Z_]+)[[:blank:]]*" src/conffile.c: "^[[:blank:]]*([a-zA-Z_]+)[[:blank:]]*" Reproducible: Always
Created attachment 312601 [details, diff] 0001-pmount-locale-regex.patch
Where is this patch from? Upstream? If not, please post it to the upstream bug tracking system first: http://alioth.debian.org/tracker/?atid=412979&group_id=31157&func=browse http://alioth.debian.org/tracker/?group_id=31157 Once done, we can merge it in Portage.
Looking at the state of their bug tracker, I don't have high hopes of that getting anywhere while we're still young. But here goes anyway. https://alioth.debian.org/tracker/index.php?func=detail&aid=313648&group_id=31157&atid=412979 In the meantime Gentoo folks can roll with their own overlays at least.
sorry it took so long to apply. -r2 is now in portage with the patch. thanks!