Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You need to replace the line

 

. /etc/init.d/functions

with 

...

Code Block
languagebash
service omkd start

NOTE for Debian / Ubuntu users. If the daemon refuses to start, you may need to alter the folder permissions. The error you might receive is below.

...

Change the folder permissions like so: 

Code Block
languagebash
chmod -R 700 /usr/local/omk

chmod -R 755 /usr/local/omk/log

chmod -R 755 /usr/local/omk/conf

And start the daemon as above. 

Test the Daemon

You should now be able to point a web browser at http://SERVER:8042/omk/oae

...