Your message dated Mon, 20 Jul 2015 16:38:56 +0000
with message-id <[email protected]>
and subject line Bug#783060: fixed in xen-tools 4.6-1
has caused the Debian Bug report #783060,
regarding /etc/xen-tools/xen-tools.conf doesn't support # in comments
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
783060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783060
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xen-tools
Version: 4.5-1
Severity: normal

Hi

On a fresh jessie installation, I changed line 134 of
/etc/xen-tools/xen-tools.conf

fs     = ext3     # Default file system for any disk
by
fs     = ext4     # Default file system for any disk # default was ext3

Then when I create an image I get this error:

----------------------------------------------------------------------------------

# xen-create-image --hostname medusa --ip 192.168.1.10 --gateway
192.168.1.1 --netmask 255.255.255.0 --size=20G --memory=512MB

General Information
--------------------
Hostname       :  medusa
Distribution   :  jessie
Mirror         :  http://http.debian.net/debian
Partitions     :  swap            128M  (swap)
                  /               20G   (ext4     # Default file system
for any disk)
Image type     :  full
Memory size    :  512MB
Kernel path    :  /boot/vmlinuz-3.16.0-4-amd64
Initrd path    :  /boot/initrd.img-3.16.0-4-amd64

Networking Information
----------------------
IP Address 1   : 192.168.1.10 [MAC: 00:16:3E:C7:A2:6C]
Netmask        : 255.255.255.0
Gateway        : 192.168.1.1


Creating swap on /dev/debian_vg/medusa-swap
Done
Use of uninitialized value $command in split at
/usr/bin/xen-create-image line 3242.
Use of uninitialized value $binary in concatenation (.) or string at
/usr/bin/xen-create-image line 3246.
The binary '' required to create the filesystem ext3     # Default file
system for any disk is missing


Logfile produced at:
         /var/log/xen-tools/medusa.log
----------------------------------------------------------------------------------

The wanted file system "ext4     # Default file system for any disk" is
invalid.

If I remove the second # in the comment, it works.

I expected to be able to put # in a comment.


At the very least, the top of the file should NOT say:
Anything following a '#' character is ignored as a comment.


Thank you for taking care of xen. :)

-- System Information:
Debian Release: 8.0

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: xen-tools
Source-Version: 4.6-1

