Bug 748811 - Shutting down the installation: Assertion 'bus' failed at src/systemctl.c:1654, function start_special().
Summary: Shutting down the installation: Assertion 'bus' failed at src/systemctl.c:165...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 16
Hardware: s390x
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ZedoraTracker
TreeView+ depends on / blocked
 
Reported: 2011-10-25 12:51 UTC by Jan Stodola
Modified: 2012-10-22 15:17 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-22 15:17:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
ps auxf (6.88 KB, text/plain)
2011-10-31 09:43 UTC, Jan Stodola
no flags Details

Description Jan Stodola 2011-10-25 12:51:35 UTC
Description of problem:
At the end of installation on s390x, anaconda doesn't shutdown system.
After clicking on Shutdown button, following message is displayed on terminal:

Assertion 'bus' failed at src/systemctl.c:1654, function start_special(). Aborting.
Connection to 10.16.105.198 closed.

But the system is still running - it means I can login via ssh.


Version-Release number of selected component (if applicable):
anaconda-16.22-1.fc16.dh.1
systemd-36-3.fc16.s390x

How reproducible:
always

Steps to Reproduce:
1. proceed through the installation process
2. at the finish screen, click on "Shutdown"
  
Actual results:
System doesn't shut down, assertion message on terminal

Expected results:
system should shut down (or reboot)

Comment 1 Chris Lumens 2011-10-29 15:20:44 UTC
Is systemd running?

Comment 2 Jan Stodola 2011-10-31 09:43:13 UTC
Created attachment 530932 [details]
ps auxf

Attaching list of processes before clicking on "Shutdown" button - systemd is not running.

Comment 3 Chris Lumens 2011-11-02 13:36:47 UTC
This is because anaconda's using systemd on all platforms now except s390, where we're still using our own init.  However, we are universally trying to use systemctl to reboot the machine which of course won't work on a system where systemd isn't running.

A short term fix would be to modify the bottom of the anaconda script to do something different on s390.  I'd be happy to review patches that do that.  The real fix would be to ditch linuxrc.s390 and use loader and systemd like every other platform.

Comment 4 Chris Lumens 2012-10-22 14:59:32 UTC
Are you still seeing this with F18?  There's no more linuxrc.s390, and a lot of work has gone into our systemd support.

Comment 5 Jan Stodola 2012-10-22 15:17:51 UTC
I haven't seen this message for ages, so closing this bug as fixed.


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