Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > PTY problem on hd knoppix install

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 09-07-2006   #1 (permalink)
Just Joined!
 
Join Date: Sep 2006
Posts: 2
Angry PTY problem on hd knoppix install

Dear all,

I installed 5.0.1 Knoppix on my hard drive. The machine is a Centrino Duo configuration. Now, everything worked great until I compiled the newest kernel - 2.6.17.9 (Sounds familiar? . First thing that bumped in was a message from KDE Konsole - "Konsole unable to open PTY. ... likely due to an incorrect configuration of the PTY devices ...". Second thing I noticed is at the end of a boot process - ".... Udev requires a mounted sysfs ... Failed" ( the last word in red letters). Does this mean that stupid udev does not work (i hate udev)? How to fix the situation?
srafciger is offline  


Reply With Quote
Old 12-31-2006   #2 (permalink)
Just Joined!
 
Join Date: Dec 2006
Posts: 5
re:

ran into a lot of problem with Knoppix 5 and udev

had to go with Knoppix 4.0.2 and no issues so far
adeelnkhan is offline   Reply With Quote
Old 12-31-2006   #3 (permalink)
Just Joined!
 
Join Date: Sep 2006
Posts: 2
well, this was a long time ago, think i recompiled udev also and it worked. however now i'm running debian sarge which also required some tweaking to work on my configuration but now everything is ok
srafciger is offline   Reply With Quote
Old 01-28-2007   #4 (permalink)
Just Joined!
 
Join Date: Jan 2007
Posts: 1
same with me

I have got the same problem. I also installed Knoppix 5.1.1 onto my harddisk
and udev reports that error upon bootup.

I would be very happy if someone solved this issue.
ppan is offline   Reply With Quote
Old 04-16-2007   #5 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 1
For me worked this solution

I copied this section from /etc/init.d/knoppix-autostart

----------------------------------------------------------------------------------------------------------
# Use udev for SOME of the "hotpluggable" stuff.

echo -n "${BLUE}Iniciando la detección hardware hot-plug de ${MAGENTA}udev${GREEN} ... ${NORMAL}"
mkdir -p /media
RUNLEVEL=S /etc/init.d/udev start >/dev/null 2>&1
RC="$?"
# udev postconfig
# /etc/init.d/udev uses /etc/udev/links.conf to create persistent links,
# but I just don't trust a config file with an inline comment that says
# "this file doesn't exist"... -KK
[ -c /dev/null ] || mknod -m 666 /dev/null c 1 3
[ -c /dev/zero ] || mknod -m 666 /dev/zero c 1 5 >/dev/null 2>&1
[ -c /dev/console ] || mknod -m 660 /dev/console c 5 1 >/dev/null 2>&1
[ -d /dev/input ] || mkdir -p /dev/input >/dev/null 2>&1
[ -d /dev/pts ] || mkdir -p /dev/pts >/dev/null 2>&1
[ -d /dev/shm ] || mkdir -p /dev/shm >/dev/null 2>&1
[ -c /dev/input/mice ] || mknod -m 660 /dev/input/mice c 13 63 >/dev/null 2>&1
[ -L /dev/fd ] || ln -sf /proc/self/fd /dev/fd >/dev/null 2>&1
[ -L /dev/stdin ] || ln -sf /proc/self/fd/0 /dev/stdin >/dev/null 2>&1
[ -L /dev/stdout ] || ln -sf /proc/self/fd/1 /dev/stdout >/dev/null 2>&1
[ -L /dev/stderr ] || ln -sf /proc/self/fd/2 /dev/stderr >/dev/null 2>&1
[ -c /dev/ppp ] || mknod -m 660 /dev/ppp c 108 0 >/dev/null 2>&1
for i in 0 1 2 3 4 5 6 7; do
[ -b /dev/loop$i ] || mknod -m 660 /dev/loop$i b 7 $i >/dev/null 2>&1
done
modprobe capability >/dev/null 2>&1

----------------------------------------------------------------------------------------------------------

and saved as /etc/init.d/hardwaredetection.sh

then i made it executable:

chmod a+x /etc/init.d/hardwaredetection.sh

finally i made a softlink to /etc/rcS.d for it to be started at system boot:

ln -sf /etc/init.d/hardwaredetection.sh /etc/rcS.d/S60hardwaredetection.sh

Now Konsole works with any user

Hope this help
isaauco is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:48 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2