Roman Welsch
Occasional Visitor
Hi Rmerlin any suggestion?
thanks advance for your help
Roman
thanks advance for your help
Roman
And the one that always accidentally gets me....make sure the name contains a dash and not an underscoreMake sure the filename is all lower-case, and that services-start is plural.
hello to everybody thank for our help.
I review the config again and services-start is plural and the file name is lowercase and i have dash no underscore....
I do something wrong or this version have a bug .. i don't know.
Any suggestion ?
thanks
Roman
Hi
Very strange, maby you can upload files to pastebin.com and share links, then we may discover your problem.
on your /jffs/scripts/ it looks like this?
Jan 1 01:00:26 Samba Server: daemon is started
Jan 1 01:00:26 custom script: Running /jffs/scripts/services-start
touch /tmp/@@@services-start
admin@Stargate88:/tmp/home/root# ls -l /tmp/@@@*
-rw-rw-rw- 1 admin root 0 Jul 31 20:00 /tmp/@@@services-start
services-start is marked as a video......something is wrong with that file.hello and this are the 3 config files they are in jffs/scripts attahed in this link ( sorry i can't put in paste bin)
https://drive.google.com/folderview?id=0B4uL_lxehfz8T0RDLVhSNHgwS3c&usp=sharing
Thanks a lot
Roman
Hi RMerlin if i write
touch /tmp/@@@services-start
i don't see nothing, the screen is empty
Roman
I just re-tested it, and services-start works fine here. Keep in mind that it runs a fair bit early, but if you put a touch entry in it:
Code:touch /tmp/@@@services-start
It should be displayed:
Code:admin@Stargate88:/tmp/home/root# ls -l /tmp/@@@* -rw-rw-rw- 1 admin root 0 Jul 31 20:00 /tmp/@@@services-start
when ik looked the log there is:
Jan 1 00:00:31 kernel: nf_nat_rtsp v0.6.21 loading
Jan 1 00:00:31 custom script: Running /jffs/scripts/firewall-start (args: eth0)
OK.
In the firewall-start file is:
/usr/sbin/iptables -I INPUT -s xxx.xxx.xxx.xxx -p tcp --destination-port 5445 -j ACCEPT
#!/bin/sh
Ok the line:
#!/bin/sh
Must be the first line?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!