Bug 758450
Summary: | askmethod installs fail when not using dhcp, never prompts for ip entry | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | IBM Bug Proxy <bugproxy> |
Component: | anaconda | Assignee: | Will Woods <wwoods> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | anaconda-maint-list, hamzy, jkachuck, jonathan, pknirsch, vanmeeuwen+fedora, vpodzime, wgomerin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ppc64 | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-04-27 15:42:51 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: | 803329 | ||
Attachments: |
Description
IBM Bug Proxy
2011-11-29 20:20:21 UTC
Created attachment 538222 [details]
NFs-method-failed-logs.txt
Please attach /tmp/anaconda.log and /tmp/syslog to this bug report. Thanks. ------- Comment From maknayak.com 2011-12-01 01:03 EDT------- (In reply to comment #31) > Please attach /tmp/anaconda.log and /tmp/syslog to this bug report. Thanks. Hello Clumens, I have attached a tar file named nfsinstalllog.tgz to the bugzilla,whihc contains /tmp/anaconda.log , /tmp/syslog & /tmp/program.log files. Thanks... Manas Created attachment 538947 [details]
nfsinstalllog.tgz contains anaconda.log syslog & program.log files
------- Comment (attachment only) From maknayak.com 2011-12-01 01:00 EDT-------
Created attachment 545689 [details]
attaching anaconda.log as single plain text file
Created attachment 545690 [details]
attaching program.log as single plain text file
Created attachment 545691 [details]
syslog.log as single plain text file
Attach logs as single plain text files next time, please. ------- Comment From hamzy.com 2011-12-20 18:52 EDT------- On the second time around, configureTCPIP() seems to set skipForm to 1. readNetConfig() should reset the selections to allow for re-entry. See the following snipit: int readNetConfig(char * device, iface_t * iface, char * dhcpclass, int methodNum) { ... i = wait_for_iface_activation(iface->device); newtPopWindow(); if (i > 0) { newtWinMessage(_("Network Error"), _("Retry"), _("There was an error configuring your network " "interface.")); /* Clear out selections to allow for re-entry */ iface->ipv4method = IPV4_UNUSED_METHOD; iface->ipv6method = IPV6_UNUSED_METHOD; return LOADER_ERROR; } return LOADER_OK; } Unfortunately, it is not clear which test is failing in readNetConfig(). ------- Comment From hamzy.com 2011-12-22 12:17 EDT------- I see I was looking at the wrong place. In loader/nfsinstall.c and the function promptForNfs(), there is a loop to detect if the NFS settings are correct. You can back out of the loop, but you can't undo the network settings. Created attachment 549227 [details]
Proposed patch
------- Comment (attachment only) From hamzy.com 2011-12-22 12:19 EDT-------
Hey Will, Any progress on this? Someone was asking if the fix was in. Proposed patch has been submitted to the mailing list: https://www.redhat.com/archives/anaconda-devel-list/2011-December/msg00126.html Have you looked at this yet, Will? ------- Comment From clnperez.com 2012-02-27 12:58 EDT------- RH - Have you been able to look into this one? Askmethod has been obsoleted in the latest version of anaconda and anaconda doesn't support any interactive actions in the first stage anymore. Thanks & regards, Phil |