Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2013 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5653658 to your computer and use it in GitHub Desktop.
Save anonymous/5653658 to your computer and use it in GitHub Desktop.
Mojo startup error messages.
$ /opt/perl-5.16.2/bin/hypnotoad script/info_servant
$ cat go.sh
#! /bin/bash
HYPNOTOAD_FOREGROUND=1 HYPNOTOAD_REV=1 HYPNOTOAD_APP="/opt/infoservant.com/docroot/info_servant/script/info_servant" MOJO_MODE="production" HYPNOTOAD_EXE="/opt/perl-5.16.2/bin/hypnotoad" /opt/perl-5.16.2/bin/hypnotoad
$ ./go.sh
Can't create listen socket: Permission denied at /opt/perl-5.16.2/lib/site_perl/5.16.2/Mojo/IOLoop.pm line 144.
$ ll log
total 8
drwxrwxr-x 2 bpm bpm 4096 May 26 14:31 ./
drwxrwxr-x 8 bpm bpm 4096 May 26 14:33 ../
-rw-r--r-- 1 bpm bpm 0 May 26 13:39 access.log
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment