Bug 633771

Summary: systemd's postin scriptlet fails
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: systemdAssignee: Lennart Poettering <lpoetter>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: lpoetter, metherid, mschmidt, notting, plautrba
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: initscripts-9.20-1.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-14 23:26:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralf Corsepius 2010-09-14 11:47:56 UTC
Description of problem:

systemd's postin scriptlet fails during an f13->f14 upgrade:

Installing     : systemd.8-3.fc14.i686                                                                                                                                    600/1705 
Non-fatal POSTIN scriptlet failure in rpm package systemd-8-3.fc14.i686
Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private: Connection refused
warning: %post(systemd-8-3.fc14.i686) scriptlet failed, exit status 1

Version-Release number of selected component (if applicable):
systemd-8-3.fc14.i686

Comment 1 Michal Schmidt 2010-09-14 11:57:23 UTC
  %post
  /bin/systemctl daemon-reexec

systemd is not running yet during upgrade from F13, so systemctl could not connect to it.

Something like " >/dev/null 2>&1 || :" should be added.

Comment 2 Fedora Update System 2010-09-14 16:17:50 UTC
systemd-10-2.fc14,initscripts-9.20-1.fc14,sysvinit-2.87-5.dsf.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/systemd-10-2.fc14,initscripts-9.20-1.fc14,sysvinit-2.87-5.dsf.fc14

Comment 3 Fedora Update System 2010-09-15 07:11:33 UTC
initscripts-9.20-1.fc14, sysvinit-2.87-5.dsf.fc14, systemd-10-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.