Project Zipscript Next Generation
(bug tracker)

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000264pzs-ng v1.0sitebotpublic2004-12-25 02:462005-01-07 16:15
Reportermcr 
Assigned Topsxc 
PrioritynormalSeverityfeatureReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in VersionBETA5 
Summary0000264: "connection refused: ident@ip not added to any users." message in login.log is not parsed.
DescriptionSat 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".
TagsNo tags attached.
Attached Files

- Relationships

-  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



Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker