Everything posted by xyzeratul
-
Please tell me about Thermal Paste for CPU
Yes normally u need to replace it at least every 5 years, that's assuming you are using the good one. I would suggest using SHINETSU 7783 or 7921, Noctua NT-H1, ARCTIC MX4, those are good and affordable in my book. Application you can find many guide video online, but please understand the principle behind thermal paste, they are not as thermal conduct as the pure metal, you just want them to fill the mico gap between your cooler and CPU, so use as little as possible.
-
What are these errors?
OK, seems I have this one option left, I keep a flash drvie backup, format the drive then install a new one: Just copy super.dat, pools folder, key file and the container templates on the new drive for testing, hopefully the problem is gone, right?
-
What are these errors?
oops, forgot I reboot between this one, this should have: 185409-diagnostics-20230407-1858.zip
-
What are these errors?
yes, I understand these, but what troubles me are these error: Apr 7 17:50:27 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Apr 7 17:50:28 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Apr 7 17:50:29 185409 emhttpd: error: update_ini, 704: No such file or directory (2): unlink: /var/local/emhttp/var.ini.new Apr 7 17:50:29 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Apr 7 17:50:29 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/shares.ini.new /var/local/emhttp/shares.ini Apr 7 17:50:29 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec.ini.new /var/local/emhttp/sec.ini Apr 7 17:50:29 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec_nfs.ini.new /var/local/emhttp/sec_nfs.ini Apr 7 17:50:30 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/var.ini.new /var/local/emhttp/var.ini and the UI laggy happens from time to time, but after many test, I noticed this laggy sometimes go away when I restart the NAS, sometimes it doesn't, I don't know if this related to any error showing in the log.
-
What are these errors?
It happens again after the reboot, I grab the dignostics for this time, don't know if this would help 185409-diagnostics-20230407-1733.zip
-
Proxy Editor | 提供可视化页面,方便快捷设置、切换代理
试用了下大佬的插件,CA市场一切正常,docker更新正常,但不知道为啥,所有插件检查更新都不行,直接显示: Checking connectivity ... No response, aborting! 不知道是为啥
-
unraid跨硬盘拷贝CPU直接跑满
应该不完全是网卡的问题,SCSI或者SATA控制器才是主要问题,我只是猜测哈,因为根据你的描述无法确定,我推断下估计是这情况: 硬盘A和B都应该是接在主板自带的sata口,然后这样你不管你直通任何一个块硬盘,你数据传输都是要经过sata控制器,也就是Unraid还是在管这破事,而且你还没直通网卡,数据还要从虚拟网卡上面过来,又给unraid增加负担。 如果要让unraid完全从这些里面解脱,那正确的方式应该是: 直通一块物理网卡和一个sata控制器给群晖,群晖在这个sata控制器下面直接接管硬盘B,然后直通的物理网口通过交换机或者路由器连接到同一个局域网,这样你拷贝文件就纯粹是smb网络传输的事情了。 PS:别把自己主板上的sata控制器直通了,那样你硬盘A直接挂。
-
What are these errors?
still same problem, boot in safe GUI mode, UI update is still very laggy shut down and start in normal mode, everything is fine this time, this is making me crazy
-
What are these errors?
185409-diagnostics-20230406-1633.zip Got it, it doesn't appear on every reboot or restart, but 1 out 3 times it happens. UI update is very laggy, and the web refeash on itself, very strange....
-
unraid docker 无法运行hlink
docker run 一般代指控制台命令行来创建docker容器,其实和在UI里面手动添加容器没啥区别,一般看作者docker run命令怎么写的就也知道模板该怎么填了,最多再看看作者有没有提什么额外参数要填。 docker compose在unraid上面没有直接支持,需要Docker Compose Manager插件,但是现在和Unraid的UI整合的不太好,不过适合批量部署和修改容器,以前我在OMV上面用portainer这样管理docker,感觉有时候比Unraid上面还方便。
-
unraid docker 无法运行hlink
那和CA就没啥关系了,直接没模板手动添加了一个docker容器。 我也就是按照作者给的docker compose设置的,没啥特殊的啊: version: '2' services: docker: image: likun7981/hlink:latest # docker镜像名称 restart: on-failure ports: # 这个端口映射 - 9090:9090 volumes: # 这个表示存储空间映射 - $YOUR_NAS_VOLUME_PATH:$DOCKER_VOLUME_PATH environment: - PUID=$YOUR_USER_ID - PGID=$YOUR_GROUP_ID - UMASK=$YOUR_UMASK - HLINK_HOME=$YOUR_HLINK_HOME_DIR # 这个是环境变量 $YOUR_USER_ID、$YOUR_GROUP_ID、$YOUR_UMASK、$YOUR_HLINK_HOME_DIR、$YOUR_NAS_VOLUME_PATH、$DOCKER_VOLUME_PATH为变量,根据自己的情况自行设置
-
What are these errors?
OK,shouldn't be too hard for reproducting this problem, it always happens right after I reboot or shutdown and start my nas. I will post a new one as soon as I am have some free time to do so.
-
What are these errors?
185409-diagnostics-20230402-2155.zip This is the dignostics I get after I reboot my NAS, don't know if this caught the error or not.
-
Web UI mess up
Guess I have to wait for some plugin update for that, I am look into rc2 and find out: I am using R8125 driver patch, GPU state plugin, and some UI button plugin right now.
-
Unraid 7.2.3 最新的r8125 r8126 r 8127 r8156 r8168 网卡驱动补丁
我一直在用这个补丁,但不知道是什么原理:我的机器上面主板B460迫击炮自带的8125网卡,单独使用没任何问题,但加了一张i350-T2的网卡,发现没法单独直通给Openwrt用,打了这个补丁后,i350神奇的可以屏蔽后直通。
-
What are these errors?
after a clean shutdown the "emhttpd: error" is back again😫
-
unraid docker 无法运行hlink
CA里面没有hlink吧
-
Web UI mess up
This happens to me one or twice every week, WEB UI just mess up: system log show some sort of nginx mem error: Apr 1 22:41:21 185409 nginx: 2023/04/01 22:41:21 [error] 4793#4793: MEMSTORE:00: can't create shared message for channel /shares Apr 1 22:41:22 185409 nginx: 2023/04/01 22:41:22 [crit] 4793#4793: ngx_slab_alloc() failed: no memory Apr 1 22:41:22 185409 nginx: 2023/04/01 22:41:22 [error] 4793#4793: shpool alloc failed Apr 1 22:41:22 185409 nginx: 2023/04/01 22:41:22 [error] 4793#4793: nchan: Out of shared memory while allocating message of size 9416. Increase nchan_max_reserved_memory. Apr 1 22:41:22 185409 nginx: 2023/04/01 22:41:22 [error] 4793#4793: *1357081 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/devices?buffer_length=1 HTTP/1.1", host: "localhost" Apr 1 22:41:22 185409 nginx: 2023/04/01 22:41:22 [error] 4793#4793: MEMSTORE:00: can't create shared message for channel /devices Could some help me understand what's the cause and how to I fix this
-
What are these errors?
OK I find out the resaon with wrong csrf_token, some leftover from last login mess with the setting. but still can't find anything on the "emhttpd: error"
-
What is the best way to make unraid acessable from outside my home network?
If your NAS is all for yourself, I would go with some sort of VNP like wireguard, it put your phone or laptop on the same virtual LAN. If your NAS run serivces for many people, and they are not tech savvy, your best bet is running a DDNS, nginx reverse proxy your services to internet, using letsencrypt certificate to sercure your https connecting.
-
What are these errors?
Today I restart my unraid(took it offline to clean the case), login to WEBUI and notice every info update is very laggy, and I check the log, it keeps showing these : Mar 29 10:52:19 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:20 185409 root: error: /plugins/community.applications/scripts/notices.php: wrong csrf_token Mar 29 10:52:20 185409 root: error: /webGui/include/Report.php: wrong csrf_token Mar 29 10:52:20 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:20 185409 root: error: /webGui/include/DashboardApps.php: wrong csrf_token Mar 29 10:52:24 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:24 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:25 185409 root: error: /plugins/unassigned.devices/UnassignedDevices.php: wrong csrf_token Mar 29 10:52:25 185409 root: error: /webGui/include/Notify.php: wrong csrf_token Mar 29 10:52:25 185409 root: error: /plugins/community.applications/scripts/notices.php: wrong csrf_token Mar 29 10:52:25 185409 root: error: /webGui/include/Report.php: wrong csrf_token Mar 29 10:52:25 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:25 185409 root: error: /webGui/include/DashboardApps.php: wrong csrf_token Mar 29 10:52:27 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:27 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:27 185409 emhttpd: error: cmdHotplug: wrong csrf_token Mar 29 10:52:27 185409 emhttpd: emhttpd: HTTP/1.1 500 Internal Server Error#015 Mar 29 10:52:35 185409 root: error: /webGui/include/Report.php: wrong csrf_token Mar 29 10:52:35 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:35 185409 root: error: /plugins/community.applications/scripts/notices.php: wrong csrf_token Mar 29 10:52:35 185409 root: error: /webGui/include/DashboardApps.php: wrong csrf_token Mar 29 10:52:36 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:36 185409 root: error: /webGui/include/InitCharts.php: wrong csrf_token Mar 29 10:52:38 185409 root: error: /plugins/dynamix.vm.manager/include/VMajax.php: wrong csrf_token Mar 29 11:57:30 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Mar 29 11:57:31 185409 emhttpd: error: update_ini, 704: No such file or directory (2): unlink: /var/local/emhttp/var.ini.new Mar 29 11:57:31 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Mar 29 11:57:31 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/devs.ini.new /var/local/emhttp/devs.ini Mar 29 11:57:31 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/users.ini.new /var/local/emhttp/users.ini Mar 29 11:57:31 185409 emhttpd: error: update_ini, 704: No such file or directory (2): unlink: /var/local/emhttp/shares.ini.new Mar 29 11:57:31 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec.ini.new /var/local/emhttp/sec.ini Mar 29 11:57:31 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec_nfs.ini.new /var/local/emhttp/sec_nfs.ini Mar 29 11:57:32 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/var.ini.new /var/local/emhttp/var.ini Mar 29 11:57:32 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Mar 29 11:57:32 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/devs.ini.new /var/local/emhttp/devs.ini Mar 29 11:57:32 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/users.ini.new /var/local/emhttp/users.ini Mar 29 11:57:32 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/shares.ini.new /var/local/emhttp/shares.ini Mar 29 11:57:32 185409 emhttpd: error: update_ini, 704: No such file or directory (2): unlink: /var/local/emhttp/sec.ini.new Mar 29 11:57:32 185409 emhttpd: error: update_ini, 704: No such file or directory (2): unlink: /var/local/emhttp/sec_nfs.ini.new Mar 29 11:57:33 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Mar 29 11:57:33 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec.ini.new /var/local/emhttp/sec.ini Mar 29 11:57:34 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/var.ini.new /var/local/emhttp/var.ini Mar 29 11:57:34 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Mar 29 11:57:34 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/shares.ini.new /var/local/emhttp/shares.ini Mar 29 11:57:34 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec.ini.new /var/local/emhttp/sec.ini Mar 29 11:57:35 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Mar 29 11:57:35 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/users.ini.new /var/local/emhttp/users.ini Mar 29 11:57:35 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/shares.ini.new /var/local/emhttp/shares.ini Mar 29 11:57:35 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec.ini.new /var/local/emhttp/sec.ini Mar 29 11:57:35 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec_nfs.ini.new /var/local/emhttp/sec_nfs.ini Mar 29 11:57:36 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/var.ini.new /var/local/emhttp/var.ini Mar 29 11:57:36 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini Mar 29 11:57:36 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/users.ini.new /var/local/emhttp/users.ini Mar 29 11:57:36 185409 emhttpd: error: update_ini, 704: No such file or directory (2): unlink: /var/local/emhttp/shares.ini.new Mar 29 11:57:36 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec.ini.new /var/local/emhttp/sec.ini Mar 29 11:57:36 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/sec_nfs.ini.new /var/local/emhttp/sec_nfs.ini Mar 29 11:57:37 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/var.ini.new /var/local/emhttp/var.ini Mar 29 11:57:37 185409 emhttpd: error: update_ini, 711: No such file or directory (2): rename: /var/local/emhttp/disks.ini.new /var/local/emhttp/disks.ini No idea how or when this started, but everything was fine before, and unraid still runs every services fine, just the info updates looks very laggy
-
求推荐HBA卡
感谢,没想到这玩意这么大放热量,准备的机箱完全没考虑过这点,功耗我倒是不怎么在乎。
- 求推荐HBA卡
-
求推荐HBA卡
家里有台老机器想做个NAS,但因为SATA口太少,想用做个扩展,看到网上有人推荐说HBA卡改成直通模式后可以用,以前完全没接触过这类东西,不知道该选什么,还有很多问题: 主板上只有两个SATA口,还有一条PCI-E X16,所以至少需要能接6块SATA硬盘的卡,单盘容量16TB 在Unraid上能直接使用,不需要额外修改或者打驱动 能在unraid上面直接像接在主板Sata口上面的硬盘一样管理吗?比如休眠和查看smart之类的功能是否都能一样? HBA卡最好用什么牌子和型号的?
-
Unraid 代理的问题
透明代理也有麻烦事情, 虽然Clash之类的自动分流已经进步很多了, 但有些容器还是要单独指定IP, 然后黑名单掉, 不然BT还有PCDN很容易走代理. 总之就是让强迫症各种不舒服.