You are not logged in.

#1 2010-01-10 23:29:37

markp1989
Member
Registered: 2008-10-05
Posts: 431

wtorrent blank web page.

im (trying) to setup rtorrent+wtorrent using the wiki http://wiki.archlinux.org/index.php/WTorrent

after i run setup, i get a plain white page.

i dont know if i have done somthing wrong, i have done exactly what the wiki says,  but i dont know how long ago it was updated.

any one got a wtorrent + rtorrent setup running on arch who can give me some pointers?

thanks Markp1989


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#2 2010-01-11 12:16:05

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: wtorrent blank web page.

Any errors in your web server's logs?

I have to say I tried wTorrent before, and I got it to run but it was dog slow and crapped out on me a lot. I am using ruTorrent now, and it works beautifully.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#3 2010-01-14 13:53:34

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: wtorrent blank web page.

ruTorrent is by far the best webUI for rtorrent.


Microshaft delenda est

Offline

#4 2010-01-19 22:05:56

greenfish
Member
From: eating fish in /dev/null
Registered: 2008-08-30
Posts: 229

Re: wtorrent blank web page.

markp1989 wrote:

im (trying) to setup rtorrent+wtorrent using the wiki http://wiki.archlinux.org/index.php/WTorrent

after i run setup, i get a plain white page.

i dont know if i have done somthing wrong, i have done exactly what the wiki says,  but i dont know how long ago it was updated.

any one got a wtorrent + rtorrent setup running on arch who can give me some pointers?

thanks Markp1989

Yeah it happens to me everytime there's a new fresh wtorrent/rtorrent install/partition on my setup. I've been at this *crap* for an hour or so, here's what worked for me:

# pacman -S php-sqlite (is not mentioned at all in the wiki)

Enabling SQLite in php.ini

$ sudo nano /etc/php/php.ini

Locate & un-comment the following:

extension=pdo.so
extension=pdo_sqlite.so
extension=curl.so
extension=xmlrpc.so
extension=sqlite.so
extension=sqlite3.so
extension=pdo.so

sqlite, sqlite3 wasn't mentioned by the wiki either but it worked in my case

restart rtorrent/apache or (easier) reboot your system

worked for me smile



scarecrow,B the TC isn't asking for an alternatie, he's trying to solve his current GUI for rtorrent. You might as well ask him to use windows instead for answer lol


ARCH64 archSKYNET server AMD  Phenom(tm) II X2 550 HDD 6TB Ram 8GB
Hobbies: Running, Pistol Marksmanship, Classic Music

Offline

#5 2010-01-20 00:03:40

markp1989
Member
Registered: 2008-10-05
Posts: 431

Re: wtorrent blank web page.

greenfish wrote:
markp1989 wrote:

im (trying) to setup rtorrent+wtorrent using the wiki http://wiki.archlinux.org/index.php/WTorrent

after i run setup, i get a plain white page.

i dont know if i have done somthing wrong, i have done exactly what the wiki says,  but i dont know how long ago it was updated.

any one got a wtorrent + rtorrent setup running on arch who can give me some pointers?

thanks Markp1989

Yeah it happens to me everytime there's a new fresh wtorrent/rtorrent install/partition on my setup. I've been at this *crap* for an hour or so, here's what worked for me:

# pacman -S php-sqlite (is not mentioned at all in the wiki)

Enabling SQLite in php.ini

$ sudo nano /etc/php/php.ini

Locate & un-comment the following:

extension=pdo.so
extension=pdo_sqlite.so
extension=curl.so
extension=xmlrpc.so
extension=sqlite.so
extension=sqlite3.so
extension=pdo.so

sqlite, sqlite3 wasn't mentioned by the wiki either but it worked in my case

restart rtorrent/apache or (easier) reboot your system

worked for me smile



scarecrow,B the TC isn't asking for an alternatie, he's trying to solve his current GUI for rtorrent. You might as well ask him to use windows instead for answer lol

hey! thanks for the detailed replly (and email) i have been using rtorrent without a gui for the last few weeks, i have all my tv shows auto downloading using flexget and i have set rtorrent to email me when ever a download finishes (never knew about this feature till recent) just need to find a free email to sms gateway that works wiht o2

right now i havnt got arch on this server, i was seeing what distro i would llike it it better, and i found ubuntu easier to set up (i use arch on my desktop and laptop)

il take your points on board and see if i can set up soon i will report back. thanks agian
i couldnt get the web ui working in ubuntu eaither .


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#6 2010-02-22 04:40:21

opothehippo
Member
From: hella norcal bro
Registered: 2009-08-06
Posts: 89

Re: wtorrent blank web page.

greenfish wrote:
markp1989 wrote:

im (trying) to setup rtorrent+wtorrent using the wiki http://wiki.archlinux.org/index.php/WTorrent

after i run setup, i get a plain white page.

i dont know if i have done somthing wrong, i have done exactly what the wiki says,  but i dont know how long ago it was updated.

any one got a wtorrent + rtorrent setup running on arch who can give me some pointers?

thanks Markp1989

Yeah it happens to me everytime there's a new fresh wtorrent/rtorrent install/partition on my setup. I've been at this *crap* for an hour or so, here's what worked for me:

# pacman -S php-sqlite (is not mentioned at all in the wiki)

Enabling SQLite in php.ini

$ sudo nano /etc/php/php.ini

Locate & un-comment the following:

extension=pdo.so
extension=pdo_sqlite.so
extension=curl.so
extension=xmlrpc.so
extension=sqlite.so
extension=sqlite3.so
extension=pdo.so

sqlite, sqlite3 wasn't mentioned by the wiki either but it worked in my case

restart rtorrent/apache or (easier) reboot your system

worked for me smile



scarecrow,B the TC isn't asking for an alternatie, he's trying to solve his current GUI for rtorrent. You might as well ask him to use windows instead for answer lol

Hey thanks a bunch. I don't know about OP but this worked great for me. I added this info to the wiki so in the future people do not have these problems.


Arch x86_64 | XMonad

Offline

Board footer

Powered by FluxBB