bellevillerc

Members
  • Posts

    18
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bellevillerc's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Any luck on this??? Wouldn't mind knowing how to get a PocketMine docker going. Thanks,
  2. Just a quick question, but with the 6.0-rc3 version of UnRaid, do you have to go in and restart the ACUPSD manually anytime the server has to be restarted? I just noticed that I can go into the UPS Settings and even though "Start APC UPS daemon" is set to "Yes" it doesn't start up on boot. I have to change any one of the settings and hit "Apply" and it starts and runs until a restart. I know it said with rc3 that you had to go in and turn it back on and apply settings because of changes, but didn't think you had to do that every time the server had to restart (such as after a power outage etc). Thanks, Pete
  3. Hello, To keep this simple... is there a "Crashplan docker Setup in UnRaid for Dummies" tutorial or something on here somewhere? I am just trying to find some info as to the settings and stuff when creating the container. So I get it right And I am running UnRaid version 6 beta 12. Thanks, Pete
  4. hey there.. Having an issue with getting sickbeard to send a notification to plex to update database. Both are running in docker (needo), and I am thining the issue is on the plex side as it appears sickbeard is doing it, but then gets unauthorized. Here is the error from sickbeard log 2014-09-21 20:05:24 ERROR CP Server Thread-6 :: PLEX: Error while trying to contact Plex Media Server: http error : error 401 : Unauthorized : error Content-Length: 91 2014-09-21 20:05:24 INFO CP Server Thread-6 :: PLEX: Updating library for the Plex Media Server host: 192.168.0.100:32400 I did read about using the "List of networks that are allowed without auth" setting in plex, and tried putting 192.168.0.0/255.255.0.0 and also tried 192.168.0.1/255.255.255.0, but no luck. Same error. Read also that docker may be using it's own internal IP but have no clue what that may be if it is. Has to be something simple or dumb I'm doing wrong.... everything else is ticking like a clock... wonderful work by you guys. Any ideas would be much appreciated... I have the latest unraid beta 6 and docker ect. Thanks, Pete
  5. That is a plus... Anyone else have plus/minus' Thanks, Pete
  6. Newb question here... So if there are apps such as sickbeard, plex, sabnzbd ect that can be ran as a plugin, then what is the benifits of using in docker instead? Which is better and why? For what reason? Thanks Pete
  7. I also meant to add that I did check for updates and installed.... and noticed a few "not installed" items. Wasn't sure if this was an issue or not... Installed mail-ssmtp-unmenu-package-x86_64.conf Downloading myMain_local.conf rev $Revision: 182 $ $Date: 2010-12-04 08:15:52 -0500 (Sat, 04 Dec 2010)$ 5a0630afc49c196a23db71a5d02bf18f != a5d02879e3d52eb0dffda20f12d0111c or 7799da8e46bf08d7a328617cb1a48442, /tmp/unmenu_tmp/myMain_local.conf not installed Downloading powerdown-1.02_ctlaltdel-unmenu-package.conf rev $Revision: 50 $ $Date: 2010-04-13 14:21:51 -0400 (Tue, 13 Apr 2010) $ d0b27d3a4d9a936a384ec34bb24f85e6 != d41d8cd98f00b204e9800998ecf8427e or d41d8cd98f00b204e9800998ecf8427e, /tmp/unmenu_tmp/powerdown-1.02_ctlaltdel-unmenu-package.conf not installed Downloading screen-unmenu-package-x86_64.conf rev $Revision: 248 $ $Date: 2014-04-14 22:02:11 -0400 (Mon, 14 Apr 2014) $ Installed screen-unmenu-package-x86_64.conf Downloading unraid-swapfile-unmenu-package.conf rev $Revision: 68 $ $Date: 2010-04-20 21:01:55 -0400 (Tue, 20 Apr 2010) $ 9c1682566014551ded33dc8a79aff891 != 8c17090fc9a1f215d3e86731f1131f73 or 4e08b8911d69f27f8d6197e95d6985c7, /tmp/unmenu_tmp/unraid-swapfile-unmenu-package.conf not installed
  8. HI, I am using the unmenu in Unraid 6 Beta 9 and when trying to setup the SSMTP (so can send alerts from unraid server, and use the email notify I guess) and I noticed the link to the one package it is trying to get is broken. Addl. Pkg. URL-1: http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/patches/packages/openssl-1.0.1g-x86_64-1_slack14.1.txz Addl. Pkg. File-1: openssl-1.0.1g-x86_64-1_slack14.1.txz Addl. md5 Checksum: d85f8f451f71dd606f3adb59e582322a (NOT matched - download may be corrupted, or download URL no longer valid.) I click on the link and try to go there manually and it doesn't exist. Anyway I can fix that. Thanks, Pete
  9. I may have figured it out, and now have it running... I think... how do you log into the virtualbox? Just trying to find that info now.... guess I need phpVirtualBox now... any good tutorials on installing that? Thanks, Pete
  10. THanks, Those sacripts are for UnRAID 5 but I modified it. When I install the VirtualBox file (from the section Installing VirtualBox) , I get some errors (like "ln: creating symbolic link '/usr/share/pixmaps/virtualbox.png' : no such file or directory ) I get a few of these that are similar just different files/locations in this share directory. Is this normal or is this a bad thing? Thanks again, Pete
  11. I am having some issues... I am following the steps on the wikki about getting this VirtualBox installed on my unRAID 4.7 box. After all the attempts and errors I am getting, I think it is the way I am copying the code and pasting it in, to make up the scripts. I tried the individual steps, typing it all out, but even the doinst.sh file I make (by copying the text and pasting in) gives errors. I have tried this on a clean, basic, new 4.7 raid install on another pc, and have the exact same outcome. Could someone give me the steps to making these script files, so I know if I am doing them wrong. I have to be...... Also when I create the script files, i give them the extension .sh as I am assuming that is what it is supose to be. It has issues with the script right from the getgo, as it has issues with the first part.. #!/bin/bash P="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")" [ ! -d "$P/packages" ] && mkdir $P/packages cd $P/packages basically says it can't create the directory/doesn't exsist.... where is it trying to create the packages directory exaclty??? [ ! -e "linux-2.6.32.9.tar.gz" ] && wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.32.9.tar.gz [ ! -e "gcc-4.2.4-i486-1.tgz" ] && wget http://slackware.oregonstate.edu/slackware-12.2/slackware/d/gcc-4.2.4-i486-1.tgz [ ! -e "glibc-2.7-i486-17.tgz" ] && wget http://slackware.oregonstate.edu/slackware-12.2/slackware/l/glibc-2.7-i486-17.tgz [ ! -e "binutils-2.18.50.0.9-i486-1.tgz" ] && wget http://slackware.oregonstate.edu/slackware-12.2/slackware/d/binutils-2.18.50.0.9-i486-1.tgz [ ! -e "make-3.81-i486-1.tgz" ] && wget http://slackware.oregonstate.edu/slackware-12.2/slackware/d/make-3.81-i486-1.tgz [ ! -e "cxxlibs-6.0.9-i486-1.tgz" ] && wget http://slackware.oregonstate.edu/slackware-12.2/slackware/a/cxxlibs-6.0.9-i486-1.tgz [ ! -e "pkgtools-12.1.0-noarch-7.tgz" ] && wget http://slackware.osuosl.org/slackware-12.2/slackware/a/pkgtools-12.1.0-noarch-7.tgz [ ! -e "perl-5.10.0-i486-1.tgz" ] && wget http://slackware.osuosl.org/slackware-12.2/slackware/d/perl-5.10.0-i486-1.tgz [ ! -e "cpio-2.5-i486-3.tgz" ] && wget http://slackware.osuosl.org/slackware-12.2/slackware/a/cpio-2.5-i486-3.tgz [ ! -e "patch-2.5.4-i486-1.tgz" ] && wget http://slackware.osuosl.org/slackware-12.2/slackware/a/patch-2.5.4-i486-1.tgz [ ! -e "ncurses-5.6-i486-3.tgz" ] && wget http://slackware.osuosl.org/slackware-12.2/slackware/l/ncurses-5.6-i486-3.tgz with downloading the files... it seems it connects/finds the file, but then doesn't download and gives a 404 error... The files are there online, as I can download them on my PC using the links. There is more errors I get from the rest of the code, but if I can't get past the first part, then no sense worrying about the rest. Is anyone able to help? It must be something I'm doing, as it seems to work for several other people. Or is there steps that should be done before doing the steps in the wiki (http://lime-technology.com/wiki/index.php/Installing_VirtualBox_in_unRAID) on this...? it's unRAID 4.7 uname -r gives.. 2.6.32.9-unRAID Thanks in advance, Pete (a frustrated individual, with little hair left.... )