I installed debuginfo packages now and attached gdb to udisksd, I get the
following backtrace:
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fa21ffff700 (LWP 2865)]
0x00007fa230cae849 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007fa230cae849 in raise () from /lib64/libc.so.6
#1 0x00007fa230cafcd8 in abort () from /lib64/libc.so.6
#2 0x00007fa231297f0d in ?? () from /usr/lib64/libglib-2.0.so.0
#3 0x00007fa2312b52f7 in g_assertion_message ()
from /usr/lib64/libglib-2.0.so.0
#4 0x00007fa2312b535a in g_assertion_message_expr ()
from /usr/lib64/libglib-2.0.so.0
#5 0x000000000041fc05 in probe_fs_type_prior_to_mount (error=0x7fa21fffe778,
block=0x2510220) at udiskslinuxfilesystem.c:623
#6 calculate_fs_type (error=0x7fa21fffe778, given_options=0x25bb4d0,
block=<optimized out>) at udiskslinuxfilesystem.c:746
#7 handle_mount (filesystem=0x25102b0, invocation=0x7fa2240031c0,
options=0x25bb4d0) at udiskslinuxfilesystem.c:1448
...
So it seems to assert in udiskslinuxfilesystem.c:623, which is:
gassert (block == NULL);
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to udisks2 in Ubuntu.
https://bugs.launchpad.net/bugs/1313874
Title:
fstab-based mounts not done as calling user
Status in abstraction for enumerating and managing block devices:
Confirmed
Status in “udisks2” package in Ubuntu:
Triaged
Bug description:
I like to keep my cdrom mountpoint stable, as /media/cdrom .. in
previous Ubuntu versions this was done by adding the following (or
similar) to /etc/fstab:
/dev/cdrom /media/cdrom udf,iso9660 ro,user,noauto,exec,utf8 0
0
In 14.04, the CD-ROM gets correctly mounted on /media/cdrom, but I
cannot then unmount it from the command line:
$ umount /media/cdrom
umount: only root can unmount /dev/cdrom from /media/cdrom
This appears to be the upstream bug:
https://bugs.freedesktop.org/show_bug.cgi?id=63849
There is a patch included in that report which I have not yet tried.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: udisks2 2.1.3-1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Apr 28 20:04:49 2014
InstallationDate: Installed on 2014-04-20 (8 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic
root=/dev/mapper/lvg2-ubu1404 ro pmtmr=0 quiet splash vt.handoff=7
SourcePackage: udisks2
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/20/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.15
dmi.board.name: 0K216C
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: OEM
dmi.modalias:
dmi:bvnDellInc.:bvr1.0.15:bd06/20/2008:svnDellInc.:pnInspiron530:pvr:rvnDellInc.:rn0K216C:rvr:cvnDellInc.:ct3:cvrOEM:
dmi.product.name: Inspiron 530
dmi.sys.vendor: Dell Inc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/1313874/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp