OpenELEC Testbuilds for RaspberryPi
(2012-10-08, 14:07)rbej Wrote: http://pastebin.com/Gwgu72rU

Auto mount nfs working with r12039 but not working with r12055.

check your autostart.sh script:
line 252ff:

Code:
!!! AUTOSTART script detected !!!
#!/bin/sh
sleep 30; \
mount -t nfs 192.168.1.1:/nfs/Dane /storage/nfs01 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane2 /storage/nfs02 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane3 /storage/nfs03 -o nolock; \
)&!!! -End of autostart script- !!!

it looks like you miss a "(" at the beginning:
Code:
#!/bin/sh
(
sleep 30; \
mount -t nfs 192.168.1.1:/nfs/Dane /storage/nfs01 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane2 /storage/nfs02 -o nolock; \
mount -t nfs 192.168.1.1:/nfs/Dane3 /storage/nfs03 -o nolock; \
)&
greetings, Stephan

Image

Image


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi - by sraue - 2012-10-08, 14:48
MythTV PVR: No Video - by hkramski - 2012-11-13, 20:32
Cumulative Small Skip forward ... - by xandy - 2013-02-03, 15:46
:00 - by Koloss - 2013-07-14, 12:09
RE: :00 - by popcornmix - 2013-07-14, 12:28
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi12