LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-05-2004, 10:29 AM   #1
zorolowski
LQ Newbie
 
Registered: Sep 2002
Location: Dortmund, Germany
Distribution: slackware
Posts: 25

Rep: Reputation: 15
No Konsole in X with kernel 2.6.7


Hello,

I installed kernel 2.6.7 on my Slackware10. Since this time I have no working konsole in X-windows. It doesn't matter, which window-manager I choose. A window opens, but I don't get a command-line. In gnome I got the message 'There was an error creating the child process for this terminal'.
All other programs are working fine. I had no problems with kernel 2.4.26.
Any ideas?

Greetings
Zorolowski
 
Old 08-05-2004, 10:45 AM   #2
insyte
Member
 
Registered: Jul 2004
Distribution: Slackware Current
Posts: 308

Rep: Reputation: 30
try reinstalling the latest video drivers for your card....hope that works
 
Old 08-05-2004, 10:51 AM   #3
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
Did you compile the kernel yourself or install it as a package ? In both case did you try edit lilo config and put vga=normal in it (if it is a framebuffer console problem, but I doubt, it seems not)
 
Old 08-05-2004, 11:38 AM   #4
zorolowski
LQ Newbie
 
Registered: Sep 2002
Location: Dortmund, Germany
Distribution: slackware
Posts: 25

Original Poster
Rep: Reputation: 15
It doesn't matter, what video driver is installed. I have a ati radeon 9600 and tried to resolve the problem with the generic X driver and the 3.9.0 from ati. It's always the same.
I compiled the kernel by myself. vga=normal is enabled.
 
Old 08-05-2004, 11:53 AM   #5
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
Have you these feature enabled in /usr/src/linux/.config ?

CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
 
Old 08-05-2004, 02:00 PM   #6
zorolowski
LQ Newbie
 
Registered: Sep 2002
Location: Dortmund, Germany
Distribution: slackware
Posts: 25

Original Poster
Rep: Reputation: 15
Thank you, Cedrik! Now it works!
 
Old 07-23-2005, 09:02 AM   #7
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Rep: Reputation: 15
I have the same problem (but on a debian system) with the kernel 2.6.12.2

I have
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

but I cant find the option
CONFIG_UNIX98_PTYS=y

with menuconfig.
 
Old 07-23-2005, 11:23 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I think it is automatically enabled now.

What is your output with `grep UNIX98 .config` ?
 
Old 07-25-2005, 03:20 PM   #9
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Rep: Reputation: 15
Yes UNIX98 is indeed already in the kernel.

So, anyone knows another possible solution?
 
Old 07-26-2005, 02:50 AM   #10
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Rep: Reputation: 15
Quote:
Originally posted by mehlkelm
Yes UNIX98 is indeed already in the kernel.

So, anyone knows another possible solution?
The thing is, I can log in just fine when I boot the 2.4.30 kernel on the same system. I can also log in with the 2.6.12 kernel as root.
The only thing that gives me no gui just the "error creating child process" is logging in with 2.6.12 as non-root.
 
Old 07-26-2005, 04:46 AM   #11
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Do you run udev in your Debian system ? Also hotplug is enabled ?
Have you a /sys directory ?
 
Old 07-26-2005, 04:55 AM   #12
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Rep: Reputation: 15
Quote:
Originally posted by keefaz
Do you run udev in your Debian system ?
Yes
Quote:
Also hotplug is enabled ?
Yes. I am able to log in as root and gnome auto mounts my firewire HD when I turn it on, for example.
Quote:
Have you a /sys directory ?
I have to check that when I get home. I remember having a bit a mess in my fstab. I dont really know which of the sys, proc and devfs I really need and how to integrate them in fstab.

Edit:
Here at work on my laptop (also debian & 2.6.12.2), where everything works perfectly, I have a /sys system but no /sys entry in fstab

Last edited by mehlkelm; 07-26-2005 at 06:19 AM.
 
Old 07-26-2005, 06:24 AM   #13
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Here at work on my laptop (also debian & 2.6.12.2), where everything works perfectly
Open a terminal as your user in your laptop, then type :
Code:
ls -l `tty`
Note the output, then compare it with your desktop
 
Old 07-26-2005, 02:45 PM   #14
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Rep: Reputation: 15
I can't see a difference.
On both the good and the bad system, the command gives me something like
Code:
crw-------  1 stefan tty 4, 0 2005-07-26 21:26 /dev/tty1
on a text only VT.

on graphical x terminal I can only check the ouput of the good system, obviously
Code:
crw--w----  1 stefan tty 136, 0 2005-07-26 21:26 /dev/pts/0
Does this tell you something?

Last edited by mehlkelm; 07-26-2005 at 02:50 PM.
 
Old 07-26-2005, 03:49 PM   #15
mehlkelm
Member
 
Registered: Apr 2003
Location: Basel, Switzerland
Distribution: Ubuntu, OS X
Posts: 77

Rep: Reputation: 15
problem solved

I deinstalled udev, cleaned /etc/udev and reinstalled again.
Now I can login again.

Thanks for the hints!

Stefan
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
konsole RaI Linux - Software 3 09-05-2005 04:34 PM
konsole bruse Linux - Newbie 2 05-15-2005 11:23 AM
konsole MrMullen Linux - General 2 03-11-2005 02:04 PM
konsole Henry Slackware 4 07-12-2003 09:24 PM
Konsole linuxchick Linux - General 1 03-02-2002 12:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration