-
Posts
22 -
Joined
-
Last visited
About ailliano
- Birthday 01/07/1987
ailliano's Achievements
Newbie (1/14)
0
Reputation
-
Thank you for fast reply ! I updated the plugin to the new replacement and rebooted the server, will monitor and see what happens, If the remote server is the issue I'm not sure what's going on, it's a DS918 connected to a switch on same network and never has any problems, I'm not sure what can cause the NAS to stop communicating with unraid and cause shares issues, any suggestions ?
-
loki-diagnostics-20220518-1234.zipHi all, my first time asking for support so not sure I'm in the right thread, I've been having issue with a SMB mount to my nas, I switched to NFS and was good for a while however it now started again. All of my shares are showing 0 bytes and I can't navigate to them as they are disconnected, I included a screeshot and what the log is freaking out about. May 18 11:57:49 Loki unassigned.devices: Error: shell_exec(/bin/df '/mnt/remotes/plexmedia' --output=size,used,avail | /bin/grep -v '1K-blocks' 2>/dev/null) took longer than 5s! May 18 11:57:49 Loki unassigned.devices: Error: shell_exec(/bin/df '/mnt/remotes/plexmedia' --output=size,used,avail | /bin/grep -v '1K-blocks' 2>/dev/null) took longer than 5s! May 18 11:57:54 Loki unassigned.devices: Error: shell_exec(/bin/df '/mnt/remotes/plexmedia2' --output=size,used,avail | /bin/grep -v '1K-blocks' 2>/dev/null) took longer than 5s! May 18 11:57:54 Loki unassigned.devices: Error: shell_exec(/bin/df '/mnt/remotes/plexmedia2' --output=size,used,avail | /bin/grep -v '1K-blocks' 2>/dev/null) took longer than 5s! May 18 11:58:01 Loki kernel: traps: lsof[1259] general protection fault ip:15532da576ae sp:58c4db2936431bf error:0 in libc-2.33.so[15532da3e000+15e000]
-
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Loki" -e HOST_CONTAINERNAME="nzbget" -e 'PUID'='99' -e 'PGID'='100' -e ' DOCKER_MODS'='ghcr.io/gilbn/theme.park:nzbget' -e 'TP_THEME'='aquamarine' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:6789]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nzbget-icon.png' -p '6789:6789/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' 'linuxserver/nzbget' The command finished successfully!