Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log with $ in file causes error #145

Closed
jgallen23 opened this issue Oct 19, 2011 · 2 comments
Closed

Log with $ in file causes error #145

jgallen23 opened this issue Oct 19, 2011 · 2 comments

Comments

@jgallen23
Copy link

info:   Running action: list
info:   Forever processes running
data:       uid  command script         forever pid  logfile                      uptime     
data:   [0] 0$7k node    count-timer.js 1189    1192 /Users/jga/.forever/0$7k.log 0:0:0:2.37 
[jga] /usr/local/lib/node_modules/forever/examples: forever logs 0
info:   Running action: logs
error:  Command failed: tail: /Users/jga/.forever/0k.log: No such file or directory
@faridnsh
Copy link

Same issue happened to me. Though with restart and a new file name, it worked.

 $ sudo forever logs

info:   Running action: logs
info:   Logs for running Forever processes
data:       script logfile                       
data:   [0] app.js /home/alfred/.forever/w$61.log 

 $ sudo forever logs 0

info:   Running action: logs
error:  Command failed: tail: cannot open `/home/alfred/.forever/w.log' for reading: No such file or directory

@indexzero
Copy link
Member

Fixed in 74f3140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants