public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
@ 2001-09-27  3:09 Viktor Lakics
  2001-09-27  3:33 ` Mikael Hallendal
  0 siblings, 1 reply; 8+ messages in thread
From: Viktor Lakics @ 2001-09-27  3:09 UTC (permalink / raw
  To: gentoo-dev

Hi Mikael,

I am getting this automatically when I log on as root or ordinary user. I
installed X and KDE from binaries on the RC5 iso image. KDE was upgraded from
sources a couple of times since then with emerge (now it is 2.2.1). This has
to be something in my x configuration (I have not tweaked that at all,
actually). This xtem window just pops up (minimized on the taskbar in KDE) and
the prompt is "bash 2.3 ". When I go home tonight I try to install some other
window manager like xfce to see this happening outside KDE as well...

Viktor




Mikael Hallendal <hallski@gentoo.org> wrote:
> tor 2001-09-27 klockan 11.32 skrev Viktor Lakics:
> > Dear Gentooers,
> > 
> > I already asked this once on this list, but there were no takers. I
thought I
> > give it another try. I am happily running RC5. Whenever I log in to X from
kdm
> > (or for that matter, any other display manager) I end up with an open
xterm
> > window in X, which says "Console log for myhostname". This might be
important
> > for some kind of troubleshooting for x (???), but when everything is set
up
> > correctly, it becomes a bit annoying...
> 
> Hmm .. did you get this without manually asking for it? If so that
> sounds really odd.
> 
> Is it for every user or just one user? (try to log in as root and as
> your ordinary user).
> 
> Regards,
>   Mikael Hallendal
> 
> -- 
> 
> Mikael Hallendal
> Gentoo Linux Developer, Desktop Team Leader
> CodeFactory AB, Stockholm, Sweden
> 
> 
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev


----Viktor Lakics----

Through the Internet:

  lakicsv@usa.net


____________________________________________________________________
Get free e-mail and a permanent address at http://www.amexmail.com/?A=1



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
  2001-09-27  3:09 [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup] Viktor Lakics
@ 2001-09-27  3:33 ` Mikael Hallendal
  2001-09-27 14:04   ` Viktor Lakics
  0 siblings, 1 reply; 8+ messages in thread
From: Mikael Hallendal @ 2001-09-27  3:33 UTC (permalink / raw
  To: gentoo-dev

tor 2001-09-27 klockan 12.07 skrev Viktor Lakics:
> Hi Mikael,
> 
> I am getting this automatically when I log on as root or ordinary user. I
> installed X and KDE from binaries on the RC5 iso image. KDE was upgraded from
> sources a couple of times since then with emerge (now it is 2.2.1). This has
> to be something in my x configuration (I have not tweaked that at all,
> actually). This xtem window just pops up (minimized on the taskbar in KDE) and
> the prompt is "bash 2.3 ". When I go home tonight I try to install some other
> window manager like xfce to see this happening outside KDE as well...

Isn't possible to use "XSession" instead of KSession (or
what-name-it-has), it should of you haven't configured it start twm.

It would be nice to see if this only shows up when you run KDE (perhaps
this is a KDE-feature :)

Regards,
  Mikael Hallendal

-- 

Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
  2001-09-27  3:33 ` Mikael Hallendal
