search for: 12283

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

Did you mean: 12287
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
...s --------------------- This is the latest stable release of Samba 4.4. Major enhancements in Samba 4.4.7 include: o Let winbindd discard expired kerberos tickets when built against (internal) heimdal (BUG #12369). o REGRESSION: smbd segfaults on startup, tevent context being freed (BUG #12283). Changes since 4.4.6: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * BUG 12291: source3/lib/msghdr: Fix syntax error...
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
...s --------------------- This is the latest stable release of Samba 4.4. Major enhancements in Samba 4.4.7 include: o Let winbindd discard expired kerberos tickets when built against (internal) heimdal (BUG #12369). o REGRESSION: smbd segfaults on startup, tevent context being freed (BUG #12283). Changes since 4.4.6: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * BUG 12291: source3/lib/msghdr: Fix syntax error...
2004 Feb 12
4
Segfaults in Debian?
...main+0x4bc) [0x8228cfc] #14 /lib/libc.so.6(__libc_start_main+0xc6) [0x401c7da6] #15 /usr/sbin/smbd(ldap_msgfree+0x8d) [0x8077121] [2004/02/12 20:46:33, 1] smbd/service.c:make_connection_snum(705) fozzie (192.168.0.120) connect to service silo-2 initially as user j2 (uid=1000, gid=1000) (pid 12283) [2004/02/12 20:46:42, 1] smbd/service.c:make_connection_snum(705) fozzie (192.168.0.120) connect to service j2 initially as user j2 (uid=1000, gid=1000) (pid 12283) [2004/02/12 20:46:43, 1] smbd/service.c:make_connection_snum(705) fozzie (192.168.0.120) connect to service peep initially as use...
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
...---- This is the latest stable release of the Samba 4.5 release series. Major enhancements in Samba 4.5.1 include: o Let winbindd discard expired kerberos tickets when built against (internal) heimdal (BUG #12369). o REGRESSION: smbd segfaults on startup, tevent context being freed (BUG #12283). Changes since 4.5.0: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12272: Fix messaging subsystem crash. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * B...
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
...---- This is the latest stable release of the Samba 4.5 release series. Major enhancements in Samba 4.5.1 include: o Let winbindd discard expired kerberos tickets when built against (internal) heimdal (BUG #12369). o REGRESSION: smbd segfaults on startup, tevent context being freed (BUG #12283). Changes since 4.5.0: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12272: Fix messaging subsystem crash. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * B...
2007 Sep 26
3
guest not permitted to access share
...reply_nt1(357) using SPNEGO [2007/09/26 08:01:48, 3] smbd/negprot.c:reply_negprot(580) Selected protocol NT LM 0.12 [2007/09/26 08:01:48, 3] smbd/process.c:process_smb(1110) Transaction 2 of length 256 [2007/09/26 08:01:48, 3] smbd/process.c:switch_message(914) switch message SMBsesssetupX (pid 12283) conn 0x0 [2007/09/26 08:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2007/09/26 08:01:48, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849) wct=12 flg2=0xc807 [2007/09/26 08:01:48, 2] smbd/sesssetup.c:setup_new_vc_session(799) setup_new_vc_session: New...
2016 Nov 03
0
[Announce] Samba 4.3.12 Available for Download
...se of Samba 4.3. There will be only security updates beyond this point. Major enhancements in Samba 4.3.12 include: o Let winbindd discard expired kerberos tickets when built against (internal) heimdal (BUG #12369). o REGRESSION: smbd segfaults on startup, tevent context being freed (BUG #12283). Changes since 4.3.11: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11838: s4: ldb: Ignore case of "range" in sscanf as we've already checked for its presence. * BUG 12021: Fix smbd crash (Signal 4) on File Delete. * BUG 12135: libgpo: Corre...
2016 Nov 03
0
[Announce] Samba 4.3.12 Available for Download
...se of Samba 4.3. There will be only security updates beyond this point. Major enhancements in Samba 4.3.12 include: o Let winbindd discard expired kerberos tickets when built against (internal) heimdal (BUG #12369). o REGRESSION: smbd segfaults on startup, tevent context being freed (BUG #12283). Changes since 4.3.11: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11838: s4: ldb: Ignore case of "range" in sscanf as we've already checked for its presence. * BUG 12021: Fix smbd crash (Signal 4) on File Delete. * BUG 12135: libgpo: Corre...
2006 Jul 18
2
Testing which RuntimeError is raised
I am just starting to use unit testing. Way cool. But I am not finding very clear docs on assert_raise. I have managed to write a test that tells me that the destroy I am trying to test fails with a RuntimeError (as it should). However, I would really like to test that it rails for the specific reason I have in my model. How can I get more specific? Am I going to have to create my own exception
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages. ======== Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31 23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a) Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43 EDT 2005
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages. ======== Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31 23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a) Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43 EDT 2005