Jump to content

guyonphone

Members
  • Posts

    259
  • Joined

  • Last visited

Everything posted by guyonphone

  1. I love unraid and docker, and have used both now enough that I have several services which Unraid is providing: Plex - x.x.x.x:32400/web/index.html Deluge - x.x.x.x:8112 CouchPotato - x.x.x.x:5050 Ubooquity - x.x.x.x:2202 You get the idea. I am looking for a better solution of accessing these services via dns or aggregate webpage that has links to all of these. Plex.domain.com deluge.domain.com couchpotato.domain.com Does anyone have a solution, is there a docker out there that can act as a sort of visual link to each which doesn't require logging into unraid? Or is there a docker that acts like a URL re-writer like nginx can, but is easy to use cause I don't understand how to perform url re-writing. Thanks!
  2. Hello hurricanehrndz, I did not see that, I will try out, thanks!
  3. Hello Hurricanehrndz, Just wondering if you had any update to ubooquity. Thanks!
  4. Sweet! Can't wait to see if it fixes my issue!
  5. Thanks CHBMB, It turns out this was an issue with chrome. I dumped my chrome cache settings, and closed and re-opened the browser and everything is working again. admittedly i should have done this prior to writing a forum post. Thanks for your help!
  6. Hello! Suddenly today my Plex Docker won't play any videos. It loads the dashboard and menus just fine, but it will tell me it can't play the files, the orange circle will circle a couple times, it will act like it is about to start playing the video, the time code will click to 1 second, and then the "play" button overlays over where the video should be. Repeated clicks of the play button do nothing. Below is my plex docker log [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-dbus: executing... [cont-init.d] 30-dbus: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 50-plex-update: executing... ##################################################### # Login via the webui at http://<ip>:32400/web # # and restart the docker, because there was no # # plex token found in the preference file # ##################################################### [cont-init.d] 50-plex-update: exited 0. [cont-init.d] done. [services.d] starting services Starting dbus-daemon Starting Plex Media Server. [services.d] done. 6 3000 /config/Library/Application Support d dbus[275]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted Starting Avahi daemon Found user 'avahi' (UID 106) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.32-rc starting up. No service file found in /etc/avahi/services. *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. *** socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. New relevant interface docker0.IPv4 for mDNS. Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.69.20. New relevant interface eth0.IPv4 for mDNS. Network interface enumeration completed. Registering new address record for 172.17.0.1 on docker0.IPv4. Registering new address record for 192.168.69.20 on eth0.IPv4. Server startup complete. Host name is Unraid.local. Local service cookie is 3638159876. I have tried the following: 1. Creating a new preferences.xml 2. Removing the docker and docker image and rebuilding. 3. Rebooting the Unraid Host. 4. Changing DNS to 8.8.8.8 on unraid host. 5. I am running Unraid 6.2.1 Pleas Halp!
  7. Sweet! Thanks for your help, and please take your time, i'm patient, and just appreciate your help. Thanks!
  8. Hello Hurricane, I am having an issue with Ubooquity not scanning all my comics, at a certain point it just hangs and won't continue to scan. I get the following error in my logs: 20161012 12:58:48 [scanner thread] ERROR com.ubooquity.Ubooquity - Uncaught exception on thread: Scanner thread java.lang.OutOfMemoryError: Java heap space ?? at java.awt.image.DataBufferByte.(DataBufferByte.java:92) ~[na:1.8.0_77] ?? at java.awt.image.ComponentSampleModel.createDataBuffer(ComponentSampleModel.java:445) ~[na:1.8.0_77] ?? at sun.awt.image.ByteInterleavedRaster.(ByteInterleavedRaster.java:90) ~[na:1.8.0_77] ?? at sun.awt.image.ByteInterleavedRaster.createCompatibleWritableRaster(ByteInterleavedRaster.java:1281) ~[na:1.8.0_77] ?? at sun.awt.image.ByteInterleavedRaster.createCompatibleWritableRaster(ByteInterleavedRaster.java:1292) ~[na:1.8.0_77] ?? at org.apache.pdfbox.filter.DCTFilter.fromBGRtoRGB(DCTFilter.java:245) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.filter.DCTFilter.decode(DCTFilter.java:170) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:69) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:163) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.pdmodel.common.PDStream.createInputStream(PDStream.java:235) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject.createInputStream(PDImageXObject.java:565) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.pdmodel.graphics.image.SampledImageReader.from8bit(SampledImageReader.java:233) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.pdmodel.graphics.image.SampledImageReader.getRGBImage(SampledImageReader.java:138) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject.getImage(PDImageXObject.java:340) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.rendering.PageDrawer.drawImage(PageDrawer.java:781) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.contentstream.operator.graphics.DrawObject.process(DrawObject.java:62) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:815) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:472) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:446) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:149) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:189) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.rendering.PDFRenderer.renderPage(PDFRenderer.java:208) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.rendering.PDFRenderer.renderImage(PDFRenderer.java:139) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at org.apache.pdfbox.rendering.PDFRenderer.renderImageWithDPI(PDFRenderer.java:94) ~[pdfbox-2.0.0.jar.518817863100874557.tmp:2.0.0] ?? at com.ubooquity.fileformat.pdf.b.a(SourceFile:71) ~[ubooquity.jar:1.10.1] ?? at com.ubooquity.fileformat.pdf.b.a(SourceFile:44) ~[ubooquity.jar:1.10.1] ?? at com.ubooquity.b.c.a(SourceFile:58) ~[ubooquity.jar:1.10.1] ?? at com.ubooquity.data.feeder.a.b(SourceFile:512) ~[ubooquity.jar:1.10.1] ?? at com.ubooquity.data.feeder.a.c(SourceFile:470) ~[ubooquity.jar:1.10.1] ?? at com.ubooquity.data.feeder.a.b(SourceFile:35) ~[ubooquity.jar:1.10.1] ?? at com.ubooquity.data.feeder.a$1.run(SourceFile:123) ~[ubooquity.jar:1.10.1] ?? at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_77] I found a possible fix here: https://ubooquity.userecho.com/topics/187-scanning-a-large-library-seems-to-time-out/ How do I apply this to your docker? Thank You
  9. Hello, I have recently got into the game Rust. I would like to setup my own personal server on my unraid server. Several people have already created dockers for Rust servers.. I am currently trying to use a preconfigured rust docker from here -> https://hub.docker.com/r/didstopia/rust-server/ There is a walkthrough guide here -> http://rust.didscraft.com/rust-server-on-linux-using-docker/ in which they show the docker configuration as: docker run --name rust-server -d -p 28015:28015 -p 28015:28015/udp -p 28016:28016 -p 8080:8080 -v /rust:/steamcmd/rust --env-file /rust.env didstopia/rust-server I Tried setting up the docker as best as I could understand, however I am clearly doing something wrong. My questions are: 1. How do I properly configure the gui for: "--env-file /rust.env" 2. I think I have the folder mapping done incorrectly as the error I get when starting the docker says Cannot Find "/steamcmd/rust/RustDedicated" Error Log: Installing/updating steamcmd.. linux32/ linux32/libstdc++.so.6 linux32/steamcmd steamcmd.sh steam.sh Installing/updating Rust.. Updates disabled Starting web server.. Log rotation enabled! Using startup arguments: -batchmode -load +server.secure 1 Cleaning up old logs.. Starting scheduled task manager.. Starting Rust.. couldn't execute "/steamcmd/rust/RustDedicated": no such file or directory while executing "spawn -noecho /steamcmd/rust/RustDedicated -batchmode -load +server.secure 1 +rcon.port 28016 +rcon.password docker +rcon.web 1 -logfile /dev/stdout +..." ("eval" body line 1) invoked from within "eval [list spawn -noecho] $argv" invoked from within "if {[string compare [lindex $argv 0] "-p"] == 0} { # pipeline set stty_init "-echo" eval [list spawn -noecho] [lrange $argv 1 end] clo..." (file "/usr/bin/unbuffer" line 13) Installing/updating steamcmd.. linux32/ linux32/libstdc++.so.6 linux32/steamcmd steamcmd.sh steam.sh Installing/updating Rust.. Updates disabled Starting web server.. Log rotation enabled! Using startup arguments: -batchmode -load +server.secure 1 Cleaning up old logs.. Starting scheduled task manager.. Starting Rust.. couldn't execute "/steamcmd/rust/RustDedicated": no such file or directory while executing "spawn -noecho /steamcmd/rust/RustDedicated -batchmode -load +server.secure 1 +rcon.port 28016 +rcon.password docker +rcon.web 1 -logfile /dev/stdout +..." ("eval" body line 1) invoked from within "eval [list spawn -noecho] $argv" invoked from within "if {[string compare [lindex $argv 0] "-p"] == 0} { # pipeline set stty_init "-echo" eval [list spawn -noecho] [lrange $argv 1 end] clo..." (file "/usr/bin/unbuffer" line 13) Any help would be greatly appreciated! Thanks
  10. I am getting this too on 6.1.9 root@Unraid:~# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 128M 2.0M 127M 2% /var/log
  11. It just so happens that I also picked up a couple of these cards for 10gbps. I put one card into my windows machine, windows sees it perfectly. Unraid, not so much :-(. I am still having issues, here are the problems I am having. 1. I installed the card and booted Unraid. Unraid detects the card automatically. At this point my 1gbps card is still connected as well. root@Unraid:~# ethtool -i eth1 driver: mlx4_en version: 2.2-1 (Feb 2014) firmware-version: 2.9.1000 bus-info: 0000:05:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: no supports-register-dump: no supports-priv-flags: yes 2. In order to get unraid to give it an ip i had to run the following command ifconfig eth1 192.168.1.21 netmask 255.255.255.0 up this gave us an IP address. eth1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 192.168.69.21 netmask 255.255.255.0 broadcast 192.168.69.255 ether 00:02:c9:51:ee:00 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 3. I rebooted Unraid but the setting did not stay, linux just showed eth0 as being up. 4. So I added the following to my go script. ifconfig eth0 192.168.69.20 netmask 255.255.255.0 up ifconfig eth1 192.168.69.21 netmask 255.255.255.0 up /usr/local/sbin/emhttp -p 444 & 5. So i rebooted again, and this time I could ping both interfaces. The go script above is so far the only success I have had with the mellanox cards. 6. I decide that I want to disable the 1Gbps nic. So i edit the go file to remove the up commands , reboot to bios, disable the on board 1Gbps nic, and resart again. /usr/local/sbin/emhttp -p 444 & 7. This doesn't work, in fact no way that I wrote the go script would work with the on board nic enabled disabled. The card is seen in linux, ifconfig eth0 shows the card has an IP, but I can't access the server at all. Admittedly I don't know a lot about linux, and I am probably writing my go script incorrectly. Does anyone have any ideas on how I can get unraid to respond on the 10Gbps nic with the 1gbps nic disabled? Thanks
  12. I fixed it by adding the missing /mnt -> /mnt mappings. Thanks for your help!
  13. Hello CHBMB, Thanks for you help: Needo Mappings LinuxServer.io Mappings Thanks!
  14. Hello :-) I have just switched to your Sabnzbd Docker from Needo's which I had been using forever and was still on Sabnzbd 0.7! Everything is working great, accept, Sabnzbd is misreporting how much free space I have on my array. Screenshot: Notice how it only says i have 32.4GB free. In Needos Sabnzbd it would show how much free space i have left on my array total. Which is currently 5 TB. How can I get this functionality back using Linuxserver.io Sabnzbd? Thanks in advance!
  15. I think your SSD drive is asleep Very cool, thanks for testing it. I hadn't researched it that far, but was hoping for some sort of rapid mode. Still a nice to have in my eyes.
  16. With your guys's help I did get it to run: root@Unraid:/mnt/cache/Apps# chmod +x ./magician root@Unraid:/mnt/cache/Apps# ./magician Magician is now configuring the environment for LSI MegaRAID SAS Controller. Magician is now configuring the environment for LSI SAS IT/IR Controller. Magician is now configuring the environment for LSI SAS IT/IR2 Controller. Magician is now configuring the environment for LSI SAS IT/IR3 Controller. ================================================================================ ================ Samsung(R) SSD Magician DC Version 1.0 Copyright (c) 2014 Samsung Corporation ================================================================================ ================ Usage: ./magician [operation] .. Allowed Operations: -L[ --list] Shows a disk(s) attached to the system. -F[ --firmware-update] Updates firmware to specified disk. -E[ --erase] Securely Erases all data from specified disk. -O[ --over-provision] Performs one of the Over-Provisioning related operations on specified disk. -T[ --trim] Optimizes specified disk. -S[ --smart] Shows S.M.A.R.T values of specified disk. -M[ --setmax] Performs SetMax related operations on specified disk. -W[ --writecache] Enables/Disables Write Cache on specified disk. -X[ --sctcachestate] Gets the SCT write cache state for specified disk. -C[ --command-history] Shows history of the previously executed commands. -I[ --info] Displays the disk details to the user. -license Shows the End User License Agreement. -H[ --help] Shows detailed Help. root@Unraid:/mnt/cache/Apps# ./magician -L ================================================================================ ================ Samsung(R) SSD Magician DC Version 1.0 Copyright (c) 2014 Samsung Corporation ================================================================================ ================ ---------------------------------------------------------------------------- | Disk | Model | Serial | Firmware | Capacity | Drive | Total Bytes | | Number | | Number | | | Health | Written | ---------------------------------------------------------------------------- No Samsung SSD found! However it does not see my SSD. My particular SSD an 850 EVO, is not listed in the supported drives section of this application, so perhaps I can't take advantage of this, or perhaps a dependency in UNRAID is missing like user unevent mentioned as a possibility. This is the end of the line for me, but perhaps this will help someone in the future. Thanks!
  17. Thanks for the info guys, ill try soon and report back my findings.
  18. I copied it to my boot drive, and attempted to launch it, I got a message saying the following: root@Unraid:/boot# ./magician -bash: ./magician: cannot execute binary file It seems like having this would be a terrific idea. I would assume that a large amount of SSD users use Samsung SSD's, and we are missing a lot of the benefits that this could offer, but alas, I do not have the skills to port this to UNRAID. Thanks
  19. Hello Unraid, I found out that Samsung made their Magician software for Linux. http://jcutrer.com/howto/linux/samsung-magician-command-line-linux Has anyone used this? I'm not the best with Linux, does anyone have any suggestions on installing it on UnRaid? Thank You
  20. Anyone thought about making a docker out of the Open Source CRM, SuiteCRM https://suitecrm.com/
  21. Hello Pinion, I just downloaded the new jar file with my windows machine, and then copied the new jar to my Apps/Ubooquity/config folder, it was super easy and only took a few minutes.
  22. Hey Robbie Ferguson, Just wanted to let you know that I love you calculator and actually used it for prior to creating my new setup. I was however wondering if you would be so kind as to update it to include RC8 which supports up to 22 Drives + Cache and Parity. Thank You
×
×
  • Create New...