Bug#656688: usb_modeswitch throws general protection errors to syslog

2012-01-24 Thread Joaquim Boura



 You can uninstall the Debian 
 package and install from source until a fixed deb is available.

 http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-1.2.2-1.tar.bz2

This solves the problem for me.

Regards

Joaquim Boura



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



Bug#656854: usb-modeswitch throws general protection error and umts modem is unusable

2012-01-22 Thread Joaquim Boura
Package: usb-modeswitch
Version: 1.2.2+repack0-1
Severity: important

Dear Maintainer,

after plug.in the usb device ( tried with different ones) no tty is found. An 
error message is thrown to /var/log/messages  and the umts modem is unusable

[  104.068068] usb 1-6: new high-speed USB device number 6 using ehci_hcd
[  104.184440] usb 1-6: New USB device found, idVendor=12d1, idProduct=1446
[  104.184448] usb 1-6: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[  104.184454] usb 1-6: Product: HUAWEI Mobile
[  104.184458] usb 1-6: Manufacturer: HUAWEI Technology
[  104.186577] scsi7 : usb-storage 1-6:1.0
[  104.187020] scsi8 : usb-storage 1-6:1.1
[  104.289129] usb_modeswitch_[2176] general protection ip:7f9f2f2dd038 
sp:7fffd014ec40 error:0 in libc-2.13.so[7f9f2f299000+17a000]
[  105.188240] scsi 7:0:0:0: CD-ROMHUAWEI   Mass Storage 2.31 
PQ: 0 ANSI: 2
[  105.188863] scsi 8:0:0:0: Direct-Access HUAWEI   SD Storage   2.31 
PQ: 0 ANSI: 2
[  105.192201] sr1: scsi-1 drive
[  105.192457] sr 7:0:0:0: Attached scsi CD-ROM sr1
[  105.196202] sd 8:0:0:0: [sdc] Attached SCSI removable disk


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

Kernel: Linux 3.2-1.slh.3-aptosid-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages usb-modeswitch depends on:
ii  dpkg 1.16.1.2
ii  libc62.13-24
ii  libjim0debian2   0.73-1
ii  libusb-0.1-4 2:0.1.12-20
ii  usb-modeswitch-data  20111023-1

usb-modeswitch recommends no packages.

Versions of packages usb-modeswitch suggests:
ii  comgt   none
ii  wvdial  1.61-4

-- 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#546008: grub-pc boot fails: error: you need to load the kernel first

2009-12-19 Thread Joaquim Boura

I'm also seeing this error message but in different conditions:

on a grub-pc installed in a USB-device where i with a menuentry i want
to boot an iso. 

Strange is that this happens on ainstallation on a 150GB USB-HD  but not
on 20GB USB-HD !

Choosing the last menu entry,  works on the tiny HD but not with
the big one!!

There throws the message: 
error: you need to load the kernel first

other message also seen is 
error: out of disk



20GB USB-HD installation:  All grub entries Work fine

Package: grub-pc
Version: 1.98~20091210-1

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/78e9c4d0-07fc-4846-bd24-d82afd0ca2be / ext4
rw,noatime,errors=remount-ro,barrier=0,data=ordered 0 0 
/dev/sda2 /media/disk1part2 ntfs
ro,nosuid,nodev,noexec,relatime,uid=0,gid=0,fmask=0133,dmask=022,nls=utf8,errors=continue,mft_zone_multiplier=1
0 0 
/dev/sda3 /media/disk1part3 ext3
rw,nosuid,nodev,noatime,errors=continue,data=writeback 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map
*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using
templates # from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 78e9c4d0-07fc-4846-bd24-d82afd0ca2be
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that
don't # understand terminal_output
terminal gfxterm
  fi
