coder / code-server

VS Code in the browser
https://coder.com
MIT License
67.86k stars 5.58k forks source link

Raspberry Pi Issue. #6979

Closed gamer167 closed 4 weeks ago

gamer167 commented 1 month ago

Hi!

I was going to use this to access my files and I tried to install it. It "Installs", i do the command, and it errors. The error is about there being no unit to use. I used the Curl command to install as instructed by the Tailscail docs and this is what happens.

Please help!

gamer167 commented 1 month ago

Also, I try reconfiguring it and the file is not there.

stirby commented 1 month ago

Hey, can you elaborate a bit? You're trying to get Coder running on a Raspberri Pi? Which Tailscale docs are you following?

If I understand correctly, you're encountering errors on our install.sh script?

gamer167 commented 1 month ago

@stirby Correct. The link to the tailscail doc im using is: https://tailscale.com/kb/1166/vscode-ipad

code-asher commented 1 month ago

Oh, this is code-server and not Coder right? Can you provide the full output when you try to run the installer and copy the error exactly from the systemctl command as well? I think the Pi would try to install the .deb so maybe that failed without failing the script somehow.

Do you see the service under /usr/lib/systemd/system/? Or /usr/lib/systemd/user/? Does it work if you enable it as a user service instead? systemctl enable --user code-server for example.

gamer167 commented 4 weeks ago

Let me try those things

gamer167 commented 4 weeks ago

I see the code server webpage code. I dont see it in /usr/lib/systemd/user.

gamer167 commented 4 weeks ago

image

Thats what i get from running the usr command

gamer167 commented 4 weeks ago

(using ssh)

gamer167 commented 4 weeks ago

@code-asher

gamer167 commented 4 weeks ago

Somehow i fixed it.