View previous topic :: View next topic |
Author |
Message |
Glenn n00b
Joined: 23 Jun 2003 Posts: 47 Location: Whenuapai, Auckland, New Zealand
|
Posted: Mon Oct 27, 2003 9:05 am Post subject: <ouch> Can't access terminal from user mode |
|
|
Mmm. I compiled the new 2.6test9 kernel and now I can't access a terminal in kde. It comes up with Code: | Unable to open a suitable terminal device. | in a dialogue box
I went to the run app in the K menu and went kdesu konsole but it complains that Code: | The program 'su' is not found!
Make sure your PATH is set correctly. |
What have I done? I've recompiled a kernel before (not a different kernel though). If I log in as root I can access everything alright.
Cheers |
|
Back to top |
|
|
standsolid Apprentice
Joined: 27 Aug 2002 Posts: 183 Location: Carlsbad, CA, USA
|
Posted: Mon Oct 27, 2003 11:18 am Post subject: |
|
|
are you sure you enables unix/pty support?
try this (if you can get to a terminal )
Code: | # grep UNIX_(*PTY /usr/src/linux-2.6.0-test9/.config |
If that says Code: | CONFIG_UNIX98_PTYS=n |
you're going to have to recompile that kernel
it's under Device Drivers-->Charachter Drivers.
IIRC you also need hte virtual terminal/"Support for console on virtual terminal" enabled as well
[/code] _________________ see gentoo differently... --> [[gui tools for gentoo linux]]<-- |
|
Back to top |
|
|
Glenn n00b
Joined: 23 Jun 2003 Posts: 47 Location: Whenuapai, Auckland, New Zealand
|
Posted: Mon Oct 27, 2003 9:48 pm Post subject: |
|
|
I think you typoed
Code: | upstairs root # grep UNIX_(*PTY /usr/src/linux-2.6.0-test9/.config
bash: syntax error near unexpected token `('
|
I have unix98 PTY support built in but where is virtual terminal/"Support for console on virtual terminal?" |
|
Back to top |
|
|
quark67 Tux's lil' helper
Joined: 17 Oct 2003 Posts: 83
|
|
Back to top |
|
|
Glenn n00b
Joined: 23 Jun 2003 Posts: 47 Location: Whenuapai, Auckland, New Zealand
|
Posted: Tue Oct 28, 2003 2:21 am Post subject: |
|
|
Cheers, that did the trick. |
|
Back to top |
|
|
|