Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] New PerfSonar Install - Can't Add a test

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] New PerfSonar Install - Can't Add a test


Chronological Thread 
  • From: Valentin Vidic <>
  • To: Jonathan Miller <>
  • Cc: Jason Brooks <>,
  • Subject: Re: [perfsonar-user] New PerfSonar Install - Can't Add a test
  • Date: Tue, 13 Nov 2018 20:38:48 +0100
  • Ironport-phdr: 9a23:G4mn7hFJHx4VkKeukDlTzJ1GYnF86YWxBRYc798ds5kLTJ7zr8mwAkXT6L1XgUPTWs2DsrQY07WQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDiwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VC+85Kl3VhDnlCYHNyY48G7JjMxwkLlbqw+lqxBm3oLYfJ2ZOP94c6jAf90VWHBBU95fWSJBHI2ybIUPAOUdMulFrYbyqUYAoACiBQWwGO/j1iNEi2Xo0aA8zu8vERvG3AslH98Wv3vbttH1O7kUUeCpzanIyyjIYPxX2Tjg6YjHbg0qrPaDUr1qdcre108vFx/EjlWWs4DqMDKV2fkMs2eH9OdtS/6ihXI/pQ5vvjij3McsipPQi48T11vK+yJ5wIMvKt25Tk52edCkH4FWty6HMot6WN0tTHx1uCoi1rIJo4S7fC4Ux5Q73RLfa+aHfo6V6RzgTOacOSl0iG55dL6ighu96kmtx+75W8m63lZHqzRJn9zJu30MzxDf98mKRuZn8kqh1zuDzR3f5v9eLUwpm6fXNpgsyaMqmJUJq0TMBCr2lV32jKCIckUk/fCl6+H9bbXnop+QLZN7hRvkMqQohMO/Hf40MggUX2SD+OS80qPs/VHhTblUkvE6jrTVvZXBKskapaO0BgFV0ogm5hqhCjqr1dUVkWECLF1feRKHi4bpO0vJIPD9FfqwjE6jkDN1yPDAIr3hA5PNImLMn7fgYLl96lJTxREvwt9F/ZJUDK8OIO7pVk/xrtzUFgU5PBCsw+b7FNV90ZsTWXqRDa+DPqPSqliI5uQ1LOmWfYMVpS39JOY/5/P1iX85mEQdfbWy3ZcJcny4H/JmI1mHbnr2hNcOD3sKshQkQOP0lVKCTG0bW3HnfaU67y07AYTuKIbHQo23yOiD2Sa/GpAPP0hIA1aAFDHle5jSCNkWbyfHHMZlnzoYVL7pdY4t1Brm4DHzz7dhMuvSvBMZuZPo/PNc3cveiVcy72onXIymz2iRQjQszSszTDgs0fU6+BQlxw==

On Tue, Nov 13, 2018 at 12:58:17PM -0600, Jonathan Miller wrote:
> Ah, that gives the following error:
>
> TypeError: hostnames[ipv6_addresses[a]] is undefined[Learn More]
> TestConfigComponent.js:73:17
> TestConfigComponent.initialize/<
> https://perf3.fandm.edu/toolkit/auth/js/admin/components/TestConfigComponent.js:73:17
> anonymous
> https://perf3.fandm.edu/toolkit/auth/js/handlebars/handlebars.js line 1176
> > Function:12:30
> prog
> https://perf3.fandm.edu/toolkit/auth/js/handlebars/handlebars.js:2849:13
> execIteration
> https://perf3.fandm.edu/toolkit/auth/js/handlebars/handlebars.js:2352:20
> registerDefaultHelpers/<
> https://perf3.fandm.edu/toolkit/auth/js/handlebars/handlebars.js:2361:12
> anonymous
> https://perf3.fandm.edu/toolkit/auth/js/handlebars/handlebars.js line 1176
> > Function:30:18
> ret
> https://perf3.fandm.edu/toolkit/auth/js/handlebars/handlebars.js:2815:13
> ret
> https://perf3.fandm.edu/toolkit/auth/js/handlebars/handlebars.js:911:13
> TestConfigComponent._drawConfigForm
> https://perf3.fandm.edu/toolkit/auth/js/admin/components/TestConfigComponent.js:584:24
> TestConfigComponent.showTestConfigModal
> https://perf3.fandm.edu/toolkit/auth/js/admin/components/TestConfigComponent.js:349:5
> onclick https://perf3.fandm.edu/toolkit/auth/admin/tests.cgi:1:8
>
> I'm guessing this indicates that we need to add a v6 address to the host?

Maybe the problem is that the config for loopback interface does not
return a hostname for IPv6 address ::1

{"hostnames":{"127.0.0.1":["localhost"]}

You can try adding something like this to /etc/hosts to see if it helps:

::1 ip6-localhost ip6-loopback

--
Valentin Vidic
Computer Systems Engineer - Expert
Department of Computer Infrastructure and Services
Croatian Academic and Research Network - CARNET
Josipa Marohnica 5, HR-10000 Zagreb, Croatia
tel: +385 1 6661 714, fax. +385 1 6661 635
gsm: +385 91 2480 919
www.CARNet.hr



Archive powered by MHonArc 2.6.19.

Top of Page