Ipv6 Support ? [SOLVED]
Ipv6 Support ?
Does keyhelp support Ipv6 only installation ? & Do you have Ipv6 Only Repositories ?
Thanks
Re: Ipv6 Support ?
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: Ipv6 Support ?
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
Re: Ipv6 Support ?
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 ?
check the DNS resolving on your machine
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Ipv6 Support ?
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]
Code: Select all
Could not resolve 'de.archive.ubuntu.com'
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
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
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
Re: Ipv6 Support ?
Its automatic , the isp doesnt put the repos , but i manually added the repos and now its works perfectly.24unix wrote: ↑Tue 4. Jun 2024, 17:42The could not resolve is in dead misleading in this case.Code: Select all
Could not resolve 'de.archive.ubuntu.com'
Fact is, this mirror has no IPv6 Address:Try this repo instead: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
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?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
Thanks
