Bug 769018

Summary: Remove starting the service after RPM install
Product: [Fedora] Fedora Reporter: Marek Goldmann <mgoldman>
Component: zfs-fuseAssignee: Uwe Kubosch <uwe>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 16CC: gwync, uwe
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-27 20:49:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Marek Goldmann 2011-12-19 16:58:01 UTC
Description of problem:

Latest version in Fedora 16 tries to start the service in %post section, after the RPM was installed. This fails when the package is installed for example using libguestfs. Although the installation of the package was successful, unmounting of the loop devices 
 
><fs> quit

libguestfs: trace: close
libguestfs: closing guestfs handle 0x25d9c50 (state 2)
libguestfs: trace: internal_autosync
libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a | 00 00 00 00 | ...
guestfsd: main_loop: proc 2 (sync) took 0.31 seconds
guestfsd: main_loop: new request, len 0x28
umount /sysroot/dev
umount: /sysroot/dev: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
guestfsd: error: umount: /sysroot/dev: umount: /sysroot/dev: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
libguestfs: recv_from_daemon: 220 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a | 00 00 00 01 | 00 12 34 0a | ...
libguestfs: trace: internal_autosync = -1 (error)
libguestfs: error: internal_autosync: umount: /sysroot/dev: umount: /sysroot/dev: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
libguestfs: trace: kill_subprocess
libguestfs: sending SIGTERM to process 22227
libguestfs: trace: kill_subprocess = 0

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

0.6.9-8.20100709git.fc15

How reproducible:

Always

Steps to Reproduce:
1. Install the package using guestfish or appliance-creator
2. See that it fails with /sys busy messages.

Comment 1 Gwyn Ciesla 2012-02-27 20:49:50 UTC

*** This bug has been marked as a duplicate of bug 755464 ***