public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE
@ 2005-07-25  8:48 Hareesh Nagarajan
  2005-07-25  9:58 ` Mariusz Pękala
  2005-07-25 10:01 ` monotux
  0 siblings, 2 replies; 5+ messages in thread
From: Hareesh Nagarajan @ 2005-07-25  8:48 UTC (permalink / raw
  To: gentoo-user

Hi All:

Everytime I invoke a new instance of ETerm or XTerm, they appear on
the screen momentarily and then disappear. A ps -ef | grep $TERM shows
nothing, which proves that these processes died almost as soon as they
were spawned.

When I invoke Konsole, the window appears but the prompt never makes
it to the screen.

I have no idea why I am facing this problem, because in the last boot it worked.

Any hints?

Thanks,

Hareesh

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE
  2005-07-25  8:48 [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE Hareesh Nagarajan
@ 2005-07-25  9:58 ` Mariusz Pękala
  2005-07-25 18:58   ` Hareesh Nagarajan
  2005-07-25 10:01 ` monotux
  1 sibling, 1 reply; 5+ messages in thread
From: Mariusz Pękala @ 2005-07-25  9:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

On 2005-07-25 01:48:32 -0700 (Mon, Jul), Hareesh Nagarajan wrote:
> Hi All:
> 
> Everytime I invoke a new instance of ETerm or XTerm, they appear on
> the screen momentarily and then disappear. A ps -ef | grep $TERM shows
> nothing, which proves that these processes died almost as soon as they
> were spawned.

I don't thing that the variable TERM holds the proper terminal-program
name. It's your current terminal type.

pgrep -l term
or
ps -ef | grep term
   seems better.

> When I invoke Konsole, the window appears but the prompt never makes
> it to the screen.

check the file ~/.xsession-errors - all stdout and stderr could go
there.

> I have no idea why I am facing this problem, because in the last boot it worked.
> 
> Any hints?

did you do some upgrade recently?

run revdep-rebuild ?

run:  eterm (or whatever) > some_log_file 2>&1

maybe some problem with fonts ?

bash initialization problem?

HTH

-- 
No virus found in this outgoing message.
Checked by 'grep -i virus $MESSAGE'
Trust me.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE
  2005-07-25  8:48 [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE Hareesh Nagarajan
  2005-07-25  9:58 ` Mariusz Pękala
@ 2005-07-25 10:01 ` monotux
  2005-07-25 18:56   ` Hareesh Nagarajan
  1 sibling, 1 reply; 5+ messages in thread
From: monotux @ 2005-07-25 10:01 UTC (permalink / raw
  To: gentoo-user

Have you compiled a new kernel recently?
When terminals behave like that, usually that means that you haven't compiled 
in "legacy (bsd) pty support" in your kernel (Device Drivers -> Character 
devices)...

Oscar

Monday 25 July 2005 10.48 skrev Hareesh Nagarajan:
> Hi All:
>
> Everytime I invoke a new instance of ETerm or XTerm, they appear on
> the screen momentarily and then disappear. A ps -ef | grep $TERM shows
> nothing, which proves that these processes died almost as soon as they
> were spawned.
>
> When I invoke Konsole, the window appears but the prompt never makes
> it to the screen.
>
> I have no idea why I am facing this problem, because in the last boot it
> worked.
>
> Any hints?
>
> Thanks,
>
> Hareesh
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE
  2005-07-25 10:01 ` monotux
@ 2005-07-25 18:56   ` Hareesh Nagarajan
  0 siblings, 0 replies; 5+ messages in thread
From: Hareesh Nagarajan @ 2005-07-25 18:56 UTC (permalink / raw
  To: gentoo-user

Hi Oscar,

You were correct. During my last boot, I booted into the mm kernel
(which did not have BSD PTY support), when I wasn't by the grub
screen.

Thanks a lot,

Hareesh

On 7/25/05, monotux@gmail.com <monotux@gmail.com> wrote:
> Have you compiled a new kernel recently?
> When terminals behave like that, usually that means that you haven't compiled
> in "legacy (bsd) pty support" in your kernel (Device Drivers -> Character
> devices)...
> 
> Oscar
> 
> Monday 25 July 2005 10.48 skrev Hareesh Nagarajan:
> > Hi All:
> >
> > Everytime I invoke a new instance of ETerm or XTerm, they appear on
> > the screen momentarily and then disappear. A ps -ef | grep $TERM shows
> > nothing, which proves that these processes died almost as soon as they
> > were spawned.
> >
> > When I invoke Konsole, the window appears but the prompt never makes
> > it to the screen.
> >
> > I have no idea why I am facing this problem, because in the last boot it
> > worked.
> >
> > Any hints?
> >
> > Thanks,
> >
> > Hareesh
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE
  2005-07-25  9:58 ` Mariusz Pękala
@ 2005-07-25 18:58   ` Hareesh Nagarajan
  0 siblings, 0 replies; 5+ messages in thread
From: Hareesh Nagarajan @ 2005-07-25 18:58 UTC (permalink / raw
  To: gentoo-user

Hey Mariusz,

Thanks for the tip.

Hareesh

On 7/25/05, Mariusz Pękala <skoot@qi.pl> wrote:
> On 2005-07-25 01:48:32 -0700 (Mon, Jul), Hareesh Nagarajan wrote:
> > Hi All:
> >
> > Everytime I invoke a new instance of ETerm or XTerm, they appear on
> > the screen momentarily and then disappear. A ps -ef | grep $TERM shows
> > nothing, which proves that these processes died almost as soon as they
> > were spawned.
> 
> I don't thing that the variable TERM holds the proper terminal-program
> name. It's your current terminal type.
> 
> pgrep -l term
> or
> ps -ef | grep term
>    seems better.
> 
> > When I invoke Konsole, the window appears but the prompt never makes
> > it to the screen.
> 
> check the file ~/.xsession-errors - all stdout and stderr could go
> there.
> 
> > I have no idea why I am facing this problem, because in the last boot it worked.
> >
> > Any hints?
> 
> did you do some upgrade recently?
> 
> run revdep-rebuild ?
> 
> run:  eterm (or whatever) > some_log_file 2>&1
> 
> maybe some problem with fonts ?
> 
> bash initialization problem?
> 
> HTH
> 
> --
> No virus found in this outgoing message.
> Checked by 'grep -i virus $MESSAGE'
> Trust me.
> 
> 
>

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-07-25 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-25  8:48 [gentoo-user] Eterm, XTerm disappear everytime I invoke them in KDE Hareesh Nagarajan
2005-07-25  9:58 ` Mariusz Pękala
2005-07-25 18:58   ` Hareesh Nagarajan
2005-07-25 10:01 ` monotux
2005-07-25 18:56   ` Hareesh Nagarajan

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