Send Netdot-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."


Today's Topics:

   1. PTR records not generated correctly (Matt Zagrabelny)
   2. Re: RANCID on CentOS7 (David Buechler)
   3. Re: RANCID on CentOS7 (David Buechler)
   4. running netdot with uwsgi/nginx (Adi Kriegisch)
   5. Re: running netdot with uwsgi/nginx (Carlos Vicente)


----------------------------------------------------------------------

Message: 1
Date: Mon, 13 Jun 2016 16:57:04 -0500
From: Matt Zagrabelny <[email protected]>
Subject: [Netdot-users] PTR records not generated correctly
To: [email protected]
Message-ID:
        <CAOLfK3X-N5Vb7mQMyQGMw3e+mfn78Ws=fgxrt1foublhvqy...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Greetings,

I'm attempting to create the reverse DNS zone file (PTR/in-addr.arpa).

I've associated the "212.131.in-addr-arpa" domain with an IP block
container of 131.212.0.0/16. This association is in the "Reverse DNS
Zones" section of the address block.

I go to the export tab and export this zone to a file and its contents
are as such:

6.10    28800   IN      PTR     dyn-131-212-10-6.212.131.in-addr.arpa.
7.10    28800   IN      PTR     dyn-131-212-10-7.212.131.in-addr.arpa.
8.10    28800   IN      PTR     dyn-131-212-10-8.212.131.in-addr.arpa.
9.10    28800   IN      PTR     dyn-131-212-10-9.212.131.in-addr.arpa.

Whereas they should look like:


6.10    28800   IN      PTR     dyn-131-212-10-6.d.umn.edu.
7.10    28800   IN      PTR     dyn-131-212-10-7.d.umn.edu.
8.10    28800   IN      PTR     dyn-131-212-10-8.d.umn.edu.
9.10    28800   IN      PTR     dyn-131-212-10-9.d.umn.edu.

I know I can go source diving, but was hoping to narrow what I'm
looking for. I'm sure it is a silly mistake.

For reference, I've imported my zone like:

perl /usr/local/netdot/import/import_bind_zones.pl -n d.umn.edu -f
/tmp/zone_d.umn.edu -u

With the '-u' switch. I'm not sure if that is causing issues now, or not.

Thanks for any hints!

-m


------------------------------

Message: 2
Date: Mon, 13 Jun 2016 15:06:20 -0700
From: David Buechler <[email protected]>
Subject: Re: [Netdot-users] RANCID on CentOS7
To: Carlos Vicente <[email protected]>
Cc: Netdot-users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252; format=flowed

Sure.  I'll see if I can get a diff for you.

Regards,
David A. Buechler
System Administrator

CableAmerica Missouri LLC
350 E. 10th Drive
Mesa, AZ  85210-8709
480.355.2761 direct
[email protected]

On 6/13/2016 07:49, Carlos Vicente wrote:
> Hi David,
>
> Would you mind submitting an issue in Redmine?
>
> Also, including a pull request or diff is even better :-)
>
> cv
>
> On Jun 12, 2016, at 6:37 PM, David Buechler <[email protected]> wrote:
>
>> Hey Carlos,
>>
>> I am building a new netdot server on CentOS 7 and ran into a problem
>> with RANCID.  The default RANCID package on CentOS 7 is version 3.2.  It
>> appears as though RANCID changed it's database line delimiter from colon
>> to semicolon in or around version 3.0.  Can we get a Site.conf variable
>> or something to solve that?
>>
>> As always, thanks for your time and effort!
>>
>> -- 
>> Regards,
>> David A. Buechler
>> System Administrator
>>
>> CableAmerica Missouri LLC
>> 350 E. 10th Drive
>> Mesa, AZ  85210-8709
>> 480.355.2761 direct
>> [email protected]
>>
>> _______________________________________________
>> Netdot-users mailing list
>> [email protected]
>> https://osl.uoregon.edu/mailman/listinfo/netdot-users



