search for: 12540

Displaying 20 results from an estimated 27 matches for "12540".

Did you mean: 1254
2010 Jan 26
2
Error and call drops
Hi, does anyone have an info into what could cause [Nov 28 14:24:48] ERROR[11964] utils.c: write() returned error: Broken pipe [Nov 28 14:25:08] ERROR[12540] utils.c: write() returned error: Broken pipe [Nov 28 14:25:08] ERROR[12540] utils.c: write() returned error: Broken pipe [Nov 28 14:26:23] ERROR[13098] utils.c: write() returned error: Broken pipe Is it a write process or a problem with one of the scripts I am running? I am seeing this over and o...
2007 Oct 09
1
nscd segfaulting on centos 4.5
...lp. Another result was about run away processes which is not the problem I'm having. They are x86_64 boxes. output from /var/log/messages Oct 9 12:56:38 lyra kernel: nscd[11660]: segfault at 0000002b401fee8b rip 000000552aab7966 rsp 00000000408029e0 error 4 Oct 9 13:16:38 lyra kernel: nscd[12540]: segfault at 0000002b401fee8b rip 000000552aab7966 rsp 00000000408029e0 error 4 output from dmesg nscd[12540]: segfault at 0000002b401fee8b rip 000000552aab7966 rsp 00000000408029e0 error 4 nscd[13640]: segfault at 0000002b401fee8b rip 000000552aab7946 rsp 0000000040a039e0 error 4 output from...
2008 Aug 14
2
[R] RNG Cycle and Duplication (PR#12540)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-851401618-1218751024=:15885 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE I didn't describe the problem clearly. It's about the number of distinct=20 values. So just
2018 Oct 11
2
xen_4.11.1~pre.20180911.5acdd26fdc+dfsg-2_multi.changes ACCEPTED into unstable, unstable
...911.5acdd26fdc+dfsg-2_amd64.deb 35e02d56e7fe2934e6fbc818e502e62a75b50ca4 8508 libxenevtchn1-dbgsym_4.11.1~pre.20180911.5acdd26fdc+dfsg-2_amd64.deb 416c89756ba9843b47cb426c417a2fa5a0aef0a9 27716 libxenevtchn1_4.11.1~pre.20180911.5acdd26fdc+dfsg-2_amd64.deb de614b18679d1ac75f7064cf755b4dcee897e06d 12540 libxenforeignmemory1-dbgsym_4.11.1~pre.20180911.5acdd26fdc+dfsg-2_amd64.deb c9e387090f1c756e446a20cc5da5dc0a568ce082 29580 libxenforeignmemory1_4.11.1~pre.20180911.5acdd26fdc+dfsg-2_amd64.deb 0896c2546f119b87f386167fc49835e3406643d7 14480 libxengnttab1-dbgsym_4.11.1~pre.20180911.5acdd26fdc+dfsg-2...
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...annot resolve trusted domains' users. * BUG 12262: Domain join broken under certain circumstances after winbindd changed the trust password. * BUG 12480: 'kinit' succeeded, but ads_sasl_spnego_gensec_bind(KRB5) failed: An internal error occurred (with MIT krb5). * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprot. * BUG 12581: 'smbclient' fails on bad endianess when listing shares from Solaris kernel SMB server on SPARC. * BUG 12585: librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_...
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...annot resolve trusted domains' users. * BUG 12262: Domain join broken under certain circumstances after winbindd changed the trust password. * BUG 12480: 'kinit' succeeded, but ads_sasl_spnego_gensec_bind(KRB5) failed: An internal error occurred (with MIT krb5). * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprot. * BUG 12581: 'smbclient' fails on bad endianess when listing shares from Solaris kernel SMB server on SPARC. * BUG 12585: librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_...
2006 Jul 21
1
RJS Failing
This code was working before I created the update_link_list method in the helper below (everything was in the controller). I can successfully create a new link but I get a TypeError when I leave all form fields blank -- I expect to see validation error messages. --- #link_controller.rb: def create link = Link.new(params[:link]) saved = link.save num_links = Link.find(:all).size
2008 Jan 29
1
for loop help
Hi, I have written the following code which works fine step<-5 numSim<-15 N<-double(numSim) A<-double(numSim) F<-double(numSim) M<-double(numSim) genx<-double(numSim) for (i in 1:numSim) { N[i]<-20 PN<-(runif(N[i], 0, 1)) A[i]<-sum(ifelse(PN>0.2, 1, 0)) PF<- runif((A[i]*0.5), 0, 1) F[i]<-sum(ifelse(PF>0.2, 1, 0)) PM<-
2017 Mar 09
0
[Announce] Samba 4.5.6 Available for Download
...30: s3:winbindd: Try a NETLOGON connection with noauth over NCACN_NP against trusted domains. * BUG 12262: 'net ads testjoin' and smb access fails after winbindd changed the trust password. * BUG 12399: s4:repl_meta_data: Normalize rdn attribute name via the schema. * BUG 12540: s3:smbd: Allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprot. * BUG 12581: smbclient fails on bad endianess when listing shares from Solaris kernel SMB server on SPARC. * BUG 12585: librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_OUT_...
2017 Mar 09
0
[Announce] Samba 4.5.6 Available for Download
...30: s3:winbindd: Try a NETLOGON connection with noauth over NCACN_NP against trusted domains. * BUG 12262: 'net ads testjoin' and smb access fails after winbindd changed the trust password. * BUG 12399: s4:repl_meta_data: Normalize rdn attribute name via the schema. * BUG 12540: s3:smbd: Allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprot. * BUG 12581: smbclient fails on bad endianess when listing shares from Solaris kernel SMB server on SPARC. * BUG 12585: librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_OUT_...
2008 Jan 22
0
chan_sip deadlocks after some time
...tls/libpthread.so.0 17 Thread -1220633680 (LWP 12527) 0xb7ea2523 in poll () from /lib/tls/libc.so.6 16 Thread -1221022800 (LWP 12528) 0xb7ea4a27 in select () from /lib/tls/libc.so.6 15 Thread -1221940304 (LWP 12529) 0xb7ea2523 in poll () from /lib/tls/libc.so.6 14 Thread -1227236432 (LWP 12540) 0xb7ea2523 in poll () from /lib/tls/libc.so.6 13 Thread -1250468944 (LWP 23446) 0xb7ea2523 in poll () from /lib/tls/libc.so.6 12 Thread -1250731088 (LWP 23712) 0xb7e7c99c in nanosleep () from /lib/tls/libc.so.6 11 Thread -1246721104 (LWP 23717) 0xb7e7c99c in nanosleep () from /lib/tls/li...
2009 Mar 11
11
Progams not load after Ubuntu Security Notice USN-732-1 dash
Yesterday I was using normally my " wine programs" under Ubuntu 8.10 / Wine 1.1.16 . Ubuntu pop up a request for critical securiy update ( Ubuntu Security Notice USN-732-1 March 10, 2009 dash vulnerability CVE-2009-0854 ) . Applied . Today I logon on Ubuntu and some programs under wine do not load more . I means they do not start at all . Some other yes . Depend program by program .
2017 Mar 02
1
[Announce] Samba 4.4.10 Available for Download
...users. > * BUG 12262: Domain join broken under certain circumstances after > winbindd > changed the trust password. > * BUG 12480: 'kinit' succeeded, but ads_sasl_spnego_gensec_bind(KRB5) > failed: An > internal error occurred (with MIT krb5). > * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via > "SMB > 2.???" negprot. > * BUG 12581: 'smbclient' fails on bad endianess when listing shares from > Solaris kernel SMB server on SPARC. > * BUG 12585: librpc/rpc: fix regression in...
2017 Mar 02
1
[Announce] Samba 4.4.10 Available for Download
...users. > * BUG 12262: Domain join broken under certain circumstances after > winbindd > changed the trust password. > * BUG 12480: 'kinit' succeeded, but ads_sasl_spnego_gensec_bind(KRB5) > failed: An > internal error occurred (with MIT krb5). > * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via > "SMB > 2.???" negprot. > * BUG 12581: 'smbclient' fails on bad endianess when listing shares from > Solaris kernel SMB server on SPARC. > * BUG 12585: librpc/rpc: fix regression in...
2005 Aug 06
0
printer loss [susepro9.1]-mostly solved-samba the problem?
...unix/7947 unix 2 [ ACC ] STREAM LISTENING 12250 7942/artsd /tmp/ksocket-scn/west.snj-1f06-42f390aa unix 2 [ ACC ] STREAM LISTENING 12109 7923/kdeinit: klaun /tmp/ksocket-scn/klauncherSiHGac.slave-socket unix 2 [ ACC ] STREAM LISTENING 12540 7967/gconfd-2 /tmp/orbit-scn/linc-1f1f-0-3d3cc82d224e2 unix 2 [ ACC ] STREAM LISTENING 12548 7964/evolution-alar /tmp/orbit-scn/linc-1f1c-0-3c53c3d03316e unix 2 [ ACC ] STREAM LISTENING 12660 7973/bonobo-activat /tmp/orbit-scn/linc-1f25-0-6e87ebc6109d0 u...
2007 Sep 12
2
A puzzling spec failure in a shared describe
...are most compatible (i.e. work) with rspec, or is there a ''better'' mock project to use with rspec. Appreciate any help or insight you can offer. Regards Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: dbi.rb Type: application/x-ruby Size: 12540 bytes Desc: not available Url : http://rubyforge.org/pipermail/rspec-users/attachments/20070912/61840dc6/attachment-0004.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: drbi_rb_test.log Type: text/x-log Size: 1806 bytes Desc: not available Url : http://rubyf...
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...dirattr. o Volker Lendecke <vl at samba.org> * BUG 12551: smbd: Fix "map acl inherit" = yes. o Stefan Metzmacher <metze at samba.org> * BUG 12398: Replication with DRSUAPI_DRS_CRITICAL_ONLY and DRSUAPI_DRS_GET_ANC results in WERR_DS_DRA_MISSING_PARENT S * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprot. o John Mulligan <jmulligan at nasuni.com> * BUG 12542: docs: Improve description of "unix_primary_group" parameter in idmap_ad manpage. o Andreas Schneider <asn at...
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...dirattr. o Volker Lendecke <vl at samba.org> * BUG 12551: smbd: Fix "map acl inherit" = yes. o Stefan Metzmacher <metze at samba.org> * BUG 12398: Replication with DRSUAPI_DRS_CRITICAL_ONLY and DRSUAPI_DRS_GET_ANC results in WERR_DS_DRA_MISSING_PARENT S * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB 2.???" negprot. o John Mulligan <jmulligan at nasuni.com> * BUG 12542: docs: Improve description of "unix_primary_group" parameter in idmap_ad manpage. o Andreas Schneider <asn at...
2008 May 30
0
Wine release 1.0-rc3
...ashes with page fault. 11989 Arindal.exe Text-Windows not displayed correctly 11991 OpenGL regression in Hitman 2 and Hitman 3 12192 SupCom Addon: No units visible 12322 Sacrifice game crashes in full screen mode 12455 Warcraft III 1.21b - Crashes with Fatal Error on Switch Desktop 12540 Favourites menu doesn't work as expected 13102 WinterMute Engine drawing window bug 13120 dzh2 crashes on startup 13148 Guitar Pro 5 Crashes (maybe audio problem) 13154 Jedi Academy: launcher freezes when button clicked 13277 Return to Mysterious Island crashes 13342 Winedbg...
2017 Feb 16
0
[Announce] Samba 4.6.0rc3 Available for Download
...<vl at samba.org> > * BUG 12551: smbd: Fix "map acl inherit" = yes. > > o Stefan Metzmacher <metze at samba.org> > * BUG 12398: Replication with DRSUAPI_DRS_CRITICAL_ONLY and > DRSUAPI_DRS_GET_ANC results in WERR_DS_DRA_MISSING_PARENT S > * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via > "SMB > 2.???" negprot. > > o John Mulligan <jmulligan at nasuni.com> > * BUG 12542: docs: Improve description of "unix_primary_group" > parameter in > idmap_ad manpage....