Actions
Bug #362
closedbatctl l gives inaccurate feedback when compiled without debugfs
Start date:
08/02/2018
Due date:
% Done:
100%
Estimated time:
Description
I spotted this behaviour in batctl 2018.2 with batman 2018.2:
root@node72:~# batctl l Error - mesh has not been enabled yet Activate your mesh by adding interfaces to batman-adv
but with:
root@node72:~# batctl if ens20: active tap0: active
according to ecsv batctl can't access /sys/kernel/debug/batman_adv/bat0/ if debugfs is deactivated. (This is new default.)
Maybe the message could be more accurate to give a hint how to get batctl l working.
Updated by Sven Eckelmann over 6 years ago
This also affects the nc_nodes (nn) subcommand because there is no netlink implementation for that.
Updated by Sven Eckelmann almost 6 years ago
- Project changed from batman-adv to batctl
Updated by Sven Eckelmann almost 6 years ago
- Status changed from New to In Progress
- Target version set to 2019.0
There is now a patch series to work around this problem https://patchwork.open-mesh.org/project/b.a.t.m.a.n./list/?series=191
Updated by Sven Eckelmann almost 6 years ago
- Status changed from In Progress to Resolved
It is now in the queue for 2019.0
Updated by Sven Eckelmann almost 6 years ago
- Status changed from Resolved to Closed
Actions