Stuck Installing KeyHelp...
-
- Posts: 37
- Joined: Thu 26. Jul 2018, 08:51
Stuck Installing KeyHelp...
Scr: https://i.imgur.com/wvUdLTn.jpg
I waited 30 minutes...
then launched install again
scr: https://i.imgur.com/LtIxRVH.jpg
And waited 30 minutes, nothing..
no log file here /var/log/keyhelp/install.log
any idea?
Re: Stuck Installing KeyHelp...
network and name resolving are working properly on this system?
Martin
-
- Posts: 37
- Joined: Thu 26. Jul 2018, 08:51
Re: Stuck Installing KeyHelp...
Yep, everything works fine, if it helps it's a linode server, tried to do rebuild - didn't help.
Re: Stuck Installing KeyHelp...
Re: Stuck Installing KeyHelp...
-
- Posts: 37
- Joined: Thu 26. Jul 2018, 08:51
Re: Stuck Installing KeyHelp...
IPv6 disabled.
still can't install :/
-
- Posts: 37
- Joined: Thu 26. Jul 2018, 08:51
Re: Stuck Installing KeyHelp...
Do I need to disable it permanently or just for installation? or is there any possibility to fix it without disabling ipv6, I mean after all, ipv6 is good, it is the future

And if I enable ipv6 that may cause problems with the keyhelp update

Re: Stuck Installing KeyHelp...
I have the same problem, but can't disable ipv6, after reboot it active again ubuntu 18.04 ignores all config files

is there a way to install keyhelp with ipv6? or maybe someone can help with a complete disabling ipv6?
Re: Stuck Installing KeyHelp...
-
- Posts: 37
- Joined: Thu 26. Jul 2018, 08:51
Re: Stuck Installing KeyHelp...
This method work only before rebootRHarms wrote:This worked for me : http://www.admintome.com/blog/disable-i ... ntu-18-04/

Re: Stuck Installing KeyHelp...
Re: Stuck Installing KeyHelp...
[code]echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6[/code]
Re: Stuck Installing KeyHelp...
/etc/sysctl.d/01-disable-ipv6.conf
Please put into the file the following content:
[code] net.ipv6.conf.all.disable_ipv6 = 1 [/code]
Then reboot.
Re: Stuck Installing KeyHelp...
Nope, that doesn't work on ubuntu, seems buggy 18.04 release.nikko wrote: ↑Sat 18. Aug 2018, 17:36 To make this permanently, pls make a file - call it
/etc/sysctl.d/01-disable-ipv6.conf
Please put into the file the following content:Then reboot.Code: Select all
net.ipv6.conf.all.disable_ipv6 = 1
Re: Stuck Installing KeyHelp...
According to this other Ubuntu users have had issues setting the sysctl settings too, so use grub method.