I created a new deb package from SoftEtherVPN source at https://github.com/SoftEtherVPN/SoftEtherVPN using
checkinstall -D make install
The process successfully installs the software, but the resulting deb package cannot install with this error:
unable to create `/proc/sys/kernel/threads-max.dpkg-new' (while processing `./proc/sys/kernel/threads-max'): No such file or directory
I cannot find out how to fix this error.
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
proc Linux. threads-max, , , . , checkinstall , . dpkg , , checkinstall, .
proc
threads-max
checkinstall
dpkg
checkinstall , , postinst script, , , .
postinst
checkinstall --exclude /proc/sys/kernel/threads-max -D make install
Source: https://habr.com/ru/post/1617653/More articles:Creating a pie chart in quick - initializationGetting error while trying to get authenticated user - phpProblems understanding filtering BeautifulSoup - pythonSaving image proportions using CSS or jQuery? - javascriptКак я могу многопоточно или многопроцессорно обрабатывать большие itertools.combinations в python? - performanceRun cocos2d-x project in browser - c ++Reduce function does not handle empty list - pythonWin2D CanvasBitmap vs Microsoft.UI.Composition CompositionImage - c #Use data.table to calculate the percentage of occurrence depending on the category in another column - rSympy integration - pythonAll Articles