Bug 679348

Summary: Firstboot starts but failed to forward on F15-Alpha-TC2
Product: [Fedora] Fedora Reporter: He Rui <rhe>
Component: firstbootAssignee: Martin Gracik <mgracik>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: awilliam, dmach, jlaska, mgracik, robatino
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-23 08:44:16 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:
Bug Depends On:    
Bug Blocks: 657616    
Attachments:
Description Flags
/var/log/messages none

Description He Rui 2011-02-22 10:42:29 UTC
Description of problem:
Install F15-alpha-tc2 i386 dvd in kvm. After installation and reboot, firstboot welcome page prompted but failed to continue when clicking 'forward'. After clicking, login window prompted with no created user. 

Version-Release number of selected component (if applicable):
firstboot-1.117-1.fc15.i686

How reproducible:
Tried once.

Steps to Reproduce:
1. Graphical install Alpha RC1 i386
2. Reboot and click 'forword' when firstboot window prompted
  
Actual results:
Unable to create user account through firstboot

Comment 1 He Rui 2011-02-22 10:44:38 UTC
Created attachment 480100 [details]
/var/log/messages

Comment 2 James Laska 2011-02-22 12:30:50 UTC
(In reply to comment #1)
> Created attachment 480100 [details]
> /var/log/messages

Feb 22 17:55:12 localhost systemd[1]: firstboot-graphical.service: main process exited, code=exited, status=131
Feb 22 17:55:14 localhost systemd[1]: Unit firstboot-graphical.service entered failed state.

It looks like firstboot crashed based on the attached /var/log/messages.  Can you reproduce this, and look in /tmp for a firstboot crash file?  It should be named similar to /tmp/firstboot-<random>.  If you find that file, please attach to the bug report.  Thanks!

Comment 3 Martin Gracik 2011-02-22 15:05:23 UTC
Actually...

Feb 22 17:55:12 localhost systemd[1]: firstboot-graphical.service: main process exited, code=exited, status=131
Feb 22 17:55:14 localhost abrt[1091]: saved core dump of pid 971 (/usr/bin/Xorg) to /var/spool/abrt/ccpp-1298415313-971.new/coredump (4009984 bytes)
Feb 22 17:55:14 localhost abrtd: Directory 'ccpp-1298415313-971' creation detected
Feb 22 17:55:14 localhost abrtd: Registered Database plugin 'SQLite3'
Feb 22 17:55:14 localhost systemd[1]: Unit firstboot-graphical.service entered failed state.

Xorg under firstboot crashed, but I don't know why. Did you _click_ the Forward button, or did you press Enter? Because I have a similar bug report already.

Comment 4 Adam Williamson 2011-02-22 19:02:49 UTC
Discussed with jlaska out-of-meeting-cycle: we think we need more data on this to make a definite call on whether it's a blocker. We need more people to test and see if they hit trouble in firstboot.

Comment 5 James Laska 2011-02-22 20:33:48 UTC
(In reply to comment #3)
> Xorg under firstboot crashed, but I don't know why. Did you _click_ the Forward
> button, or did you press Enter? Because I have a similar bug report already.

Oh, also ... can you clarify whether this was against TC2 or RC1?

Comment 6 He Rui 2011-02-23 08:29:03 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Created attachment 480100 [details]
> > /var/log/messages
> 
> Feb 22 17:55:12 localhost systemd[1]: firstboot-graphical.service: main process
> exited, code=exited, status=131
> Feb 22 17:55:14 localhost systemd[1]: Unit firstboot-graphical.service entered
> failed state.
> 
> It looks like firstboot crashed based on the attached /var/log/messages.  Can
> you reproduce this, and look in /tmp for a firstboot crash file?  It should be
> named similar to /tmp/firstboot-<random>.  If you find that file, please attach
> to the bug report.  Thanks!

There's no firstboot* file under /tmp.

Comment 7 He Rui 2011-02-23 08:34:42 UTC
(In reply to comment #3)
> Actually...
> 
> Feb 22 17:55:12 localhost systemd[1]: firstboot-graphical.service: main process
> exited, code=exited, status=131
> Feb 22 17:55:14 localhost abrt[1091]: saved core dump of pid 971
> (/usr/bin/Xorg) to /var/spool/abrt/ccpp-1298415313-971.new/coredump (4009984
> bytes)
> Feb 22 17:55:14 localhost abrtd: Directory 'ccpp-1298415313-971' creation
> detected
> Feb 22 17:55:14 localhost abrtd: Registered Database plugin 'SQLite3'
> Feb 22 17:55:14 localhost systemd[1]: Unit firstboot-graphical.service entered
> failed state.
> 
> Xorg under firstboot crashed, but I don't know why. Did you _click_ the Forward
> button, or did you press Enter? Because I have a similar bug report already.

I retested today, it's triggered by pressing *Enter* to the Forward button, clicking it can go forward.

Comment 8 Martin Gracik 2011-02-23 08:44:16 UTC

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

Comment 9 He Rui 2011-02-23 11:17:23 UTC
(In reply to comment #5)
> (In reply to comment #3)
> > Xorg under firstboot crashed, but I don't know why. Did you _click_ the Forward
> > button, or did you press Enter? Because I have a similar bug report already.
> 
> Oh, also ... can you clarify whether this was against TC2 or RC1?

Firstboot wouldn't start automatically on TC2, but when I updated firstboot and made it run on TC2, this issue still happen.