Your message dated Sun, 23 Oct 2005 10:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#309034: fixed in lessdisks 0.5.3cvs.20040906-17
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; 13 May 2005 22:00:21 +0000
>From [EMAIL PROTECTED] Fri May 13 15:00:21 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp.easystreet.com [69.30.22.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DWiCj-0003gl-00; Fri, 13 May 2005 15:00:21 -0700
Received: from waitron.freegeek.org (209-162-205-26.dq1mn.easystreet.com
[209.162.205.26])
by smtp.easystreet.com (Postfix) with ESMTP id 6C50C3640B2
for <[EMAIL PROTECTED]>; Fri, 13 May 2005 15:00:17 -0700 (PDT)
Received: from localhost (waitron [127.0.0.1])
by waitron.freegeek.org (Postfix) with ESMTP id 2B97963F5B
for <[EMAIL PROTECTED]>; Fri, 13 May 2005 15:00:17 -0700 (PDT)
Received: from waitron.freegeek.org ([127.0.0.1])
by localhost (mail.freegeek.org [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 16523-10 for <[EMAIL PROTECTED]>;
Fri, 13 May 2005 15:00:17 -0700 (PDT)
Received: from localhost.localdomain (dhcp-96c-0229.unm.edu [64.106.99.229])
by waitron.freegeek.org (Postfix) with ESMTP id BB73863F4A
for <[EMAIL PROTECTED]>; Fri, 13 May 2005 15:00:15 -0700 (PDT)
Received: by localhost.localdomain (Postfix, from userid 1000)
id D238065403; Fri, 13 May 2005 15:59:45 -0600 (MDT)
Date: Fri, 13 May 2005 15:59:44 -0600
From: Vagrant Cascadian <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: lessdisks-terminal: verify that file exists before sourceing
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="PmA2V3Z32TCmWXqI"
Content-Disposition: inline
X-Reportbug-Version: 3.8
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at freegeek.org
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--PmA2V3Z32TCmWXqI
Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv"
Content-Disposition: inline
--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: lessdisks-terminal
Severity: normal
a patch was added to lessdisks to source the host-specific configuration
file before loading modules. unfortunately, this patch doesn't check if
that file exists before sourceing it.
thankfully, this is a non-fatal error, but produces a cryptic warning
message when the file is not present (which is usually the case for the
default unconfigured terminal "default"):
hostname is default
.: 176: Can't open /etc/lessdisks/terminals/default
Not calculating module dependencies: /lib/modules/2.4.27-2-386 is read only.
(the second line is the error message)
the attached patch should fix the issue,by simply checking for the
presence of the file before sourceing it.
alternately (or additionally) simply creating an empty configuration
file for default (/etc/lessdisks/terminals/default) would at least
partially address this issue.
live well,
vagrant
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.6.8-2-386
Locale: LANG=es_US, LC_CTYPE=es_US (charmap=ISO-8859-1)
--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=lessdisks-source-host-patch
Content-Transfer-Encoding: quoted-printable
--- lessdisks.orig 2005-05-13 15:48:21.505181688 -0600
+++ lessdisks 2005-05-13 15:48:48.917014456 -0600
@@ -173,7 +173,7 @@
echo "hostname=3D$hostname" >> $rw/etc/config
=20
# Allow per-terminal tweaks
-. "/etc/lessdisks/terminals/$hostname"
+test -f "/etc/lessdisks/terminals/$hostname" && . "/etc/lessdisks/terminal=
s/$hostname"
=20
# load modules if defined
# modules which require additional options should use commas:
--ZGiS0Q5IWpPtfppv--
--PmA2V3Z32TCmWXqI
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFChSNQlPc63BPWGpkRAnklAJ0amURHfLH2TZ4ShEpHPLC6zvMGowCgg0z1
xynPt6hs4aCs3f+mg0p51pA=
=WQp5
-----END PGP SIGNATURE-----
--PmA2V3Z32TCmWXqI--
---------------------------------------
Received: (at 309034-close) by bugs.debian.org; 23 Oct 2005 17:48:25 +0000
>From [EMAIL PROTECTED] Sun Oct 23 10:48:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ETjw5-0002nQ-00; Sun, 23 Oct 2005 10:47:09 -0700
From: Jonas Smedegaard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#309034: fixed in lessdisks 0.5.3cvs.20040906-17
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 23 Oct 2005 10:47:09 -0700
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-Level:
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-CrossAssassin-Score: 3
Source: lessdisks
Source-Version: 0.5.3cvs.20040906-17
We believe that the bug you reported is fixed in the latest version of
lessdisks, which is due to be installed in the Debian FTP archive:
lessdisks-cloner-server_0.5.3cvs.20040906-17_all.deb
to pool/main/l/lessdisks/lessdisks-cloner-server_0.5.3cvs.20040906-17_all.deb
lessdisks-cloner-terminal_0.5.3cvs.20040906-17_all.deb
to
pool/main/l/lessdisks/lessdisks-cloner-terminal_0.5.3cvs.20040906-17_all.deb
lessdisks-doc_0.5.3cvs.20040906-17_all.deb
to pool/main/l/lessdisks/lessdisks-doc_0.5.3cvs.20040906-17_all.deb
lessdisks-easydialog_0.5.3cvs.20040906-17_all.deb
to pool/main/l/lessdisks/lessdisks-easydialog_0.5.3cvs.20040906-17_all.deb
lessdisks-terminal_0.5.3cvs.20040906-17_all.deb
to pool/main/l/lessdisks/lessdisks-terminal_0.5.3cvs.20040906-17_all.deb
lessdisks-xterminal_0.5.3cvs.20040906-17_all.deb
to pool/main/l/lessdisks/lessdisks-xterminal_0.5.3cvs.20040906-17_all.deb
lessdisks_0.5.3cvs.20040906-17.diff.gz
to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-17.diff.gz
lessdisks_0.5.3cvs.20040906-17.dsc
to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-17.dsc
lessdisks_0.5.3cvs.20040906-17_all.deb
to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-17_all.deb
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.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated lessdisks 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: Sun, 23 Oct 2005 19:36:01 +0200
Source: lessdisks
Binary: lessdisks-xterminal lessdisks-easydialog lessdisks-doc lessdisks
lessdisks-cloner-server lessdisks-cloner-terminal lessdisks-terminal
Architecture: source all
Version: 0.5.3cvs.20040906-17
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description:
lessdisks - flexible diskless (x)terminal system - server base files
lessdisks-cloner-server - flexible diskless (x)terminal system - cloning
repository
lessdisks-cloner-terminal - flexible diskless (x)terminal system - cloning
master
lessdisks-doc - flexible diskless (x)terminal system - documentation
lessdisks-easydialog - flexible diskless (x)terminal system - interface helper
scripts
lessdisks-terminal - flexible diskless (x)terminal system - terminal base files
lessdisks-xterminal - flexible diskless (x)terminal system - terminal x-server
Closes: 309034 312197 312403 314916 315729 321075 331887 335284
Changes:
lessdisks (0.5.3cvs.20040906-17) unstable; urgency=low
.
* The "while waiting for co-maintainance being setup" release.
* No longer build packages taken over by initrd-netboot:
+ Remove packages initrd-netboot-tools and kernel-image-netbootable
from debian/control.
+ Remove netbootable debhelper arch juggling from debian/rules.
+ Drop build-deps (keep only build-deps-indep).
+ Remove README.Debian, debhelper install file and patches 001, 008,
010 and 106 no longer relevant.
+ Jipee - the package is now arch: all again!
+ Closes: bug#312403 (thanks to Vagrant Cascadian
<[EMAIL PROTECTED]>).
* Add minimal support for newer x.org X11 server:
+ Add patch 208_crude-xorg-support.
+ Have lessdisks-xsession favor xserver-xorg over xserver-xfree86.
+ Closes: bug#335284 (thanks to Vagrant Cascadian
<[EMAIL PROTECTED]>).
* Improve patch 207_allow_per-terminal_tweaks to check if file exist
before sourcing it. Closes: bug#309034 (thanks to Vagrant Cascadian
<[EMAIL PROTECTED]> - although slightly different fix applied).
* Favor openssh-{server,client} over ssh and virtual
ssh-{server,client}.
* Use newer po-debconf cdbs snippet to properly include debconf-2.0 as
fallback dependency for debconf. Closes: bug#331887 (thanks to Joey
Hess <[EMAIL PROTECTED]>).
* Create lessdisks group as a system group. Closes: bug#321075 (thanks
to Finn-Arne Johansen <[EMAIL PROTECTED]>).
* Add/update l12n:
+ Vietnamese (vi). Closes: bug#312197 (thanks to Clytie Siddall
<[EMAIL PROTECTED]> and Vietnamese localization team / nhóm
Viá»t hóa).
+ Czech (cs). Closes: bug#314916 (thanks to Miroslav Kure
<[EMAIL PROTECTED]>).
* Add patches 209_allow_noninteractive_install and
210_allow_install_from_cd. Closes: bug#315729 (thanks to Finn-Arne
Johansen <[EMAIL PROTECTED]>).
* Auto-update debian/control - and strip bogus build-essential build-
dependency.
* Bump up to standards-version 3.6.2 (no changes needed).
* Strip stray timestamp near bottom of debian/changelog to please
lintian and linda.
Files:
94c121180503a3f0a24d207c674fdf50 854 misc extra
lessdisks_0.5.3cvs.20040906-17.dsc
a69429888c9b34beea5e3432f3867c64 120199 misc extra
lessdisks_0.5.3cvs.20040906-17.diff.gz
a727f9202e1dc86c6268052a2b234813 87344 misc extra
lessdisks_0.5.3cvs.20040906-17_all.deb
058d106ec9a68ebd3663a69082d35ff9 65644 misc extra
lessdisks-terminal_0.5.3cvs.20040906-17_all.deb
409e31d6f709d21b7a228fd2105a4d07 67232 misc extra
lessdisks-xterminal_0.5.3cvs.20040906-17_all.deb
0b128cb6d64ac24c6a21b41f60cbc12c 43472 misc extra
lessdisks-cloner-server_0.5.3cvs.20040906-17_all.deb
b6a85d732a4339e80a93b294a358e71c 57596 misc extra
lessdisks-cloner-terminal_0.5.3cvs.20040906-17_all.deb
f1b4a5f5a24a8e8b156c05241634f93b 63384 doc extra
lessdisks-doc_0.5.3cvs.20040906-17_all.deb
738d2d10516b09d9622c6e730025e49e 47784 misc extra
lessdisks-easydialog_0.5.3cvs.20040906-17_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDW8psn7DbMsAkQLgRAoX7AJ9gGwiNO5U6+czdlPg7GSLGvLUk8ACeIEMC
qFX7y8/fg7tmERdsE+4oxCE=
=x349
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]