alexyoung / ircd.js

A Node ircd (IRC daemon)
GNU General Public License v3.0
528 stars 90 forks source link

ircd.js under forever #37

Closed timkeller closed 12 years ago

timkeller commented 12 years ago

Anyone had success with running ircd.js under nodejitsu's forever? I seem to be missing something.

$ forever start -l irc.log -out irc_out.log -e irc_err.log bin/ircd.js 

info:   Forever processing file: bin/ircd.js

fs.js:224
  binding.open(pathModule._makeLong(path), stringToFlags(flags), mode,
          ^
TypeError: Bad argument
    at [object Object].<anonymous> (fs.js:224:11)
    at [object Object].flush (fs.js:1303:10)
    at new <anonymous> (fs.js:1240:10)
    at Object.createWriteStream (fs.js:1201:10)
    at [object Object].<anonymous> (/usr/local/lib/node_modules/forever/lib/forever/plugins/logger.js:12:43)
    at Object.bootstrap (/usr/local/lib/node_modules/forever/lib/forever/monitor.js:34:35)
    at [object Object].<anonymous> (/usr/local/lib/node_modules/forever/node_modules/broadway/lib/broadway/app.js:47:21)
    at new <anonymous> (/usr/local/lib/node_modules/forever/lib/forever/monitor.js:115:16)
    at Object.startDaemon (/usr/local/lib/node_modules/forever/lib/forever.js:378:17)
    at /usr/local/lib/node_modules/forever/lib/forever/cli.js:229:27
timkeller commented 12 years ago

My bad. Configuration issue on my Mac.