[Samba] Garbage at end-of-file on repeated seeks (like tail)

2007-09-04 Thread Suds
Hi, I've couple of issues with a samba server (v3.0.10) running on Solaris 10. 1. On a linux client v3.0.24, when I 'tail -f' a file mounted via samba, I'm seeing junk(lot of ^@ characters) being printed along with the text from file. It's not a problem with the 'tail' program itself as the same

[Samba] Can't see shares, and also smbmount works but mount -t cifs doesn't

2007-09-04 Thread El Shaaarkee
Hi (this is most likely a newbie question). A couple of problems. I have a linux guest (puppy) running on vmplayer on a friend's machine, which runs WinXP home. I have folder sharing enabled on the host for a few different folders. I am trying to mount the winxp host shared folders onto

[Samba] Request for Samba Consultant in NYC

2007-09-04 Thread Shane Witbeck
We have an ongoing intermittent Samba issue that we need help with. This list seems like the best place to ask for recommendations for a consultant willing to physically come into a NYC office and troubleshoot the issue. Thanks, Shane --- This e-mail may contain confidential and/or

Re: [Samba] Re: forcing XP clients to use CIFS

2007-09-04 Thread Jax
Matt Seitz (matseitz) wrote: Andrew Bartlett [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Wed, 2007-08-29 at 21:48 +0200, Jax wrote: I guess there is a registry value for it. As I noticed winxp try to use smbfs first not cifs. In linux it's easier because

[Samba] Removing mangle map parameter.

2007-09-04 Thread Jeremy Allison
Hi all, I'm planning to remove the mangled map parameter as part of the removal of pstrings/fstrings from the 3.2 codebase. For those of you without long memories :-) the mangled map code was designed for the days when most clients were DOS 8.3 aware, and we wanted to map names like

Re: [Samba] Removing mangle map parameter.

2007-09-04 Thread Volker Lendecke
On Tue, Sep 04, 2007 at 12:48:20PM -0700, Jeremy Allison wrote: I'm planning to remove the mangled map parameter as part of the removal of pstrings/fstrings from the 3.2 codebase. Hey, I was in the middle of sanitizing that code :-) Volker P.S: I gave up, this is just too ugly...

Re: [Samba] Removing mangle map parameter.

2007-09-04 Thread Jeremy Allison
On Tue, Sep 04, 2007 at 09:56:06PM +0200, Volker Lendecke wrote: On Tue, Sep 04, 2007 at 12:48:20PM -0700, Jeremy Allison wrote: I'm planning to remove the mangled map parameter as part of the removal of pstrings/fstrings from the 3.2 codebase. Hey, I was in the middle of sanitizing

Re: [Samba] Removing mangle map parameter.

2007-09-04 Thread Volker Lendecke
On Tue, Sep 04, 2007 at 12:59:31PM -0700, Jeremy Allison wrote: Hey, I was in the middle of sanitizing that code :-) Please don't - I'm in the middle of a big patch :-). What about pre-versions of that? Volker pgpzfbkSzk0AT.pgp Description: PGP signature -- To unsubscribe from this list

Re: [Samba] Removing mangle map parameter.

2007-09-04 Thread Jeremy Allison
On Tue, Sep 04, 2007 at 10:12:28PM +0200, Volker Lendecke wrote: On Tue, Sep 04, 2007 at 12:59:31PM -0700, Jeremy Allison wrote: Hey, I was in the middle of sanitizing that code :-) Please don't - I'm in the middle of a big patch :-). What about pre-versions of that? Not done yet.

RE: [Samba] Re: forcing XP clients to use CIFS

2007-09-04 Thread Jason Cox
Jax, I had the same problem but its not a samba issue. The problem is in the old tcp/ip setting in windows. Back in the beging windows had a small tcp window size and it never changed. By adding the following to the registry you can increase it to something more apropriate for 100M nic's

[Samba] smbclient scripts

2007-09-04 Thread Juliano Rodrigues
Hello, Im trying: if smbclient //server/service -U user -password test -c 'rmdir testedir' then echo works else echo dont works fi But if command rmdir is success or not i got works... Any ideias? echo $? aways returns 0 too. Thanks, Juliano Rodrigues. -- To unsubscribe from this list go to