We believe that the bug you reported is fixed in the latest version of
xen-tools, which is due to be installed in the Debian FTP archive.

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.
Axel Beckert <[email protected]> (supplier of updated xen-tools 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: SHA256

Format: 1.8
Date: Mon, 20 Jul 2015 16:05:04 +0200
Source: xen-tools
Binary: xen-tools
Architecture: source all
Version: 4.6-1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description:
 xen-tools  - Tools to manage Xen virtual servers
Closes: 774936 776487 783060
Changes:
 xen-tools (4.6-1) unstable; urgency=low
 .
   * New upstream release
     + Fix usage of nonexistent variable in removeDebianPackage (Closes:
       #774936) Thanks Lukas Schwaighofer!
     + Change all occurrences of http.debian.net to httpredir.debian.org
     + Ubuntu 12.04 Lucid Lynx and 14.10 Utopic Unicorn now EoL.
     + Preliminary support for Debian 9 Stretch and Ubuntu 15.10 Wily
       Werewolf.
     + Installs bash completion into /usr/share/bash-completion/ (fixes
       lintian warning package-install-into-obsolete-dir)
     + Allows # within configuration file comments. (Closes: #783060;
       thanks Jean-Michel Nirgal Vourgère for the bug report and patch!)
     + Testsuite: Let modules.sh ignore the .git directory. (t/modules.t
       failed if a git commit message had a line starting with "use ".)
     + Testsuite: Optimize and clean up modules.sh.
     + Drop all occurrences of apt's --force-yes parameter. It only forces
       the installation of untrusted packages and that's unwanted. (Closes:
       #776487)
     + Support passing commandline options with --debootstrap-cmd.
     + Use -o APT::Install-Recommends=false instead of
       --no-install-recommends for backwards compatibility with older APT
       versions which don't know either (but accept any Foo=Bar parameter
       to "-o"). Allows one to install earlier Debian releases (e.g. Etch)
       with the default configuration again.
     + Use md5 as default hash method again, to be able to properly set
       passwords in older releases. Does not affect passwords changed later
       inside the DomU.
     + Split off hardcoded release code names list and default mirrors in
       xen-create-image into separate configuration file which are parsed
       before the default settings or command-line options are set.
     + Pass --yes to lvcreate only if LVM version is 2.02.99 or
       higher. Fixes regression introduced with 4.5 by the fix for #754517.
       - Add new (build-)dependency on libsort-versions-perl.
     + Report all SSH fingerprints of the created DomU, not only RSA ones.
     + Split up test suite in functionality/compatibility tests (t) and
       author/release tests (xt).
     + Make test suite support as-installed-testing
       - Mark package as autopkgtestable.
     + Multiple release workflow improvements (target release in Makefile):
       - Use TMPDIR instead of TMP for temporary directories.
       - Always run the full test suite before doing a release.
       - Use maximum compression and don't store time stamps in tar ball.
       - Make "release" target to include "orig-tar-gz" and tagging.
     + New option --keyring which is passed through to deboootstrap. Its
       default values work around bug #792729 in debootstrap.
     + Supports "unstable", "oldstable" and "oldoldstable" as distribution
       names, too. ("oldoldstable" is not yet supported by debootstrap, see
       feature request #792734 in debootstrap.)
     + New example script helpful for release testing.
     + Support VLANs with Open vSwitch (GH-2). Thanks to Félix Barbeira
       for the patch.
   * Update Vcs-* headers and documentation as Gitorious closed its doors
     in June 2015 and is now only available with static contents.
   * Recommend debian-archive-keyring (for installing Debian DomUs on
     derivatives) and ubuntu-archive-keyring (for installing Ubuntu DomUs
     on Debian).
   * Reduce the list of alternative xen-hypervisor-* packages to just
     "xen-hypervisor" which is a virtual package provided by at least all
     xen-hypervisor-* packages since Debian 6 Squeeze.
   * Recommend lvm2, it's at least required if the --lvm option is used.
   * Add an adequate as-installed test to debian/tests/control.
Checksums-Sha1:
 b68ce1a76207623dc1667091409b06a5bd76d2a6 2145 xen-tools_4.6-1.dsc
 624c342cfc33f0f25f48235baddc45c13ac530e4 252399 xen-tools_4.6.orig.tar.gz
 97866d5871ae50735b831e5fc4183b62ff11634e 17400 xen-tools_4.6-1.debian.tar.xz
 b226dc0bd86bdbf1dc3868945ddb2db319329579 272478 xen-tools_4.6-1_all.deb
Checksums-Sha256:
 23b1ab902742d1a7b4d80c305ffcd469deeaef655bc8c0bbb2958a73304d710c 2145 
xen-tools_4.6-1.dsc
 7b478bf0fd3da6f091a543dcac260cacea8f3de2f758c61b91f099acab0d2bc6 252399 
xen-tools_4.6.orig.tar.gz
 698586c7679c1bf914a1b61c6f48d510624f7f258346ea1ca1b536dc03b0a05a 17400 
xen-tools_4.6-1.debian.tar.xz
 c04a5e491329f7f3462c7af1f0c513d1fcc36d04b0cf1c6e2c5bfaf073c43370 272478 
xen-tools_4.6-1_all.deb
Files:
 ff7ac1668de2110412313424d5619e06 2145 utils extra xen-tools_4.6-1.dsc
 232389701902b799a43ac8de6bf66c11 252399 utils extra xen-tools_4.6.orig.tar.gz
 6789fb7c03d7bc95ffed7419ddc6d872 17400 utils extra 
xen-tools_4.6-1.debian.tar.xz
 8568144bb1c2fd814c37d9c3b6c084a1 272478 utils extra xen-tools_4.6-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVrQeFAAoJEGvmY8daNcl1RgYP/i9bS9EOk2e0nBxfKxCNLC41
U3+mMzTU5c1L+oRBzWsxeE9zAZ+IoGpI+QMEGykNDneiip8PMLxhxHHxpnF9QNJ5
eNnh30LGMY4my6ce83eLKVta6yMD7BeEVIt2a6njW1PVeG+ATs8ZVZmMOxJQ4WL5
F6htTcXfy5HQ99N/emghc8wr41VndDpsKPSrF0cnAlZLvRtZVPwLs30YpAux0joq
5OqMCbxWWALOtmUunxKkn9oK4p+3BfHEyWI2xKjzVpKeCkCWs1cru/Ef5VzhqdkG
igsLvqkbjU+bDVcvuPGezi19LnlcQRDdTup8TLE6GaAvGeVQDI4HGOoHUn6iU+J2
Mg5RTA5BkFg66xXkjwN4M4otyuRa+d3TZ6pNbD2hdaTE5RONR92aLhpRXh44xVAJ
nscUZfr4F1/Kym8ENScHOP34I7hwlggw/wsGlPqq46kzGlOdn6VWY2cH4BhFDOrb
69pbQ88TdLHnnHbp9kjWGVDROlWOR1Eg+bI8+yY1zYfWvQXk6rpBE7A3cp39tbG0
H2TeQC8OSa1VxRGlGFfp2h+apTcwpV3LBhjEBenGHosR7HbskbLR+qYPxAVjP33E
T4s9Tf0Rx5VGs169cvWJuEp9EzV4IqA0Lz85JdqMUVERoV8lu4bxUNeuWuKQaMEz
TNNLqCFImZYS82hpWMru
=XfIr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to