Ruby - no PID found in tmp/pids/thin.pid (Thin::PidFileNotFound)
问题 I'm trying to start thin for my app but then the pid cannot be generated: $ thin -C /var/www/project_path/current/config/myproject.testing.yml start Now I can't stop it because there is no pid: $ thin -C /var/www/project_path/current/config/myproject.testing.yml stop /home/usr/.rvm/gems/ruby-1.9.2-p180@api/gems/thin-1.5.1/lib/thin/daemonizing.rb:131:in `send_signal': Can't stop process, no PID found in tmp/pids/thin.pid (Thin::PidFileNotFound) This is the yml file: pid: /home/usr/htdocs