First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 131034
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Benjamin Smee (strerror) (RETIRED) <strerror@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Bel Zébute <stephane@gorfou.ca>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 131034 depends on: Show dependency tree
Show dependency graph
Bug 131034 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-23 15:20 0000
The link in the URL contains what I experimented and how I solved it (2.4b)

------- Comment #1 From Jakub Moc 2006-04-23 15:21:37 0000 -------
Don't refer to external links for bug description. If makes searching for
duplicates completely useless.

------- Comment #2 From Bel Zébute 2006-04-23 15:35:18 0000 -------
If this is fixed quickly, there should not be any dupplicates.

The problem has been fixed upstream with version 2.b.

-------------------
 # /etc/init.d/denyhosts start
 * Caching service dependencies ...                                            
                                                                       [ ok ] *
Starting DenyHosts daemon ...
Traceback (most recent call last):
  File "/usr/bin/denyhosts", line 164, in ?
    first_time, noemail, daemon)
  File "/usr/lib/python2.4/site-packages/DenyHosts/deny_hosts.py", line 82, in
__init__
    offset = self.process_log(logfile, last_offset)
  File "/usr/lib/python2.4/site-packages/DenyHosts/deny_hosts.py", line 423, in
process_log
    login_attempt.add(user, host, success, invalid)
  File "/usr/lib/python2.4/site-packages/DenyHosts/loginattempt.py", line 106,
in add
    elif user in __restricted:
NameError: global name '_LoginAttempt__restricted' is not defined

DenyHosts exited abnormally
-------------------

The quick fix is to edit the ebuild and add a "b" to the my_P variable like
this:

my_P="${my_PN}-${PV}b"

digest and re-emerge.

Now stop bugging me with bureaucraties.

------- Comment #3 From Benjamin Smee (strerror) (RETIRED) 2006-04-27 15:37:22 0000 -------
in cvs, thanks for reporting

First Last Prev Next    No search results available      Search page      Enter new bug