public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@lycos.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user]  Re: X without console log window?
Date: Wed, 15 Feb 2006 20:20:49 +0000	[thread overview]
Message-ID: <dt02dj$2e6$1@sea.gmane.org> (raw)
In-Reply-To: 20060213191500.245c2820.hilse@web.de

Hans-Werner Hilse wrote:

> 
> No problem. But it's from a debian system... From /etc/syslog.conf:
> ---snip---
> # The named pipe /dev/xconsole is for the `xconsole' utility.  To use it,
> # you must invoke `xconsole' with the `-file' option:
> # 
> #    $ xconsole -file /dev/xconsole [...]
> #
> # NOTE: adjust the list below, or you'll go crazy if you have a reasonably
> #      busy site..
> #
> daemon.*;mail.*;\
>         news.crit;news.err;news.notice;\
>         *.=debug;*.=info;\
>         *.=notice;*.=warn       |/dev/xconsole
> ---snip---
> 
> I don't have currently syslog-ng running, but I think I remember that
> similar configuration was in /etc/syslog-ng/syslog-ng.conf (maybe
> commented out?)

Yes, it was commented out as the default setting is to send everything to
tty12:
================================
# By default messages are logged to tty12...
#destination console_all { file("/dev/tty12"); };
# ...if you intend to use /dev/console for programs like xconsole
# you can comment out the destination line above that references /dev/tty12
# and uncomment the line below.
destination console_all { file("/dev/console"); };
================================
So, now I've uncommented it but every single message is shown not only in
xconsole (which is fine), but in tty1 as well.  The latter makes the boot
up messages look very messy indeed.

I don't know if I am asking too much here, but is there a way to:
1. Continue with all messages shown in tty12 as per default syslog-ng
configuration.
2. Also show all/some messages to xconsole.
3. Do not pipe everything to console during/after boot - the default
messages there are adequate for my liking.

Perhaps I am a bit confused: what is the relationship between /dev/console
and xconsole?
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2006-02-15 20:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-10 21:08 [gentoo-user] X without console log window? Urs Schuetz
2006-02-11 14:47 ` Hans-Werner Hilse
2006-02-11 20:52   ` Urs Schuetz
2006-02-13 11:24     ` Michael Kintzios
2006-02-13 12:33       ` Hans-Werner Hilse
2006-02-13 14:23         ` Michael Kintzios
2006-02-13 18:15           ` Hans-Werner Hilse
2006-02-13 23:28             ` [gentoo-user] " Mick
2006-02-15 20:20             ` Mick [this message]
2006-02-16 11:54               ` Hans-Werner Hilse
2006-02-22 11:49                 ` Michael Kintzios
2006-02-22 22:39                   ` [gentoo-user] " Mick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dt02dj$2e6$1@sea.gmane.org' \
    --to=michaelkintzios@lycos.co.uk \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox