Mailinglist Archive: opensuse-bugs (5398 mails)

< Previous Next >
[Bug 279904] New: syslog-ng: messages intended for tty10 end up in the active tty.
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 1 Jun 2007 04:06:01 -0600 (MDT)
  • Message-id: <bug-279904-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=279904

           Summary: syslog-ng: messages intended for tty10 end up in the
                    active tty.
           Product: openSUSE 10.2
           Version: Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Basesystem
        AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
        ReportedBy: robin.listas@xxxxxxxxxxxxxx
         QAContact: qa@xxxxxxx


Suddenly, messages intended to go to tty 10, go instead or also to the active,
logged-in, tty, like tty5. At this moment, it is affecting my firewall
messages. 

Configuration is correct and has not being changed since last October, and was
working. 

The assumption is that the running daemon got it's internal data corrupted
somehow (perhaps suspending to disk has some effect?). I haven't reloaded it
yet.


filter f_console    { level(warn) and facility(kern) and not filter(f_iptables)
                      or level(err) and not facility(authpriv); };
..
destination console  { file("/dev/tty10"    group(tty) perm(0620)); };
log { source(src); filter(f_console); destination(console); };

Further info:
  http://lists.opensuse.org/opensuse/2007-05/msg02814.html


Another person with similar symptoms:

  http://lists.opensuse.org/opensuse/2007-05/msg02084.html


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >