https://github.com/SoftEtherVPN/SoftEtherVPNの SoftEtherVPN ソースから新しい deb パッケージを作成しました。
checkinstall -D make install
プロセスはソフトウェアを正常にインストールしますが、結果の deb パッケージは次のエラーでインストールに失敗します:
unable to create `/proc/sys/kernel/threads-max.dpkg-new' (while processing `./proc/sys/kernel/threads-max'): No such file or directory
このエラーを修正する方法がわかりません。
MVCE:
ssh root@my_new_14.04_vps_ip
apt-get update && apt-get -y upgrade
apt-get -y install git-core build-essential
apt-get install libreadline6-dev libncurses5-dev libssl-dev
apt-get install checkinstall
git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
cd SoftEtherVPN
./configure
checkinstall -D make install