Hi, I am trying to set up rsyslog server with GSSAPI auth. I have used the doc that is here http://www.rsyslog.com/doc-gssapi.html but without successful end. The issue is that when I want to start rsyslog server it hangs-up during starting procedure.
Here are some details: I have version 5.2.0 and this is server's conf file: === $ModLoad immark # provides --MARK-- message capability $ModLoad imuxsock # provides support for local system logging (e.g. via logger) $ModLoad imklog # kernel logging (formerly provided by rklogd) #Global directives $ActionFileDefaultTemplate RSYSLOG_FileFormat <(rules for storing syslog messages)> $ModLoad imgssapi $InputGSSServerPermitPlainTCP off $InputGSSServerRun 10514 === client config is simple: === $ModLoad omgssapi *.info : omgssapi:server.example.com:10514 === Here is a part of debug output: ============================ 9766.638881000:2b51af4b1ac0: cfline: '$ModLoad imgssapi' 9766.638893000:2b51af4b1ac0: Requested to load module 'imgssapi' 9766.638905000:2b51af4b1ac0: loading module '/usr/local/lib/rsyslog/imgssapi.so' 9766.640185000:2b51af4b1ac0: caller requested object 'tcps_sess', not found (iRet -3003) 9766.640207000:2b51af4b1ac0: Requested to load module 'lmtcpsrv' 9766.640219000:2b51af4b1ac0: loading module '/usr/local/lib/rsyslog/lmtcpsrv.so' 9766.640292000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 80: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[1/2b51af4b1ac0] 9766.640309000:2b51af4b1ac0: caller requested object 'netstrm', not found (iRet -3003) 9766.640322000:2b51af4b1ac0: Requested to load module 'lmnetstrms' 9766.640333000:2b51af4b1ac0: loading module '/usr/local/lib/rsyslog/lmnetstrms.so' 9766.640394000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 80: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[1/2b51af4b1ac0] 9766.640409000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640424000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 80: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[1/2b51af4b1ac0] 9766.640436000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640450000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 80: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[1/2b51af4b1ac0] 9766.640461000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640477000:2b51af4b1ac0: module of type 2 being loaded. 9766.640488000:2b51af4b1ac0: entry point 'isCompatibleWithFeature' not present in module 9766.640500000:2b51af4b1ac0: source file tcps_sess.c requested reference for module 'lmnetstrms', reference count now 1 9766.640512000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640528000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640541000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640553000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640573000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640587000:2b51af4b1ac0: source file tcpsrv.c requested reference for module 'lmnet', reference count now 4 9766.640599000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640611000:2b51af4b1ac0: source file tcpsrv.c requested reference for module 'lmnetstrms', reference count now 2 9766.640624000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640637000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640651000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640665000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640678000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640691000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640705000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640717000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 82: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[2/2b51af4b1ac0] 9766.640737000:2b51af4b1ac0: module of type 2 being loaded. 9766.640748000:2b51af4b1ac0: entry point 'isCompatibleWithFeature' not present in module 9766.640759000:2b51af4b1ac0: source file imgssapi.c requested reference for module 'lmtcpsrv', reference count now 1 9766.640771000:2b51af4b1ac0: source file imgssapi.c requested reference for module 'lmtcpsrv', reference count now 2 9766.640784000:2b51af4b1ac0: caller requested object 'gssutil', not found (iRet -3003) 9766.640794000:2b51af4b1ac0: Requested to load module 'lmgssutil' 9766.640805000:2b51af4b1ac0: loading module '/usr/local/lib/rsyslog/lmgssutil.so' 9766.640880000:2b51af4b1ac0: obj.c:1126:UseObj:invocation 100: WARNING: mutex still owned by us as we exit function, mutex: 0x65cf00[1/2b51af4b1ac0] 9766.640897000:2b51af4b1ac0: module of type 2 being loaded. 9766.640908000:2b51af4b1ac0: entry point 'isCompatibleWithFeature' not present in module 9766.640919000:2b51af4b1ac0: source file imgssapi.c requested reference for module 'lmgssutil', reference count now 1 9766.640933000:2b51af4b1ac0: source file imgssapi.c requested reference for module 'lmnetstrms', reference count now 3 9766.640946000:2b51af4b1ac0: source file imgssapi.c requested reference for module 'lmnet', reference count now 5 9766.640969000:2b51af4b1ac0: module of type 0 being loaded. 9766.640985000:2b51af4b1ac0: cfline: '$InputGSSServerPermitPlainTCP off' 9766.641000000:2b51af4b1ac0: cfline: '$InputGSSServerRun 10514' 9766.641027000:2b51af4b1ac0: Signal 11 (SIGSEGV) occured, execution must be terminated. 9766.641147000:2b51af4b1ac0: 9766.641175000:2b51af4b1ac0: Recorded Call Order for Thread '2b51af4b1ac0': 9766.641186000:2b51af4b1ac0: 0: syslogd.c:3097:realMain: 9766.641196000:2b51af4b1ac0: 1: syslogd.c:2749:mainThread: 9766.641206000:2b51af4b1ac0: 2: syslogd.c:2185:init: 9766.641219000:2b51af4b1ac0: 3: conf.c:410:processConfFile: 9766.641229000:2b51af4b1ac0: 4: conf.c:1179:cfline: 9766.641238000:2b51af4b1ac0: 5: conf.c:359:cfsysline: 9766.641249000:2b51af4b1ac0: 6: cfsysline.c:902:processCfSysLineCommand: 9766.641259000:2b51af4b1ac0: 7: cfsysline.c:673:cslchCallHdlr: 9766.641269000:2b51af4b1ac0: 8: cfsysline.c:501:doGetWord: 9766.641281000:2b51af4b1ac0: 9: imgssapi.c:310:addGSSListener: 9766.641292000:2b51af4b1ac0: 10: tcpsrv.c:135:configureTCPListen: 9766.641301000:2b51af4b1ac0: 11: tcpsrv.c:102:addNewLstnPort: 9766.641311000:2b51af4b1ac0: maximum number of nested calls for this thread: 26. 9766.641324000:2b51af4b1ac0: NOTE: not all calls may have been recorded, code does not currently guarantee that! 9766.641333000:2b51af4b1ac0: Mutex log for all known mutex operations: 9766.641343000:2b51af4b1ac0: If the call trace is empty, you may want to ./configure --enable-rtinst 9766.641353000:2b51af4b1ac0: To submit bug reports, visit http://www.rsyslog.com/bugs 9766.641363000:2b51af4b1ac0: To submit bug reports, visit http://www.rsyslog.com/bugs Aborted === I am a newbie, any idea? Thanks, Tomas Kubina _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

