They are identical:
I run
# rc-service -d -v net-auto-wireless restart >
output.wpa_supplicant.2.6.txt
# rc-service -d -v net-auto-wireless restart 2>
output.wpa_supplicant.errors.2.6.txt
pacman -S wpa_suplicant (installing 2.8)
# rc-service -d -v net-auto-wireless restart >
output.wpa_supplicant.2.8.txt
# rc-service -d -v net-auto-wireless restart 2>
output.wpa_supplicant.errors.2.8.txt
and the diff gets me nothing relevant:
$ diff output.wpa_supplicant.errors.2.6.txt
output.wpa_supplicant.errors.2.8.txt
425d424
< ++ printf '%s\n'
426a426
> ++ printf '%s\n'
486c486
< + grep -qx 5083 /sys/fs/cgroup/unified/net-auto-wireless/cgroup.procs
---
> + grep -qx 5490 /sys/fs/cgroup/unified/net-auto-wireless/cgroup.procs
699c699
< + grep -qx 5259 /sys/fs/cgroup/unified/net-auto-wireless/cgroup.procs
---
> + grep -qx 5665 /sys/fs/cgroup/unified/net-auto-wireless/cgroup.procs
958c958
< + grep -qx 5328 /sys/fs/cgroup/unified/netmount/cgroup.procs
---
> + grep -qx 5736 /sys/fs/cgroup/unified/netmount/cgroup.procs
[xan at argonia ~]$ diff output.wpa_supplicant.2.6.txt
output.wpa_supplicant.2.8.txt
[xan at argonia ~]$
So, what's the point here?
Thanks in advance,
Xavier
A 11.05.2019 20:36, Christos Nouskas escrigué:
> On Sat, 11 May 2019 00:14:42 +0200
> "Xavier B. via artix-general" <artix-general at artixlinux.org> wrote:
>
>> I use artix and I have some custom script [1] based on netcfg [2] for
>> connect wlan0 to wifi networks at *background*. All is perfect with
>> wpa_supplicant 2.6-2 package. But when I upgrade to 2.8, I have to
>> wait at boot until wpa_supplicant connects to any of my networks.
>
> # rc-service -d -v net-auto-wireless restart
>
> It should show you which part causes the delay, if you watch the
> output.
More information about the artix-general
mailing list