@ 2001-09-27 14:04   ` Viktor Lakics
  2001-09-27 16:41     ` Collins Richey
  2001-09-27 18:10     ` Mikael Hallendal
  0 siblings, 2 replies; 8+ messages in thread
From: Viktor Lakics @ 2001-09-27 14:04 UTC (permalink / raw
  To: gentoo-dev

HI MIkael,

I installed xfce, set initdefault to 3, and started X with startxfce (just to 
avoid even running kdm). Even in this KDE-free environment, I had this weird 
Console log window showing up...Then I started looking at config files, and 
found it finally: /etc/X11/xdm/Xsetup_0, which looks like this:

#!/bin/sh
# $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
QT_XFT=1

I commented out the xconsole line and voila, the console log disappeared...

What is this Xsetup_0 for? Is it allright to comment that line out? I had the 
strange impression that before I run KDM, there might be something else 
running with its own settings (I have the KDM login window on a grey 
backround (similar to that which shows up when you try to set up X, but 
things do not pan out) and even though I have the background set up with a 
wallpaper in KDE login manager, it does not show up...

Viktor


On Thursday 27 September 2001 10:31 am, you wrote:
> tor 2001-09-27 klockan 12.07 skrev Viktor Lakics:
> > Hi Mikael,
> >
> > I am getting this automatically when I log on as root or ordinary user. I
> > installed X and KDE from binaries on the RC5 iso image. KDE was upgraded
> > from sources a couple of times since then with emerge (now it is 2.2.1).
> > This has to be something in my x configuration (I have not tweaked that
> > at all, actually). This xtem window just pops up (minimized on the
> > taskbar in KDE) and the prompt is "bash 2.3 ". When I go home tonight I
> > try to install some other window manager like xfce to see this happening
> > outside KDE as well...
>
> Isn't possible to use "XSession" instead of KSession (or
> what-name-it-has), it should of you haven't configured it start twm.
>
> It would be nice to see if this only shows up when you run KDE (perhaps
> this is a KDE-feature :)
>
> Regards,
>   Mikael Hallendal



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
  2001-09-27 14:04   ` Viktor Lakics
@ 2001-09-27 16:41     ` Collins Richey
  2001-09-27 18:10     ` Mikael Hallendal
  1 sibling, 0 replies; 8+ messages in thread
