From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Willemsen Newsgroups: gmane.emacs.devel Subject: Re: Possible issue with sudo in eshell Date: Fri, 06 Apr 2012 15:11:07 +0200 Message-ID: References: <87sjgh9mm8.fsf@gmail.com>,<8762dd59tu.fsf@turtle.gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333718149 17377 80.91.229.3 (6 Apr 2012 13:15:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2012 13:15:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 06 15:15:45 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SG90y-00064N-Cx for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2012 15:15:44 +0200 Original-Received: from localhost ([::1]:47533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG8wv-0002vN-LP for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2012 09:11:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG8wn-0002uz-4u for emacs-devel@gnu.org; Fri, 06 Apr 2012 09:11:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SG8wg-0003wU-Nb for emacs-devel@gnu.org; Fri, 06 Apr 2012 09:11:23 -0400 Original-Received: from r3.smtp1.alwaysdata.com ([176.31.58.10]:53568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG8wg-0003w8-I3 for emacs-devel@gnu.org; Fri, 06 Apr 2012 09:11:18 -0400 Original-Received: from 78-21-105-160.access.telenet.be ([78.21.105.160] helo=localhost) by smtp1.alwaysdata.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1SG8wW-0006kh-3N; Fri, 06 Apr 2012 15:11:08 +0200 User-agent: mu4e 0.9.8.2; emacs 24.0.95.1 In-reply-to: <8762dd59tu.fsf@turtle.gmx.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 176.31.58.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149426 Archived-At: Hey guys, On Fri 06 Apr 2012 02:22:21 PM CEST, Sven Joachim wrote: > If sudo is configured with the tty_tickets option (recommended for > security reasons), you'll have to enter the password each time. > > > I have no idea how to fix this, any hints welcome. > > I tried "alias sudo /usr/bin/sudo", but that worked badly. Any eshell > guru around with better suggestions? I've got the following in my emacs init file: (fset 'eshell/sudo nil) This makes it call /usr/bin/sudo instead of `eshell/sudo', but I still have to enter my password every time I use it. Cheers, Tom