Bug 860243 - Sep-21 nightly live-cd mounting partitions twice.
Summary: Sep-21 nightly live-cd mounting partitions twice.
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: udisks2
Version: 18
Hardware: athlon
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Zeuthen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-25 11:30 UTC by Sergio
Modified: 2013-03-06 04:09 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-09-26 16:06:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
/var/log/messages (77.74 KB, text/plain)
2012-09-25 11:34 UTC, Sergio
no flags Details

Description Sergio 2012-09-25 11:30:41 UTC
Description of problem: Live-CD (Xfce spin Sep 21 nightly iso) is mounting partitions twice at boot time. Afterwards (like when inserting a USB pendrive) it mounts properly.
http://www.zimagez.com/zimage/screenshot-09252012-070815am.php
http://www.zimagez.com/zimage/screenshot-09252012-071028am.php

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Sergio 2012-09-25 11:31:34 UTC
Sorry folks, it was submitted while I was still looking at it. udev isn't even installed here.

Comment 2 Sergio 2012-09-25 11:34:42 UTC
Created attachment 616989 [details]
/var/log/messages

Comment 3 Sergio 2012-09-25 11:36:07 UTC
I don't know what takes care of this.
libgudev1 is installed on the live-cd.

Also pardon me if this was fixed already.

Comment 4 Sergio 2012-09-25 11:40:02 UTC
libgudev1-devel.i686              188-3.fc18


Don't know if it's useful or not:

# cat /etc/mtab 
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,seclabel,relatime 0 0
devtmpfs /dev devtmpfs rw,seclabel,nosuid,size=495892k,nr_inodes=123973,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
tmpfs /dev/shm tmpfs rw,seclabel,relatime 0 0
devpts /dev/pts devpts rw,seclabel,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,seclabel,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs rw,seclabel,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
/dev/sr0 /run/initramfs/live iso9660 ro,relatime 0 0
/dev/mapper/live-rw / ext4 rw,seclabel,noatime,data=ordered 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=28,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
mqueue /dev/mqueue mqueue rw,seclabel,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,seclabel,relatime 0 0
tmpfs /tmp tmpfs rw,seclabel 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
varcacheyum /var/cache/yum tmpfs rw,seclabel,relatime,mode=755 0 0
tmp /tmp tmpfs rw,seclabel,relatime 0 0
vartmp /var/tmp tmpfs rw,seclabel,relatime 0 0
/dev/sdb2 /run/media/liveuser/26f4f2c0-1308-49c3-b761-f0ecac9ec20c ext3 rw,seclabel,nosuid,nodev,relatime,data=ordered 0 0
/dev/sdb1 /run/media/liveuser/8CD6-AD97 vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=cp437,iocharset=ascii,shortname=mixed,showexec,utf8,errors=remount-ro 0 0

Comment 5 Sergio 2012-09-25 11:41:27 UTC
It's libgudev1 that comes installed, not libgudev1-devel.

Comment 6 David Zeuthen 2012-09-26 15:57:56 UTC
Comment on attachment 616989 [details]
/var/log/messages

Please pay attention to the MIME type - application/octet-stream is an awful choice. Switching to text/plain instead so the attachment can be opened in the browser.

Comment 7 David Zeuthen 2012-09-26 16:06:51 UTC
OK, so the Fedora live cd format change - fix committed upstream:

http://cgit.freedesktop.org/udisks/commit/?id=381c699be1d44e617e994aa4e0546f088c4fc037


Note You need to log in before you can comment on or make changes to this bug.