* [gentoo-user] No xterms after kernel upgrade.
@ 2006-01-08 21:03 darren kirby
2006-01-08 21:19 ` John Myers
2006-01-08 22:05 ` Michael Kjorling
0 siblings, 2 replies; 6+ messages in thread
From: darren kirby @ 2006-01-08 21:03 UTC (permalink / raw
To: gentoo
[-- Attachment #1: Type: text/plain, Size: 964 bytes --]
Hello all,
I recently upgraded the kernel on my laptop to 2.6.14-r5, as well as Xorg, and
many other packages. Since this change I cannot run an xterm anymore. I seem
to recall this happening to me years ago, but I do not remember the cause.
When I start X, all is well, and everything runs as it should, except for term
programs. Eterm hangs there, but instead of a prompt, I get "press <esc> to
exit". konsole and {a,x}term don't even show up, although I suspect they are
just starting then stopping immediately.
I do have psuedo terminals in my kernel, and in fact the config is exactly as
it was with the old kernel.
Any ideas how to troubleshoot this? If you want to see my config file or
something else just ask.
Thanks,
-d
--
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No xterms after kernel upgrade.
2006-01-08 21:03 [gentoo-user] No xterms after kernel upgrade darren kirby
@ 2006-01-08 21:19 ` John Myers
2006-01-08 22:05 ` Michael Kjorling
1 sibling, 0 replies; 6+ messages in thread
From: John Myers @ 2006-01-08 21:19 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]
On Sunday 08 January 2006 13:03, darren kirby wrote:
> Hello all,
>
> I recently upgraded the kernel on my laptop to 2.6.14-r5, as well as Xorg,
> and many other packages. Since this change I cannot run an xterm anymore. I
> seem to recall this happening to me years ago, but I do not remember the
> cause.
>
> When I start X, all is well, and everything runs as it should, except for
> term programs. Eterm hangs there, but instead of a prompt, I get "press
> <esc> to exit". konsole and {a,x}term don't even show up, although I
> suspect they are just starting then stopping immediately.
>
> I do have psuedo terminals in my kernel, and in fact the config is exactly
> as it was with the old kernel.
>
> Any ideas how to troubleshoot this? If you want to see my config file or
> something else just ask.
>
> Thanks,
> -d
hmm... try switching to another virtual console (e.g. <ctrl>+<alt>+<F1>),
logging in as your user and running
DISPLAY=:0 konsole
(or replace 'konsole' with whatever term program)
and see if you get any messages
--
#
# electronerd, the electronerdian from electronerdia
#
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No xterms after kernel upgrade.
2006-01-08 21:03 [gentoo-user] No xterms after kernel upgrade darren kirby
2006-01-08 21:19 ` John Myers
@ 2006-01-08 22:05 ` Michael Kjorling
2006-01-08 22:49 ` [gentoo-user] No xterms after kernel upgrade. [solved] darren kirby
2006-01-08 22:51 ` [gentoo-user] No xterms after kernel upgrade John Myers
1 sibling, 2 replies; 6+ messages in thread
From: Michael Kjorling @ 2006-01-08 22:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 576 bytes --]
On 2006-01-08 13:03 -0800, bulliver@badcomputer.org wrote:
> I recently upgraded the kernel on my laptop to 2.6.14-r5, as well as
> Xorg, and many other packages. Since this change I cannot run an
> xterm anymore. I seem to recall this happening to me years ago, but
> I do not remember the cause.
Did you make any changes related to pty support?
--
Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* ..... No bird soars too high if he soars with his own wings ..... *
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No xterms after kernel upgrade. [solved]
2006-01-08 22:05 ` Michael Kjorling
@ 2006-01-08 22:49 ` darren kirby
2006-01-09 8:52 ` Neil Bothwick
2006-01-08 22:51 ` [gentoo-user] No xterms after kernel upgrade John Myers
1 sibling, 1 reply; 6+ messages in thread
From: darren kirby @ 2006-01-08 22:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]
quoth the Michael Kjorling:
> On 2006-01-08 13:03 -0800, bulliver@badcomputer.org wrote:
> > I recently upgraded the kernel on my laptop to 2.6.14-r5, as well as
> > Xorg, and many other packages. Since this change I cannot run an
> > xterm anymore. I seem to recall this happening to me years ago, but
> > I do not remember the cause.
>
> Did you make any changes related to pty support?
No. I have:
[*] Legacy (BSD) PTY support.
and 256 pty* devices in /dev
However, I noticed permissions were -rwxrwx--- on the files, owner root, group
tty, so I simply added my user to tty group and it works now...
I'm looking at my desktop, and I am a member of tty group there. It makes me
think that maybe I accidently overwrote /etc/group during an etc-update, but
this can't be because all the other groups memberships are still present (ie:
video,audio etc). Very odd that this would work before...
>hmm... try switching to another virtual console (e.g. <ctrl>+<alt>+<F1>),
>logging in as your user and running
>DISPLAY=:0 konsole
Thank you. This is the invocation I was looking for. Hard to start an app from
the CLI when you can't get a CLI ;)
Thanks for the help both Michael and John,
-d
--
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No xterms after kernel upgrade.
2006-01-08 22:05 ` Michael Kjorling
2006-01-08 22:49 ` [gentoo-user] No xterms after kernel upgrade. [solved] darren kirby
@ 2006-01-08 22:51 ` John Myers
1 sibling, 0 replies; 6+ messages in thread
From: John Myers @ 2006-01-08 22:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 777 bytes --]
On Sunday 08 January 2006 14:05, Michael Kjorling wrote:
> On 2006-01-08 13:03 -0800, bulliver@badcomputer.org wrote:
> > I recently upgraded the kernel on my laptop to 2.6.14-r5, as well as
> > Xorg, and many other packages. Since this change I cannot run an
> > xterm anymore. I seem to recall this happening to me years ago, but
> > I do not remember the cause.
>
> Did you make any changes related to pty support?
He answered that in the OP.
On 2006-01-08 13:03 -0800, bulliver@badcomputer.org wrote:
> I do have psuedo terminals in my kernel, and in fact the config is exactly
> as it was with the old kernel.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--
#
# electronerd, the electronerdian from electronerdia
#
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No xterms after kernel upgrade. [solved]
2006-01-08 22:49 ` [gentoo-user] No xterms after kernel upgrade. [solved] darren kirby
@ 2006-01-09 8:52 ` Neil Bothwick
0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2006-01-09 8:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
On Sun, 8 Jan 2006 14:49:28 -0800, darren kirby wrote:
> Thank you. This is the invocation I was looking for. Hard to start an
> app from the CLI when you can't get a CLI ;)
Pressing alt-F2 in KDE may work.
--
Neil Bothwick
One of the nice things about standards is that there are so many of them.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-01-09 16:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-08 21:03 [gentoo-user] No xterms after kernel upgrade darren kirby
2006-01-08 21:19 ` John Myers
2006-01-08 22:05 ` Michael Kjorling
2006-01-08 22:49 ` [gentoo-user] No xterms after kernel upgrade. [solved] darren kirby
2006-01-09 8:52 ` Neil Bothwick
2006-01-08 22:51 ` [gentoo-user] No xterms after kernel upgrade John Myers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox