Re: [Samba] smbd cannot be killed

2009-03-20 Thread Volker Lendecke
On Thu, Mar 19, 2009 at 04:58:13PM -0600, Sergey Manucharian wrote: I run a server with Archlinux and Samba 3.2.5 as PDC for ~30 Windows workstations. I have a share containing a CRM-like system with whole bunch of DB files and Windows executables (GoldMine). People run the executables

[Samba] help - smbiod

2009-03-20 Thread james Flores
Hello all, I need help about smbiod, i have mounted samba server from linux client with command mount -t smbfs -o username=root //10.10.x.x/folder /dest and then the client ask about password, and it works, but when i copy files in the middle of the process suddenly it stoped, then i run command

[Samba] Failed to retrieve password from secrets.tdb with anonymous bind

2009-03-20 Thread Pavel Kriz
I have solved the same problem like Dr. Alberto Benati (Samba user authentication with LDAP, without root access) I would like to ask you whether you have already finished your problem or not. Please let me know your solution. Thank you for help Pavel -- To unsubscribe from this list go to

[Samba] vfs full_audit panic

2009-03-20 Thread Fabiano Caixeta Duarte
Folks, I tried using full_audit on Samba 3.0.28 by putting the following lines on smb.conf (global section): vfs objects = full_audit full_audit:facility = LOCAL2 full_audit:priority = WARN full_audit:prefix = %u|%m|%S full_audit:success = rename rmdir unlink write full_audit:failure = none My

Re: [Samba] vfs full_audit panic

2009-03-20 Thread Volker Lendecke
On Fri, Mar 20, 2009 at 10:11:00AM -0300, Fabiano Caixeta Duarte wrote: I tried using full_audit on Samba 3.0.28 by putting the following lines on smb.conf (global section): vfs objects = full_audit full_audit:facility = LOCAL2 full_audit:priority = WARN full_audit:prefix = %u|%m|%S

Re: [Samba] smbldap and samba as a PDC

2009-03-20 Thread Adam Williams
i never could get smbldaptools to work properly (on fedora and centos), i always got various perl errors. i just create the machine accounts by hand. LiPi - wrote: Hi people, I have a problem with samba, openldap and the creation of machine accounts. I don't know if here is a good place to

Re: [Samba] smbldap and samba as a PDC

2009-03-20 Thread John H Terpstra - Samba Team
Adam Williams wrote: i never could get smbldaptools to work properly (on fedora and centos), i always got various perl errors. i just create the machine accounts by hand. LiPi/Adam, I have used smbldap-tools since the first version. This tool is your friend so long as its dependencies are

RE: [Samba] root ownership on all new files for admin users

2009-03-20 Thread Vladimir Shved
Looks like removing `admin users = @BUILTIN\administrators` helped, so its solved. The only reason I've added that line so non-domain admins can manage groups on that machine but it seems simply adding them to BUILTIN\administrators is sufficient. Thank you for helping me with this. --Vlad On

[Samba] Winbindd Takes 100% CPU.

2009-03-20 Thread Linux Addict
Environment: RHEL4 U6 Samba 3.2.8 After the installation, Winbind is taking 100% CPU. A restart seems to fix most of the times, but cant figure out the reason winbind takes all CPU. Is there any bugs worked already. If not, please someone help me resolve this. Let me know what kind of logs you

[Samba] Winbind error ? idmap Fatal Error: UID range full!

2009-03-20 Thread Phibee Network Operation Center
Hi anyone know this error: Mar 20 12:01:06 gw winbindd[14756]: [2009/03/20 12:01:06, 0] sam/idmap_tdb.c:db_allocate_id(106) Mar 20 12:01:06 gw winbindd[14756]: idmap Fatal Error: UID range full!! (max: 2) Mar 20 12:01:06 gw winbindd[14756]: [2009/03/20 12:01:06, 0]

[Samba] Samba support for ADM files

2009-03-20 Thread Kevin Hall
Hi What I would like to do is have my custom adm files in a shared folder on my samba server so that if I make a change, it updates the windows XP clients on my network in a similar fashion to active directory on a windows server. However, I cannot seem to find any support for this in samba in

