Page MenuHomeVyOS Platform

'iw' path incorrect
Closed, DuplicatePublicBUG

Description

When trying to commit wireless network configuration in 1.2 daily builds, it's trying to reference /usr/sbin/iw, which doesn't exist - only /sbin/iw does.

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 999.201707272138
Why the issue appeared?
Will be filled on close

Event Timeline

I simply symlinked it to work around the problem.

root@gladstone-uc40:~# ls -al /usr/sbin/iw
lrwxrwxrwx 1 root root 8 Jul 28 06:36 /usr/sbin/iw -> /sbin/iw
root@gladstone-uc40:~# show version
No hypervisor detected
Version:          VyOS 999.201707272138
Built by:         [email protected]
Built on:         Thu 27 Jul 2017 21:38 UTC
Build ID:         67f1a1e3-fe16-47d0-b093-2f70139800c5

Architecture:     x86_64
Boot via:         installed image
System type:      physical

Hardware vendor:  baytrail
Hardware model:   baytrail
Hardware S/N:     baytrail
Hardware UUID:    03000200-0400-0500-0006-000700080009

Copyright:        VyOS maintainers and contributors
root@gladstone-uc40:~#
syncer triaged this task as Normal priority.
syncer moved this task from Need Triage to Backlog on the VyOS 1.2 Crux board.