Missing files as seen by Explorer on a client (was Need help on this)

David Collier-Brown davecb at canada.sun.com
Thu Aug 1 08:04:07 GMT 2002


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 at canada.sun.com




More information about the samba-technical mailing list