search for: 22t14

Displaying 7 results from an estimated 7 matches for "22t14".

Did you mean: 2214
2025 Jan 23
3
Error in domain or kerberos after configuring CTDB
...# Please see the CLUSTER LOCK section in ctdb(7) for more # details. # # cluster lock = !/bin/false CLUSTER LOCK NOT CONFIGURED lockdir = /mnt/DADOS-GLUSTERFS/CTBD/ disable_ip_takeover = yes only_locks = yes ======== Erros in Syslog 2025-01-22T14:22:45.120599-03:00 samba-cluster2 winbindd[1755688]: krbtgt/ INTERNO.XXXXXX.SRV.BR at INTERNO.XXXXXX.SRV.BR) (cifs/ dc-samba-01.interno.xxxxxx.srv.br at INTERNO.XXXXXX.SRV.BR) (krbtgt/ INTERNO.XXXXXX.SRV.BR at INTERNO.XXXXXX.SRV.BR) (cifs/ dc-samba-01.interno.xxxxxx.srv.br at INTERNO.XXXXXX.SRV.B...
2025 Jan 23
1
Error in domain or kerberos after configuring CTDB
...for more > # details. > # > # cluster lock = !/bin/false CLUSTER LOCK NOT CONFIGURED > lockdir = /mnt/DADOS-GLUSTERFS/CTBD/ > disable_ip_takeover = yes > only_locks = yes > > ======== > > Erros in Syslog > > 2025-01-22T14:22:45.120599-03:00 samba-cluster2 winbindd[1755688]: > krbtgt/INTERNO.XXXXXX.SRV.BR at INTERNO.XXXXXX.SRV.BR) (cifs/ > dc-samba-01.interno.xxxxxx.srv.br at INTERNO.XXXXXX.SRV.BR) (krbtgt/ > INTERNO.XXXXXX.SRV.BR at INTERNO.XXXXXX.SRV.BR) (cifs/ > dc-samba-01.interno.xxxxxx.srv.br at INT...
2025 Jan 27
1
Error in domain or kerberos after configuring CTDB
...> # details. > # > # cluster lock = !/bin/false CLUSTER LOCK NOT CONFIGURED > lockdir = /mnt/DADOS-GLUSTERFS/CTBD/ > disable_ip_takeover = yes > only_locks = yes > > ======== > > Erros in Syslog > > 2025-01-22T14:22:45.120599-03:00 samba-cluster2 winbindd[1755688]: krbtgt/ > INTERNO.XXXXXX.SRV.BR at INTERNO.XXXXXX.SRV.BR) (cifs/ > dc-samba-01.interno.xxxxxx.srv.br at INTERNO.XXXXXX.SRV.BR) (krbtgt/ > INTERNO.XXXXXX.SRV.BR at INTERNO.XXXXXX.SRV.BR) (cifs/ > dc-samba-01.interno.xxxxxx.srv.br at...
2019 Mar 22
0
[PATCH 4/4] OCaml tools: output messages into JSON for machine readable
...o +redirect the machine-readable output to a different stream. The +format of these JSON messages is like the following (actually printed +within a single line, below it is indented for readability): + + { + "message": "Finishing off", + "timestamp": "2019-03-22T14:46:49.067294446+01:00", + "type": "message" + } + +C<type> can be: C<message> for progress messages, C<info> for +information messages, C<warning> for warning messages, and C<error> +for error message. +C<timestamp> is the L<RFC 3999...
2019 Mar 22
8
[PATCH 0/4] OCaml tools: output messages as JSON machine
Enhance the output in machine parseable mode, by outputting all the messages of OCaml tools as JSON to the machine parseable stream. Related, although not strictly needed for this (and thus can be split if requested), is the addition of the fd format for the machine readable stream. Pino Toscano (4): common/mltools: move the code for machine readable up common/mltools: make sure machine
2019 Mar 28
0
[PATCH v2 4/4] OCaml tools: output messages into JSON for machine readable
...o +redirect the machine-readable output to a different stream. The +format of these JSON messages is like the following (actually printed +within a single line, below it is indented for readability): + + { + "message": "Finishing off", + "timestamp": "2019-03-22T14:46:49.067294446+01:00", + "type": "message" + } + +C<type> can be: C<message> for progress messages, C<info> for +information messages, C<warning> for warning messages, and C<error> +for error message. +C<timestamp> is the L<RFC 3999...
2019 Mar 28
8
[PATCH v2 0/4] OCaml tools: output messages as JSON machine
Enhance the output in machine parseable mode, by outputting all the messages of OCaml tools as JSON to the machine parseable stream. Related, although not strictly needed for this (and thus can be split if requested), is the addition of the fd format for the machine readable stream. Changes from v1: - use Obj.magic to convert int -> Unix.file_descr - add tests Pino Toscano (4):