limotux

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by limotux

  1. Hi,

    I have previously enjoyed ResilioSync. 

    Now I am on Manjaro Linux (ARCH).

    I installed from AUR and tried to setup and run but I have a few problems.

        ~  sudo systemctl enable resilio-sync                                                             ✔ 
    
    [sudo] password for limo: 
    Failed to enable unit: Unit file resilio-sync.service does not exist.
        ~  sudo systemctl --user enable --now rslsync                                            1 ✘  6s  
    Failed to connect to bus: No medium found
        ~  sudo systemctl --limo enable --now rslsync                                                   1 ✘ 
    systemctl: unrecognized option '--limo'
        ~  systemctl start rslsync                                                                      1 ✘ 
        ~  sudo systemctl enable resilio-sync                                                      ✔  6s  
    
    Failed to enable unit: Unit file resilio-sync.service does not exist.
        ~  sudo usermod -aG limo rslsync                                                                1 ✘ 
        ~  sudo usermod -aG rslsync limo                                                                  ✔ 
        ~  sudo chmod g+rw /home/limo/                                                                    ✔ 
        ~  systemctl --user enable resilio-sync                                                           ✔ 
    Failed to enable unit: Unit file resilio-sync.service does not exist.
        ~  mkdir ~/.rslsync                                                                             1 ✘ 
        ~  rslsync --dump-sample-config > ~/.config/rslsync/rslsync.conf                                  ✔ 
    zsh: no such file or directory: /home/limo/.config/rslsync/rslsync.conf
        ~  /rslsync --dump-sample-config > sync.conf                                                    1 ✘ 
    zsh: no such file or directory: /rslsync
        ~  systemctl --user enable resilio-sync                                                       127 ✘ 
    Failed to enable unit: Unit file resilio-sync.service does not exist.
        ~        

    Anyway I tried http://localhost:8888/gui/

    It asks me to enter user name and password then gives me next screen "Welcome to sync", checkbox checked but  button "Get started" dimmed.

    I have downloaded and changed user name in 

    /home/limo/.rslsync/sync.conf

    What am I doing wrong?

    I will highly appreciate your help.

    UPDATE: I rolled back system to before installing resilio to start fresh according to your instructions.