Catalog pulling error?

time=“2016-09-28T03:36:21Z” level=info msg="Request to refresh catalog"
time=“2016-09-28T03:36:22Z” level=error msg="Failed to pull the catalog from git repo https://github.com/rancher/rancher-catalog.git, error: exit status 1"
time=“2016-09-28T03:36:23Z” level=error msg="Failed to pull the catalog from git repo https://github.com/rancher/community-catalog.git, error: exit status 1"
2016/09/28 03:36:35 http: proxy error: net/http: request canceled

It seems rancher server cannot pull the latest catalog off rancher git repo. Is there any way I could further debug?

Was it working previously with no issue? Was there anything that happened beforehand that triggered it?

It sounds like you might be hitting something like this issue:

https://github.com/rancher/rancher/issues/5981

Have you tried restarting rancher/server to see if that corrects it?

Hi @denise, thank you for your attention.
I checked system clock in rancher server container and it displays correct date time in UTC, if you are referring to this time. RancherOS reboot followed by rancher server launch didnt help.
Things are still being displayed correctly in UI but no idea about if they are up-to-date. And the catalogs in use are only 2 default ones: rancher certified and community contributed.
Unfortunately I cannot find any more verbose logging in either OS or container. Pls let me know if there’s any way on this.

Things work well after a clean wipe and reinstallation of rancherOS. It must be something getting messed up during my last test, which involved HA and convoy deployment, as well as some improper host shutdown.
Thanks again @denise