Page 1 of 1

console version backgroud

Posted: Sun May 22, 2022 7:37 pm
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?

Re: console version backgroud

Posted: Sun May 22, 2022 8:32 pm
by ATC Roo
Have you tried
nohup dotnet JoinFS-CONSOLE.dll --hubname "IVTEST2" --hub --create --whazzup --nogui --background -multiobjects --minimize &

Re: console version backgroud

Posted: Sun May 22, 2022 8:40 pm
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?

Re: console version backgroud

Posted: Sun May 22, 2022 9:03 pm
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"

Re: console version backgroud

Posted: Sun May 22, 2022 9:21 pm
by mattia1513
thanks, now is ok!