[Support] Linuxserver.io - ZNC


Recommended Posts

linuxserver_medium.png

 

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 by linuxserver.io
Link to comment
  • 4 months later...

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?

Link to comment

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]

Link to comment
  • 3 months later...
  • 1 year later...
  • 1 month later...

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?

Link to comment
  • 3 weeks later...
  • 4 weeks later...
  • 4 months later...

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

Link to comment
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.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

 

 

it doesn't pull anything at runtime

 

Link to comment
  • 1 month later...

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.

  • Upvote 1
Link to comment
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.

 

 

Link to comment
  • 1 month later...
  • 5 months later...
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.

Link to comment
  • 2 weeks later...
  • 7 months later...
  • 10 months later...
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?

Link to comment
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)

 

Link to comment
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

Link to comment
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.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.