Re: [Samba] Winbind error ? idmap Fatal Error: UID range full!

2009-03-20 Thread John Drescher
On Fri, Mar 20, 2009 at 11:06 AM, Phibee Network Operation Center n...@phibee.net wrote: Hi anyone know this error: Mar 20 12:01:06 gw winbindd[14756]: [2009/03/20 12:01:06, 0] sam/idmap_tdb.c:db_allocate_id(106) Mar 20 12:01:06 gw winbindd[14756]:   idmap Fatal Error: UID range full!!

RE: [Samba] smbldap and samba as a PDC

2009-03-20 Thread Wikked one
LiPi, I too have user smbldap-tools with good success. There is a nice little installer package (smbldap-configure) that simplifies this process a little bit... you can find a version that may be suitable for use here http://majen.net/smbldap/ On another note this looks vaguely familiar

Re: [Samba] Samba support for ADM files

2009-03-20 Thread Lukasz Zalewski
Kevin Hall wrote: Hi What I would like to do is have my custom adm files in a shared folder on my samba server so that if I make a change, it updates the windows XP clients on my network in a similar fashion to active directory on a windows server. However, I cannot seem to find any support

[Samba] Re: Winbindd Takes 100% CPU.

2009-03-20 Thread Linux Addict
On Fri, Mar 20, 2009 at 10:46 AM, Linux Addict linuxaddi...@gmail.comwrote: Environment: RHEL4 U6 Samba 3.2.8 After the installation, Winbind is taking 100% CPU. A restart seems to fix most of the times, but cant figure out the reason winbind takes all CPU. Is there any bugs worked

Re: [Samba] Re: Winbindd Takes 100% CPU.

2009-03-20 Thread Miguel Jinez
2009/3/20 Linux Addict linuxaddi...@gmail.com On Fri, Mar 20, 2009 at 10:46 AM, Linux Addict linuxaddi...@gmail.com wrote: Environment: RHEL4 U6 Samba 3.2.8 After the installation, Winbind is taking 100% CPU. A restart seems to fix most of the times, but cant figure out the reason

Re: [Samba] smbldap and samba as a PDC

2009-03-20 Thread LiPi -
Hi people, first of all, thank you for the quick answers. This morning I have been trying some things. 1. smbldap configure script: I remember that one week ago I installed an old debian and I tried it but don't ask me for the results... I will retry on monday. 2. The SID is obtained with net

Re: [Samba] Re: Winbindd Takes 100% CPU.

2009-03-20 Thread Linux Addict
On Fri, Mar 20, 2009 at 1:47 PM, Miguel Jinez miguel.ji...@gmail.comwrote: 2009/3/20 Linux Addict linuxaddi...@gmail.com On Fri, Mar 20, 2009 at 10:46 AM, Linux Addict linuxaddi...@gmail.com wrote: Environment: RHEL4 U6 Samba 3.2.8 After the installation, Winbind is taking 100%

Re: [Samba] ads_sasl_spnego_krb5_bind failed: Ticket not yet valid

2009-03-20 Thread Peter Rosenthal
Looks like you have a time-sync problem. 2009/3/17 Mark Casey ma...@unifiedgroup.com Hello, I have a samba server set up as a member server in a native 2003 domain. Its ubuntu server 8.4.02 LTS. Any idea what causes this when I try to leave the domain? u...@dordal:/home/backups$ sudo net

[Samba] Re: smbclient with Kerberos works, smbclient with NTLM does not?

2009-03-20 Thread Peter Rosenthal
If someone could at least give me an idea of how to go about debugging this problem (relevant log files/debug levels/errors on windows itself) I would be very grateful. 2009/3/16 Peter Rosenthal voipers...@gmail.com Hello, I am investigating some strange authentication problems with our

Re: [Samba] smbd cannot be killed

2009-03-20 Thread Ted Hilts
Volker Lendecke wrote: On Thu, Mar 19, 2009 at 04:58:13PM -0600, Sergey Manucharian wrote: I run a server with Archlinux and Samba 3.2.5 as PDC for ~30 Windows workstations. I have a share containing a CRM-like system with whole bunch of DB files and Windows executables (GoldMine). People

