search for: resolved

Displaying 20 results from an estimated 32483 matches for "resolved".

Did you mean: resolve
2010 Apr 15
5
Apparent BIND problem doing RBL lookups for Postfix
My apologies if I'm posting the wrong place, or am asking a common question. All my looking so far hasn't turned up anything very useful in knowing what to look at, or what to modify. --- CentOS 5, running BIND 9.3.6 i386 Hardware: P4, 2.8Ghz, 1G memory Sata drives - non mirrored etc. Load is light, usually under 0.1 -- This box is running Postfix as our mail server. BIND (9.3.6)
2009 Oct 22
19
undefined method `stringify_keys!' for "":String
i have an error undefined method `stringify_keys!'' for "":String my view is given below <%= form_tag :action => ''resolve_create'', :resolve => @resolve %> <p>resolution:<br /> <%= text_area ''resolve'',''content'', :cols => 40, :rows => 12 %></p> <%= submit_tag
2018 Nov 19
3
NetworkManager and /etc/resolv.conf
..._______________________ > > > I don't know about CentOS 7 because I'm running CentOS 6, but on other > systemd distributions where I've run into similar issues I was either > able to add a hardcoded DNS server to network manager or resolve the > problem through systemd-resolved. > > In one case I resolved the issue best by disabling systemd-resolved, but > if you check the man page for systemd-resolved as wells as the man page > for? resolved.conf (/etc/systemd/resolved.conf on other distributions) > my sense is you will find a cleaner solution.? It would s...
2013 Sep 20
6
[LLVMdev] LLD input graph handling proposal
...turns a new file from which Resolver should try to resolve undefined symbols. Resolver wouldn't handle the input graph at all. Instead, Resolver calls nextFile() repeatedly to link until nextFile() returns a null value. 3. Resolver will notify Linking Context when (A) all undefined symbols are resolved (success), or (B) it detects it's in an infinite loop in which it cannot resolve any symbols anymore (failure). Linking Context will do whatever it thinks appropriate for the event notification. So, with this mechanism, one can implement --{start,end}-group this way: Assume command line *--sta...
2012 Jan 23
13
Template Help Please
Hello, I am trying to setup a template with data being passed in as a long string of data which is being returned via extlookup() i.e. $resolvers = "10.10.10.10 11.11.11.11.12.12.12.12" The template should split those up and put a nameserver entry per line in /etc/resolv.conf I have this in the template now:- <%=
2018 Nov 17
2
NetworkManager and /etc/resolv.conf
On 11/17/2018 07:01 AM, Alice Wonder wrote: > On 11/17/2018 06:43 AM, Alice Wonder wrote: >> CentOS 7.5 image running on linode. >> >> unbound running on localhost. >> >> Have to use a cron job once a minute to keep /etc/resolv.conf using >> the localhost for name resolution - whenever NetworkManager gets >> restarted (usually only a system boot) it
2014 Sep 05
1
Could not resolve host: mirror.centos.org
There seems to be a problem with my local dns server resolving mirror.centos.org. I know something about dns but obviously not enough to figure out what might be wrong here or how to fix this in bind configs. The SERVFAIL errors below seem to be related to AAAA and MX queries for the domain. Please advise. TIA. # host mirror.centos.org 8.8.8.8 Using domain server: Name: 8.8.8.8 Address:
2020 Sep 30
6
Bind9 issue
Rowland, To answer you first, my "example.com" registered host is a wildcat " *. example.com". Everything example.com returns my external ip address. Both bind9 and samba are running. Might add your "options" but for now, solving my problem, first. Louis, your answer in a few minutes. On Wed, Sep 30, 2020 at 8:09 AM Rowland penny via samba < samba at
2020 Aug 13
3
Samba DNS fails when queried with nslookup commands
...2 > Great that looks fine. Not using : /etc/netplan/01-netcfg.yaml ? That ok if not.. > > @soldc4:~$ ls -la /etc/systemd/network/ > total 8 > drwxr-xr-x 2 root root 4096 Apr 20? 2018 . > drwxr-xr-x 5 root root 4096 Jun 29 09:54 .. > > > @soldc4:~$ cat /etc/systemd/resolved.conf > #? This file is part of systemd. > # > #? systemd is free software; you can redistribute it and/or modify it > #? under the terms of the GNU Lesser General Public License > as published by > #? the Free Software Foundation; either version 2.1 of the License, or > #? (at...
2020 Oct 01
1
Bind9 issue
Hi Bob, ? Ok, things are looking ok again? dpkg-reconfiure krb5.conf , doesnt do much expect installing and configuringing krb5.conf which basicly only sets the REALM.? "init administrator" will not connect to kerberos? If the DNS isnt running, its unable to resolv the servernames for the REALM. Resulting in, you not able to kinit. ? Greetz, ? Louis ? ? Van: Robert Wooden
2018 Nov 19
0
NetworkManager and /etc/resolv.conf
...>> >> >> I don't know about CentOS 7 because I'm running CentOS 6, but on other >> systemd distributions where I've run into similar issues I was either >> able to add a hardcoded DNS server to network manager or resolve the >> problem through systemd-resolved. >> >> In one case I resolved the issue best by disabling systemd-resolved, but >> if you check the man page for systemd-resolved as wells as the man page >> for? resolved.conf (/etc/systemd/resolved.conf on other distributions) >> my sense is you will find a cleaner s...
2013 Sep 20
0
[LLVMdev] LLD input graph handling proposal
...rom which Resolver should try to resolve undefined symbols. Resolver wouldn't handle the input graph at all. Instead, Resolver calls nextFile() repeatedly to link until nextFile() returns a null value. >> >> 3. Resolver will notify Linking Context when (A) all undefined symbols are resolved (success), or (B) it detects it's in an infinite loop in which it cannot resolve any symbols anymore (failure). Linking Context will do whatever it thinks appropriate for the event notification. > > How does the Resolver detect an infinite loop? As in the example below, it is supposed t...
2013 Sep 20
3
[LLVMdev] LLD input graph handling proposal
...try to resolve undefined >> symbols. Resolver wouldn't handle the input graph at all. Instead, Resolver >> calls nextFile() repeatedly to link until nextFile() returns a null value. >> >> 3. Resolver will notify Linking Context when (A) all undefined symbols >> are resolved (success), or (B) it detects it's in an infinite loop in which >> it cannot resolve any symbols anymore (failure). Linking Context will do >> whatever it thinks appropriate for the event notification. >> >> How does the Resolver detect an infinite loop? As in the exampl...
2007 Jul 24
2
Mocking Resolv::DNS?
Hello Rspecers, I have a rails project where I am calling Resolv::DNS.open and then using the block to check a domain name. The code snippet in question is: domain = "mytest.com" Resolv::DNS.open do |dns| @mx = dns.getresources(domain, Resolv::DNS::Resource::IN::MX) end I obviously want to stub this out, especially for speed but can''t quite work out how. I
2020 Sep 30
0
Bind9 issue
Bind_DLZ is not loaded Which makes sence if we see the errors.. Verify if this is loaded.. I have it in named.conf.local // adding the dlopen ( Bind DLZ ) module for samba, beware, if you using bind9.9 then you need to change this manualy include "/var/lib/samba/bind-dns/named.conf"; > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at
2020 Oct 23
0
new dc does not allow login..?
To fix this, i would start with. First, set the first AD-DC its resolv.conf to SERVER_IP=$(ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p') search $(hostname -d) > resolv.conf.new nameserver ${SERVER_IP} >> resolv.conf.new nameserver 8.8.8.8 # because we want a fallback to internet, for now. >> resolv.conf.new mv /etc/resolv.conf{,.backup} mv
2020 Nov 10
4
samba-tool gpo listall error
More problems... So cat /etc/resolv.conf yields nothing. root at ad2:~# ll /etc/resolv.conf lrwxrwxrwx 1 root root 39 Jun 17 2018 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf Shows a broken link. Since this is Ubuntu 18.04 with systemd and the stub-resolv.conf missing, I'm lost. I'll test my google fu to try to figure this out, but if someone can point me in the right
2018 May 25
1
nameservers, all DCS??
I dont understand whats the question here. But what i can say about the resolv.conf settings if you have multiple dc's. You have to think in 2 DNS resolving settings. 1) on the server as client resolving ( resolv.conf ) 2) clients resolving ( DNS Services ) The difference explained. If i do : ping hostname this is a server which is doing a client dns request through resolve.conf
2018 Nov 17
0
NetworkManager and /etc/resolv.conf
...t; _______________________________________________ I don't know about CentOS 7 because I'm running CentOS 6, but on other systemd distributions where I've run into similar issues I was either able to add a hardcoded DNS server to network manager or resolve the problem through systemd-resolved. In one case I resolved the issue best by disabling systemd-resolved, but if you check the man page for systemd-resolved as wells as the man page for? resolved.conf (/etc/systemd/resolved.conf on other distributions) my sense is you will find a cleaner solution.? It would seem to me that if you ar...
2013 Sep 20
1
[LLVMdev] LLD input graph handling proposal
...from which Resolver should try to resolve undefined symbols. Resolver wouldn't handle the input graph at all. Instead, Resolver calls nextFile() repeatedly to link until nextFile() returns a null value. >> >> 3. Resolver will notify Linking Context when (A) all undefined symbols are resolved (success), or (B) it detects it's in an infinite loop in which it cannot resolve any symbols anymore (failure). Linking Context will do whatever it thinks appropriate for the event notification. > How does the Resolver detect an infinite loop? As in the example below, it is supposed to keep...