Closed wushigax closed 4 years ago
Please try the latest master code. The path has a typo. It should be /etc/hostkey/known_hosts
.
Please try the latest master code. The path has a typo. It should be
/etc/hostkey/known_hosts
.
thanks a lot. this issue has been solved. i have another question about db in edge cluster. and Will it affect others?
Your edge node db cannot start because the connection to the master is not found. Have you started the cloud cluster? Please send the full logs of the edge db.
Your edge node db cannot start because the connection to the master is not found. Have you started the cloud cluster? Please send the full logs of the edge db.
you remind me ,i excute " ssh -4 -f -N -L localhost:29300:localhost:29300 root@ip" in the db pod, this is db log Does this mean that edge db started normally? but the bd-init still running, not completed
Almost, it's progressing. There are multiple reverse and forward tunnels that must be created. See deployment/kubernetes/helm/smtc/templates/office-db.yaml.
But why you need to do it manually? The helm script setup those tunnels automatically.
Almost, it's progressing. There are multiple reverse and forward tunnels that must be created. See deployment/kubernetes/helm/smtc/templates/office-db.yaml.
But why you need to do it manually? The helm script setup those tunnels automatically.
I have no idea, the office-storage have issue too and others pod is normal.
What user do you use to build and run the sample? It's a permission issue. The complain is about the host-key permission 0440 too permissive. Strange I did not see those in our testing.
Double checking. Do you use the latest master or the release version v20.7?
Please make sure you completely rebuild the sample and make tunnels
.
Double checking. Do you use the latest master or the release version v20.7? Please make sure you completely rebuild the sample and
make tunnels
.
I use the 131155e6c364f201958ad18d68daf767387ba1c8 and Commits on Aug 14, 2020. it‘s mean the permission issue have an impact? this picture is log about office-upload when i run the sample in last week, it have the same issue,But it does not seem to affect the next operation
The permission must be set correctly for the tunnels to work. I submitted a fix to the master branch. Please try it. If you build and run as a regular user, the mode must be 0440. If you build and run as root, the mode must be 0400.
The permission must be set correctly for the tunnels to work. I submitted a fix to the master branch. Please try it. If you build and run as a regular user, the mode must be 0440. If you build and run as root, the mode must be 0400.
ok, I will have a try, and the cloud-web and cloud-storage have the same permission issue
The permission must be set correctly for the tunnels to work. I submitted a fix to the master branch. Please try it. If you build and run as a regular user, the mode must be 0440. If you build and run as root, the mode must be 0400.
ok, I will have a try, and the cloud-web and cloud-storage have the same permission issue
i change the mode to 0400 , but the cloud-web and cloud-storage still have permission issue , i build and run as root.
and then i use the latest master code, still have the issue in cloud-web and storage
The security context: fsgroup interferes with the defaultMode setting, when the user is a root. Fixed on master. Please try it.
The security context: fsgroup interferes with the defaultMode setting, when the user is a root. Fixed on master. Please try it.
I use the latest master code. and edge-upload has the issue. this is the log of upload edge-upload log.txt
and the ssh forward in the edge is not stable, sometimes the pod must be restarted several times to succeed
Can you send me the cloud-storage logs?
Can you send me the cloud-storage logs?
cloud-storage logs cloud-storage logs.txt
edge-storage logs edge-storage.txt
hi when i Multiple Cluster Setup, the bd and web log is not normal,it's about Host key verification failed