Kelly S. Smelser
2005-Jan-24 19:36 UTC
[Samba] Visual Studio/Samba Compile from Shares issue
I've run into a problem in which Visual Studio 6.0 gives an Internal Compiler Error message when compiling from a samba share. The project compiles fine locally and from shares on Windows machines. To me this suggests that the issue is with Samba. I've tried adding full access to the share where the project is housed, but to no avail. Any ideas? We are running samba 3.0.9-1.3E.2 on a Redhat Enterprise 3 server. The clients are Windows XP machines running Visual Studio 6.0 w/ SP5. K. -- Kelly S. Smelser Labs Manager, Client Services University of Indianapolis ksmelser@uindy.edu
Kelly S. Smelser ?rta:> I've run into a problem in which Visual Studio 6.0 gives an Internal > Compiler Error message when compiling from a samba share. The project > compiles fine locally and from shares on Windows machines. To me this > suggests that the issue is with Samba. I've tried adding full access > to the share where the project is housed, but to no avail. Any > ideas? We are running samba 3.0.9-1.3E.2 on a Redhat Enterprise 3 > server. The clients are Windows XP machines running Visual Studio 6.0 > w/ SP5. > K. > > -- > Kelly S. Smelser > Labs Manager, Client Services > University of Indianapolis > ksmelser@uindy.edu >I've read something like this in the docs some time ago, I would suggest, to read about the dos filetimes smb.conf parameter in the smb.conf manpage. Cheers Geza
Jeremy Allison
2005-Jan-24 20:19 UTC
[Samba] Visual Studio/Samba Compile from Shares issue
On Mon, Jan 24, 2005 at 02:36:04PM -0500, Kelly S. Smelser wrote:> I've run into a problem in which Visual Studio 6.0 gives an Internal > Compiler Error message when compiling from a samba share. The project > compiles fine locally and from shares on Windows machines. To me this > suggests that the issue is with Samba. I've tried adding full access to > the share where the project is housed, but to no avail. Any ideas? We > are running samba 3.0.9-1.3E.2 on a Redhat Enterprise 3 server. The > clients are Windows XP machines running Visual Studio 6.0 w/ SP5.Can you get an ethereal trace or level 10 debug log from smbd ? Thanks, Jeremy.