1
2

When updating Telebit, Permission Denied #15

Offen
2018-09-29 17:53:40 +00:00 von josh geöffnet · 2 Kommentare
Mitarbeiter

I was updating to a new version of Telebit using curl -fsSL https://get.telebit.io | bash and encountered this error:

Installing Telebit Remote to '/home/josh/Applications/telebit'
.........cp: cannot create regular file '/home/josh/.config/systemd/user/telebit.service': Permission denied

This was tested on two different devices to the same result. I have to manually set permissions for it.

I was updating to a new version of Telebit using `curl -fsSL https://get.telebit.io | bash` and encountered this error: ``` Installing Telebit Remote to '/home/josh/Applications/telebit' .........cp: cannot create regular file '/home/josh/.config/systemd/user/telebit.service': Permission denied ``` This was tested on two different devices to the same result. I have to manually set permissions for it.
coolaj86 wurde von josh 2018-09-29 17:53:40 +00:00 zugewiesen
josh hat den Titel von When installing over another install, an error occurs. zu When updating Telebit, an error occurs. 2018-09-29 17:53:57 +00:00 geändert
josh hat den Titel von When updating Telebit, an error occurs. zu When updating Telebit, Permission Denied 2018-09-29 17:56:36 +00:00 geändert
Besitzer

That begs the question: "who owns /home/josh/.config/systemd/user ?"

ls -lah /home/josh/.config/systemd
ls -lah /home/josh/.config/systemd/user
ls -lah /home/josh/.config/systemd/user/telebit.service

My guess is that at some point you tried to sudo something that shouldn't have had a sudo and it changed the directory permissions...

That begs the question: "who owns /home/josh/.config/systemd/user ?" ``` ls -lah /home/josh/.config/systemd ls -lah /home/josh/.config/systemd/user ls -lah /home/josh/.config/systemd/user/telebit.service ``` My guess is that at some point you tried to sudo something that *shouldn't* have had a sudo and it changed the directory permissions...
Autor
Mitarbeiter

If it is not experienced elsewhere, that is probably the case. But I don't know what I would have done on both....

If it is not experienced elsewhere, that is probably the case. But I don't know what I would have done on both....
Anmelden, um an der Diskussion teilzunehmen.
2 Beteiligte
Nachrichten
Fällig am
Kein Fälligkeitsdatum gesetzt.
Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: coolaj86/telebit.js#15
Keine Beschreibung angegeben.