Bug 860243
| Summary: | Sep-21 nightly live-cd mounting partitions twice. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sergio <ikisham> | ||||
| Component: | udisks2 | Assignee: | David Zeuthen <davidz> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | davidz, harald, jonathan, mclasen, udev-maint | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | athlon | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-09-26 16:06:51 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Sergio
2012-09-25 11:30:41 UTC
Sorry folks, it was submitted while I was still looking at it. udev isn't even installed here. Created attachment 616989 [details]
/var/log/messages
I don't know what takes care of this. libgudev1 is installed on the live-cd. Also pardon me if this was fixed already. 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 It's libgudev1 that comes installed, not libgudev1-devel. 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.
OK, so the Fedora live cd format change - fix committed upstream: http://cgit.freedesktop.org/udisks/commit/?id=381c699be1d44e617e994aa4e0546f088c4fc037 |