Re: denyhost: ERROR Fault 1: exceptions.KeyError:'timestamp'

2010-04-15 Thread Mohacsi Janos

Dear Jerry,

Do you use denyhosts in synchrozed mode?
http://denyhosts.sourceforge.net/faq.html#4_0

Unfortunately I cannot reproduce the problem on FreeBSD 6.x and 7.x since 
I don't use synchronized mode.


Can you contact the original author of Denyhosts?
http://sourceforge.net/users/phil_schwartz/

Best Regards,

Janos Mohacsi
Head of HBONE+ project
Network Engineer, Deputy Director of Network Planning and Projects
NIIF/HUNGARNET, HUNGARY
Key 70EF9882: DEC2 C685 1ED4 C95A 145F  4300 6F64 7B00 70EF 9882

On Wed, 7 Apr 2010, Jerry wrote:


Using denyhosts-2.6_3 from the ports system, I am finding the following
error message in the /var/log/denyhosts log file:

snippet
2010-04-07 07:45:25,818 - sync: ERRORFault 1: 
exceptions.KeyError:'timestamp'
Traceback (most recent call last):
 File /usr/local/lib/python2.6/site-packages/DenyHosts/sync.py, line 117, in 
receive_new_hosts
   self.__prefs.get(SYNC_DOWNLOAD_RESILIENCY))
 File /usr/local/lib/python2.6/xmlrpclib.py, line 1199, in __call__
   return self.__send(self.__name, args)
 File /usr/local/lib/python2.6/xmlrpclib.py, line 1489, in __request
   verbose=self.__verbose
 File /usr/local/lib/python2.6/xmlrpclib.py, line 1253, in request
   return self._parse_response(h.getfile(), sock)
 File /usr/local/lib/python2.6/xmlrpclib.py, line 1392, in _parse_response
   return u.close()
 File /usr/local/lib/python2.6/xmlrpclib.py, line 838, in close
   raise Fault(**self._stack[0])
Fault: Fault 1: exceptions.KeyError:'timestamp'
/snippet

This error message repeats anywhere from every hour to every three or
four hours. I cannot seem to decipher the pattern. Is this error message
something I should be worried about; and if so, how do I go about
correcting it?


--
Jerry
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

If more of us valued food and cheer and song above hoarded gold, it
would be a merrier world.

J. R. R. Tolkien


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: denyhost: ERROR Fault 1: exceptions.KeyError:'timestamp'

2010-04-15 Thread Adam Vande More
On Wed, Apr 7, 2010 at 8:45 AM, Jerry freebsd.u...@seibercom.net wrote:



 This error message repeats anywhere from every hour to every three or
 four hours. I cannot seem to decipher the pattern. Is this error message
 something I should be worried about; and if so, how do I go about
 correcting it?


Just a guess but is the time correct on your box?

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: denyhost: ERROR Fault 1: exceptions.KeyError:'timestamp'

2010-04-15 Thread Jerry
On Thu, 15 Apr 2010 11:57:32 -0500, Adam Vande More
amvandem...@gmail.com articulated:

 On Wed, Apr 7, 2010 at 8:45 AM, Jerry freebsd.u...@seibercom.net
 wrote:
 
  This error message repeats anywhere from every hour to every three
  or four hours. I cannot seem to decipher the pattern. Is this error
  message something I should be worried about; and if so, how do I go
  about correcting it?
 
 Just a guess but is the time correct on your box?

Yes it is. The error message does not seem to follow any easily
decipherable routine. For example, since 00:57 last night, the error
message was only displayed for: 07:57; 09:57; 10:57; 11:57; 12:57. The
other updates, done at one hour inclements were without incident.

I have no idea how to debug this problem, if it really is a problem.

-- 
Jerry
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

Lisp Users:
Due to the holiday next Monday, there will be no garbage collection.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: denyhost: ERROR Fault 1: exceptions.KeyError:'timestamp'

