January 15, 201412 yr glibc is a pretty widely used system wide library. i wouldn't recommend updating it as there is a high probability of breaking things as i am told. is is possible to use a version of mono that doesn't require it? Probably, from what I understand mono no longer has specific glibc requirements, so we'd have to compile our own mono 3 on glibc 2.11 instead of using the package which is only available in slackware-current compiled with 2.5
January 16, 201412 yr Does anyone else have a problem where it runs perfectly for a few hours then crashes? I can't see anything in nzbdrone's log to explain why it has turned off. If I restart the plugin from the Unraid settings menu it runs properly again. It's a little annoying as it seems to work really well when it is on. Which logs would people need to try and help me explain what's causing it? Thanks for the help.
January 16, 201412 yr Which logs would people need to try and help me explain what's causing it? In nzbdrone settings turn on the verbose logging (or debug logging, I forget what they call it). There should be an indication in that log, but only when you hop up the logging level.
February 5, 201412 yr That's... somewhat aggravating. Have a new version I wanted to include Mono 3.0 in, but appears slackware 13.37 uses glibc 2.13, not 2.11. Not sure if unraid just hasn't updated glibc in some time or what, but it's unfortunate nonetheless. I've got a new version that handles nzbdrone updates nicely, among a few other things (should fix the known annoyances above at least). Want to see if I can get Mono 3.0 to be used first though, and without a glibc upgrade from 2.11 to 2.15 if I can help it.
February 5, 201412 yr Does mono 3 require it? If not you could just compile it with glibc 2.11. Sent from my SPH-D710VMUB using Tapatalk
February 6, 201412 yr trello has it set to done, so is it? download the plg and boom? WHere? https://trello.com/b/MadvFKy4/nzbdrone And where would you get the plugin? From this thread? http://forums.nzbdrone.com/discussion/comment/2999#Comment_2999
February 6, 201412 yr I click on the previous link here and it show it was done. Same here where is the download. Sent from my iPhone using Tapatalk
February 8, 201412 yr To do the updates for nzbdrone when using the plg do you still just update it the same way you would any linux variant? Ubuntu/Debian Add NzbDrone's repository to your software source sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC echo "deb http://update.nzbdrone.com/repos/apt/debian master main" | sudo tee -a /etc/apt/sources.list Install/Update NzbDrone sudo apt-get update sudo apt-get install nzbdrone Start NzbDrone mono /opt/NzbDrone/NzbDrone.exe
February 15, 201412 yr To do the updates for nzbdrone when using the plg do you still just update it the same way you would any linux variant? I just ran "/etc/rc.d/rc.nzbdrone update" from terminal and it updated to 2.0.0.1127 from 2.0.0.1073.
February 20, 201412 yr I downloaded the zip file and installed it and it seem like everything installed correctly, could not find it on the dynamix webgui. I went to bed, this morning i did a little poking and in the nzbdrone folder there is nothing. So i decided to re-run the install go some errors. any suggestions. root@LahomaMediaCenter:/boot/plugins# installplg nzbdrone.plg installing plugin: nzbdrone file /boot/packages/mono-2.10.8.1-i486-1sl.txz: already exists upgradepkg --install-new /boot/packages/mono-2.10.8.1-i486-1sl.txz ... +============================================================================== | Skipping package mono-2.10.8.1-i486-1sl (already installed) +============================================================================== success file /boot/packages/binutils-2.23.52.0.1-i486-2.txz: already exists upgradepkg --install-new /boot/packages/binutils-2.23.52.0.1-i486-2.txz ... +============================================================================== | Skipping package binutils-2.23.52.0.1-i486-2 (already installed) +============================================================================== success file /boot/packages/sqlite-3.7.5-i486-1.txz: already exists upgradepkg --install-new /boot/packages/sqlite-3.7.5-i486-1.txz ... +============================================================================== | Skipping package sqlite-3.7.5-i486-1 (already installed) +============================================================================== success file /boot/packages/mediainfo-0.7.46-i486-1sl.txz: already exists upgradepkg --install-new /boot/packages/mediainfo-0.7.46-i486-1sl.txz ... +============================================================================== | Skipping package mediainfo-0.7.46-i486-1sl (already installed) +============================================================================== success [glow=red,2,300]file /boot/config/plugins/nzbdrone/nzbdrone_logo.png: downloading from --no-che ck-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png ... 2014-02-20 07:24:50 URL:https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64 .png [3582/3582] -> "/boot/config/plugins/nzbdrone/nzbdrone_logo.png" [1] bad MD5, deleting[/glow]
February 20, 201412 yr LOL this isnt good. NZBDRONE changed their logo, which breaks the plugin. <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> <MD5>9c9a3977e40d7a0077b3696755a3b1a5</MD5> The MD5 of the logo needs to change, or switch to: <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> So if you can programs just remove the MD5 check or replace it with 06FA0B7161F2AB91752A40402585907F
February 20, 201412 yr How did it break the plugin? I haven't had any issues with the plugin yet, however have a friend who has the plugin crash after a day's worth of use.
February 20, 201412 yr How did it break the plugin? I haven't had any issues with the plugin yet, however have a friend who has the plugin crash after a day's worth of use. The plugin has a md5 check on the logo. The logo changed so it fails md5 and just stops. Yes the program is still flaky and i dont know why it stops after a few days or week, even the plugin says stopped and you just have to restart it. It might have to do with using mono 2.0 instead of 3.0.
February 20, 201412 yr LOL this isnt good. NZBDRONE changed their logo, which breaks the plugin. <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> <MD5>9c9a3977e40d7a0077b3696755a3b1a5</MD5> The MD5 of the logo needs to change, or switch to: <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> So if you can programs just remove the MD5 check or replace it with 06FA0B7161F2AB91752A40402585907F In the plg? Is that what you mean. Sent from my iPhone using Tapatalk
February 20, 201412 yr LOL this isnt good. NZBDRONE changed their logo, which breaks the plugin. <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> <MD5>9c9a3977e40d7a0077b3696755a3b1a5</MD5> The MD5 of the logo needs to change, or switch to: <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> So if you can programs just remove the MD5 check or replace it with 06FA0B7161F2AB91752A40402585907F In the plg? Is that what you mean. Sent from my iPhone using Tapatalk Yes the check md5 in the plg needs deleted, or updated to the new checksum.
February 20, 201412 yr LOL this isnt good. NZBDRONE changed their logo, which breaks the plugin. <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL>'>https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> <MD5>9c9a3977e40d7a0077b3696755a3b1a5</MD5> The MD5 of the logo needs to change, or switch to: <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL>'>https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> So if you can programs just remove the MD5 check or replace it with 06FA0B7161F2AB91752A40402585907F In the plg? Is that what you mean. Sent from my iPhone using Tapatalk Yes the check md5 in the plg needs deleted, or updated to the new checksum. I think the changed it again because it failed file /boot/config/plugins/nzbdrone/nzbdrone_logo.png: downloading from --no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png ... 2014-02-20 14:00:21 URL:https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png [3582/3582] -> "/boot/config/plugins/nzbdrone/nzbdrone_logo.png" [1] bad MD5, deleting from plg that i modified <FILE Name="/boot/config/plugins/nzbdrone/nzbdrone_logo.png"> <URL>--no-check-certificate https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL>'>https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png</URL> <MD5>06FA0B7161F2AB91752A40402585907F</MD5>
February 20, 201412 yr Just delete the md5 line, try that. Who cares if a png doesnt match. New md5 c5a3b714e6a8ab930583acece35c8ff754eec00b
February 20, 201412 yr Just delete the md5 line, try that. Who cares if a png doesnt match. New md5 c5a3b714e6a8ab930583acece35c8ff754eec00b AMEN!!
February 20, 201412 yr Darnit, you guys are right. I'll upload latest version tonight, even without Mono 3 being setup. Means we'll still have the issue of shutdowns after a few days or weeks of running, but a number of other things will be fixed.
February 20, 201412 yr To do the updates for nzbdrone when using the plg do you still just update it the same way you would any linux variant? I just ran "/etc/rc.d/rc.nzbdrone update" from terminal and it updated to 2.0.0.1127 from 2.0.0.1073. FYI - that's exactly what was intended. Latest version has an "update" button on the webUI if NZBDrone isn't running also. Should have latest up tonight sometime.
February 21, 201412 yr I got it install without the md5 and it still downloaded the new icon. Now I got work out Appdata so it's on the cache not the USB stick Sent from my iPhone using Tapatalk
Archived
This topic is now archived and is closed to further replies.