isaw Posted May 1, 2020 Share Posted May 1, 2020 7 hours ago, Roxedus said: hi @isaw Seem like there has been a update for the container since my initial testing. you just need the container port 8080, i will up date the template later today. the warnings you see are supposedly expected. Thanks. though I was going crazy.... Quote Link to comment
dmynerd78 Posted May 12, 2020 Share Posted May 12, 2020 (edited) Hello, I can't seem to get the Overleaf container connected to Redis. Redis container is running on 192.168.0.200:6379 and I'm able to connect to it on a different system via the command redis-cli -h 192.168.0.200 -p 6379. Yet SHARELATEX_REDIS_HOST=192.168.0.200 and SHARELATEX_REDIS_PORT=6379 doesn't work. I'm not sure why Redis is unable to connect when it's able to connect to MongoDB just fine. Redis container is redis/redis from CA and MongoDB is mongo/MongoDB from CA. Both were created with default values and were not configured any via command line. Docker Containers: Overleaf Edit Page: Edited May 12, 2020 by dmynerd78 Quote Link to comment
Roxedus Posted May 13, 2020 Author Share Posted May 13, 2020 @dmynerd78 Seems like you need redis5 with overleaf. there is a few issues on it, check out this issue. 1 Quote Link to comment
dmynerd78 Posted May 13, 2020 Share Posted May 13, 2020 48 minutes ago, Roxedus said: @dmynerd78 Seems like you need redis5 with overleaf. there is a few issues on it, check out this issue. I have Redis 5.0.0 running now and I'm getting a 500 error page from Overleaf itself. Looking through the Overleaf log isn't showing much (see log here). Is there another log file I can look at? Quote Link to comment
ceyo14 Posted May 13, 2020 Share Posted May 13, 2020 (edited) Hey, I just installed Graylog but can't seem to login to it, says invalid credential. I installed but didn't do anything else with MongoDB or Elasticsearch... Do I have to do something with them? I am trying using admin with the (16 character) password specified in the Graylog Docker config... changed it and removed special characters but still not working... Edited May 13, 2020 by ceyo14 Quote Link to comment
mvandebrake Posted May 17, 2020 Share Posted May 17, 2020 I loaded Xibo and the docker successfully loads, but the log shows that its waiting for MySQL to load. Any Idea how to overcome this? Quote Link to comment
Roxedus Posted May 17, 2020 Author Share Posted May 17, 2020 overcome how? the application needs a mysql database connection. Quote Link to comment
Hugomon Posted May 21, 2020 Share Posted May 21, 2020 Trying unsuccessfully to install traccar, this is the error showed: [email protected]:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='traccar' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -p '8082:8082/tcp' -p '5000-5150:5000-5150/tcp' -p '5000-5150:5000-5150/udp' -v '/mnt/user/appdata/traccar/logs':'/opt/traccar/logs':'rw' -v '/mnt/user/appdata/traccar/traccar.xml':'/opt/traccar/conf/traccar.xml':'rw' --restart always --hostname traccar 'traccar/traccar' a4b0f51dd28a26b7838276da3f43b90da7f5b62d5d2dccc5070443e322a3e303 /usr/bin/docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "process_linux.go:449: container init caused "rootfs_linux.go:58: mounting \"/mnt/user/appdata/traccar/traccar.xml\" to rootfs \"/var/lib/docker/btrfs/subvolumes/fc10ef587b96c515b72518f5fdf72ba861e0f05ed27f1ccca6f595b7bcc5695c\" at \"/var/lib/docker/btrfs/subvolumes/fc10ef587b96c515b72518f5fdf72ba861e0f05ed27f1ccca6f595b7bcc5695c/opt/traccar/conf/traccar.xml\" caused \"not a directory\""": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type. The command failed. Any advise? Quote Link to comment
Roxedus Posted May 22, 2020 Author Share Posted May 22, 2020 8 hours ago, Hugomon said: Any advise? Looks like you skipped over the part about downloading the xml, then putting it on your array first. 1 Quote Link to comment
Hugomon Posted May 22, 2020 Share Posted May 22, 2020 7 hours ago, Roxedus said: Looks like you skipped over the part about downloading the xml, then putting it on your array first. Thank you, that was the reason. I didn't remember that you had to create the xml first. Quote Link to comment
TheIstar Posted May 26, 2020 Share Posted May 26, 2020 Just downloaded and installed the Deemix docker and it looks really cool. Just having 1 issues, when music is downloaded and I want to change something or remove something by accessing the share it seems I do not have the rights to do it. Looks like only the original user (nobody) has the rights to change or delete the files. Would it be possible to change it so all users can modify/delete files? Quote Link to comment
bwestpha Posted May 27, 2020 Share Posted May 27, 2020 (edited) IMHO there is something wrong when calculating speeds and showing them in the frontend: Here an example from my home: In this case, it seems like decimal point is somehow shifted. Upload is correct, but download is far away from real values. I have a 1gig download stream and when testing directly via speedtest.net, i always get around my 1100 Mbit/s. This is very similar to the values in the frontend, but the comma is in the wrong place // And as a suggestion: You should add a hint on WHAT exactly you need for a "speedtest.net server" metric, IP adress? Hostname? or an server ID from an XML file hosted here: https://c.speedtest.net/speedtest-servers-static.php . For all others: It's the XML file and the 'id' attribute in it. Edited May 27, 2020 by bwestpha Quote Link to comment
Roxedus Posted May 27, 2020 Author Share Posted May 27, 2020 16 hours ago, TheIstar said: Looks like only the original user (nobody) has the rights to change or delete the files. Would it be possible to change it so all users can modify/delete files? From the looks of it, no. Quote Link to comment
henryw3 Posted May 27, 2020 Share Posted May 27, 2020 (edited) 6 hours ago, bwestpha said: Upload is correct, but download is far away from real values. I have a 1gig download stream and when testing directly via speedtest.net, i always get around my 1100 Mbit/s. This is very similar to the values in the frontend, but the comma is in the wrong place Hey, could be the speedtest-cli program changes units when you get to high speed connections. I've only got 30mbit down so can't test it, could you install speedtest-cli by doing: pip3 install speedtest-cli then post the output of: speedtest-cli --json so I can see what's going on with the results. You may potentially want to specify a server ID when running that, as it will pick the closest one to you and may reveal your location. 6 hours ago, bwestpha said: // And as a suggestion: You should add a hint on WHAT exactly you need for a "speedtest.net server" metric, IP adress? Hostname? or an server ID from an XML file hosted here: https://c.speedtest.net/speedtest-servers-static.php . For all others: It's the XML file and the 'id' attribute in it. It's the server ID from the XML file. So you could put: "7028,11445,17418" as the value in the settings card, and each time it runs it will pick one of those 3 randomly. Edited May 27, 2020 by henryw3 Quote Link to comment
XAPBob Posted May 27, 2020 Share Posted May 27, 2020 Can't see an obvious place on the gitHub page for user support so.... Using the YouTube-DL container, and can't see an option to not download the video to my laptop as well as the unRaid server? Pretty sure I'm being completely blind... I've got it pulling to the relevant shares, and plex is picking it up nicely. Hopefully it's pulling subtitles now as well 🤞 Quote Link to comment
ridge Posted May 28, 2020 Share Posted May 28, 2020 Seems Deemix isn't starting up after working just fine till today. I'm getting a repeating error block in the log as follows: app.initialize(portable) File "/deemix/app.py", line 27, in initialize settings = initSettings(configFolder=configFolder) TypeError: initSettings() got an unexpected keyword argument 'configFolder' [services.d] Starting with ARL INFO:engineio.server:Server initialized for threading. Server-wide ARL enabled. Traceback (most recent call last): File "/deemix/server.py", line 277, in <module> run_server(port, portable) File "/deemix/server.py", line 261, in run_server Let me know if you need any more info. Thanks! Quote Link to comment
youngnapoleon Posted June 1, 2020 Share Posted June 1, 2020 On 5/27/2020 at 7:07 AM, TheIstar said: Just downloaded and installed the Deemix docker and it looks really cool. Just having 1 issues, when music is downloaded and I want to change something or remove something by accessing the share it seems I do not have the rights to do it. Looks like only the original user (nobody) has the rights to change or delete the files. Would it be possible to change it so all users can modify/delete files? Yeah, this is a problem for me, too. As I correctly assumed (though desperately tried anyway), creating "DATA_PERM" variable as 770 (as stolen from DeezLoader) didn't help... surely there's a way? For now I'm just setting New Permissions nightly & editing the next day. On 5/29/2020 at 12:58 AM, ridge said: Seems Deemix isn't starting up after working just fine till today. I'm getting a repeating error block in the log as follows: ... Let me know if you need any more info. Thanks! Did you get this working? Have you tried forcing an update? I know they're making fairly constant changes & I was having some issues even with the non-docker version that I'd intermittently have to reinstall/redownload to fix. Quote Link to comment
ridge Posted June 4, 2020 Share Posted June 4, 2020 On 6/1/2020 at 5:47 AM, youngnapoleon said: Did you get this working? Have you tried forcing an update? I know they're making fairly constant changes & I was having some issues even with the non-docker version that I'd intermittently have to reinstall/redownload to fix. I honestly didn't try again until just now. Looks to be working again! Quote Link to comment
PaDadof2 Posted June 5, 2020 Share Posted June 5, 2020 (edited) On 6/3/2020 at 8:37 PM, ridge said: I honestly didn't try again until just now. Looks to be working again! I just install Deemix yesterday and was able to use it. Had to change permissions, but that was it. This am I tried to login and its not working. I tried to update the container and I'm still not able to use the web UI. Getting the message "WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead." in the logs Edited June 5, 2020 by PaDadof2 Quote Link to comment
dtctechs Posted June 5, 2020 Share Posted June 5, 2020 10 hours ago, PaDadof2 said: I just install Deemix yesterday and was able to use it. Had to change permissions, but that was it. This am I tried to login and its not working. I tried to update the container and I'm still not able to use the web UI. Getting the message "WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead." in the logs Same. Quote Link to comment
DontWorryScro Posted June 5, 2020 Share Posted June 5, 2020 Just now, dtctechs said: Same. Yup it seems to be in a holding pattern at the moment. Quote Link to comment
abb0r Posted June 6, 2020 Share Posted June 6, 2020 The deemix docker was removed from Docker Hub. Change the repository to registry.gitlab.com/bockiii/deemix-docker and it should work again. Quote Link to comment
PaDadof2 Posted June 6, 2020 Share Posted June 6, 2020 (edited) 5 hours ago, abb0r said: The deemix docker was removed from Docker Hub. Change the repository to registry.gitlab.com/bockiii/deemix-docker and it should work again. Tried this, but sadly the same results EDIT: Edited container port to 9667 and now it works. Thank you Edited June 6, 2020 by PaDadof2 Quote Link to comment
Roxedus Posted June 6, 2020 Author Share Posted June 6, 2020 I just spun up a new instance of deemix and it went smooth. I also updated the template with the new repo, should be live soon. I dont know how it will treat old installations, @Squid should add a deprecating warning, telling people to use registry.gitlab.com/bockiii/deemix-docker instead of bocki/deemix Quote Link to comment
ridge Posted June 6, 2020 Share Posted June 6, 2020 6 hours ago, Roxedus said: I just spun up a new instance of deemix and it went smooth. I also updated the template with the new repo, should be live soon. I dont know how it will treat old installations, @Squid should add a deprecating warning, telling people to use registry.gitlab.com/bockiii/deemix-docker instead of bocki/deemix Yeah it failed for me, both changing the old installation, and creating a brand new one after removing the orphan image when that failed. Error message was: Error response from daemon: Get https://registry.gitlab.com/v2/: x509: certificate is valid for CN_DNSBL, not registry.gitlab.com Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.