Bug#1011531: lcov: The lcov script reports version 1.14 whereas the package is 1.15

2022-05-24 Thread Edouard Gomez
Package: lcov
Version: 1.15-1
Severity: normal
X-Debbugs-Cc: ed.go...@free.fr

Dear Maintainer,

I wanted to check if the lcov script was the latest released one available
online (ie: 1.15).


I decided to check the version with two different methods. The first one was to
check using the tool's --version command line argument, and the second checking
the package version.

To my surprise these didn't match: one reporting 1.14 wheras the other
reporting
1.15 (if leaving aside the -1 debian packaging revision).

Here are the outputs of both command lines:

$ lcov --version
lcov: LCOV version 1.14

$ apt policy lcov
lcov:
  Installed: 1.15-1
  Candidate: 1.15-1
  Version table:
 *** 1.15-1 500
500 http://deb.debian.org/debian sid/main amd64 Packages
500 http://deb.debian.org/debian sid/main i386 Packages
100 /var/lib/dpkg/status
 1.14-2 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
500 http://deb.debian.org/debian bullseye/main i386 Packages

Both versions should match, shouldn't they ?

Regards.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.17.9 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lcov depends on:
ii  gcc  4:11.2.0-2
ii  libjson-perl 4.04000-1
ii  libperlio-gzip-perl  0.19-1+b8
ii  perl 5.34.0-4

Versions of packages lcov recommends:
ii  libgd-perl [libgd-gd2-perl]  2.76-2+b1

lcov suggests no packages.

-- no debconf information



Bug#627121: gzip: incorrect checksum computed that leads to valid gz file flagged as invalid

2011-05-17 Thread Edouard Gomez
Package: gzip
Version: 1.3.12-9
Severity: important


A valid gz file is said to have invalid checksum.

How to reproduce:
$ wget http://zlib.net/zlib-1.2.5.tar.gz 
$ md5sum http://zlib.net/zlib-1.2.5.tar.gz
c735eab2d659a96e5a594c9e8541ad63  zlib-1.2.5.tar.gz
$ gzip -t zlib-1.2.5.tar.gz
gzip: zlib-1.2.5.tar.gz: invalid compressed data--crc error

Either gzip 1.3.13 compiled by hand, or minigzip from libz-1.2.5
results in the file being valid. I tested on a i386 SID, and it
worked. But forcing a 32bit build of 1.3.12-9 on my x86_64 leads
to the same failure.

The 32 bit build is done using these commands:
$ apt-get source gzip
$ cd gzip-1.3.12
$ ./configure CC=gcc -m32
$ ./gzip -t zlib-1.2.5.tar.gz
gzip: zlib-1.2.5.tar.gz: invalid compressed data--crc error

I got no idea what can go wrong. I though the 32bit build would work,
but no !

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gzip depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib

gzip recommends no packages.

Versions of packages gzip suggests:
ii  less  443-1  pager program similar to more

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561287: kernel-package: postinst script looks for incorrect kernel image filename

2009-12-15 Thread Edouard Gomez
Package: kernel-package
Version: 12.031
Severity: grave
Justification: renders package unusable


Since a few builds using kernel-package, I get a nasty
error during install.

The message (for a second try) is:
LC_ALL=C sudo dpkg -i linux-image-2.6.32_2_amd64.deb 
(Reading database ... 121446 files and directories currently installed.)
Preparing to replace linux-image-2.6.32 2 (using 
linux-image-2.6.32_2_amd64.deb) ...
The directory /lib/modules/2.6.32 still exists. Continuing as directed.
Examining /etc/kernel/preinst.d/
Done.
Unpacking replacement linux-image-2.6.32 ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.32 
/boot/vmlinuz-2.6.32
Setting up linux-image-2.6.32 (2) ...
Internal Error: Could not find image (/boot/bzImage-2.6.32)
dpkg: error processing linux-image-2.6.32 (--install):

A first try does give the same error, it's just not saying it replaces the 
2.6.32
kernel with itself.

The error comes frfom the fact the .deb still ships a vmlinuz-2.6.32 file, but 
no
bzImage-2.6.32 file. I find myself editing the postinst script in the
/var/lib/dpkg/infos/linux-image${kernel version}.postinst

to replace the line
my $kimage = bzImage;   # Should be empty, mostly
with
my $kimage = vmlinuz;   # Should be empty, mostly

then i must issue this command:
$ sudo apt-get -f install

So that postinst is executed and gets the name correctly guessed.

