Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

All your files have been destroyed (sorry). Paul.


computers / alt.os.linux.suse / Wicked vs. NetworkManager.

SubjectAuthor
* Wicked vs. NetworkManager.Sidney_Kotic
`* Re: Wicked vs. NetworkManager.Carlos E. R.
 `* Re: Wicked vs. NetworkManager.Sidney_Kotic
  `- Re: Wicked vs. NetworkManager.Carlos E. R.

1
Wicked vs. NetworkManager.

<sjvm9c$12ep$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=306&group=alt.os.linux.suse#306

  copy link   Newsgroups: alt.os.linux.suse
Path: i2pn2.org!i2pn.org!aioe.org!kLvrZrZfyHXjnygC6xRGCA.user.46.165.242.91.POSTED!not-for-mail
From: kan...@have.it (Sidney_Kotic)
Newsgroups: alt.os.linux.suse
Subject: Wicked vs. NetworkManager.
Date: Sun, 10 Oct 2021 13:34:35 -0800
Organization: Aioe.org NNTP Server
Message-ID: <sjvm9c$12ep$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="35289"; posting-host="kLvrZrZfyHXjnygC6xRGCA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.13.0
X-Mozilla-News-Host: news://news.aioe.org
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Sidney_Kotic - Sun, 10 Oct 2021 21:34 UTC

So I rebuilt one of my computers, brought it up to Leap 15.3 and that
necessitated a repartition of the drive. Afterwards I discovered it couldn't
rsync or ssh to any of the others. So I fired off yast and looked at the
Network Settings, nothing strange there. I decided to look at one of the other
computers, the other 3 are already running 15.3, fired off yast and changed it
from NetworkManager to Wicked so I could actually see things about the
interfaces. It couldn't rsync or ssh either! Went over to a third computer,
did the yast/NetworkManager/Wicked routine and it failed also. Scratched my
head...seriously considered having a beer...decided to let things go until the
next day. Went back and reset the 2 computers to NetworkManager from Wicked,
and set the newly rebuilt machine to NetworkManager instead of Wicked. Now all
are working correctly. So, what's the deal with Wicked?

For the fun of it I took one machine and set it for Wicked, rebooted:
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group
default 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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group
default qlen 1000
link/ether 30:9c:23:60:da:33 brd ff:ff:ff:ff:ff:ff
altname enp8s0
inet 10.10.13.2/32 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::329c:23ff:fe60:da33/64 scope link
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group
default qlen 1000
link/ether f4:28:53:18:42:7e brd ff:ff:ff:ff:ff:ff
altname wlp5s0
inet 192.168.1.3/24 brd 192.168.1.255 scope global wlan0
valid_lft forever preferred_lft forever
inet6 fe80::f628:53ff:fe18:427e/64 scope link
valid_lft forever preferred_lft forever

ip route
default via 192.168.1.1 dev wlan0 proto dhcp
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.3

Switch to NetworkManager, no other change and no reboot, and...
ip route
default via 192.168.1.1 dev wlan0 proto dhcp metric 600
10.10.13.0/24 dev eth0 proto kernel scope link src 10.10.13.2 metric 100
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.3 metric 600

Re: Wicked vs. NetworkManager.

<d85c3ix46o.ln2@minas-tirith.valinor>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=307&group=alt.os.linux.suse#307

  copy link   Newsgroups: alt.os.linux.suse
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: robin_li...@es.invalid (Carlos E. R.)
Newsgroups: alt.os.linux.suse
Subject: Re: Wicked vs. NetworkManager.
Date: Mon, 11 Oct 2021 00:15:09 +0200
Lines: 61
Message-ID: <d85c3ix46o.ln2@minas-tirith.valinor>
References: <sjvm9c$12ep$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net 7WQV2KCi9x9doKCGhv5kkArb/GlPbv8Qi4nyCPbiXDBRf1ujhd
X-Orig-Path: minas-tirith.valinor!not-for-mail
Cancel-Lock: sha1:EvpkyGAxvojSJb72YfwcigZs9g0=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.12.0
In-Reply-To: <sjvm9c$12ep$1@gioia.aioe.org>
Content-Language: en-CA
 by: Carlos E. R. - Sun, 10 Oct 2021 22:15 UTC

On 10/10/2021 23.34, Sidney_Kotic wrote:
> So I rebuilt one of my computers, brought it up to Leap 15.3 and that
> necessitated a repartition of the drive.  Afterwards I discovered it
> couldn't rsync or ssh to any of the others.  So I fired off yast and
> looked at the Network Settings, nothing strange there.  I decided to
> look at one of the other computers, the other 3 are already running
> 15.3, fired off yast and changed it from NetworkManager to Wicked so I
> could actually see things about the interfaces.  It couldn't rsync or
> ssh either!  Went over to a third computer, did the
> yast/NetworkManager/Wicked routine and it failed also.  Scratched my
> head...seriously considered having a beer...decided to let things go
> until the next day.  Went back and reset the 2 computers to
> NetworkManager from Wicked, and set the newly rebuilt machine to
> NetworkManager instead of Wicked.  Now all are working correctly.  So,
> what's the deal with Wicked?

You did no diagnosis, nothing to see.

>
> For the fun of it I took one machine and set it for Wicked, rebooted:
> ip a
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
> group default 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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP
> group default qlen 1000
>     link/ether 30:9c:23:60:da:33 brd ff:ff:ff:ff:ff:ff
>     altname enp8s0
>     inet 10.10.13.2/32 scope global eth0
>        valid_lft forever preferred_lft forever
>     inet6 fe80::329c:23ff:fe60:da33/64 scope link
>        valid_lft forever preferred_lft forever
> 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP
> group default qlen 1000
>     link/ether f4:28:53:18:42:7e brd ff:ff:ff:ff:ff:ff
>     altname wlp5s0
>     inet 192.168.1.3/24 brd 192.168.1.255 scope global wlan0
>        valid_lft forever preferred_lft forever
>     inet6 fe80::f628:53ff:fe18:427e/64 scope link
>        valid_lft forever preferred_lft forever
>
> ip route
> default via 192.168.1.1 dev wlan0 proto dhcp
> 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.3
>
> Switch to NetworkManager, no other change and no reboot, and...
> ip route
> default via 192.168.1.1 dev wlan0 proto dhcp metric 600
> 10.10.13.0/24 dev eth0 proto kernel scope link src 10.10.13.2 metric 100
> 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.3 metric 600

So?

--
Cheers,
Carlos E.R.

Re: Wicked vs. NetworkManager.

<sjvphr$7fg$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=308&group=alt.os.linux.suse#308

  copy link   Newsgroups: alt.os.linux.suse
Path: i2pn2.org!i2pn.org!aioe.org!kLvrZrZfyHXjnygC6xRGCA.user.46.165.242.91.POSTED!not-for-mail
From: kan...@have.it (Sidney_Kotic)
Newsgroups: alt.os.linux.suse
Subject: Re: Wicked vs. NetworkManager.
Date: Sun, 10 Oct 2021 14:30:19 -0800
Organization: Aioe.org NNTP Server
Message-ID: <sjvphr$7fg$1@gioia.aioe.org>
References: <sjvm9c$12ep$1@gioia.aioe.org>
<d85c3ix46o.ln2@minas-tirith.valinor>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="7664"; posting-host="kLvrZrZfyHXjnygC6xRGCA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.13.0
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Sidney_Kotic - Sun, 10 Oct 2021 22:30 UTC

On 10/10/21 2:15 PM, Carlos E. R. wrote:

> You did no diagnosis, nothing to see.

What would you have me do?

> So?

So the when I use Wicked things (rsync, ssh, ping) don't work. When I use
NetworkManager things work. It was the only change made, I went back and
recreated the whole scenario to make sure.

Re: Wicked vs. NetworkManager.

<u27c3ixuqo.ln2@minas-tirith.valinor>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=309&group=alt.os.linux.suse#309

  copy link   Newsgroups: alt.os.linux.suse
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: robin_li...@es.invalid (Carlos E. R.)
Newsgroups: alt.os.linux.suse
Subject: Re: Wicked vs. NetworkManager.
Date: Mon, 11 Oct 2021 00:46:22 +0200
Lines: 16
Message-ID: <u27c3ixuqo.ln2@minas-tirith.valinor>
References: <sjvm9c$12ep$1@gioia.aioe.org>
<d85c3ix46o.ln2@minas-tirith.valinor> <sjvphr$7fg$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net +KlJ6mhTVWjNdgkDMQv5iAV6AN0qRY6e4N3xp00mb6Bo7qBqeT
X-Orig-Path: minas-tirith.valinor!not-for-mail
Cancel-Lock: sha1:SqAbdvmVEshJEDesowk/Wf7Znb4=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.12.0
In-Reply-To: <sjvphr$7fg$1@gioia.aioe.org>
Content-Language: en-CA
 by: Carlos E. R. - Sun, 10 Oct 2021 22:46 UTC

On 11/10/2021 00.30, Sidney_Kotic wrote:
> On 10/10/21 2:15 PM, Carlos E. R. wrote:
>
>> You did no diagnosis, nothing to see.
>
> What would you have me do?

examine the logs, pings, traceroute, ping, route, ip addr, ip route,
output of commands... everything you do to diagnose a network problem.
"Don't work" says nothing.

--
Cheers,
Carlos E.R.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor