Package: rsyslog-gssapi
Version: 3.20.4-2
Severity: normal

I'm currently using a *backported* version of rsyslog (from Unstable) on a 
Lenny machine (and also on Etch).  

I was previously using a locally patched version of rsyslog 3.18.6 (enabling 
gssapi input and output plugins).  No problems with that version.

All of my client machines run just fine with version 3.20.4-2 (using the 
gssapi output module 'omgssapi.so').

But my primary server segfaults, according to 'strace', on startup with 
the following GSSAPI configs (which work properly with 3.18.6):

  # GSSAPI rsyslog server configs
  $ModLoad imgssapi.so # provides GSSAPI authenticated/encrypted input
  $InputGSSServerPermitPlainTCP off # forbid non-authenticated connections
  $InputGSSServerRun 10514 # run GSSAPI authenticated connections on this port

Removing these lines allows rsyslogd to start successfully.

The segfault occurs right after rsyslogd binds to its port and issues the 
'listen' system call:

  bind(3, {sa_family=AF_INET, sin_port=htons(10514), 
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
  listen(3, 25)                     = 0
  --- SIGSEGV (Segmentation fault) @ 0 (0) ---
  rt_sigaction(SIGABRT, {SIG_DFL}, NULL, 8) = 0

I'd love to do whatever I can to help resolve this issue.

Ben

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rsyslog-gssapi depends on:
ii  libc6                 2.7-18             GNU C Library: Shared libraries
ii  libkrb53              1.6.dfsg.4~beta1-5 MIT Kerberos runtime libraries
ii  rsyslog               3.20.4-2           enhanced multi-threaded syslogd
ii  ucf                   3.0016             Update Configuration File: preserv

Versions of packages rsyslog-gssapi recommends:
ii  krb5-user             1.6.dfsg.4~beta1-5 Basic programs to authenticate usi

rsyslog-gssapi suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to