1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Not able to install accross accrosd.service not found on rhel 9

Discussion in 'Bug Reports' started by munish259272, Jan 30, 2023.

Tags:
  1. munish259272

    munish259272 New Member

    [munish259272@munish259272example across-install-package]$ sudo /usr/local/bin/across/AcrossCenter& disown
    [1] 404545
    [munish259272@munish259272example across-install-package]$ shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Failed to start acrossd.service: Unit acrossd.service not found.
    Failed to enable unit: Unit file acrossd.service does not exist.
    QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
     
  2. Seungjin Lee

    Seungjin Lee Member

    Hello, you need to run the following command: sudo ./install.sh
    Thereafter, run /usr/local/bin/across/AcrossCenter& disown (without sudo).
    Also, across doesn't work on Wayland. If the following command (
    echo $XDG_SESSION_TYPE) in Terminal say "wayland", you need to switch to XWindow.
    Thanks.
     
    Last edited: Jan 30, 2023
  3. munish259272

    munish259272 New Member

    [munish259272@munish259272example across-install-package]$ ls -lrt
    total 48
    -rw-r--r--. 1 munish259272 munish259272 16765 Jan 28 2020 across-Across.png
    -rw-r--r--. 1 munish259272 munish259272 1111 Feb 21 2020 acrossd.service
    -rw-r--r--. 1 munish259272 munish259272 10909 Feb 27 2020 openssl.cnf
    -rwxrwxr-x. 1 munish259272 munish259272 926 Apr 26 2020 install.sh
    -rw-r--r--. 1 munish259272 munish259272 3875 Apr 26 2020 com.clixon.across.policy
    drwxr-xr-x. 5 munish259272 munish259272 4096 Dec 10 17:36 across
    [munish259272@munish259272example across-install-package]$ echo $XDG_SESSION_TYPE
    x11
    [munish259272@munish259272example across-install-package]$ sudo ./install.sh
    Across Install Done. Now, run /usr/local/bin/across/AcrossCenter.
    [munish259272@munish259272example across-install-package]$ /usr/local/bin/across/AcrossCenter& disown
    [1] 9863
    [munish259272@munish259272example across-install-package]$ shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Failed to start acrossd.service: Unit acrossd.service not found.
    Failed to enable unit: Unit file acrossd.service does not exist.

    without sudo "/usr/local/bin/across/AcrossCenter& disown" it was asking for password so i had to run with sudo

    EDIT 1:
    It seems to remove all the files from across-install-package.
    so i copied back all the files to that folder and ran again
    This time i did not get the error but i do not get the across gui
     
    Last edited: Jan 30, 2023
  4. Seungjin Lee

    Seungjin Lee Member

    Please see the Remarks from the install instruction:
     

Share This Page