* [gentoo-user] X Program to show tty messages
@ 2009-01-17 15:55 Fernando Antunes
2009-01-17 19:52 ` Dale
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Fernando Antunes @ 2009-01-17 15:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 182 bytes --]
Hi.
I looking for a way to see/monitor messages sent to the tty when a running X
programs.
I tryed xconsole, but it only works with /dev/console. Does anybody knows
such a program ?
[-- Attachment #2: Type: text/html, Size: 192 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] X Program to show tty messages
2009-01-17 15:55 [gentoo-user] X Program to show tty messages Fernando Antunes
@ 2009-01-17 19:52 ` Dale
2009-01-17 20:11 ` Mick
2009-01-17 22:39 ` [gentoo-user] " Fernando Antunes
2 siblings, 0 replies; 5+ messages in thread
From: Dale @ 2009-01-17 19:52 UTC (permalink / raw
To: gentoo-user
Fernando Antunes wrote:
> Hi.
> I looking for a way to see/monitor messages sent to the tty when a
> running X programs.
> I tryed xconsole, but it only works with /dev/console. Does anybody
> knows such a program ?
I'm not sure this is what you are looking for but try knotify.
* kde-base/knotify
Available versions: (4.1) ~4.1.4
{debug kdeprefix}
Homepage: http://www.kde.org/
Description: The KDE notification daemon.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] X Program to show tty messages
2009-01-17 15:55 [gentoo-user] X Program to show tty messages Fernando Antunes
2009-01-17 19:52 ` Dale
@ 2009-01-17 20:11 ` Mick
2009-01-17 22:39 ` [gentoo-user] " Fernando Antunes
2 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2009-01-17 20:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 490 bytes --]
On Saturday 17 January 2009, Fernando Antunes wrote:
> Hi.
> I looking for a way to see/monitor messages sent to the tty when a running
> X programs.
> I tryed xconsole, but it only works with /dev/console. Does anybody knows
> such a program ?
I think you need to comment out /dev/tty12 and enter something like:
destination xconsole { pipe("/dev/xconsole"); };
destination console_all { file("/dev/console"); };
in your /etc/syslog-ng/syslog-ng.conf.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: X Program to show tty messages
2009-01-17 15:55 [gentoo-user] X Program to show tty messages Fernando Antunes
2009-01-17 19:52 ` Dale
2009-01-17 20:11 ` Mick
@ 2009-01-17 22:39 ` Fernando Antunes
2009-01-18 17:56 ` Willie Wong
2 siblings, 1 reply; 5+ messages in thread
From: Fernando Antunes @ 2009-01-17 22:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 562 bytes --]
On Sat, Jan 17, 2009 at 1:55 PM, Fernando Antunes <fs.antunes@gmail.com>wrote:
> Hi.
> I looking for a way to see/monitor messages sent to the tty when a running
> X programs.
> I tryed xconsole, but it only works with /dev/console. Does anybody knows
> such a program ?
>
Sorry if my poor english vocabulary didn't help you to understand me.
I'd like to see the output text sent by the graphicals programs to the tty1
when a running in X. Nowaday I using CTRL+ALT+F1 to see them.
I figure out if is there a program that capture and show them in X a window.
[-- Attachment #2: Type: text/html, Size: 849 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: X Program to show tty messages
2009-01-17 22:39 ` [gentoo-user] " Fernando Antunes
@ 2009-01-18 17:56 ` Willie Wong
0 siblings, 0 replies; 5+ messages in thread
From: Willie Wong @ 2009-01-18 17:56 UTC (permalink / raw
To: gentoo-user
On Sat, Jan 17, 2009 at 08:39:58PM -0200, Penguin Lover Fernando Antunes squawked:
> On Sat, Jan 17, 2009 at 1:55 PM, Fernando Antunes <fs.antunes@gmail.com>wrote:
>
> > Hi.
> > I looking for a way to see/monitor messages sent to the tty when a running
> > X programs.
> > I tryed xconsole, but it only works with /dev/console. Does anybody knows
> > such a program ?
> >
>
> Sorry if my poor english vocabulary didn't help you to understand me.
>
> I'd like to see the output text sent by the graphicals programs to the tty1
> when a running in X. Nowaday I using CTRL+ALT+F1 to see them.
>
> I figure out if is there a program that capture and show them in X a window.
Oh, if that is what you want, try to start your X with
xinit 2>&1 | tee TEMPFILE
and in X open up a terminal and do
tail -f TEMPFILE
it *should* work.
HTH,
W
--
I went to the Missing Persons Bureau. No one was there.
Sortir en Pantoufles: up 772 days, 16:37
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-18 17:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-17 15:55 [gentoo-user] X Program to show tty messages Fernando Antunes
2009-01-17 19:52 ` Dale
2009-01-17 20:11 ` Mick
2009-01-17 22:39 ` [gentoo-user] " Fernando Antunes
2009-01-18 17:56 ` Willie Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox