Jump to content

xiehuc

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by xiehuc

  1. my machine happed also, add a user script to restart nginx automaticly, hope it decrease problem. ``` #!/bin/bash pid=$(cat /var/run/nginx.pid) if [[ $(ps -ef | awk "\$3==$pid" | wc -l) -eq 0 ]]; then /etc/rc.d/rc.nginx start sleep 5 exit 0; fi ps -ef | awk "\$3==$pid" | grep '<defunct>' > /dev/null if [[ $? -eq 0 ]]; then kill -9 $pid sleep 1 /etc/rc.d/rc.nginx start sleep 5 fi ```
  2. 其实就是主题需要升级, https://github.com/6c65726f79/Transmissionic 可以换用这个主题,支持4.0,非常美观。 https://discourse.linuxserver.io/t/how-do-i-use-transmission-web-home-now-with-transmission-4-0/7435/3
  3. 没道理啊,这明显不正常。我估计你直接qb指定diskn目录,固定一个磁盘写。看读写明显是把阵列的文件倒到nvme来写了。下载不要用缓存盘会好些。
×
×
  • Create New...