Bug 850883

Summary: updates= does not work
Product: [Fedora] Fedora Reporter: Mark Hamzy <hamzy>
Component: dracutAssignee: dracut-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 18CC: dracut-maint, harald, jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-29 18:30:11 UTC Type: Bug
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: 846989    
Attachments:
Description Flags
rd.debug log file none

Description Mark Hamzy 2012-08-22 15:58:13 UTC
Description of problem:

Booting with the following command line:

linux vnc ip=9.5.250.145::9.5.250.1:255.255.255.0:sharpie.rchland.ibm.com:eth0:none ip=9.5.252.203::9.5.252.1:255.255.255.0::eth1:none nameserver=9.10.244.100 bootdev=eth0 live.updates=http://chukar.rchland.ibm.com/updates-newui.img rd.debug

I am manually configuring both ethernet cards and trying to download an updates image.  Unfortunately, it fails with:
dracut-initqueue[630]: Warning: Could not boot.

Version-Release number of selected component (if applicable):
dracut-023-2.fc18.ppc64.rpm
kernel-3.6.0-0.rc1.git6.1.fc18.ppc64.rpm
systemd-188-3.fc18.ppc64.rpm

The log file is at http://hamzy.fedorapeople.org/F18-boot-08222012-1.log

Comment 1 Mark Hamzy 2012-08-22 16:01:15 UTC
Created attachment 606317 [details]
rd.debug log file

Comment 2 Harald Hoyer 2012-08-23 07:23:14 UTC
might be related to bug 849672 which should be resolved now

Comment 3 Mark Hamzy 2012-08-23 21:12:11 UTC
This is not fixed by anaconda-18.6.1-1 and dracut-023-20.git20120823.fc18 using the Fedora 18 ppc iso located at http://ppc.koji.fedoraproject.org/stage/f18-20120823.1/ppc64/iso/Fedora-18-ppc64-DVD.iso .

Comment 4 Mark Hamzy 2012-08-27 14:26:33 UTC
boot: linux vnc ip=9.5.250.145::9.5.250.1:255.255.255.0:sharpie.rchland.ibm.com:eth0:none nameserver=9.10.244.100 bootdev=eth0 live.updates=http://9.5.250.185/updates-newui.img
...
Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.

dracut:/# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 2a:0f:41:b7:3f:03 brd ff:ff:ff:ff:ff:ff
    inet 9.5.250.145/24 brd 9.5.250.255 scope global eth0
dracut:/# ip link set dev eth0 up
[  322.252489] ibmveth 30000003: eth0: h_register_logical_lan failed with -4
[  322.252504] ibmveth 30000003: eth0: buffer TCE:0x30000 filter TCE:0x40000 rxq desc:0x80006010000503d8 MAC:0x2a0f41b73f03
RTNETLINK answers: Machine is not on the network

Comment 5 Mark Hamzy 2012-08-29 18:30:11 UTC
This is fixed by a kernel patch found in 850883

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