From owner-freebsd-questions Wed Mar 6 14:33:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 0022137B404; Wed, 6 Mar 2002 14:33:34 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 10A4828D2D; Wed, 6 Mar 2002 17:33:29 -0500 (EST) Date: Wed, 6 Mar 2002 17:33:28 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Bob Giesen Cc: Peter Ulrich Kruppa , Greg Lehey , FreeBSD Questions Subject: Re: Cannot change X screen resolution [tcsh?] In-Reply-To: Message-ID: <20020306173122.G97469-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Isn't this discussion about 2> and &1 etc. shell-dependent (tcsh)? -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 On Tue, 5 Mar 2002, Bob Giesen wrote: > > > Capture the output of the X startup and check the messages. > > I tried > > # startx 2 > & 1 > /var/tmp/startuplog > > and get > > Ambiguous output redirect. > It's ambiguous because of the space you have after the ampersand > ("&"). The shell is trying to run the command "startx 2 >" in the > background. (It is ambiguous in that you're beginning to redirect > the stderr output without telling the shell where you want it to > go...) You must not have a space between the ampersand and the "1." > Still, this command will not log error output. See my earlier > message for details. > Bob > -- > "I never think of the future. It comes soon enough." -- Albert > Einstein (1879-1955) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message