Re: [Samba] Files missing when using windows XP and samba - not size-dependent

2005-07-06 Thread Paul Dunphy

Hi again folks,

Contrary to what I wrote yesterday, further testing has shown that 
whether a file is missing or not does not depend on the file size. 
Unlike Stuart Bailey, renaming the missing files did not help my situation.


I have so far determined that which files are missing does not depend on 
permissions, file name or file size. All files are visible on the 
Windows client (as they should be) with Samba 3.0.0; some files become 
invisible with Samba 3.0.14a. I have not tried any intermediate versions 
of Samba, so I do not know when this "bug" was introduced.


Is anyone else seeing this? Any troubleshooting suggestions would be 
greatly appreciated!


Thanks,
Paul

Paul Dunphy wrote:


Hi Stuart,

By any chance, are the missing files very large? I am having a similar 
problem with Samba 3.0.14a on Irix 6.5.17, and in my case it appears to 
be related to file size. Large files (>1.2 GB) and the folders 
containing them do not show up on the Windows client. This problem did 
not exist in my previous version of Samba, 3.0.0 (which I've been forced 
to revert to).


Cheers,
Paul

Stuart Bailey wrote:


Hi,
I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) 
and Windows Xp clients. The Unix clients view the files through an NFS 
v3 share, and windows client use samba (3.0.8-0.pre1.3).
When looking at a directory from the server, or from a Unix client, I 
can see 132 files. However, from the Windows client, I can only see 65 
files. There appear to be nothing special about the files names (we 
have already removed spaces etc from the filenames incase they caused 
a problem).
If I mount the samba shares via smbfs on the server (to a new mount 
point), I can see all 132 files, so I suspect the problem is not samba.
I have checked the file permissions, and although they have various 
owners, all permissions are 666. There seems to be no consistency 
between files that are missing.
I have tried a number of different Xp machines and they all exhibit 
the same symptoms.


Any ideas or suggestions would be appreciated.

Many thanks

Stuart.






--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Files missing when using windows XP and samba

2005-07-06 Thread Stuart Bailey
> The only thins I have noticed is that there are some files which have
> spaces in their names. When viewed on the Unix machines, the spaces are
> intact. If I view them on the Linux box, the spaces appear as '?' -
> obviously, windows would have trouble with this.
> Just waiting to see if changing these spaces to '-' will make any
> difference.
Just for the record, I have renamed the offending files, replacing spaces with 
hyphens. Now all files are visible from the Windows machines.

Stuart.

-- 
---
Stuart Bailey BSc (hons) CEng CITP MBCS
         LinuSoft (Proprietor)
           Linux Specialist
            (01953) 601294
            (07778) 383739
       http://www.linusoft.co.uk


**
This email and any files transmitted with it are confidential. If you
are not the intended recipient, please email [EMAIL PROTECTED] 
immediately.
You should not copy or use this email or attachments for any purpose
nor disclose their contents to any other person.

NO BINDING CONTRACT WILL RESULT FROM THIS E-MAIL UNTIL SUCH TIME AS A 
WRITTEN DOCUMENT IS SIGNED ON BEHALF OF LinuSoft.

LinuSoft cannot accept any responsibility for the completeness or 
accuracy of this message as it has been transmitted over public networks.
*
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Files missing when using windows XP and samba

2005-07-06 Thread Stuart Bailey
> By any chance, are the missing files very large? I am having a similar
> problem with Samba 3.0.14a on Irix 6.5.17, and in my case it appears to
> be related to file size. Large files (>1.2 GB) and the folders
> containing them do not show up on the Windows client. This problem did
> not exist in my previous version of Samba, 3.0.0 (which I've been forced
> to revert to).
>
No, some files are as small as 4Mb, others are upto about 2-3 Gb. There seems 
to be no commonality between the sizes of missing files and those that are 
visible.

The only thins I have noticed is that there are some files which have spaces 
in their names. When viewed on the Unix machines, the spaces are intact. If I 
view them on the Linux box, the spaces appear as '?' - obviously, windows 
would have trouble with this.
Just waiting to see if changing these spaces to '-' will make any difference.

Stuart.

-- 
---
Stuart Bailey BSc (hons) CEng CITP MBCS
         LinuSoft (Proprietor)
           Linux Specialist
            (01953) 601294
            (07778) 383739
       http://www.linusoft.co.uk


**
This email and any files transmitted with it are confidential. If you
are not the intended recipient, please email [EMAIL PROTECTED] 
immediately.
You should not copy or use this email or attachments for any purpose
nor disclose their contents to any other person.

