From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Setting TTY location? Date: Sun, 17 Sep 2017 11:38:12 -0400 Message-ID: <877ewxz66z.fsf@alphaville.usersys.redhat.com> References: <4db29deb-2516-0d24-4a9c-4eb6894ae987@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtbeR-00083s-KC for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 11:38:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtbeN-0000IJ-JB for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 11:38:31 -0400 Received: from [195.159.176.226] (port=40333 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtbeN-0000Hd-BT for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 11:38:27 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dtbeC-00035V-55 for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 17:38:16 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Peter Davis writes: > I'm trying to get LaTeX/PDF output from an Org document (I guess for > the first time on this machine), and I'm getting this error: > > > resize:  can't open terminal /dev/tty > pdflatex: Command not found. > These are the problems to concentrate on. Make sure to install pdflatex, and make sure the perms on /dev/tty are correct. Mine says crw-rw-rw-. 1 root tty 5, 0 Sep 14 12:19 tty > > If I open a terminal window and type `which tty`, I get > > > /usr/bin/tty > This is a red herring. -- Nick