[rancid] Looking Glass
Andrew Meyer
andrewm659 at yahoo.com
Thu Sep 15 15:02:41 UTC 2016
Need some help. I've got looking glass setup using Apache 2.4 on FreeBSD 10.3 Jails. I am able to get to the website. However when I try to initiate any command from the web form it says this in the logs:
[Wed Sep 14 22:49:57.553398 2016] [cgi:error] [pid 24787] [client 10.150.1.125:44928] AH01215: still waiting for ./tmp/asm-asa lock after 45 seconds at /usr/local/lib/perl5/site_perl/LockFile/Simple.pm line 206.: /usr/local/www/apache24/cgi-bin/lg.cgi, referer: http://rancid3svn.borg.local/cgi-bin/lgform.cgi[Wed Sep 14 22:50:22.605456 2016] [cgi:error] [pid 24787] [client 10.150.1.125:44928] AH01215: still waiting for ./tmp/asm-asa lock after 70 seconds at /usr/local/lib/perl5/site_perl/LockFile/Simple.pm line 206.: /usr/local/www/apache24/cgi-bin/lg.cgi, referer: http://rancid3svn.borg.local/cgi-bin/lgform.cgi[Wed Sep 14 22:50:47.742317 2016] [cgi:error] [pid 24787] [client 10.150.1.125:44928] AH01215: still waiting for ./tmp/asm-asa lock after 95 seconds at /usr/local/lib/perl5/site_perl/LockFile/Simple.pm line 206.: /usr/local/www/apache24/cgi-bin/lg.cgi, referer: http://rancid3svn.borg.local/cgi-bin/lgform.cgi[Wed Sep 14 22:51:12.818785 2016] [cgi:error] [pid 24787] [client 10.150.1.125:44928] AH01215: still waiting for ./tmp/asm-asa lock after 120 seconds at /usr/local/lib/perl5/site_perl/LockFile/Simple.pm line 206.: /usr/local/www/apache24/cgi-bin/lg.cgi, referer: http://rancid3svn.borg.local/cgi-bin/lgform.cgi[Wed Sep 14 22:51:37.899063 2016] [cgi:error] [pid 24787] [client 10.150.1.125:44928] AH01215: still waiting for ./tmp/asm-asa lock after 145 seconds at /usr/local/lib/perl5/site_perl/LockFile/Simple.pm line 206.: /usr/local/www/apache24/cgi-bin/lg.cgi, referer: http://rancid3svn.borg.local/cgi-bin/lgform.cgi
Is there something else I need to setup?
I'm not sure if i'm missing a perl package or something.
Here is my apache config:
<VirtualHost 10.150.1.72:80>LoadModule cgi_module libexec/apache24/mod_cgi.soLoadModule fcgid_module libexec/apache24/mod_fcgid.so <IfModule mod_fcgid.c> AddHandler fcgid-script .fcgi </IfModule>ServerName lookingglass.borg.local<Directory /usr/local/www/apache24/cgi-bin> Options Includes ExecCGI FollowSymlinks SymLinksIfOwnerMatch AllowOverride All DirectoryIndex lgform.cgi index.html Require all granted</Directory></VirtualHost>
root at rancid3svn:/usr/local/www/apache24/cgi-bin # ls -latotal 69drwxr-xr-x 3 root wheel 10 Sep 15 10:02 .drwxr-xr-x 7 root wheel 7 Sep 14 17:09 ..-rw-r--r-x 1 root wheel 490 Sep 14 22:31 index.htmldrwxr-xr-x 2 root wheel 7 Sep 14 21:32 lg-rwxr-xr-x 1 root wheel 27117 Sep 15 08:01 lg.cgi-rwxr-xr-x 1 root wheel 7820 Sep 14 22:30 lgform.cgi-rw-r--r-x 1 root wheel 2607 Sep 14 22:31 lgnotes.html-r-------- 1 root wheel 820 Dec 17 2012 printenvlrwxr-xr-x 1 root wheel 47 Sep 14 21:32 routers.db -> /usr/local/var/rancid/NetworkDevices/routers.db-r-------- 1 root wheel 1261 Dec 17 2012 test-cgi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.shrubbery.net/pipermail/rancid-discuss/attachments/20160915/d6b1ad6e/attachment.html>
More information about the Rancid-discuss
mailing list