Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start the pod-eclipse-kasm template #11

Open
sgandon opened this issue May 25, 2023 · 3 comments
Open

Can't start the pod-eclipse-kasm template #11

sgandon opened this issue May 25, 2023 · 3 comments

Comments

@sgandon
Copy link

sgandon commented May 25, 2023

Hello,
I don't know if this is the best template to start eclipse but I tried it and am failing to make it work for now.
There was an issue with the PVC that I fixed by adding wait_until_bound = false in the pvc resource definition to make the PCV not wait for a pod to be bound.
Then I get this error :

------------------ EXECUTE COMMAND ------------------
+ echo 'Executing command: '\'''\'''
Executing command: ''
+ exec
Installing dotfiles from [email protected]:sharkymark/dotfiles.git
Checking if dotfiles repository already exists...
Did not find dotfiles repository at /home/kasm-user/.config/coderv2/dotfiles
Cloning into 'dotfiles'...
Warning: Permanently added 'github.com,140.82.121.4' (ECDSA) to the list of known hosts.
[email protected]: Permission denied (publickey).
Coder authenticates with  git  using the public key below. All clones with SSH  
are authenticated automatically 🪄.                                             
 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVZrcoTSQTqlUU2+xjX5BUGnGoe3D0Isj3L2Hjn/gLz 
Add to GitHub and GitLab:
> https://github.com/settings/ssh/new
> https://gitlab.com/-/profile/keys
exit status 255
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
exit status 128

not sure why you need an ssh key for cloning a plublic repo ?

@sgandon
Copy link
Author

sgandon commented May 25, 2023

After removing all code related to dotfile and git clone then I get the following error

------------------ EXECUTE COMMAND ------------------
+ echo 'Executing command: '\'''\'''
Executing command: ''
+ exec
starting Eclipse IDE
Unable to init server: Could not connect: Connection refused
Eclipse: Cannot open display: 

@sharkymark
Copy link
Owner

our dotfiles subcommand uses ssh

@sharkymark
Copy link
Owner

Did KasmVNC start? Go into Terminal and ps aux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants