RE: Serial Ports and syslogd

From: Kelly Flanagan (Kelly_Flanagan_at_digi.com)
Date: 06/12/03

  • Next message: Lupe Christoph: "Re: Impossible to IPfilter this?"
    Date: Thu, 12 Jun 2003 11:48:00 -0500
    To: <freebsd-security@freebsd.org>
    
    

    Thanks so much, that got it.

    Subject: Re: Serial Ports and syslogd

    Your syslogd is trying to log to the console, over the serial line, and
    is getting
    stuck waiting for output to flush there. The easiest fix is to edit
    /etc/syslog.conf,
    and remove the line that is sending output to /dev/console. Once you
    do that,
    and restart everything, you won't see your problem again.

    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"


  • Next message: Lupe Christoph: "Re: Impossible to IPfilter this?"