Displaying 5 results from an estimated 5 matches for "rhel_".
Did you mean:
rhel
2018 Oct 31
3
Internal DNS migrate to Bind9_DLZ
Hi Rowland,
I didn't build samba, I'm running the sernet packages,
# rpm -qa | grep sernet
sernet-samba-libsmbclient0-4.8.6-16.el7.x86_64
sernet-samba-ad-4.8.6-16.el7.x86_64
sernet-samba-libs-4.8.6-16.el7.x86_64
sernet-samba-client-4.8.6-16.el7.x86_64
sernet-samba-winbind-4.8.6-16.el7.x86_64
sernet-samba-common-4.8.6-16.el7.x86_64
sernet-samba-4.8.6-16.el7.x86_64
I don't mind having
2018 Apr 03
0
[PATCH] v2v: OVF: map CentOS as RHEL
..."RHEL%dx64" v
- | { i_type = "linux"; i_distro = "rhel"; i_major_version = v;
+ | { i_type = "linux"; i_distro = ("rhel"|"centos"); i_major_version = v;
i_arch = "x86_64" } (* when v >= 7 *) ->
sprintf "rhel_%dx64" v
- | { i_type = "linux"; i_distro = "rhel"; i_major_version = 7;
+ | { i_type = "linux"; i_distro = ("rhel"|"centos"); i_major_version = 7;
i_arch = "ppc64" | "ppc64le" } ->
"rhel_7_ppc64"...
2018 Oct 31
0
Internal DNS migrate to Bind9_DLZ
...working 100% as is, same packages as prod.
>
OK, I do not use RHEL or Centos, I use Devuan and Bind9 on that OS
isn't built with '--disable-isc-spnego', this combined with what it says
here:
https://wiki.samba.org/index.php/Using_BIND_DLZ_backend_with_secured_/_signed_DNS_updates#RHEL_.2F_CENTOS_.2F_FC_.2B_clones_-_ReBuild_Distributed_ISC_Bind_RPM
Led me to believe this is your problem. However, you say it works on
one DC, but not with multiple DC's.
You have mentioned that you demoted DC's, removed all data for the
deleted DC from AD and then rejoined it again with a n...
2018 Apr 05
6
[PATCH v3 0/3] v2v: improve OVF in OVirt flavour
Hi,
v3 of these patches:
https://www.redhat.com/archives/libguestfs/2018-April/msg00002.html
https://www.redhat.com/archives/libguestfs/2018-April/msg00006.html
Thanks,
Pino Toscano (3):
v2v: OVF: improve get_ostype mappings
v2v: OVF: write ovirt:id attribute for the OS in OVirt flavour
v2v: OVF: fix ovf:id for VirtualSystem in OVirt flavour
v2v/create_ovf.ml | 253
2018 Nov 01
2
Internal DNS migrate to Bind9_DLZ
...prod.
> >
>
> OK, I do not use RHEL or Centos, I use Devuan and Bind9 on that OS
> isn't built with '--disable-isc-spnego', this combined with what it says
> here:
>
>
> https://wiki.samba.org/index.php/Using_BIND_DLZ_backend_with_secured_/_signed_DNS_updates#RHEL_.2F_CENTOS_.2F_FC_.2B_clones_-_ReBuild_Distributed_ISC_Bind_RPM
>
> Led me to believe this is your problem. However, you say it works on
> one DC, but not with multiple DC's.
>
> You have mentioned that you demoted DC's, removed all data for the
> deleted DC from AD and the...