January 31, 201610 yr Author Dockers are pretty finicky and getting used to them at first can be difficult. I've often start by configuring the minimum amount of settings I need to going and then building from there. Try those two commands I just sent you. They don't include the volume mappings. You may have to wait like 30 seconds after the first one while the docker boots up before you get the 2nd one to work properly. If they work, then you can add the volume mappings in and see if you can get everything up and running. The syntax for volume mappings is -v [host_directory]:[container_directory] Hang in there. Dockers are a HUGE pain at first, but will end up being your best friend once you learn more about how to use them.
January 31, 201610 yr Author Running your commands, this is the error I get: ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql' (111) Give it a few seconds and try the second command again. Sounds like the container is still booting up. I ran in to the same issue.
January 31, 201610 yr Running your commands, this is the error I get: ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql' (111) Give it a few seconds and try the second command again. Sounds like the container is still booting up. I ran in to the same issue. That did it! mysql> prompt in the works now! Thanks bungy.
February 11, 201610 yr Installed the l3igg's template After I had it create the admin user, I ran into this error Data directory (/usr/share/webapps/owncloud/data) is readable by other users Please change the permissions to 0770 so that the directory cannot be listed by other users. Tried changing the permission and it'll throw a internal server error. Here's the current ownership. drwxrwxrwx 7 nobody users 192 Dec 2 18:13 ../ drwxrwxrwx 2 nobody users 48 Feb 10 01:56 certs/ drwxrwxrwx 2 nobody users 80 Feb 10 17:19 config/ drwxrwxrwx 3 nobody users 288 Feb 10 17:24 data/ Any idea how to correct this ? I assume I need to run the container as a specific user?
February 11, 201610 yr Author I've actually switched away from l3iggs container to the official owncloud container. I found it has less bugs
February 11, 201610 yr I've actually switched away from l3iggs container to the official owncloud container. I found it has less bugs maybe you should update your template then to point to the official container
February 11, 201610 yr Author Will do. I refrained since others are already using l3iggs but I'll update the template
February 11, 201610 yr Will do. I refrained since others are already using l3iggs but I'll update the template Makes sense to me. If the template maintainer is using a different container because his original one has more bugs. Less confusing for new users (and the only other template is from gfjardim). Not 100% sure what'll happen to existing users (if they'll get notifications for an update) however
February 11, 201610 yr Author I'm pretty sure they won't unless they start from scratch. The updates pull from the running containers link to the registry and remaking the containers is typically done using the users local cache of the templates
February 11, 201610 yr None related, just following 160210 18:00:16 mysqld_safe Logging to '/var/lib/mysql/8d3297c7a987.err'. 160210 18:00:16 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql Is there anything in your docker logs?
February 13, 201610 yr Author I believe I've seen that before and simply restarting the docker fixed it. It would help to show the contents of that file as well
February 23, 201610 yr Just spent the last day or two trying to get a Z-Stick Gen5 working with OpenHab. I want to share this just in case someone here is looking for a solution. This was the error: 2016-02-23 12:15:14.781 [iNFO ] [b.z.i.protocol.ZWaveController] - Connecting to serial port /dev/ttyACM0 2016-02-23 12:15:14.786 [ERROR] [b.z.i.protocol.ZWaveController] - Serial Error: Port /dev/ttyACM0 does not exist This is the fix: Edit the docker in the UnRAID GUI and set "Extra Parameters" to: --device /dev/ttyACM0:/dev/ttyACM0 Hope this helps
March 9, 201610 yr Hi, i've tried to update the gitlab docker today and it's not working anymore. At the end of the docker update/install i get the following errors: sh: -c: line 0: unexpected EOF while looking for matching ``' sh: -c: line 1: syntax error: unexpected end of file The Icon in CommunityApps is also missing (see screenshot). I think something is broken in the repository.... cya
March 9, 201610 yr Author Hi, i've tried to update the gitlab docker today and it's not working anymore. At the end of the docker update/install i get the following errors: sh: -c: line 0: unexpected EOF while looking for matching ``' sh: -c: line 1: syntax error: unexpected end of file cya Are you seeing this during the update or in the docker logs for the gitlab docker?
March 9, 201610 yr Author Hmm. I just updated my gitlab docker after seeing your and I'm not seeing the same thing. It sounds like something is going wrong with your gitlab template or with your docker image. Can you check how much free space your docker image has? You can see this on the dashboard view in unraid.
March 9, 201610 yr Hi, i found the problem.... My email password contains a backtick ` --link postgresql:postgresql --link redis:redisio ....... --env 'SMTP_PASS=XXXXX`XXX' ...... Thats causing the errors. Somesthing must have changed in one of the last releases, as it worked before this update. cya
March 24, 201610 yr Anyone using openhab on daily basis? I need to know if it works before i buy aeon zwave stick
March 24, 201610 yr Author I used to use openhab but switched to home assistant lately. It's much less buggy and easier to develop on. Im not sure about that specific device being supported but openhab definitely has extensive support for zwave in general.
March 25, 201610 yr First off, good to see you switched to the official docker container. I have a small problem however. I added the docker however i'm getting the following error: http://sharadchhetri.com/2014/07/21/owncloud-error-accessing-server-untrusted-domain/ It does give me a button to click to add it to the trusted domains but that doesn't work.
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.