Installation Fails without override.conf
bgulla opened this issue · 8 comments
Upon a fresh install, the installation fails if /etc/systemd/system/tailscaled.service.d/override.conf
does not exist.
Once I touch /etc/systemd/system/tailscaled.service.d/override.conf
and run the installation again, it completes successfully.
(1)(deck@steamdeck ~)$ sudo bash tailscale.sh
Getting version...got 1.50.0.
Downloading...done.
Installing...cp: cannot stat 'override.conf': No such file or directory
Huh, that's weird. I've never seen that error for the destination file.
it does the same to me
deck@steamdeck ~)$ sudo bash /home/deck/Desktop/tailscale.sh
[sudo] password for deck:
Getting version...got 1.54.0.
Downloading...done.
Installing...cp: cannot stat 'override.conf': No such file or directory
am on the newest 3.5.6
do you have the full repo there? or just the install script?
do you have the full repo there? or just the install script?
Tried with just the script alone, then tried again with having the override.conf file too in the same place, no difference.
so you've got tailscale.sh and override.conf on your desktop? then make sure you cd
to your desktop and try running it again.
So i do change directory (cd) to desktop then sudo bash tailscale.sh
it worked!!
anything else i need to input now?
edit: did also do, sudo tailscale up --qr --operator=deck --ssh
and logged in.
thanks!!
off-topic:
Totally out of my comfort zone have not done any comand line style things in a long time last time was when i had to format my first pc with the diskettes then boot from cd to install windows 95/98😂
Well, you've got to do the tailscale up
command to get it on your network, but after that you should be good.
Nice, thanks again :D