From Fedora Project Wiki
Line 32: Line 32:
* bug [https://bugzilla.redhat.com/show_bug.cgi?id=858996 858996] - no network after installation - ifcfg-eth0 is missing
* bug [https://bugzilla.redhat.com/show_bug.cgi?id=858996 858996] - no network after installation - ifcfg-eth0 is missing
* root can't login on console or over network - the root account looks blocked although the password was set in anaconda dialog
* root can't login on console or over network - the root account looks blocked although the password was set in anaconda dialog
* traceback when not using the fully automated mode for storage configuration


The workarounds are to do some manual steps at the end of the installation
The workarounds are to do some manual steps at the end of the installation

Revision as of 12:03, 20 September 2012

Release Notes

Developer information

Global info

Image composes are run on F-18 with

  • pungi-2.11-3.fc18.dh.1
  • lorax-18.14-1.fc18
  • lorax-18.17-1.fc18 (>= 20120903)
  • lorax-18.19-1.fc18 (>= 20120916)

The test composes are available from [1]

issues found in F-18 Alpha 20120823

using anaconda-18.6.1-1.fc18

Installation status: FAIL

  • network not set up, install.img can't be downloaded

issues found in F-18 Alpha 20120903

using anaconda-18.6.5-1.fc18

Installation status: unknown

  • none yet

issues found in F-18 Alpha 20120917

using anaconda-18.8-1.fc18

Installation status: FAIL

  • bug 857940 - AttributeError: 'ZIPL' object has no attribute 'storage'

Boot status: OK, but errors limit functionality

  • bug 858996 - no network after installation - ifcfg-eth0 is missing
  • root can't login on console or over network - the root account looks blocked although the password was set in anaconda dialog
  • traceback when not using the fully automated mode for storage configuration

The workarounds are to do some manual steps at the end of the installation

  • log as root over the network to the system
  • 857940 - run zipl manually (chroot /mnt/sysimage; zipl -V) - most likely not needed
  • 858996 - copy the ifcfg-eth0 file (cp /etc/sysconfig/network-scripts/ifcfg-eth0 /mnt/sysimage/etc/sysconfig/network-scripts/ifcfg-eth0)
  • set root's password manually (chroot /mnt/sysimage; passwd root)

general anaconda/lorax/pungi/... issues

  • pungi