[Bug 1197448] [NEW] having multipath-tools installed prevents mounting of USB card reader

2013-07-03 Thread Andrew M.
Public bug reported:

I have multipath-tools installed on my thinkpad to experiment with an
iscsi install we have at work.

Today I tried to mount an SD card inserted into a Transcend TS-RDF8K
reader. No go either from KDE or the command line:

armalota@armalota-thinkpad:~$ sudo mount -t vfat /dev/sdc1 /tmp/mount
mount: /dev/sdc1 already mounted or /tmp/mount busy


dmesg says:
[55808.061841] sd 13:0:0:1: [sdc] 31116288 512-byte logical blocks: (15.9 
GB/14.8 GiB)
[55808.064061] sd 13:0:0:1: [sdc] Write Protect is off
[55808.064071] sd 13:0:0:1: [sdc] Mode Sense: 21 00 00 00
[55808.066184] sd 13:0:0:1: [sdc] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[55808.071312] sd 13:0:0:0: [sdb] Attached SCSI removable disk
[55808.073515] sd 13:0:0:2: [sdd] Attached SCSI removable disk
[55808.089075]  sdc: sdc1
[55808.095418] sd 13:0:0:1: [sdc] Attached SCSI removable disk
[55808.335453] device-mapper: table: 252:2: multipath: error getting device
[55808.335463] device-mapper: ioctl: error adding target to table


I google that error, find this page:
http://forum.ubuntu.ru/index.php?topic=206829.45

Following the suggestion therein, I purged multipath-tools, replugged
the reader, now I'm back in fine shape - able to mount my SD card to my
heart's content.

What will help debug this further?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: multipath-tools 0.4.9-3ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Wed Jul  3 10:24:16 2013
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: multipath-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: multipath-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1197448

Title:
  having multipath-tools installed prevents mounting of USB card reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1197448/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 666180] Re: KVM does not boot Ubuntu i386 10.04 minimal server images

2011-01-10 Thread Andrew M.
@Phiippe - I had the same problem, and your workaround has me working
again. Cheers!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/666180

Title:
  KVM does not boot Ubuntu i386 10.04 minimal server images

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 368962] Re: Can't reboot kvm virtual machines using virsh

2010-05-12 Thread Andrew M
I understand this isn't severe but in the interests of trying to solve a
problem would it be possible to define an element in the XML definition
which is equivalent to saying 'This domain supports ACPI'. If this flag
is set ( it can default to off) then those who know their domain
supports acpi use reboot. Would this be an acceptable change ? If so i
could try and implement it .I understand libvirt doesn't / can't have a
dtd so the barrier for adding elements is low so long as people are
comfortable that this would be a positive change.

Andrew

-- 
Can't reboot kvm virtual machines using virsh
https://bugs.launchpad.net/bugs/368962
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 494291] [NEW] kvm: xp won't talk to USB device with host linux-image-2.6.31-16-generic

2009-12-08 Thread Andrew M.
Public bug reported:

Binary package hint: kvm

Trying to get a Ross-Tech pc-car interface working under Ubuntu's
generic kernel image.

Works fine with the kvm-88 image I've compiled myself on my machine, I
have issues with the generic ubuntu image.

I start my windows XP VM image:
sudo qemu-system-x86_64 \
-m 1024 \
-drive file=/mnt/images/xp-base.qcow2,if=virtio,boot=on \
-net nic,macaddr=e0:91:a6:33:28:02,model=virtio \
-net user \
-vnc 127.0.0.1:1 \
-usb \
-usbdevice tablet \
-monitor stdio

then i add my USB device:
(qemu) usb_add host:0403:fa24

XP realizes the device is there, but when I try to use my car
application in XP, it times out trying to communicate with the device.


Now, if I boot Ubuntu and specify my KVM-88 kernel in grub2, *everything works 
great*.
I've attached a diff between Ubuntu's kernel config and the KVM-88 config that 
actually works.


Any ideas on what this could be???

** Affects: kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kvm: xp won't talk to USB device with host linux-image-2.6.31-16-generic
https://bugs.launchpad.net/bugs/494291
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 494291] Re: kvm: xp won't talk to USB device with host linux-image-2.6.31-16-generic

2009-12-08 Thread Andrew M.

** Attachment added: diff -u of working kvm-88 kernel config and ubuntu's 
generic kernel config
   http://launchpadlibrarian.net/36608420/config-diffs.txt

-- 
kvm: xp won't talk to USB device with host linux-image-2.6.31-16-generic
https://bugs.launchpad.net/bugs/494291
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 251760] Re: New Dovecot 1.1.x upstream for hardy-backports

2009-06-08 Thread Andrew M
I would like to vote for this too. The sql quota backend has been fixed
in the 1.1 series and the changes cannot be backported to 1.0x

-- 
New Dovecot 1.1.x upstream for hardy-backports
https://bugs.launchpad.net/bugs/251760
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs