Everything posted by mrbrowndk
-
RESOLVED: syslog filling up with error - emhttpd: error: get_filesystem_status, 6475: Operation not supported (95): getxattr:
Ok, reason is that I have a large synology which currently host all media and actually use unraid for now as Plex server and some vms for hw passthrough. I know it is a bit weird, but it works some of the time
-
RESOLVED: syslog filling up with error - emhttpd: error: get_filesystem_status, 6475: Operation not supported (95): getxattr:
Though one q @Squid and a bit noob. When export smb, do you mean export smb from Synology (using smb instead of nfs)?
-
RESOLVED: syslog filling up with error - emhttpd: error: get_filesystem_status, 6475: Operation not supported (95): getxattr:
Thx @Squid ill try when i am back home in a couple og hours.
-
RESOLVED: syslog filling up with error - emhttpd: error: get_filesystem_status, 6475: Operation not supported (95): getxattr:
Hi All, My setup basically becomes unresponsive after 16-20 hours and my logs is being flooded by these two entries, posting each second: Jun 23 09:12:50 BrownsBeast emhttpd: error: get_filesystem_status, 6475: Operation not supported (95): getxattr: /mnt/user/media Jun 23 09:12:50 BrownsBeast emhttpd: error: get_filesystem_status, 6475: Operation not supported (95): getxattr: /mnt/user/photos I am mounting these two shares (on my synology) via User Script with this: #!/bin/bash sleep 180 mount -t nfs -o proto=tcp,port=2049 192.168.2.230:/volume1/video /mnt/user/media mount -t nfs -o proto=tcp,port=2049 192.168.2.230:/volume1/photos /mnt/user/photos NB: I did not use Unassigned Devices as my network is not loaded before it runs UD. In dialogue with the forum we agreed on this was the best approach, though now I get spammed by these and from my research what is causing my system to crash. Hope you can assist me. Best, Casper System: Unraid: 6.5.3 Stable Ryzen 1800x X370-i 32 GB memory 500 gb Samsung 960 PRO NvME 500 gb Samsung 940 EVO Sata brownsbeast-syslog-20180624-0857.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi Dlandon, Thanks for the help until now. Is there a way to restart UD via a command e.g. restarting UD via a user script?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Thanks for that thorough investigation!!! And here the noob q How to change when network is started before UD? Or somehow delay the auto mount e.g. 1 min?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Thanks Dlandon. Attached please find diagnostics brownsbeast-diagnostics-20180329-2254.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi All, I am a noob on UD, but have some weird stuff going on. I am on 6.5-RC2 (been the case on 6.5 stable and Next RC1-2). I am mapping two shares from my NAS on boot, but shares are not mounting automatically. Might be a simple fix, but can't seem to get it to work. I have also per reading through initiated "empty" Default script, but no change. Hope you guys can help. Best, Casper