Skip to content

netdisco-deploy OUI data download #812

Closed Answered by rc9000
mksoska asked this question in Q&A
Discussion options

You must be logged in to vote

Hi

No that's weird, I just did an installation yesterday (on SLES) and it worked just fine, so we can assume the file is ok. The error seems related to some non-ascii data getting into places it shouldn't. I played around with some LANG settings etc. to see if I can reproduce the error, but no luck.

I'd guess that maybe your Postgres DB is setup as ASCII only or some iso-8859-whatever character set that chokes on the OUI content. You can try

netdisco-do psql   
SHOW SERVER_ENCODING;
SHOW CLIENT_ENCODING;

and in the linux shell may check what LANG or any LC_ and PG... variables are set to.

BTW, Netdisco is not strict regarding Linux versions and it is most likely not part of the problem, …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mksoska
Comment options

Answer selected by mksoska
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants