GitJournal / git-auto-sync

Automatically Sync Git Repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daemon: "the service is not installed"

peersch opened this issue · comments

Hi Vishesh,

I just installed git-auto-sync on my Ubuntu 22.04.1 LTS as described in the Installation section for Ubuntu/Debian. Installation worked without issue.

I added a couple of respositories I want to sync using git-auto-sync:

❯ git-auto-sync daemon add /home/me/src/ppp/repo1
Installing git-auto-sync as a daemon
Starting git-auto-sync-daemon
❯ git-auto-sync daemon add /home/me/src/ppp/repo2
Starting git-auto-sync-daemon
❯ git-auto-sync daemon add /home/me/src/ppp/repo3
Starting git-auto-sync-daemon
❯ git-auto-sync daemon add /home/me/src/ppp/repo4
Starting git-auto-sync-daemon
❯ git-auto-sync daemon ls
/home/me/src/ppp/repo1
/home/me/src/ppp/repo2
/home/me/src/ppp/repo3
/home/me/src/ppp/repo4
❯ git-auto-sync daemon status
2022/08/29 12:02:50 the service is not installed

As a result of the daemon not running, the repos are not synchronised.

Is there anything I am doing wrong or is there any prerequisite bevor installing git-auto-sync?

Regards
Peer

I have this same problem on Ubuntu 22.04.

I have this problem on Ubuntu 20.04.

git-auto-sync sync works

git-auto-sync daemon add REPO works

git-auto-sync daemon status
2022/10/13 19:30:16 the service is not installed

the daemon does run for the first repo I added even though it shows not installed. Any repos I've added after the first one do not run

Same here! Also on Ubuntu 22.02.1 LTS

I have this problem on Ubuntu 20.04.

git-auto-sync sync works

git-auto-sync daemon add REPO works

git-auto-sync daemon status 2022/10/13 19:30:16 the service is not installed

the daemon does run for the first repo I added even though it shows not installed. Any repos I've added after the first one do not run

Exactly the same here! Also on Ubuntu 20.04, have you managed to found a solution? In my case haven't been able to make it work even on the first repo.

Same issue for me (using latest Pop Os)