Bug 727433

Summary: assertion failed in systemd at boot time
Product: [Fedora] Fedora Reporter: Benjamin Herrenschmidt <benh>
Component: systemdAssignee: Lennart Poettering <lpoetter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: harald, johannbg, lpoetter, metherid, mschmidt, notting, plautrba
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-21 12:31:44 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 Benjamin Herrenschmidt 2011-08-02 07:04:00 UTC
Description of problem:

Upgraded fc15 to fc16 using packages ok koji, it fails to boot (init dies)
with the following error:

assertion 'close_nointr(fd) == 0' failed at src/util.c:274, function close_nointr_nofail()

Right after it prints something about pivot'ing root

Using selinux=0 on the boot commandline "fixes" it.

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

systemd-30.1.fc16.ppc64

How reproducible:


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


Expected results:


Additional info:

Comment 1 Harald Hoyer 2011-08-02 10:41:58 UTC
please retry with systemd-32

https://admin.fedoraproject.org/updates/systemd-32-1.fc16

Comment 2 Benjamin Herrenschmidt 2011-08-03 02:05:36 UTC
Thanks. Karsten rebuilt that for ppc64 and it fixes the problem. Something is still busted in that with selinux, it will then refuse to login either from tty's or from ssh with:

"Unable to get valid context for <username>"

(Tried with both root and a user, even after a relabel phase). Probably a different issue tho.

Thanks.