Displaying 20 results from an estimated 100 matches similar to: "CESA-2020:4182 Important CentOS 6 kernel Security Update"
2020 Nov 10
0
CentOS-announce Digest, Vol 188, Issue 1
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2019 Oct 29
3
Samba Replication problem between two DCs
I am having issues with Samba DC replication between two directly
connected DCs.
I don't understand what is wrong or how to fix it. Can someone advise?
$ sudo samba-tool drs showrepl
Default-First-Site-Name\OLYMPIA
DSA Options: 0x00000001
DSA object GUID: 50507d18-c8ee-4ef4-bbda-4d0d9bc31caa
DSA invocationId: d7f3c683-fcf2-473c-be01-a6f58af6cb88
==== INBOUND NEIGHBORS ====
2011 Jan 28
1
arules package question- apriori/S4 object export question
I am new to R( but quickly being awed by the range of this it can accomplish,
you have one more convert to the useR universe). I have successfully
implemented the apriori function and are getting great results. My question
concerns how to export these results. I have read lots about write.csv
functions and exporting data frames and other standard objects. Im having
difficulty working with these S4
2019 Oct 29
2
Samba Replication problem between two DCs
I'm pretty sure this is a resolving problem.
Can you verify this:
https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record
Especialy these : for both guids and cross check if from both servers.
host -t CNAME 50507d18-c8ee-4ef4-bbda-4d0d9bc31caa._msdcs.....
Can you post from both server.
/etc/hosts
/etc/resolv.conf
host servername
host fqdn
host servername @dns othere
2019 Oct 29
0
Samba Replication problem between two DCs
On 29/10/2019 00:47, Zombie Ryushu via samba wrote:
> I am having issues with Samba DC replication between two directly
> connected DCs.
>
> I don't understand what is wrong or how to fix it. Can someone advise?
>
> $ sudo samba-tool drs showrepl
> Default-First-Site-Name\OLYMPIA
> DSA Options: 0x00000001
> DSA object GUID: 50507d18-c8ee-4ef4-bbda-4d0d9bc31caa
>
2019 Oct 30
0
Automate Kerberized SSH Connections using Samba 4 as the KDC??
On 10/29/19 6:14 AM, L.P.H. van Belle via samba wrote:
> I'm pretty sure this is a resolving problem.
>
> Can you verify this:
> https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record
> Especialy these : for both guids and cross check if from both servers.
> host -t CNAME 50507d18-c8ee-4ef4-bbda-4d0d9bc31caa._msdcs.....
>
> Can you post from both
2010 Sep 15
1
Difficulty creating Julian day in data frame
Hi,
I'm attempting to add a "Julian Day" column to a data frame.
Here is my code and the resulting data frame:
vic.data <- read.table("C:/VIC/data/vic.data.csv", header=F)
names(vic.data) <- c("year", "month", "day", "precip", "evap",
"runoff", "baseflow", "Tsup",
2017 Dec 19
3
How to make sure self-heal backlog is empty ?
Hello list,
I'm not sure what to look for here, not sure if what I'm seeing is the
actual "backlog" (that we need to make sure is empty while performing a
rolling upgrade before going to the next node), how can I tell, while
reading this, if it's okay to reboot / upgrade my next node in the pool ?
Here is what I do for checking :
for i in `gluster volume list`; do
2017 Dec 19
0
How to make sure self-heal backlog is empty ?
Mine also has a list of files that seemingly never heal. They are usually isolated on my arbiter bricks, but not always. I would also like to find an answer for this behavior.
-----Original Message-----
From: gluster-users-bounces at gluster.org [mailto:gluster-users-bounces at gluster.org] On Behalf Of Hoggins!
Sent: Tuesday, December 19, 2017 12:26 PM
To: gluster-users <gluster-users at
2005 Jan 19
3
rubytorrent problem on windows xp
Hi everyone
Is rubytorrent work on windows XP.
I have problem for using it.
Here my Configuration
OS: Windows XP
Ruby Version: 1.8.2
Already Install Azureus and ABC torrent. I manage to set Azerus behave
as tracker that listen to IP 127.0.0.1 and seeding file from
"\ekobudi\bittorrent\host0". After that I copy torrent file
from"\ekobudi\bittorent\host0" to"
2005 Apr 08
0
[LLVMdev] Questions !!
On Fri, Apr 08, 2005 at 08:37:03AM -0700, Tanu Sharma wrote:
> Regarding basic block size I wish to calculate both:
>
> - The number of bytecode bytes
Use the llvm-bcanalyzer tool, it will tell you number of bytes per
function and number of basic blocks. If you want number of bytes per
basic block, check out what it does, and calculate basic blocks
separately.
> - The number of
2010 Aug 05
1
XCP
--
Horst Garnetzke hg@pulsar.de
PULSAR Ges. für Kommunikation und Systemsoftware mbH
Hollenstedter Str. 43 D-21258 Heidenau
++49 4182 9592-11 (-17 FAX) http://www.pulsar.de
(Amtsgericht Tostedt HRB 5178 GF: Horst Garnetzke)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2012 Jun 20
1
Dovecot not liking AD config from wiki??
Hi,
I'm trying to setup Dovecot with MS AD and am using this as my guide:
http://wiki2.dovecot.org/HowTo/ActiveDirectoryNtlm
I can definitely access information on the AD server using wbinfo -g
and wbinfo -u.....
Currently my dovecot.conf file looks like this:
# v1.1:
#auth_ntlm_use_winbind = yes
# v1.2+:
auth_use_winbind = yes
auth_winbind_helper_path = /usr/local/bin/ntlm_auth
2011 Mar 25
1
spatial stats - geoR - variogram - standard deviation
Hello,
I am attempting to get the standard deviation in multiple distance bins in
my spatial data.
It appears as though the 'variog' command in the geoR package will do the
trick, as one of the outputs from 'variog' is 'variog$sd', which,
according to the manual, is the "standard deviation of the values in each
bin".
However, when I run this command, the
2007 Mar 22
3
Cohen's Kappa
Hi,
im little bit confused about Cohen's Kappa and i should be look into the
Kappa function code. Is the easy formula really wrong?
kappa=agreement-chance/(1-chance)
many thanks
christian
###############################################################################
true-negativ:7445
false-positive:3410
false-negativ:347
true-positiv:772
classification-aggrement:68,6%
2009 Apr 17
2
Quota not being dispayed correctly in 1.2rc2 (with proof)
User reports: 0% of 640MB -- which cannot be true.
I logged in as masteruser and was able to confirm this. I'm getting
"0.0% von 640.0MB" == "0.0% of 640.0MB"
His maildirsize file is attached. His mailbox is nearly full.
Manual login:
# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
* OK [CAPABILITY
2005 Apr 08
2
[LLVMdev] Questions !!
Thanks a lot Chris.
Regarding basic block size I wish to calculate both:
- The number of bytecode bytes
- The number of machine code bytes for some target?
TS
Chris Lattner <sabre at nondot.org> wrote:
On Thu, 7 Apr 2005, Tanu Sharma wrote:
> Thanks for the reply,
>
> Actually I m aiming towards determining two values:
>
> - number of basic blocks in a program For
2003 Aug 26
6
Bad packet length error
Hi,
I am running sshd (openssh-2.9p2) on a power-pc LynxOS box, and am
connecting from a ssh client (openssh-2.9p2) on an x86 Linux box.
This works fine for ssh protocol version 1, but am getting the below error
for ssh v2:
Disconnecting: Bad packet length -857542839.
I am also attaching the complete debug traces from sshd & ssh below.
I am not sure if this is an "endian" issue.
2007 Nov 26
0
14 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_file_reference.c libswfdec/swfdec_load_object.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_system_security.c test/trace
libswfdec/swfdec_as_object.c | 64
libswfdec/swfdec_file_reference.c | 2
libswfdec/swfdec_load_object.c | 81
libswfdec/swfdec_sprite_movie_as.c | 19
libswfdec/swfdec_system_security.c | 1
test/trace/Makefile.am | 72
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
On Mon, 7 Nov 2005, Bill Wendling wrote:
> What's the config.log from this run?
its attached.
-Tanya
>
> -bw
>
> On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>>
>> Following the instructions here:
>> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>>
>> I get an error running configure in the llvm-test directory.
>>