Re: [Samba] help - smbiod

2009-03-20 Thread Ted Hilts
james Flores wrote: Hello all, I need help about smbiod, i have mounted samba server from linux client with command mount -t smbfs -o username=root //10.10.x.x/folder /dest and then the client ask about password, and it works, but when i copy files in the middle of the process suddenly it

[Samba] Short delay when logging in an XP client to a Samba PDC

2009-03-20 Thread Eric Woltermann
Hello everyone, I'm using Samba 3.0.30 as PDC in my home-LAN, the clients are all XP Pro SP2. Everything is working as it should, although I notice an annoying and quite random login delay of 1-5 seconds for all user-machine combinations. The log lines below (log-level 2) are for example what I

Re: [Samba] Re: Winbindd Takes 100% CPU.

2009-03-20 Thread Miguel Jinez
2009/3/20 Linux Addict linuxaddi...@gmail.com On Fri, Mar 20, 2009 at 1:47 PM, Miguel Jinez miguel.ji...@gmail.comwrote: 2009/3/20 Linux Addict linuxaddi...@gmail.com On Fri, Mar 20, 2009 at 10:46 AM, Linux Addict linuxaddi...@gmail.com wrote: Environment: RHEL4 U6 Samba 3.2.8

Re: [Samba] smbd cannot be killed

2009-03-20 Thread Sergey Manucharian
On Fri, 20 Mar 2009 11:15:41 -0700 Ted Hilts thi...@mcsnet.ca wrote: ... I don't think so. I think his cpu is swamped Well, the server remains responsive. That kill I run over ssh, and I do ssh not PRIOR, but WHEN the issue happens. Moreover, before killing I try /etc/rc.d/samba

[Samba] Re: Samba mailing list questions regarding Group Policy

2009-03-20 Thread John H Terpstra - Samba Team
Nick Pappin wrote: Can someone clarify Samba's abilities/limitations in regards to running Samba as a PDC with Windows XP user/machine policies (Group Policy/NT Policy... whatever kind is possible). A couple specifics that would be helpful to touch on: - Can I apply different settings

Re: [Samba] Short delay when logging in an XP client to a Samba PDC

2009-03-20 Thread Volker Lendecke
On Fri, Mar 20, 2009 at 06:54:08PM +, Eric Woltermann wrote: [2009/03/20 18:43:45, 3] smbd/open.c:open_file(240) Tester opened file Tester/ntuser.ini read=Yes write=No (numopen=2) [2009/03/20 18:43:49, 3] smbd/close.c:close_normal_file(228) Tester closed file Tester/ntuser.dat

Re: [Samba] smbd cannot be killed

2009-03-20 Thread Volker Lendecke
On Fri, Mar 20, 2009 at 11:15:41AM -0700, Ted Hilts wrote: I don't think so. I think his cpu is swamped -- I've seen this many times. I solved the problem by having a monitor machine which I telnet (but you can log on to another machine in several ways). When the problem occurs the pre

Re: [Samba] Re: Winbindd Takes 100% CPU.

2009-03-20 Thread Linux Addict
On Fri, Mar 20, 2009 at 2:45 PM, Miguel Jinez miguel.ji...@gmail.comwrote: 2009/3/20 Linux Addict linuxaddi...@gmail.com On Fri, Mar 20, 2009 at 1:47 PM, Miguel Jinez miguel.ji...@gmail.comwrote: 2009/3/20 Linux Addict linuxaddi...@gmail.com On Fri, Mar 20, 2009 at 10:46 AM, Linux

Re: [Samba] Samba support for ADM files

2009-03-20 Thread Kevin Hall
Hi Luk Thanks for replying. I will have a go. Regards Kevin On Friday 20 March 2009 16:34:52 you wrote: Kevin Hall wrote: Hi What I would like to do is have my custom adm files in a shared folder on my samba server so that if I make a change, it updates the windows XP clients on my

[Samba] Re: Regarding your email to bout...@boutell.com

