2012-12-10 4 views
1

graphiti https://github.com/paperlesspost/graphiti을 설치하려고하지만 Ruby에 관해서는 거의 알지 못합니다. 나는 다음과 같은 오류 해결하기 위해 노력하고 붙어 있어요 :Ruby bundler 오류

[email protected]:~/ruby/graphiti$ :~/ruby/graphiti$ bundle exec unicorn -c config/unicorn.rb -E production -D      -bash: [email protected]:~/ruby/graphiti$: No such file or directory 
:~/ruby/graphiti$ ^C 
[email protected]:~/ruby/graphiti$ clear 
[email protected]:~/ruby/graphiti$ bundle exec unicorn -c config/unicorn.rb -E production -D 
/home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/lib/unicorn/configurator.rb:90:in `block in reload': directory for pid=/var/sites/graphiti/shared/pids/unicorn.pid not writable (ArgumentError) 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/lib/unicorn/configurator.rb:86:in `each' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/lib/unicorn/configurator.rb:86:in `reload' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/lib/unicorn/configurator.rb:67:in `initialize' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:104:in `new' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:104:in `initialize' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/bin/unicorn:121:in `new' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/gems/unicorn-4.3.1/bin/unicorn:121:in `<top (required)>' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/bin/unicorn:19:in `load' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/bin/unicorn:19:in `<main>' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/bin/ruby_noexec_wrapper:14:in `eval' 
     from /home/dev/.rvm/gems/ruby-1.9.3-p327/bin/ruby_noexec_wrapper:14:in `<main>' 
master failed to start, check stderr log for details 
+0

그것은 당신의 역 추적에 당신에게 문제를 알려줍니다에 루비 프로세스 쓰기 ACESS을주는 sudo으로 명령을 ...'PID = 대한 디렉토리를 /var/sites/graphiti/shared/pids/unicorn.pid 쓰기 불가능 (ArgumentError)'pids 디렉토리가 쓰기 가능하고 다시 시도하는지 확인 했습니까? –

+0

디렉토리가 존재하지 않아서 작성하고 감사합니다. 감사합니다. – user1640228

답변

관련 문제