2010-04-15 Thread Jerry
On Thu, 15 Apr 2010 18:50:13 +0200 (CEST), Mohacsi Janos
moha...@niif.hu articulated:

 On Wed, 7 Apr 2010, Jerry wrote:
 
  Using denyhosts-2.6_3 from the ports system, I am finding the
  following error message in the /var/log/denyhosts log file:
 
  snippet
  2010-04-07 07:45:25,818 - sync: ERRORFault 1:
  exceptions.KeyError:'timestamp' Traceback (most recent call
  last): File
  /usr/local/lib/python2.6/site-packages/DenyHosts/sync.py, line
  117, in receive_new_hosts
  self.__prefs.get(SYNC_DOWNLOAD_RESILIENCY)) File
  /usr/local/lib/python2.6/xmlrpclib.py, line 1199, in __call__
  return self.__send(self.__name, args) File
  /usr/local/lib/python2.6/xmlrpclib.py, line 1489, in __request
  verbose=self.__verbose File
  /usr/local/lib/python2.6/xmlrpclib.py, line 1253, in request
  return self._parse_response(h.getfile(), sock) File
  /usr/local/lib/python2.6/xmlrpclib.py, line 1392, in
  _parse_response return u.close() File
  /usr/local/lib/python2.6/xmlrpclib.py, line 838, in close raise
  Fault(**self._stack[0]) Fault: Fault 1:
  exceptions.KeyError:'timestamp' /snippet
 
  This error message repeats anywhere from every hour to every three
  or four hours. I cannot seem to decipher the pattern. Is this error
  message something I should be worried about; and if so, how do I go
  about correcting it?
 
 Do you use denyhosts in synchrozed mode?
 http://denyhosts.sourceforge.net/faq.html#4_0

Obviously, otherwise I would not be getting this error.

 Unfortunately I cannot reproduce the problem on FreeBSD 6.x and 7.x
 since I don't use synchronized mode.

You wouldn't if you were not using synchronized mode.

 Can you contact the original author of Denyhosts?
 http://sourceforge.net/users/phil_schwartz/

I filed a bug report the day I submitted this post. I have not received
any feedback or acknowledgment of the report. This may even be a python
bug. I was thinking of asking on that forum.


-- 
Jerry
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: denyhost: ERROR Fault 1: exceptions.KeyError:'timestamp'

2010-04-15 Thread Adam Vande More
On Thu, Apr 15, 2010 at 1:27 PM, Jerry freebsd.u...@seibercom.net wrote:

 I filed a bug report the day I submitted this post. I have not received
 any feedback or acknowledgment of the report. This may even be a python
 bug. I was thinking of asking on that forum.


http://sourceforge.net/tracker/?func=detailaid=2898723group_id=131204atid=720419

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


denyhost: ERROR Fault 1: exceptions.KeyError:'timestamp'

2010-04-07 Thread Jerry
Using denyhosts-2.6_3 from the ports system, I am finding the following
error message in the /var/log/denyhosts log file:

snippet
2010-04-07 07:45:25,818 - sync: ERRORFault 1: 
exceptions.KeyError:'timestamp'
Traceback (most recent call last):
  File /usr/local/lib/python2.6/site-packages/DenyHosts/sync.py, line 117, in 
receive_new_hosts
self.__prefs.get(SYNC_DOWNLOAD_RESILIENCY))
  File /usr/local/lib/python2.6/xmlrpclib.py, line 1199, in __call__
return self.__send(self.__name, args)
  File /usr/local/lib/python2.6/xmlrpclib.py, line 1489, in __request
verbose=self.__verbose
  File /usr/local/lib/python2.6/xmlrpclib.py, line 1253, in request
return self._parse_response(h.getfile(), sock)
  File /usr/local/lib/python2.6/xmlrpclib.py, line 1392, in _parse_response
return u.close()
  File /usr/local/lib/python2.6/xmlrpclib.py, line 838, in close
raise Fault(**self._stack[0])
Fault: Fault 1: exceptions.KeyError:'timestamp'
/snippet

This error message repeats anywhere from every hour to every three or
four hours. I cannot seem to decipher the pattern. Is this error message
something I should be worried about; and if so, how do I go about
correcting it?


-- 
Jerry
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

If more of us valued food and cheer and song above hoarded gold, it
would be a merrier world.

J. R. R. Tolkien
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Denyhost

2008-06-07 Thread Beat Siegenthaler

Andrea Venturoli wrote:

Anyone using this?
I've used it for a long time on a 6.x box and it worked fine.
Recently I had to deactivate it since it seems to lock away every IP 
which is listed in the logs.


Running on all my Servers like a charm...
no Problems known... RELENG_7 i386 and amd64 (fedora too...)

Beat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Denyhost

2008-06-06 Thread Brian

Sahil Tandon wrote:

