similar to: Village Idiot (esq) again: My DNS is not working

Displaying 20 results from an estimated 4000 matches similar to: "Village Idiot (esq) again: My DNS is not working"

2015 Feb 03
1
kerberos on samba4 server / error loading ...acl_xattr.so (reply to Reindl Harald's replies)
Village idiot here again. Thank you for your replies. Really. As for the acl_xattr.so: I was trying a new 'out of the box' install. I have done the whole download source/compile/provision bit on a Mint 17.1 and I am getting much farther.Now I get 'cannot find kdc for realm "ozco.home" while getting initial credentials" when I try kinit. About Kerberos. You advised me
2014 Apr 02
1
AD + smbd?
Stupid question # 885: Can Samba 4.1 be both AD server and smb server? Some recent updates on my server broke a bunch of stuff. Samba was among them. I have managed to recover the AD server, but the smb server refuses to take control. Whenever I run the 'smbclient -L localhost -U%', I get all the correct messages, but no workgroup master. Domain=[OZCO] os=[Unix] Server=[Samba 4.1.2}
2020 Oct 29
4
new installation - Samba version 4.12.8-Debian
Local DNS # samba-tool domain info CALORO.M Forest : caloro.m Domain : caloro.m Netbios domain : CALORO DC name : ad.caloro.m DC netbios name : AD Server site : Default-First-Site-Name Client site : Default-First-Site-Name # cat /etc/resolv.conf domain caloro.m search caloro.m nameserver 127.0.0.1 Debian GNU/Linux 10
2007 Jun 13
1
SERVFAIL <=> NXDOMAIN
Hello, we encountered a problem with registry nic.at for tld .at and their transaction "BillWithDraw". This transaction allows an registrar to delegate authority back to registry. For a successful use of this transaction all nameserver-entries for the zone will be deleted by our application before nic-order will be sent to nic.at. Nic.at now checks all nameserver for existing
2010 Mar 11
1
winbind doing dns on short domain
Hi all: I'm building an authentication infrastructure for combined windows plus linux clients. To that end, I have a Win Server 2008r2 ADS and a win svr 2008r2 client, and an ubuntu 9.10 client running the default samba + winbind (whatever is in their production repos). I had it 95% working this morning...Then all of a sudden, all winbind queries died. No idea why. I spent the entire day
2015 Oct 30
1
Busted ACLs
It has been a while since I have had to annoy you. You may be pleased to know that my server has been working quite well...until recently. I think it is because of a power hit we took recently. I don't know which came first, but I have four symptoms: 1) When I log in on a Windows machine, with an account that should have administrator permissions, I don't have said admin rights. 2)
2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
Yeah, I was just puzzled :D No worries. Cheers, Sebastian 2014-12-16 11:09 GMT+01:00 Daniel Sanders <Daniel.Sanders at imgtec.com>: > It looks like I missed that email completely, I started out replying to > Nikola and Hans which is why I was talking about Windows rather than OS X. > > > > I've just found your first email in my llvmdev folder and I think I see what
2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
It looks like I missed that email completely, I started out replying to Nikola and Hans which is why I was talking about Windows rather than OS X. I've just found your first email in my llvmdev folder and I think I see what happened. My mail rules deliver llvmdev messages to a folder named llvmdev unless I'm directly addressed in which case it delivers to my inbox. It looks like you
2015 Apr 29
4
Cannot authenticate the administrator account
Louis and Rowland -- thank you, Gents! Making progress. Kerberos is operational and handing out tickets, but I was only able to test using: kinit administrator at EXAMPLE.COM vs. the Samba AD DC HOWTO: administrator at SAMDOM.EXAMPLE.COM - - - - - - - - - - - - - - - - - - - - - - - Per Rowland's dns naming example - my hostname output: ~]# hostname -s samba ~]# hostname -f
2019 May 06
1
Possibly WERR_DS_DRA_ACCESS_DENIED or NT_STATUS_CANT_ACCESS_DOMAIN_INFO
Hai, In addition to Rowlands last mail. I see wrong rights in /var/lib/samba/private You want : drwxr-xr-x 7 root root 4096 May 6 13:06 private Missing bind (named.conf.option) In options { empty-zones-enable no; auth-nxdomain yes; # This server IS authorive for the AD-DC zones. // to use new samba backup onnline tool, you also need auth-nxdomain yes; //
2014 Apr 13
0
NXDOMAIN on forwarded DNS requests for non-existant names
Hi all, I have a Samba 4.1.6 domain controller set up with SAMBA_INTERNAL for DNS. When I make a DNS query for a host name that doesn?t exist, but that Samba would be authoritative for, I get the expected NXDOMAIN. But when I make a DNS query that Samba forwards to a recursive DNS server, again for a host that doesn?t exist, I simply get an empty response. I've verified that the
2019 Jan 22
3
samba_dns_question
Hai Rowland, I think you are mixing a few settings. http://www.zytrax.com/books/dns/ch7/queries.html#additional-from-auth additional-from-auth yes | no ; additional-from-cache yes | no ; And www.zytrax.com/books/dns/ch7/queries.html#auth-nxdomain auth-nxdomain yes | no; If auth-nxdomain is 'yes' allows the server to answer authoritatively (the AA bit is set) when returning
2025 May 20
1
Users unable to reset passwords
On Sun May 18 11:44:11 2025 Mark Foley via samba <samba at lists.samba.org> > > On Sun May 18 03:22:40 2025 Penny via samba <samba at lists.samba.org> wrote: > > > > On Sat, 17 May 2025 00:46:20 -0400 > > Mark Foley via samba <samba at lists.samba.org> wrote: > > > > > I'm trying to solve a couple of problems with Samba 4.18.19 and >
2015 Nov 18
4
Still can't figure out ACL issues
Yah, jimc again. I still cannot figure out what is wrong with my dc. The problem began with being unable to log on from Windows boxes after a power hit. The initial symptoms were: 1) When I log in on a Windows machine, with an account that should have administrator permissions, I don't have said admin rights. 2) When I attempt to launch the Windows remote server tools, I can select the
2015 Jan 15
2
[LLVMdev] 3.5.1 Testing Phase II Begins
Many of them are already live: http://llvm.org/releases/download.html#3.5 On 15/01/2015 01:50, Nikola Smiljanic wrote: > In that case are we supposed to build final binaries for 3.5.1? > > On Thu, Jan 15, 2015 at 11:49 AM, Ben Pope <benpope81 at gmail.com > <mailto:benpope81 at gmail.com>> wrote: > > > On Thursday, January 15, 2015 06:55 AM, Nikola Smiljanic
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
CharLowerW does the right thing. But I still need Windows.h to use it :) On Mon, Oct 3, 2011 at 8:43 PM, Bryce Cogswell <bryceco at gmail.com> wrote: > Locale-specific is not what we want, but I don't believe Windows exposes an > alternative API that does what we want. (Does CharLower give a different > answer than tolower?) > > However, looking over the FileManager code
2011 Oct 03
5
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Locale-specific is not what we want, but I don't believe Windows exposes an alternative API that does what we want. (Does CharLower give a different answer than tolower?) However, looking over the FileManager code a little more I'm not even sure using the path is the best solution, it seems it would be better to use inode like the unix code does. Windows doesn't support inode (the
2019 Feb 22
3
RFC: [DebugInfo] Improving Debug Information in LLVM to Recover Optimized-out Function Parameters
Hi, We have done some investigation. Please find my comment inlined bellow. > > On 14.02.2019. 20:20, Quentin Colombet wrote: >> Hi all, >> >> As much as possible I would rather we avoid any kind of metadata in MIR >> to express the semantic of instructions. >> Instead I would prefer that each back provides a way to interpret what >> an instruction is
2015 Feb 26
0
[LLVMdev] [3.6 Release] RC4 has been tagged
We got everything, haven't we? On 26 February 2015 at 20:44, Nikola Smiljanic <popizdeh at gmail.com> wrote: > Final has been tagged, I think we're about to release it. > > On Fri, Feb 27, 2015 at 7:43 AM, Hayden Livingston <halivingston at gmail.com> > wrote: >> >> Are we waiting for an RC5? It seems like the release mirror on github has >> no
2015 Jan 15
5
[LLVMdev] 3.5.1 Testing Phase II Begins
On Thursday, January 15, 2015 06:55 AM, Nikola Smiljanic wrote: > Was there an rc3 that I missed? > It's not tagged if there was. I've tested and uploaded 3.5.1 final for x86_64-ubuntu-14.04. I think the rc2 build required a newer libstdc++ than exists on Ubuntu 14.04, but the final build should be good. Ben