[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] RaQ3 BUG in DNS GUI Still not fixed.
- Subject: Re: [cobalt-developers] RaQ3 BUG in DNS GUI Still not fixed.
- From: Barry Titmarsh <barry@xxxxxxxxxxxxxx>
- Date: Tue Aug 8 14:55:36 2000
At 14:01 08/08/00 -0700, you wrote:
Here's the fix:
Yes I can confirm this is a good fix.
arround line 560
next;
}
# elsif (($type eq 'secondary') && ($domain =~
/^([\d\.]+)\/(\d+)/)) # fix ###
elsif (($type eq 'secondary') && ($domain =~ /^([\d\.]+)/))
{
my( $deduced_net ) = net_get_network($domain,
net_convert_netmask($nbits)) .'/'. $nbits;
$networks{$deduced_net} = $nbits;
$found_domain++ if ($deduced_net eq $fields{'cdomain'});
next;
}
Thanks again.
/usr/admserv/cgi-bin/.cobalt/dns/index.cgi
~line 560:
- elsif (($type eq 'secondary') && ($domain =~
/^([\d\.]+)\/(\d+)/))
+ elsif (($type eq 'secondary') && ($domain =~ /^([\d\.]+)/))
This was made by one of the sustaining engineers at Cobalt. I don't
know whether this is part of the latest package or not.
-- Will
Barry Titmarsh wrote:
>
> Cobalt Support are NOT Listening again. I getting tired of reporting BUGs
> that dont get fixed.
>
> I have reported this bug to cobalt support who have confirmed this bug to
> me yet still nothing is being done about it It was introduced since
> RaQ3-en-OSUpdate Release 3.0
>
> problem If you:-
> Add Secondary Service for Network that entry is NOT listed as an entry in
> Select Domain or Network drop-down
>
> So you can NEVER delete or modify it one its been added. Not a lot of use
> if you use your RaQ3 as a DNS Server !!!
>
> Can this Bug be fixed please.
>
> Regards Barry
>
>
----------------------------------------------------------------------------------------------------------
>
> Barry Titmarsh BMT1-RIPE Nacamar Ltd (Sheringham Office)
> Knole House 38 Cromer Rd
> Sheringham Norfolk
NR268RR
> e-mail: barry@xxxxxxxxxxxxxx voice: +44-1263-821-844
> www: www.nacamar.net.uk
>
----------------------------------------------------------------------------------------------------------
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers
----------------------------------------------------------------------------------------------------------
Barry Titmarsh BMT1-RIPE Nacamar Ltd (Sheringham Office)
Knole House 38 Cromer Rd
Sheringham Norfolk NR268RR
e-mail: barry@xxxxxxxxxxxxxx voice: +44-1263-821-844
www: www.nacamar.net.uk
----------------------------------------------------------------------------------------------------------