fi
set locale_dir=/boot/grub/locale
set lang=de
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, with Linux 2.6.32-2.slh.1-sidux-686 {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set
78e9c4d0-07fc-4846-bd24-d82afd0ca2be
linux   /boot/vmlinuz-2.6.32-2.slh.1-sidux-686
root=UUID=78e9c4d0-07fc-4846-bd24-d82afd0ca2be ro vga=791 quiet
initrd  /boot/initrd.img-2.6.32-2.slh.1-sidux-686 } menuentry Debian
GNU/Linux, with Linux 2.6.32-2.slh.1-sidux-686(recovery mode) { 
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set
78e9c4d0-07fc-4846-bd24-d82afd0ca2be
linux   /boot/vmlinuz-2.6.32-2.slh.1-sidux-686
root=UUID=78e9c4d0-07fc-4846-bd24-d82afd0ca2be ro single vga=791 initrd  
/boot/initrd.img-2.6.32-2.slh.1-sidux-686 } 
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set
78e9c4d0-07fc-4846-bd24-d82afd0ca2be 
linux16 /boot/memtest86+.bin
}
menuentry Memory test (memtest86+, serial console 115200) {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set
78e9c4d0-07fc-4846-bd24-d82afd0ca2be linux16 /boot/memtest86+.bin
console=ttyS0,115200n8 } 
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry Microsoft Windows XP Professional (on /dev/sda1) {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set a61820aa18207b85
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply
type the # menu entries you want to add after this comment.  Be careful
not to change # the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/60_fll-fromiso ###
menuentry sidux-xfce (2.6.31-6.slh.2-sidux-686) {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set
78e9c4d0-07fc-4846-bd24-d82afd0ca2be 
loopback loop /opt/Isos/sidux-xfce.iso 
linux (loop)/boot/vmlinuz-2.6.31-6.slh.2-sidux-686
fromhd=UUID=78e9c4d0-07fc-4846-bd24-d82afd0ca2be 
fromiso=/opt/Isos/sidux-xfce.iso boot=fll lang=de_DE TZ=UTCvga=791 quiet 
noeject nointro
initrd (loop)/boot/initrd.img-2.6.31-6.slh.2-sidux-686 } 
### END /etc/grub.d/60_fll-fromiso 
### *** END /boot/grub/grub.cfg

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

Kernel: Linux 2.6.32-2.slh.1-sidux-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]   1.5.28  Debian
configuration management sy 
ii  grub-common  

Bug#500379: [brasero] brasero crashes when burning an iso

2008-09-27 Thread Joaquim Boura
Package: brasero
Version: 0.8.0-3
Severity: important

--- Please enter the report below this line. ---

Burning an iso brasero crashes:
On /var/log/messages the following lines appear:

brasero[4369]: segfault at c ip 080f0685 sp bfef2fa0 error 4 in
brasero[8048000+c9000] 
brasero[4468]: segfault at c ip 080f0685 sp
bfff30a0 error 4 in brasero[8048000+c9000]


Starting it from  a terminal there are some output lines see the
attached file 




--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-5.slh.6-sidux-686

Debian Release: lenny/sid
  500 unstablesidux.com 
  500 unstableftp.uk.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libart-2.0-2(= 2.3.18) | 2.3.20-2
