|
Bugzilla – Full Text Bug Listing |
| Summary: | wicked does not setup interface in case cable is not connected | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Ulrich Voigt <ulrichvoigt> |
| Component: | Network | Assignee: | wicked maintainers <wicked-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | chcao, mt |
| Version: | 13.2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 13.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
wicked show-config
tar -cf config-ifcfg.tgz /etc/sysconfig/network hwinfo --netcard > hwinfo-netcard.log ip addr show > ip_addr.log ip route show table all > routes.log wicked ifstatus --verbose all > status.log journalctl -b -o short-precise > wicked.log |
||
Created attachment 622049 [details]
tar -cf config-ifcfg.tgz /etc/sysconfig/network
Created attachment 622050 [details]
hwinfo --netcard > hwinfo-netcard.log
Created attachment 622051 [details]
ip addr show > ip_addr.log
Created attachment 622052 [details]
ip route show table all > routes.log
Created attachment 622053 [details]
wicked ifstatus --verbose all > status.log
Created attachment 622054 [details]
journalctl -b -o short-precise > wicked.log
We're currently working on this bug -- resolving as duplicate of bug 911562. *** This bug has been marked as a duplicate of bug 911562 *** |
Created attachment 622048 [details] wicked show-config I want to have a completely static ip configuration (IPv4, no dhcp) using the old /etc/sysconfig/network config files. wicked does not setup interfaces unless the cable is connected although the device should be setup "at boot time". Activating the nanny is no solution because this also sets up the device only if the cable is connected. Setting up devices at boot time is required to have a correct and identical routing table no matter which devices are connected or not.