search for: 1139

Displaying 20 results from an estimated 190 matches for "1139".

Did you mean: 113
2017 Mar 28
4
[Bug 1139] New: The include guards on the include/libipset/linux_ip_set*.h are wrong
https://bugzilla.netfilter.org/show_bug.cgi?id=1139 Bug ID: 1139 Summary: The include guards on the include/libipset/linux_ip_set*.h are wrong Product: ipset Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement...
2004 Mar 25
2
Any plans to fix Bug 1139 in 3.0.3?
I was wondering if anyone knows if there are any plans to fix Bug #1139 (reproduced below) in version 3.0.3. I haven't tried 3.0.3pre1 yet, but from what I read of the changes it doesn't look like this bug has been addressed. Is there some other work around? This bug is quite annoying as some of our users/administrators would like to use Windows to modify...
2007 Jul 21
0
[1139] trunk/wxruby2/samples/text/textctrl.rb: Place TextCtrl sample in a panel so gets correct bg color on MSW
...patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1139] trunk/wxruby2/samples/text/textctrl.rb: Place TextCtrl sample in a panel so gets correct bg color on MSW</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1139</dd> <dt>Author</dt> <dd>brokentoy</d...
2016 May 31
0
CESA-2016:1139 Moderate CentOS 7 squid Security Update
CentOS Errata and Security Advisory 2016:1139 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1139.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 431c4c5b1d7c4795b0597f7a655c44e03db6cd573082375d28bb9eac9e527f4e squid-3.3.8-26.el7_2.3.x86_...
2009 Jul 02
0
CESA-2009:1139 Moderate CentOS 5 i386 pidgin Update
CentOS Errata and Security Advisory 2009:1139 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2009-1139.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: b55c55c3eef9c0f0ba3fdd813795ad5f finch-2.5.8-1.el5.i386.rpm 11078754ff40c133587dc3d08b08c093 fin...
2009 Jul 02
0
CESA-2009:1139 Moderate CentOS 5 x86_64 pidgin Update
CentOS Errata and Security Advisory 2009:1139 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2009-1139.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: a5d213082c94cf465cae71c44dbc18bd finch-2.5.8-1.el5.i386.rpm 5cc3633a5413bc63178dfb870dcd439e f...
2012 Aug 03
0
CESA-2012:1139 Important CentOS 6 bind-dyndb-ldap Update
CentOS Errata and Security Advisory 2012:1139 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1139.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 223cb24d5d6271a192018daf9a5047f359ae2b53a57c98ef8df6a368fea23b49 bind-dyndb-ldap-1.1.0-0.9.b...
2002 Jan 16
0
round() doesn't (PR#1139)
Hi, all, In PR#1138 and PR#1139, I pointed out that round() with digits<0 would not actually round to an integer. Brian D. Ripley (hereafter BDR) fixed it in R-1.4.0, but the fix introduced a new error, PR#1254 (caught by Ole Christensen). BDR (I'm guessing) fixed the fix; here's the relevant line from fround.c: i...
2014 Sep 03
0
CEBA-2014:1139 CentOS 6 initscripts BugFix Update
CentOS Errata and Bugfix Advisory 2014:1139 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1139.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 49590027129104bcc310c7b6e446822017c39c4f616988fb02e2fd96138f64b2 debugmode-9.03.40-2.el6.centos.4.i686...
2009 Jul 03
0
CentOS-announce Digest, Vol 53, Issue 2
...ect line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2009:1138 Important CentOS 5 i386 openswan Update (Karanbir Singh) 2. CESA-2009:1138 Important CentOS 5 x86_64 openswan Update (Karanbir Singh) 3. CESA-2009:1139 Moderate CentOS 5 i386 pidgin Update (Karanbir Singh) 4. CESA-2009:1139 Moderate CentOS 5 x86_64 pidgin Update (Karanbir Singh) 5. CESA-2009:1140 Moderate CentOS 5 i386 ruby Update (Karanbir Singh) 6. CESA-2009:1140 Moderate CentOS 5 x86_64 ruby Update (Karanbir Singh)...
2001 Oct 22
1
round() doesn't (PR#1139)
R> round(100000/3, -2) - 33300 [1] -7.275958e-12 I would have hoped for 0. The problem seems to be specifically for negative "digits". This is in 1.3.1 on Solaris 2.6 (full description at bottom). [Apologies for making everyone read this 3 times; my bug.report() burped.] Peter Dalgaard <p.dalgaard@biostat.ku.dk> says the problem is in fround.c, which reads in part:
2011 Nov 03
2
Take variables in data.frame and create list of matrices
...Is there an easy way (or convenient function) to convert this into a list where each unique 'id' has its own 4x4 matrix (based on the maximum number of factor levels in 'o')in the list? Each matrix would have v in the diagonal and r*s*s in the off-diagonal (e.g., .5*2.0814*.1095 = 0.1139), where r is constant (.5) and s varies based on the wthin 'id' factor level of 'o'. The output would look something like this (except values in all cells): [[id 1]] 'o'-levels [,1] [,2] [,3] [,4] [1,] .702 .1139 r*s1*s3 ... [...
2019 Apr 08
1
dovecot[30008]: auth-worker: Fatal: master: service(auth-worker): child 31074 killed with signal 11
...0 in libmariadb.so.3[7ff45b5d7000+46000] Apr 08 16:16:36 udoo.symmetrix.ch dovecot[30008]: auth-worker: Fatal: master: service(auth-worker): child 31074 killed with signal 11 (core not dumped - https://dovecot.org/bugreport.html#coredumps) Apr 08 16:16:38 udoo.symmetrix.ch abrt-dump-journal-oops[1139]: abrt-dump-journal-oops: Found oopses: 1 Apr 08 16:16:38 udoo.symmetrix.ch abrt-dump-journal-oops[1139]: abrt-dump-journal-oops: Creating problem directories Apr 08 16:16:39 udoo.symmetrix.ch abrt-dump-journal-oops[1139]: Reported 1 kernel oopses to Abrt Apr 08 16:16:39 udoo.symmetrix.ch abrt-s...
2012 Aug 03
0
CentOS-announce Digest, Vol 90, Issue 3
...person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2012:1140 Moderate CentOS 5 dhcp Update (Johnny Hughes) 2. CESA-2012:1139 Important CentOS 6 bind-dyndb-ldap Update (Johnny Hughes) 3. CESA-2012:1141 Moderate CentOS 6 dhcp Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Fri, 3 Aug 2012 04:02:49 +0000 From: Johnny Hughes <johnny at centos.org&g...
2018 Aug 17
1
How to use kerberos as the default auth in AD config?
Hi Rowland, I tried both pam winbind & also samba with fix for CVE-2018-1139. But still cannot get windows 2016 "protected users" to work with samba. Note that "wbinfo --krb5auth" manages to authenticate. This I see it uses WINBIND_PAM_AUTH & not WINBIND_PAM_AUTH_CRAP. I dont see how to switch to WINBIND_PAM_AUTH instead of AUTH_CRAP. Any further in...
2010 Jan 22
2
Quartiles and Inter-Quartile Range
...or quartiles? here is my code: > cbiomass = c(910, 1058, 929, 1103, 1056, 1022, 1255, 1121, 1111, 1192, > 1074, 1415) > summary(cbiomass) > IQR(cbiomass) The result R gives me is: For the summary > Min. 1st Qu. Median Mean 3rd Qu. Max. 910 1048 1088 1104 1139 1415 For IQR > 91.25 ********* The true Q1 is 1039 and not 1048. Q2 is 1156.5 and not 1139. And the Inter-Quartile Range is 117.5 and not 91.25 How can I get these number right? -- View this message in context: http://n4.nabble.com/Quartiles-and-Inter-Quartile-Range-tp1145817p114581...
2010 Jun 07
1
how can I control the x-axis tick labels
I am trying to generate a plot whose x-axis values are the following: data_out[,1] [1] 1979 1958 1937 1916 1895 1874 1853 1832 1811 1790 1769 1748 1727 1706 1685 1664 1643 1622 1601 1580 1559 [22] 1538 1517 1496 1475 1454 1433 1412 1391 1370 1349 1328 1307 1286 1265 1244 1223 1202 1181 1160 1139 1118 [43] 1097 1076 1055 1034 1013 992 971 950 929 908 887 866 845 824 803 782 761 740 719 698 677 [64] 656 635 614 593 572 551 530 509 488 467 446 425 404 383 362 341 320 299 278 257 236 [85] 215 194 173 152 131 110 89 68 47 26 25 24 23...
2018 Aug 14
0
[Announce] Samba 4.8.4, 4.7.9 and 4.6.16 Security Releases Available for Download
Release Announcements --------------------- These are security releases in order to address the following defects: o CVE-2018-1139 (Weak authentication protocol allowed.) o CVE-2018-1140 (Denial of Service Attack on DNS and LDAP server.) o CVE-2018-10858 (Insufficient input validation on client directory listing in libsmbclient.) o CVE-2018-10918 (Denial of Service Attack on AD DC DRSUAPI server.) o CVE-2018-10919 (...
2018 Aug 14
0
[Samba] [Announce] Samba 4.8.4, 4.7.9 and 4.6.16 Security Releases Available for Download
Release Announcements --------------------- These are security releases in order to address the following defects: o CVE-2018-1139 (Weak authentication protocol allowed.) o CVE-2018-1140 (Denial of Service Attack on DNS and LDAP server.) o CVE-2018-10858 (Insufficient input validation on client directory listing in libsmbclient.) o CVE-2018-10918 (Denial of Service Attack on AD DC DRSUAPI server.) o CVE-2018-10919 (...
2018 Aug 13
6
How to use kerberos as the default auth in AD config?
Hi Folks, We have samba(4.8) deployed with following key parms security = ADS realm = TEST client NTLMv2 auth = No ntlm auth = disabled We have a win2k user configured as a "Protected User" (https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/manage/how -to-configure-protected-accounts) When this user tries to connect to samba/winbind, we get