The kernel has been built as follows:
$ hg clone http://kernel.org/hg/linux-2.6
$ cd linux-2.6
$ hg up -C v2.6.32
$ cp $data/linux-2.6.32.config .config
$ CONCURRENCY_LEVEL=2 make-kpkg \
   --bzimage --initrd --rootcmd fakeroot --revision 2

My kernel-img.conf is as follows:
# Kernel image management overrides
# See kernel-img.conf(5) for details
silent_modules = yes

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores; PREEMPT)
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 kernel-package depends on:
ii  binutils  2.20-4 The GNU assembler, linker and bina
ii  build-essential   11.4   Informational list of build-essent
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  file  5.03-4 Determines file type using magic
ii  gettext   0.17-8 GNU Internationalization utilities
ii  make  3.81-7 An utility for Directing compilati
ii  module-init-tools 3.11-1 tools for managing Linux kernel mo
ii  po-debconf1.0.16 tool for managing templates file t
ii  util-linux2.16.2-0   Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio  2.10-1 GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  bzip2 1.0.5-3high-quality block-sorting file co
pn  docbook-utils none (no description available)
ii  e2fsprogs 1.41.9-1   ext2/ext3/ext4 file system utiliti
ii  initramfs-tools [linux-in 0.93.4 tools for generating an initramfs
pn  libdb3-devnone (no description available)
ii  libncurses5-dev [libncurs 5.7+20090803-2 developer's libraries and docs for
pn  linux-source | kernel-sou none (no description available)
pn  xmlto none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561289: kernel-package: initramfs-tools not called after install, though run-parts tries to

2009-12-15 Thread Edouard Gomez
Package: kernel-package
Version: 12.031
Severity: grave
Justification: renders package unusable


Trying to install a Linux kernel built with kernel-kpkg won't
result in a bootable kernel after reboot.

This is a typical output from a succeeded install:
$ LC_ALL=C sudo dpkg -i linux-image-2.6.32_2_amd64.deb
(Reading database ... 121446 files and directories currently installed.)
Preparing to replace linux-image-2.6.32 2 (using 
linux-image-2.6.32_2_amd64.deb) ...
The directory /lib/modules/2.6.32 still exists. Continuing as directed.
Examining /etc/kernel/preinst.d/
Done.
Unpacking replacement linux-image-2.6.32 ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.32 
/boot/vmlinuz-2.6.32
Setting up linux-image-2.6.32 (2) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.32 
/boot/vmlinuz-2.6.32
run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.32 /boot/vmlinuz-2.6.32

The tricky part is that /etc/kernel/postinst.d/initramfs-tools
decides to do nothing when getting 2 args.

Moreover, no bootloader update script is executed.

Looking at kernel-img.conf(5) and kernel-pkg.conf(5) does describe
good old posthooks to call update-grub, but they're marked as 
obsolete.

Am I missing some stuff that changed in the last packages ?

PS: i use kernel-kpkg since a long long long time, 2.6.18
maybe so I cleaned up kernel-img.conf so that it doesn't
use old variables anymore, nor obsolete vars. But this makes
it nearly impossible to get a booting kernel.

 
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores; PREEMPT)
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 kernel-package depends on:
ii  binutils  2.20-4 The GNU assembler, linker and bina
ii  build-essential   11.4   Informational list of build-essent
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  file  5.03-4 Determines file type using magic
ii  gettext   0.17-8 GNU Internationalization utilities
ii  make  3.81-7 An utility for Directing compilati
ii  module-init-tools 3.11-1 tools for managing Linux kernel mo
ii  po-debconf1.0.16 tool for managing templates file t
ii  util-linux2.16.2-0   Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio  2.10-1 GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  bzip2 1.0.5-3high-quality block-sorting file co
pn  docbook-utils none (no description available)
ii  e2fsprogs 1.41.9-1   ext2/ext3/ext4 file system utiliti
ii  initramfs-tools [linux-in 0.93.4 tools for generating an initramfs
pn  libdb3-devnone (no description available)
ii  libncurses5-dev [libncurs 5.7+20090803-2 developer's libraries and docs for
pn  linux-source | kernel-sou none (no description available)
pn  xmlto none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561287: kernel-package: Bad email address used in bug submission

2009-12-15 Thread Edouard Gomez
Package: kernel-package
Version: 12.031
Severity: normal


The email address used in the initial bug report does not exist.

Please, do use the email address of this email.

Thanks and sorry for the inconvenience.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores; PREEMPT)
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 kernel-package depends on:
ii  binutils  2.20-4 The GNU assembler, linker and bina
ii  build-essential   11.4   Informational list of build-essent
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  file  5.03-4 Determines file type using magic
ii  gettext   0.17-8 GNU Internationalization utilities
ii  make  3.81-7 An utility for Directing compilati
ii  module-init-tools 3.11-1 tools for managing Linux kernel mo
ii  po-debconf1.0.16 tool for managing templates file t
ii  util-linux2.16.2-0   Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio  2.10-1 GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  bzip2 1.0.5-3high-quality block-sorting file co
pn  docbook-utils none (no description available)
ii  e2fsprogs 1.41.9-1   ext2/ext3/ext4 file system utiliti
ii  initramfs-tools [linux-in 0.93.4 tools for generating an initramfs
pn  libdb3-devnone (no description available)
ii  libncurses5-dev [libncurs 5.7+20090803-2 developer's libraries and docs for
pn  linux-source | kernel-sou none (no description available)
pn  xmlto none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#445056: stalonetray: No icons for EWMH compliant programs

2007-10-03 Thread Edouard Gomez
Roman S Dubtsov ([EMAIL PROTECTED]) wrote:
 This seems like arch-specific bug. Could you please try patch attached? 

Works for me(tm).

So might be a good idea to include it in the next debian upload.

Thanks for the work.

-- 
Edouard Gomez



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



Bug#445056: stalonetray: No icons for EWMH compliant programs

2007-10-02 Thread Edouard Gomez
Package: stalonetray
Version: 0.7.2-1
Severity: important

Hello,

I've been using the stalonetray package since 0.6.3, and the icons from
pidgin and other EWMH applications using tray icons stopped showing up
in stalonetray starting from the 0.7 package.

I'm using stalonetray with Openbox
openbox3.4.4-1

The only change i could experience as a user was the default -w mode
that changed. But starting it in with or w/o -w not doesn't fix the problem.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23 (SMP w/1 CPU core; PREEMPT)
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 stalonetray depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxpm4   1:3.5.7-1  X11 pixmap library

stalonetray recommends no packages.

-- no debconf information



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



Bug#440532: rawstudio: Missing icons

2007-09-02 Thread Edouard Gomez
Package: rawstudio
Version: 0.6-1
Severity: important


Since the 0.6 release, rawstudio ships some icons to symbolise photo
transformations and priorities. The debian package doesn't install them
resulting in interface usability problems as these icons are replaced
by the stock GTK missing/broken icon.

Moreover, rawstudio itself, is preventing bad packaging by checking its
installed resources.

It reports:
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/overlay_priority1.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/overlay_priority2.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/overlay_priority3.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/overlay_deleted.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/overlay_exported.png
** (rawstudio:6023): DEBUG: Cannot access /usr/share/pixmaps/rawstudio.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/transform_flip.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/transform_mirror.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/transform_90.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/transform_180.png
** (rawstudio:6023): DEBUG: Cannot access 
/usr/share/pixmaps/rawstudio/transform_270.png

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23 (SMP w/1 CPU core; PREEMPT)
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 rawstudio depends on:
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.6.1-1   GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1+b2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgcc11:4.2.1-4 GCC support library
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglib2.0-0   2.14.0-2  The GLib library of C routines
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  liblcms1   1.16-6Color management library
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.16.5-1  Layout and rendering of internatio
ii  libstdc++6 4.2.1-4   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-7   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.2-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.30.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.3-1 X Rendering Extension client libra

rawstudio recommends no packages.

-- no debconf information


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



Bug#411960: hal: No longer marks as removable an usb-storage device

2007-02-21 Thread Edouard Gomez
Package: hal
Version: 0.5.8.1-6.1
Severity: important


Since last update from 0.5.8.1-6, hal doesn't mark an usb-storage device
of mine as removable. As a consequence of this, neither pmount nor
gnome-volume manager, nor thunar accept mounting the device.

Here is the hald output for the device:

0: udi = '/org/freedesktop/Hal/devices/volume_uuid_805A_99F6'
  volume.unmount.valid_options = { 'lazy' } (string list)
  volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime', 
'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'utf8', 'shortname=', 
'codepage=', 'iocharset=', 'umask=', 'dmask=', 'fmask=', 'uid=' } (string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths = { 'hal-storage-mount', 
'hal-storage-unmount', 'hal-storage-eject' } (string list)
  org.freedesktop.Hal.Device.Volume.method_argnames = { 'mount_point fstype 
extra_options', 'extra_options', 'extra_options' } (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures = { 'ssas', 'as', 'as' } 
(string list)
  org.freedesktop.Hal.Device.Volume.method_names = { 'Mount', 'Unmount', 
'Eject' } (string list)
  info.interfaces = { 'org.freedesktop.Hal.Device.Volume' } (string list)
  volume.ignore = true  (bool)
  info.udi = '/org/freedesktop/Hal/devices/volume_uuid_805A_99F6'  (string)
  volume.partition.flags = { 'boot' } (string list)
  volume.partition.uuid = ''  (string)
  volume.partition.label = ''  (string)
  volume.partition.type = '0x0c'  (string)
  volume.partition.scheme = 'mbr'  (string)
  info.product = 'JUKEBOX'  (string)
  volume.partition.media_size = 2268288  (0x4a81be000)  (uint64)
  volume.partition.start = 32256  (0x7e00)  (uint64)
  volume.size = 19995623424  (0x4a7d5)  (uint64)
  volume.num_blocks = 39053952  (0x253ea80)  (int)
  volume.block_size = 512  (0x200)  (int)
  volume.partition.number = 1  (0x1)  (int)
  info.capabilities = { 'volume', 'block' } (string list)
  info.category = 'volume'  (string)
  volume.is_partition = true  (bool)
  volume.is_disc = false  (bool)
  volume.linux.is_device_mapper = false  (bool)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.mount_point = ''  (string)
  volume.label = 'JUKEBOX'  (string)
  volume.uuid = '805A-99F6'  (string)
  volume.fsversion = 'FAT32'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.fstype = 'vfat'  (string)
  storage.model = ''  (string)
  block.storage_device = 
'/org/freedesktop/Hal/devices/storage_serial_TOSHIBA_MK2006GAL_DEF1031E2C79'  
(string)
  block.is_volume = true  (bool)
  block.minor = 17  (0x11)  (int)
  block.major = 8  (0x8)  (int)
  block.device = '/dev/sdb1'  (string)
  linux.hotplug_type = 3  (0x3)  (int)
  info.parent = 
'/org/freedesktop/Hal/devices/storage_serial_TOSHIBA_MK2006GAL_DEF1031E2C79'  
(string)
  linux.sysfs_path_device = '/sys/block/sdb/sdb1'  (string)
  linux.sysfs_path = '/sys/block/sdb/sdb1'  (string)

1: udi = 
'/org/freedesktop/Hal/devices/storage_serial_TOSHIBA_MK2006GAL_DEF1031E2C79'
  volume.ignore = true  (bool)
  block.storage_device = 
'/org/freedesktop/Hal/devices/storage_serial_TOSHIBA_MK2006GAL_DEF1031E2C79'  
(string)
  info.udi = 
'/org/freedesktop/Hal/devices/storage_serial_TOSHIBA_MK2006GAL_DEF1031E2C79'  
(string)
  storage.partitioning_scheme = 'mbr'  (string)
  storage.removable.media_size = 2268288  (0x4a81be000)  (uint64)
  storage.requires_eject = false  (bool)
  storage.hotpluggable = false  (bool)
  info.capabilities = { 'storage', 'block' } (string list)
  info.category = 'storage'  (string)
  info.product = 'MK2006GAL'  (string)
  info.vendor = 'TOSHIBA'  (string)
  storage.size = 2268288  (0x4a81be000)  (uint64)
  storage.removable = false  (bool)
  storage.removable.media_available = true  (bool)
  storage.physical_device = 
'/org/freedesktop/Hal/devices/usb_device_e79_1109_DEF1031E2C79_scsi_host_scsi_device_lun0'
  (string)
  storage.lun = 0  (0x0)  (int)
  storage.firmware_version = ''  (string)
  storage.serial = 'TOSHIBA_MK2006GAL_DEF1031E2C79'  (string)
  storage.vendor = 'TOSHIBA'  (string)
  storage.model = 'MK2006GAL'  (string)
  storage.drive_type = 'disk'  (string)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = false  (bool)
  storage.no_partitions_hint = false  (bool)
  storage.bus = 'scsi'  (string)
  block.is_volume = false  (bool)
  block.minor = 16  (0x10)  (int)
  block.major = 8  (0x8)  (int)
  block.device = '/dev/sdb'  (string)
  linux.hotplug_type = 3  (0x3)  (int)
  info.parent = 
'/org/freedesktop/Hal/devices/usb_device_e79_1109_DEF1031E2C79_scsi_host_scsi_device_lun0'
  (string)
  linux.sysfs_path_device = '/sys/block/sdb'  (string)
  linux.sysfs_path = '/sys/block/sdb'  (string)

2: udi = 
'/org/freedesktop/Hal/devices/usb_device_e79_1109_DEF1031E2C79_scsi_host_scsi_device_lun0'
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_e79_1109_DEF1031E2C79_scsi_host_scsi_device_lun0'
  (string)
  linux.subsystem = 'scsi'  (string)