public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: tneidt@mail.fidnet.com
To: gentoo-dev@cvs.gentoo.org
Subject: [gentoo-dev] gdm-2.2.3.2: comments
Date: Mon Sep 17 15:13:02 2001	[thread overview]
Message-ID: <E15j5gY-0000E8-00@cvs.gentoo.org> (raw)

Hi!

I recently merged gdm-2.2.3.2 and had to do the following to get it running.

1.  rc-update add xdm default
The ebuild doesn't have the third required argument, "default", for rc-update 
in the pkg_postinst()

2.  I also had to create the directory /var/lib/gdm with owner.group gdm.gdm 
and permissions 750.

After these changes gdm starts up fine.  One problem remains.  gnome-terminal 
refuses to open with an error about checking unix98 ptys.  Note everything 
gnome and specifically gnome-terminal was working perfectly when I was using 
startx from the command-line prior to merging gdm.  Also, I can start up a 
regular xterm fine although it doesn't read my .bashrc file.

>From the gnome-users faq:
Q: Everything else works, but I get a message about Unix98 ptys when trying to 
start gnome-terminal. 

A: Two possible answers here, both applicable to Linux kernel issues. 


It is (remotely) possible that you are trying to install binaries for a newer 
version of your distribution on an old machine, where "old" means "running a 
2.0 Linux kernel and a similarly old glibc". This won't work. If you have Red 
Hat 5.2, for example, you need to find or build rpms for that and not to try to 
install rpms for 6.2. This applies similarly to SuSE. 

It is more likely to be problems with the permissions of the files which 
involve ptys. In particular, check the permissions of /dev/ptmx. They should be 
666 (or crw-rw-rw when you do ls -l /dev/ptmx). If they aren't, change it with 
chmod 666 /dev/ptmx (as root). You will find more about this 
in /usr/src/linux/Documentation/general/Changes. 

However, neither of these solutions appear to be applicable.

tod



---------------------------------------------
Sent using Fidelity Networks, Inc. Mailman.
http://www.fidnet.com/





             reply	other threads:[~2001-09-17 21:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-17 15:13 tneidt [this message]
2001-09-17 16:49 ` [gentoo-dev] gdm-2.2.3.2: comments Tod M. Neidt
2001-09-18 17:08   ` Tod M. Neidt
2001-09-17 17:40 ` Mikael Hallendal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E15j5gY-0000E8-00@cvs.gentoo.org \
    --to=tneidt@mail.fidnet.com \
    --cc=gentoo-dev@cvs.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox