Giter VIP home page Giter VIP logo

inexistence's Issues

OneProvider ipv6的问题

OneProvider 独服ipv6配置好像有一点不同
/etc/network/interfaces 这个文件中
address 2001:xxx:xxxx:xxxx::
直接这样写是不行的,最后会配置失败
应该在后面加一个1
例如
address 2001:xxx:xxxx:xxxx::1
这样才配置成功

不知道是不是OneProvider 有点特殊
其他完全没问题

安装后rutorrent显示插件错误

你好:
现在我用脚本安装后会出现插件错误,原来都正常,我用的是op的独服,debian8系统,改成debian9安装还是有同样问题
[09.04.2019 23:57:34] WebUI started.
[09.04.2019 23:57:36] _task: 插件将不会工作. 网页服务器执行用户不能访问外部程序 (pgrep).
[09.04.2019 23:57:36] _cloudflare: 插件将不会工作. 网页服务器执行用户不能访问外部程序 (python).
[09.04.2019 23:57:36] create: 插件将不会工作. 它需要插件 _task
[09.04.2019 23:57:36] unpack: 插件将不会工作. 它需要插件 _task
[09.04.2019 23:57:36] mediainfo: 插件将不会工作. 它需要插件 _task
[09.04.2019 23:57:36] screenshots: 插件将不会工作. 它需要插件 _task
[09.04.2019 23:57:36] spectrogram: 插件将不会工作. 它需要插件 _task

ru.JPG

支持域名or签署ssl

跟quickbox之类一样,脚本自签的版本是不安全的,RUT的stream功能就实现不了了吧,我用vlc是打不开的。签署安全证书需要建站环境,bt和appnode之类用惯了的几个可视面板装了建站环境后好像用这个脚本都不能编译rt,应该是nginx or achache 配置有问题,我用过一个centos的一键脚本也是同样问题,不知道怎么改面板的nginx的参数来配适rt...

纯净系统下是没问题的,但有时候抽风卡很久,我是发现先单独安装rt再进mingling面板安装其他软件比较稳, 但只要装建站环境,php的achache就会占用80端口无法安装rt,无限时间卡在Installing required packages进程...kvm和独服上我都测试过,能有解决方案吗...

另外,其实脚本里的h5ai可以考虑用dplayer的修改版,增加倍速播放功能,更适合看剧(有些节奏拖沓的)。

除了发issue找不到你的联系方式了...

希望大佬添加卸载功能

脚本真的非常棒!重装机器后的神器,省事许多。

第一次用,一激动所有qb,rt,de,tr都装上了,后来发现,自己根本只用rt和qb,其他的就在那里占内存,希望大佬能够添加卸载软件的功能。

另外现在,mingling里只有关闭某个软件的选项,但没有卸载或者禁止自启动的选项,即使关闭后,下次重启,所有的软件又都出现了。。还得一个个的关闭。。。:cry:

再次感谢这么棒的脚本!

支持aria2

有没有支持安装 aria2+webui-aria2或Aria2Ng或YAAW 的打算
摸爬滚打想要一并集成上去233333

webmin h5ai

webmin h5ai 可不可以加个开关,或者默认不安装

安装deluge 1.3.15 出现问题

感谢星大奉献,rt+rut+autodl-irssi没问题,其他没试,不过deluge启动不了
ubuntu 16.04,不管是安装官方版还是skip hashcheck的都同样无法启动

root@ubuntu:# deluged
root@ubuntu:
# [ERROR ] 23:39:59 main:248 No module named libtorrent
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge-1.3.15-py2.7.egg/deluge/main.py", line 241, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/dist-packages/deluge-1.3.15-py2.7.egg/deluge/core/daemon.py", line 144, in init
from deluge.core.core import Core
File "/usr/lib/python2.7/dist-packages/deluge-1.3.15-py2.7.egg/deluge/core/core.py", line 38, in
from deluge._libtorrent import lt
File "/usr/lib/python2.7/dist-packages/deluge-1.3.15-py2.7.egg/deluge/_libtorrent.py", line 59, in
import libtorrent as lt
ImportError: No module named libtorrent

星大,zuozhong命令能否调整块尺寸大小呢?

星大,zuozhong命令没有调整尺寸大小的命令么?一般是没问题的话,但是在PTP,偶尔有一些做出的种用不了,PTP提示“The piece size of 16 MiB (2^24 ~170 pieces) is not within limits. It must be 1 MiB (2^20 ~2711 pieces) to 8 MiB (2^23 ~339 pieces)”
注:这个1M到8M不是固定的,资源太大的话会4M到16M,但不管资源什么大小,块尺寸4M是都可以覆盖,要不然以后把默认的尺寸调整成4M?

请星大把libtorrent-rasterbar的默认版本改成1.0.9

libtorrent-rasterbar目前的1.1.7版本有个天坑,一旦速度跑快一些,大概在60MB/s左右,Deluge的守护进程就会挂掉,经过我的测试发现这是libtorrent-rasterbar的锅。
1、在CentOS7下我先编译安装了Deluge1.3.15以及libtorrent-rasterbar1.1.7,发现Deluge在速度跑的比较快的时候守护进程会挂。

2、在CentOS7下,我使用第三方源的安装方式安装了一个Deluge1.3.15,libtorrent-rasterbar的版本号是1.0.9.0,无此问题。

3、在CentOS7下我又编译了一个Deluge1.3.13以及libtorrent-rasterbar1.1.7,发现问题依旧。

4、在Debian9下,我用apt-get安装了一个Deluge1.3.13,libtorrent-rasterbar的版本号忘记看了233,发现也有相同的问题。

5、最后我回到CentOS重新编译了一个Deluge1.3.13以及libtorrent-rasterbar1.0.9.0,无此问题。

由此可以推断出,至少最新版本的libtorrent-rasterbar1.1.7有与Deluge相关的BUG。可能别的较新版本也有类似问题。

ref https://lala.im/3233.html

建议修改默认缓存参数

环境:ovh家的盒子,内存4G,系统debian 8

在使用这个脚本以后一直存在一个问题,就是在我用flexget把种子都添加进去之后,使用top发现软件系统占达到了120%,目前看来是磁盘I/O占用,但是之前不知道,困扰了我两天,以为是客户端和内核的兼容问题,然而占用高的同时,系统也变得实在太卡了,没什么debug的心思,于是期间换了这个脚本的deluge/qbit/rtorrent,也尝试过换内核,都没什么改善,甚至怀疑过是脚本的问题

今天自己编译从官方源编译安装了deluge,系统占用仍然达到了75%,胡乱改设置的时候,动了一下cache,size设置为65536,time设置为30,然后就一切正常了

这是非常好用的一个一键包,希望作者能够修改相关配置

debian 8 和 ubuntu 16.04下安装rutorrent失败

1.你使用的是什么盒子

Hostens: storage box 1T openvz

2.你具体碰到了什么问题

在debian 8 和 ubuntu 16.04下无法安装rutorrent,似乎是nginx-full的某个问题。

3.具体日志,日志的查看方法在最后安装出错后会有提示

root@pt:~# cat /etc/inexistence/01.Log/installed.log
如果要截图请截完整点,包含下面所有信息
CPU     : Intel(R) Xeon(R) CPU E5-2603 v4 @ 1.70GHz"
Cores   : 1697.955 MHz, 1 Core(s), 1 Thread(s)"
Mem     : 1024 MB (322 MB Used)"
Disk    : 1024.0 GB (0.7 GB Used)
OS      : Debian 8.10 jessie (x86_64)
Kernel  : 2.6.32-042stab128.2
#################################
INEXISTENCEVER=1.0.2
INEXISTENCEDATE=2018.04.18.01
SETUPDATE=2018.04.20.13.48.46
MAXDISK=/dev/simfs
#################################
MAXCPUS=1
APTSOURCES=Yes
QBVERSION=3.3.11
DEVERSION=1.3.15
DELTVERSION=Install from repo
RTVERSION=0.9.6 IPv6 supported
TRVERSION=Install from repo
FLEXGET=Yes
RCLONE=No
BBR=Not supported on OpenVZ
USETWEAKS=Yes
UPLOADTOOLS=Yes
RDP=No
WINE=No
FLOOD=No
#################################
如果要截图请截完整点,包含上面所有信息
qBittorrent libtorrent-rasterbar from building
root@pt:~# cat /etc/inexistence/01.Log/INSTALLATION/07.rt.log
Installing rtinst master
Installation complete

You can now run rtinst and the additional supporting scripts
Debian GNU/Linux 8.10 (jessie)

Checking the web sites we will need are accessible
Checking Debian mirrors
http://ftp.de.debian.org/debian/: OK
http://security.debian.org/: OK
http://ftp.de.debian.org/debian/: OK
http://ftp.debian.org/debian/: OK

Checking major 3rd party components
Rtorrent: OK
xmlrpc-c: OK
RuTorrent: OK
Autodl-irssi: OK

Your server's IP is set to xxx.xxx.xxx.xxx
Your domain is set to domian.com
star already exists
No additional users to add

No more user input required, you can complete unattended
It will take approx 10 minutes for the script to complete

Updating package lists
Upgrading packages
Installing required packages
Problem installing packages. Check log and rerun once it is resolved
Installing Webmin
OK
Selecting previously unselected package libauthen-pam-perl.
(Reading database ... 69092 files and directories currently installed.)
Preparing to unpack .../libauthen-pam-perl_0.16-3+b1_amd64.deb ...
Unpacking libauthen-pam-perl (0.16-3+b1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../libio-pty-perl_1%3a1.08-1+b4_amd64.deb ...
Unpacking libio-pty-perl (1:1.08-1+b4) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../libapt-pkg-perl_0.1.29+b2_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.29+b2) ...
Selecting previously unselected package apt-show-versions.
Preparing to unpack .../apt-show-versions_0.22.4_all.deb ...
Unpacking apt-show-versions (0.22.4) ...
Selecting previously unselected package webmin.
Preparing to unpack .../archives/webmin_1.881_all.deb ...
Unpacking webmin (1.881) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u7) ...
Setting up nginx-full (1.6.2-5+deb8u5) ...
Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalc                                                                                                                                                      tl -xn' for details.
invoke-rc.d: initscript nginx, action "start" failed.
dpkg: error processing package nginx-full (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libauthen-pam-perl (0.16-3+b1) ...
Setting up libio-pty-perl (1:1.08-1+b4) ...
Setting up libapt-pkg-perl (0.1.29+b2) ...
Setting up apt-show-versions (0.22.4) ...
** initializing cache. This may take a while **
Setting up webmin (1.881) ...
Webmin install complete. You can now login to https://domian.com:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
Processing triggers for systemd (215-17+deb8u7) ...
Errors were encountered while processing:
 nginx-full
E: Sub-process /usr/bin/dpkg returned an error code (1)
Setting up Nginx Reverse Proxy
Completed

Webmin can be accessed at https://xxx.xxx.xxx.xxx/webmin
login using root, or sudo user credentials
error on line -1 of /etc/ssl/ruweb.cnf
139829028005520:error:02001002:system library:fopen:No such file or directory:bs                                                                                                                                                      s_file.c:175:fopen('/etc/ssl/ruweb.cnf','rb')
139829028005520:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c                                                                                                                                                      :178:
139829028005520:error:0E078072:configuration file routines:DEF_LOAD:no such file                                                                                                                                                      :conf_def.c:195:
mv: cannot stat '/home/star/rtinst.info': No such file or directory





  RT-INSTALLATION-COMPLETED



root@pt:~#  cat /etc/inexistence/01.Log/INSTALLATION/07.rtinst.script.log
Updating package lists
Upgrading packages
Reading package lists...
Building dependency tree...
Reading state information...
Installing required packages
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libgmpxx4ldbl:amd64.
(Reading database ... 64669 files and directories currently installed.)
Preparing to unpack .../libgmpxx4ldbl_2%3a6.0.0+dfsg-6_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.0.0+dfsg-6) ...
Selecting previously unselected package libppl13:amd64.
Preparing to unpack .../libppl13_1%3a1.1-3+b1_amd64.deb ...
Unpacking libppl13:amd64 (1:1.1-3+b1) ...
Selecting previously unselected package libppl-c4:amd64.
Preparing to unpack .../libppl-c4_1%3a1.1-3+b1_amd64.deb ...
Unpacking libppl-c4:amd64 (1:1.1-3+b1) ...
Selecting previously unselected package libcloog-ppl1:amd64.
Preparing to unpack .../libcloog-ppl1_0.16.1-5_amd64.deb ...
Unpacking libcloog-ppl1:amd64 (0.16.1-5) ...
Selecting previously unselected package libcppunit-1.13-0:amd64.
Preparing to unpack .../libcppunit-1.13-0_1.13.2-2_amd64.deb ...
Unpacking libcppunit-1.13-0:amd64 (1.13.2-2) ...
Selecting previously unselected package libdbus-glib-1-2:amd64.
Preparing to unpack .../libdbus-glib-1-2_0.102-1_amd64.deb ...
Unpacking libdbus-glib-1-2:amd64 (0.102-1) ...
Selecting previously unselected package libmms0:amd64.
Preparing to unpack .../libmms0_0.6.2-4_amd64.deb ...
Unpacking libmms0:amd64 (0.6.2-4) ...
Selecting previously unselected package libtinyxml2-2:amd64.
Preparing to unpack .../libtinyxml2-2_2.2.0-1_amd64.deb ...
Unpacking libtinyxml2-2:amd64 (2.2.0-1) ...
Selecting previously unselected package libzen0:amd64.
Preparing to unpack .../libzen0_0.4.29-1_amd64.deb ...
Unpacking libzen0:amd64 (0.4.29-1) ...
Selecting previously unselected package libmediainfo0:amd64.
Preparing to unpack .../libmediainfo0_0.7.70-1_amd64.deb ...
Unpacking libmediainfo0:amd64 (0.7.70-1) ...
Selecting previously unselected package libonig2:amd64.
Preparing to unpack .../libonig2_5.9.5-3.2+deb8u1_amd64.deb ...
Unpacking libonig2:amd64 (5.9.5-3.2+deb8u1) ...
Selecting previously unselected package libopts25:amd64.
Preparing to unpack .../libopts25_1%3a5.18.4-3_amd64.deb ...
Unpacking libopts25:amd64 (1:5.18.4-3) ...
Selecting previously unselected package libpcrecpp0:amd64.
Preparing to unpack .../libpcrecpp0_2%3a8.35-3.3+deb8u4_amd64.deb ...
Unpacking libpcrecpp0:amd64 (2:8.35-3.3+deb8u4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.8-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../libsvn1_1.8.10-6+deb8u5_amd64.deb ...
Unpacking libsvn1:amd64 (1.8.10-6+deb8u5) ...
Selecting previously unselected package ntp.
Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-7+deb8u2_amd64.deb ...
Unpacking ntp (1:4.2.6.p5+dfsg-7+deb8u2) ...
Selecting previously unselected package libval14:amd64.
Preparing to unpack .../libval14_2.0-1.1_amd64.deb ...
Unpacking libval14:amd64 (2.0-1.1) ...
Selecting previously unselected package nano.
Preparing to unpack .../nano_2.2.6-3_amd64.deb ...
Unpacking nano (2.2.6-3) ...
Selecting previously unselected package libtext-unidecode-perl.
Preparing to unpack .../libtext-unidecode-perl_1.22-1_all.deb ...
Unpacking libtext-unidecode-perl (1.22-1) ...
Selecting previously unselected package libintl-perl.
Preparing to unpack .../libintl-perl_1.23-1+deb8u1_all.deb ...
Unpacking libintl-perl (1.23-1+deb8u1) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ...
Unpacking libxml-namespacesupport-perl (1.11-1) ...
Selecting previously unselected package libxml-sax-base-perl.
Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ...
Unpacking libxml-sax-base-perl (1.07-1) ...
Selecting previously unselected package libxml-sax-perl.
Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2_all.deb ...
Unpacking libxml-sax-perl (0.99+dfsg-2) ...
Selecting previously unselected package libxml-libxml-perl.
Preparing to unpack .../libxml-libxml-perl_2.0116+dfsg-1+deb8u2_amd64.deb ...
Unpacking libxml-libxml-perl (2.0116+dfsg-1+deb8u2) ...
Selecting previously unselected package texinfo.
Preparing to unpack .../texinfo_5.2.0.dfsg.1-6_amd64.deb ...
Unpacking texinfo (5.2.0.dfsg.1-6) ...
Selecting previously unselected package cfv.
Preparing to unpack .../archives/cfv_1.18.3-2_all.deb ...
Unpacking cfv (1.18.3-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../po-debconf_1.0.16+nmu3_all.deb ...
Unpacking po-debconf (1.0.16+nmu3) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../debhelper_9.20150101+deb8u2_all.deb ...
Unpacking debhelper (9.20150101+deb8u2) ...
Selecting previously unselected package dtach.
Preparing to unpack .../dtach_0.8-2.1_amd64.deb ...
Unpacking dtach (0.8-2.1) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../libgirepository-1.0-1_1.42.0-2.2_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.42.0-2.2) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../gir1.2-glib-2.0_1.42.0-2.2_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.42.0-2.2) ...
Selecting previously unselected package htop.
Preparing to unpack .../htop_1.0.3-1_amd64.deb ...
Unpacking htop (1.0.3-1) ...
Selecting previously unselected package irssi.
Preparing to unpack .../irssi_0.8.17-1+deb8u5_amd64.deb ...
Unpacking irssi (0.8.17-1+deb8u5) ...
Selecting previously unselected package libposix-strftime-compiler-perl.
Preparing to unpack .../libposix-strftime-compiler-perl_0.40-1_all.deb ...
Unpacking libposix-strftime-compiler-perl (0.40-1) ...
Selecting previously unselected package libapache-logformat-compiler-perl.
Preparing to unpack .../libapache-logformat-compiler-perl_0.30-1_all.deb ...
Unpacking libapache-logformat-compiler-perl (0.30-1) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../libarchive-zip-perl_1.39-1_all.deb ...
Unpacking libarchive-zip-perl (1.39-1) ...
Selecting previously unselected package libasa-perl.
Preparing to unpack .../libasa-perl_0.02-1_all.deb ...
Unpacking libasa-perl (0.02-1) ...
Selecting previously unselected package libfile-pushd-perl.
Preparing to unpack .../libfile-pushd-perl_1.009-1_all.deb ...
Unpacking libfile-pushd-perl (1.009-1) ...
Selecting previously unselected package libcgi-compile-perl.
Preparing to unpack .../libcgi-compile-perl_0.17-1_all.deb ...
Unpacking libcgi-compile-perl (0.17-1) ...
Selecting previously unselected package libcgi-pm-perl.
Preparing to unpack .../libcgi-pm-perl_4.09-1_all.deb ...
Unpacking libcgi-pm-perl (4.09-1) ...
Selecting previously unselected package libcgi-emulate-psgi-perl.
Preparing to unpack .../libcgi-emulate-psgi-perl_0.20-1_all.deb ...
Unpacking libcgi-emulate-psgi-perl (0.20-1) ...
Selecting previously unselected package libfcgi-perl.
Preparing to unpack .../libfcgi-perl_0.77-1+deb8u1_amd64.deb ...
Unpacking libfcgi-perl (0.77-1+deb8u1) ...
Selecting previously unselected package libcgi-fast-perl.
Preparing to unpack .../libcgi-fast-perl_1%3a2.04-1_all.deb ...
Unpacking libcgi-fast-perl (1:2.04-1) ...
Selecting previously unselected package libclass-accessor-lite-perl.
Preparing to unpack .../libclass-accessor-lite-perl_0.06-1_all.deb ...
Unpacking libclass-accessor-lite-perl (0.06-1) ...
Selecting previously unselected package libclass-inspector-perl.
Preparing to unpack .../libclass-inspector-perl_1.28-1_all.deb ...
Unpacking libclass-inspector-perl (1.28-1) ...
Selecting previously unselected package libppl-dev:amd64.
Preparing to unpack .../libppl-dev_1%3a1.1-3+b1_amd64.deb ...
Unpacking libppl-dev:amd64 (1:1.1-3+b1) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../libgmp-dev_2%3a6.0.0+dfsg-6_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.0.0+dfsg-6) ...
Selecting previously unselected package libcloog-ppl-dev:amd64.
Preparing to unpack .../libcloog-ppl-dev_0.16.1-5_amd64.deb ...
Unpacking libcloog-ppl-dev:amd64 (0.16.1-5) ...
Selecting previously unselected package libcommon-sense-perl.
Preparing to unpack .../libcommon-sense-perl_3.73-2+b3_amd64.deb ...
Unpacking libcommon-sense-perl (3.73-2+b3) ...
Selecting previously unselected package libcppunit-dev.
Preparing to unpack .../libcppunit-dev_1.13.2-2_amd64.deb ...
Unpacking libcppunit-dev (1.13.2-2) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack .../libcurl4-openssl-dev_7.38.0-4+deb8u10_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.38.0-4+deb8u10) ...
Selecting previously unselected package libparams-util-perl.
Preparing to unpack .../libparams-util-perl_1.07-2+b1_amd64.deb ...
Unpacking libparams-util-perl (1.07-2+b1) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../libsub-install-perl_0.928-1_all.deb ...
Unpacking libsub-install-perl (0.928-1) ...
Selecting previously unselected package libdata-optlist-perl.
Preparing to unpack .../libdata-optlist-perl_0.109-1_all.deb ...
Unpacking libdata-optlist-perl (0.109-1) ...
Selecting previously unselected package libdevel-stacktrace-perl.
Preparing to unpack .../libdevel-stacktrace-perl_1.3400-1_all.deb ...
Unpacking libdevel-stacktrace-perl (1.3400-1) ...
Selecting previously unselected package libdevel-stacktrace-ashtml-perl.
Preparing to unpack .../libdevel-stacktrace-ashtml-perl_0.14-1_all.deb ...
Unpacking libdevel-stacktrace-ashtml-perl (0.14-1) ...
Selecting previously unselected package libfcgi-procmanager-perl.
Preparing to unpack .../libfcgi-procmanager-perl_0.24-1_all.deb ...
Unpacking libfcgi-procmanager-perl (0.24-1) ...
Selecting previously unselected package libfile-sharedir-perl.
Preparing to unpack .../libfile-sharedir-perl_1.102-1_all.deb ...
Unpacking libfile-sharedir-perl (1.102-1) ...
Selecting previously unselected package libfilesys-notify-simple-perl.
Preparing to unpack .../libfilesys-notify-simple-perl_0.12-1_all.deb ...
Unpacking libfilesys-notify-simple-perl (0.12-1) ...
Selecting previously unselected package libgmp3-dev.
Preparing to unpack .../libgmp3-dev_2%3a6.0.0+dfsg-6_amd64.deb ...
Unpacking libgmp3-dev (2:6.0.0+dfsg-6) ...
Selecting previously unselected package libhash-multivalue-perl.
Preparing to unpack .../libhash-multivalue-perl_0.15-1_all.deb ...
Unpacking libhash-multivalue-perl (0.15-1) ...
Selecting previously unselected package libpath-class-perl.
Preparing to unpack .../libpath-class-perl_0.35-1_all.deb ...
Unpacking libpath-class-perl (0.35-1) ...
Selecting previously unselected package libyaml-perl.
Preparing to unpack .../libyaml-perl_1.13-1_all.deb ...
Unpacking libyaml-perl (1.13-1) ...
Selecting previously unselected package libhttp-body-perl.
Preparing to unpack .../libhttp-body-perl_1.19-1_all.deb ...
Unpacking libhttp-body-perl (1.19-1) ...
Selecting previously unselected package libsub-exporter-perl.
Preparing to unpack .../libsub-exporter-perl_0.986-1_all.deb ...
Unpacking libsub-exporter-perl (0.986-1) ...
Selecting previously unselected package libio-handle-util-perl.
Preparing to unpack .../libio-handle-util-perl_0.01-1_all.deb ...
Unpacking libio-handle-util-perl (0.01-1) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../libjson-perl_2.61-1_all.deb ...
Unpacking libjson-perl (2.61-1) ...
Selecting previously unselected package libmodule-refresh-perl.
Preparing to unpack .../libmodule-refresh-perl_0.17-1_all.deb ...
Unpacking libmodule-refresh-perl (0.17-1) ...
Selecting previously unselected package libstream-buffered-perl.
Preparing to unpack .../libstream-buffered-perl_0.03-1_all.deb ...
Unpacking libstream-buffered-perl (0.03-1) ...
Selecting previously unselected package libtest-sharedfork-perl.
Preparing to unpack .../libtest-sharedfork-perl_0.29-1_all.deb ...
Unpacking libtest-sharedfork-perl (0.29-1) ...
Selecting previously unselected package libtest-tcp-perl.
Preparing to unpack .../libtest-tcp-perl_2.06-1_all.deb ...
Unpacking libtest-tcp-perl (2.06-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../libtry-tiny-perl_0.22-1_all.deb ...
Unpacking libtry-tiny-perl (0.22-1) ...
Selecting previously unselected package libplack-perl.
Preparing to unpack .../libplack-perl_1.0033-1_all.deb ...
Unpacking libplack-perl (1.0033-1) ...
Selecting previously unselected package librouter-simple-perl.
Preparing to unpack .../librouter-simple-perl_0.15-1_all.deb ...
Unpacking librouter-simple-perl (0.15-1) ...
Selecting previously unselected package libjson-rpc-perl.
Preparing to unpack .../libjson-rpc-perl_1.06-1_all.deb ...
Unpacking libjson-rpc-perl (1.06-1) ...
Selecting previously unselected package libjson-xs-perl.
Preparing to unpack .../libjson-xs-perl_2.340-1+b2_amd64.deb ...
Unpacking libjson-xs-perl (2.340-1+b2) ...
Selecting previously unselected package libsys-hostname-long-perl.
Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ...
Unpacking libsys-hostname-long-perl (1.4-3) ...
Selecting previously unselected package libmail-sendmail-perl.
Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ...
Unpacking libmail-sendmail-perl (0.79.16-1) ...
Selecting previously unselected package libmcrypt4.
Preparing to unpack .../libmcrypt4_2.5.8-3.3_amd64.deb ...
Unpacking libmcrypt4 (2.5.8-3.3) ...
Selecting previously unselected package libtinfo-dev:amd64.
Preparing to unpack .../libtinfo-dev_5.9+20140913-1+deb8u2_amd64.deb ...
Unpacking libtinfo-dev:amd64 (5.9+20140913-1+deb8u2) ...
Selecting previously unselected package libncurses5-dev:amd64.
Preparing to unpack .../libncurses5-dev_5.9+20140913-1+deb8u2_amd64.deb ...
Unpacking libncurses5-dev:amd64 (5.9+20140913-1+deb8u2) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../libpcre3-dev_2%3a8.35-3.3+deb8u4_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.35-3.3+deb8u4) ...
Selecting previously unselected package libperl-dev.
Preparing to unpack .../libperl-dev_5.20.2-3+deb8u10_amd64.deb ...
Unpacking libperl-dev (5.20.2-3+deb8u10) ...
Selecting previously unselected package libqdbm14.
Preparing to unpack .../libqdbm14_1.8.78-5+b1_amd64.deb ...
Unpacking libqdbm14 (1.8.78-5+b1) ...
Selecting previously unselected package libsigc++-2.0-dev:amd64.
Preparing to unpack .../libsigc++-2.0-dev_2.4.0-1_amd64.deb ...
Unpacking libsigc++-2.0-dev:amd64 (2.4.0-1) ...
Selecting previously unselected package libterm-readline-gnu-perl.
Preparing to unpack .../libterm-readline-gnu-perl_1.24-2+b1_amd64.deb ...
Unpacking libterm-readline-gnu-perl (1.24-2+b1) ...
Selecting previously unselected package libxml-libxslt-perl.
Preparing to unpack .../libxml-libxslt-perl_1.92-1+b1_amd64.deb ...
Unpacking libxml-libxslt-perl (1.92-1+b1) ...
Selecting previously unselected package libxml-sax-expat-perl.
Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ...
Unpacking libxml-sax-expat-perl (0.40-2) ...
Selecting previously unselected package libxml2-dev:amd64.
Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-5+deb8u6_amd64.deb ...
Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-5+deb8u6) ...
Selecting previously unselected package libyaml-libyaml-perl.
Preparing to unpack .../libyaml-libyaml-perl_0.41-6_amd64.deb ...
Unpacking libyaml-libyaml-perl (0.41-6) ...
Selecting previously unselected package mediainfo.
Preparing to unpack .../mediainfo_0.7.70-1_amd64.deb ...
Unpacking mediainfo (0.7.70-1) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../nginx-common_1.6.2-5+deb8u5_all.deb ...
Unpacking nginx-common (1.6.2-5+deb8u5) ...
Selecting previously unselected package nginx-full.
Preparing to unpack .../nginx-full_1.6.2-5+deb8u5_amd64.deb ...
Unpacking nginx-full (1.6.2-5+deb8u5) ...
Selecting previously unselected package php5-common.
Preparing to unpack .../php5-common_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-common (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php5-json.
Preparing to unpack .../php5-json_1.3.6-1_amd64.deb ...
Unpacking php5-json (1.3.6-1) ...
Selecting previously unselected package php5-cli.
Preparing to unpack .../php5-cli_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-cli (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php-pear.
Preparing to unpack .../php-pear_5.6.33+dfsg-0+deb8u1_all.deb ...
Unpacking php-pear (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php5-fpm.
Preparing to unpack .../php5-fpm_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-fpm (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php5.
Preparing to unpack .../php5_5.6.33+dfsg-0+deb8u1_all.deb ...
Unpacking php5 (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php5-curl.
Preparing to unpack .../php5-curl_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-curl (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package shtool.
Preparing to unpack .../shtool_2.0.8-6_all.deb ...
Unpacking shtool (2.0.8-6) ...
Selecting previously unselected package php5-dev.
Preparing to unpack .../php5-dev_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-dev (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php5-geoip.
Preparing to unpack .../php5-geoip_1.1.0-2_amd64.deb ...
Unpacking php5-geoip (1.1.0-2) ...
Selecting previously unselected package php5-mcrypt.
Preparing to unpack .../php5-mcrypt_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-mcrypt (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php5-readline.
Preparing to unpack .../php5-readline_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-readline (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package php5-xmlrpc.
Preparing to unpack .../php5-xmlrpc_5.6.33+dfsg-0+deb8u1_amd64.deb ...
Unpacking php5-xmlrpc (5.6.33+dfsg-0+deb8u1) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../python-apt-common_0.9.3.12_all.deb ...
Unpacking python-apt-common (0.9.3.12) ...
Selecting previously unselected package python-scgi.
Preparing to unpack .../python-scgi_1.13-1.1_amd64.deb ...
Unpacking python-scgi (1.13-1.1) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../python3-apt_0.9.3.12_amd64.deb ...
Unpacking python3-apt (0.9.3.12) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../python3-dbus_1.2.0-2+b3_amd64.deb ...
Unpacking python3-dbus (1.2.0-2+b3) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../python3-gi_3.14.0-1_amd64.deb ...
Unpacking python3-gi (3.14.0-1) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../unattended-upgrades_0.83.3.2+deb8u1_all.deb ...
Unpacking unattended-upgrades (0.83.3.2+deb8u1) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../python3-software-properties_0.92.25debian1_all.deb ...
Unpacking python3-software-properties (0.92.25debian1) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../software-properties-common_0.92.25debian1_all.deb ...
Unpacking software-properties-common (0.92.25debian1) ...
Selecting previously unselected package subversion.
Preparing to unpack .../subversion_1.8.10-6+deb8u5_amd64.deb ...
Unpacking subversion (1.8.10-6+deb8u5) ...
Selecting previously unselected package comerr-dev.
Preparing to unpack .../comerr-dev_2.1-1.42.12-2+b1_amd64.deb ...
Unpacking comerr-dev (2.1-1.42.12-2+b1) ...
Selecting previously unselected package dh-php5.
Preparing to unpack .../archives/dh-php5_0.2_all.deb ...
Unpacking dh-php5 (0.2) ...
Selecting previously unselected package pkg-php-tools.
Preparing to unpack .../pkg-php-tools_1.28_all.deb ...
Unpacking pkg-php-tools (1.28) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u7) ...
Processing triggers for install-info (5.2.0.dfsg.1-6) ...
Processing triggers for mime-support (3.58) ...
Processing triggers for dbus (1.8.22-0+deb8u1) ...
Setting up libgmpxx4ldbl:amd64 (2:6.0.0+dfsg-6) ...
Setting up libppl13:amd64 (1:1.1-3+b1) ...
Setting up libppl-c4:amd64 (1:1.1-3+b1) ...
Setting up libcloog-ppl1:amd64 (0.16.1-5) ...
Setting up libcppunit-1.13-0:amd64 (1.13.2-2) ...
Setting up libdbus-glib-1-2:amd64 (0.102-1) ...
Setting up libmms0:amd64 (0.6.2-4) ...
Setting up libtinyxml2-2:amd64 (2.2.0-1) ...
Setting up libzen0:amd64 (0.4.29-1) ...
Setting up libmediainfo0:amd64 (0.7.70-1) ...
Setting up libonig2:amd64 (5.9.5-3.2+deb8u1) ...
Setting up libopts25:amd64 (1:5.18.4-3) ...
Setting up libpcrecpp0:amd64 (2:8.35-3.3+deb8u4) ...
Setting up libserf-1-1:amd64 (1.3.8-1) ...
Setting up libsvn1:amd64 (1.8.10-6+deb8u5) ...
Setting up ntp (1:4.2.6.p5+dfsg-7+deb8u2) ...
update-rc.d: warning: start and stop actions are no longer supported; falling ba                                                                                                                                                      ck to defaults
Setting up libval14:amd64 (2.0-1.1) ...
Setting up nano (2.2.6-3) ...
update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto                                                                                                                                                       mode
update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mod                                                                                                                                                      e
Setting up libtext-unidecode-perl (1.22-1) ...
Setting up libintl-perl (1.23-1+deb8u1) ...
Setting up libxml-namespacesupport-perl (1.11-1) ...
Setting up libxml-sax-base-perl (1.07-1) ...
Setting up libxml-sax-perl (0.99+dfsg-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with pri                                                                                                                                                      ority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-libxml-perl (2.0116+dfsg-1+deb8u2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser wi                                                                                                                                                      th priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with prior                                                                                                                                                      ity 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up texinfo (5.2.0.dfsg.1-6) ...
Setting up cfv (1.18.3-2) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16+nmu3) ...
Setting up debhelper (9.20150101+deb8u2) ...
Setting up dtach (0.8-2.1) ...
Setting up libgirepository-1.0-1:amd64 (1.42.0-2.2) ...
Setting up gir1.2-glib-2.0:amd64 (1.42.0-2.2) ...
Setting up htop (1.0.3-1) ...
Setting up irssi (0.8.17-1+deb8u5) ...
Setting up libposix-strftime-compiler-perl (0.40-1) ...
Setting up libapache-logformat-compiler-perl (0.30-1) ...
Setting up libarchive-zip-perl (1.39-1) ...
Setting up libasa-perl (0.02-1) ...
Setting up libfile-pushd-perl (1.009-1) ...
Setting up libcgi-compile-perl (0.17-1) ...
Setting up libcgi-pm-perl (4.09-1) ...
Setting up libcgi-emulate-psgi-perl (0.20-1) ...
Setting up libfcgi-perl (0.77-1+deb8u1) ...
Setting up libcgi-fast-perl (1:2.04-1) ...
Setting up libclass-accessor-lite-perl (0.06-1) ...
Setting up libclass-inspector-perl (1.28-1) ...
Setting up libppl-dev:amd64 (1:1.1-3+b1) ...
Setting up libgmp-dev:amd64 (2:6.0.0+dfsg-6) ...
Setting up libcloog-ppl-dev:amd64 (0.16.1-5) ...
Setting up libcommon-sense-perl (3.73-2+b3) ...
Setting up libcppunit-dev (1.13.2-2) ...
Setting up libcurl4-openssl-dev:amd64 (7.38.0-4+deb8u10) ...
Setting up libparams-util-perl (1.07-2+b1) ...
Setting up libsub-install-perl (0.928-1) ...
Setting up libdata-optlist-perl (0.109-1) ...
Setting up libdevel-stacktrace-perl (1.3400-1) ...
Setting up libdevel-stacktrace-ashtml-perl (0.14-1) ...
Setting up libfcgi-procmanager-perl (0.24-1) ...
Setting up libfile-sharedir-perl (1.102-1) ...
Setting up libfilesys-notify-simple-perl (0.12-1) ...
Setting up libgmp3-dev (2:6.0.0+dfsg-6) ...
Setting up libhash-multivalue-perl (0.15-1) ...
Setting up libpath-class-perl (0.35-1) ...
Setting up libyaml-perl (1.13-1) ...
Setting up libhttp-body-perl (1.19-1) ...
Setting up libsub-exporter-perl (0.986-1) ...
Setting up libio-handle-util-perl (0.01-1) ...
Setting up libjson-perl (2.61-1) ...
Setting up libmodule-refresh-perl (0.17-1) ...
Setting up libstream-buffered-perl (0.03-1) ...
Setting up libtest-sharedfork-perl (0.29-1) ...
Setting up libtest-tcp-perl (2.06-1) ...
Setting up libtry-tiny-perl (0.22-1) ...
Setting up libplack-perl (1.0033-1) ...
Setting up librouter-simple-perl (0.15-1) ...
Setting up libjson-rpc-perl (1.06-1) ...
Setting up libjson-xs-perl (2.340-1+b2) ...
Setting up libsys-hostname-long-perl (1.4-3) ...
Setting up libmail-sendmail-perl (0.79.16-1) ...
Setting up libmcrypt4 (2.5.8-3.3) ...
Setting up libtinfo-dev:amd64 (5.9+20140913-1+deb8u2) ...
Setting up libncurses5-dev:amd64 (5.9+20140913-1+deb8u2) ...
Setting up libpcre3-dev:amd64 (2:8.35-3.3+deb8u4) ...
Setting up libperl-dev (5.20.2-3+deb8u10) ...
Setting up libqdbm14 (1.8.78-5+b1) ...
Setting up libsigc++-2.0-dev:amd64 (2.4.0-1) ...
Setting up libterm-readline-gnu-perl (1.24-2+b1) ...
Setting up libxml-libxslt-perl (1.92-1+b1) ...
Setting up libxml-sax-expat-perl (0.40-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priori                                                                                                                                                      ty 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml2-dev:amd64 (2.9.1+dfsg1-5+deb8u6) ...
Setting up libyaml-libyaml-perl (0.41-6) ...
Setting up mediainfo (0.7.70-1) ...
Setting up nginx-common (1.6.2-5+deb8u5) ...
Setting up nginx-full (1.6.2-5+deb8u5) ...
Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalc                                                                                                                                                      tl -xn' for details.
invoke-rc.d: initscript nginx, action "start" failed.
dpkg: error processing package nginx-full (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up php5-common (5.6.33+dfsg-0+deb8u1) ...

Creating config file /etc/php5/mods-available/pdo.ini with new version
php5_invoke: Enable module pdo for cli SAPI
php5_invoke: Enable module pdo for fpm SAPI

Creating config file /etc/php5/mods-available/opcache.ini with new version
php5_invoke: Enable module opcache for cli SAPI
php5_invoke: Enable module opcache for fpm SAPI
Setting up php5-json (1.3.6-1) ...
php5_invoke: Enable module json for cli SAPI
php5_invoke: Enable module json for fpm SAPI
Setting up php5-cli (5.6.33+dfsg-0+deb8u1) ...
update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto m                                                                                                                                                      ode
update-alternatives: using /usr/bin/phar5 to provide /usr/bin/phar (phar) in aut                                                                                                                                                      o mode

Creating config file /etc/php5/cli/php.ini with new version
Setting up php-pear (5.6.33+dfsg-0+deb8u1) ...
Setting up php5-fpm (5.6.33+dfsg-0+deb8u1) ...

Creating config file /etc/php5/fpm/php.ini with new version
Setting up php5 (5.6.33+dfsg-0+deb8u1) ...
Setting up php5-curl (5.6.33+dfsg-0+deb8u1) ...

Creating config file /etc/php5/mods-available/curl.ini with new version
php5_invoke: Enable module curl for cli SAPI
php5_invoke: Enable module curl for fpm SAPI
Setting up shtool (2.0.8-6) ...
Setting up php5-dev (5.6.33+dfsg-0+deb8u1) ...
update-alternatives: using /usr/bin/php-config5 to provide /usr/bin/php-config (                                                                                                                                                      php-config) in auto mode
update-alternatives: using /usr/bin/phpize5 to provide /usr/bin/phpize (phpize)                                                                                                                                                       in auto mode
Setting up php5-geoip (1.1.0-2) ...
Setting up php5-mcrypt (5.6.33+dfsg-0+deb8u1) ...

Creating config file /etc/php5/mods-available/mcrypt.ini with new version
php5_invoke: Enable module mcrypt for cli SAPI
php5_invoke: Enable module mcrypt for fpm SAPI
Setting up php5-readline (5.6.33+dfsg-0+deb8u1) ...

Creating config file /etc/php5/mods-available/readline.ini with new version
php5_invoke: Enable module readline for cli SAPI
php5_invoke: Enable module readline for fpm SAPI
Setting up php5-xmlrpc (5.6.33+dfsg-0+deb8u1) ...

Creating config file /etc/php5/mods-available/xmlrpc.ini with new version
php5_invoke: Enable module xmlrpc for cli SAPI
php5_invoke: Enable module xmlrpc for fpm SAPI
Setting up python-apt-common (0.9.3.12) ...
Setting up python-scgi (1.13-1.1) ...
Setting up python3-apt (0.9.3.12) ...
Setting up python3-dbus (1.2.0-2+b3) ...
Setting up python3-gi (3.14.0-1) ...
Setting up unattended-upgrades (0.83.3.2+deb8u1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling ba                                                                                                                                                      ck to defaults
Setting up python3-software-properties (0.92.25debian1) ...
Setting up software-properties-common (0.92.25debian1) ...
Setting up subversion (1.8.10-6+deb8u5) ...
Setting up comerr-dev (2.1-1.42.12-2+b1) ...
Setting up dh-php5 (0.2) ...
Setting up pkg-php-tools (1.28) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Processing triggers for systemd (215-17+deb8u7) ...
Processing triggers for php5-fpm (5.6.33+dfsg-0+deb8u1) ...
Processing triggers for dbus (1.8.22-0+deb8u1) ...
Errors were encountered while processing:
 nginx-full
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@pt:~# systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled)
   Active: failed (Result: exit-code) since Fri 2018-04-20 14:21:56 CST; 7min ago
  Process: 11935 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=1/FAILURE)
  Process: 11932 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)

Apr 20 14:21:54 domian.com nginx[11935]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Apr 20 14:21:54 domian.com nginx[11935]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Apr 20 14:21:55 domian.com nginx[11935]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Apr 20 14:21:55 domian.com nginx[11935]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Apr 20 14:21:56 domian.com nginx[11935]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Apr 20 14:21:56 domian.com nginx[11935]: nginx: [emerg] still could not bind()
Apr 20 14:21:56 domian.com systemd[1]: nginx.service: control process exited, code=exited status=1
Apr 20 14:21:56 domian.com systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Apr 20 14:21:56 domian.com systemd[1]: Unit nginx.service entered failed state.

尊敬的作者你好,请问flexget配置文件名称和位置?

如题,在网页编辑的时候第一次用,没注意把
web_server:
port: 6566
web_ui: yes
删掉了,导致网页端无法打开,想再次编辑配置文件却找不到了,虽然用mingling也能进入,但是太过于繁琐,知道位置的目的是还可以用winSCP去打开

支持 arm cpu 的系统安装

刚搞了个 soyoustart 的大硬盘独服,处理器是 arm v7 的,发现脚本装不上
试了 rtinstall 安装和运行都没问题

卸载deluge

请问大佬有没有卸载单个客户端的方法啊。。。。

您好,大佬.

首先非常感谢提供这么易用简单的一键脚本,万分感谢。

webmin是否可以选择是否安装呢?

期待大佬解答,谢谢大佬。

deluge web过于脆弱

为什么qb的web那么坚挺,deluge的web也太脆弱了,各种掉线,假死,加载又慢,星大也喜欢用deluge,有什么解决方案吗?

qb重启问题

大佬,qb在ssh用mingling重启的时候无论是ssh命令还是客户端控制,输入重启命令后web就打不开了。。。。。求问咋整

安装报错

Debian 9.0 和 ubuntu 18.04,安装不上,装到一半报错退出
报错信息:
Setting up atop (2.4.0-3) ...
ls: cannot access '/var/log/atop/atop_*': No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/atop.service -> /lib/systemd/system/atop.service.
Created symlink /etc/systemd/system/multi-user.target.wants/atopacct.service -> /lib/systemd/system/atopacct.service.
Job for atopacct.service failed because a timeout was exceeded.
See "systemctl status atopacct.service" and "journalctl -xe" for details.
invoke-rc.d: initscript atopacct, action "start" failed.

  • atopacct.service - Atop process accounting daemon
    Loaded: loaded (/lib/systemd/system/atopacct.service; enabled; vendor preset: enabled)
    Active: failed (Result: timeout) since Mon 2019-05-06 11:34:48 CST; 5ms ago
    Docs: man:atopacctd(8)
    Process: 3519 ExecStart=/usr/sbin/atopacctd (code=exited, status=0/SUCCESS)

May 06 11:33:18 PT systemd[1]: Starting Atop process accounting daemon...
May 06 11:33:18 PT atopacctd[3521]: Version: 2.4.0 - 2019/01/12 20:37:57 [email protected]
May 06 11:33:18 PT atopacctd[3519]: receive NETLINK family, errno -2
May 06 11:34:48 PT systemd[1]: atopacct.service: Start operation timed out. Terminating.
May 06 11:34:48 PT systemd[1]: atopacct.service: Failed with result 'timeout'.
May 06 11:34:48 PT systemd[1]: Failed to start Atop process accounting daemon.
dpkg: error processing package atop (--configure):
installed atop package post-installation script subprocess returned error exit status 1

Debian 8.0 可以安装,但是安装后qb和deluge无法启动
安装过程中会有个选择
Setting up systemd (215-17+deb8u11) ...
Configuration file '/etc/systemd/system.conf'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** system.conf (Y/I/N/O/D/Z) [default=N] ?
无论选择什么都可以安装结束,但是都无法启动

zuozhong命令有BUG

zuozhong命令偶尔会出现BUG, 不管是默认区块大小,还是指定区块大小,均会提示
“The piece length must be a number between 15 and 28”。

默认不是16M,也就是24么,那应该在15-28之间啊,应该不会报错啊。
我再指定22,也会报错,“The piece length must be a number between 15 and 28”。

具体错误信息如下图:

https://i.loli.net/2019/06/24/5d1042714433f34213.png

qBittorrent 始终安装不成功

Cloning into 'qBittorrent-4.1.6'...
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
/dev/fd/63: line 1877: cd: qBittorrent-4.1.6: No such file or directory
fatal: Not a git repository (or any of the parent directories): .git
/dev/fd/63: line 1901: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.

checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.


**** Debian package creation selected ***


This package will be built according to these values:

0 - Maintainer: [ root@ubuntu]
1 - Summary: [ qBittorrent BitTorrent client headless (qbittorrent-nox) ]
2 - Name: [ qbittorrent-nox ]
3 - Version: [ 4.1.6 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ qbittorrent ]
7 - Architecture: [ amd64 ]
8 - Source location: [ source ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
11 - Provides: [ qbittorrent-nox ]
12 - Conflicts: [ ]
13 - Replaces: [ ]

Enter a number to change any of them or press ENTER to continue:

Installing with make install...

========================= Installation results ===========================
make: *** No rule to make target 'install'. Stop.

**** Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

mv: cannot stat 'qbittorrent*deb': No such file or directory

希望能添加FTP

希望能像别的pt脚本一样,在安装时能自动设置ftp。
虽然h5ai也能用,但如果要保存原文件结构的话只能用ftp和rclone,但是好像我GDrive的api使用达到限制配置失败,ftp配置对于小白来讲有点复杂的。

Debian jessie apt源失效

Removal of Wheezy and Jessie (except LTS) from mirrors

由于jessie-updates和jessie-backports被移除,脚本在jessie版本的debian上已经失效(有理由认为在wheezy上也已失效)

附脚本运行结果

If you want to stop, Press Ctrl+C ; or Press ENTER to start

The selected softwares will be installed, this may take between
1 - 100 minutes depending on your systems specs and your selections

--2019-03-27 20:57:34--  https://github.com/Aniverse/inexistence/raw/master/00.Installation/template/debian.apt.sources
Resolving github.com (github.com)... 140.82.118.4, 140.82.118.3
Connecting to github.com (github.com)|140.82.118.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Aniverse/inexistence/master/00.Installation/template/debian.apt.sources [following]
--2019-03-27 20:57:34--  https://raw.githubusercontent.com/Aniverse/inexistence/master/00.Installation/template/debian.apt.sources
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.120.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.120.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1180 (1.2K) [text/plain]
Saving to: ‘/etc/apt/sources.list’

     0K .                                                     100% 28.8M=0s

2019-03-27 20:57:34 (28.8 MB/s) - ‘/etc/apt/sources.list’ saved [1180/1180]

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.95oY0EpUqn --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyring /etc/apt/trusted.gpg.d/mediaarea.gpg --keyserver keyserver.ubuntu.com --recv-keys 5C808C2B65558117
gpg: requesting key 65558117 from hkp server keyserver.ubuntu.com
gpg: key 65558117: "Christian Marillat <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
Ign http://ftp.debian.org jessie-updates InRelease
Ign http://ftp.de.debian.org jessie InRelease
Ign http://ftp.de.debian.org jessie-updates InRelease
Ign http://ftp.de.debian.org jessie-backports InRelease
Ign http://ftp.debian.org jessie-updates Release.gpg
Get:1 https://mediaarea.net jessie InRelease [192 B]
Ign https://mediaarea.net jessie InRelease
Get:2 https://mkvtoolnix.download jessie InRelease [153 B]
Ign https://mkvtoolnix.download jessie InRelease
Hit http://security.debian.org jessie/updates InRelease
Hit http://ftp.de.debian.org jessie Release.gpg
Ign http://ftp.de.debian.org jessie-updates Release.gpg
Ign http://ftp.debian.org jessie-updates Release
Hit https://mediaarea.net jessie Release.gpg
Hit https://mkvtoolnix.download jessie Release.gpg
Ign http://ftp.debian.org jessie-updates/main Sources/DiffIndex
Hit https://mkvtoolnix.download jessie Release
Ign http://ftp.de.debian.org jessie-backports Release.gpg
Ign http://ftp.debian.org jessie-updates/contrib Sources/DiffIndex
Ign http://ftp.debian.org jessie-updates/non-free Sources/DiffIndex
Hit https://mediaarea.net jessie Release
Hit http://ftp.de.debian.org jessie Release
Ign http://ftp.debian.org jessie-updates/main amd64 Packages/DiffIndex
Ign http://ftp.debian.org jessie-updates/contrib amd64 Packages/DiffIndex
Ign http://ftp.de.debian.org jessie-updates Release
Ign http://ftp.debian.org jessie-updates/non-free amd64 Packages/DiffIndex
Ign http://ftp.de.debian.org jessie-backports Release
Ign http://ftp.de.debian.org jessie-updates/main Sources/DiffIndex
Ign http://ftp.de.debian.org jessie-updates/contrib Sources/DiffIndex
Get:3 http://security.debian.org jessie/updates/main Sources [305 kB]
Ign http://ftp.de.debian.org jessie-updates/non-free Sources/DiffIndex
Ign http://ftp.de.debian.org jessie-updates/main amd64 Packages/DiffIndex
Ign http://ftp.de.debian.org jessie-updates/contrib amd64 Packages/DiffIndex
Ign http://ftp.de.debian.org jessie-updates/non-free amd64 Packages/DiffIndex
Get:4 http://security.debian.org jessie/updates/main amd64 Packages [662 kB]
Get:5 http://security.debian.org jessie/updates/main Translation-en [334 kB]
Hit http://security.debian.org jessie/updates/contrib Sources
Hit http://security.debian.org jessie/updates/non-free Sources
Hit http://security.debian.org jessie/updates/contrib amd64 Packages
Hit http://security.debian.org jessie/updates/non-free amd64 Packages
Hit http://security.debian.org jessie/updates/contrib Translation-en
Ign http://ftp.de.debian.org jessie-backports/main Sources/DiffIndex
Ign http://ftp.de.debian.org jessie-backports/contrib Sources/DiffIndex
Ign http://ftp.de.debian.org jessie-backports/non-free Sources/DiffIndex
Ign http://ftp.de.debian.org jessie-backports/main amd64 Packages/DiffIndex
Ign http://ftp.de.debian.org jessie-backports/contrib amd64 Packages/DiffIndex
Ign http://ftp.de.debian.org jessie-backports/non-free amd64 Packages/DiffIndex
Get:6 https://mediaarea.net jessie/main Translation-en_US [214 B]
Get:7 https://mediaarea.net jessie/main Translation-en [211 B]
Get:8 https://mediaarea.net jessie/main Translation-en_US.UTF-8 [220 B]
Get:9 https://mkvtoolnix.download jessie/main Translation-en_US [153 B]
Get:10 https://mkvtoolnix.download jessie/main Translation-en [153 B]
Get:11 https://mkvtoolnix.download jessie/main Translation-en_US.UTF-8 [153 B]
Hit https://mkvtoolnix.download jessie/main Sources
Hit http://security.debian.org jessie/updates/non-free Translation-en
Hit https://mkvtoolnix.download jessie/main amd64 Packages
Get:12 https://mkvtoolnix.download jessie/main Translation-en_US [153 B]
Hit https://mediaarea.net jessie/main amd64 Packages
Get:13 https://mkvtoolnix.download jessie/main Translation-en [153 B]
Get:14 https://mkvtoolnix.download jessie/main Translation-en_US.UTF-8 [153 B]
Get:15 https://mkvtoolnix.download jessie/main Translation-en_US [153 B]
Get:16 https://mediaarea.net jessie/main Translation-en_US [214 B]
Get:17 https://mkvtoolnix.download jessie/main Translation-en [153 B]
Get:18 https://mkvtoolnix.download jessie/main Translation-en_US.UTF-8 [153 B]
Get:19 https://mkvtoolnix.download jessie/main Translation-en_US [153 B]
Get:20 https://mediaarea.net jessie/main Translation-en [211 B]
Get:21 https://mkvtoolnix.download jessie/main Translation-en [153 B]
Get:22 https://mkvtoolnix.download jessie/main Translation-en_US.UTF-8 [153 B]
Get:23 https://mkvtoolnix.download jessie/main Translation-en_US [153 B]
Get:24 https://mediaarea.net jessie/main Translation-en_US.UTF-8 [220 B]
Ign https://mkvtoolnix.download jessie/main Translation-en_US
Get:25 https://mkvtoolnix.download jessie/main Translation-en [153 B]
Ign https://mkvtoolnix.download jessie/main Translation-en
Get:26 https://mkvtoolnix.download jessie/main Translation-en_US.UTF-8 [153 B]
Ign https://mkvtoolnix.download jessie/main Translation-en_US.UTF-8
Get:27 https://mediaarea.net jessie/main Translation-en_US [214 B]
Get:28 https://mediaarea.net jessie/main Translation-en [211 B]
Get:29 https://mediaarea.net jessie/main Translation-en_US.UTF-8 [220 B]
Get:30 https://mediaarea.net jessie/main Translation-en_US [214 B]
Get:31 https://mediaarea.net jessie/main Translation-en [211 B]
Get:32 https://mediaarea.net jessie/main Translation-en_US.UTF-8 [220 B]
Ign http://ftp.debian.org jessie-updates/contrib Translation-en_US
Get:33 https://mediaarea.net jessie/main Translation-en_US [214 B]
Ign https://mediaarea.net jessie/main Translation-en_US
Ign http://ftp.debian.org jessie-updates/contrib Translation-en
Ign http://ftp.debian.org jessie-updates/contrib Translation-en_US.UTF-8
Ign http://ftp.debian.org jessie-updates/main Translation-en_US
Get:34 https://mediaarea.net jessie/main Translation-en [211 B]
Ign https://mediaarea.net jessie/main Translation-en
Ign http://ftp.debian.org jessie-updates/main Translation-en
Ign http://ftp.debian.org jessie-updates/main Translation-en_US.UTF-8
Ign http://ftp.debian.org jessie-updates/non-free Translation-en_US
Ign http://ftp.debian.org jessie-updates/non-free Translation-en
Get:35 https://mediaarea.net jessie/main Translation-en_US.UTF-8 [220 B]
Ign https://mediaarea.net jessie/main Translation-en_US.UTF-8
Ign http://ftp.debian.org jessie-updates/non-free Translation-en_US.UTF-8
Err http://ftp.debian.org jessie-updates/main Sources
  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]
Err http://ftp.debian.org jessie-updates/contrib Sources
  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]
Err http://ftp.debian.org jessie-updates/non-free Sources
  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]
Err http://ftp.debian.org jessie-updates/main amd64 Packages
  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]
Err http://ftp.debian.org jessie-updates/contrib amd64 Packages
  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]
Err http://ftp.debian.org jessie-updates/non-free amd64 Packages
  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]
Hit http://ftp.de.debian.org jessie/main Sources
Hit http://ftp.de.debian.org jessie/contrib Sources
Hit http://ftp.de.debian.org jessie/non-free Sources
Hit http://ftp.de.debian.org jessie/main amd64 Packages
Hit http://ftp.de.debian.org jessie/contrib amd64 Packages
Hit http://ftp.de.debian.org jessie/non-free amd64 Packages
Hit http://ftp.de.debian.org jessie/contrib Translation-en
Hit http://ftp.de.debian.org jessie/main Translation-en
Hit http://ftp.de.debian.org jessie/non-free Translation-en
Ign http://ftp.de.debian.org jessie-updates/contrib Translation-en_US
Ign http://ftp.de.debian.org jessie-updates/contrib Translation-en
Ign http://ftp.de.debian.org jessie-updates/contrib Translation-en_US.UTF-8
Ign http://ftp.de.debian.org jessie-updates/main Translation-en_US
Ign http://ftp.de.debian.org jessie-updates/main Translation-en
Ign http://ftp.de.debian.org jessie-updates/main Translation-en_US.UTF-8
Ign http://ftp.de.debian.org jessie-updates/non-free Translation-en_US
Ign http://ftp.de.debian.org jessie-updates/non-free Translation-en
Ign http://ftp.de.debian.org jessie-updates/non-free Translation-en_US.UTF-8
Ign http://ftp.de.debian.org jessie-backports/contrib Translation-en_US
Ign http://ftp.de.debian.org jessie-backports/contrib Translation-en
Ign http://ftp.de.debian.org jessie-backports/contrib Translation-en_US.UTF-8
Ign http://ftp.de.debian.org jessie-backports/main Translation-en_US
Ign http://ftp.de.debian.org jessie-backports/main Translation-en
Ign http://ftp.de.debian.org jessie-backports/main Translation-en_US.UTF-8
Ign http://ftp.de.debian.org jessie-backports/non-free Translation-en_US
Ign http://ftp.de.debian.org jessie-backports/non-free Translation-en
Ign http://ftp.de.debian.org jessie-backports/non-free Translation-en_US.UTF-8
Err http://ftp.de.debian.org jessie-updates/main Sources
  404  Not Found
Err http://ftp.de.debian.org jessie-updates/contrib Sources
  404  Not Found
Err http://ftp.de.debian.org jessie-updates/non-free Sources
  404  Not Found
Err http://ftp.de.debian.org jessie-updates/main amd64 Packages
  404  Not Found
Err http://ftp.de.debian.org jessie-updates/contrib amd64 Packages
  404  Not Found
Err http://ftp.de.debian.org jessie-updates/non-free amd64 Packages
  404  Not Found
Err http://ftp.de.debian.org jessie-backports/main Sources
  404  Not Found
Err http://ftp.de.debian.org jessie-backports/contrib Sources
  404  Not Found
Err http://ftp.de.debian.org jessie-backports/non-free Sources
  404  Not Found
Err http://ftp.de.debian.org jessie-backports/main amd64 Packages
  404  Not Found
Err http://ftp.de.debian.org jessie-backports/contrib amd64 Packages
  404  Not Found
Err http://ftp.de.debian.org jessie-backports/non-free amd64 Packages
  404  Not Found
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/main/source/Sources  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/contrib/source/Sources  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/non-free/source/Sources  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/contrib/binary-amd64/Packages  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-updates/non-free/binary-amd64/Packages  404  Not Found [IP: 2001:67c:2564:a119::148:12 80]

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-updates/main/source/Sources  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-updates/contrib/source/Sources  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-updates/non-free/source/Sources  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-updates/contrib/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-updates/non-free/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-backports/main/source/Sources  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-backports/contrib/source/Sources  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-backports/non-free/source/Sources  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-backports/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-backports/contrib/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/jessie-backports/non-free/binary-amd64/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 128 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
atop is already the newest version.
bc is already the newest version.
build-essential is already the newest version.
checkinstall is already the newest version.
dirmngr is already the newest version.
dstat is already the newest version.
ethtool is already the newest version.
figlet is already the newest version.
gawk is already the newest version.
gcc is already the newest version.
locales is already the newest version.
iotop is already the newest version.
iperf is already the newest version.
iperf3 is already the newest version.
lolcat is already the newest version.
lrzsz is already the newest version.
lsb-release is already the newest version.
make is already the newest version.
net-tools is already the newest version.
ntpdate is already the newest version.
uuid is already the newest version.
pkg-config is already the newest version.
psmisc is already the newest version.
python is already the newest version.
ruby is already the newest version.
screen is already the newest version.
speedtest-cli is already the newest version.
sudo is already the newest version.
sysstat is already the newest version.
toilet is already the newest version.
tree is already the newest version.
unzip is already the newest version.
virt-what is already the newest version.
vnstat is already the newest version.
wondershaper is already the newest version.
zip is already the newest version.
zsh is already the newest version.
apt-transport-https is already the newest version.
ca-certificates is already the newest version.
curl is already the newest version.
libelf-dev is already the newest version.
The following package was automatically installed and is no longer required:
  libpango1.0-0
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
  git-man libjq1
Suggested packages:
  git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-arch git-cvs git-mediawiki git-svn strace gsmartcontrol
  smart-notifier
The following NEW packages will be installed:
  libjq1
The following packages will be upgraded:
  git git-man htop jq mtr rsync smartmontools socat
8 upgraded, 1 newly installed, 0 to remove and 120 not upgraded.
Need to get 6,891 kB of archives.
After this operation, 6,240 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  git git-man htop libjq1 jq mtr smartmontools socat
E: There are problems and -y was used without --force-yes

 ERROR  Failed to install packages, please check it and rerun once it is resolved

已知问题/Known Issues

已知问题:

  1. FTP 可能连不上,设置问题……
  2. Debian 8 可能编译 qBittorrent 失败(放弃治疗,不管了)
  3. 在预装了 Proxmox 的 Debian 系统上,编译 qBittorrent 可能失败

jietu 命令能否少截几张

jietu命令能否少截几张,皮也只是要3张而已,高清的还好,碰到原盘截个10张图,等好久啊。能否截个3-5张就行。

Flexget日志与SSH登陆后输出 locales 警告

Flexget 警告

Your locale declares ascii as the filesystem encoding. Any plugins reading filenames from disk will not work properly for filenames containing non-ascii characters. Make sure your locale env variables are set up correctly for the environment which is launching FlexGet.

SSH 登陆后警告

Last login: Wed Sep 26 16:58:06 2018 from 192.168.23.110
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
root@debian:~# 

向星大求问 iso格式原盘的bdinfo

有一个iso格式的原盘,我想要bdinfo

  1. 使用了guazai的命令
    得到:
    已将 /home/XXX/qbittorrent/download/Pitch Perfect 2012 UHD Blu-Ray EUR 2160p HEVC DTS-HD MA 7.1-CHDBits/Pitch Perfect 2012 UHD Blu-Ray EUR 2160p HEVC DTS-HD MA 7.1-CHDBits.iso 以只读模式挂载到 /etc/inexistence/06.BluRay/Pitch.Perfect.2012.UHD.Blu-Ray.EUR.2160p.HEVC.DTS-HD.MA.7.1-CHDBits

  2. bdinfo guazai的目录, 提示错误,错误命令如下:
    Please wait while we scan the disc...
    An error occurred while scanning the stream clip file 00000.CLPI.
    The disc may be copy-protected or damaged.

和guazai的是只读模式有关么?怎么才能Bdinfo, iso格式的原盘呢。

大佬可以方便更新一下libtorrent的版本吗

似乎现在已经是1.1.14的版本了2019年12月20日出来的,不知道大佬有没有时间搞一个出来呢
之前的1.1.13好像是2019年4月28出来的,不知道大佬有没有时间搞一个最新的出来呢

qb 4.2.0

大佬,啥时候支持qb4.2.0啊?如果需要自己手动更新的话应该怎么操作?自己编译安装呢?

libtorrent-rasterbar安装错误

  1. libtorrent-rasterbar 1.1.12 (RC_1_1 branch)
  2. libtorrent-rasterbar 1.2.0 (RC_1_2 branch)
  3. Select another version
    Which version do you want? (Default 02): 30

ATTENTION Make sure to input the correct version
Here is a list of all the available versions

Input the version you want: libtorrent-rasterbar 1.0.11.0

选择自定义libtorrent-rasterbar没有选择列表了,
手动输入libtorrent-rasterbar 1.0.11.0或libtorrent-rasterbar1.0.11后安装错误,
qb和de都不能使用....试了好几次都不行.libtorrent-rasterbar1.2以上版本总是崩溃..

安装qb及de后监控文件夹设置无效

RT
OP 19o机器,debian 9,安装rt 0.9.6,qb 4.1.5,de 1.3.15,全程安装未报错
然后设置qb和de的监控目录时,qb报无法保存程序偏好选项,可能是无法连接到qBttorrent,de设置之后重新打开preference对话框又回到默认文件夹
使用chmod对整个/home文件夹赋权无效
请教如何解决这一问题……

PS.Hetzner 23o机器测试,Ubuntu 18.04,出现同样问题
怀疑是自己某个环节没有设置正确……

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.