[Samba] Use metadata files in Samba

2007-05-27 Thread Thomas Bley
Hello, Often people (or applications) want to store additional information about a file. E.g. history, approval state, search tags, etc. Some file formats offer to integrate these metadata, some not (e.g. exif- headers, id3, etc.). My idea would be to create an additional filename.xyz.meta file

Re: [Samba] Re: Successful migration NT4-SAMBA3 domain, anyone?

2007-05-27 Thread Saulius G
Thanks, I'll try one more time. On 5/26/07, Jamrock [EMAIL PROTECTED] wrote: Davide Cervella [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Saulius G wrote: Thanks Davide :) just one more question, did you have windows xp in your NT domain? Yes, all workstations were Win XP

[Samba] Re: Need help: Centos 5, Samba as file server + ACL for WORKGROUP

2007-05-27 Thread Jamrock
notinh notien [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, all. I could not add any additional users to a file or directory using the Windows Security tab in Windows XP Sp2. Here is my configuration for samba-3.0.23c-2.el5.2.0.2. Perhaps this article will assist you.

[Samba] Re: Can't write to a Samba shared directory from windows XP

2007-05-27 Thread Jamrock
Talal jaafar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have setup a linux shared directory using Samba. From windows XP, I can see the shared directory, browse it, read files from it; however, I can't write to it. I have changed the ownership of the shared directory in

Re: [Samba] Abnormal Windows behaviour with Samba

2007-05-27 Thread Charles Marcus
On 5/26/2007 Erebus wrote: socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=4096 SO_SNDBUF=4096 Whether it is the cause of this problem or not, these are no longer necessary - and indeed, it is recommended to NOT use them, in modern l=kernels (2.6+)... -- To unsubscribe from this list

Re: [Samba] Abnormal Windows behaviour with Samba

2007-05-27 Thread Erebus
tanstaafl_bh wrote: Whether it is the cause of this problem or not, these are no longer necessary - and indeed, it is recommended to NOT use them, in modern l=kernels (2.6+)... So the correct would be only TCP_NODELAY which is the default, right? Apart from that (which was already

[Samba] RE: I need help with samba

2007-05-27 Thread David
Monica, Can you give us more details, what type of OS are you mentioning. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LOPEZ GARCIA, MONICA Sent: Thursday, May 24, 2007 10:54 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RV: I need help

Rev 357: added code to ctdb to send a tcp 'tickle' ack when we takeover an in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 357 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Sun 2007-05-27 15:26:29 +1000 message: added code to ctdb to send a tcp 'tickle' ack when

Rev 359: fixed tcp data offset and checksum in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 359 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Sun 2007-05-27 16:56:12 +1000 message: fixed tcp data offset and checksum modified:

Rev 360: remove experimental code in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 360 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Sun 2007-05-27 16:58:43 +1000 message: remove experimental code modified:

Rev 361: use a window size that is obvious in sniffs in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 361 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Sun 2007-05-27 17:23:35 +1000 message: use a window size that is obvious in sniffs

svn commit: samba r23161 - in branches: SAMBA_3_0/source/lib/tdb/common SAMBA_3_0/source/lib/tdb/include SAMBA_3_0_26/source/lib/tdb/common SAMBA_3_0_26/source/lib/tdb/include

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 09:22:11 + (Sun, 27 May 2007) New Revision: 23161 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23161 Log: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead record optimization. Modified:

svn commit: samba r23162 - in branches: SAMBA_3_0/source/locking SAMBA_3_0_26/source/locking

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 09:29:26 + (Sun, 27 May 2007) New Revision: 23162 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23162 Log: Make use of messaging_send_buf Modified: branches/SAMBA_3_0/source/locking/locking.c

svn commit: samba r23163 - in branches: SAMBA_3_0/source/include SAMBA_3_0/source/locking SAMBA_3_0_26/source/include SAMBA_3_0_26/source/locking

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 09:57:05 + (Sun, 27 May 2007) New Revision: 23163 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23163 Log: Convert locking.tdb to dbwrap Modified: branches/SAMBA_3_0/source/include/smb.h

svn commit: samba r23164 - in branches: SAMBA_3_0/source/locking SAMBA_3_0_26/source/locking

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 10:25:23 + (Sun, 27 May 2007) New Revision: 23164 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23164 Log: Minor cosmetic checkin Modified: branches/SAMBA_3_0/source/locking/locking.c

svn commit: samba r23165 - in branches: SAMBA_3_0/source/include SAMBA_3_0/source/locking SAMBA_3_0_26/source/include SAMBA_3_0_26/source/locking

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 10:35:14 + (Sun, 27 May 2007) New Revision: 23165 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23165 Log: Convert brlock.tdb to dbwrap Modified: branches/SAMBA_3_0/source/include/locking.h

Rev 362: fixed error reporting in tickle ack code in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 362 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Mon 2007-05-28 00:01:51 +1000 message: fixed error reporting in tickle ack code modified:

Rev 364: when handing over an IP to another node, also tell them of any tcp connections we were handling, so they can send tickle acks for those connections in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 364 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Mon 2007-05-28 00:51:10 +1000 message: when handing over an IP to another node, also tell

Rev 363: automatic cleanup of tcp tickle records in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 363 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Mon 2007-05-28 00:34:40 +1000 message: automatic cleanup of tcp tickle records modified:

svn commit: smb-build r75 - in trunk: .

2007-05-27 Thread jelmer
Author: jelmer Date: 2007-05-27 15:30:54 + (Sun, 27 May 2007) New Revision: 75 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=75 Log: Make a trivial change. Modified: trunk/ trunk/foobar Changeset: Property changes on: trunk

svn commit: samba r23166 - in branches: SAMBA_3_0/source/iniparser SAMBA_3_0/source/iniparser/html SAMBA_3_0/source/iniparser/src SAMBA_3_0_26/source/iniparser SAMBA_3_0_26/source/iniparser/html SAMBA

2007-05-27 Thread lmuelle
Author: lmuelle Date: 2007-05-27 15:58:19 + (Sun, 27 May 2007) New Revision: 23166 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23166 Log: Bring samba.org's iniparser copy in sync with the upstream version 2.17. Added:

svn commit: samba r23167 - in branches: SAMBA_3_0/source/printing SAMBA_3_0/source/smbd SAMBA_3_0_26/source/printing SAMBA_3_0_26/source/smbd

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 16:22:12 + (Sun, 27 May 2007) New Revision: 23167 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23167 Log: Remove an unused parameter Modified: branches/SAMBA_3_0/source/printing/printing.c

svn commit: samba r23168 - in branches: SAMBA_3_0/source/printing SAMBA_3_0/source/smbd SAMBA_3_0_26/source/printing SAMBA_3_0_26/source/smbd

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 16:34:49 + (Sun, 27 May 2007) New Revision: 23168 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23168 Log: Move the lp_max_connections() into service.c. Modified: branches/SAMBA_3_0/source/printing/printing.c

svn commit: samba r23169 - in branches: SAMBA_3_0/source/locking SAMBA_3_0_26/source/locking

2007-05-27 Thread vlendec
Author: vlendec Date: 2007-05-27 17:12:08 + (Sun, 27 May 2007) New Revision: 23169 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23169 Log: Merge 535 of Tridge's bzr tree: store the right data after cleaning lock records. This fixes RAW-BENCH-LOCK after a

Rev 365: another place where we could send a partial packet in http://samba.org/~tridge/ctdb

2007-05-27 Thread tridge
revno: 365 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Mon 2007-05-28 08:37:54 +1000 message: another place where we could send a partial packet

Build status as of Mon May 28 00:00:02 2007

2007-05-27 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-05-27 00:01:48.0 + +++ /home/build/master/cache/broken_results.txt 2007-05-28 00:01:19.0 + @@ -1,25 +1,25 @@ -Build status as of Sun May 27 00:00:03 2007 +Build status as of Mon May