awk syntax error on shutdown?
by tux01 from LinuxQuestions.org on (#57WAN)
Hi everyone!
I am running Adelie Linux, an independent distro based on musl and openRC as service manager, on a x86_64 laptop. My desktop environment is KDE Plasma 5.18. When the system is shutting down, I notice an awk syntax error message when wlan0 is being stopped. Here's the rc.log:
Code:* Bringing down interface wlan0
* Stopping wpa_cli on wlan0 ... [ ok ]
* Stopping wpa_supplicant on wlan0 ... [ ok ]
awk: line 1: syntax error at or near ,
* Stopping Bluetooth ... [ ok ]I have really no idea as to where this error could be found (some kind of script that is executed by openrc on shutdown?). I have also asked the devs of the distro but they didn't reply.
Thanks in advance.


I am running Adelie Linux, an independent distro based on musl and openRC as service manager, on a x86_64 laptop. My desktop environment is KDE Plasma 5.18. When the system is shutting down, I notice an awk syntax error message when wlan0 is being stopped. Here's the rc.log:
Code:* Bringing down interface wlan0
* Stopping wpa_cli on wlan0 ... [ ok ]
* Stopping wpa_supplicant on wlan0 ... [ ok ]
awk: line 1: syntax error at or near ,
* Stopping Bluetooth ... [ ok ]I have really no idea as to where this error could be found (some kind of script that is executed by openrc on shutdown?). I have also asked the devs of the distro but they didn't reply.
Thanks in advance.