2009-03-20 Thread Günter Kukkukk
Am Samstag, 21. März 2009 schrieb Boutell.Com Staff: Thanks for contacting bout...@boutell.com. Due to a breathtakingly high volume of spam, I ask that you first contact me via my contact form: http://www.boutell.com/contact/ Once you have contacted me once via the form, you will

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-600-g37f130f

2009-03-20 Thread Andrew Bartlett
The branch, master has been updated via 37f130fd89d02e77bf55cbd8da731d87bb4ab1e8 (commit) via 4a45b0da5743f76f77c812d03ee625af10fb2a54 (commit) from f696bb81f8499443eee9815e7adf8dbb6810506a (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-161-ga922805

2009-03-20 Thread Volker Lendecke
The branch, v3-0-test has been updated via a92280537071b5a9a9bc56fbeead14c6874d5a55 (commit) from bdf46ea491801cdf8ff6f42c0a1ef51080cfc410 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-601-g808928c

2009-03-20 Thread Volker Lendecke
The branch, master has been updated via 808928c24ba409a3fad50cbadf1db5a9dac9ad91 (commit) from 37f130fd89d02e77bf55cbd8da731d87bb4ab1e8 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-539-gb20cace

2009-03-20 Thread Volker Lendecke
The branch, v3-4-test has been updated via b20cace3a7c312f44f39390954bc087b888d9b27 (commit) from a75c184cafbb80adb0a3b056e55608d2d263a0c6 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test - Log -

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-602-gda46c37

2009-03-20 Thread Stefan Metzmacher
The branch, master has been updated via da46c371006d7cb5bceba790070d805b303ade98 (commit) from 808928c24ba409a3fad50cbadf1db5a9dac9ad91 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-603-g842edcd

2009-03-20 Thread Günther Deschner
The branch, master has been updated via 842edcd2b08763a35dbdea3518fcc039aa70aad4 (commit) from da46c371006d7cb5bceba790070d805b303ade98 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-20 Thread Stefan (metze) Metzmacher
Hi Tridge, fixed a logic bug in the tevent nesting code The event nesting code never triggered as nesting.level was never greater than 1. The main event loop needs to increase the nesting level by 1. That was desired, why do you want to be called if

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-605-g1524abd

2009-03-20 Thread Günther Deschner
The branch, master has been updated via 1524abd8bf12d82e1fb0063585fc9a465fc7bf9c (commit) via 2c186be0df33664eea980c17720be41f25f91288 (commit) from 842edcd2b08763a35dbdea3518fcc039aa70aad4 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-606-g045151b

2009-03-20 Thread Günther Deschner
The branch, master has been updated via 045151b767c62ac1343e86cb3886107226e73fda (commit) from 1524abd8bf12d82e1fb0063585fc9a465fc7bf9c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-543-g59811de

2009-03-20 Thread Günther Deschner
The branch, v3-4-test has been updated via 59811de7a80d5ecdf090c116087c7a03ae27 (commit) via 42a692da477d7986767ad90a15087aa8a2ebcb40 (commit) via 990917cbe3f8cd00e2d13dd67ee752fffae94401 (commit) via 98dd60a0e85d37945deaa997d87f5cb173eaaea9 (commit) from

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5149-g3517388

2009-03-20 Thread Günther Deschner
The branch, v3-3-test has been updated via 3517388b5d5439ffe3f9629aaf826fa1dfbb4ba7 (commit) from f846e0fcdf62333b44a16e5a392930189b512f9b (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3513-g5ce5a9b

2009-03-20 Thread Günther Deschner
The branch, v3-2-test has been updated via 5ce5a9bea994d7db3d352d0800333d0fd0b833df (commit) from 6c13360e195189f7afc70c5fda6ef27f46145b0b (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-612-g3a6133d

2009-03-20 Thread Günther Deschner
The branch, master has been updated via 3a6133d70202ef80ead4203740c000be5e93b288 (commit) via f2243e8197aa064adea3da2a4d1c08250668943f (commit) via d2e348b191ada5492538b7bdae1bb7cd3f639aba (commit) via 97190ae184dff6450b1390c854f7426e2ee3f980 (commit) via

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5153-g9bf3e12

2009-03-20 Thread Günther Deschner
The branch, v3-3-test has been updated via 9bf3e129605d51483fd5ce47c90642f7e82ac102 (commit) via 3b0f612c52e992cd130f5176432722bada3c64e4 (commit) via 76c858c6fcb8111e3fd87a2a8aa2606ab06bb90a (commit) via 0f7757e94bfa35d22a7349d78578685c0dba22d7 (commit) from

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3514-g66faa80

2009-03-20 Thread Günther Deschner
The branch, v3-2-test has been updated via 66faa809847ad60b8027ae86068f8d62c0d181ed (commit) from 5ce5a9bea994d7db3d352d0800333d0fd0b833df (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-549-g0ec1350

2009-03-20 Thread Günther Deschner
The branch, v3-4-test has been updated via 0ec1350d3d9272a6070950ba1d460523f53a628d (commit) via 8a6f09cededf4167aea5f08e573bab51afcc0074 (commit) via e858d192e1d7d6ab45ec247fbb776f5825e7fca5 (commit) via 1a591aadb66d589171d236fc2f8bf2eb6d9ce499 (commit) via

Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-20 Thread tridge
Hi Metze, tevent_loop_wait() calls tevent_loop_once() internally, see the tevent_common_loop_once() function. I missed that, though it only seems to be true for the main backends. The liboop backend doesn't call tevent_common_loop_once. We're tying ourselves in a pretty set of knots here

Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-20 Thread Stefan (metze) Metzmacher
tri...@samba.org schrieb: Hi Metze, tevent_loop_wait() calls tevent_loop_once() internally, see the tevent_common_loop_once() function. I missed that, though it only seems to be true for the main backends. The liboop backend doesn't call tevent_common_loop_once. Backends which

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-613-g1ef2065

2009-03-20 Thread Stefan Metzmacher
The branch, master has been updated via 1ef206524de589efeeef0544afbf7bfb37d99c15 (commit) from 3a6133d70202ef80ead4203740c000be5e93b288 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-614-g2de464a

2009-03-20 Thread Jelmer Vernooij
The branch, master has been updated via 2de464a7658f91d2d01087080b984d52c3483426 (commit) from 1ef206524de589efeeef0544afbf7bfb37d99c15 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-621-g19de802

2009-03-20 Thread Günther Deschner
The branch, master has been updated via 19de802c171f70ec4de102452afac52e2c0e548f (commit) via d2de9b068c19a8eaac64f9cf4ea4aae153cffcd4 (commit) via aa6dbcfc11b74c1e80728bc295d9612ba4eb1e64 (commit) via 6713244d465b0cf69f1bba15744e05795ec2fda9 (commit) via

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-556-g8630f2c

2009-03-20 Thread Günther Deschner
The branch, v3-4-test has been updated via 8630f2cbdfaaf8260615f16ba360b1281b666df5 (commit) via 53965d391c08cc3b935f5bd86d2d95bb6fe89262 (commit) via 48df86ca7f6d59b530597621862a619813a0568f (commit) via ebf6d6d956a60c4f95baa4e148573bde933bdb2d (commit) via

Build status as of Sat Mar 21 00:00:02 2009

2009-03-20 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2009-03-20 00:00:31.0 + +++ /home/build/master/cache/broken_results.txt 2009-03-21 00:00:30.0 + @@ -1,4 +1,4 @@ -Build status as of Fri Mar 20 00:00:02 2009 +Build status as of Sat Mar

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-626-g960b755

2009-03-20 Thread Jelmer Vernooij
The branch, master has been updated via 960b75531530c05fcaaa7400e52f2b688a6e8d88 (commit) via de1e3e2cf0c666a51b062ed5395906892beb53c0 (commit) via 8f4e4d2e3039997106f9da3dcd5b057d99802ecf (commit) via 4fff36f618420dea2e004f87ae5a2699eabd140a (commit) via

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-627-g62ab39d

2009-03-20 Thread Jelmer Vernooij
The branch, master has been updated via 62ab39dde37f5570b336b9db5b4e3c2e4640e877 (commit) from 960b75531530c05fcaaa7400e52f2b688a6e8d88 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit