<tt><font size=2>Hi,</font></tt>
<br>
<br><tt><font size=2>I can't see any remarkable entries, seems like a default
config to me.</font></tt>
<br><tt><font size=2>Nevertheless you can try out stopping the syslogd,
just to be sure...</font></tt>
<br>
<br><tt><font size=2>You are starting the pcmanfm from within a xfce4-terminal?</font></tt>
<br><tt><font size=2><br>
> Von: Renaud (Ron) OLGIATI <renaud@olgiati-in-paraguay.org></font></tt>
<br><tt><font size=2>> An: xfce@xfce.org</font></tt>
<br><tt><font size=2>> Datum: 11.12.2014 12:00</font></tt>
<br><tt><font size=2>> Betreff: Re: Why do I get messages in Xfce Terminal
Emulator ?</font></tt>
<br><tt><font size=2>> Gesendet von: "Xfce" <xfce-bounces@xfce.org></font></tt>
<br><tt><font size=2>> <br>
> On Thu, 11 Dec 2014 10:26:01 +0100<br>
> mathias.froehlich@f-i.de wrote:<br>
> <br>
> > it may be a kind of strange syslog config. Can u post yours,
please?<br>
> <br>
> Here it is.<br>
>  <br>
> Cheers,<br>
>  <br>
> Ron.<br>
> -- <br>
>                    
  La gloire est une affaire privée.<br>
>                    
                  -- Louis
Lachenal<br>
>                    
                <br>
>                    --
</font></tt><a href="http://www.olgiati-in-paraguay.org/"><tt><font size=2>http://www.olgiati-in-paraguay.org</font></tt></a><tt><font size=2>
--<br>
>  <br>
> <br>
> <br>
> root@ron:/home/ron # cat /etc/rsyslog.conf<br>
> #  /etc/rsyslog.conf   Configuration file for rsyslog.<br>
> #<br>
> #         For more information see<br>
> #         /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html<br>
> <br>
> #################<br>
> #### MODULES ####<br>
> #################<br>
> <br>
> $ModLoad imuxsock # provides support for local system logging<br>
> $ModLoad imklog   # provides kernel logging support<br>
> #$ModLoad immark  # provides --MARK-- message capability<br>
> <br>
> # provides UDP syslog reception<br>
> #$ModLoad imudp<br>
> #$UDPServerRun 514<br>
> <br>
> # provides TCP syslog reception<br>
> #$ModLoad imtcp<br>
> #$InputTCPServerRun 514<br>
> <br>
> ###########################<br>
> #### GLOBAL DIRECTIVES ####<br>
> ###########################<br>
> <br>
> #<br>
> # Use traditional timestamp format.<br>
> # To enable high precision timestamps, comment out the following line.<br>
> #<br>
> $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat<br>
> <br>
> #<br>
> # Set the default permissions for all log files.<br>
> #<br>
> $FileOwner root<br>
> $FileGroup adm<br>
> $FileCreateMode 0640<br>
> $DirCreateMode 0755<br>
> $Umask 0022<br>
> <br>
> #<br>
> # Where to place spool and state files<br>
> #<br>
> $WorkDirectory /var/spool/rsyslog<br>
> <br>
> #<br>
> # Include all config files in /etc/rsyslog.d/<br>
> #<br>
> $IncludeConfig /etc/rsyslog.d/*.conf<br>
> <br>
> ###############<br>
> #### RULES ####<br>
> ###############<br>
> <br>
> #<br>
> # First some standard log files.  Log by facility.<br>
> #<br>
> auth,authpriv.*         /var/log/auth.log<br>
> *.*;auth,authpriv.none      -/var/log/syslog<br>
> #cron.*            /var/log/cron.log<br>
> daemon.*         -/var/log/daemon.log<br>
> kern.*            -/var/log/kern.log<br>
> lpr.*            -/var/log/lpr.log<br>
> mail.*            -/var/log/mail.log<br>
> user.*            -/var/log/user.log<br>
> <br>
> #<br>
> # Logging for the mail system.  Split it up so that<br>
> # it is easy to write scripts to parse these files.<br>
> #<br>
> mail.info         -/var/log/mail.info<br>
> mail.warn         -/var/log/mail.warn<br>
> mail.err         /var/log/mail.err<br>
> <br>
> #<br>
> # Logging for INN news system.<br>
> #<br>
> news.crit         /var/log/news/news.crit<br>
> news.err         /var/log/news/news.err<br>
> news.notice         -/var/log/news/news.notice<br>
> <br>
> #<br>
> # Some "catch-all" log files.<br>
> #<br>
> *.=debug;\<br>
>    auth,authpriv.none;\<br>
>    news.none;mail.none   -/var/log/debug<br>
> *.=info;*.=notice;*.=warn;\<br>
>    auth,authpriv.none;\<br>
>    cron,daemon.none;\<br>
>    mail,news.none      -/var/log/messages<br>
> <br>
> #<br>
> # Emergencies are sent to everybody logged in.<br>
> #<br>
> *.emerg            :omusrmsg:*<br>
> <br>
> #<br>
> # I like to have messages displayed on the console, but only on a
virtual<br>
> # console I usually leave idle.<br>
> #<br>
> #daemon,mail.*;\<br>
> #   news.=crit;news.=err;news.=notice;\<br>
> #   *.=debug;*.=info;\<br>
> #   *.=notice;*.=warn   /dev/tty8<br>
> <br>
> # The named pipe /dev/xconsole is for the `xconsole' utility.  To
use it,<br>
> # you must invoke `xconsole' with the `-file' option:<br>
> # <br>
> #    $ xconsole -file /dev/xconsole [...]<br>
> #<br>
> # NOTE: adjust the list below, or you'll go crazy if you have a reasonably<br>
> #      busy site..<br>
> #<br>
> daemon.*;mail.*;\<br>
>    news.err;\<br>
>    *.=debug;*.=info;\<br>
>    *.=notice;*.=warn   |/dev/xconsole<br>
> <br>
> _______________________________________________<br>
> Xfce mailing list<br>
> Xfce@xfce.org<br>
> </font></tt><a href=https://mail.xfce.org/mailman/listinfo/xfce><tt><font size=2>https://mail.xfce.org/mailman/listinfo/xfce</font></tt></a><tt><font size=2><br>
> </font></tt><a href=http://www.xfce.org/><tt><font size=2>http://www.xfce.org</font></tt></a>