View previous topic :: View next topic |
Author |
Message |
dulljeff n00b
Joined: 29 Oct 2003 Posts: 65
|
Posted: Fri Oct 31, 2003 10:39 am Post subject: Terminal won't prompt with kernel 2.6.0-test9 [SOLVED] |
|
|
Hi,
I have a running kernel-2.4.20-configuration on my notebook, without ACPI- but with APM-Support. Now I want to switch to kernel-2.6.0 because of the ACPI-Features.
I compiled a kernel which seems to recognize the complete hardware of the notebook, so as far as I can see everything works fine.
If I start a gnome-terminal, it opens up but I get no prompt. I tried Eterm, it opens up and closes instantly.
This happens with my normal user. If I log into Gnome as 'root', this error doesn't occur, neither with a gnome-terminal nor with Eterm.
With kernel-2.4.20 I don't have problems with the terminal.
Does anyone have an idea why?
Greetings,
Dulljeff
Last edited by dulljeff on Fri Oct 31, 2003 2:41 pm; edited 1 time in total |
|
Back to top |
|
|
kitano Apprentice
Joined: 19 Dec 2002 Posts: 228 Location: Munich, Germany, Europe, Earth
|
Posted: Fri Oct 31, 2003 11:09 am Post subject: |
|
|
this doesn't sound like a kernel problem, dulljeff [=)],
more like a config-problem somewhere in the way you get logged in.
i had a similar problem once, did you try Eterm --login (i dont really remember, but it has something to do with "login") _________________ ->searched for a gentoo penguin ->alienated it with "find edges", "saturation", "photocopy" ->encoded quicktime from still ->played with aaxine ->screenshotted ->made it my avatar
only in case you were going to ask what it is... |
|
Back to top |
|
|
dulljeff n00b
Joined: 29 Oct 2003 Posts: 65
|
Posted: Fri Oct 31, 2003 11:14 am Post subject: |
|
|
Quote: | this doesn't sound like a kernel problem |
I thought so, too, but it occurs only with the new kernel, as mentioned. I don't know much yet about Linux, so I tried to think logical
Quote: | did you try Eterm --login |
Yes, I tried that, but with no effect. The terminal flashes up and closes at once. |
|
Back to top |
|
|
xr31Daisy Guru
Joined: 19 Jul 2002 Posts: 326 Location: Paris, France
|
Posted: Fri Oct 31, 2003 11:36 am Post subject: |
|
|
Did you compile /dev/pts in your kernel ?
It's been discussed all over the place, and there's a very nice warning at the end of the ebuild :
Code: | ewarn "Please note that ptyfs support has been removed from devfs"
ewarn "and you have to compile it in now, or else you will get"
ewarn "errors when trying to open a pty. The option is:"
ewarn "File systems -> Pseudo filesystems -> /dev/pts filesystem." |
_________________ #include "pictures.h" |
|
Back to top |
|
|
dulljeff n00b
Joined: 29 Oct 2003 Posts: 65
|
Posted: Fri Oct 31, 2003 12:07 pm Post subject: |
|
|
Oh, yes, I noticed that after emerging, wanted to make a note for that.
So now I checked the kernel configuration with "menuconfig", but I didn't see such an option. The only options I have in this submenu are:
Code: | [*] /proc file system support
[*] /dev file system support (OBSOLETE)
[*] Automatically mount at boot
[ ] Debug devfs
[*] Virtual memory file system support (former shm fs)
[ ] HugeTLB file system support
|
Is this issue already covered with the support of dev file system? |
|
Back to top |
|
|
kitano Apprentice
Joined: 19 Dec 2002 Posts: 228 Location: Munich, Germany, Europe, Earth
|
Posted: Fri Oct 31, 2003 1:37 pm Post subject: |
|
|
you sure? it should be right there:
Code: |
[*] /proc file system support
[*] /dev file system support (OBSOLETE)
[*] Automatically mount at boot
[ ] Debug devfs
[*] /dev/pts file system for Unix98 PTYs
[ ] /dev/pts Extended Attributes
[*] Virtual memory file system support (former shm fs)
[ ] HugeTLB file system support
|
really. _________________ ->searched for a gentoo penguin ->alienated it with "find edges", "saturation", "photocopy" ->encoded quicktime from still ->played with aaxine ->screenshotted ->made it my avatar
only in case you were going to ask what it is... |
|
Back to top |
|
|
dulljeff n00b
Joined: 29 Oct 2003 Posts: 65
|
Posted: Fri Oct 31, 2003 2:14 pm Post subject: |
|
|
Yes, that was it!
I had to enable Unix98 as character device, then I could select /dev/pts as an option.
And now my terminals run pretty fine
Thanks to both of you!
Cheers,
dulljeff |
|
Back to top |
|
|
|