unraid是我用过为数不多的nas系统之一(好像nas系统实际上也屈指可数), 而快照也是一个nas系统必备的功能之一
(openresty)NGINX使用的OPENSSL版本过低导致的ERR_SSL_PROTOCOL_ERROR问题
最近公司电脑访问后台管理页面经常会出现ERR_SSL_PROTOCOL_ERROR的问题,但用家里电脑发现又能正常访问,确认chrome浏览器版本都为最新,排除浏览器问题,最后发现问题来自于服务端的openssl版本过低(1.0.1),升级到1.1.1过后即可恢复正常
继续阅读“(openresty)NGINX使用的OPENSSL版本过低导致的ERR_SSL_PROTOCOL_ERROR问题”
pip安装basicsr提示TimeoutError: The read operation timed out
如果在timed out错误信息之上还出现了/usr/local/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.这个错误信息的话,适用于这个解决方案
继续阅读“pip安装basicsr提示TimeoutError: The read operation timed out”
TrueNASCore 无法使用pkg的问题
注意,TrueNASCore本身并不推荐直接使用pkg,而是使用“监狱”进行功能扩展
nginx遇到了SSL_do_handshake() failed (SSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:SSL alert number 40)
今天使用nginx给chatgpt挂代理, 结果运行的时候报了
SSL_do_handshake() failed (SSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:SSL alert number 40)
的错误...
Plex手贱点了登出服务器登录信息
今天转悠Plex后台,无意中在后台的Plex服务器-常规里面看到了“服务器登录身份”旁边有个登出,然后手贱点了下。。。就再也登录不上Plex了。。
继续阅读“Plex手贱点了登出服务器登录信息”
Stable Diffusion launch.py 如何指定显卡运行
一般情况下也不会有这种需求, 谁会一台电脑插几张卡的呢? 好巧不巧, 我有....
Unraid NerdTools插件iotop提示libffi.so.7: cannot open shared object file: No such file or directory的问题
最近发现unraid的cpu io wait高得离谱, 准备使用
iotop
查看一下, 虽然unraid本身并没有安装iotop
, 但是可以通过NerdTools插件进行安装, 装好过后运行iotop
, 结果却抛出了libffi.so.7: cannot open shared object file: No such file or directory
的异常信息
debian GDAL安装
使用conda安装能够避免手动处理很多依赖问题
继续阅读“debian GDAL安装”
Conda提示Can’t connect to HTTPS URL because the SSL module is not available.
最近Conda开始报https错误了, 看提示openssl没装, 明明装了为什么会提示未安装呢...
继续阅读“Conda提示Can’t connect to HTTPS URL because the SSL module is not available.”