Cstolworthy

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Cstolworthy

  1. I got it working with the OpenJDK docker. In case someone else has the same question here is what I did: I went into the options for Community Applications and enabled the ability to search the docker repositories. I then searched for "OpenJDK" and selected the official OpenJDK docker. In the configuration screen for the container I did the following: I added a path that points to the root of where I have my java assets. and named it /minecraft within the container. I then altered the Repository field to the following (without quotes) "-w /minecraft openjdk:8 java -Xmx4096M -Xms2048M -jar /minecraft/bin/pw/prok/KCauldron/1.7.10-1614.201/KCauldron-1.7.10-1614.201.jar nogui" After that it was a matter of mapping the ports I needed. This is probably NOT the correct way to do it, if someone has a better way please let me know.
  2. Please excuse my ignorance here. I found and installed the OpenJDK docker via community applications like you recommended. When I try to start it, it immediately exits. Is that docker meant to be built upon, not run necessarily? If so, do you have any recommendations for articles that go over the basics of building a docker image? Thanks for all the help!
  3. I am hoping what I need already exists, if not, I am willing to try building it. But I figured it would be better to ask here first. I am looking for a docker that simply runs Java, you supply it a command via the variables and it executes that at startup. Specifically I am trying to setup running a minecraft mod server in a docker container. But it would be super nice to have java in the docker, and everything else is mapped. That way I can supply a command like "-Xmx2048M -Xms2048M -jar bin/pw/prok/KCauldron/1.7.10-1614.201/KCauldron-1.7.10-1614.201.jar nogui" and don't have to make a docker specific to the mod I want to run.
  4. I am running on an AVS 10/4, 32 Gb RAM, 2x Xeon processors. Plugins: Dynamic Web Gui Ver 2016.11.05 unRAID Server OS Ver 6.2.4 As for dockers, I am running: binhex-nzbget (binhex/arch-nzbget:latest) binhex-sonarr (binhex/arch-sonarr:latest) booksonic ( linuxserver/booksonic:latest) couchpotato ( linuxserver/couchpotato:latest) duckdns (linuxserver/duckdns:latest) PlexMediaServer (limetech/plex:latest) plexpy (linuxserver/plexpy:latest) qbittorrent (mace/qbittorrent:latest) smokeping (linuxserver/smokeping:latest) unifi (linuxserver/unifi:latest) As for the docker size, at one point I was running a docker that had output piped into the container, instead of a mapped folder. The docker would fill up, so I made it large and haven't resized it since. I will check my flash drive
  5. I just recently attempted to update my unraid OS version. I am currently on 6.2.4 and am attempting to upgrade to 6.3.2 When I hit the update button, everything appears to work correctly. I then reboot my server. When it comes back online, the version is still 6.2.4 and putty is unable to connect via SSH to the server any longer. I have attached the diagnostic package from tools->Diagnostics tower-diagnostics-20170321-1320.zip
  6. Something I have noticed with my Unraid setup is that upon reboot, it doesn't re-assign the cache drives. This causes docker to not start (as it cannot find the file), so I have to stop the array, assign the cache drives, and start the array again. I am running an AVS 10/4, all 10 3.5" bays are full, and in the 2.5" bays I have 2x 512Gb SSD. I am running Unraid 6.2.4 The two drives that don't get re-assigned are: SanDisk_SD6SB2M512G1022I_144451401233 - 512 GB (sdc) (Cache) SanDisk_SD6SB2M512G1022I_144451401242 - 512 GB (sdg) (Cache 2) I have attached my system log to this post. Here is a screen of my dashboard: Please let me know if I can provide any additional information syslog.txt
  7. Interesting, I changed the data drive to the cache drive and everything started working fine.
  8. The run command is: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="unifi" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8080:8080/tcp -p 8081:8081/tcp -p 8443:8443/tcp -p 8843:8843/tcp -p 8880:8880/tcp -v "/mnt/user/appdata/unifi/config/":"/config":rw linuxserver/unifi 5a11219372e77d33f4313fc86afbbb608333d70324a10308329d869c2d798019
  9. I just recently installed the Unifi docker via unraid. However whenever I have tried to access the Web UI, it would never respond. To ensure a cleaner state, I removed the container entirely and deleted the data directory. I then re-setup a container (didn't user the my-unifi option available in the interface, and went with defaults on everything except data directory.). I have attached the log files from that run to this post. From what I can gather, Mongo is failing to start which makes the controller fail to boot. This is where things start to die: 2017-02-01T23:18:18.577-0800 [initandlisten] journal dir=/usr/lib/unifi/data/db/journal 2017-02-01T23:18:18.578-0800 [initandlisten] recover : no journal files present, no recovery needed 2017-02-01T23:18:18.578-0800 [initandlisten] LogFile::synchronousAppend failed with 8192 bytes unwritten out of 8192 bytes; b=0x3846000 errno:22 Invalid argument 2017-02-01T23:18:18.578-0800 [initandlisten] Fatal Assertion 13515 2017-02-01T23:18:18.580-0800 [initandlisten] 0xedb3e9 0xe6fb3f 0xe4a1c1 0xe7039b 0x8869fa 0x886f3a 0x88ea86 0x87d184 0x61f92f 0x620903 0x5e943c 0x2ba0ddfd3830 0x61a2d9 bin/mongod(_ZN5mongo15printStackTraceERSo+0x39) [0xedb3e9] bin/mongod(_ZN5mongo10logContextEPKc+0x21f) [0xe6fb3f] bin/mongod(_ZN5mongo13fassertFailedEi+0x71) [0xe4a1c1] bin/mongod(_ZN5mongo7LogFile17synchronousAppendEPKvm+0x29b) [0xe7039b] bin/mongod(_ZN5mongo3dur20_preallocateIsFasterEv+0x22a) [0x8869fa] bin/mongod(_ZN5mongo3dur19preallocateIsFasterEv+0x2a) [0x886f3a] bin/mongod(_ZN5mongo3dur16preallocateFilesEv+0x966) [0x88ea86] bin/mongod(_ZN5mongo3dur7startupEv+0x74) [0x87d184] bin/mongod(_ZN5mongo14_initAndListenEi+0x76f) [0x61f92f] bin/mongod(_ZN5mongo13initAndListenEi+0x23) [0x620903] bin/mongod(main+0x23c) [0x5e943c] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x2ba0ddfd3830] bin/mongod(_start+0x29) [0x61a2d9] 2017-02-01T23:18:18.580-0800 [initandlisten] After this, it throws one more exception(below) before restarting the process: ***aborting after fassert() failure 2017-02-01T23:18:22.703-0800 [initandlisten] SEVERE: Got signal: 6 (Aborted). Backtrace:0xedb3e9 0xeda3a5 0x2ade19e344b0 0x2ade19e34428 0x2ade19e3602a 0xe4a213 0xe7039b 0x8869fa 0x886f3a 0x88ea86 0x87d184 0x61f92f 0x620903 0x5e943c 0x2ade19e1f830 0x61a2d9 bin/mongod(_ZN5mongo15printStackTraceERSo+0x39) [0xedb3e9] bin/mongod() [0xeda3a5] /lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x2ade19e344b0] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x38) [0x2ade19e34428] /lib/x86_64-linux-gnu/libc.so.6(abort+0x16a) [0x2ade19e3602a] bin/mongod(_ZN5mongo13fassertFailedEi+0xc3) [0xe4a213] bin/mongod(_ZN5mongo7LogFile17synchronousAppendEPKvm+0x29b) [0xe7039b] bin/mongod(_ZN5mongo3dur20_preallocateIsFasterEv+0x22a) [0x8869fa] bin/mongod(_ZN5mongo3dur19preallocateIsFasterEv+0x2a) [0x886f3a] bin/mongod(_ZN5mongo3dur16preallocateFilesEv+0x966) [0x88ea86] bin/mongod(_ZN5mongo3dur7startupEv+0x74) [0x87d184] bin/mongod(_ZN5mongo14_initAndListenEi+0x76f) [0x61f92f] bin/mongod(_ZN5mongo13initAndListenEi+0x23) [0x620903] bin/mongod(main+0x23c) [0x5e943c] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x2ade19e1f830] bin/mongod(_start+0x29) [0x61a2d9] Let me know if there is anything else I can provide. Thanks! mongod.txt server.txt
  10. Not sure what you mean exactly by The power grid where I live is fairly reliable, but we do have the occasional outage. When we do have an outage, power is usually restored within a few minutes. Ideally I would like a battery backup that can run for a few minutes (at least 5) when power goes out, really I just don't want it to go down in the event of a small outage. For a longer outage I would like it to be able to gracefully shut down the server. The server will be the only device that is connected to the battery backup.
  11. Hey everyone, I was wondering if someone could give me an idea how much power an AVS 10/4 pulls? I want to get a battery backup for my server and don't want to underbuy. All 10 bays are full. The parity drive is an 8Tb Seagate, the rest of the drives are 4 Tb seagate. I also have 2x 512Gb SSDs for cache drives.
  12. Thank you. I have ordered a new 8 Tb drive, and the old drive is still in warranty to it is going through the RMA process now.
  13. unRAID recently started reporting an error with a drive. I ran an extended SMART test on the drive (attached), which did not complete due to an error. This drive is my parity drive and it is currently a 4Tb drive. My first question, is the drive beginning to fail? I assume so, since not being able to complete a SMART test is generally a bad thing. My second question is, if I want to take this opportunity to upgrade to an 8Tb drive do I have to do anything other than adding the new drive to the array? ST4000DM000-1F2168_Z3026PBE-20160604-2113.txt
  14. Change the configuration folder location to either a cache drive or if you don't have one, a disk location. /mnt/cache/blah /mnt/diskX/blah I deleted the container and image, added it fresh and changed /config to point to /mnt/cache/appdata/plexrequests I am still seeing the same issue Can you post a log? Also, how long did you wait? At container start, it updates meteor and a couple of times I noticed the meteor servers being ridiculously slow. It took 20 minutes for the update After 45 minutes, the docker started responding. It looks like the meteor servers were just really bogged down. Thanks for the help, and for the awesome docker containers!
  15. Change the configuration folder location to either a cache drive or if you don't have one, a disk location. /mnt/cache/blah /mnt/diskX/blah I deleted the container and image, added it fresh and changed /config to point to /mnt/cache/appdata/plexrequests I am still seeing the same issue
  16. I am having an issue with the plex requests docker. Everything appears to pull and install correctly, docker reports that the container is started. But when I attempt to browse to the service, it gives me a "Connection refused". I can't seem to find any logs, so I am not sure how to troubleshoot it at this point. Here is a screenshot of my configuration: http://i.imgur.com/WKXiZW3.png
  17. I have an AVS 10/4 that is running 8x4 Tb disks. If I wanted to add a 6Tb disk to the array,I would actually net 4Tb as the new 6Tb drive needs to be parity. Is that correct? When I add a 6Tb disk to the array, what would be the proper procedure? Here is a screenshot of my configuration: http://i.imgur.com/Su7HCxE.png
  18. I bought an AVS-10/4 a few months ago to replace my old desktop that I had running unRAID. Now that I have the new server in place, and I have all my data migrated, I want to purge it so I can give it to a friend to use. My question is, how do I wipe all the drives?
  19. Thank you for the advice. I am planning to buy everything through lime. So it will be 32GB ECC DRAM. Eight streams simultaneously with no problems is good enough for what I need for now. Going up to 15 streams simultaneously would probably, in all honesty, require me to change my network configuration and get a bigger internet connection. So based off what I have learned here, I think I will probably move forward with the AVS-10/4X with the RAM upgrade and 10x of the recommended hard drives. That way everything will be set up, and thoroughly tested prior to install.
  20. This server is going to be hosting mainly TV shows/movies. A different PC will be accessing the share and streaming the content via Plex. The highest quality video that will be streamed is DVD quality. Currently I may be streaming to 5 - 8 people simultaneously. Mainly I just want to be sure that this will be able to stream to more than 1 or 2 people at a time. Is it worth it to upgrade the server to 32Gb of RAM?
  21. Awesome! Thanks for the quick reply. I am glad to hear the drives will work for video streaming. Just to be sure, I shouldn't have any problems running 15-20 video streams concurrently? I am planning on buying the server along with 10 hard drives, for a total of 36 TB usable I believe ( 9x4TB + 1 Parity drive) Would it be beneficial to upgrade the memory on the server as well?
  22. I am looking for a server to host media content on my home network. I need a decent amount of storage, and in that area the AVS-10/4X seems to do great. I have a few questions though: [*]How well will the drives that Lime sells work for streaming video? [*]Should I instead look at getting 7200 RPM drives? Something like: http://www.newegg.com/Product/Product.aspx?Item=N82E16822145912 [*]I can put 10 x 3.5" SATA hard drives in it correct? [*]Does this boot off a thumb drive? Or can I add a small-ish SSD to act as the OS? Thanks in advance!
  23. df -T lists it as fuseblk, so NTFS I would guess
  24. I have an external USB drive that I have added via the SNAP plugin. The problem I am having is that I cannot chmod or chown the files on the drive mounted by SNAP. The command appears to work just fine, but when I do an ls -al on the directory afterwards, nothing has changed. I could get around needing to chown the directory if I could get chmod to work at the very least. How can I get around this issue? For example here is the output of: ls -al /mnt/disk/Backup/Movies/Librarian\ The\ Curse\ of\ the\ Judas\ Chalice\,\ The\ \(2008\)/ total 4586940 drwxrwxrwx 1 root root 0 May 19 13:21 ./ drwxrwxrwx 1 root root 237568 May 15 10:11 ../ -rw-rw-rw- 1 root root 4695925322 May 18 23:59 The\ Librarian\ The\ Curse\ of\ the\ Judas\ Chalice.mkv Then I run this command: sudo chown -R -v nobody:users /mnt/disk/Backup/Movies/Librarian\ The\ Curse\ of\ the\ Judas\ Chalice\,\ The\ \(2008\)/ This is the output: changed ownership of `/mnt/disk/Backup/Movies/Librarian The Curse of the Judas Chalice, The (2008)/The Librarian The Curse of the Judas Chalice.mkv' to nobody:users changed ownership of `/mnt/disk/Backup/Movies/Librarian The Curse of the Judas Chalice, The (2008)/' to nobody:users Immediately after running that command: total 4586940 drwxrwxrwx 1 root root 0 May 19 13:21 ./ drwxrwxrwx 1 root root 237568 May 15 10:11 ../ -rw-rw-rw- 1 root root 4695925322 May 18 23:59 The\ Librarian\ The\ Curse\ of\ the\ Judas\ Chalice.mkv
  25. One of the drives in my array keeps ending up disabled. I have replaced the SATA cable, and made sure that the power connector is firmly seated. I have attached my syslog and a SMART test from the drive. If anyone could take a look and tell me if they see anything, I would appreciate it! The drive is listed as: ST4000DM000-1F2168_Z3011NGD (sdd) 3907018532 Thanks syslog_5-4.zip