Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hey guys, great to see a forum for the DNS-323 already
I am trying to run a fun_plug script on mine (fw1.00), but the unit does not appear to run it as I cannot find any output from the script afterwards...
- attempted with fun_plug placed at the root of any of my drives (RAID0 + JBOD configuration, ext2)
- chmod 777 set
script file contents:
#!/bin/sh
cd /mnt/HD_a2/
ls >list.txt
Can anyone spot what I am missing here? Thanks a lot!
-E
Offline
Hello again, and thanks.
Yes, I have verified that I have UNIX (LF) format and not CRLF, but still no output from the script. So what else could it be then?
-E
Offline
try download my files from here. http://sconk.se/dns323/dns-323.rar
Offline
Ah, now it works. Seems like it was a CRLF/LF problem after all. Thanks a lot!
-E
Offline
The file must use linux format to edit , if use windows to edit , it needs to convert to linux format.
You can try
ls > test.txt
Offline
Yep, my bad. I used an editor that claimed to save with LF only, but apparently it didn't anyway so I couldn't figure this out until I switched to Ultraedit. Well, now it works so thanks for the advice guys!
-E
Offline