Re: [Samba] XP SP3 and posix locking

2008-06-07 Thread Michael Schmitt
Hi, Am Freitag, den 06.06.2008, 15:08 +0200 schrieb Dirk Kastens: > Hi, > > L.P.H. van Belle wrote: > > Hi, > > > > Im running XP SP3 here on samba 2.0.24 and 2.0.28 and no problems here. 2.0.xx I hope this is a typo and 3.0.xx is meant? > It works with local filesystems. I does not work with

Fwd: [Samba] cant join the domain

2008-06-07 Thread H. Elfeky
On 6/7/08, John Drescher <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] ~]# net ads join -U Administrator > > [2008/06/07 17:33:20, 0] > > libads/kerberos.c:create_local_private_krb5_conf_for_domain(596) > > create_local_private_krb5_conf_for_domain: failed to create > > directory /var/lib/samba

[Samba] Question about samba domains PDC migration and browsing slowly

2008-06-07 Thread Javier Barroso
Hello list, Currently, we are migrating from samba 3.0 PDC [without LDAP as auth backend] domain named A to a new samba 3.0 PDC [ with LDAP as auth backend and a new sid and name ]. The 2 domains are on the same network and we are migrating host by host. Like both of domain controllers (A and B)

Re: [Samba] cant join the domain

2008-06-07 Thread John Drescher
> [EMAIL PROTECTED] ~]# net ads join -U Administrator > [2008/06/07 17:33:20, 0] > libads/kerberos.c:create_local_private_krb5_conf_for_domain(596) > create_local_private_krb5_conf_for_domain: failed to create > directory /var/lib/samba/smb_krb5. Error was Permission denied > Have you checked into

[Samba] cant join the domain

2008-06-07 Thread H. Elfeky
PLZ HELPPP kinit is working fine, but "net join" doesnt work here is the exact thing that i am trying to do : (running samba 3.0.26 hte preinstalled on fedora 8) (domain = shoubra.edu, pre-win200 domain = shoubra) ( or u can say : [EMAIL PROTECTED] OR shoubra\user4) [EMAIL PROTECTED] ~]# ki

Re: [Samba] unsafe_string_function_usage_here when linking smbd

2008-06-07 Thread Bengt Nilsson
I just commented out /* #define srvstr_push_fn2(fn_name, fn_line, base_ptr, dest, src, dest_len, flags) \ (CHECK_STRING_SIZE(dest, dest_len) \ ? __unsafe_string_function_usage_here_size_t__6() \ : srvstr_push_fn(fn_name, fn_line, base_ptr, dest, src, dest_len, flags)) */ and got fu

Re: [Samba] unsafe_string_function_usage_here when linking smbd

2008-06-07 Thread Bengt Nilsson
Please know that I am NOT an experienced programmer, In safe_string.h, there are 6 usages of "__unsafe_string_function_usage_here_size_t__" (I am not sure where trans2.c is coming into this.) Anyway, to find out which one that fails, I created the single prototype with size_t __unsafe_stri