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
Disable ipv6
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Disable ipv6
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
Paste on https://pastebin.com/, and post the url here like pastebin .com / djkadsadskjl
Re: Disable ipv6
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
https://sabnzbd.org/wiki/advanced/comma ... parameters
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
-
- Newbie
- Posts: 3
- Joined: October 17th, 2024, 7:55 pm
Re: Disable ipv6
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
It's ipv6_hosting, you should set ipv6_hosting=0.
But make sure to shutdown SABnzbd first.
But make sure to shutdown SABnzbd first.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Disable ipv6
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.
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.
-
- Newbie
- Posts: 3
- Joined: October 17th, 2024, 7:55 pm
Re: Disable ipv6
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.
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
So ... did SABnzbd start & run succesfully when you used that?awptechnologies wrote: ↑October 18th, 2024, 10:38 pm I used the linuxserverio container and they built in a environment variable HAS_IPV6=false.