Hey All,
So we are currently setting up an instance of Open OnDemand on our department’s new HPC cluster’s headnode. We have everything set up pretty stock at the moment (install from the Selinux RPM for Redhat 8) via following the docs. The only difference is setting up CAS based on the fixes posted, which is now working just fine.
However, after CAS is confirmed, we are getting the following error (which has come up before on here but never had an answered solution):
The following comes from our logs:
[Thu Jan 20 11:01:53.708583 2022] [lua:info] [pid 672902:tid 140540842596096] [client 67.163.164.11:52591] req_cache_control="" req_hostname="link.phys.wvu.edu" req_status="302" remote_user="jpg00017" res_content_disp="" req_accept_encoding="gzip, deflate" req_user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36" req_origin="" req_port="80" log_time="2022-01-20T16:01:53.708473.0Z" req_user_ip="67.163.164.11" req_server_name="link.phys.wvu.edu" req_is_websocket="false" req_handler="" req_referer="http://link.phys.wvu.edu/pun/sys/dashboard" res_content_length="0" req_is_https="false" req_uri="/nginx/stop" res_content_language="" log_hook="ood" req_method="GET" time_proxy="0" req_protocol="HTTP/1.1" res_content_encoding="" req_filename="/var/www/html/nginx" res_content_location="" req_accept="text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9" time_user_map="0.003" res_location="/pun/sys/dashboard" res_content_type="" req_accept_charset="" req_accept_language="en-us,en;q=0.9" req_content_type="" local_user="jpg00017", referer: http://link.phys.wvu.edu/pun/sys/dashboard
[Thu Jan 20 11:01:53.734294 2022] [proxy:error] [pid 672902:tid 140540834203392] (2)No such file or directory: AH02454: HTTP: attempt to connect to Unix domain socket /var/run/ondemand-nginx/jpg00017/passenger.sock (*) failed
[Thu Jan 20 11:01:53.734311 2022] [proxy_http:error] [pid 672902:tid 140540834203392] [client 67.163.164.11:52591] AH01114: HTTP: failed to make connection to backend: httpd-UDS, referer: http://link.phys.wvu.edu/pun/sys/dashboard
So when a user logs in, it should direct them to /home/$USER
which is created via our University-run AD connected through realm. Suggestions on why this is coming up?
~ Joe G.