Page 1 of 1
Ipv6 Support ?
Posted: Mon 3. Jun 2024, 18:42
by Fpn81
Dear KeyHelp
Does keyhelp support Ipv6 only installation ? & Do you have Ipv6 Only Repositories ?
Thanks
Re: Ipv6 Support ?
Posted: Mon 3. Jun 2024, 19:14
by Tobi
Re: Ipv6 Support ?
Posted: Mon 3. Jun 2024, 19:17
by 24unix
Re: Ipv6 Support ?
Posted: Tue 4. Jun 2024, 11:09
by Fpn81
You are about to install KeyHelp.
Running system checks...
Installing certificates...
Installing PHP...
W: Failed to fetch
http://de.archive.ubuntu.com/ubuntu/dis ... /InRelease Could not resolve 'de.archive.ubuntu.com'
W: Failed to fetch
http://de.archive.ubuntu.com/ubuntu/dis ... /InRelease Could not resolve 'de.archive.ubuntu.com'
W: Failed to fetch
http://de.archive.ubuntu.com/ubuntu/dis ... /InRelease Could not resolve 'de.archive.ubuntu.com'
W: Failed to fetch
http://de.archive.ubuntu.com/ubuntu/dis ... /InRelease Could not resolve 'de.archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Unable to locate package php
E: Unable to locate package php-mysql
E: Unable to locate package php-intl
E: Unable to locate package php-mbstring
E: Unable to locate package php-readline
install_keyhelp.sh: line 316: phpenmod: command not found
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Installing KeyHelp...
usermod: no changes
install_keyhelp.sh: line 262: php: command not found
PHP version check failed
ERROR: An error occurred: unsupported php version
root@localhoat:~#
Re: Ipv6 Support ?
Posted: Tue 4. Jun 2024, 11:29
by Florian
Hallo,
check the DNS resolving on your machine
Re: Ipv6 Support ?
Posted: Tue 4. Jun 2024, 17:15
by Fpn81
Florian wrote: ↑Tue 4. Jun 2024, 11:29
Hallo,
check the DNS resolving on your machine
The DNS are fine but it seems that Ubuntu doesnt not support ipv6 in their repo
https://ready.chair6.net/?url=+http%3A% ... ubuntu.com
Re: Ipv6 Support ? [SOLVED]
Posted: Tue 4. Jun 2024, 17:42
by 24unix
Code: Select all
Could not resolve 'de.archive.ubuntu.com'
The could not resolve is in dead misleading in this case.
Fact is, this mirror has no IPv6 Address:
Code: Select all
host de.archive.ubuntu.com
de.archive.ubuntu.com is an alias for ubuntu.mirror.tudos.de.
ubuntu.mirror.tudos.de has address 141.30.62.26
ubuntu.mirror.tudos.de has address 141.30.62.25
ubuntu.mirror.tudos.de has address 141.30.62.22
ubuntu.mirror.tudos.de has address 141.30.62.23
ubuntu.mirror.tudos.de has address 141.30.62.24
Try this repo instead:
Code: Select all
host archive.ubuntu.com
archive.ubuntu.com has address 185.125.190.36
archive.ubuntu.com has address 91.189.91.81
archive.ubuntu.com has address 91.189.91.82
archive.ubuntu.com has address 91.189.91.83
archive.ubuntu.com has address 185.125.190.39
archive.ubuntu.com has IPv6 address 2620:2d:4002:1::103
archive.ubuntu.com has IPv6 address 2620:2d:4000:1::19
archive.ubuntu.com has IPv6 address 2620:2d:4000:1::16
archive.ubuntu.com has IPv6 address 2620:2d:4002:1::102
archive.ubuntu.com has IPv6 address 2620:2d:4002:1::101
BTW: Which provider is so clever and add de.archive.ubuntu.com as a repo on a IPv6 only system if the mirror supports no IPv6?
Re: Ipv6 Support ?
Posted: Tue 4. Jun 2024, 19:23
by Fpn81
24unix wrote: ↑Tue 4. Jun 2024, 17:42
Code: Select all
Could not resolve 'de.archive.ubuntu.com'
The could not resolve is in dead misleading in this case.
Fact is, this mirror has no IPv6 Address:
Code: Select all
host de.archive.ubuntu.com
de.archive.ubuntu.com is an alias for ubuntu.mirror.tudos.de.
ubuntu.mirror.tudos.de has address 141.30.62.26
ubuntu.mirror.tudos.de has address 141.30.62.25
ubuntu.mirror.tudos.de has address 141.30.62.22
ubuntu.mirror.tudos.de has address 141.30.62.23
ubuntu.mirror.tudos.de has address 141.30.62.24
Try this repo instead:
Code: Select all
host archive.ubuntu.com
archive.ubuntu.com has address 185.125.190.36
archive.ubuntu.com has address 91.189.91.81
archive.ubuntu.com has address 91.189.91.82
archive.ubuntu.com has address 91.189.91.83
archive.ubuntu.com has address 185.125.190.39
archive.ubuntu.com has IPv6 address 2620:2d:4002:1::103
archive.ubuntu.com has IPv6 address 2620:2d:4000:1::19
archive.ubuntu.com has IPv6 address 2620:2d:4000:1::16
archive.ubuntu.com has IPv6 address 2620:2d:4002:1::102
archive.ubuntu.com has IPv6 address 2620:2d:4002:1::101
BTW: Which provider is so clever and add de.archive.ubuntu.com as a repo on a IPv6 only system if the mirror supports no IPv6?
Its automatic , the isp doesnt put the repos , but i manually added the repos and now its works perfectly.
Thanks
