Bug 37740 - Некорректный путь к исполняемому файлу
Summary: Некорректный путь к исполняемому файлу
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: netplan (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: obirvalger@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-09 14:01 MSK by Alexander Makeenkov
Modified: 2020-03-23 20:34 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Makeenkov 2020-01-09 14:01:43 MSK
В юнит файле /lib/systemd/system/netplan-wpa@.service указан некорректный путь к исполняемому файлу wpa_supplicant в параметре ExecStart:

# cat /lib/systemd/system/netplan-wpa@.service
[Unit]
Description=WPA supplicant for netplan %I
DefaultDependencies=no
Requires=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
Before=network.target
Wants=network.target

[Service]
Type=simple
ExecStart=/sbin/wpa_supplicant -c /run/netplan/wpa-%I.conf -i%I

# /sbin/wpa_supplicant
-bash: /sbin/wpa_supplicant: Нет такого файла или каталога

# which wpa_supplicant
/usr/sbin/wpa_supplicant

Версия: netplan-0.97-alt2.
Comment 1 Repository Robot 2020-03-23 20:34:50 MSK
netplan-0.98-alt1 -> sisyphus:

 Thu Mar 19 2020 Mikhail Gordeev <obirvalger@altlinux> 0.98-alt1
 - new version 0.98
 - (ALT#37740) fix path to wpa_supplicant