Andrea Venturoli [EMAIL PROTECTED] wrote:

  

Anyone using this?
I've used it for a long time on a 6.x box and it worked fine.
Recently I had to deactivate it since it seems to lock away every IP which 
is listed in the logs.

Any hint?



Give more information.  Which logs?  Give an example.  Show relevant excerpts 
from your denyhosts configuration.  Which version of denyhosts are you 
running?  How and where in /etc/hosts.allow is the denyhosts list being 
referenced?


  
If this is the security/denyhosts port being discussed, and all traffic 
is being blocked from listed IPs, that is a config possibility.  IP 
addresses that show up in the deny list can either have ssh or all 
traffic denied from those specific hosts.


Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Denyhost

2008-06-06 Thread Derek Ragona

At 10:56 PM 6/5/2008, Frank Shute wrote:

On Thu, Jun 05, 2008 at 06:19:26PM -0500, Derek Ragona wrote:

 At 04:36 PM 6/5/2008, Andrea Venturoli wrote:
 
 Anyone using this?
 I've used it for a long time on a 6.x box and it worked fine.
 Recently I had to deactivate it since it seems to lock away every IP 
which

 is listed in the logs.
 Any hint?
 
  bye  Thanks
 av.

 I believe denyhost has been deprecated.  I use /etc/hosts.allow which 
works

 fine and combines both allow and deny functions in one configuration file.

 -Derek


Derek, I think Andrea meant the port security/denyhosts which monitors
your ssh port and adds dodgy IPs which attack 22 to hosts.allow (I
think - I haven't used it yet). Are you thinking of hosts.deny?


Yes I was, sorry for my mistake.

-Derek




I guess you can configure it as to how it blocks the IPs.

Andrea, have a look at hosts.allow to see how it's blocking those IPs
and you should be able to remove them or relax the rules. You have to
give inetd a HUP to reread hosts.allow.

HTH.

Regards,

--

 Frank


 Contact info: http://www.shute.org.uk/misc/contact.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Denyhost

2008-06-05 Thread Andrea Venturoli

Anyone using this?
I've used it for a long time on a 6.x box and it worked fine.
Recently I had to deactivate it since it seems to lock away every IP 
which is listed in the logs.

Any hint?

 bye  Thanks
av.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Denyhost

2008-06-05 Thread Derek Ragona

At 04:36 PM 6/5/2008, Andrea Venturoli wrote:

Anyone using this?
I've used it for a long time on a 6.x box and it worked fine.
Recently I had to deactivate it since it seems to lock away every IP which 
is listed in the logs.

Any hint?

 bye  Thanks
av.


I believe denyhost has been deprecated.  I use /etc/hosts.allow which works 
fine and combines both allow and deny functions in one configuration file.


-Derek


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Denyhost

2008-06-05 Thread Frank Shute
On Thu, Jun 05, 2008 at 06:19:26PM -0500, Derek Ragona wrote:

 At 04:36 PM 6/5/2008, Andrea Venturoli wrote:
 
 Anyone using this?
 I've used it for a long time on a 6.x box and it worked fine.
 Recently I had to deactivate it since it seems to lock away every IP which 
 is listed in the logs.
 Any hint?
 
  bye  Thanks
 av.
 
 I believe denyhost has been deprecated.  I use /etc/hosts.allow which works 
 fine and combines both allow and deny functions in one configuration file.
 
 -Derek
 

Derek, I think Andrea meant the port security/denyhosts which monitors
your ssh port and adds dodgy IPs which attack 22 to hosts.allow (I
think - I haven't used it yet). Are you thinking of hosts.deny?

I guess you can configure it as to how it blocks the IPs.

Andrea, have a look at hosts.allow to see how it's blocking those IPs
and you should be able to remove them or relax the rules. You have to
give inetd a HUP to reread hosts.allow.

HTH.

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Denyhost

2008-06-05 Thread Sahil Tandon
Andrea Venturoli [EMAIL PROTECTED] wrote:

 Anyone using this?
 I've used it for a long time on a 6.x box and it worked fine.
 Recently I had to deactivate it since it seems to lock away every IP which 
 is listed in the logs.
 Any hint?

Give more information.  Which logs?  Give an example.  Show relevant excerpts 
from your denyhosts configuration.  Which version of denyhosts are you 
running?  How and where in /etc/hosts.allow is the denyhosts list being 
referenced?

-- 
Sahil Tandon [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]