Bug 1728781 - Network device is not configured after installation on s390x
Summary: Network device is not configured after installation on s390x
Keywords:
Status: CLOSED DUPLICATE of bug 1727904
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: s390x
OS: Linux
high
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ZedoraTracker
TreeView+ depends on / blocked
 
Reported: 2019-07-10 17:01 UTC by Jan Stodola
Modified: 2019-08-15 12:22 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-07-11 06:56:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dbus.log (2.96 KB, text/plain)
2019-07-10 17:03 UTC, Jan Stodola
no flags Details

Description Jan Stodola 2019-07-10 17:01:42 UTC
Description of problem:
Network device on installed system is not configured with static IPv4 address used during manual installation on s390x. There is no ifcfg config file created on the installed system either:

[root@rtt8 ~]# ls /etc/sysconfig/network-scripts/ifcfg*
/etc/sysconfig/network-scripts/ifcfg-lo
[root@rtt8 ~]#

[root@rtt8 ~]# ip a
ip a  
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul
t qlen 1000  
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00  
    inet 127.0.0.1/8 scope host lo  
       valid_lft forever preferred_lft forever  
    inet6 ::1/128 scope host   
       valid_lft forever preferred_lft forever  
2: enca00: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group de
fault qlen 1000  
    link/ether 02:00:00:00:05:56 brd ff:ff:ff:ff:ff:ff  
    inet6 2620:52:0:1068:49de:9539:e6ef:eb95/64 scope global dynamic noprefixroute   
       valid_lft 2591983sec preferred_lft 604783sec  
    inet6 fec0:0:a10:6f00:7112:437d:2b4a:77eb/64 scope site dynamic noprefixroute   
       valid_lft 2591983sec preferred_lft 604783sec  
    inet6 fe80::c411:f470:e555:f21b/64 scope link noprefixroute   
       valid_lft forever preferred_lft forever  
[root@rtt8 ~]# 

When running installation on x86_64 with manually entered static IPv4 configuration during the installation, an ifcfg config file is created on the installed system and the configuration is applied during boot.

Version-Release number of selected component (if applicable):
Fedora-Rawhide-20190707.n.0
anaconda 31.18-1.fc31

How reproducible:
always

Steps to Reproduce:
1. Run installation of rawhide on s390x
2. Reboot into installed system

Actual results:
Network device is available, but has no IPv4 address assigned

Expected results:
Network is up, with IPv4 address assigned

Comment 2 Jan Stodola 2019-07-10 17:03:39 UTC
Created attachment 1589161 [details]
dbus.log

Comment 7 Radek Vykydal 2019-07-11 06:56:15 UTC
Seems to be the same issue as bug 1727904 (caused by switching to NM in initramfs). Can we mark this one as a duplicate?

Comment 8 Radek Vykydal 2019-07-11 06:56:53 UTC

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


Note You need to log in before you can comment on or make changes to this bug.