Bug 209074 - security/openconnect seems to want to copy /dev/null.bak to /dev/null
Summary: security/openconnect seems to want to copy /dev/null.bak to /dev/null
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-26 16:28 UTC by Sean Bruno
Modified: 2018-01-15 04:42 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (zi)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2016-04-26 16:28:24 UTC
Even though this fails, I thought I'd chuck this over the wall, openconnect *seems* to want to try and do "stuff" and or "things" to /dev ... one of the "things" it tries to do is "cp /dev/null.bak /dev/null" which fails:

cp: /dev/null.bak: Operation not supported
Cannot 'reload' local_unbound. Set local_unbound_enable to YES in /etc/rc.conf or use 'onereload' instead of 'reload'.
Connected tun0 as XXX.XXX.XXX.XXX, using SSL
Established DTLS connection (using OpenSSL). Ciphersuite AES128-SHA.
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2016-06-07 18:56:59 UTC
Do you have sysutils/vpnc-scripts installed?  This might not be an openconnect thing?
Comment 2 Sean Bruno freebsd_committer freebsd_triage 2016-06-14 17:26:07 UTC
(In reply to Ryan Steinmetz from comment #1)
I do have that installed, but I don't see any copy operations in the scripts that would do this.
Comment 3 dwmw2 2016-08-31 13:12:06 UTC
vpnc-script will invoke modify_resolvconf_unbound ... is it that which is doing it?
Comment 4 Walter Schwarzenfeld 2018-01-14 00:04:03 UTC
Is this still relevant?