-
Works fine for me as well now.
2009-07-01 11:21:37 UTC in vimonline
-
Hitting this page (http://www.vim.org/scripts/script.php?script_id=90) has returned the following error for several days:
Vim Online Error
script:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
All other pages checked are fine.
2009-05-16 16:08:28 UTC in vimonline
-
Zenoss Core is an enterprise network and systems management application written in Python/Zope. Zenoss provides an integrated product for monitoring availability, performance, events and configuration across layers and across platforms.
In anticipation of the Zenoss 2.2 release, the latest packaged version of Zenoss, version 2.1.92 (zenoss-2.2 Beta 2) is available for download. This release...
2008-05-12 14:27:02 UTC in Zenoss Core - Enterprise IT Monitoring
-
Zenoss Core is an enterprise network and systems management application written in Python/Zope. Zenoss provides an integrated product for monitoring availability, performance, events and configuration across layers and across platforms.
In anticipation of the Zenoss 2.2 release, the latest packaged version of Zenoss, version 2.1.91 (zenoss-2.2 Beta 2) is available for download. This release...
2008-04-15 16:39:45 UTC in Zenoss Core - Enterprise IT Monitoring
-
I tried running:
python rwhois.py zenoss.com
And got:
rwhois.py:412: DeprecationWarning: raising a string exception is deprecated
raise 'NoParser for', self.whoisserver
Traceback (most recent call last):
File "rwhois.py", line 933, in
main(sys.argv, sys.stdout, os.environ)
File "rwhois.py", line 922, in main
d.Parse()
File "rwhois.py", line 401, in Parse.
2007-08-08 02:35:48 UTC in rwhois.py
-
I came across rwhois.py and it seemed to be just what I needed! Came across an issue however. The NoSuchDomain error that is thrown (for example, in line 327 of rwhois.py v1.5) when a domain is not found is a string currently. Throwing string exceptions is deprecated. The currently recommended approach is to make a class for the error, subclassing Exception ( details...
2007-08-08 02:33:44 UTC in rwhois.py