Ubuntu start-stop-daemon “Exec format error”
12-27-09This is for anyone Googling it…
If you get the above error when trying to start a daemon, chances are you forgot to add a shebang to the top of your script:
1 2 | #!/bin/sh // your code goes here |
#li3 = Lithium = Cake3
10-25-09If you follow the goings on with CakePHP in any way, and you haven’t had your head buried in the sand the past week, then you probably already know that Nate Abele (@nateabele) has followed Garret Woodworth (gwoo) out of the door and left the CakePHP project. Nobody has stated reasons but seeing some IRC snippets and reading between the tweets it seems that the reasons behind the departures are centred around disagreements with the project lead Larry Masters (PhpNut).
Continue reading »



