Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: andfree on June 10, 2016, 09:12:21 AM

Title: Can't open transmission
Post by: andfree on June 10, 2016, 09:12:21 AM
Quote
tc@box:~$ tce-load -w transmission
transmission is already downloaded.
tc@box:~$ tce-load -i transmission
transmission is already installed!
tc@box:~$ transmission
sh: transmission: not found
tc@box:~$
Title: Re: Can't open transmission
Post by: gerald_clark on June 10, 2016, 09:21:13 AM
Check the files in 'App' and you will see it is transmission-cli.
Read the info file too.
Title: Re: Can't open transmission
Post by: andfree on June 11, 2016, 03:51:43 AM
Thank you.
Code: [Select]
transmission-cli <magnet-url>got the job done.
But isn't there a gui?
Title: Re: Can't open transmission
Post by: Juanito on June 11, 2016, 04:01:20 AM
There can be a gtk or qt gui, but that needs to be set at compile time (cf the corepure64 version of transmission).
Title: Re: Can't open transmission
Post by: gerald_clark on June 11, 2016, 10:47:24 AM
You can run transmission-daemon and use any browser for a gui experience.
Title: Re: Can't open transmission
Post by: andfree on June 13, 2016, 10:52:36 AM
Can I use firefox for a gui experience? How could I do that?
Title: Re: Can't open transmission
Post by: Misalf on June 13, 2016, 01:28:36 PM
Yes.
You'd go there:
http://127.0.0.1:9091/transmission/web/
Title: Re: Can't open transmission
Post by: andfree on June 15, 2016, 12:55:53 PM
Quote
Unable to connect

Firefox can't establish a connection to the server at 127.0.0.1:9091.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

I got this message today and I got the same message using a different computer and another network two days ago.
Title: Re: Can't open transmission
Post by: curaga on June 15, 2016, 01:08:41 PM
Did you start the transmission daemon? That IP only works on the computer it's running on.
Title: Re: Can't open transmission
Post by: andfree on June 15, 2016, 03:47:42 PM
I did it now and it works. Thank you all.