Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2002 16:43:31 -0700
From:      Mark Edwards <mark@antsclimbtree.com>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        gnome@FreeBSD.org
Subject:   Re: Bug/problem with gdm-2.2.5.5
Message-ID:  <CFFC2644-ABF1-11D6-B6C3-000A278CC960@antsclimbtree.com>
In-Reply-To: <1028933848.55175.38.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, August 9, 2002, at 03:57  PM, Joe Marcus Clarke wrote:

>>
>>  From my /etc/ttys:
>>
>> ttyv8   "/usr/X11R6/bin/gdm -nodaemon"  xterm   on
>>
>>
>> I've also been able to crash gdmconfig by changing
>>
>> GtkRC=/usr/X11R6/share/gnome/../themes/Default/gtk/gtkrc
>>
>> to
>>
>> GtkRC=/usr/X11R6/share/gnome/../themes/Metal/gtk/gtkrc
>>
>> Changing it back to "Default" stopped the crashing.  I don't know what
>> could be different on my end, but this stuff is 100% repeatable.
>
> Can you try to start gdm from /usr/X11R6/etc/rc.d with the following
> script:
>
> #!/bin/sh
>
> PREFIX=/usr/X11R6
>
> case "$1" in
>
> start)
>         ${PREFIX}/bin/gdm
>         ;;
> stop)
>         /usr/bin/killall gdm 2>/dev/null
>         ;;
> *)
>         echo "$0 start | stop"
>         ;;
>
> esac
>
> Let me know if this fixes things for you.
>
> Joe

Sorry, I'm an idiot.  I had the script in /usr/local/etc/rc.d.  The script 
gets me booted fine, but gdmconfig still freezes.

By the way, when I run top after gdmconfig has frozen, I get:

  331 root           64   0  8892K  5048K RUN      1:53 88.64% 88.43% 
gdmconfig

gdmconfig just sits there hogging CPU.

I dunno ... when I reinstalled gdm, I did it by:

cd /usr/ports/x11/gdm
sudo make deinstall
sudo make clean install

Did that perhaps not wipe my previous installs clean?

--
Mark Edwards
San Francisco, CA


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CFFC2644-ABF1-11D6-B6C3-000A278CC960>