Re: [Samba] Doubts about some old parameters?

2007-09-04 Thread Alberto Moreno
Thanks Dale, this remove that message. See u!!! 2007/8/31, Dale Schroeder [EMAIL PROTECTED]: Alberto, To get rid of the testparm error message, add level2 oplocks = No The default for this parameter is Yes, but is only in effect if oplocks = Yes. Dale Alberto Moreno wrote:

svn commit: samba r24945 - in branches/SAMBA_4_0/source/selftest: .

2007-09-04 Thread abartlet
Author: abartlet Date: 2007-09-04 06:46:06 + (Tue, 04 Sep 2007) New Revision: 24945 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24945 Log: The behaviour of the SAMR server on a member server is worth testing separately. Andrew Bartlett Modified:

svn commit: samba r24946 - in branches/3.2-perltest/source/script/tests: .

2007-09-04 Thread metze
Author: metze Date: 2007-09-04 07:55:38 + (Tue, 04 Sep 2007) New Revision: 24946 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24946 Log: handle SIGINT and SIGQUIT in the same way as SIGTERM, somehow selftest.pl and timelimit are getting both a ctrl+c... metze

svn commit: samba r24947 - in branches/SAMBA_4_0_RELEASE/source/scripting/libjs: .

2007-09-04 Thread abartlet
Author: abartlet Date: 2007-09-04 09:15:16 + (Tue, 04 Sep 2007) New Revision: 24947 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24947 Log: Forgot to merge this to release branch, so we got weird subs in named.conf example. Andrew Bartlett Modified:

svn commit: samba r24948 - in branches/SAMBA_3_2_0/source/script/tests: .

2007-09-04 Thread vlendec
Author: vlendec Date: 2007-09-04 10:03:31 + (Tue, 04 Sep 2007) New Revision: 24948 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24948 Log: There is no point testing UNIXINFO -- 3.2.0 does not do it Modified:

svn commit: samba r24950 - in branches/SAMBA_3_2_0/source: include lib nsswitch passdb rpc_server smbd utils web

2007-09-04 Thread vlendec
Author: vlendec Date: 2007-09-04 11:21:42 + (Tue, 04 Sep 2007) New Revision: 24950 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24950 Log: Merge r21784 Replace smb_register_idle_event() with event_add_timed(). This fixes winbind which did not run the idle

svn commit: samba-docs r1169 - in trunk/smbdotconf/browse: .

2007-09-04 Thread kseeger
Author: kseeger Date: 2007-09-04 11:32:52 + (Tue, 04 Sep 2007) New Revision: 1169 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1169 Log: -Fix typo -Add missing blankspace Karolin Modified: trunk/smbdotconf/browse/oslevel.xml Changeset: Modified:

svn commit: samba r24951 - in branches: SAMBA_3_2/source/utils SAMBA_3_2_0/source/utils

2007-09-04 Thread vlendec
Author: vlendec Date: 2007-09-04 13:21:24 + (Tue, 04 Sep 2007) New Revision: 24951 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24951 Log: Warn if os level 255 Thanks to Karolin Seeger [EMAIL PROTECTED] Modified: branches/SAMBA_3_2/source/utils/testparm.c

svn commit: samba-docs r1170 - in trunk/smbdotconf/browse: .

2007-09-04 Thread kseeger
Author: kseeger Date: 2007-09-04 13:26:57 + (Tue, 04 Sep 2007) New Revision: 1170 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1170 Log: Add comment about max value for os level Karolin Modified: trunk/smbdotconf/browse/oslevel.xml Changeset: Modified:

svn commit: samba r24952 - in branches: SAMBA_3_2/source/nsswitch SAMBA_3_2_0/source/nsswitch

2007-09-04 Thread gd
Author: gd Date: 2007-09-04 14:06:33 + (Tue, 04 Sep 2007) New Revision: 24952 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24952 Log: Set the kdc locator env vars. This makes the krb5 locator plugin fully operational (from within winbindd and outside). Guenther

svn commit: samba r24953 - in branches/SAMBA_3_2_0/source: lib pam_smbpass

2007-09-04 Thread vlendec
Author: vlendec Date: 2007-09-04 14:10:23 + (Tue, 04 Sep 2007) New Revision: 24953 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24953 Log: Merge r21785 and r23121: Avoid an unnecessary gettimeofday() call Volker Fix Bug #2727 and let pam_smbpass at least

svn commit: samba r24954 - in branches: SAMBA_3_2/source/nsswitch SAMBA_3_2_0/source/nsswitch

2007-09-04 Thread gd
Author: gd Date: 2007-09-04 14:32:28 + (Tue, 04 Sep 2007) New Revision: 24954 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24954 Log: Fix the build without krb5. Guenther Modified: branches/SAMBA_3_2/source/nsswitch/winbindd_util.c

svn commit: samba r24955 - in branches: SAMBA_3_2/source SAMBA_3_2_0/source

2007-09-04 Thread obnox
Author: obnox Date: 2007-09-04 14:54:00 + (Tue, 04 Sep 2007) New Revision: 24955 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24955 Log: Reformat some object lists in Makefile.in to minimize the diff. Modified: branches/SAMBA_3_2/source/Makefile.in

svn commit: samba r24956 - in branches/SAMBA_3_2_0/source/smbd: .

2007-09-04 Thread vlendec
Author: vlendec Date: 2007-09-04 15:01:57 + (Tue, 04 Sep 2007) New Revision: 24956 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24956 Log: Merge r21879: Move process_blocking_lock_queue to a timed event. The idea is that we have

svn commit: samba r24957 - in branches/SAMBA_3_2_0/source: auth include param smbd

2007-09-04 Thread vlendec
Author: vlendec Date: 2007-09-04 19:52:59 + (Tue, 04 Sep 2007) New Revision: 24957 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24957 Log: Merge 21867, 21869, 21870 and 21871: Simplify calling convention of timeout_processing. lp_deadtime is only referenced in

svn commit: samba r24958 - in branches/SAMBA_4_0_RELEASE: . source

2007-09-04 Thread abartlet
Author: abartlet Date: 2007-09-04 23:47:00 + (Tue, 04 Sep 2007) New Revision: 24958 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24958 Log: This is the final text, and the final version. I'll send the release mail shortly. Andrew Bartlett Removed:

Build status as of Wed Sep 5 00:00:04 2007

2007-09-04 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-09-04 00:01:37.0 + +++ /home/build/master/cache/broken_results.txt 2007-09-05 00:01:45.0 + @@ -1,24 +1,24 @@ -Build status as of Tue Sep 4 00:00:02 2007 +Build status as of Wed Sep

svn commit: samba r24959 - in branches/SAMBA_4_0: . source

2007-09-04 Thread abartlet
Author: abartlet Date: 2007-09-05 00:53:20 + (Wed, 05 Sep 2007) New Revision: 24959 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24959 Log: Merge back changes from release branch, and set new VERSION on main tree. Andrew Bartlett Removed:

svn commit: samba r24960 - in branches/SAMBA_3_2_0/source: .

2007-09-04 Thread jerry
Author: jerry Date: 2007-09-05 01:23:48 + (Wed, 05 Sep 2007) New Revision: 24960 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24960 Log: remove traces of libmsrpc AC variables from 3.2.0 Modified: branches/SAMBA_3_2_0/source/configure.in Changeset:

svn commit: samba r24961 - in branches/SAMBA_3_2_0/source: .

2007-09-04 Thread jerry
Author: jerry Date: 2007-09-05 01:25:38 + (Wed, 05 Sep 2007) New Revision: 24961 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24961 Log: remove --with-python files from release since no one has stepped up to maintain them Removed:

Rev 614: merge from volker and ronnie in http://samba.org/~tridge/3_0-ctdb

2007-09-04 Thread tridge
revno: 614 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: s3-ctdb-tridge timestamp: Wed 2007-09-05 12:02:46 +1000 message: merge from volker

Rev 599: added a diagnostics tool for ctdb in http://samba.org/~tridge/ctdb

2007-09-04 Thread tridge
revno: 599 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-09-05 14:20:34 +1000 message: added a diagnostics tool for ctdb added: