Hi, I'm getting this error in my log: [2005/06/03 10:34:11, 5] smbd/filename.c:unix_convert(108) unix_convert called on file "data/8WBS0043.TMP" [2005/06/03 10:34:11, 5] smbd/filename.c:unix_convert(179) unix_convert begin: name = Data/8WBS0043.TMP, dirpath = Data, start = 8WBS0043.TMP [2005/06/03 10:34:11, 5] smbd/filename.c:unix_convert(328) New file 8WBS0043.TMP [2005/06/03 10:34:11, 5] smbd/trans2.c:call_trans2findfirst(1412) dir=Data, mask = 8WBS0043.TMP [2005/06/03 10:34:11, 5] smbd/dir.c:start_dir(334) start_dir dir=Data [2005/06/03 10:34:11, 3] smbd/dir.c:dptr_create(491) creating new dirptr 256 for path Data, expect_close = 1 [2005/06/03 10:34:11, 4] smbd/trans2.c:call_trans2findfirst(1442) dptr_num is 256, wcard = 8WBS0043.TMP, attr = 22 [2005/06/03 10:34:11, 5] smbd/trans2.c:call_trans2findfirst(1493) call_trans2findfirst - (2) closing dptr_num 256 [2005/06/03 10:34:11, 4] smbd/dir.c:dptr_close_internal(224) closing dptr key 256 [2005/06/03 10:34:11, 3] smbd/error.c:error_packet(105) error string = No such file or directory [2005/06/03 10:34:11, 3] smbd/error.c:error_packet(129) error packet at smbd/trans2.c(1504) cmd=50 (SMBtrans2) NT_STATUS_NO_SUCH_FILE Anyone know if there is a problem with unix_convert? Or maybe it is a case sensitive problem? It seems that this file is tried to create: data/8WBS0043.TMP But the path should be: Data/8WBS0043.TMP Thanks Oliver -- Oliver Schulze L. <oliver@samera.com.py>
On Fri, Jun 03, 2005 at 11:28:53AM -0400, Oliver Schulze L. wrote:> Hi, > I'm getting this error in my log: > [2005/06/03 10:34:11, 5] smbd/filename.c:unix_convert(108) > unix_convert called on file "data/8WBS0043.TMP" > [2005/06/03 10:34:11, 5] smbd/filename.c:unix_convert(179) > unix_convert begin: name = Data/8WBS0043.TMP, dirpath = Data, start = > 8WBS0043.TMP > [2005/06/03 10:34:11, 5] smbd/filename.c:unix_convert(328) > New file 8WBS0043.TMP > [2005/06/03 10:34:11, 5] smbd/trans2.c:call_trans2findfirst(1412) > dir=Data, mask = 8WBS0043.TMP > [2005/06/03 10:34:11, 5] smbd/dir.c:start_dir(334) > start_dir dir=Data > [2005/06/03 10:34:11, 3] smbd/dir.c:dptr_create(491) > creating new dirptr 256 for path Data, expect_close = 1 > [2005/06/03 10:34:11, 4] smbd/trans2.c:call_trans2findfirst(1442) > dptr_num is 256, wcard = 8WBS0043.TMP, attr = 22 > [2005/06/03 10:34:11, 5] smbd/trans2.c:call_trans2findfirst(1493) > call_trans2findfirst - (2) closing dptr_num 256 > [2005/06/03 10:34:11, 4] smbd/dir.c:dptr_close_internal(224) > closing dptr key 256 > [2005/06/03 10:34:11, 3] smbd/error.c:error_packet(105) > error string = No such file or directory > [2005/06/03 10:34:11, 3] smbd/error.c:error_packet(129) > error packet at smbd/trans2.c(1504) cmd=50 (SMBtrans2) > NT_STATUS_NO_SUCH_FILE > > Anyone know if there is a problem with unix_convert? > Or maybe it is a case sensitive problem? > > It seems that this file is tried to create: > data/8WBS0043.TMP > But the path should be: > Data/8WBS0043.TMPAre you sure it was a create issue ? Maybe the client only asked for open privillages, not create. I'd need more log to be sure. Jeremy.
Hey guys! Here is my setup: We have 2 buildings across several subnets. The buildings are connected by wireless radio connection. The PDC is located at one building. Occasionally we have had connection problems with our wireless link. In the event that this goes down, we are placing servers in the second building so people can continue to work. If it goes down 100%, then users wont be able to log into their machines because the conenction to the PDC has been lost. OS' are 98, 2k, XP. Would setting up a BDC in that location make it possible for clients to authenticate with the BDC in case the PDC is unreachable? Thanks, Adam