Guest 1983 Posted February 18, 2014 Report Share Posted February 18, 2014 Hi all. Having an issue with my Debian epoch server install. I can get it to start just fine if I remove the "2>&1 | ./writer.pl" from the epoch.pl file. HOWEVER if I do nothing is written to the DB and when I quit the game, my player is dumped so logging back on I start out as a fresh player. Keeping in the writer.pl part of epoch.sh gives me this error: ": No such file or directoryr.pl" Note the strange end. I also can't start perl scripts using ./ as this gives me a bash error. Im guessing that the 'dot slash' isn't working as it should, at a guess I need to associate .pl scripts with perl so they don't try to open in bash? Any ideas would be great, I'm pulling my hair out. Thanks.. Link to comment Share on other sites More sharing options...
Guest 1983 Posted February 18, 2014 Report Share Posted February 18, 2014 Thought i should also mention, I can run scripts using "perl writer.pl" and it seems to run. again just using "./writer.pl" gives me the error. Im relatively new to Debian. Link to comment Share on other sites More sharing options...
1983 Posted February 18, 2014 Report Share Posted February 18, 2014 I can arrange SSH to the above server if anyone can shed some light? Link to comment Share on other sites More sharing options...
devd Posted February 20, 2014 Report Share Posted February 20, 2014 Run it: chmod +x *.pl Link to comment Share on other sites More sharing options...
1983 Posted February 27, 2014 Report Share Posted February 27, 2014 Run it: chmod +x *.pl Link to comment Share on other sites More sharing options...
mouser Posted June 6, 2014 Report Share Posted June 6, 2014 Not sure what that was meant to do but when I tried it did nothing, same issue. run: sudo chmod + x *. pl it's the permissions for the folders Link to comment Share on other sites More sharing options...
Panadur Posted June 6, 2014 Report Share Posted June 6, 2014 If its debian, then sudo may not work, as its is unconfigured. what is the result of ls -l writer.pl ? Link to comment Share on other sites More sharing options...
jahangir13 Posted June 30, 2014 Report Share Posted June 30, 2014 I've explained it on my homepage (mentioned in the video): http://crafttekk.de/faq-epoch/ There are extra characters in the file...from copying from Win? A 'dos2unix <file>' should solve this. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now