From Fedora Project Wiki
No edit summary
Line 25: Line 25:


== issues found in F-18 Alpha 20120917 ==
== issues found in F-18 Alpha 20120917 ==
using anaconda-18.8-1.fc18
using anaconda-18.11-1.fc18


'''Installation status:''' FAIL
'''Installation status:''' OK
* bug [https://bugzilla.redhat.com/show_bug.cgi?id=857940 857940] - AttributeError: 'ZIPL' object has no attribute 'storage' - we have a fix that works, waiting for upstream acceptance, the network configuration and root login issues depend on successful run of anaconda
* bug <del>[https://bugzilla.redhat.com/show_bug.cgi?id=857940 857940]</del> - AttributeError: 'ZIPL' object has no attribute 'storage' - we have a fix that works, waiting for upstream acceptance, the network configuration and root login issues depend on successful run of anaconda
'''Boot status:''' OK, but errors limit functionality
* bug [https://bugzilla.redhat.com/show_bug.cgi?id=860244 860244] - wrong reIPL device is set
* 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
* 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
'''Boot status:''' OK
* 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)
 
Better workaround for bug 857940
* add "updates=http://dlehman.fedorapeople.org/updates/updates-857940.1.img" to your parameters file
* run "rm /tmp/updates" in root's session before logging in as install (bug [https://bugzilla.redhat.com/show_bug.cgi?id=859984 859984])


== general anaconda/lorax/pungi/... issues ==
== general anaconda/lorax/pungi/... issues ==
* pungi
* pungi

Revision as of 09:27, 4 October 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.11-1.fc18

Installation status: OK

  • bug 857940 - AttributeError: 'ZIPL' object has no attribute 'storage' - we have a fix that works, waiting for upstream acceptance, the network configuration and root login issues depend on successful run of anaconda
  • bug 860244 - wrong reIPL device is set

Boot status: OK

general anaconda/lorax/pungi/... issues

  • pungi