Thanks for your help, I have changed the permsissions as per your suggestion and tried to execute the script with success, I am now getting the following output (errors):
[email protected] [~/public_html/scripts]# chmod +x startdaemons.sh [email protected] [~/public_html/scripts]# cd .. [email protected] [~/public_html]# ./scripts/startdaemons.sh . Starting twitterstatusfetcher.php... Fatal error: Call to undefined function pcntl_fork() in /home2/xxxxxx/public_html/lib/daemon.php on line 51 DONE. Starting ombqueuehandler.php... Fatal error: Call to undefined function pcntl_fork() in /home2/xxxxxx/public_html/lib/daemon.php on line 51 DONE. Starting facebookqueuehandler.php... Fatal error: Call to undefined function pcntl_fork() in /home2/xxxxxx/public_html/lib/daemon.php on line 51 DONE. Starting pingqueuehandler.php... Fatal error: Call to undefined function pcntl_fork() in /home2/xxxxxx/public_html/lib/daemon.php on line 51 DONE. Starting smsqueuehandler.php... Fatal error: Call to undefined function pcntl_fork() in /home2/xxxxxx/public_html/lib/daemon.php on line 51 DONE. [email protected] [~/public_html]# Any advice on this. Thanks Jeffrey Euen-Gow -----Original Message----- From: Ciaran Gultnieks [mailto:[email protected]] Sent: 16 September 2009 11:31 To: Jeffrey Euen-Gow Cc: Laconica Developers Mailing List Subject: Re: [StatusNet-dev] twitter, facebook and startdaemons.sh issue, please help. Jeffrey Euen-Gow wrote: > > startdaemons.sh file - permissions 0644 (in fact all files in the scripts > folder show permissions as 0644) > If you want to execute the script, it must have execute permission, which it hasn't. chmod +x startdaemons.sh _______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
