From owner-freebsd-questions@FreeBSD.ORG Sat Dec 18 18:14:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAA816A4CE for ; Sat, 18 Dec 2004 18:14:48 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF4943D31 for ; Sat, 18 Dec 2004 18:14:48 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so125405wra for ; Sat, 18 Dec 2004 10:14:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gIjWLXAXjjLEUfW4txLecUtkzYxkbTHlY3PpWig3gx2XZrakBMMywLF+m4C3T3zz7ZGdZj9qmct7BCXcv7JYP+1ZIgl+0NfR6WBMynv5ye3Uz2aR56bDH7l0tcgrOvRxMxwmyR3bJ/Lj2dqfyojZNpQvNdmMiUrqphskkEWuopw= Received: by 10.54.15.33 with SMTP id 33mr259401wro; Sat, 18 Dec 2004 10:14:47 -0800 (PST) Received: by 10.54.37.62 with HTTP; Sat, 18 Dec 2004 10:14:47 -0800 (PST) Message-ID: <19861fba0412181014a473951@mail.gmail.com> Date: Sat, 18 Dec 2004 19:14:47 +0100 From: J65nko BSD To: freebsd-questions@freebsd.org In-Reply-To: <41C45B5C.9030307@vesterman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41C45B5C.9030307@vesterman.com> Subject: Re: X kills su X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J65nko BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 18:14:49 -0000 On Sat, 18 Dec 2004 11:31:24 -0500, Robert William Vesterman wrote: > After I exit from X windows, I no longer have the ability to su (to > root, at least). It doesn't even ask for my password - it just > immediately says "bad su from myacct to root". > > If I then "exit", and immediately log back in as myacct, I am able to su > to root no problem. > > I am running 5.3-STABLE, and the latest X (or very, very near it). It > happens with at least two distinct WMs (Window Maker and Fluxbox). > > Any idea? Or any further information I can provide? > > Thanks, > > Bob Vesterman. Did you change your root shell recently? Somebody on the list reported about the systems inability to run ppp from boot-up. His problem was caused by using bash as the root shell. Restoring "sh" as the root shell fixed it :)