December 10, 201510 yr Application Name: ZNC Application Site: http://znc.in Docker Hub: https://hub.docker.com/r/linuxserver/znc/ Github: https://github.com/linuxserver/docker-znc Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support. Edited September 14, 20187 yr by linuxserver.io
April 16, 201610 yr I've installed the docker but everytime I try to access the web GUI I get an ERR_EMPTY_RESPONSE and the ZNC log shows this: [2016-04-16 13:33:31.363483] _LISTENER == ConnectionFrom(192.168.1.160, 56903) [Allowed] [2016-04-16 13:33:31.363524] There are [0] clients from [192.168.1.160] [2016-04-16 13:33:31.384572] WebMod::Client == ReachedMaxBuffer() [2016-04-16 13:33:31.384683] Auto generated session: [0306a53c39224dda8136e4f802c5b5756ea1d2634f367c27bad2d423bd289e8b] Any ideas?
April 20, 201610 yr I just pulled this and it's working no problem. Are you sure you're accessing the webui via https not http? Sent from my LG-H815 using Tapatalk
April 20, 201610 yr Yep, this is via https. This is the entire log string I get when I try to load the GUI [2016-04-20 10:01:57.007744] _LISTENER == ConnectionFrom(192.168.1.160, 54585) [Allowed] [2016-04-20 10:01:57.007801] There are [0] clients from [192.168.1.160] [2016-04-20 10:01:57.040803] _LISTENER == ConnectionFrom(192.168.1.160, 54586) [Allowed] [2016-04-20 10:01:57.040845] There are [0] clients from [192.168.1.160] [2016-04-20 10:01:57.067630] WebMod::Client == ReachedMaxBuffer() [2016-04-20 10:01:57.067705] Remote IP: 192.168.1.160; discarding session [f46ef5a56ccdbf8553396fc995dcf993f06ca36984d94155847c7b298e6dde1b] [2016-04-20 10:01:57.067765] Auto generated session: [3051ce7f050953494593a56f2302414b33d39aae1175e8814b2301b496788cbb]
April 20, 201610 yr FYI I migrated from sparklyballs' ZNC docker to this one by using the existing appdata folder and there have been no issues. Sure was nice not having to set it up again.
August 20, 20169 yr Author This docker has been rebased to alpine with s6 overlay, please make sure you backup your appdata first before you update to this latest image. Also the image has been moved from our lsiodev repository to our main linuxserver repository. For more information, please read : http://lime-technology.com/forum/index.php?topic=50793.0
August 22, 20178 yr This container seems to be using 1.7.x nightly builds. Is there a way to make it use the stable version instead? I don't see an variable in the template to let me do so. Thanks!
October 7, 20178 yr Since the most recent update I seem to be getting this message in my IRC client status window: ZNC is presently running in DEBUG mode. Sensitive data during your current session may be exposed to the host. unless I am mistaken, it seems that debug option is set during compiling. Is there a way to disable this?
October 24, 20178 yr ZNC is presently running in DEBUG mode. Sensitive data during your current session may be exposed to the host. Getting the same problem, it's pretty annoying since it acts as a PM. EDIT: https://github.com/linuxserver/docker-znc/pull/19 Edited October 24, 20178 yr by bamtan Added edit
November 17, 20178 yr Hey guys, I am having an issue, I am able to install the znc container, there are no errors in the logs. Although I am unable to access the web ui. Can anyone help me out here? Thanks
April 8, 20188 yr Installed this docker fresh and the WebGUI will not load. It gets to a certain point then stops. It looks like its halting at pulling the nightly build. Here is what I see in the log: -------------------------------------_ ()| | ___ _ __| | / __| | | / \| | \__ \ | | | () ||_| |___/ |_| \__/Brought to you by linuxserver.ioWe gratefully accept donations at:https://www.linuxserver.io/donations/-------------------------------------GID/UID-------------------------------------User uid: 99User gid: 100-------------------------------------[cont-init.d] 10-adduser: exited 0.[cont-init.d] 20-config: executing...Writing Pem file [/config/znc.pem]...[cont-init.d] 20-config: exited 0.[cont-init.d] done.[services.d] starting services[services.d] done.Checking for list of available modules...Opening config [/config/configs/znc.conf]...Loading global module [webadmin]...Binding to port [+6501] using ipv4...Loading user [admin]Loading user module [chansaver]...Loading user module [controlpanel]...Staying open for debugging [pid: 204]ZNC 1.7.x-nightly-20180404-d6bfe504 - https://znc.in
April 8, 20188 yr 1 hour ago, GroxyPod said: Installed this docker fresh and the WebGUI will not load. It gets to a certain point then stops. It looks like its halting at pulling the nightly build. Here is what I see in the log: -------------------------------------_ ()| | ___ _ __| | / __| | | / \| | \__ \ | | | () ||_| |___/ |_| \__/Brought to you by linuxserver.ioWe gratefully accept donations at:https://www.linuxserver.io/donations/-------------------------------------GID/UID-------------------------------------User uid: 99User gid: 100-------------------------------------[cont-init.d] 10-adduser: exited 0.[cont-init.d] 20-config: executing...Writing Pem file [/config/znc.pem]...[cont-init.d] 20-config: exited 0.[cont-init.d] done.[services.d] starting services[services.d] done.Checking for list of available modules...Opening config [/config/configs/znc.conf]...Loading global module [webadmin]...Binding to port [+6501] using ipv4...Loading user [admin]Loading user module [chansaver]...Loading user module [controlpanel]...Staying open for debugging [pid: 204]ZNC 1.7.x-nightly-20180404-d6bfe504 - https://znc.in it doesn't pull anything at runtime
April 8, 20188 yr 4 hours ago, sparklyballs said: it doesn't pull anything at runtime Looks to be an issue with Chrome, yet again. Really starting to hate Chrome. Thanks sparkyballs!
May 27, 20188 yr Is there a possibility that push and clientbuffer modules could be added to the znc docker container? I think these modules would be of great benefit to many. I have attached current pull requests from the project github for reference. https://github.com/linuxserver/docker-znc/pull/18 and https://github.com/linuxserver/docker-znc/pull/23 Thanks for everything you do for the community.
May 28, 20188 yr 21 hours ago, lzrdking71 said: Is there a possibility that push and clientbuffer modules could be added to the znc docker container? I think these modules would be of great benefit to many. This would be great. clientbuffer is a must for those with multiple devices. Push is also very versatile as it works with many notification services. It is a lifesaver for those who are in multiple channels at the same time.
November 5, 20187 yr Anyone have any ideas why I cannot connect to the bouncer on the client? Using Hexchat and I cannot for the life of me get connected. Using local IP/PORT returns connection refused. I can access the web interface just fine.
April 5, 20197 yr On 11/5/2018 at 2:03 AM, Bisu said: Anyone have any ideas why I cannot connect to the bouncer on the client? Using Hexchat and I cannot for the life of me get connected. Using local IP/PORT returns connection refused. I can access the web interface just fine. I figured this out. Delete your existing container and install a fresh ZNC image. Configure the Network Type to br0 and give it a dedicated IP address. Set your port as well if you want to use something other than the default 6501. Whenever I tried to edit an existing ZNC container, it would go into orphan state and have to be removed.
April 16, 20197 yr I can't seem to find the username/password for the ZNC's admin interface. Anyone can help me with this please? EDIT: found it as: admin / admin Edited April 28, 20197 yr by Jules
October 7, 20205 yr On 4/8/2018 at 4:18 AM, GroxyPod said: Installed this docker fresh and the WebGUI will not load. It gets to a certain point then stops. It looks like its halting at pulling the nightly build. Here is what I see in the log: ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully 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] 20-config: executing... Writing Pem file [/config/znc.pem]... [cont-init.d] 20-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Checking for list of available modules... Opening config [/config/configs/znc.conf]... Loading global module [webadmin]... Binding to port [+6501] using ipv4... Loading user [admin] Loading user module [chansaver]... Loading user module [controlpanel]... Staying open for debugging [pid: 204] ZNC 1.7.x-nightly-20180404-d6bfe504 - https://znc.in im having this exact same problem. log shows its stopping at the same point as yours. changing between browsers fixed nothing for me. nor did going in incognito mode to ensure its not a cache issue. also confirming http vs https. whats goin on here?
October 7, 20205 yr 24 minutes ago, DontWorryScro said: im having this exact same problem. log shows its stopping at the same point as yours. changing between browsers fixed nothing for me. nor did going in incognito mode to ensure its not a cache issue. also confirming http vs https. whats goin on here? Honestly I wish I could remember what exactly happened. I just re-installed and it's working fine when changing https to http. Checks out across all browsers. The only thing I do differently now is I use a custom IP for my dockers (queue the hissing "but mah security" proponents haha)
October 7, 20205 yr 9 minutes ago, GroxyPod said: Honestly I wish I could remember what exactly happened. I just re-installed and it's working fine when changing https to http. Checks out across all browsers. The only thing I do differently now is I use a custom IP for my dockers (queue the hissing "but mah security" proponents haha) huh weird ok yea, it was a combination of things i had to do to get it to work. would not work on firefox, works on chrome, and using http, not https
October 7, 20205 yr 4 minutes ago, DontWorryScro said: huh weird ok yea, it was a combination of things i had to do to get it to work. would not work on firefox, works on chrome, and using http, not https That's funny because I am using firefox and it worked fine for the first browser. My guess is it might be related to whatever ad blocker being used or similar.
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.