console version backgroud

Any questions regarding JoinFS.
Post Reply
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

console version backgroud

Post by mattia1513 »

Hello,

i run the console version on linux with this option

dotnet JoinFS-CONSOLE.dll --hubname "IVTEST2" --hub --create --whazzup --nogui --background -multiobjects --minimize

but how can close my SSH window and leave the process runnig? if i close ssh the hub goes offline.

Another question, where is the whazzup file?
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: console version backgroud

Post by ATC Roo »

Have you tried
nohup dotnet JoinFS-CONSOLE.dll --hubname "IVTEST2" --hub --create --whazzup --nogui --background -multiobjects --minimize &
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: console version backgroud

Post by mattia1513 »

hello atc roo,

it seems to work many thanks
do you have any indication of where I can find the wazzup txt file?
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: console version backgroud

Post by ATC Roo »

I believe the whazzup.txt file should be in the JOINFS-CONSOLE directory.

But Linux is great..
You can simply run the command below to find it.

find /home -name "whazzup.txt"
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: console version backgroud

Post by mattia1513 »

thanks, now is ok!
Post Reply