From: Collins Richey @ 2001-09-27 16:41 UTC (permalink / raw
  To: gentoo-dev

On Thu, 27 Sep 2001 21:04:42 +0100 Viktor Lakics <lakicsv@usa.net>
wrote:

> HI MIkael,
> 
> I installed xfce, set initdefault to 3, and started X with startxfce
> (just to 
> avoid even running kdm). Even in this KDE-free environment, I had
> this weird 
> Console log window showing up...Then I started looking at config
> files, and 
> found it finally: /etc/X11/xdm/Xsetup_0, which looks like this:
> 
> #!/bin/sh
> # $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
> xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed
> -exitOnFail
> QT_XFT=1
> 
> I commented out the xconsole line and voila, the console log
> disappeared...
> 
> What is this Xsetup_0 for? Is it allright to comment that line out?
> I had the 
> strange impression that before I run KDM, there might be something
> else 
> running with its own settings (I have the KDM login window on a grey
> backround (similar to that which shows up when you try to set up X,
> but 
> things do not pan out) and even though I have the background set up
> with a 
> wallpaper in KDE login manager, it does not show up...
> 
> Viktor
> 
> 
> On Thursday 27 September 2001 10:31 am, you wrote:
> > tor 2001-09-27 klockan 12.07 skrev Viktor Lakics:
> > > Hi Mikael,
> > >
> > > I am getting this automatically when I log on as root or
> ordinary user. I
> > > installed X and KDE from binaries on the RC5 iso image. KDE was
> upgraded
> > > from sources a couple of times since then with emerge (now it is
> 2.2.1).
> > > This has to be something in my x configuration (I have not
> tweaked that
> > > at all, actually). This xtem window just pops up (minimized on
> the
> > > taskbar in KDE) and the prompt is "bash 2.3 ". When I go home
> tonight I
> > > try to install some other window manager like xfce to see this
> happening
> > > outside KDE as well...
> >
> > Isn't possible to use "XSession" instead of KSession (or
> > what-name-it-has), it should of you haven't configured it start
> twm.
> >
> > It would be nice to see if this only shows up when you run KDE
> (perhaps
> > this is a KDE-feature :)
> >
> > Regards,
> >   Mikael Hallendal

Viktor,

It must be some other problem.  I, too,  run xfce from runlevel 3
(startxfce) and have the same Xsetup_0 file you describe.  I don't
believe this is even referenced unless you are using xdm, which I'm
not.

--

Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
  2001-09-27 14:04   ` Viktor Lakics
  2001-09-27 16:41     ` Collins Richey
@ 2001-09-27 18:10     ` Mikael Hallendal
  2001-09-28  5:55       ` Dan Armak
  1 sibling, 1 reply; 8+ messages in thread
From: Mikael Hallendal @ 2001-09-27 18:10 UTC (permalink / raw
  To: gentoo-dev

tor 2001-09-27 klockan 22.04 skrev Viktor Lakics:
> HI MIkael,
> 
> I installed xfce, set initdefault to 3, and started X with startxfce (just to 
> avoid even running kdm). Even in this KDE-free environment, I had this weird 
> Console log window showing up...Then I started looking at config files, and 
> found it finally: /etc/X11/xdm/Xsetup_0, which looks like this:
> 
> #!/bin/sh
> # $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
> xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
> QT_XFT=1
> 
> I commented out the xconsole line and voila, the console log disappeared...
> 
> What is this Xsetup_0 for? Is it allright to comment that line out? I had the 
> strange impression that before I run KDM, there might be something else 
> running with its own settings (I have the KDM login window on a grey 
> backround (similar to that which shows up when you try to set up X, but 
> things do not pan out) and even though I have the background set up with a 
> wallpaper in KDE login manager, it does not show up...

Hi!

I have no idea what this is about. Perhaps Dan Amark does? He's the one
responsible for KDE-stuff.

Regards,
  Mikael Hallendal

-- 

Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
  2001-09-27 18:10     ` Mikael Hallendal
@ 2001-09-28  5:55       ` Dan Armak
  2001-09-28  7:16         ` Mikael Hallendal
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Armak @ 2001-09-28  5:55 UTC (permalink / raw
  To: gentoo-dev

On Friday 28 September 2001 02:09, you wrote:
> I have no idea what this is about. Perhaps Dan Amark does? He's the one
> responsible for KDE-stuff.
Always blame KDE, eh? Actually this file is installed by the xfree package. 
It is used by xdm and hence by all xdm frontends e.g. kdm, gdm.
I don't like the xconsole log myself, so I have no objection to havg the 
cfree ebuild remove that line from Xsetup_0 by default.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
  2001-09-28  5:55       ` Dan Armak
@ 2001-09-28  7:16         ` Mikael Hallendal
  2001-09-28 10:45           ` Dan Armak
  0 siblings, 1 reply; 8+ messages in thread
From: Mikael Hallendal @ 2001-09-28  7:16 UTC (permalink / raw
  To: gentoo-dev

fre 2001-09-28 klockan 13.55 skrev Dan Armak:
> On Friday 28 September 2001 02:09, you wrote:
> > I have no idea what this is about. Perhaps Dan Amark does? He's the one
> > responsible for KDE-stuff.
> Always blame KDE, eh? Actually this file is installed by the xfree package. 
> It is used by xdm and hence by all xdm frontends e.g. kdm, gdm.
> I don't like the xconsole log myself, so I have no objection to havg the 
> cfree ebuild remove that line from Xsetup_0 by default.

I have never seen this, therefor I thought it might be some KDE-stuff. I
don't know about kdm but gdm is not a xdm frontend.

Which version of XFree does this?
Not 4.1.0-r1 anyway? I don't see this (even when starting with xdm).

Regards,
  Mikael Hallendal

-- 
Mikael Hallendal                micke@codefactory.se
CodeFactory AB                  http://www.codefactory.se/
Office: +46 (0)8 587 583 05     Cell: +46 (0)709 718 918




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup]
  2001-09-28  7:16         ` Mikael Hallendal
@ 2001-09-28 10:45           ` Dan Armak
  0 siblings, 0 replies; 8+ messages in thread
From: Dan Armak @ 2001-09-28 10:45 UTC (permalink / raw
  To: gentoo-dev

> Which version of XFree does this?
> Not 4.1.0-r1 anyway?
Yes, it does, here anyway.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-09-28 16:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-27  3:09 [Re: [gentoo-dev] Getting rid of "Console log for $HOSTNAME" at X startup] Viktor Lakics
2001-09-27  3:33 ` Mikael Hallendal
2001-09-27 14:04   ` Viktor Lakics
2001-09-27 16:41     ` Collins Richey
2001-09-27 18:10     ` Mikael Hallendal
2001-09-28  5:55       ` Dan Armak
2001-09-28  7:16         ` Mikael Hallendal
2001-09-28 10:45           ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox