I just found the answer to the script error on Ubuntu. It seems that in Ubuntu, /bin/sh is just a link to dash. The quick fix is to change line one of the openbdjam script to: #!/bin/bash , then it will work fine.
Here is a Ubuntu community thread I found that explains the problem more completely: http://ubuntuforums.org/showthread.php?t=499045 Roy Terry On Aug 14, 8:58 pm, navarre <[email protected]> wrote: > I am getting the same error on Ubuntu 10.04 when running './openbdjam' > - logged in as root (sudo -i). > > Roy Terry > > On Aug 11, 10:44 am, Matthew Woodward <[email protected]> wrote: > > > > > On Wed, Aug 11, 2010 at 8:42 AM, kentyler > > <[email protected]>wrote: > > > > if i try and run the start.ini file in the jetty folder on the ubuntu > > > instance i get a permissions error > > > Are you firing things up using sudo on Ubuntu? > > > -- > > Matthew Woodward > > [email protected]http://blog.mattwoodward.com > > identi.ca / Twitter: @mpwoodward > > > Please do not send me proprietary file formats such as Word, PowerPoint, > > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
