Bug 191407

Summary: firstboot fails
Product: [Fedora] Fedora Reporter: Petr Kloutvor <kloutvor>
Component: firstbootAssignee: Chris Lumens <clumens>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-16 18:08:31 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:
Attachments:
Description Flags
Install.log with reported problems
none
list of updated rpms none

Description Petr Kloutvor 2006-05-11 18:02:40 UTC
Description of problem:
By clear instalation FC5_64 actually downloaded from RH mirror to AMD 64 machine
I'v got  following message. No problems with instalation FC5_i386  on the same
machine.

Traceback (most recent call last):
  File "/usr/share/firstboot/firstbootWindow.py", line 468, in loadModules
    vbox, pix, title = module.launch()
  File "/usr/share/firstboot/modules/welcome.py", line 45, in launch
    pix = functions.ditheredImageFromFile("splash-small.png")
  File "/usr/share/firstboot/functions.py", line 83, in ditheredImageFromFile
    (pixmap, mask) = pixbuf.render_pixmap_and_mask()
UnboundLocalError: local variable 'pixbuf' referenced before assignment


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


How reproducible:


Steps to Reproduce:
1. Boot from DVD
2. New Instalation FC5_64 ( new creation Linux partitions)
3. Default selection (Officed system) with no additional SW
4. Succesfull instalation
5. After restart firstboot fails

  
Actual results:


Expected results:


Additional info:
Traceback (most recent call last):
  File "/usr/share/firstboot/firstbootWindow.py", line 468, in loadModules
    vbox, pix, title = module.launch()
  File "/usr/share/firstboot/modules/welcome.py", line 45, in launch
    pix = functions.ditheredImageFromFile("splash-small.png")
  File "/usr/share/firstboot/functions.py", line 83, in ditheredImageFromFile
    (pixmap, mask) = pixbuf.render_pixmap_and_mask()
UnboundLocalError: local variable 'pixbuf' referenced before assignment

Comment 1 Chris Lumens 2006-05-16 04:48:21 UTC
Is the fedora-logos package installed?

Comment 2 Petr Kloutvor 2006-05-16 15:49:37 UTC
Created attachment 129210 [details]
Install.log with  reported problems

Comment 3 Petr Kloutvor 2006-05-16 15:50:41 UTC
Created attachment 129211 [details]
list of updated rpms

Comment 4 Petr Kloutvor 2006-05-16 15:52:28 UTC
Of course yes, it is. I had to study install.log better!  There were some
problems reported :

Instaluji gnome-vfs2-2.14.0-1.i386.
I/O warning : failed to load external entity
"/etc/gconf/schemas/system_storage.schemas"
Nemohu otevÅít `/etc/gconf/schemas/system_storage.schemas': není souborem ani
adresáÅem
    ^
    |
Cannot open ... No such file or directory

Instaluji librsvg2-2.14.2-1.x86_64.
g_module_open() failed for /usr/lib64/gtk-2.0/2.4.0/loaders/svg_loader.so:
libavahi-glib.so.1: cannot open shared object file: No such file or directory
/usr/bin/update-gdk-pixbuf-loaders: line 22:  5789 NeoprávnÄný pÅístup do pamÄti
(SIGSEGV)                     /usr/bin/gdk-pixbuf-query-loaders-64
>/etc/gtk-2.0/$host/gdk-pixbuf.loaders
error: %post(librsvg2-2.14.2-1.x86_64) scriptlet failed, exit status 139
 

Instaluji gnome-applets-2.14.0-1.x86_64.
/usr/libexec/gnome-applets/mc-install-default-macros: error while loading shared
libraries: libavahi-glib.so.1: cannot open shared object file: No such file or
directory
error: %post(gnome-applets-2.14.0-1.x86_64) scriptlet failed, exit status 127

I think, the main problem was in librsvg2-2.14.2-1.x86_64. After updating those
packages via yum from console it was OK! Maybe I have my DVD from old mirror.
Files install.log and yum.log are attached.

Comment 5 Chris Lumens 2006-05-16 18:08:31 UTC
Closing as NOTABUG based on comment #4 regarding a bad mirror.  I've changed the
firstboot spec to require system-logos instead of *-logos, just in case.  Feel
free to reopen if you experience this problem with DVDs from other sources.