Displaying 3 results from an estimated 3 matches for "441f".
Did you mean:
441
2013 Feb 16
2
Boot problem with Debian Squeeza and Xen
...incompatible with xen.
My grub.cfg is:
menuentry ''Debian GNU/Linux, with Linux 2.6.32-5-xen-686 and XEN
4.0-i386'' --cl$
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set
743d959f-5054-441f-b68d-32d9970bb8ab
echo ''Loading Linux 2.6.32-5-xen-686 ...''
multiboot /boot/xen-4.0-i386.gz noreboot placeholder
module /boot/vmlinuz-2.6.32-5-xen-686 placeholder
root=UUID=743d959f-5$
echo ''Loading initial ramdisk ...'...
2020 Mar 13
2
samba dc dns issue
Hi,
After joining samba DC (vm-dc4) to MS AD, I've discovered that most DNS entries
were not populated. Below are the only entries in the AD for the new DC:
domain.com:VM-DC4 900 A 172.26.1.84
_msdcs.domain.com:d14c4206-79e3-441f-868a-6c693415256a 900 CNAME vm-dc4.domain.com.
Please, help me figure out what's going on.
Here is the excerpt from log.samba:
# grep dnsup log.samba
prefork_fork_master: Forking [dnsupdate] pre-fork master process
prefork_fork_master: Forking [dnsupdate] pre-fork master process
[2...
2020 Mar 13
2
samba dc dns issue
...> After joining samba DC (vm-dc4) to MS AD, I've discovered that most DNS
> entries
> > were not populated. Below are the only entries in the AD for the new DC:
> >
> > domain.com:VM-DC4 900 A 172.26.1.84
> > _msdcs.domain.com:d14c4206-79e3-441f-868a-6c693415256a 900 CNAME
> vm-dc4.domain.com.
> >
> > Please, help me figure out what's going on.
>
> Try either setting:
>
> ldap server require strong auth = no
>
> Or:
>
> dns update command = /usr/sbin/samba_dnsupdate --use-samba-tool
>
>...