とあるVPSを借りているのですが、ufwをenableすると
$ sudo ufw enable
Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
ERROR: problem running ufw-init
modprobe: ERROR: ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file() could not open builtin file ‘/lib/mo
dules/2.6.32-042stab092.2/modules.builtin.bin’
modprobe: FATAL: Module nf_conntrack_ftp not found.
などとエラーになります。
https://blog.kylemanna.com/linux/ufw-vps/
を参考に、
Open /etc/default/ufw
Comment out the line starting with “IPT_MODULES” and “IPV6”
で解決するも、さらに
[Errno 2] iptables: Memory allocation problem.
が出るようになる。どうもVPSではiptablesのルールの数に制限がある模様。
でも、とりあえずsshのルールを一つ削除したら出なくなったのでよいことにします。
Raspberry Piのapt-get updateでownCloud関係のGPGエラーが出る
久々にapt-get updateしてみると
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://down
load.owncloud.org/download/repositories/stable/Debian_9.0 Release
などと出ます。ぐぐって
https://github.com/owncloud/core/issues/32436
というのを発見し、以下で対処しました。
https://download.owncloud.org/download/repositories/stable/Debian_9.0/Release.key
をダウンロードし、
cat Release.key |sudo apt-key add –