Bug 6534 - DFS: "Storage to process this request is not available"
Summary: DFS: "Storage to process this request is not available"
Status: NEW
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.2.5
Hardware: x86 All
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 08:25 UTC by Dave Kiddell
Modified: 2009-07-06 08:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Kiddell 2009-07-06 08:25:20 UTC
Hi guys,

I set up a DFS share using the documentation and it worked wonderfully with Windows XP clients, but it failed on Windows 98 clients with the error message "Folder_name is not accessible. Storage to process this request in not available."

After running log level 3 it appeared that the Windows 98 machines were making their requests in ALL CAPS and causing some sort of case sensitivity problem in msdfs.c, because it wouldn't pass a referral.

My work-around for now is to put the DFS share and DFS links in all caps, but that is really ugly and would make the XP clients suffer for 98's shortcomings.

This was the log entry from the Win98 machine that tipped me off:

[2009/07/06 07:15:54,  3] smbd/msdfs.c:get_referred_path(873)
  get_referred_path: No valid referrals for path \SAIGON\DFS\PRODUCTION
[2009/07/06 07:15:54,  3] smbd/msdfs.c:setup_dfs_referral(1173)
  setup_dfs_referral: Path  to alternate path(s):.

^-- My server name is saigon, so this appears to be the Win98 machine requesting a referral for DFS\PRODUCTION and Samba failing. The XP clients were more well behaved.