Hello,
yesterday I've installed ArchLinux armv6 on my rpi:
$this->bbcode_second_pass_code('', '$ uname -a
Linux alarmpi 3.18.13-2-ARCH #1 PREEMPT Mon May 18 19:29:53 MDT 2015 armv6l GNU/Linux
')
and updated the installation:
$this->bbcode_second_pass_code('', 'pacman -Sy
pacman -Su')
Also I've installed autofs following these instructions:
https://wiki.archlinux.org/index.php/Autofs
Now let's have a look on it:
$this->bbcode_second_pass_code('', '$ grep net /etc/autofs/auto.master
/net -hosts --timeout=60')
$this->bbcode_second_pass_code('', 'systemctl status rpcbind
* rpcbind.service - RPC bind service
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; indirect; vendor preset: disabled)
Active: active (running)
systemctl status autofs
* autofs.service - Automounts filesystems on demand
Loaded: loaded (/usr/lib/systemd/system/autofs.service; enabled; vendor preset: disabled)
Active: active (running)
pacman -Si nfs-utils
Repository : core
Name : nfs-utils
Version : 1.3.2-6')
Look's good, hm?
Then let's go:
$this->bbcode_second_pass_code('', 'ls /net/nas|grep Multimedia
Multimedia')
Ok, but then:
$this->bbcode_second_pass_code('', 'ls /net/nas/Multimedia/
ls: cannot access /net/nas/Multimedia/: No such file or directory')
What's wrong here? The same configurations runs without any problems on my rpi2 (ArchLinux armV7) my Linux-Mint-Laptop and a Debian-based Cubietruck.
TIA