tomtsang

Members
  • Posts

    63
  • Joined

  • Last visited

Posts posted by tomtsang

  1. On 4/27/2023 at 6:19 PM, Squid said:

    Close (if Google Translate works properly).

     

    Apps was unable to download from GitHub, so it switched to a backup server hosted on another domain (cloudfare).   Because all plugins and a large proportion of icons are also all hosted on GitHub, the message needs to be there to inform everyone that plugin installations may not work.

    Good to know about this, thanks!

     

    On 4/27/2023 at 1:06 PM, ym0230 said:

    插件安装都正常的,也扶墙了,但还是有这个提示。

    As you can see that few of the users still meet the same problem, even he could access GitHub well via V.P.N... is it caused by 'non-global-proxy' V.P.N.?

  2. 5 hours ago, ym0230 said:

    打开应用商店顶部提示: Backup Server Active. Some icons may not appear, and plugin installations may be affected

    请问是什么原因?

    微信图片_20230427114209.png

    只是提示啟用備用服務器,部分apps / plugins圖標會無法正常顯示,以及可能會影響到部分插件的安裝。

    一般都沒有什麼問題,這樣通常是主服務器負載過大,而啟用鏡像服務器提供同樣的apps / plugins下載、安裝服務。

  3. On 11/20/2022 at 10:21 PM, wyang said:

    主路由转发到旁路由,让后旁路由再转发一次

    W兄的回複正確!

    @Lain

    1. 先在OP旁路由的"网络>>防火墙>>常规设置>>区域"新建一個"lan => lan"區域,然後在第二個設置頁"网络>>防火墙>>端口转发"添加NAT轉發,外部端口(可與內部端口不同,避免xxxx,你懂的)指向docker容器的內部端口,IP地址為unraid的局域網地址;

    2. 主路由設置相應端口轉發指向旁路由IP地址、外部端口(不再指向unraid的局域網地址和內部端口了)

    • Thanks 1
  4. @alberttttlin,不知道你的重啟問題解決沒有。。。前幾天剛才一個朋友的PC電腦也出現類似的情況,開機自檢完成後即自動重啟。。。最後檢查結果是內存條接觸不良,將所有內存條拆下用橡皮擦來回清潔了幾次,用軟毛擦清潔了ram slots,重新插上開機就正常了。。。

  5. On 3/10/2023 at 1:50 PM, Jeffmiao said:

    请详细说明,不是很理解 

     

    /mnt/user/isos/ssl/1.crt

    这是证书的绝对地址,该如何映射

     

    @Jeffmiao,可能下面的方法可以幫到你!

     

    Quote

    物理宿主機與Docker容器之間的目錄映射

     

    第一步,進入宿主機的配置文件目錄。

    # 查看容器存放目錄

    命令:docker info | grep Root

     

    # 取得容器id(配合ls命令,但是hash值的容器id不好分辨,建議使用FileBrowser或者Dynamix File Manager來查看)

    命令:cd /var/lib/docker/containers

     

    # 進入配置文件目錄

    命令:cd /var/lib/docker/containers/容器id

     

    第二步,修改config.v2.json文件。

    添加宿主機的/mnt/user/isos/ssl映射到容器的/certs,找到"MountPoints",添加下面的代碼,如果"MountPoints"有內容,注意在下面代碼前面加逗號:"/certs":{"Source":"/mnt/user/isos/ssl","Destination":"/certs","RW":true,"Name":"","Driver":"","Type":"bind","Propagation":"rprivate","Spec":{"Type":"bind","Source":"/mnt/user/isos/ssl","Target":"/certs"},"SkipMountpointCreation":false}

     

    第三步,修改hostconfig.json文件。

    在hostconfig.json文件中添加下面的代碼:"Binds":["/mnt/user/isos/ssl:/certs"]

     

    第四步,啓動docker和容器。

    # 重啓docker

    命令:systemctl restart docker

     

    # 重啓容器

    命令:docker start [容器id]

     

    第五步,測試。

    啓動docker和容器之後,可以查看宿主機的/certs目錄下的文件是否可以在容器內的/certs目錄下查看到。若可以在容器內的/certs目錄下查看到,則說明目錄映射成功;反之,則說明目錄映射失敗。

     

    # 進到容器內

    命令:docker attach [容器id]

    或    docker exec [容器id]

     

    # 進入/certs目錄

    命令:cd /certs

     

    備注:以上映射目錄中的映射目錄/certs及相關宿主機/mnt/user/isos/ssl目錄路徑均為參考例子,實際映射目錄應以實際需求修改

     

  6. segfault 段錯誤 - segmentation fault(通常簡稱為segfault)或者訪問衝突是由具有內存保護的硬件引發的錯誤,用於通知操作系統 (OS) 內存訪問衝突。

    看日誌內容可知,是pgrep讀取libprocps.so進程受限或者出錯導致,也可能是系統分配虛擬內存出錯導致。

     

    可以試試以下方法(不確定能否解決😂😂😂):

    打開TTYD輸入:cat /proc/sys/vm/max_map_count,看看數值是多少?(通常會是65530, 65535或10000)

    再輸入:cat /etc/sysctl.conf,找到 'vm.max_map_count=xxx' 看看數值是多少?

    如果 'vm.max_map_count=0' 或者數值很小,那說明虛擬內存設置太小。。。

    解決方法:打開TTYD輸入 'echo 10000 > /proc/sys/vm/max_map_count' 回車後再查日誌

  7. On 2/1/2023 at 4:12 PM, mousepad said:

    请问在不重装的情况下我改如何解决问题,有备份。

     

    1. 備份原U盤根目錄下的『config』文件夾後格式化U盤,從官方下載USB Flash Creator重新製作引導,製作完成後把『config』文件夾複製到U盤對應目錄粘貼並覆蓋。

    2. 插上U盤引導系統並登入WebUI >> Tools >> Registration >> Install Key,複製購買成功郵件中的密鈅鏈接地址並粘貼到Key file URL後面,然後點擊『INSTALL KEY』。

    3. 在Registration下顯示『Thank you for choosing Unraid OS!』即表示激活成功了!

  8. Hi @ljm42,

     

    Actually I was about to tell that all the URLs in ALLOWED_ORIGINS are working fine, no matter the localhost or self-own domain or [hash].unraid.net, but when I tried tracert unraid.net, the result told there're some of the dns/nat servers return 'timeout' in China Mainland, such as I access GitHub from my country, it's not working quite well sometimes...

     

    I just wanna tell that the problem wasn't caused by My-Server service, in fact, the issue was caused by China Government Firewall protocols. Not sure if someone in other places or countries would meet this the same.

     

    Hey, I was not reporting service issues. 😂😂😂 And I appreciate for your patience, too.

  9. 13 hours ago, ljm42 said:

    running through a reverse proxy

     

    I did run through a reverse proxy before, it’s not working stabling then I removed it. But ‘unexpected token’ appeared after I removed it, when I reset the fiber gateway and router, after the public IP changed, My-Server plugin is working fine again, so I thought it might be caused by the dns cache poisoning issue.

  10. On 1/12/2023 at 11:58 PM, ljm42 said:

    Open a web terminal and run:
      unraid-api report -vv

     

    Actually all urls be listed in ALLOWED_ORIGINS are correct, dns cache poisoning issues in my country should be one of the reasons...

     

    On 1/11/2023 at 3:30 PM, tomtsang said:

    I believed that should mostly be caused by dns cache poisoning issues in some places or countries (like country R.P.C. where I am living in).

     

    Unraid-Report.png.5b9067522391daa71edc863e2ac7cf6b.png

  11. 看了你之前的post,似乎是因為你的u盤的guid被列入黑名單了,試試換個新U盤重新做系統並插上啟動服務器,再從你郵箱裡找出購買成功那封電郵,複製註冊密鈅的地址,登入unraid webui 並前往 "tool >> registration >> install key >> key file url" 粘貼密鈅地址,然後點擊右邊的 "install key" 重新激活。(如果一年內沒有更換過U盤,系統會自動把key跟新的guid綁定,並將原guid作廢)

  12. Hi @ljm42, I've got this issue yesterday, too...

    I've tried restarting api for several times, and reboot unraid... but not working, either...

    Finally, I've reset all devices including fiber gateway, router, switch at the same time, then restart api again, it's back.

    I believed that should mostly be caused by dns cache poisoning issues in some places or countries (like country R.P.C. where I am living in).

  13. 重新定義/boot/config/plugins/dockerMan/下的模板文件。

    其中./templates是系統默認模板,./templates-user是用戶模板,可以在該目錄下新建並自定義./templates-user/my-***.xml內容、或者複製其它模板修改。

    也可以編輯./template-repos添加repo下載自己或者他人做好的模板。

    11945015_Screenshot2023-01-11at14_28_32.thumb.png.0bc619175adac479a4d5dc9d13c9b31e.png

  14. 7 hours ago, Azir said:

    Unraid版本:6.11.5

    应用市场版本:2022.12.29

    jellyfin 安装版本:linuxserver's Repository

    前提:很长时间没有使用Unraid,最近一次兴起重新开始使用,把系统和商店都升级到了最新版本,准备安装jellyfin等管理影音库。

    问题:根据教程点击安装后应出现应用模板,填写存储库等相关内容,而在本机并未出现模板以供填写,点开软件右侧卡片视图后显示模板错误

    No category entry present。希望可以得到一种解决方案。

    在此感谢各位的帮助

    1673332808482.png

    1673333127895.png

     

    試試nyanmisaka/jellyfin (https://hub.docker.com/r/nyanmisaka/jellyfin/

     

  15. On 1/2/2023 at 11:24 PM, alberttttlin said:

    正版unraid 6.10,cpu i5-11500,主板asus b550m prime,2条16g和2条8g内存条(共48g),4个8t硬盘,其中一个作为校验盘,2条1t的ssd组成一个缓存池,docker有qb,emby,krusada,nextcloud,有一个win10虚拟机。

    上述配置使用了大半年没有任何问题,前天开始尝试安装黑群晖7.1虚拟机,安装过程都挺顺利,完成后开始使用黑群辉大约10分钟,开始自动重启。尝试过更换主机电源,无法解决问题。把内存条拆了按照不同配置插进去,或者把黑群晖虚拟机删除了,也是无法解决。

    重启一般出现在刚刚开机时,跳出内网ip前,或者是进入系统正在启动阵列时重启,一般就是主机灯突然熄灭,然后1-2s后又亮了重新启动。

    请问有大佬知道是什么原因导致的吗?是因为系统u盘文件损坏了?

    谢谢。

     

    主機板應該是B560吧?AM4的B550如何裝Intel的CPU???

    個人感覺是主機板自身的供電問題個佔多,先檢查下主機板有無電路銹蝕、接觸不良、針腳變形、電阻鼓包等現象。。。

    實在還是無法解決,再嘗試重做U盤或者更換U盤吧。。。