• 20 Posts
  • 29 Comments
Joined 3 years ago
cake
Cake day: December 4th, 2023

help-circle


  • Gordon_FOPtoLinuxRun `tor-browser` as another user ??
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    I create also a “regular user” TorUser2
    To see if it generate the same problems
    This user have the .Xauthority file.\

    # as root user
    runuser -u TorUser2 -- /opt/tor-browser/start-tor-browser.desktop
    

    return Launching ‘./Browser/start-tor-browser --detach…’
    and ps -u TorUser2 return nothing…


    I’ve tried also

    runuser -l TorUser2 -c '/opt/tor-browser/start-tor-browser.desktop'
    

    /usr/bin/env: ‘./Browser/execdesktop’: No such file or directory


  • Gordon_FOPtoLinuxRun `tor-browser` as another user ??
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    I’ve try one guidance, but it didn’t worked.

    I quit the xfce, login as root, did

    echo $XAUTHORITY
    #returned nothing
    
    XAUTHORITY=/tmp/.Xauthority.tmp
    xauth -f $XAUTHORITY generate :0 . trusted
    

    and after few minute it returned

    xauth: (argv):1 unable to open display :0 😢


  • Gordon_FOPtoLinuxRun `tor-browser` as another user ??
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    8 months ago

    Thank you @mina86@lemmy.wtf I’ve look where point the $XAUTHORITY but it point to another user /home/<aUser>/.Xauthority and to give access to the file I have to change also the permission on the parent folders… not to hot to do so…

    I see also the TorUser do not have a file .Xauthority ! I’ve look how generate one for it, but I found no good documentation ! They show how do it once logged with TorUser ! but mine is not meant to be used to login on the system…















  • Thank you @Anafabula@discuss.tchncs.de ! it works !

    Please select what kind of key you want:
    (1) RSA and RSA (default)
    (2) DSA and Elgamal
    (3) DSA (sign only)
    (4) RSA (sign only)
    (7) DSA (set your own capabilities)
    (8) RSA (set your own capabilities)
    (9) ECC and ECC
    (10) ECC (sign only)
    (11) ECC (set your own capabilities)
    (13) Existing key
    (14) Existing key from card\

    I’m wondering whats is the option: (9) ECC and ECC ?? I found nothing in their documentation :/








  • Damn

    now that I open few ports 9001

    I see incoming connection that are dropped because they use totally diffrent ports

    drop: IN=eth0 OUT= MAC=aMacadrs SRC=aIP DST=aMyIP LEN=64 TOS=0x00 PREC=0x00 TTL=48 ID=65508 DF PROTO=TCP SPT=443 DPT=50194 WINDOW=501 RES=0x00 ACK URGP=0

    privacy

    I’ve replaced some string with 'aSomething'

    .

    it’s weird in my nftable config file I have

    type filter hook input priority 0; policy drop;
    ct state established,related accept
    

    Any ideas ?