Page 1 of 1
Disable ipv6
Posted: October 17th, 2024, 7:58 pm
by awptechnologies
I am using this with a docker image and struggling to disable ipv6. My host does not support ipv6 as it uses a vpn over ipv4. Please help me understand how to disable ipv6.
Here are some logs.
2024-10-17 20:33:13,051::ERROR::[_cplogging:213] [17/Oct/2024:20:33:13] ENGINE Shutting down due to error in start listener:
raise exc
cherrypy.process.wspbus.ChannelFailures: OSError(97, 'Address family not supported by protocol')
2024-10-17 20:33:13,051::INFO::[_cplogging:213] [17/Oct/2024:20:33:13] ENGINE Bus STOPPING
2024-10-17 20:33:13,051::INFO::[_cplogging:213] [17/Oct/2024:20:33:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 8080)) already shut down
Re: Disable ipv6
Posted: October 18th, 2024, 12:05 am
by sander
Can you post much more of the logging? So 40 lines around this error.
Paste on
https://pastebin.com/, and post the url here like pastebin .com / djkadsadskjl
Re: Disable ipv6
Posted: October 18th, 2024, 12:54 am
by safihre
You van disable ipv6 hosting either in the sabnzbd.ini or through the command line when starting Sab.
https://sabnzbd.org/wiki/advanced/comma ... parameters
Re: Disable ipv6
Posted: October 18th, 2024, 2:07 am
by awptechnologies
What is the variable in the ini i need to set? I seen host = :: but when i change it to 0.0.0.0 it is automatically reset when container starts up. I will post more logs tomorrow but if its as simple as a variable in the .ini file i would like to try that first.
Re: Disable ipv6
Posted: October 18th, 2024, 5:11 am
by safihre
It's ipv6_hosting, you should set ipv6_hosting=0.
But make sure to shutdown SABnzbd first.
Re: Disable ipv6
Posted: October 18th, 2024, 11:51 am
by sander
FWIW:
I tested: LSIO's latest SABnzbd in Docker (=IPv4-only) on a IPV4-only host, connected to a IPV4-only route, and no problems starting and running SABnzbd (with empty thus clean sabnzbd.ini)
So I cannot reproduce your problem. So I'm looking forward the results of Safihre's method.
Re: Disable ipv6
Posted: October 18th, 2024, 10:38 pm
by awptechnologies
I used the linuxserverio container and they built in a environment variable HAS_IPV6=false.
Thank you fall all of your help new to the usenet stuff and once i realized i had to pay i didn't end up using it as it seemed like the main benefit is speed.
If i ever get bit into sharing media i will visit again.
Re: Disable ipv6
Posted: October 19th, 2024, 3:19 am
by sander
awptechnologies wrote: ↑October 18th, 2024, 10:38 pm
I used the linuxserverio container and they built in a environment variable HAS_IPV6=false.
So ... did SABnzbd start & run succesfully when you used that?