search for: lx07

Displaying 3 results from an estimated 3 matches for "lx07".

Did you mean: l807
2006 Aug 04
8
Capistrano /usr/bin/env: ruby: no such file or directory
Hi, I''m deploying to a prod linux server via Capistrano, but the last step, running the reaper, won''t complete. Ruby is stored in /usr/local/bin on the server, and I''m deploying from winxp. $ ssh mcalogin@lx07 Password: mcalogin@LX07:~> env | grep "^PATH" PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/b in:/opt/ kde3/bin:/usr/lib/java/jre/bin mcalogin@LX07:~> which ruby /usr/local/bin/ruby Here is a copy of the log of ''rake remote:restart'', ru...
2006 Jul 26
1
Connecting to mysql 4.1.12 server
...ver. Whenever I attempt to connect to the database_development or database_test directly from my workstation, I get the ''Lost connection to MySQL server during query'', however, I can connect directly from my local mysql client on my workstation with no difficulty: mysql --host=lx07 --port=3308 --user=redacted --password=redacted database_development Welcome to MySQL monitor... ... server version: 4.1.12-standard-log mysql> show tables; +--------------------------------+ | Tables_in_mcalogin_development | +--------------------------------+ | activities...
2008 Jan 16
0
script/process/spawner freezing
Hi, I have about eight active RoR sites right now. Of the eight, six are on Rails 1.1.6 and they deploy correctly every time. Two are on Rails 1.2.3, and those two do not deploy correctly. The cap deploy command runs successfully until the restart, and then it hangs: [lx07] executing command ** [out :: lx07] sudo -u wwwrun /usr/local/rails/mysite/current/script/process/spawner -r 30 -p 9070 -i 3 ** [out :: lx07] => Starting FCGI dispatchers Now, the FCGI dispatchers do restart, and everything is running fine, just that Capistrano hangs waiting for it to complet...