2007-10-17 23:43:29 |
Andreas Ntaflos |
bug |
|
|
added bug |
2007-10-17 23:43:50 |
Andreas Ntaflos |
bug |
|
|
added attachment 'lshal.txt' (lshal output. The disk in question can be found as "HD501LJ".) |
2007-10-17 23:44:08 |
Andreas Ntaflos |
bug |
|
|
added attachment 'dmesg.txt' (dmesg.txt) |
2007-10-17 23:44:40 |
Andreas Ntaflos |
bug |
|
|
added attachment 'hal.log' (hal.log) |
2007-10-17 23:44:52 |
Andreas Ntaflos |
bug |
|
|
added attachment 'devices.txt' (devices.txt) |
2008-09-11 21:03:49 |
Sven Arvidsson |
bug |
|
|
assigned to hal |
2008-09-11 21:09:05 |
Bug Watch Updater |
hal: status |
Unknown |
Confirmed |
|
2009-03-20 14:08:04 |
Patrice Vetsel |
bug |
|
|
assigned to linux |
2009-03-20 14:08:36 |
Bug Watch Updater |
linux: status |
Unknown |
Confirmed |
|
2009-03-21 13:29:36 |
Bug Watch Updater |
linux: status |
Confirmed |
Invalid |
|
2009-06-02 19:47:37 |
xteejx |
hal (Ubuntu): importance |
Undecided |
Medium |
|
2009-06-02 19:47:37 |
xteejx |
hal (Ubuntu): status |
New |
Confirmed |
|
2009-06-03 22:31:20 |
xteejx |
hal (Ubuntu): status |
Confirmed |
Incomplete |
|
2009-06-04 10:16:19 |
Patrice Vetsel |
attachment added |
|
Dependencies.txt http://launchpadlibrarian.net/27489204/Dependencies.txt |
|
2009-06-04 10:16:49 |
Patrice Vetsel |
hal (Ubuntu): status |
Incomplete |
Confirmed |
|
2009-06-04 10:32:24 |
xteejx |
hal (Ubuntu): status |
Confirmed |
Incomplete |
|
2009-06-04 10:57:57 |
Patrice Vetsel |
attachment added |
|
hal.log.gz http://launchpadlibrarian.net/27490334/hal.log.gz |
|
2009-06-04 10:58:31 |
Patrice Vetsel |
attachment added |
|
lshal.txt.gz http://launchpadlibrarian.net/27490346/lshal.txt.gz |
|
2009-06-04 10:59:04 |
Patrice Vetsel |
attachment added |
|
kern.log.gz http://launchpadlibrarian.net/27490352/kern.log.gz |
|
2009-06-04 10:59:48 |
Patrice Vetsel |
hal (Ubuntu): status |
Incomplete |
Confirmed |
|
2009-06-04 11:07:56 |
xteejx |
hal (Ubuntu): status |
Confirmed |
Triaged |
|
2009-06-13 03:04:31 |
mwoods |
attachment added |
|
Dependencies.txt http://launchpadlibrarian.net/27849673/Dependencies.txt |
|
2009-11-19 01:53:26 |
Martin Pitt |
bug task added |
|
devicekit-disks (Ubuntu) |
|
2009-11-19 01:54:22 |
Martin Pitt |
devicekit-disks (Ubuntu): status |
New |
Triaged |
|
2009-11-19 01:55:05 |
Martin Pitt |
summary |
External SATA (eSATA) removable disk (formatted with Ext3) not mounted automatically: hal-storage-fixed-mount refused uid 1000 |
External SATA (eSATA) removable disk detected as system-internal |
|
2009-11-19 01:56:44 |
Martin Pitt |
devicekit-disks (Ubuntu): importance |
Undecided |
Low |
|
2009-11-19 01:56:47 |
Martin Pitt |
hal (Ubuntu): importance |
Medium |
Low |
|
2009-11-19 01:57:18 |
Martin Pitt |
hal (Ubuntu): status |
Triaged |
Won't Fix |
|
2009-11-19 02:00:12 |
Martin Pitt |
devicekit-disks (Ubuntu): status |
Triaged |
Won't Fix |
|
2010-01-10 16:54:08 |
xteejx |
removed subscriber Teej |
|
|
|
2010-01-11 06:40:25 |
Andreas Ntaflos |
description |
Binary package hint: hal
I have posted about this in bug 115768 as well and will copy most of what I've written there.
I am using the latest Kubuntu 7.10 (which by now should be all but properly released) with KDE 3.5.7:
Linux thehostname 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux
Upon plugging in an external, removable SATA (eSATA) hard disk formatted with Ext3 I get the following messages in .xsession-errors:
kded: ERROR: mount failed for /org/freedesktop/Hal/devices/volume_uuid_6591d79f_e4db_4fb6_9edd_fdc18d5a9731: org.freedesktop.Hal.Device.PermissionDeniedByPolicy - hal-storage-fixed-mount refused uid 1000
kded: ERROR: mounting /org/freedesktop/Hal/devices/volume_uuid_6591d79f_e4db_4fb6_9edd_fdc18d5a9731 returned hal-storage-fixed-mount refused uid 1000
Dolphin (D3lphin) says "hal-storage-fixed-mount refused uid 1000", too.
Manually issuing "pmount /dev/sdb1 /media/mydisk" says:
Error: device /dev/sdb1 is not removable
Which is consistent with the lshal output saying "storage.removable = false (bool)" for that disk.
Manually mounting (i.e. with mount, not pmount) works fine. Creating an entry in /etc/fstab and mounting via that works fine, too, both as a regular user and as root.
I am not sure what exactly the underlying problem is, but I suspect that noone has yet thought of describing a policy for removeable, external SATA disks (formatted Ext3)? What does it take to write a suitable policy? This also seems to be purely a HAL problem, not KDE-, kernel- or even hardware-related. I am attaching the output of lshal, hald, dmesg, etc as required by https://wiki.ubuntu.com/DebuggingRemovableDevices as well. |
Binary package hint: hal
I have posted about this in bug 115768 as well and will copy most of what I've written there.
I am using the latest Kubuntu 7.10 (which by now should be all but properly released) with KDE 3.5.7:
Linux thehostname 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux
Upon plugging in an external, removable SATA (eSATA) hard disk formatted with Ext3 I get the following messages in .xsession-errors:
kded: ERROR: mount failed for /org/freedesktop/Hal/devices/volume_uuid_6591d79f_e4db_4fb6_9edd_fdc18d5a9731: org.freedesktop.Hal.Device.PermissionDeniedByPolicy - hal-storage-fixed-mount refused uid 1000
kded: ERROR: mounting /org/freedesktop/Hal/devices/volume_uuid_6591d79f_e4db_4fb6_9edd_fdc18d5a9731 returned hal-storage-fixed-mount refused uid 1000
Dolphin (D3lphin) says "hal-storage-fixed-mount refused uid 1000", too.
Manually issuing "pmount /dev/sdb1 /media/mydisk" says:
Error: device /dev/sdb1 is not removable
Which is consistent with the lshal output saying "storage.removable = false (bool)" for that disk.
Manually mounting (i.e. with mount, not pmount) works fine. Creating an entry in /etc/fstab and mounting via that works fine, too, both as a regular user and as root.
I am not sure what exactly the underlying problem is, but I suspect that noone has yet thought of describing a policy for removeable, external SATA disks (formatted Ext3)? What does it take to write a suitable policy? This also seems to be purely a HAL problem, not KDE-, kernel- or even hardware-related. I am attaching the output of lshal, hald, dmesg, etc as required by https://wiki.ubuntu.com/DebuggingRemovableDevices as well.
|
|
2010-03-25 17:15:20 |
Martin Pitt |
affects |
devicekit-disks (Ubuntu) |
udisks (Ubuntu) |
|
2010-03-25 17:15:20 |
Martin Pitt |
udisks (Ubuntu): status |
Won't Fix |
Triaged |
|
2010-09-11 12:53:58 |
Bug Watch Updater |
hal: status |
Confirmed |
Fix Released |
|
2010-09-11 12:53:58 |
Bug Watch Updater |
hal: importance |
Unknown |
Medium |
|
2010-09-11 12:54:04 |
Bug Watch Updater |
bug watch added |
|
http://bugs.gentoo.org/show_bug.cgi?id=260409 |
|
2011-01-01 17:33:06 |
Phillip Susi |
bug task added |
|
linux (Ubuntu) |
|
2011-01-01 17:33:37 |
Phillip Susi |
linux (Ubuntu): importance |
Undecided |
Medium |
|
2011-01-01 17:33:37 |
Phillip Susi |
linux (Ubuntu): status |
New |
Triaged |
|
2011-01-01 17:36:42 |
Phillip Susi |
attachment added |
|
0001-PATCH-Export-ahci-eSATA-attribute.patch https://bugs.launchpad.net/ubuntu/+source/linux/+bug/153768/+attachment/1781267/+files/0001-PATCH-Export-ahci-eSATA-attribute.patch |
|
2011-01-01 17:37:07 |
Phillip Susi |
tags |
|
patch |
|
2011-01-02 17:32:54 |
Brian Murray |
bug |
|
|
added subscriber Jeremy Foshee |
2011-01-19 11:28:46 |
Andy Whitcroft |
bug |
|
|
added subscriber Andy Whitcroft |
2011-01-20 11:11:12 |
joe richter |
removed subscriber joe richter |
|
|
|
2011-01-24 12:52:20 |
Bug Watch Updater |
hal: importance |
Medium |
Unknown |
|
2011-02-03 20:05:26 |
Bug Watch Updater |
hal: importance |
Unknown |
Medium |
|
2011-02-04 11:38:29 |
Bug Watch Updater |
linux: importance |
Unknown |
Medium |
|
2011-02-16 15:31:34 |
Steve Conklin |
linux (Ubuntu): status |
Triaged |
Incomplete |
|
2011-02-16 19:41:14 |
Phillip Susi |
linux (Ubuntu): status |
Incomplete |
Triaged |
|
2011-05-04 12:23:34 |
Keng-Yu Lin |
bug |
|
|
added subscriber Keng-YĆ¼ Lin |
2011-06-15 07:20:21 |
Daniel van Vugt |
bug |
|
|
added subscriber Daniel van Vugt |
2011-06-20 07:33:11 |
Shang Wu |
bug task added |
|
oem-priority |
|
2011-06-20 07:33:29 |
Shang Wu |
oem-priority: importance |
Undecided |
Medium |
|
2011-06-20 18:45:53 |
Chris Van Hoof |
oem-priority: assignee |
|
Chris Van Hoof (vanhoof) |
|
2011-06-20 18:45:56 |
Chris Van Hoof |
oem-priority: status |
New |
Confirmed |
|
2011-07-11 20:29:34 |
Chris Van Hoof |
udisks (Ubuntu): importance |
Low |
Medium |
|
2011-07-11 20:29:47 |
Chris Van Hoof |
udisks (Ubuntu): assignee |
|
Ayan George (ayan) |
|
2011-07-11 20:29:53 |
Chris Van Hoof |
bug |
|
|
added subscriber Chris Van Hoof |
2011-07-14 00:32:36 |
Brad Figg |
linux (Ubuntu): status |
Triaged |
Won't Fix |
|
2011-08-01 19:55:53 |
Kevin Krafthefer |
nominated for series |
|
oem-priority/oneiric |
|
2011-08-01 19:55:53 |
Kevin Krafthefer |
bug task added |
|
oem-priority/oneiric |
|
2011-09-14 17:08:50 |
Spiralofhope |
bug |
|
|
added subscriber Spiralofhope |
2011-09-14 20:08:24 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Ubuntu Review Team |
2011-10-05 21:32:25 |
Jeremy Foshee |
removed subscriber Jeremy Foshee |
|
|
|
2011-11-21 20:53:38 |
Ayan George |
udisks (Ubuntu): status |
Triaged |
Won't Fix |
|
2011-11-22 04:42:42 |
Ayan George |
udisks (Ubuntu): status |
Won't Fix |
Incomplete |
|
2011-11-22 21:31:11 |
James M. Leddy |
oem-priority: status |
Confirmed |
Won't Fix |
|
2011-11-22 21:31:14 |
James M. Leddy |
oem-priority/oneiric: status |
New |
Won't Fix |
|
2011-11-23 02:33:32 |
Phillip Susi |
udisks (Ubuntu): status |
Incomplete |
Triaged |
|
2011-11-23 02:33:52 |
Phillip Susi |
summary |
External SATA (eSATA) removable disk detected as system-internal |
External SATA (eSATA) removable disk not auto mounted |
|
2011-11-23 02:41:16 |
Phillip Susi |
description |
Binary package hint: hal
I have posted about this in bug 115768 as well and will copy most of what I've written there.
I am using the latest Kubuntu 7.10 (which by now should be all but properly released) with KDE 3.5.7:
Linux thehostname 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux
Upon plugging in an external, removable SATA (eSATA) hard disk formatted with Ext3 I get the following messages in .xsession-errors:
kded: ERROR: mount failed for /org/freedesktop/Hal/devices/volume_uuid_6591d79f_e4db_4fb6_9edd_fdc18d5a9731: org.freedesktop.Hal.Device.PermissionDeniedByPolicy - hal-storage-fixed-mount refused uid 1000
kded: ERROR: mounting /org/freedesktop/Hal/devices/volume_uuid_6591d79f_e4db_4fb6_9edd_fdc18d5a9731 returned hal-storage-fixed-mount refused uid 1000
Dolphin (D3lphin) says "hal-storage-fixed-mount refused uid 1000", too.
Manually issuing "pmount /dev/sdb1 /media/mydisk" says:
Error: device /dev/sdb1 is not removable
Which is consistent with the lshal output saying "storage.removable = false (bool)" for that disk.
Manually mounting (i.e. with mount, not pmount) works fine. Creating an entry in /etc/fstab and mounting via that works fine, too, both as a regular user and as root.
I am not sure what exactly the underlying problem is, but I suspect that noone has yet thought of describing a policy for removeable, external SATA disks (formatted Ext3)? What does it take to write a suitable policy? This also seems to be purely a HAL problem, not KDE-, kernel- or even hardware-related. I am attaching the output of lshal, hald, dmesg, etc as required by https://wiki.ubuntu.com/DebuggingRemovableDevices as well.
|
eSATA disks are are not auto mounted when plugged in. This is because udisks uses a heuristic to decide if it should auto mount a drive. The heuristic is motivated by the desire to not auto mount internal disks/partitions that belong to other operating systems. The heuristic currently makes the assumption that disks connected via a usb bus are external, and disks connected with other buses ( sata, scsi ) are internal, and thus does not mount them. This heuristic is inherently unreliable as usb disks can potentially be internal, and sas/sata disks can be external. Thus, the heuristic needs to be disabled, and all unknown disks need to be auto mounted. Disks detected but left unconfigured at install time should have entries in /etc/fstab set to noauto to prevent their being auto mounted. |
|
2011-11-23 04:10:29 |
Chris Van Hoof |
udisks (Ubuntu): assignee |
Ayan George (ayan) |
|
|
2012-08-24 15:49:34 |
bitinerant |
bug |
|
|
added subscriber bitinerant |
2013-08-12 14:43:25 |
Mackenzie Morgan |
removed subscriber Mackenzie Morgan |
|
|
|
2015-04-20 13:10:06 |
Phillip Susi |
affects |
udisks (Ubuntu) |
udisks2 (Ubuntu) |
|
2017-05-12 18:18:20 |
Claudio |
attachment added |
|
578F10B724F785F39179C7F3583DA9F8.jpg https://bugs.launchpad.net/bugs/153768/+attachment/4875732/+files/578F10B724F785F39179C7F3583DA9F8.jpg |
|
2017-05-31 18:54:28 |
Claudio |
attachment added |
|
4F6C691672CBDC93618FEBD49F3086C0.jpg https://bugs.launchpad.net/bugs/153768/+attachment/4886885/+files/4F6C691672CBDC93618FEBD49F3086C0.jpg |
|
2017-06-28 12:01:20 |
Claudio |
attachment added |
|
272C6A3166687543AAB0D215D50CE643.jpg https://bugs.launchpad.net/bugs/153768/+attachment/4904626/+files/272C6A3166687543AAB0D215D50CE643.jpg |
|
2017-07-14 04:00:55 |
Claudio |
attachment added |
|
A96170A81F4666BE77EBB2DC04343C57.jpg https://bugs.launchpad.net/bugs/153768/+attachment/4914409/+files/A96170A81F4666BE77EBB2DC04343C57.jpg |
|
2017-07-27 10:19:33 |
William Grant |
attachment removed |
578F10B724F785F39179C7F3583DA9F8.jpg https://bugs.launchpad.net/ubuntu/+source/hal/+bug/153768/+attachment/4875732/+files/578F10B724F785F39179C7F3583DA9F8.jpg |
|
|
2017-07-27 10:19:34 |
William Grant |
attachment removed |
4F6C691672CBDC93618FEBD49F3086C0.jpg https://bugs.launchpad.net/ubuntu/+source/hal/+bug/153768/+attachment/4886885/+files/4F6C691672CBDC93618FEBD49F3086C0.jpg |
|
|
2017-07-27 10:19:35 |
William Grant |
attachment removed |
272C6A3166687543AAB0D215D50CE643.jpg https://bugs.launchpad.net/ubuntu/+source/hal/+bug/153768/+attachment/4904626/+files/272C6A3166687543AAB0D215D50CE643.jpg |
|
|
2017-07-27 10:19:36 |
William Grant |
attachment removed |
A96170A81F4666BE77EBB2DC04343C57.jpg https://bugs.launchpad.net/ubuntu/+source/hal/+bug/153768/+attachment/4914409/+files/A96170A81F4666BE77EBB2DC04343C57.jpg |
|
|