I am trying to find why some files and directories are not visible from W2K windows explorers though they exist on unix home directory permissions are fine ( 755 )on unix side following is the portion of log ( level 10 ) [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) is_in_path: public_html [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) is_in_path: no name list. [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) is_in_path: weekly_report [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) is_in_path: no name list. *****public_html is not visilbe [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) is_in_path: bin [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) is_in_path: no name list. [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) is_in_path: .Xauthority [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) is_in_path: no name list. ******bin and .Xauthority is visible my question is how do find errors with opening directories to me both looks same any body can tell me what is_in_path does and what "no name list" means thanks in advance -------------------------------------------------------------------------------- Abdul Javid Network Solution Sector -Motorola Phone:(847)-632-6689 Pager-1-800-SKY-TEL2 (Pin #1389194) --------------------------------------------------------------------------------
David Collier-Brown
2002-Aug-01 08:04 UTC
[Samba] Missing files as seen by Explorer on a client (was Need help on this)
Abdul Javid {AJAVID1} wrote:> > I am trying to find why some files and directories are not visible > from W2K windows explorers though they exist on unix home directory > permissions are fine ( 755 )on unix side > > following is the portion of log ( level 10 ) > > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) > is_in_path: public_html > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) > is_in_path: no name list. > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) > is_in_path: weekly_report > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) > is_in_path: no name list. > > *****public_html is not visilbe > > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) > is_in_path: bin > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) > is_in_path: no name list. > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1143) > is_in_path: .Xauthority > [2002/07/31 16:16:05, 8] lib/util.c:is_in_path(1148) > is_in_path: no name list. > > ******bin and .Xauthority is visible > > my question is how do find errors with opening directories > to me both looks same > > any body can tell me what is_in_path does and what "no name list" > means >Whoops, I was wrong in the previous message: it looks like a samba-side problem! /******************************************************************* Utility function used to decide if the last component of a path matches a (possibly wildcarded) entry in a namelist. ********************************************************************/ BOOL is_in_path(char *name, name_compare_entry *namelist) The functiont looks for name in namelist, and almost every other list passed in is empty! This caused it to return false, and probably not return the name to Windows. This look sorta un-good... Abdul, what version samb are you running? Folks, has anyone fixed a bug on this lately? --dave -- David Collier-Brown, | Always do right. This will gratify Performance & Engineering | some people and astonish the rest. Americas Customer Engineering, | -- Mark Twain (905) 415-2849 | davecb@canada.sun.com