| Anonymous | Login | Signup for a new account | 2010-09-10 20:07 UTC | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0000264 | pzs-ng v1.0 | sitebot | public | 2004-12-25 02:46 | 2005-01-07 16:15 | |
| Reporter | mcr | |||||
| Assigned To | psxc | |||||
| Priority | normal | Severity | feature | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | ||||||
| Target Version | Fixed in Version | BETA5 | ||||
| Summary | 0000264: "connection refused: ident@ip not added to any users." message in login.log is not parsed. | |||||
| Description | Sat Dec 25 00:00:00 2004 [16435 ] ident@127.0.0.1 (127.0.0.1): connection refused: ident@ip not added to any users. This log-entry to login.log is not caught and ends up as "DEBUG". | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
(0000413) t0mb0y (reporter) 2005-01-07 15:24 |
line 337 if {[string first ":" [lindex $line 5]] < 0} { if {[string first "@" [lindex $line 5]] < 0} { set msgtype "DEBUG" if {[llength $line] < 5} { set line [lappend $line "dummy debug"] } else { set line [linsert $line 5 "DEBUG:"] } } else { set msgtype [string trim [lindex $line 5] "@"] } } else { set msgtype [string trim [lindex $line 5] ":"] } should fix it or be very close to whats needed, ident@ip error msg is only one without a trigger user: LOGIN: LOGOUT: etc, so you need to see if the first argument contains @ in it, then it will catch that line and not put it into DEBUG. |
|
(0000416) psxc (developer) 2005-01-07 16:15 |
t0mb0y's fix was added in r1139 :) |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2004-12-25 02:46 | mcr | New Issue | |
| 2005-01-07 15:24 | t0mb0y | Note Added: 0000413 | |
| 2005-01-07 16:14 | psxc | Status | new => assigned |
| 2005-01-07 16:14 | psxc | Assigned To | => psxc |
| 2005-01-07 16:15 | psxc | Status | assigned => resolved |
| 2005-01-07 16:15 | psxc | Fixed in Version | => BETA5 |
| 2005-01-07 16:15 | psxc | Resolution | open => fixed |
| 2005-01-07 16:15 | psxc | Note Added: 0000416 | |
| Main | My View | View Issues | Change Log | Roadmap |
| Copyright © 2000 - 2010 MantisBT Group |