Displaying 2 results from an estimated 2 matches for "ora817".
2003 Oct 13
1
OpenSSH_3.7.1p2, Solaris 8: non-interactive authentication meth od prompts for a password
...-------------------------------------------------
---------
We installed OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c
We need to copy a file by SFTP from App server to a DB server
with passwordless method.
[cbfe-dev-app01 (client), user cbfesit] -----> [cbfe-dev-db01 (server), user
ora817]
The public key was generated on App Server (Client Side):
1. ssh-keygen -t rsa -n 1024 - N ""
2. the file ~cbfesit/.ssh/id_rsa.pub was copied
to DB server to ~ora817/.ssh/authorized_keys
We should not be prompted for the password from that point, however we do
...
We were not abl...
2005 Dec 30
0
XP Apache FastCGI ok if RAILS_ENV="", crash when RAILS_ENV="production"
...h default environment, I''m confused for
switching into ''production''.
By default RAILS_ENV is null, and my env is like explained by Deme :
FastCgiConfig -maxClassProcesses 1 -MaxProcesses 1 -minProcesses 1
-processSlack 1 \
-initial-env PATH="c:/ruby/bin;C:/oracle/ora817/bin;[snip]
-initial-env RUBYOPT=rubygems \
-initial-env MAGICK_CONFIGURE_PATH=C:/ruby/lib/ruby/gems/1.8/gems/RMagick-win32-1.9.2-mswin32/config
Also tried to add more process values.
This setup works fine, Webrick works fine also in -e production
By adding :
\
-initial-env RAILS_ENV="pr...