PogoPlug Pro - Discussion Thread

Anyone here using Mediatomb to access upnp video files , i am using it as an alternative to mini dlna and all has been working very good so far.

The main thing is the web ui itself is enough for everything and i don't need to mess up with command line for anything.

I am using BubbleUPnP to access files on my nexus :D
 
Do you know by any chance we can get latest version of transmission for debian ? The reason i didn't moved to debian is lack of newer packages

The newer packages are available in the testing, unstable repositories and you can easily install them using apt itself.

https://we.riseup.net/debian/installing-testing-packages-on-stable

I just installed transmission 2.53 from the unstable (wheezy) repo using the above method, similarly 2.73 too is available in the experimental repo.
 
So both transmission and deluge is not working for me right now , i don't know what the problem is :unsure:

Is it possible if i copy paste any other member running scripts or like that so both will be transmission auto configured by doing that....
 
why don't you just delete the settings file after closing transmission and make it run again? it will create a new one by itself.
 
I am trying to boot my pogo with debian but no joy.

I extracted varkey's debian rootfs to a ext3 but it didnt boot into debian, it booted in pogo SSH. I read somewhere that arch's installation method made the pogo to boot from ext2 formatted usb drives only, whereas debian is extracted to ext3 formatted usb drives. The usb drive i used booted into archlinuxarm/ext2 satisfactorily whereas it failed to boot debian/ext3.

Any thing else to do ?


PS: Is anyone interested in installing rtorrent/rutorrent in archlinuxarm ? i could do a tut.
 
The change in kernel in arch caused most things to stop working including the debian rootfs someone mentioned on doozan that the modules are gzipped causing the pogo not to boot using the debian.

I guess transmission is better and easier to setup compared to rtorrent but a guide is always welcomed.
 
Change path and all accordingly put that in transmission folder it should be in /var/lib/transmission/.config/transmission-daemon
Code:
{
    "alt-speed-down": 50,
    "alt-speed-enabled": false,
    "alt-speed-time-begin": 540,
    "alt-speed-time-day": 127,
    "alt-speed-time-enabled": false,
    "alt-speed-time-end": 1020,
    "alt-speed-up": 50,
    "bind-address-ipv4": "0.0.0.0",
    "bind-address-ipv6": "::",
    "blocklist-enabled": false,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": false,
    "download-dir": "/media/Data/data/torrents",
    "download-queue-enabled": true,
    "download-queue-size": 5,
    "encryption": 2,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/media/Data/data/torrents",
    "incomplete-dir-enabled": true,
    "lpd-enabled": false,
    "message-level": 2,
    "peer-congestion-algorithm": "",
    "peer-limit-global": 240,
    "peer-limit-per-torrent": 30,
    "peer-port": 44440,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": false,
    "peer-socket-tos": "default",
    "pex-enabled": false,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 1,
    "queue-stalled-enabled": true,
    "queue-stalled-minutes": 30,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "{6300995c05be944092b6ccdf2a656465129f800e7o.FAG5K",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "",
    "rpc-whitelist": "192.168.1.*",
    "rpc-whitelist-enabled": true,
    "scrape-paused-torrents-enabled": true,
    "script-torrent-done-enabled": true,
    "script-torrent-done-filename": "/root/extract.sh",
    "seed-queue-enabled": false,
    "seed-queue-size": 10,
    "speed-limit-down": 100,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 2,
    "speed-limit-up-enabled": true,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true
}
 
Has anyone got transmissiond to start at reboot ? pls share crontab entries or the script ! i couldnt get it going via systemd or crontab entries. i think executable script at reboot should work.
 
i use systemd in my pogo , systemctl enable transmissiond does work and starts transmission in startup .
why do you use rc.d for manual startup ?
systemctl start/stop transmissiond to start/stop manually
 
i use systemd in my pogo , systemctl enable transmissiond does work and starts transmission in startup .
why do you use rc.d for manual startup ?
systemctl start/stop transmissiond to start/stop manually

Ok, can u upload the transmissiond.service file to some filelist and pm me the link ?

More familiar with rc.d , just a choice.
 
^ ;) :p

Go to the folder in which pyLoad was extracted and run

Code:
python pyLoadCore.py -s

Set the download path and login data etc. When it asks for type of webserver, choose 'threaded'
I'm getting PyQt4: missing error when trying to run setup file for pyload .can you please provide the instruction how you installed PyQt4 dependancy
 
Back
Top