Calbazana,
        I would try using CVS or SourceForge (see links below) and not VSS. From 
my experience with VSS (5+ years) the number of times the problem has 
been VSS (like adding 1.2Mb of tab characters to the end of my files) 
and not anything else has caused me to look elsewhere.  If you still 
want to use the dangerous VSS then look at the oplocks, getwd cache and 
related configuration parameters, maybe Samba isn't closing the file 
properly when done.

Your create mode is 0770 (force 0660), you know that that is like Full, 
Full, None right?  When a file is "checked into" VSS it is created as a 
new file, not an overwrite of the old one, so now the "checked in" file 
is created with 0770 (force 0660), perhaps you should try changing that.

CVS:
http://www.cvshome.org/
http://www.wincvs.org/

SourceForge:
http://www.vasoftware.com/products/sourceforge_enterprise_edition.php*
*

Calbazana, Al wrote:
> Hello,
> 
> I would like to know if anyone is able to help with setting up a Samba 
> share to run under VSS.  Currently, I have a share set up that contains 
> files under VSS.  I have my Samba share all set and working and I am 
> able to check files in and out of VSS.  I am having one problem where 
> checkins to VSS result in files being left writable by the user on the 
> Linux side.  Is there any way to get around this?  My Share config 
> snippet follows:
> 
> [my_share]
> 
>         comment = my_share
> 
>         path = /var/my_share
> 
>         browseable = yes
> 
>         writable = yes
> 
>         valid users = @content @dev
> 
>         create mode = 0770
> 
>         directory mask = 0770
> 
>         directory mode = 0775
> 
>         force directory mode = 0770
> 
>         create mask = 0770
> 
>         force create mode = 0660
> 
>         public = no
> 
>         guest ok = no
> 
>         read only = no
> 
> Thanks,
> 
> Al
> 
> |
> 
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> 
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
> 
> www.mimesweeper.com
> **********************************************************************
> |




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to