Your message dated Wed, 13 Apr 2005 18:32:11 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297510: fixed in elinks 0.10.4-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Mar 2005 05:51:09 +0000
>From [EMAIL PROTECTED] Mon Feb 28 21:51:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from twinlark.arctic.org [168.75.98.6] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D60Hl-0000m0-00; Mon, 28 Feb 2005 21:51:09 -0800
Received: (qmail 23607 invoked from network); 1 Mar 2005 05:51:08 -0000
Received: from unknown (HELO localhost) (127.0.0.1)
  by 127.0.0.1 with AES256-SHA encrypted SMTP; 1 Mar 2005 05:51:08 -0000
Date: Mon, 28 Feb 2005 21:51:08 -0800 (PST)
From: dean gaudet <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: elinks problems with non-tty stdin
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: elinks
Version: 0.10.2-2

i have a cronjob which runs "links -dump http://foo/"; ... it worked fine 
until this week when i upgraded and started getting this:

ELinks: Permission denied

i tried strace and it said this:

open("/dev/stdin", O_RDONLY|O_NOCTTY) = -1 EACCES (Permission denied)

i tried adding </dev/null to the invocation, and that produces a new 
error:

ELinks: Unknown file type

finally i did this:

% touch stupid-broken-program
% links -dump http://arctic.org <stupid-broken-program

which produces only the dump and no error... so at least i have a 
workaround.

but it'd be great if elinks didn't depend on a tty stdin.

-dean


---------------------------------------
Received: (at 297510-close) by bugs.debian.org; 13 Apr 2005 22:40:12 +0000
>From [EMAIL PROTECTED] Wed Apr 13 15:40:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DLqWq-0006Mo-00; Wed, 13 Apr 2005 15:40:12 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DLqP5-0003yS-00; Wed, 13 Apr 2005 18:32:11 -0400
From: Peter Gervai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297510: fixed in elinks 0.10.4-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 13 Apr 2005 18:32:11 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: elinks
Source-Version: 0.10.4-1

We believe that the bug you reported is fixed in the latest version of
elinks, which is due to be installed in the Debian FTP archive:

elinks_0.10.4-1.diff.gz
  to pool/main/e/elinks/elinks_0.10.4-1.diff.gz
elinks_0.10.4-1.dsc
  to pool/main/e/elinks/elinks_0.10.4-1.dsc
elinks_0.10.4-1_i386.deb
  to pool/main/e/elinks/elinks_0.10.4-1_i386.deb
elinks_0.10.4.orig.tar.gz
  to pool/main/e/elinks/elinks_0.10.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Gervai <[EMAIL PROTECTED]> (supplier of updated elinks package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 12 Apr 2005 23:46:12 +0200
Source: elinks
Binary: elinks
Architecture: source i386
Version: 0.10.4-1
Distribution: unstable
Urgency: low
Maintainer: Peter Gervai <[EMAIL PROTECTED]>
Changed-By: Peter Gervai <[EMAIL PROTECTED]>
Description: 
 elinks     - advanced text-mode WWW browser
Closes: 218451 256533 270205 285684 293298 296976 297510 300889 301861 302505 
303083
Changes: 
 elinks (0.10.4-1) unstable; urgency=low
 .
   * New Upstream release
   * Disable SpiderMonkey because it is not useful right now (closes: #302505)
   * Only read from /dev/stdin if no URL was given on the command line and
     automatically allow special files to be read (closes: #296976, #297510)
   * Fix repeatedly and endless refreshing of documents that triggers a
     download (like sourceforge's download pages) (closes: #293298)
   * Add watch file, thanks Hugo Haas
   * Scrolling was heavily reworked during the 0.10 development phase and now
     uses the correct width / height when scrolling (closes: #256533)
   * Fix warning on 64-bit architectures (closes: #285684)
   * Change verbose level to show warnings (closes: #303083)
   * Include FAQ from http://elinks.or.cz/ (closes: #301861)
   * Change FTP directory listing parser to Wget-based one due to licensing
     issues (closes: #300889)
   * Be more tolerant when handling values from the no_proxy environment
     variable (closes: #218451)
   * Explicitly define keyboard accelerators for buttons so that they
     do not clash (closes: #270205)
Files: 
 93bdec6e6ea8df2f71469fae75779492 860 web optional elinks_0.10.4-1.dsc
 d97d1755f9553a3f5c68a3fe420c6a7c 3533243 web optional elinks_0.10.4.orig.tar.gz
 6959a96b3bd6039d7e71cdc3a85bbcd4 20427 web optional elinks_0.10.4-1.diff.gz
 c75b378ee4e294688dcfdab9ec417459 1319830 web optional elinks_0.10.4-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Use finger [EMAIL PROTECTED] or ask a key server

iD8DBQFCXZm4pxQ7cGWSgT0RAvqLAKDObcvtHn6ZQSBm4KUPvf12eycPuwCePTDV
ajV/Ot/lxrVd+V+VEBvsPiQ=
=buVI
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to