Cstolworthy

Members
  • Posts

    39
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

1002 profile views

Cstolworthy's Achievements

Noob

Noob (1/14)

0

Reputation

  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