On 3/6/06, Chuck Anderson <cra@wpi.edu> wrote:
On Sun, Mar 05, 2006 at 09:33:46PM -0500, Jim Dibb wrote:
> [2006/02/28 21:03:28, 0] smbd/service.c:make_connection_snum(615)
>   '/media/media' does not exist or is not a directory, when connecting to
> [media]
>
> Since I have a copy of the files on my xp box now, I was thinking of
> destroying the fs and recreating it, then putting all the data back.  I just
> find it very strange that with the above smb.conf , I can mount /media as
> media on my xp box and I can see the cdrecorder directory but I can't see
> the media directory.
>
> Any advice on what might be wrong?

If you check FC4 /var/log/audit/audit.log, you will probably
see that SELinux isn't allowing smbd to access that directory.

Can you post part of audit.log around the time access is attempted,
and also the security attributes on the directories?

ls -lZ /media
ls -lZ /media/media

I will do that tonight.  Thanks!