search for: resolv

Displaying 20 results from an estimated 32477 matches for "resolv".

Did you mean: resolve
2010 Apr 15
5
Apparent BIND problem doing RBL lookups for Postfix
...n that failure above. --- 14-Apr-2010 14:24:57.654 queries: info: client 127.0.0.1#42018: query: 33.229.242.205.zen.spamhaus.org IN A + 14-Apr-2010 14:24:57.654 security: debug 3: client 127.0.0.1#42018: query (cache) '33.229.242.205.zen.spamhaus.org/A/IN' approved 14-Apr-2010 14:24:57.654 resolver: debug 1: createfetch: 33.229.242.205.zen.spamhaus.org A 14-Apr-2010 14:24:57.654 resolver: debug 3: fctx 0x932e140(33.229.242.205.zen.spamhaus.org/A'): create 14-Apr-2010 14:24:57.654 resolver: debug 3: fctx 0x932e140(33.229.242.205.zen.spamhaus.org/A'): join 14-Apr-2010 14:24:57.654 res...
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 "save" %> what is dat error and how can i solve them? can...
2018 Nov 19
3
NetworkManager and /etc/resolv.conf
...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 gets over-written. >>>> >>>> It seems every distro has a different way of preventing >>>> NetworkManager from r...
2013 Sep 20
6
[LLVMdev] LLD input graph handling proposal
...d we came up with a design that may greatly simplify the input file handling, while giving more flexibility to developer to support complicated options, such as --{start,end}-group, -z rescan or -z rescan-now. It'd worth pursuing, so here's the idea: 1. We wouldn't probably want to let Resolver to handle the input graph directly, for we don't want to implement the details of input graph control node behavior for --{start,end}-group, -z rescan{,-now}, or whatever you define as a new linker option. Implementing it to Resolver would make it messy. 2. We would instead add a new method...
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:- <%= scope.lookupvar(''resolver::params::resolvers'').split(/\s+/).each do | ns | %> nameserver &l...
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 gets over-written. >> >> It seems every distro has a different way of preventing NetworkManager >> from replacing that file. >> >>...
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 do...
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 > #? (...
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 [mailto:wdn2420systm at gmail.com] Verzonden: woensdag 30 september 2020 17:21 Aan: L.P.H. van Belle CC: samba at lists.samba.org Onderwerp: Re: [Samba] Bind9 issue It appears to be...
2018 Nov 19
0
NetworkManager and /etc/resolv.conf
...ice 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 gets over-written. >>>>> >>>>> It seems every distro has a different way of preventing >>>>> N...
2013 Sep 20
0
[LLVMdev] LLD input graph handling proposal
...k at apple.com> wrote: > Rui, > > I like this in general, but have a few questions. > > On Sep 20, 2013, at 2:30 PM, Rui Ueyama <ruiu at google.com> wrote: > >> 2. We would instead add a new method nextFile() to LinkingContext, which returns 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 (succes...
2013 Sep 20
3
[LLVMdev] LLD input graph handling proposal
...> Rui, >> >> I like this in general, but have a few questions. >> >> On Sep 20, 2013, at 2:30 PM, Rui Ueyama <ruiu at google.com> wrote: >> >> 2. We would instead add a new method nextFile() to LinkingContext, which >> returns 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 &gt...
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...
2020 Sep 30
0
Bind9 issue
...; > status=0/SUCCESS) > > Main PID: 395 (named) > > Tasks: 5 (limit: 2249) > > Memory: 27.7M > > CGroup: /system.slice/bind9.service > > ??????395 /usr/sbin/named -u bind > > > > Sep 30 07:19:27 dtdc1 named[395]: network unreachable resolving ' > > dtdc1.ad.dtntwk.work/A/IN': 2001:500:2f::f#53 > > Sep 30 07:19:27 dtdc1 named[395]: network unreachable resolving ' > > dtdc1.ad.dtntwk.work/A/IN': 2001:503:c27::2:30#53 > > Sep 30 07:19:27 dtdc1 named[395]: network unreachable resolving ' > &...
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/resol...
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 t...
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 th...
2018 Nov 17
0
NetworkManager and /etc/resolv.conf
...ce Wonder wrote: > 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 gets over-written. >>> >>> It seems every distro has a different way of preventing >>> NetworkManager from replacing that file....
2013 Sep 20
1
[LLVMdev] LLD input graph handling proposal
...5:29 PM, Nick Kledzik wrote: > Rui, > > I like this in general, but have a few questions. > > On Sep 20, 2013, at 2:30 PM, Rui Ueyama <ruiu at google.com> wrote: > >> 2. We would instead add a new method nextFile() to LinkingContext, which returns 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...