------------------------------

Message: 3
Date: Mon, 13 Jun 2016 15:27:04 -0700
From: David Buechler <[email protected]>
Subject: Re: [Netdot-users] RANCID on CentOS7
To: Carlos Vicente <[email protected]>
Cc: Netdot-users <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="windows-1252"

Hi Carlos,

I've created the issue in Redmine.

https://osl.uoregon.edu/redmine/issues/1895

I'm attaching the diff here as well for posterity.

Also, I was mistaken.  Rancid 3.2 is not a stock package in CentOS 7.  
The package came from EPEL.

Regards,
David A. Buechler
System Administrator

CableAmerica Missouri LLC
350 E. 10th Drive
Mesa, AZ  85210-8709
480.355.2761 direct
[email protected]

On 6/13/2016 07:49, Carlos Vicente wrote:
> Hi David,
>
> Would you mind submitting an issue in Redmine?
>
> Also, including a pull request or diff is even better :-)
>
> cv
>
> On Jun 12, 2016, at 6:37 PM, David Buechler <[email protected]> wrote:
>
>> Hey Carlos,
>>
>> I am building a new netdot server on CentOS 7 and ran into a problem
>> with RANCID.  The default RANCID package on CentOS 7 is version 3.2.  It
>> appears as though RANCID changed it's database line delimiter from colon
>> to semicolon in or around version 3.0.  Can we get a Site.conf variable
>> or something to solve that?
>>
>> As always, thanks for your time and effort!
>>
>> -- 
>> Regards,
>> David A. Buechler
>> System Administrator
>>
>> CableAmerica Missouri LLC
>> 350 E. 10th Drive
>> Mesa, AZ  85210-8709
>> 480.355.2761 direct
>> [email protected]
>>
>> _______________________________________________
>> Netdot-users mailing list
>> [email protected]
>> https://osl.uoregon.edu/mailman/listinfo/netdot-users

-------------- next part --------------
--- Rancid.old  2016-06-13 15:15:52.505935504 -0700
+++ Rancid.pm   2016-06-12 16:12:14.155927613 -0700
@@ -141,7 +141,7 @@
        foreach my $device ( sort keys %{$groups{$group}} ){
            my $mfg   = $groups{$group}{$device}{mfg} || next;
            my $state = $groups{$group}{$device}{state} || next;
-           print $rancid $device, ":$mfg:$state\n";
+           print $rancid $device, ";$mfg;$state\n";
        }
        close($rancid) || 
$logger->warn("Netdot::Exporter::Rancid::generate_configs: ".
                                    "$file_path did not close nicely");


------------------------------

Message: 4
Date: Tue, 14 Jun 2016 14:55:34 +0200
From: Adi Kriegisch <[email protected]>
Subject: [Netdot-users] running netdot with uwsgi/nginx
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

Hi!

Is there any way to run netdot without Apache? For example with uwsgi (eg.
in psgi mode)?

Thanks,
    Adi Kriegisch


------------------------------

Message: 5
Date: Tue, 14 Jun 2016 10:16:39 -0400
From: Carlos Vicente <[email protected]>
Subject: Re: [Netdot-users] running netdot with uwsgi/nginx
To: Adi Kriegisch <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

Adi,

I have never attempted anything like that. I suspect that it would not be a 
trivial task.

cv

On Jun 14, 2016, at 8:55 AM, Adi Kriegisch <[email protected]> wrote:

> Hi!
> 
> Is there any way to run netdot without Apache? For example with uwsgi (eg.
> in psgi mode)?
> 
> Thanks,
>    Adi Kriegisch
> _______________________________________________
> Netdot-users mailing list
> [email protected]
> https://osl.uoregon.edu/mailman/listinfo/netdot-users




------------------------------

_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users


End of Netdot-users Digest, Vol 87, Issue 2
*******************************************

Reply via email to