Re: /dev/pts and CONFIG_UNIX98_PTY etc
- From: elsiddik <elsiddik@xxxxxxxxx>
- Date: 25 Apr 2007 04:11:25 -0700
On Apr 24, 6:40 am, voipfc <voi...@xxxxxxxxxxxxxx> wrote:
I am having some problems running gnome terminal in an FC6 Xen guest.
I get this error
Quote:
There was an error creating the child process for this terminal
and it appears that some /dev related devices are not created
properly. /dev/pts is definitely not created.
I had to chmod o+rw /dev/null, /dev/random and /dev/urandom in
rc.local to get some things to work properly.
Googling indicates that some entries relating to CONFIG_UNIX98_XXX
values related to the kernel have to be adapted to get things to work
properly. Where can I do this?
Are there some MAKEDEV related entries that I have to edit as well?
create /dev/pts first - if it doesnt exsist do mkdir /dev/pts
now check if /dev/tts and /dev/tty if theres something in there ,
if not try to creat them also with /sbin/makedev .
http://www.linux.com/howtos/Serial-HOWTO-11.shtml#ss11.9
zaher el siddik
http;//elsiddik.blogspot.com/
.
- Follow-Ups:
- Re: /dev/pts and CONFIG_UNIX98_PTY etc
- From: voipfc
- Re: /dev/pts and CONFIG_UNIX98_PTY etc
- References:
- /dev/pts and CONFIG_UNIX98_PTY etc
- From: voipfc
- /dev/pts and CONFIG_UNIX98_PTY etc
- Prev by Date: my serial port is working or not?
- Next by Date: Cannot find pid in top using ps on Linux box
- Previous by thread: /dev/pts and CONFIG_UNIX98_PTY etc
- Next by thread: Re: /dev/pts and CONFIG_UNIX98_PTY etc
- Index(es):
Relevant Pages
|