Your message dated Fri, 21 Nov 2008 19:23:19 +1100 with message-id <[EMAIL PROTECTED]> has caused the report #235736, regarding Trying to use dbiproxy to be marked as having been forwarded to the upstream software author(s) Jochen Wiedmann <[EMAIL PROTECTED]>
(NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 235736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235736 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---On Tue, Feb 10, 2004 at 11:33:03AM +0200, Serge Olkhowik wrote: >Package: libnet-daemon-perl >Version: 0.37-1 >Severity: important >Tags: patch > >I'm trying to use dbiproxy: > ># dbiproxy --configfile /etc/dbd-proxy.conf >Undefined subroutine &Sys::Syslog::syslog called at >/usr/share/perl5/Net/Daemon/Log.pm line 108. > >And my config is: > >{ > pidfile => '/var/run/dbd-proxy.pid', ># logfile => IO::File->new('/var/log/dbd-proxy', 'a'), > logfile => 0, > mode => 'single', > debug => 0, > localport => 12400, > clients => > ... >} > >I found a simple solution > >--- Log.pm-x 2004-02-10 11:08:03.000000000 +0200 >+++ Log.pm 2004-02-10 11:08:21.000000000 +0200 >@@ -105,6 +105,7 @@ > 'Data' => $tid > }); > } else { >+ require Sys::Syslog; > &Sys::Syslog::syslog($level, "$tid$format", @args); > } > } > >But I still have a question: according to ducumentation > > facility (--facility=mode) > (UNIX only) Facility to use for "Sys::Syslog (3)". The default is > daemon. > >and I have such line in /etc/syslog.conf: > >daemon.* -/var/log/daemon.log > >But I'm getting messages in /var/log/syslog only like the following: > >Feb 10 11:15:22 isd471 solo: Server starting > >-- System Information: >Debian Release: testing/unstable >Architecture: i386 >Kernel: Linux isolkhowik 2.4.22-so #1 Wed Sep 10 18:49:38 EEST 2003 i686 >Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R > >Versions of packages libnet-daemon-perl depends on: >ii perl 5.8.2-2 Larry Wall's Practical Extraction > >-- no debconf information > >-- >Serge Olkhowik <[EMAIL PROTECTED]> >ISD Configuration Management Team <[EMAIL PROTECTED]> Hello Jochen, I'm forwarding this bug report to you as upstream author. Please preserve the CC to [EMAIL PROTECTED] when you reply, so that the bug tracking system will file your reply with the original report. The corresponding web page of this bug report is at: http://bugs.debian.org/235736 Please consider merging Serge's patch. The Debian libnet-daemon-perl bug reports are at: http://bugs.debian.org/libnet-daemon-perl Thank you, AnĂbal Monsalve Salazar
signature.asc
Description: Digital signature
--- End Message ---