NO BINDING CONTRACT WILL RESULT FROM THIS E-MAIL UNTIL SUCH TIME AS A 
WRITTEN DOCUMENT IS SIGNED ON BEHALF OF LinuSoft.

LinuSoft cannot accept any responsibility for the completeness or 
accuracy of this message as it has been transmitted over public networks.
*
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Files missing when using windows XP and samba

2005-07-05 Thread Dane Mutters
Make sure that there are read permissions on the missing files and read and 
execute permissions on any missing directories.  For files: chmod 644.  For 
directories: chmod 755.

--Dane

On Tuesday 05 July 2005 09:03 pm, Paul Dunphy wrote:
> Hi Stuart,
>
> By any chance, are the missing files very large? I am having a similar
> problem with Samba 3.0.14a on Irix 6.5.17, and in my case it appears to
> be related to file size. Large files (>1.2 GB) and the folders
> containing them do not show up on the Windows client. This problem did
> not exist in my previous version of Samba, 3.0.0 (which I've been forced
> to revert to).
>
> Cheers,
> Paul
>
> Stuart Bailey wrote:
> > Hi,
> > I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and
> > Windows Xp clients. The Unix clients view the files through an NFS v3
> > share, and windows client use samba (3.0.8-0.pre1.3).
> > When looking at a directory from the server, or from a Unix client, I can
> > see 132 files. However, from the Windows client, I can only see 65 files.
> > There appear to be nothing special about the files names (we have already
> > removed spaces etc from the filenames incase they caused a problem).
> > If I mount the samba shares via smbfs on the server (to a new mount
> > point), I can see all 132 files, so I suspect the problem is not samba.
> > I have checked the file permissions, and although they have various
> > owners, all permissions are 666. There seems to be no consistency between
> > files that are missing.
> > I have tried a number of different Xp machines and they all exhibit the
> > same symptoms.
> >
> > Any ideas or suggestions would be appreciated.
> >
> > Many thanks
> >
> > Stuart.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Files missing when using windows XP and samba

2005-07-05 Thread Paul Dunphy

Hi Stuart,

By any chance, are the missing files very large? I am having a similar 
problem with Samba 3.0.14a on Irix 6.5.17, and in my case it appears to 
be related to file size. Large files (>1.2 GB) and the folders 
containing them do not show up on the Windows client. This problem did 
not exist in my previous version of Samba, 3.0.0 (which I've been forced 
to revert to).


Cheers,
Paul

Stuart Bailey wrote:


Hi,
I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and 
Windows Xp clients. The Unix clients view the files through an NFS v3 share, 
and windows client use samba (3.0.8-0.pre1.3).
When looking at a directory from the server, or from a Unix client, I can see 
132 files. However, from the Windows client, I can only see 65 files. There 
appear to be nothing special about the files names (we have already removed 
spaces etc from the filenames incase they caused a problem).
If I mount the samba shares via smbfs on the server (to a new mount point), I 
can see all 132 files, so I suspect the problem is not samba.
I have checked the file permissions, and although they have various owners, 
all permissions are 666. There seems to be no consistency between files that 
are missing.
I have tried a number of different Xp machines and they all exhibit the same 
symptoms.


Any ideas or suggestions would be appreciated.

Many thanks

Stuart.



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Files missing when using windows XP and samba

2005-07-05 Thread Stuart Bailey
Thanks Gerard, 
I have tried that to no effect. The problem is still there.

Many thanks,

Stuart.

On Tuesday 05 July 2005 21:44, Gerard Seibert wrote:
> On Tuesday, July 05, 2005 12:50:04 PM Stuart Bailey <[EMAIL PROTECTED]> 
wrote:
> >Hi,
> >I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and
> >Windows Xp clients. The Unix clients view the files through an NFS v3
> > share, and windows client use samba (3.0.8-0.pre1.3).
> >When looking at a directory from the server, or from a Unix client, I can
> > see 132 files. However, from the Windows client, I can only see 65 files.
> > There appear to be nothing special about the files names (we have already
> > removed spaces etc from the filenames incase they caused a problem).
> >If I mount the samba shares via smbfs on the server (to a new mount
> > point), I can see all 132 files, so I suspect the problem is not samba.
> >I have checked the file permissions, and although they have various
> > owners, all permissions are 666. There seems to be no consistency between
> > files that are missing.
> >I have tried a number of different Xp machines and they all exhibit the
> > same symptoms.
> >
> >Any ideas or suggestions would be appreciated.
> >
> >Many thanks
> >
> >Stuart.
> >
> >--
> >---
> >Stuart Bailey BSc (hons) CEng CITP MBCS
> >         LinuSoft (Proprietor)
> >           Linux Specialist
> >            (01953) 601294
> >            (07778) 383739
> >       http://www.linusoft.co.uk
> >
>
> ** Reply Separator **
> Tuesday, July 05, 2005 4:38:58 PM
>
> I have no idea if this would make any difference or not. On your WinXP
> machines, when you open a network folder, try clicking on the 
> entry on the tool bar. Then open the   tab. Make
> sure that the show hidden and system files option is checked.
>
> It is worth a try anyway.
>
> --
> Gerard E. Seibert
> [EMAIL PROTECTED]

