Discussion:
[rancid] problems with case sensitivity in v3.1
Wayne Eisenberg
2014-11-14 22:14:32 UTC
Permalink
Hi again,

I'm having some trouble here, and not sure how to troubleshoot it. I have device DNS names that have capital letters in them (like SiteA.Router.Company.local), but by the time rancid goes to look in .cloginrc for the information needed there, it has converted everything to lower case and insists on stripping out my beautiful capital letters (sitea.router.company.local). Any ideas why it doesn't like mixed case names? Can that be fixed?

Thanks,
Wayne



________________________________

The information in this Internet e-mail (and any attachments) is confidential, may be legally privileged and is intended solely for the Addressee(s) named above. If you are not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, then any dissemination or copying of this e-mail (and any attachments) is prohibited and may be unlawful. If you received this e-mail in error, please immediately notify us by e-mail or telephone, then delete the message. Thank you.
heasley
2014-11-18 21:23:51 UTC
Permalink
Post by Wayne Eisenberg
Hi again,
I'm having some trouble here, and not sure how to troubleshoot it. I have device DNS names that have capital letters in them (like SiteA.Router.Company.local), but by the time rancid goes to look in .cloginrc for the information needed there, it has converted everything to lower case and insists on stripping out my beautiful capital letters (sitea.router.company.local). Any ideas why it doesn't like mixed case names? Can that be fixed?
the login scripts squash the case of their command-line host/device
argument(s). that could be changed to either not squash the case, or
to make the match case insensitive - or leave it as it is.

I favor either of the latter two options, but will take comment from asp
and the user community.
Hank Kilmer
2014-11-18 22:51:35 UTC
Permalink
Post by heasley
Post by Wayne Eisenberg
Hi again,
I'm having some trouble here, and not sure how to troubleshoot it. I have device DNS names that have capital letters in them (like SiteA.Router.Company.local), but by the time rancid goes to look in .cloginrc for the information needed there, it has converted everything to lower case and insists on stripping out my beautiful capital letters (sitea.router.company.local). Any ideas why it doesn't like mixed case names? Can that be fixed?
the login scripts squash the case of their command-line host/device
argument(s). that could be changed to either not squash the case, or
to make the match case insensitive - or leave it as it is.
I favor either of the latter two options, but will take comment from asp
and the user community.
I think I would go for case insensitive.
-Hank

Loading...