Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Webmin: IPv6 cannot be enabled unless

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
JohnnyBeGood
Posts: 13
Joined: 2011-01-13 07:06

Webmin: IPv6 cannot be enabled unless

#1 Post by JohnnyBeGood »

Hi all,

Tried searching online but only found this https://sourceforge.net/p/webadmin/bugs/4722/ from 3/2016.
I get that every time I try to change port of Webmin using their interface. Can someone tell command to install this "Socket6 Perl module" ?

Code: Select all

Failed to change address : IPv6 cannot be enabled unless the Socket6 Perl module is installed

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Webmin: IPv6 cannot be enabled unless

#2 Post by kedaha »

Have you installed this?

Code: Select all

# apt-get install libsocket6-perl
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Webmin: IPv6 cannot be enabled unless

#3 Post by kedaha »

Or more likely you need this:
libnet-inet6glue-perl
glue module to make perl modules IPv6 ready
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

JohnnyBeGood
Posts: 13
Joined: 2011-01-13 07:06

Re: Webmin: IPv6 cannot be enabled unless

#4 Post by JohnnyBeGood »

kedaha wrote:Have you installed this?

Code: Select all

# apt-get install libsocket6-perl
No, I have not tried that but I just did and it worked! Thank you!

Post Reply