search for: lp_ctx

Displaying 11 results from an estimated 11 matches for "lp_ctx".

Did you mean: cp_ctx
2013 Oct 14
1
Samba is still crashing
...3f458, dofqdn=false) at ../dfs_server/dfs_server_ad.c:236 #10 0x003dbcf0 in get_dcs (ctx=0xad33d668, ldb=0xad59be60, searched_site=0xad2e7f18 "Default-First-Site-Name", need_fqdn=false, pset_list=0xbfba3034, flags=0) at ../dfs_server/dfs_server_ad.c:345 #11 0x003dc760 in dodc_referral (lp_ctx=0xad6e8860, sam_ctx=0xad59be60, client=0xacffa098, r=0xad33d668, domain_name=0xad33d6e9 "CORP") at ../dfs_server/dfs_server_ad.c:559 #12 0x003dd3e9 in dfs_server_ad_get_referrals (lp_ctx=0xad6e8860, sam_ctx=0xad59be60, client=0xacffa098, r=0xad33d668) at ../dfs_server/dfs_server_ad.c:...
2017 Sep 27
2
Fedora 27 rawhide, samba needs a restart to launch krb5kdc
...time found out that: Systemctl status samba.service shows the following as well: feddc samba[658]: task_server_terminate: [KDC: no network interfaces configured] It seems to correspond to samba/source4/kdc/kdc-service-mit.c /* Load interfaces for kpasswd */ load_interface_list(task, task->lp_ctx, &ifaces); if (iface_list_count(ifaces) == 0) { task_server_terminate(task, "KDC: no network interfaces configured", false); return; } But I have no skills to fix it. Any hints from anybody? Thank you Lin
2017 Jun 29
1
samba-tool SIGSEGV
...u" has a valid init Opening cache file at /var/lib/samba/login_cache.tdb init_sam_from_ldap: Entry found for user: user1 ---8<---*snip*---8<--- init_sam_from_ldap: Entry found for user: lastuser Next rid = 13001 Program received signal SIGSEGV, Segmentation fault. lpcfg_tls_verify_peer (lp_ctx=0x0) at default/lib/param/param_functions.c:355 355 FN_GLOBAL_INTEGER(tls_verify_peer, tls_verify_peer) (gdb) Any help appreciated. Kind regards, Tom -- Tom Robinson IT Manager/System Administrator MoTeC Pty Ltd 121 Merrindale Drive Croydon South 3136 Victoria Australia T: +61 3 9761 50...
2017 Sep 26
3
Fedora 27 rawhide, samba needs a restart to launch krb5kdc
Hi, The following problem: [root]#kinit administrator kinit: Cannot contact any KDC for realm 'DC-STATIC.LUUFORPROS.COM' while getting initial credentials A restart of samba.service finally starts krb5kdc: [root]#systemctrl restart samba [root]# ps axf |grep krb 1249 pts/0 S+ 0:00 \_ grep --color=auto krb 1212 ? S 0:00 | \_ /usr/sbin/krb5kdc -n
2017 Feb 26
0
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...' S-1-5-32-552 listed but then not found: Unable to enumerate members for alias, (-1073741487,The specified local group does not exist.) Exporting users Skipping wellknown rid=500 (for username=root) Next rid = 13001 Program received signal SIGSEGV, Segmentation fault. lpcfg_tls_verify_peer (lp_ctx=0x0) at default/lib/param/param_functions.c:352 352 FN_GLOBAL_INTEGER(tls_verify_peer, tls_verify_peer) (gdb) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL:...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...ree) > +{ > + struct smbcli_options options; > + NTSTATUS status; > + const char *host = torture_setting_string(tctx, "host", NULL); > + struct cli_credentials *credentials = cmdline_credentials; > + > + lpcfg_smbcli_options(tctx->lp_ctx, &options); > + > + status = smb2_connect_ext(tctx, > + host, > + lpcfg_smb_ports(tctx->lp_ctx), > + share, > + lpcfg_resolve_context(t...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote: > On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote: > > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote: > > > > > > Yeah, as much as I'd like to avoid adding a new option, I guess we > > > have to do something about it, my latest take on this is >
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...ree) > +{ > + struct smbcli_options options; > + NTSTATUS status; > + const char *host = torture_setting_string(tctx, "host", NULL); > + struct cli_credentials *credentials = cmdline_credentials; > + > + lpcfg_smbcli_options(tctx->lp_ctx, &options); > + > + status = smb2_connect_ext(tctx, > + host, > + lpcfg_smb_ports(tctx->lp_ctx), > + share, > + lpcfg_resolve_context(t...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote: > On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote: > > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > > > > > Cheerio! > > > -slow > > > > Still reviewing this - but a few things that will need changing: > > > > When adding the
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote: > Anyone? Can you please post a gdb backtrace --full? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 862 bytes Desc: This is a digitally signed message part URL:
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...not found: Unable to enumerate members for > alias, (-1073741487,The specified local group does not exist.) > Exporting users > Skipping wellknown rid=500 (for username=root) > Next rid = 13001 > > Program received signal SIGSEGV, Segmentation fault. > lpcfg_tls_verify_peer (lp_ctx=0x0) at default/lib/param/param_functions.c:352 > 352 FN_GLOBAL_INTEGER(tls_verify_peer, tls_verify_peer) > (gdb) OK, so here's the full backtrace again. Not sure if I have all the debugging symbols in place, though. # gdb --args python /usr/bin/samba-tool domain classicupgrade --ve...