Comment # 2 on bug 995367 from
Created attachment 690655 [details]
abanc_net_install_leap42_2_execvp_failure.log.gz

The initial problem description was related to a user error
(specifying in boot parameter the mounted net iso as source repo)
The consequence of this user error is triggering three successive problems
(1- 2- and 3- below) 

0- the machine has 4 ethernet interfaces (eth0 ... eth3)
   with only eth0 wired to network.

1- the all eth* network interfaces are flagged as failed
   because did not found the <repo url>/boot/ppc64le/config
   and "Automatic setup not possible" is reported in log (line 2049) 
   BUT only the last eth3 is retried when trying to access 
   the default repo
http://download.opensuse.org/ports/ppc/distribution/leap/42.2/repo
   and that failed because eth3 not connectable (line 2059..2098)

2- if manually retry the url, then eth0 is correctly enabled (line 2202)
   but the repo
http://download.opensuse.org/ports/ppc/distribution/leap/42.2-Current/repo
   is reporting /content file as not found (line 2218)
   Why is it failing for this url
   http://download.opensuse.org/ports/ppc/distribution/leap/42.2-Current/repo
   that is accessible in a session firefox browser.
   note that the default url
   http://download.opensuse.org/ports/ppc/distribution/leap/42.2/repo
   is converted to previous one when trying to access in a session firefox
browser.

3- if manually retry with eth0 enabled and  default url
   then reported missing execvp if a SHA1 sum failure,
   as reported in new abanc_net_install_leap42_2_execvp_failure.log (line 1672)
   do we need to add execvp in initrd of net install iso ?


You are receiving this mail because: