11-09-2018, 06:20 AM
(11-09-2018, 04:39 AM)brox Wrote: Guys, I have 2 problems with stretch-minimal-rock64-0.7.9-1067 (boot from eMMC)
1. During ssh login I see before command prompt:
Quote:-bash: warning: setlocale: LC_ALL: cannot change locale (ru_RU.UTF-8)
How to add my locale properly?
You can modify the below commands and it'll work then
Code:
sed -i -e "s/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/" /etc/locale.gen
echo "LANG="en_US.UTF-8"">/etc/default/locale
dpkg-reconfigure --frontend=noninteractive locales
update-locale LANG=en_US.UTF-8
Quote:2. I don't see how /tmp is mounted.
mount command returns:
<snip>
No mentions of /tmp here. But somehow I need to set /tmp executable.
Please help!
df -h is so much more useful, but tmp isn't mounted, it defaults to residing on the root partition.