libatk1.0-0 (= 1.20.0) | 1.22.0-1
libbeagle1   (= 0.3.5) | 0.3.5-1+b1
libbonobo2-0(= 2.15.0) | 2.22.0-1
libbonoboui2-0  (= 2.15.1) | 2.22.0-1
libc6(= 2.7-1) | 2.7-13
libcairo2(= 1.2.4) | 1.6.4-6
libdbus-1-3  (= 1.0.2) | 1.2.1-3
libdbus-glib-1-2  (= 0.71) | 0.76-1
libfontconfig1   (= 2.4.0) | 2.6.0-1
libfreetype6 (= 2.3.5) | 2.3.7-2
libgconf2-4 (= 2.13.5) | 2.22.0-1
libglib2.0-0(= 2.16.0) | 2.16.6-1
libgnome2-0 (= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0   (= 2.11.1) | 2.20.1.1-1
libgnomeui-0(= 2.17.1) | 2.20.1.1-2
libgnomevfs2-0   (= 1:2.17.90) | 1:2.22.0-5
libgstreamer-plugins-base0.10-0(= 0.10.12) | 0.10.20-1
libgstreamer0.10-0 (= 0.10.15) | 0.10.20-1
libgtk2.0-0 (= 2.12.0) | 2.12.11-3
libhal1(= 0.5.8.1) | 0.5.11-3
libice6(= 1:1.0.0) | 2:1.0.4-1
liborbit2(= 1:2.14.10) | 1:2.14.13-0.1
libpango1.0-0   (= 1.20.3) | 1.20.5-2
libpixman-1-0   | 0.10.0-2
libpng12-0(= 1.2.13-4) | 1.2.27-1
libpopt0  (= 1.14) | 1.14-4
libsm6  | 2:1.0.3-2
libtotem-plparser10(= 2.21.92) | 2.22.3-1
libx11-6| 2:1.1.5-2
libxcb-render-util0 (= 0.2.1+git1) | 0.2.1+git1-1
libxcb-render0  | 1.1-1.1
libxcb1 | 1.1-1.1
libxml2 (= 2.6.27) | 2.6.32.dfsg-4
libxrender1 | 1:0.9.4-2
zlib1g (= 1:1.1.4) | 1:1.2.3.3.dfsg-12
gconf2(= 2.10.1-2) | 2.22.0-1
wodim   | 9:1.1.8-1+b1
genisoimage | 9:1.1.8-1+b1
gstreamer0.10-plugins-base  (= 0.10.0) | 0.10.20-1





brasero.out
Description: Binary data


Bug#470140: samba can not be update

2008-03-09 Thread Joaquim Boura
Package: samba
Version: 3.0.28-3
Severity: normal

--- Please enter the report below this line. ---

Today's upgrade of samba leads to an error

Setting up samba-common (3.0.28-3) ...
cp: cannot stat `/usr/share/samba/smb.conf.etch': No such file or
directory
dpkg: error processing samba-common (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of smbclient:
 smbclient depends on samba-common (= 3.0.28-3); however:
  Package samba-common is not configured yet.
dpkg: error processing smbclient (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of smbfs:
 smbfs depends on samba-common (= 3.0.28-3); however:
  Package samba-common is not configured yet.
dpkg: error processing smbfs (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 samba-common
 smbclient
 smbfs
E: Sub-process /usr/bin/dpkg returned an error code (1)





--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-2.6.24.3.slh.2-sidux-amd64

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesidux.com 
  500 unstableftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
adduser| 3.106
debconf  (= 0.5)  | 1.5.19
 OR debconf-2.0| 
libacl1  (= 2.2.11-1) | 2.2.45-1
libattr1  (= 2.4.4-1) | 1:2.4.41-1
libc6   (= 2.7-1) | 2.7-9
libcomerr2 (= 1.33-3) | 1.40.7-1
libcupsys2  (= 1.3.4) | 1.3.6-1
libgnutls13   (= 2.0.4-0) | 2.0.4-3
libkrb53   (= 1.6.dfsg.2) | 1.6.dfsg.3~beta1-3
libldap2 (= 2.1.17-1) | 2.1.30.dfsg-13.5
libpam-modules | 0.99.7.1-5
libpam-runtime  (= 0.76-13.1) | 0.99.7.1-5
libpam0g (= 0.99.7.1) | 0.99.7.1-5
libpopt0 (= 1.10) | 1.10-3
logrotate  | 3.7.1-3
lsb-base(= 3.0-6) | 3.2-4
procps | 1:3.2.7-6
samba-common  (= 3.0.28-2) | 3.0.28-3
update-inetd   | 4.29
zlib1g | 1:1.2.3.3.dfsg-11





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



Bug#469073: ssl-cert woes about installation in chroot()

2008-03-05 Thread Joaquim Boura
Package: ssl-cert
Version: 1.0.16

--- Please enter the report below this line. ---


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-2.6.24.3.slh.1-sidux-amd64

Debian Release: lenny/sid
  500 unstablesidux.com 
  500 unstableftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
adduser| 3.106
debconf  (= 0.5)  | 1.5.19
 OR debconf-2.0| 
openssl| 0.9.8g-7


i found that ssl-cert is not installable when the hostname contains
numbers.
here is the output:

# hostname
corben-32
# apt-get install ssl-cert
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  ssl-cert
Preconfiguring packages ...
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 0B/8296B of archives.
After this operation, 90.1kB of additional disk space will be used.
Selecting previously deselected package ssl-cert.
(Reading database ... 71962 files and directories currently installed.)
Unpacking ssl-cert (from .../ssl-cert_1.0.16_all.deb) ...
Setting up ssl-cert (1.0.16) ...
hostname: Unknown host
dpkg: error processing ssl-cert (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 ssl-cert
E: Sub-process /usr/bin/dpkg returned an error code (1)





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



Bug#443688: kcontrol: fail to set left-handed mouse on start

2007-09-23 Thread Joaquim Boura
Package: kcontrol
Version: 4:3.5.7-4
Severity: normal

After updating X to the new X-Org 1.4.0 . the left-handed mouse is no
longer set when starting KDE.

The same behaviour on i386.
Installed X-org: xserver-xorg-core: Installed: 2:1.4-2


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

Kernel: Linux 2.6.22.6-slh64-smp-8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kcontrol depends on:
ii  kdebase-data4:3.5.7-4shared data files for the KDE base
ii  kdelibs4c2a 4:3.5.7.dfsg.1-7 core libraries and binaries for al
ii  kicker  4:3.5.7-4desktop panel for KDE
ii  libacl1 2.2.45-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.39-1   Extended attribute shared library
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libfam0 2.7.0-13 Client library to control the FAM 
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.1-5GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.1-2  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.0.1-2  The OpenGL utility library (GLU)
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.1-1GNU libidn library, implementation
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-8Qt GUI Library (Threaded runtime v
ii  libraw1394-81.2.1-3.1library for direct access to IEEE 
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libssl0.9.8 0.9.8e-8 SSL shared libraries
ii  libstdc++6  4.2.1-5  The GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.12-7   userspace USB programming library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  usbutils0.72-9   Linux USB utilities
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages kcontrol recommends:
ii  udev  0.114-2/dev/ and hotplug management daemo

-- no debconf information



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



Bug#440413: RFP: pidgin-pp -- pidgin privacy please is a pidgin plugin to stop spammers from annoying you.

2007-09-01 Thread Joaquim Boura
Package: wnpp
Severity: wishlist


* Package name: pidgin-pp
  Version : x.y.z
  Upstream Author : Stefan Ott [EMAIL PROTECTED]
* URL : http://tools.desire.ch/pidgin-pp/
* License : GPL
  Programming Lang: C
  Description : pidgin privacy please is a pidgin plugin to stop spammers 
from annoying you.

It offers the following features:
Block certain users (with an optional auto-reply)
Block messages from people who are not on your contact list
(with an optional auto-reply)
Suppress repeated authorization requests

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

Kernel: Linux 2.6.22.6-slh64-smp-2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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



Bug#408774: kdebase-kio-plugins: harddisk partitions not shown on desktop

2007-01-28 Thread Joaquim Boura
Package: kdebase-kio-plugins
Version: 4:3.5.5a.dfsg.1-5
Severity: important

When using a fstab with UUID=value  instead of the plain /dev/partition
those partitions are not shown on media:/

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2-slh-smp-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kdebase-kio-plugins depends on:
ii  kdelibs4c2a  4:3.5.5a.dfsg.1-5   core libraries and binaries for al
ii  kdesktop 4:3.5.5a.dfsg.1-5   miscellaneous binaries and files f
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libdbus-1-3  1.0.2-1 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libhal-storage1  0.5.8.1-6   Hardware Abstraction Layer - share
ii  libhal1  0.5.8.1-6   Hardware Abstraction Layer - share
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  libopenexr2c2a   1.2.2-4.3   runtime files for the OpenEXR imag
ii  libqt3-mt3:3.3.7-3   Qt GUI Library (Threaded runtime v
ii  libsasl2-2   2.1.22.dfsg1-8  Authentication abstraction library
ii  libsasl2-modules 2.1.22.dfsg1-8  Pluggable Authentication Modules f
ii  libsmbclient 3.0.23d-4   shared library that allows applica
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libxcursor1  1.1.7-4 X cursor management library
ii  psmisc   22.3-1  Utilities that use the proc filesy
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages kdebase-kio-plugins recommends:
ii  hal  0.5.8.1-6   Hardware Abstraction Layer
pn  kamera   none  (no description available)
pn  kdemultimedia-kio-pluginsnone  (no description available)
ii  pmount   0.9.13-1+b1 mount removable devices as normal 

-- no debconf information


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