# Unraid # Ошибки My Servers Error, Graphql is offline ```shell unraid-api restart ``` Aug 22 02:52:28 storage rpcbind\[9941\]: connect from 10.11.12.21 to getport/addr(mountd) ```shell sed -i s"#rpcbind -l#rpcbind#" /etc/rc.d/rc.rpc /etc/rc.d/rc.rpc restart /etc/rc.d/rc.nfsd restart ``` Уведомления не в ту группу telegram ```shell nano /boot/config/plugins/dynamix/telegram/chatid ``` # Ускорение работы SMB ```shell nano /boot/config/smb-extra.conf ``` > server multi channel support = yes > server multi channel support = yes > interfaces = "10.10.10.10;capability=RSS,speed=1000000000" "10.10.10.11;capability=RSS,speed=1000000000" 10.10.10.10 и 10.10.10.11 - IP адреса сервера ```shell samba restart ```