January 8, 20233 yr So I decided to copy some valuable data from my Windows 11 Machine to my unRAID server over SMB. I just upgraded unRAID to 6.11.5. Almost immediately, I got pathref errors in the syslog. TONS. I attached my diagnostics below. What is going on?! gibson-diagnostics-20230108-1526.zip
January 12, 20233 yr Community Expert Try adding the following in the smb-extra.conf file: logging = 0
January 12, 20233 yr Author 9 minutes ago, JorgeB said: Settings -> SMB Settings -> SMB Extras I got this in the logs, should the entry for logging be at the top? Jan 12 11:21:44 GIBSON smbd[7222]: [2023/01/12 11:21:44.413507, 0] ../../lib/param/loadparm.c:1815(lpcfg_do_service_parameter) Jan 12 11:21:44 GIBSON smbd[7222]: Global parameter logging found in service section! Jan 12 11:21:55 GIBSON smbd[7222]: [2023/01/12 11:21:55.940422, 0] ../../source3/smbd/files.c:1199(synthetic_pathref) Jan 12 11:21:55 GIBSON smbd[7222]: synthetic_pathref: opening [Final Fantasy XII (USA).7z] failed
January 12, 20233 yr Community Expert 4 minutes ago, urbanracer34 said: logging be at the top? Not sure, @dlandonwould know.
January 12, 20233 yr Author Accessing same share on MacOS Monterey gives me this error: Jan 12 11:38:08 GIBSON smbd[13491]: [2023/01/12 11:38:08.790154, 0] ../../lib/param/loadparm.c:1815(lpcfg_do_service_parameter) Jan 12 11:38:08 GIBSON smbd[13491]: Global parameter logging found in service section! Jan 12 11:40:36 GIBSON smbd[14487]: [2023/01/12 11:40:36.155899, 0] ../../lib/param/loadparm.c:1815(lpcfg_do_service_parameter) Jan 12 11:40:36 GIBSON smbd[14487]: Global parameter logging found in service section! Jan 12 11:43:07 GIBSON smbd[15781]: [2023/01/12 11:43:07.614127, 0] ../../lib/param/loadparm.c:1815(lpcfg_do_service_parameter) Jan 12 11:43:07 GIBSON smbd[15781]: Global parameter logging found in service section!
January 13, 20233 yr Solution 7 hours ago, urbanracer34 said: Accessing same share on MacOS Monterey gives me this error: Jan 12 11:38:08 GIBSON smbd[13491]: [2023/01/12 11:38:08.790154, 0] ../../lib/param/loadparm.c:1815(lpcfg_do_service_parameter) Jan 12 11:38:08 GIBSON smbd[13491]: Global parameter logging found in service section! Jan 12 11:40:36 GIBSON smbd[14487]: [2023/01/12 11:40:36.155899, 0] ../../lib/param/loadparm.c:1815(lpcfg_do_service_parameter) Jan 12 11:40:36 GIBSON smbd[14487]: Global parameter logging found in service section! Jan 12 11:43:07 GIBSON smbd[15781]: [2023/01/12 11:43:07.614127, 0] ../../lib/param/loadparm.c:1815(lpcfg_do_service_parameter) Jan 12 11:43:07 GIBSON smbd[15781]: Global parameter logging found in service section! You need to do the following: Remove "statistics.sender.plg". It's part of the old preclear. It is no longer needed and is not compatible with 6.11. Remove "modprobe i915" from the go.txt file, Unraid takes care of that in 6.11. Remove all the stuff in the smb-extra.conf file and install UD to create a rootshare. Put "[global]" and "logging = 0" in the smb-extra.conf. Reboot.
January 13, 20233 yr Author 28 minutes ago, dlandon said: You need to do the following: Remove "statistics.sender.plg". It's part of the old preclear. It is no longer needed and is not compatible with 6.11. Remove "modprobe i915" from the go.txt file, Unraid takes care of that in 6.11. Remove all the stuff in the smb-extra.conf file and install UD to create a rootshare. Put "[global]" and "logging = 0" in the smb-extra.conf. Reboot. I'm not quite sure what to do with UD and rootshare (may not require it anymore,) but the logs are clear! Both W11 and MACOS! Thanks for the help!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.