From owner-freebsd-hackers Thu Feb 29 03:22:49 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03162 for hackers-outgoing; Thu, 29 Feb 1996 03:22:49 -0800 (PST) Received: from expo.x.org (expo.x.org [198.112.45.11]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA03152 Thu, 29 Feb 1996 03:22:46 -0800 (PST) Received: from exalt.x.org by expo.x.org id AA04323; Thu, 29 Feb 96 06:22:14 -0500 Received: from localhost by exalt.x.org id LAA17610; Thu, 29 Feb 1996 11:22:13 GMT Message-Id: <199602291122.LAA17610@exalt.x.org> To: "Jonathan M. Bresler" Cc: hackers@freefall.freebsd.org Subject: Re: xdm running two sessions HOW? In-Reply-To: Your message of Wed, 28 Feb 1996 20:16:52 EDT. <199602290416.UAA21097@freefall.freebsd.org> Organization: X Consortium Date: Thu, 29 Feb 1996 06:22:13 EDT From: "Kaleb S. KEITHLEY" Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > i have removed the getty from two consoles. > > how can i get xdm to start two sessions? > > /etc/ttys: > ttyv2 "/usr/libexec/getty Pc" cons25 off insecure > ttyv3 "/usr/libexec/getty Pc" cons25 off insecure > > Xservers: > :0 local /usr/X11R6/bin/X :0 > :1 local /usr/X11R6/bin/X :1 > I'm pretty sure there's a race condition even though your xdm-error log shows that two servers did use two different VTs. You probably want to use the -vt option to force a particular server onto an explicit VT, e.g.: :0 local /usr/X11R6/bin/X :0 -vt 3 :1 local /usr/X11R6/bin/X :1 -vt 4 -- Kaleb KEITHLEY