-- 
---
Stuart Bailey BSc (hons) CEng CITP MBCS
         LinuSoft (Proprietor)
   Linux Specialist
            (01953) 601294
            (07778) 383739
       http://www.linusoft.co.uk


**
This email and any files transmitted with it are confidential. If you
are not the intended recipient, please email [EMAIL PROTECTED] 
immediately.
You should not copy or use this email or attachments for any purpose
nor disclose their contents to any other person.

NO BINDING CONTRACT WILL RESULT FROM THIS E-MAIL UNTIL SUCH TIME AS A 
WRITTEN DOCUMENT IS SIGNED ON BEHALF OF LinuSoft.

LinuSoft cannot accept any responsibility for the completeness or 
accuracy of this message as it has been transmitted over public networks.
*
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Files missing when using windows XP and samba

2005-07-05 Thread Gerard Seibert
On Tuesday, July 05, 2005 12:50:04 PM Stuart Bailey <[EMAIL PROTECTED]> wrote:

>Hi,
>I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and 
>Windows Xp clients. The Unix clients view the files through an NFS v3 share, 
>and windows client use samba (3.0.8-0.pre1.3).
>When looking at a directory from the server, or from a Unix client, I can see 
>132 files. However, from the Windows client, I can only see 65 files. There 
>appear to be nothing special about the files names (we have already removed 
>spaces etc from the filenames incase they caused a problem).
>If I mount the samba shares via smbfs on the server (to a new mount point), I 
>can see all 132 files, so I suspect the problem is not samba.
>I have checked the file permissions, and although they have various owners, 
>all permissions are 666. There seems to be no consistency between files that 
>are missing.
>I have tried a number of different Xp machines and they all exhibit the same 
>symptoms.
>
>Any ideas or suggestions would be appreciated.
>
>Many thanks
>
>Stuart.
>
>-- 
>---
>Stuart Bailey BSc (hons) CEng CITP MBCS
>         LinuSoft (Proprietor)
>           Linux Specialist
>            (01953) 601294
>            (07778) 383739
>       http://www.linusoft.co.uk
>

** Reply Separator **
Tuesday, July 05, 2005 4:38:58 PM

I have no idea if this would make any difference or not. On your WinXP
machines, when you open a network folder, try clicking on the 
entry on the tool bar. Then open the   tab. Make
sure that the show hidden and system files option is checked.

It is worth a try anyway.

-- 
Gerard E. Seibert
[EMAIL PROTECTED]


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Files missing when using windows XP and samba

2005-07-05 Thread Stuart Bailey
Hi,
I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and 
Windows Xp clients. The Unix clients view the files through an NFS v3 share, 
and windows client use samba (3.0.8-0.pre1.3).
When looking at a directory from the server, or from a Unix client, I can see 
132 files. However, from the Windows client, I can only see 65 files. There 
appear to be nothing special about the files names (we have already removed 
spaces etc from the filenames incase they caused a problem).
If I mount the samba shares via smbfs on the server (to a new mount point), I 
can see all 132 files, so I suspect the problem is not samba.
I have checked the file permissions, and although they have various owners, 
all permissions are 666. There seems to be no consistency between files that 
are missing.
I have tried a number of different Xp machines and they all exhibit the same 
symptoms.

Any ideas or suggestions would be appreciated.

Many thanks

Stuart.

-- 
---
Stuart Bailey BSc (hons) CEng CITP MBCS
         LinuSoft (Proprietor)
           Linux Specialist
            (01953) 601294
            (07778) 383739
       http://www.linusoft.co.uk


**
This email and any files transmitted with it are confidential. If you
are not the intended recipient, please email [EMAIL PROTECTED] 
immediately.
You should not copy or use this email or attachments for any purpose
nor disclose their contents to any other person.

NO BINDING CONTRACT WILL RESULT FROM THIS E-MAIL UNTIL SUCH TIME AS A 
WRITTEN DOCUMENT IS SIGNED ON BEHALF OF LinuSoft.

LinuSoft cannot accept any responsibility for the completeness or 
accuracy of this message as it has been transmitted over public networks.
*
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba