If I run
/usr/testbed/sbin/protogeni/postcrl -f
I get these msgs. Could it be network problems?
Using configuration from /usr/testbed/lib/ssl/ca.cnf
GeniRegistry::ClearingHouse->GetCredential: code:35 (Server timed out or could not be reached), value:2, output:Cannot connect to server
Could not create clearinghouse credential
*** postcrl:
Could not create a clearinghouse client
I tried to comment out the protogeni module in the emulab-install script, and It run to the end with success.
tail /usr/testbed/log/apache_access_log show
10.1.56.111 - - [24/Apr/2024:11:10:51 +0800] 0 "GET / HTTP/1.1" 302 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0" 10.1.56.111 - - [24/Apr/2024:11:10:51 +0800] 0 "GET /portal/landing.php HTTP/1.1" 302 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0" tail apache_error_log show
[Tue Apr 23 21:33:31.356951 2024] [mpm_prefork:notice] [pid 5953] AH00169: caught SIGTERM, shutting down
[Tue Apr 23 21:35:54.594023 2024] [suexec:notice] [pid 5893] AH01232: suEXEC mechanism enabled (wrapper: /usr/local/sbin/suexec)
[Tue Apr 23 21:35:55.281559 2024] [mpm_prefork:notice] [pid 5894] AH00163: Apache/2.4.52 (FreeBSD) OpenSSL/1.1.1l-freebsd PHP/7.4.26 configured -- resuming normal operations
[Tue Apr 23 21:35:55.281595 2024] [core:notice] [pid 5894] AH00094: Command line: '/usr/local/sbin/httpd -f /usr/local/etc/apache24/httpd.conf -c PidFile /var/run/httpd.www.pid -D SSL -D PGENI -D PGENI_FCGID -D NOHTTPACCEPT' [Tue Apr 23 22:16:10.967081 2024] [mpm_prefork:notice] [pid 5894] AH00169: caught SIGTERM, shutting down
[Tue Apr 23 22:18:32.103871 2024] [suexec:notice] [pid 5885] AH01232: suEXEC mechanism enabled (wrapper: /usr/local/sbin/suexec)
[Tue Apr 23 22:18:32.714737 2024] [mpm_prefork:notice] [pid 5886] AH00163: Apache/2.4.52 (FreeBSD) OpenSSL/1.1.1l-freebsd PHP/7.4.26 configured -- resuming normal operations
[Tue Apr 23 22:18:32.714764 2024] [core:notice] [pid 5886] AH00094: Command line: '/usr/local/sbin/httpd -f /usr/local/etc/apache24/httpd.conf -c PidFile /var/run/httpd.www.pid -D SSL -D NOHTTPACCEPT'
It seems no valuable infos, can anyone help?