similar to: Clearing the heal-failed and split-brain status messages

Displaying 20 results from an estimated 2000 matches similar to: "Clearing the heal-failed and split-brain status messages"

2009 Oct 19
1
overloading base function
Hello, I am trying to write an R package for doing analysis of speaker recognition systems. The big thing in this line of research is a DET-plot (detection Error Trade-off, a ROC plot with qnorm() warped axes). My approach has been to make a class "det" and also a function "det()" that will prepare the data into the right class. Now loading the library doesn't like me
2024 Oct 28
2
Kerberos ticket renew causes a brief network interruption
Hi Ralph Boehme, A new system is installed with Ubuntu 24.04.1 and Samba 4.19.5 My hotfolderscan.exe tool runs now on a Windows 2022 system and use the Ubuntu 24 system as Samba share. The hotfolderscan tool has to run 10 hour before the Kerberos ticket renewal. Both on the Ubuntu 24 and the Windows 2022 system, Wireshare is catching the network packages. Tomorrow I hope to see the result. I
2004 Feb 06
4
more or less pager
R-users, (forgive my return adres) I've been breaking my head why R---which i find fabulous, by the way---does not pipe interactive output through a pager (more or less), like it does with help(), or like GNU Octave does with arrays with more than terminal height rows. Maybe it is my installation (Debian/GNU Linux). Maybe it is my configuration, but i don't think so because with
2024 Oct 29
1
Kerberos ticket renew causes a brief network interruption
Hi Ralph Boehme, My hotfolderscan tool start om Monday 2:11 PM en the Kerberos ticket renewal occurs on 11:19 PM. The hotfolderscantool wrote in the logfile: 2024-10-28 23:19:00 Error 2 No such file or directory 2024-10-28 23:19:03 Share available again That was after 9:08 hours and that is 32888 seconds. That time do you also see in the Wireshark output in the attachment. The
2024 Oct 25
1
Kerberos ticket renew causes a brief network interruption
On 10/25/24 10:35 AM, Hans van Leeuwen via samba wrote: > Is seems that Samba doesn't handle the Kerberos ticket renewal on the right way. can you get us two network traces: - last minute before and after session expiry against Samba - last minute before and after session expiry against Windows -slow -- SerNet Samba Team Lead https://sernet.de/ Samba Team Member https://samba.org/
2024 Oct 29
1
Kerberos ticket renew causes a brief network interruption
Hi Ralph Boehme, With "server smb encrypt = no" I can't reproduce the problem. So I don't know how I can deliver you a pcap file with unencrypted network packets. Best regards, Hans van Leeuwen -----Original Message----- From: Ralph Boehme <slow at samba.org> Sent: Tuesday, October 29, 2024 3:47 PM To: Hans van Leeuwen <HansvanLeeuwen at mailstreet.nl> Cc: samba
2024 Oct 25
1
Kerberos ticket renew causes a brief network interruption
On Fri, 25 Oct 2024 08:35:08 +0000 Hans van Leeuwen via samba <samba at lists.samba.org> wrote: > Hi Samba engineer, > > We use an Ubuntu 20.04.6 systems as Samba server. > The Samba version is 4.15.13-Ubuntu. > The SMC-Client is a Windows Server 2022 Standard 21H2. > > The hostname of the Ubuntu Samba server is "samba-srv" > On the Windows system, Samba
2024 Oct 29
1
Kerberos ticket renew causes a brief network interruption
On 10/29/24 3:08 PM, Hans van Leeuwen wrote: > Kerberos is used to encrypt the SMB packages. encryption is done with one of the supported encryption ciphers like AES-CCM or AES-GCM. Encryption keys are derived from key material established when a connection is authenticated via NTLM or Kerberos, but generally the authentication protocol used (NTLM or Kerberos) is independent from
2002 May 23
1
Does the rsync/xdelta algorithm *need* to write a new file?
Hello, lately I've been playing with the idea of doing in-place updates of systems using either rsync or xdelta. However, both rsync and xdelta seem to be dead set on writing a new file first, and then atomically exchanging it with the old file. Now, as I want to apply a binary delta to a full filesystem, bigger than the available temporary space, this really makes rsync and xdelta
2024 Oct 29
1
Kerberos ticket renew causes a brief network interruption
On 10/29/24 11:17 AM, Hans van Leeuwen wrote: > My hotfolderscan tool start om Monday 2:11 PM en the Kerberos ticket renewal occurs on 11:19 PM. > The hotfolderscantool wrote in the logfile: > 2024-10-28 23:19:00 Error 2 No such file or directory > 2024-10-28 23:19:03 Share available again > > That was after 9:08 hours and that is 32888 seconds. > That time do you also
2005 Sep 27
6
Memory and other settings for xen server, help needed....
Hi all, i have a question. I''m going to setup a Xen server for a client. It''s going to serve about 25 clients. It''s a Athlon 64 3200+, which currently runs Debian i386-stable and xen 2.0.7 until Xen 3.0 is stable enough, and then i''m gonna replace it with Debian amd64-stable and Xen 3.0. The Xen dom''s consists of: Samba , file printer sharing most
2024 Oct 29
1
Kerberos ticket renew causes a brief network interruption
Hi Ralph Boehme, >> My hotfolderscan tool start om Monday 2:11 PM en the Kerberos ticket renewal occurs on 11:19 PM. >> The hotfolderscantool wrote in the logfile: >> 2024-10-28 23:19:00 Error 2 No such file or directory >>> 2024-10-28 23:19:03 Share available again >> >> That was after 9:08 hours and that is 32888 seconds. >> That time do you
2024 Oct 28
1
Kerberos ticket renew causes a brief network interruption
Hi Roland Penny, Indeed the "idmap.config" parameter line is not added to the smb.conf file. But the command below shows that the default values are used. testparm -vs | grep idmap.config idmap config * : range = 100000-200000 idmap config * : backend = tdb I did not set sssd, so if sssd is used it happened automatically. Can idmap.config and sssd affect the Kerberos
2017 Sep 21
0
Heal Info Shows Split Brain, but "file not in split brain" when attempted heal
Hello I am using Glusterfs 3.10.5 on CentOS7. A replicated distributed volume with a dist-rep hot tier. During data migration, we noticed the tierd.log on one of nodes was huge. Upon review it seemed to be stuck on a certain set of files. Running a "gluster vol heal VOL info" showed that those same files caused problems in the tier, were in split brain. So we went to fix split
2024 Oct 25
3
Kerberos ticket renew causes a brief network interruption
Hi Samba engineer, We use an Ubuntu 20.04.6 systems as Samba server. The Samba version is 4.15.13-Ubuntu. The SMC-Client is a Windows Server 2022 Standard 21H2. The hostname of the Ubuntu Samba server is "samba-srv" On the Windows system, Samba disk is shared with the command: C:>net use Y: \\samba-srv\customers /u:hans Enter the password for 'hans' to connect to
2015 Oct 21
1
Libvirtd hooks in Centos 7
I would like to create some libvirt hooks. This is so the hypervisor can execute some scripts during starting or stopping of a KVM guest. According to https://www.libvirt.org/hooks.html they must be present. However, it seems in Centos 7 these hooks are gone in /etc/libvirt/ Libvirtversion: 1.2.8-16.el7_1.4 OS version: CentOS Linux release 7.1.1503 (Core) Anyone how solved this riddle? I
2024 Oct 28
1
Kerberos ticket renew causes a brief network interruption
On 10/28/24 3:29 PM, Hans van Leeuwen wrote: > A new system is installed with Ubuntu 24.04.1 and Samba 4.19.5 My > hotfolderscan.exe tool runs now on a Windows 2022 system and use the > Ubuntu 24 system as Samba share. The hotfolderscan tool has to run > 10 hour before the Kerberos ticket renewal. Both on the Ubuntu 24 > and the Windows 2022 system, Wireshare is catching the
2024 Oct 28
1
Kerberos ticket renew causes a brief network interruption
Hi Ralph Boehme, >> A new system is installed with Ubuntu 24.04.1 and Samba 4.19.5 My >> hotfolderscan.exe tool runs now on a Windows 2022 system and use the >>Ubuntu 24 system as Samba share. The hotfolderscan tool has to run >> 10 hour before the Kerberos ticket renewal. Both on the Ubuntu 24 >> and the Windows 2022 system, Wireshare is catching the network
2004 Feb 08
2
substitute, eval, quote and functions
Hi, i am working with large data frames with many dependend variables. I want to write some functions that will allow me to quickly select variables from the frame and plot them in various colors depending on factor columns, possibly selecting rows according to factor conditions. In order to do this in a nice function, i need to understand how to work with a column name in the body of a
2013 Dec 09
0
Gluster - replica - Unable to self-heal contents of '/' (possible split-brain)
Hello, I''m trying to build a replica volume, on two servers. The servers are: blade6 and blade7. (another blade1 in the peer, but with no volumes) The volume seems ok, but I cannot mount it from NFS. Here are some logs: [root@blade6 stor1]# df -h /dev/mapper/gluster_stor1 882G 200M 837G 1% /gluster/stor1 [root@blade7 stor1]# df -h /dev/mapper/gluster_fast