perfsonar-user - Re: [perfsonar-user] Django error after a fresh install
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Andrew Lake <>
- To: Doug Wussler <>, Shkelzen Rugovac <>
- Cc: "" <>
- Subject: Re: [perfsonar-user] Django error after a fresh install
- Date: Tue, 12 Dec 2017 16:20:27 +0100
- Ironport-phdr: 9a23:m4yeQhO0WY9Dtny1WC0l6mtUPXoX/o7sNwtQ0KIMzox0K/36osbcNUDSrc9gkEXOFd2CrakV26yO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhzexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Qiqp4bt1RxD0iScHLz85/3/Risxsl6JQvRatqwViz4LIfI2ZMfxzdb7fc9wHX2pMRsZfWC5PAo27YIQBAekPM/tGoYbhvFYBtweyCBO2Ce711jNFhHn71rA63eQ7FgHG2RQtEs4IsHvJttX6KqkTWv2zwqbSzjXMce5d1DDn54jObx8goeqBUqxrccbLz0kgCR/Fg0yWpIf4MT2V0eENvHKa7+pmTe+vim8nqwFvrTS13MgjlpPFiZkLxVzc9CV5xp01JcGiR05/Zd6oCZtdty+GOItxRMMiTWBouCkjxrAGt567cikKyI48xx7DcvCKc4aI4g7iVOaUPzh0nnJleK66hxa26USgz/fzVs+u31ZFsCVJi9nBtn4X1xPN5ciHV/998V272TqW1w3T5P1ELl4vlarHMJ4t2L4wloYWsUTHBiP2gFv5jLWYdkU//eio7f7oYq/8qp+aKYB0lhnyMr8wlcy7D+Q0KA4OUHKe+euizLHj5Vf5QLJNjv04iqnZt5HaJcIHpqKjHwBV1YMj5w6iAzu40tkUh2ULIEhZdB6dkoTlI1DOIPbjDfejmVuslDNry+nGM73vHprCMH7DkKvmfbZm8kJRyAQzzd5C55JQDrEBIfTzWlTttNPCCh85Nxa4w+b7CNV40oMTX3+EDKyBMK7KrFOE+OEiL/OCaYMPtzvxNuIp6vzzgXMhh1MRYa2k0YEUZX24BPhqPViVbHX2jtoDD2sHuBc1Qvbwh12YSzFTYm6/X6Ii6TE/D4KrFYnDSZ6ijbCb2Ce0BZlWanpJClCLD3fkb4SEW/ESZyKOOsJtjyIIWLu7R4Ivzx2juxL2x6BlI+bJ4iEYsIjs1Nlx5+3djxEy8jl0AtyH3GGLUm51nngFSCEt3Kxlp0xy1EuD3bBig/NEDdxT++9JUgAiOJ7E0eN6Ed7yWhnGftePUlmmWMyqASwqTt0v2d8DeEJ9G9S5jhDfxCqmHaUZl72NBJwo7K3cxX7xKNhhy3rYzqUukUQpQtYcfVGh04J46gebOJPSiEGUje7+eaMB02jS6XyYyWeUlE9DTUh9XbiTGTgkZkjbqcb04Av4UrCpF70sel9ayc2PLrlHbJvzkFpBWv7oENvbamO13Wy3AEDb6KmLad/DfWkH0TqVLEEHnkhH9HCKJCAzHWGnrn6IX28mLk7mf065qbo2k3i8VEJhiljSN0A=
Hi, Ok, I’m actually able to recreate these exact exceptions if my host boots with only an IPv6 address. Even after I assign it an IPv4 address things don’t work until I restart some of the daemons. Do your hosts have just an IPv6 address? I see the hostname Shkelzen shared is dual-stack so in theory it should have both and be fine, but maybe there is some race condition with when addresses get assigned vs when the daemons come up? Try the following if you host has an IPv4 address as well, since the commands below seemed to fix things for me after assigning an IPv4 address: systemctl restart cassandra systemctl restart httpd systemctl restart pscheduler-scheduler systemctl restart pscheduler-archiver systemctl restart pscheduler-ticker systemctl restart pscheduler-runner If you want a quick command to add something to your archive run: pscheduler task --archive @/usr/share/pscheduler/psc-archiver-esmond.json idle —duration PT5S The second command should return a non-empty list if things are back to working. If you host is indeed IPv6 only then the above is likely not enough. Cassandra not working properly on a host with IPv6 only by default is a known issue and the fix for that is documented in an FAQ: http://docs.perfsonar.net/FAQ.html#q-how-can-i-get-cassandra-to-run-on-a-host-that-only-has-an-ipv6-address. Unfortunately that one is mostly out of our control so best we can do is provide the FAQ with the fix. The Django error is new, so we can dig closer at that. Thanks, Andy On December 12, 2017 at 3:36:50 AM, Shkelzen Rugovac () wrote:
|
- [perfsonar-user] Django error after a fresh install, Shkelzen Rugovac, 12/11/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/11/2017
- Re: [perfsonar-user] Django error after a fresh install, Doug Wussler, 12/11/2017
- Re: [perfsonar-user] Django error after a fresh install, Shkelzen Rugovac, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Doug Wussler, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Shkelzen Rugovac, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Doug Wussler, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Doug Wussler, 12/13/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/13/2017
- Re: [perfsonar-user] Django error after a fresh install, Doug Wussler, 12/13/2017
- Re: [perfsonar-user] Django error after a fresh install, Shkelzen Rugovac, 12/13/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/14/2017
- Re: [perfsonar-user] Django error after a fresh install, Shkelzen Rugovac, 12/14/2017
- Re: [perfsonar-user] Django error after a fresh install, Doug Wussler, 12/14/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/13/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Shkelzen Rugovac, 12/12/2017
- Re: [perfsonar-user] Django error after a fresh install, Doug Wussler, 12/11/2017
- Re: [perfsonar-user] Django error after a fresh install, Andrew Lake, 12/11/2017
Archive powered by MHonArc 2.6.19.