[Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread steve
cifs-utils-5.6 samba Version 4.0.0rc3 openSUSE 12.2 LAN of XP, w7 and Linux clients under Samba4 DC and s3fs fileserver Hi I am testing the possibility of migrating from nfs to cifs to serve our Linux clients. Currently we mount the samba shares, e.g. the home directory, using nfs. The test

[Samba] smb_panic with 4.0.0rc2 on Debian Squeeze

2012-10-18 Thread Nishant Sharma
Hi, I have successfully compiled and installed Samba 4.0.0rc2 on Debian Squeeze as described in the Wiki. In order to support Win XP and Win 7 clients, I have created GPOs for folders redirection. The problem I am facing is with random PANIC messages in the logs and logon/logoff/file access

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread Jeff Layton
On Thu, 18 Oct 2012 10:18:05 +0200 steve st...@steve-ss.com wrote: cifs-utils-5.6 samba Version 4.0.0rc3 openSUSE 12.2 LAN of XP, w7 and Linux clients under Samba4 DC and s3fs fileserver Hi I am testing the possibility of migrating from nfs to cifs to serve our Linux clients.

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread steve
On 18/10/12 11:48, Jeff Layton wrote: On Thu, 18 Oct 2012 10:18:05 +0200 steve st...@steve-ss.com wrote: cifs-utils-5.6 samba Version 4.0.0rc3 openSUSE 12.2 LAN of XP, w7 and Linux clients under Samba4 DC and s3fs fileserver Hi I am testing the possibility of migrating from nfs to cifs to

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread Jeff Layton
On Thu, 18 Oct 2012 13:21:39 +0200 steve st...@steve-ss.com wrote: On 18/10/12 11:48, Jeff Layton wrote: On Thu, 18 Oct 2012 10:18:05 +0200 steve st...@steve-ss.com wrote: cifs-utils-5.6 samba Version 4.0.0rc3 openSUSE 12.2 LAN of XP, w7 and Linux clients under Samba4 DC and s3fs

[Samba] Added samba users do not appear, but maybe appear as groups.

2012-10-18 Thread John B. Adams
Hi I am a long term samba user and this is my first real problem. Installation on Centos 5.8 originally Samba 3.033 It was on a server that had been crashing so about 8mths ago we put in a new motherboard and the system seemed to be running OK, but we have not been adding users or machines.

[Samba] Samba not locking files

2012-10-18 Thread Marko R
Hello, I created the following samba share but for some reason samba is not locking the files open by other users. For example user dave open a file in the share and user slav does not get the notification that opened file is already being used by another user. I even added the locking options

Re: [Samba] Samba4 successful deployment

2012-10-18 Thread Allen Chen
On 10/16/2012 03:27 PM, fe...@epepm.cupet.cu wrote: Recently I migrated to samba4 in my company. So far so good. debian 6 samba4.1.0pre1 bind9.9.1-P1 (working pretty well. it even updates the reverse zone and no problems at all with the forwarder) ntp-4.2.6p5 All services authenticating with

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread steve
On 18/10/12 14:17, Jeff Layton wrote: On Thu, 18 Oct 2012 13:21:39 +0200 steve st...@steve-ss.com wrote: On 18/10/12 11:48, Jeff Layton wrote: On Thu, 18 Oct 2012 10:18:05 +0200 steve st...@steve-ss.com wrote: The capture is not complete, since it doesn't contain the TCP connection setup.

Re: [Samba] Samba not locking files

2012-10-18 Thread Marcio Oli
I don't know, but you could try to change the parameters strict locking and locking to the default values or just remove them from smb.conf. I think that these actions can solve the problem. After, tell us a feedback! Thanks, Marcio. 2012/10/18 Marko R markor...@yahoo.com Hello, I

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread steve
On 18/10/12 17:55, steve wrote: On 18/10/12 14:17, Jeff Layton wrote: On Thu, 18 Oct 2012 13:21:39 +0200 steve st...@steve-ss.com wrote: On 18/10/12 11:48, Jeff Layton wrote: On Thu, 18 Oct 2012 10:18:05 +0200 steve st...@steve-ss.com wrote: The capture is not complete, since it doesn't

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread John Drescher
through user login, freeze (twice) and user logout until the login prompt returned: https://dl.dropbox.com/u/45150875/cifs-freeze2 When I click the above link I get: We can't find the page you're looking for. Check out our Help Center and forums for help, or head back to home. John -- To

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread steve
On 18/10/12 18:28, John Drescher wrote: through user login, freeze (twice) and user logout until the login prompt returned: https://dl.dropbox.com/u/45150875/cifs-freeze2 When I click the above link I get: We can't find the page you're looking for. Check out our Help Center and forums for

Re: [Samba] smb_panic with 4.0.0rc2 on Debian Squeeze

2012-10-18 Thread Matthieu Patou
On 10/18/2012 01:42 AM, Nishant Sharma wrote: Hi, I have successfully compiled and installed Samba 4.0.0rc2 on Debian Squeeze as described in the Wiki. In order to support Win XP and Win 7 clients, I have created GPOs for folders redirection. The problem I am facing is with random PANIC

[Samba] CIFS: Deprecating NFS mounting syntax in mount.cifs

2012-10-18 Thread scott . lovenberg
The following patch adds a warning when using NFS mounting syntax (server:/share), instead of the usual UNC syntax (//server/share || \\server\share), that support for NFS style mounts will be removed in version 6.0 of the mount.cifs utility. The reasoning for this is simple. Support for NFS

[Samba] [PATCH] Add warning that NFS syntax is deprecated and will be removed in cifs-utils-6.0.

2012-10-18 Thread scott . lovenberg
From: Scott Lovenberg scott.lovenb...@gmail.com Signed-off-by: Scott Lovenberg scott.lovenb...@gmail.com --- mount.cifs.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/mount.cifs.c b/mount.cifs.c index 756fce2..061ce32 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@

Re: [Samba] Samba4 successful deployment

2012-10-18 Thread felix
On 10/16/2012 03:27 PM, fe...@epepm.cupet.cu wrote: Recently I migrated to samba4 in my company. So far so good. debian 6 samba4.1.0pre1 bind9.9.1-P1 (working pretty well. it even updates the reverse zone and no problems at all with the forwarder) ntp-4.2.6p5 All services authenticating

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread Jeff Layton
On Thu, 18 Oct 2012 18:34:07 +0200 steve st...@steve-ss.com wrote: On 18/10/12 18:28, John Drescher wrote: through user login, freeze (twice) and user logout until the login prompt returned: https://dl.dropbox.com/u/45150875/cifs-freeze2 When I click the above link I get: We

Re: [Samba] [PATCH] Add warning that NFS syntax is deprecated and will be removed in cifs-utils-6.0.

2012-10-18 Thread Scott Lovenberg
On 10/18/2012 1:50 PM, scott.lovenb...@gmail.com wrote: From: Scott Lovenbergscott.lovenb...@gmail.com Signed-off-by: Scott Lovenbergscott.lovenb...@gmail.com --- mount.cifs.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/mount.cifs.c b/mount.cifs.c index

Re: [Samba] samba Digest, Vol 118, Issue 19

2012-10-18 Thread spina
Pessoal, bom dia! Estarei de férias no período de 05/10 a 28/10, retornando no dia 29/10/2012. Na minha ausência as dúvidas poderão ser resolvidas pela seguinte equipe: Ricardo: Coordenação da equipe TI, e-mails e servidores – AMP e Inpacom - (011) 3616-1417 Igor: Gemma - AMP e Inpacom - (011)

[Samba] CIFS: Deprecating NFS mounting syntax in mount.cifs

2012-10-18 Thread scott . lovenberg
This patch adds a warning when using NFS mounting syntax (server:/share), instead of the usual UNC syntax (//server/share || \\server\share), that support for NFS style mounts will be removed in version 6.0 of the mount.cifs utility. The reasoning for this is simple. Support for NFS syntax

[Samba] [PATCH] Add warning that NFS syntax is deprecated and will be removed in cifs-utils-6.0.

2012-10-18 Thread scott . lovenberg
From: Scott Lovenberg scott.lovenb...@gmail.com Signed-off-by: Scott Lovenberg scott.lovenb...@gmail.com --- mount.cifs.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/mount.cifs.c b/mount.cifs.c index 756fce2..061ce32 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread steve
On 18/10/12 19:52, Jeff Layton wrote: On Thu, 18 Oct 2012 18:34:07 +0200 steve st...@steve-ss.com wrote: On 18/10/12 18:28, John Drescher wrote: through user login, freeze (twice) and user logout until the login prompt returned: https://dl.dropbox.com/u/45150875/cifs-freeze2 When I click

[Samba] smbd crash when leaving large AD domain

2012-10-18 Thread shani wijaya
Hi All When we join a domain (With large number of user - ~25k) and subsequently leave the domain smbd crashes with the following backtrace in log.smbd BACKTRACE: 21 stack frames: #0 smbd(log_stack_trace+0x2d) [0x77cac5] #1 smbd(smb_panic+0x7c) [0x77cbf7] #2 smbd [0x76bd6c] #3

[Samba] Smba 3.5 PDC with PAM authentication

2012-10-18 Thread tom KASZEMACHER
Hi all, I'm totally struggling configuring my Samba PDC. I can connect via smbclient but unable to do from a windows client (XP or 7), probably because I have to set encrypt passwords to no to be able to authenticate against PAM. Finally I'm wondering if it does make sense to configure Samba

[Samba] Samba4 - multiple forest hosting?

2012-10-18 Thread Harsh Shah
Can I configure Samba4 in such a way that I have two separate **forests** on a single machine– let’s say one for CompanyA and other for companyB? So essentially does Samba4 support multiple server instances like Samba3 as described here http://wiki.samba.org/index.php/Multiple_Server_Instances?

Re: [Samba] Samba4 - multiple forest hosting?

2012-10-18 Thread Chris Weiss
On Thu, Oct 18, 2012 at 3:40 PM, Harsh Shah harshws...@gmail.com wrote: Can I configure Samba4 in such a way that I have two separate **forests** on a single machine– let’s say one for CompanyA and other for companyB? So essentially does Samba4 support multiple server instances like Samba3 as

Re: [Samba] mount.cifs: regular freezes with s3fs

2012-10-18 Thread Matthieu Patou
On 10/18/2012 11:11 AM, steve wrote: On 18/10/12 19:52, Jeff Layton wrote: On Thu, 18 Oct 2012 18:34:07 +0200 steve st...@steve-ss.com wrote: On 18/10/12 18:28, John Drescher wrote: through user login, freeze (twice) and user logout until the login prompt returned:

[SCM] Samba Shared Repository - branch v3-5-test updated

2012-10-18 Thread Karolin Seeger
The branch, v3-5-test has been updated via 31518a6 s3: fix compile of krb5 locator on Solaris from ee5a100 lib-addns: ensure that allocated buffer are pre set to 0 (bug #9259) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test - Log

[SCM] Samba Shared Repository - branch master updated

2012-10-18 Thread Andrew Bartlett
The branch, master has been updated via 64886e3 Warn when setting UID/GID without idmap_ldb:use rfc2307 = Yes via 071047e Tests for 'samba-tool user create' with RFC2307 attributes via bfdaaf2 Set RFC2307 attributes in samba-tool create via 9eb022c provision: No

[SCM] CTDB repository - branch master updated - ctdb-1.13-290-gaf540ef

2012-10-18 Thread Michael Adam
The branch, master has been updated via af540ef728303b4a0a188b17c695e9aefab34489 (commit) from 25d886060b138bc5e78fe93d7bebe3990264f29d (commit) http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master - Log - commit

Re: [SCM] CTDB repository - branch master updated - ctdb-1.13-290-gaf540ef

2012-10-18 Thread Michael Adam
Gosh, I messed up the commit message. :-o The diff is correct, though ... ;-) Michael Michael Adam wrote: The branch, master has been updated via af540ef728303b4a0a188b17c695e9aefab34489 (commit) from 25d886060b138bc5e78fe93d7bebe3990264f29d (commit)

[SCM] Samba Shared Repository - branch v3-5-test updated

2012-10-18 Thread Karolin Seeger
The branch, v3-5-test has been updated via fce3a18 Revert s3-smbd: Don't segfault if user specified ports out for range. from 31518a6 s3: fix compile of krb5 locator on Solaris http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test - Log

[SCM] Samba Shared Repository - branch master updated

2012-10-18 Thread Karolin Seeger
The branch, master has been updated via bea7a25 build: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind are builtin via 7786919 BUG #9295: Build standard auth modules as internal modules. from 64886e3 Warn when setting UID/GID without idmap_ldb:use rfc2307 =