FS#68913 - [openconnect] Missing dependency on net-tools package

Attached to Project: Arch Linux
Opened by Derek (dereklh24) - Wednesday, 09 December 2020, 16:12 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 12 December 2020, 18:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The openconnect expects the "route", "netstat", and "ifconfig" programs to be available in the PATH when running. This can be seen in the /etc/vpnc/vpnc-script numerous times (one example is line 360).

Steps to reproduce:

This will come up in an instance where net-tools is not present on the system but openconnect is.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 12 December 2020, 18:04 GMT
Reason for closing:  No response
Comment by Doug Newgard (Scimmia) - Wednesday, 09 December 2020, 16:28 GMT
This is from the vpnc package, not openconnect. Looking at the script, all calls to ifconfig, at least, are guarded by conditionals, and it appears to use ip on Linux. The package already has a dep on iproute2 for that.

What issue are you seeing, exactly?
Comment by Doug Newgard (Scimmia) - Friday, 11 December 2020, 17:29 GMT
ping?

Loading...