Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2002 16:04:34 -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:  <5E97A856-ABEC-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:

> 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

So, in other words, change my /etc/ttys line to "off", kill all gdm 
processes, install that rc.d script, and start it?

--
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?5E97A856-ABEC-11D6-B6C3-000A278CC960>