Your message dated Mon, 18 Feb 2008 08:39:51 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: [Pkg-utopia-maintainers] Bug#466344: hal: error in fdi
file : not well-formed (invalid token)
has caused the Debian Bug report #466344,
regarding hal: error in fdi file : not well-formed (invalid token)
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.)
--
466344: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466344
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: hal
Version: 0.5.10-5
Severity: normal
Hi.
I get errors like :
Feb 18 07:52:05 rms hald[22242]: error in fdi file
/etc/hal/fdi/policy/user.fdi:5: not well-formed (invalid token)
Whenever /etc/hal/fdi/policy/user.fdi contains :
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<!--
<deviceinfo version="0.2">
<device>
< !-- optical drives - ->
<match key="volume.uuid" string="799dc7d5-bcf0-4e45-bb7d-3a3454b31459">
<merge key="volume.policy.should_mount"
type="bool">true</merge>
</match>
</device>
</deviceinfo>
-->
The comments parsing seems buggy.
Hope this helps,
Best regards,
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages hal depends on:
ii adduser 3.105 add and remove users and groups
ii dbus 1.1.2-1 simple interprocess messaging syst
ii hal-info 20071212-2 Hardware Abstraction Layer - fdi f
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libdbus-1-3 1.1.2-1 simple interprocess messaging syst
ii libdbus-glib-1-2 0.74-1 simple interprocess messaging syst
ii libexpat1 1.95.8-4 XML parsing C library - runtime li
ii libgcc1 1:4.3-20080202-1 GCC support library
ii libglib2.0-0 2.14.5-2 The GLib library of C routines
ii libhal-storage1 0.5.10-5 Hardware Abstraction Layer - share
ii libhal1 0.5.10-5 Hardware Abstraction Layer - share
ii libsmbios1 0.13.10-1 Provide access to (SM)BIOS informa
ii libstdc++6 4.3-20080202-1 The GNU Standard C++ Library v3
ii libusb-0.1-4 2:0.1.12-9 userspace USB programming library
ii libvolume-id0 0.114-2 libvolume_id shared library
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip
ii mount 2.13.1-1 Tools for mounting and manipulatin
ii pciutils 1:2.2.9-2 Linux PCI Utilities
ii pm-utils 0.99.2-3 utilities and scripts for power ma
ii udev 0.114-2 /dev/ and hotplug management daemo
ii usbutils 0.73-5 Linux USB utilities
Versions of packages hal recommends:
ii eject 2.1.5-6 ejects CDs and operates CD-Changer
ii libsmbios-bin 0.13.10-1 Provide access to (SM)BIOS informa
-- no debconf information
--- End Message ---
--- Begin Message ---
Olivier Berger wrote:
> Package: hal
> Version: 0.5.10-5
> Severity: normal
>
> Hi.
>
> I get errors like :
> Feb 18 07:52:05 rms hald[22242]: error in fdi file
> /etc/hal/fdi/policy/user.fdi:5: not well-formed (invalid token)
>
> Whenever /etc/hal/fdi/policy/user.fdi contains :
>
> <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
> <!--
> <deviceinfo version="0.2">
> <device>
> < !-- optical drives - ->
^ ^
Xml comment syntax is <!-- -->, so you're fdi file is indeed buggy.
If you remove the extra space, you should be fine.
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---