wicked ifup -> device-not-running <>- ip up -> working
Hi, i updated a not so often used laptop (last update done 01/2022 to the actual tumbleweed 20221228 after restarting i have no network adapters UP if it is working, it looks like this: ================================================ wicked ifstatus all lo up link: #1, state up type: loopback config: compat:suse:/etc/sysconfig/network/ifcfg-lo leases: ipv4 static granted leases: ipv6 static granted addr: ipv4 127.0.0.1/8 [static] addr: ipv6 ::1/128 [static] enp3s0 enslaved link: #2, state up, mtu 1500, master bond0 type: ethernet, hwaddr 18:67:b0:b9:a6:58 config: compat:suse:/etc/sysconfig/network/ifcfg-enp3s0 wlp2s0 up link: #3, state up, mtu 1500 type: wireless, state established, ssid XAuaLiwaru9835, WPA2-PSK+WPA-PSK config: compat:suse:/etc/sysconfig/network/ifcfg-wlp2s0 bond0 up link: #4, state up, mtu 1500 type: bond, mode active-backup, hwaddr 18:67:b0:b9:a6:58 config: compat:suse:/etc/sysconfig/network/ifcfg-bond0 leases: ipv4 static granted addr: ipv4 192.168.0.23/24 [static] route: ipv4 default via 192.168.0.99 [static] ==================================== it is configured that if cable (enp3s0) is plugged in, it will use cable, and if not plugged in it will switch to whireless (wlp2s0) ==================================== if its not working (before starting manually) it has the status: "device-not-running" for enp3s0 wlp2s0 and bond0 ==================================== after playing around i found out that the command: ip link set enp3s0 up ip link set wlp2s0 up will bring the network cards UP, but this i have to enter manually, AND wicked ifup enp3s0 wicked ifup wlp2s0 will NOT bring the network cards UP. (therefore wicked will during boot hang and run out of time, then boot continues ========================================== here from boot: Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked AutoIPv4 supplicant service... Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked DHCPv4 supplicant service... Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked DHCPv6 supplicant service... Dez 29 21:54:08 becherer7 systemd[1]: Started wicked DHCPv6 supplicant service. Dez 29 21:54:08 becherer7 systemd[1]: Started wicked DHCPv4 supplicant service. Dez 29 21:54:08 becherer7 systemd[1]: Started wicked AutoIPv4 supplicant service. Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked network management service daemon... Dez 29 21:54:08 becherer7 systemd[1]: Started wicked network management service daemon. Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked network nanny service... Dez 29 21:54:08 becherer7 systemd[1]: Started wicked network nanny service. Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked managed network interfaces... Dez 29 21:54:38 becherer7 wicked[1227]: lo up Dez 29 21:54:38 becherer7 wicked[1227]: enp3s0 device-not-running Dez 29 21:54:38 becherer7 wicked[1227]: wlp2s0 device-not-running Dez 29 21:54:38 becherer7 wicked[1227]: bond0 device-not-running Dez 29 21:54:38 becherer7 systemd[1]: Finished wicked managed network interfaces. ================================================= and here when i try manually using wicked: Dez 29 22:19:14 becherer7 wickedd-nanny[1226]: device wlp2s0: call to org.opensuse.Network.Interface.waitLinkUp() failed: General failure Dez 29 22:19:14 becherer7 wickedd-nanny[1226]: wlp2s0: failed to bring up device, still continuing Dez 29 22:19:19 becherer7 wickedd-nanny[1226]: device enp3s0: call to org.opensuse.Network.Interface.waitLinkUp() failed: General failure Dez 29 22:19:19 becherer7 wickedd-nanny[1226]: enp3s0: failed to bring up device, still continuing =================================================== what is wrong here? before update, always the network was running after boot. NOW its only running after i hack in the "ip link....." command. did anybody have me an info how i could start the network again, during boot, AND why did the "wicked ifup..." will not work?? is this a bug? or a configuration problem? some other systems i have updated did not show this problem. they are also running wicked. but did not have a wifi inside (using a bridge and an enslaved network-adapter). regards, simoN -- www.becherer.de
On 30.12.2022 00:45, Simon Becherer wrote:
Hi,
i updated a not so often used laptop (last update done 01/2022 to the actual tumbleweed 20221228
after restarting i have no network adapters UP
if it is working, it looks like this:
================================================ wicked ifstatus all
lo up link: #1, state up type: loopback config: compat:suse:/etc/sysconfig/network/ifcfg-lo leases: ipv4 static granted leases: ipv6 static granted addr: ipv4 127.0.0.1/8 [static] addr: ipv6 ::1/128 [static]
enp3s0 enslaved link: #2, state up, mtu 1500, master bond0 type: ethernet, hwaddr 18:67:b0:b9:a6:58 config: compat:suse:/etc/sysconfig/network/ifcfg-enp3s0
wlp2s0 up link: #3, state up, mtu 1500 type: wireless, state established, ssid XAuaLiwaru9835, WPA2-PSK+WPA-PSK config: compat:suse:/etc/sysconfig/network/ifcfg-wlp2s0
bond0 up link: #4, state up, mtu 1500 type: bond, mode active-backup, hwaddr 18:67:b0:b9:a6:58 config: compat:suse:/etc/sysconfig/network/ifcfg-bond0 leases: ipv4 static granted addr: ipv4 192.168.0.23/24 [static] route: ipv4 default via 192.168.0.99 [static]
==================================== it is configured that if cable (enp3s0) is plugged in, it will use cable, and if not plugged in it will switch to whireless (wlp2s0) ==================================== if its not working (before starting manually) it has the status: "device-not-running" for enp3s0 wlp2s0 and bond0 ====================================
after playing around i found out that the command: ip link set enp3s0 up ip link set wlp2s0 up
will bring the network cards UP, but this i have to enter manually,
AND wicked ifup enp3s0 wicked ifup wlp2s0
will NOT bring the network cards UP. (therefore wicked will during boot hang and run out of time, then boot continues
========================================== here from boot: Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked AutoIPv4 supplicant service... Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked DHCPv4 supplicant service... Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked DHCPv6 supplicant service... Dez 29 21:54:08 becherer7 systemd[1]: Started wicked DHCPv6 supplicant service. Dez 29 21:54:08 becherer7 systemd[1]: Started wicked DHCPv4 supplicant service. Dez 29 21:54:08 becherer7 systemd[1]: Started wicked AutoIPv4 supplicant service. Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked network management service daemon... Dez 29 21:54:08 becherer7 systemd[1]: Started wicked network management service daemon. Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked network nanny service... Dez 29 21:54:08 becherer7 systemd[1]: Started wicked network nanny service. Dez 29 21:54:08 becherer7 systemd[1]: Starting wicked managed network interfaces... Dez 29 21:54:38 becherer7 wicked[1227]: lo up Dez 29 21:54:38 becherer7 wicked[1227]: enp3s0 device-not-running Dez 29 21:54:38 becherer7 wicked[1227]: wlp2s0 device-not-running Dez 29 21:54:38 becherer7 wicked[1227]: bond0 device-not-running Dez 29 21:54:38 becherer7 systemd[1]: Finished wicked managed network interfaces.
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
================================================= and here when i try manually using wicked: Dez 29 22:19:14 becherer7 wickedd-nanny[1226]: device wlp2s0: call to org.opensuse.Network.Interface.waitLinkUp() failed: General failure Dez 29 22:19:14 becherer7 wickedd-nanny[1226]: wlp2s0: failed to bring up device, still continuing Dez 29 22:19:19 becherer7 wickedd-nanny[1226]: device enp3s0: call to org.opensuse.Network.Interface.waitLinkUp() failed: General failure Dez 29 22:19:19 becherer7 wickedd-nanny[1226]: enp3s0: failed to bring up device, still continuing ===================================================
what is wrong here? before update, always the network was running after boot. NOW its only running after i hack in the "ip link....." command.
did anybody have me an info how i could start the network again, during boot, AND why did the "wicked ifup..." will not work?? is this a bug? or a configuration problem?
some other systems i have updated did not show this problem. they are also running wicked. but did not have a wifi inside (using a bridge and an enslaved network-adapter).
regards,
simoN
Hi andrei, thanks for answering: Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use? thanks, simoN -- B e c h e r e r GmbH Sondermaschinenbau Mauermatten Strasse 22 79183 Waldkirch Germany Tel.: (+49) (0)7681 3134 Fax: (+49) (0)7681 4378 Mail: info@becherer.de Web: www.becherer.de USt-ID-Nr.: DE 814912198 Registergericht: Freiburg HRB 701860 Geschaeftsfuehrer: Dipl.-Ing. (FH), EWE Simon H. Becherer Gerichtsstand / Sitz: Waldkirch Es gelten ausschliesslich unsere allgemeinen Liefer- und Zahlungsbedingungen / Einkaufsbedingungen: www.becherer.de/AGB ----------------------------------------------- - Das ist die vorlaeufig endgueltige Version! - Herbert C. Maier Dipl.-Ing. (FH) -----------------------------------------------
* Simon Becherer <simon@becherer.de> [01-02-23 13:39]:
Hi andrei,
thanks for answering:
Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use?
thanks,
simoN
-- B e c h e r e r GmbH Sondermaschinenbau Mauermatten Strasse 22 79183 Waldkirch Germany
Tel.: (+49) (0)7681 3134 Fax: (+49) (0)7681 4378 Mail: info@becherer.de Web: www.becherer.de
USt-ID-Nr.: DE 814912198 Registergericht: Freiburg HRB 701860 Geschaeftsfuehrer: Dipl.-Ing. (FH), EWE Simon H. Becherer Gerichtsstand / Sitz: Waldkirch
Es gelten ausschliesslich unsere allgemeinen Liefer- und Zahlungsbedingungen / Einkaufsbedingungen: www.becherer.de/AGB
----------------------------------------------- - Das ist die vorlaeufig endgueltige Version! - Herbert C. Maier Dipl.-Ing. (FH) -----------------------------------------------
wicked --help -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet oftc
On 2023-01-02 20:09, Patrick Shanahan wrote:
* Simon Becherer <simon@becherer.de> [01-02-23 13:39]:
Hi andrei,
thanks for answering:
Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use?
thanks,
wicked --help
And where exactly is that wicked call produced, so that he can write whatever option is needed? Saying to read the help doesn't help. -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)
* Carlos E. R. <robin.listas@telefonica.net> [01-02-23 15:06]:
On 2023-01-02 20:09, Patrick Shanahan wrote:
* Simon Becherer <simon@becherer.de> [01-02-23 13:39]:
Hi andrei,
thanks for answering:
Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use?
thanks,
wicked --help
And where exactly is that wicked call produced, so that he can write whatever option is needed? Saying to read the help doesn't help.
-- Cheers / Saludos,
Carlos E. R. (from 15.4 x86_64 at Telcontar)
it is that difficult to execute the command and look for a debug instance? -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet oftc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday, 2023-01-02 at 15:43 -0500, Patrick Shanahan wrote:
* Carlos E. R. <> [01-02-23 15:06]:
On 2023-01-02 20:09, Patrick Shanahan wrote:
* Simon Becherer <> [01-02-23 13:39]:
Hi andrei,
thanks for answering:
Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use?
thanks,
wicked --help
And where exactly is that wicked call produced, so that he can write whatever option is needed? Saying to read the help doesn't help.
it is that difficult to execute the command and look for a debug instance?
Yes, it is, because it runs automatically "somewhere" during boot. You have to explain how to modify the boot process so to insert that debugging option(s). - -- Cheers, Carlos E. R. (from openSUSE 15.4 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCY7NFGhwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVlMMAniq23lfgUHBbUrS21uiD e8SeR/9eAJ99MNv73CR74qAoxlKoSy+4gUk4bQ== =el0r -----END PGP SIGNATURE-----
* Carlos E. R. <robin.listas@telefonica.net> [01-02-23 15:58]:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Monday, 2023-01-02 at 15:43 -0500, Patrick Shanahan wrote:
* Carlos E. R. <> [01-02-23 15:06]:
On 2023-01-02 20:09, Patrick Shanahan wrote:
* Simon Becherer <> [01-02-23 13:39]:
Hi andrei,
thanks for answering:
Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use?
thanks,
wicked --help
And where exactly is that wicked call produced, so that he can write whatever option is needed? Saying to read the help doesn't help.
it is that difficult to execute the command and look for a debug instance?
Yes, it is, because it runs automatically "somewhere" during boot. You have to explain how to modify the boot process so to insert that debugging option(s).
- -- Cheers, Carlos E. R. (from openSUSE 15.4 x86_64 at Telcontar)
-----BEGIN PGP SIGNATURE-----
iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCY7NFGhwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVlMMAniq23lfgUHBbUrS21uiD e8SeR/9eAJ99MNv73CR74qAoxlKoSy+4gUk4bQ== =el0r -----END PGP SIGNATURE-----
ok, halt the current instance and restart with wicked --debug all not knowing where the particular problem is, "--debug all" rather than the more narrow options. if the problem is on boot, disable wicked, reboot, then start wicked as above. it's not really rocket science, more like basic plumbing. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet oftc
Am 02.01.23 um 20:09 schrieb Patrick Shanahan:
* Simon Becherer <simon@becherer.de> [01-02-23 13:39]:
Hi andrei,
thanks for answering:
Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use?
thanks,
simoN
-- B e c h e r e r GmbH Sondermaschinenbau Mauermatten Strasse 22 79183 Waldkirch Germany
Tel.: (+49) (0)7681 3134 Fax: (+49) (0)7681 4378 Mail: info@becherer.de Web: www.becherer.de
USt-ID-Nr.: DE 814912198 Registergericht: Freiburg HRB 701860 Geschaeftsfuehrer: Dipl.-Ing. (FH), EWE Simon H. Becherer Gerichtsstand / Sitz: Waldkirch
Es gelten ausschliesslich unsere allgemeinen Liefer- und Zahlungsbedingungen / Einkaufsbedingungen: www.becherer.de/AGB
----------------------------------------------- - Das ist die vorlaeufig endgueltige Version! - Herbert C. Maier Dipl.-Ing. (FH) -----------------------------------------------
wicked --help
Hi patrick, i have read the wicked help (before! i have written my mail) and i tried to gave every important infos i was thinking it will help and what i have found i think i need the "debug" somwhere else than in the wicked command from commandline to see whats going on when i boot. so please tell me in detail where i should use the --debug feature, somwhere during startup, somwhere when i call the wicked command, somewhere somewhere ??????? i of couse coudl try "--loglevel debug inside the wicked command" here is the result: (at the moment i am ssh to that computer, so i am not able to disable the wired network (enp3s0), so i only "ip link set wlp2s0 down" and tried to get it "up" with wicked: wicked --log-level debug ifup wlp2s0 wicked: __ni_config_parse_ifconfig_source: Adding ifconfig firmware: wicked: __ni_config_parse_ifconfig_source: Adding ifconfig compat: wicked: __ni_config_parse_ifconfig_source: Adding ifconfig wicked: wicked: trying to discover netif config via firmware service "ibft" wicked: ni_netconfig_firmware_discovery: buffer has 0 bytes wicked: ni_sysconfig_read(/etc/sysconfig/network/config) wicked: ni_sysconfig_read(/etc/sysconfig/network/dhcp) wicked: ni_suse_read_routes(/etc/sysconfig/network/routes) wicked: Reading sysctl file '/boot/sysctl.conf-6.1.1-1-default' wicked: Reading sysctl file '/usr/lib/sysctl.d/50-coredump.conf' wicked: Reading sysctl file '/usr/lib/sysctl.d/50-default.conf' wicked: Add sysctl variable 'net.ipv4.conf.default.rp_filter=2' wicked: Add sysctl variable 'net.ipv4.conf.*.rp_filter=2' wicked: Add sysctl variable 'net.ipv4.conf.default.promote_secondaries=1' wicked: Add sysctl variable 'net.ipv4.conf.*.promote_secondaries=1' wicked: Add sysctl variable 'net.ipv6.conf.default.use_tempaddr=1' wicked: Reading sysctl file '/usr/lib/sysctl.d/51-network.conf' wicked: Add sysctl variable 'net.ipv4.conf.all.accept_redirects=0' wicked: Add sysctl variable 'net.ipv4.conf.default.accept_redirects=0' wicked: Add sysctl variable 'net.ipv4.conf.all.accept_source_route=0' wicked: Add sysctl variable 'net.ipv4.conf.default.accept_source_route=0' wicked: Add sysctl variable 'net.ipv6.conf.all.accept_redirects=0' wicked: Add sysctl variable 'net.ipv6.conf.default.accept_redirects=0' wicked: Reading sysctl file '/usr/lib/sysctl.d/52-yama.conf' wicked: Reading sysctl file '/etc/sysctl.d/70-yast.conf' wicked: Add sysctl variable 'net.ipv4.conf.all.forwarding=0' wicked: Add sysctl variable 'net.ipv6.conf.all.forwarding=0' wicked: Add sysctl variable 'net.ipv6.conf.all.disable_ipv6=1' wicked: Reading sysctl file '/usr/lib/sysctl.d/99-sysctl.conf' wicked: Reading sysctl file '/etc/sysctl.d/sysctl.conf' wicked: Add sysctl variable 'net.ipv6.conf.all.disable_ipv6=1' wicked: Add sysctl variable 'net.ipv4.conf.all.forwarding=0' wicked: Add sysctl variable 'net.ipv6.conf.all.forwarding=0' wicked: Reading sysctl file '/etc/sysctl.conf' wicked: Ignoring blacklisted ifcfg-file: ifcfg-wlp2s0.bak wicked: Ignoring blacklisted ifcfg-file: ifcfg-bond0.bak wicked: Ignoring blacklisted ifcfg-file: ifcfg-enp3s0.bak wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-lo) wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-enp3s0) wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-wlp2s0) wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-bond0) wicked: ni_suse_read_routes(/etc/sysconfig/network/ifroute-bond0) wicked: Parsed route: ipv4 0.0.0.0/0 via 192.168.0.99 dev bond0 type unicast table main scope universe protocol boot wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-lo:0 wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-enp3s0:0 wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-wlp2s0:0 wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-bond0:0 wicked: No valid configuration files found at /etc/wicked/ifconfig wicked: bond0: configuration applied to nanny wicked: wlp2s0: configuration applied to nanny wicked: enp3s0: configuration applied to nanny wlp2s0 device-not-running hope this helps, simoN -- www.becherer.de ----------------------------------------------- - Das ist die vorlaeufig endgueltige Version! - Herbert C. Maier Dipl.-Ing. (FH) -----------------------------------------------
On Mon, 2 Jan 2023 21:49:20 +0100 Simon Becherer <simon@becherer.de> wrote:
Am 02.01.23 um 20:09 schrieb Patrick Shanahan:
* Simon Becherer <simon@becherer.de> [01-02-23 13:39]:
Hi andrei,
thanks for answering:
Am 01.01.23 um 09:47 schrieb Andrei Borzenkov:
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
could you please provide the comandline to get debug output i sould use?
thanks,
simoN
-- B e c h e r e r GmbH Sondermaschinenbau Mauermatten Strasse 22 79183 Waldkirch Germany
Tel.: (+49) (0)7681 3134 Fax: (+49) (0)7681 4378 Mail: info@becherer.de Web: www.becherer.de
USt-ID-Nr.: DE 814912198 Registergericht: Freiburg HRB 701860 Geschaeftsfuehrer: Dipl.-Ing. (FH), EWE Simon H. Becherer Gerichtsstand / Sitz: Waldkirch
Es gelten ausschliesslich unsere allgemeinen Liefer- und Zahlungsbedingungen / Einkaufsbedingungen: www.becherer.de/AGB
----------------------------------------------- - Das ist die vorlaeufig endgueltige Version! - Herbert C. Maier Dipl.-Ing. (FH) -----------------------------------------------
wicked --help
Hi patrick, i have read the wicked help (before! i have written my mail) and i tried to gave every important infos i was thinking it will help and what i have found i think i need the "debug" somwhere else than in the wicked command from commandline to see whats going on when i boot.
so please tell me in detail where i should use the --debug feature, somwhere during startup, somwhere when i call the wicked command, somewhere somewhere ??????? i of couse coudl try "--loglevel debug inside the wicked command"
here is the result:
(at the moment i am ssh to that computer, so i am not able to disable the wired network (enp3s0), so i only "ip link set wlp2s0 down" and tried to get it "up" with wicked:
wicked --log-level debug ifup wlp2s0 wicked: __ni_config_parse_ifconfig_source: Adding ifconfig firmware: wicked: __ni_config_parse_ifconfig_source: Adding ifconfig compat: wicked: __ni_config_parse_ifconfig_source: Adding ifconfig wicked: wicked: trying to discover netif config via firmware service "ibft" wicked: ni_netconfig_firmware_discovery: buffer has 0 bytes wicked: ni_sysconfig_read(/etc/sysconfig/network/config) wicked: ni_sysconfig_read(/etc/sysconfig/network/dhcp) wicked: ni_suse_read_routes(/etc/sysconfig/network/routes) wicked: Reading sysctl file '/boot/sysctl.conf-6.1.1-1-default' wicked: Reading sysctl file '/usr/lib/sysctl.d/50-coredump.conf' wicked: Reading sysctl file '/usr/lib/sysctl.d/50-default.conf' wicked: Add sysctl variable 'net.ipv4.conf.default.rp_filter=2' wicked: Add sysctl variable 'net.ipv4.conf.*.rp_filter=2' wicked: Add sysctl variable 'net.ipv4.conf.default.promote_secondaries=1' wicked: Add sysctl variable 'net.ipv4.conf.*.promote_secondaries=1' wicked: Add sysctl variable 'net.ipv6.conf.default.use_tempaddr=1' wicked: Reading sysctl file '/usr/lib/sysctl.d/51-network.conf' wicked: Add sysctl variable 'net.ipv4.conf.all.accept_redirects=0' wicked: Add sysctl variable 'net.ipv4.conf.default.accept_redirects=0' wicked: Add sysctl variable 'net.ipv4.conf.all.accept_source_route=0' wicked: Add sysctl variable 'net.ipv4.conf.default.accept_source_route=0' wicked: Add sysctl variable 'net.ipv6.conf.all.accept_redirects=0' wicked: Add sysctl variable 'net.ipv6.conf.default.accept_redirects=0' wicked: Reading sysctl file '/usr/lib/sysctl.d/52-yama.conf' wicked: Reading sysctl file '/etc/sysctl.d/70-yast.conf' wicked: Add sysctl variable 'net.ipv4.conf.all.forwarding=0' wicked: Add sysctl variable 'net.ipv6.conf.all.forwarding=0' wicked: Add sysctl variable 'net.ipv6.conf.all.disable_ipv6=1' wicked: Reading sysctl file '/usr/lib/sysctl.d/99-sysctl.conf' wicked: Reading sysctl file '/etc/sysctl.d/sysctl.conf' wicked: Add sysctl variable 'net.ipv6.conf.all.disable_ipv6=1' wicked: Add sysctl variable 'net.ipv4.conf.all.forwarding=0' wicked: Add sysctl variable 'net.ipv6.conf.all.forwarding=0' wicked: Reading sysctl file '/etc/sysctl.conf' wicked: Ignoring blacklisted ifcfg-file: ifcfg-wlp2s0.bak wicked: Ignoring blacklisted ifcfg-file: ifcfg-bond0.bak wicked: Ignoring blacklisted ifcfg-file: ifcfg-enp3s0.bak wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-lo) wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-enp3s0) wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-wlp2s0) wicked: ni_sysconfig_read(/etc/sysconfig/network/ifcfg-bond0) wicked: ni_suse_read_routes(/etc/sysconfig/network/ifroute-bond0) wicked: Parsed route: ipv4 0.0.0.0/0 via 192.168.0.99 dev bond0 type unicast table main scope universe protocol boot wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-lo:0 wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-enp3s0:0 wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-wlp2s0:0 wicked: ni_compat_generate_interfaces: compat:suse:/etc/sysconfig/network/ifcfg-bond0:0 wicked: No valid configuration files found at /etc/wicked/ifconfig wicked: bond0: configuration applied to nanny wicked: wlp2s0: configuration applied to nanny wicked: enp3s0: configuration applied to nanny wlp2s0 device-not-running
hope this helps,
simoN
Patrick and Carlos' sniping doesn't help as much as it could, but wicked is a networking thing and that is started by systemd. So on my machine $ systemctl status network shows Loaded: loaded (/usr/lib/systemd/system/wicked.service ... and if I look at that file I see ExecStart=/usr/sbin/wicked --systemd ifup all So I would guess you need to either edit that file to add the --debug option, or add an override file for systemd to find and then # systemctl daemon-reload or something very similar. I think that will restart the network but if not then perhaps do it directly. # systemctl restart network HTH, Dave
On 2023-01-02 23:43, Dave Howorth wrote:
On Mon, 2 Jan 2023 21:49:20 +0100 Simon Becherer <> wrote:
...
Patrick and Carlos' sniping doesn't help as much as it could, but wicked is a networking thing and that is started by systemd. So on my machine
$ systemctl status network
shows Loaded: loaded (/usr/lib/systemd/system/wicked.service ...
and if I look at that file I see
ExecStart=/usr/sbin/wicked --systemd ifup all
So I would guess you need to either edit that file to add the --debug option, or add an override file for systemd to find and then
It is not that simple. What debug option? There are many: --log-level level Set log level to <error|warning|notice|info|debug>. --debug facility Enable debugging for debug <facility>. Use '--debug help' for a list of facilities. Yes, an override would be the way to go. systemctl edit wicked -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)
On 01.01.2023 11:47, Andrei Borzenkov wrote:
On 30.12.2022 00:45, Simon Becherer wrote:
Hi,
i updated a not so often used laptop (last update done 01/2022 to the actual tumbleweed 20221228
...
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
OK, sorry, I can with bond (it works with plain interface). From browsing changelog nothing really stands out as being responsible. The fact is that this configuration does not work, even when created as new under current Tumbleweed, so you should open bug report.
Am 03.01.23 um 15:18 schrieb Andrei Borzenkov:
On 01.01.2023 11:47, Andrei Borzenkov wrote:
On 30.12.2022 00:45, Simon Becherer wrote:
Hi,
i updated a not so often used laptop (last update done 01/2022 to the actual tumbleweed 20221228
...
I cannot reproduce it on VM with wicked. You may want to enable debug output to see what's going on.
OK, sorry, I can with bond (it works with plain interface). From browsing changelog nothing really stands out as being responsible. The fact is that this configuration does not work, even when created as new under current Tumbleweed, so you should open bug report.
Hi andrey, thanks for reproducing it. -> you make me happy :-)) i found a bug report: https://bugzilla.suse.com/show_bug.cgi?id=1206674 have added my comments. please take a look, if its assigned to the correct people, i am not sure of it. (writing /adding comments to bug reports very seldom) regards, simoN -- www.becherer.de ----------------------------------------------- - Das ist die vorlaeufig endgueltige Version! - Herbert C. Maier Dipl.-Ing. (FH) -----------------------------------------------
participants (5)
-
Andrei Borzenkov
-
Carlos E. R.
-
Dave Howorth
-
Patrick Shanahan
-
Simon Becherer