On 2017-03-08, Allan Streib <[email protected]> wrote:
> $ doas openup
> ===> Checking for openup update
> ===> Installing/updating binpatch(es)
> quirks-2.241 signed on 2016-07-26T16:56:10Z
> binpatch60-amd64-httpd-1.0: ok
> Error from
> https://stable.mtier.org/updates/6.0/amd64/binpatch60-amd64-iked-1.0.tgz
> Can't exec "/usr/bin/ftp": Permission denied at
> /usr/libdata/perl5/OpenBSD/PackageRepository.pm line 641.
> Fatal error: Can't run /usr/bin/ftp: Permission denied
> at /usr/libdata/perl5/OpenBSD/PackageRepository.pm line 641.
Seems odd. Let's check the permissions on things needed for ftp...
Can you show the output from this (as root if necessary),
ls -l $(ldd /usr/bin/ftp | awk '/\// { print $7 }')