[Part 2] Download torrent & newsserver package(s)
|
23rd May, 2013, 01:42 AM
Post: #166
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
NZBget worked fine yesterday and this morning, but after pause and resume I got the following errormessage:
'Could not resolve hostname ErrNo 2, No such file or directory' |
|||
25th May, 2013, 12:44 AM
Post: #167
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
I resolved the problem by doing a clean install of Xbian and adding everything (and making an image file afterwards!)
Sickbeard is now on 8081 strangely enough. Sickbeard also gives the option of updating the version via the GUI. I'm not sure if this would work? |
|||
31st May, 2013, 11:03 AM
Post: #168
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
I'm having issues getting the transmission service to start. I've tried both the console GUI and the normal command line and both say that the service has started. However, going into the gui to check the service status it always lists no for whether it's running and I'm unable to access it. This is a brand new clean install of Xbian Alpha 5.
What would you recommend as a starting point to work on debuging this issue. |
|||
2nd Jun, 2013, 10:50 PM
Post: #169
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Any of you guys found any releases where the files are just numbered extension .1 .2 .3 etc etc ? SabNZBD extracts them fine but looks like nzbget struggles with them.
I run SAB on a meaty system but a mate who's running nzbget on xbian isn't getting them extracted. Recently reinstalled his system but copied backup config files in place but not sure if this is symptomatic of that or something with new releases. |
|||
4th Jun, 2013, 08:44 AM
Post: #170
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
(13th May, 2013 09:53 AM)mk01 Wrote: ) @mk01, ok I understand the basics. But it will not work on XBian without installing something extras. That leads me to the conclusion this solution cant be the actual solution to what I wanted: have Transmission (installed on the RPi) update the XBMC (installed on the same RPi) library after a download, by running a script, since Transmission has a feature that allows you to point it to a script it will run after each finished download. reason: your solution requires Telnet, this command is not available on the RPi. Since I would need to install Telnet, I could simply install curl and be done with it, right? I was actually just looking for a solution to get this working without installing anything extra... and I think the wget solution is the way to do it since it works via SSH after I login in the RPi! It only does not work when the script is executed via Transmission |
|||
4th Jun, 2013, 11:50 AM
Post: #171
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
(4th Jun, 2013 08:44 AM)zilexa Wrote: I was actually just looking for a solution to get this working without installing anything extra... and I think the wget solution is the way to do it since it works via SSH after I login in the RPi! It only does not work when the script is executed via Transmission yes, sorry, I was so lazy open ssh terminal that I did it from macosx terminal. and there telnet still is. why I chosen telnet is the fact, that all three (telnet | curl | wget ) are providing you the same. connecting to port 8080 (xbmc) and running while running html get command (what on xbmc side will run the update process). from the tree is telnet the simplest desto minimum possibilities to get the command wrong specially when passed through more shells and command line preprocessors. if the curl (wget) command works for one path (from shell directly) but doesn't when calling from scripts from transmission that means exactly why I chosen (as demonstration) the telnet way. i mean, the only problem must be nessed all the {}[]"'\%#$ in the command, what will cause different interpretation at xbmc. btw: I know you don't ant to install anything else, but XBMC supports receiving remote events directly on port 9777. There is nice and small (in perl written) toolchain - it's by default supplied in binary for MacOsx, for linux you can get it at http://wiki.xbmc.org/?title=EventServer (point 9.1) at the bottom. it's few kb, doesn't need nothing else as standard perl / python (no extra modules or other shits) and as a result, you will have one .py script which works like: Code: xbmc-send [OPTION] --action=ACTION you can't go wrong with that. and going back to your http://forum.xbian.org/thread-479-post-9990.html#pid9990 post, the easy to remember solution how to get all the parameters, but we don't know syntax/names is to temporarily call such script as a hook to transmission: echo $(env) >> /tmp/list.environment.txt then you would just look into the file and you will see all the variables which transmission is passing to your scripts ... Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
4th Jun, 2013, 06:33 PM
Post: #172
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
wow that is a way better solution, xbmc-send.
I did find all parameters from transmission already, I just could not get it working. This will definitely work. Thanks a lot! EDIT: unfortunately, it seems since I updated to XBMC 12.2, I am not able to run any script via Transmission anymore. Not sure if it is related to the update but last time I tested this simple script, it worked and now it doesn't. I tried chmod +x, chmod +rx, chmod -R 777 to the file. I moved it to /usr/local/etc/transmission, the same folder as settings.json. Nothing. I checked syslog but unfortunately there is no logging of Transmission activities this is my test script, very easy, works when executed manually via ssh commandline: Code: #!/bin/sh edit2: I think I got it working now. My mistake: everytime after I edit the sh script (I do this via Cyberduck/FTP on my Mac) I have to do chmod +x again, since it is actually a new file I have to make it executable again . |
|||
11th Jun, 2013, 05:36 PM
Post: #173
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
I tried to reinstall xBian with the download package 3 times and I keep getting this message when downloading with NZBGet:
Code: Could not verify Game.of.Thrones.S03E10.720p.HDTV.x264-EVOLVE/game.of.thrones.s03e10.720p.hdtv: par2-file could not be processed Would appreciate any kind of help! |
|||
11th Jun, 2013, 08:49 PM
Post: #174
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Does this occur only with this download or also with other?
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
11th Jun, 2013, 09:29 PM
Post: #175
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
(11th Jun, 2013 08:49 PM)Fred Wrote: Does this occur only with this download or also with other?Only with par2's yes, it's a new download so no worries there. I guess it's something about the unpacking part. Tried the SABnzbd package which gives me a much clearer error. It just says that it's missing an unrar program. Installing unrar-free just like what they said at the front page of the thread. But that doesn't solve the problem so I guess I need unrar-nonfree. Don't know how to yet. |
|||
11th Jun, 2013, 11:10 PM
Post: #176
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Add "deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free rpi" to your sources list if it's not already:
Code: sudo nano /etc/apt/sources.list Install unrar-nonfree and it's dependencies: Code: sudo mkdir unrar-nonfree && cd unrar-nonfree Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
12th Jun, 2013, 12:02 AM
Post: #177
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
(11th Jun, 2013 11:10 PM)Fred Wrote: Add "deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free rpi" to your sources list if it's not already: EDIT: I did a fresh install, installed the download-package, used the unrar-nonfree and started testing with a single episode. NZBGet did unpacked the file with succes (so it said). But it resulted into this on the root of my external HDD: Code: ls: reading directory .: Input/output error |
|||
12th Jun, 2013, 04:35 AM
Post: #178
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Hmm, okay weird. Couple of questions:
Do you have some details on your HDD? How is it formatted, how is it connected to your RPi? Is there a brokenlog.txt in the folder where it is downloaded to? Does nzbget give any warning/error messages? Can you try unrarring the files manually from command line? Can you unrar the files on your windows machine? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
12th Jun, 2013, 05:35 AM
Post: #179
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
(12th Jun, 2013 04:35 AM)Fred Wrote: Do you have some details on your HDD? How is it formatted, how is it connected to your RPi? I have my HDD, a WD Elements 1 TB, formatted in NTFS, and connected through a power usb hub since the HDD is usb powered. The power supply of the usb hub(Sitecom CN-051) is 5 volts and 2 amps. Which should be enough I guess. (12th Jun, 2013 04:35 AM)Fred Wrote: Is there a brokenlog.txt in the folder where it is downloaded to?As far as I can see, no. A perfect download. (12th Jun, 2013 04:35 AM)Fred Wrote: Does nzbget give any warning/error messages? Even though it had a succes, there are errors and warnings in the log: Code: ERROR Tue Jun 11 2013 20:12:14 Could not create file /home/xbian//incomplete/queue (12th Jun, 2013 04:35 AM)Fred Wrote: Can you try unrarring the files manually from command line? EDIT: Used "unrar e <filename>" Had a problem at 94%, it gave me the exact same simple I/O error. (12th Jun, 2013 04:35 AM)Fred Wrote: Can you unrar the files on your windows machine? I did like I said above (apparently not clear). 0 errors and a perfect file came out. Also found out that I get the exact same IO error when I unplug and replug the HDD into the powered usb hub without a reboot. |
|||
12th Jun, 2013, 06:16 AM
Post: #180
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Have you followed the instructions from the OP to move your folders to the external HDD? And did you make any changes to your nzbget settings apart from the newsserver settings?
I ask this because the directory in the first line in the log does not seem right (the double slash) Code: ERROR Tue Jun 11 2013 20:12:14 Could not create file /home/xbian//incomplete/queue From the OP: Quote:mv /home/xbian/downloads /media/usb/ But that shouldn't give any I/O errors. I personally don't have any experience with usb powered hdd through a powered usb hub. I use a hdd with its own power supply directly to the RPi. I still think this problem can be power related. If you have any other usb devices attached, try without them. What adapter do you have for the RPi itself? You could also try disabling the overclock (change them back to default [no overclocking] values) And also run a 'sudo apt-get update' followed by a 'sudo apt-get upgrade' to make sure you have the latest firmware. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[Part 3] Download torrent & newsserver packages | Fred | 221 | 878,969 |
18th Mar, 2016 03:00 PM Last Post: akitolong |
|
Download Package not installing | naverave | 3 | 13,752 |
16th Mar, 2014 07:56 PM Last Post: mk01 |
|
download package setup | pathia | 5 | 18,713 |
28th Sep, 2013 12:00 AM Last Post: Gemma01 |
|
Download package | enzu1 | 1 | 9,063 |
4th Feb, 2013 10:35 PM Last Post: CurlyMo |