1

(6 replies, posted in Help for TF users)

Thanks for the change, I confirm IPV6 works for me now, as well as for other people who reported me the problem.

Nicolas

2

(6 replies, posted in Help for TF users)

scorpio810 wrote:

It's work, but is very long...

This is maybe because git fallbacks to ipv4 after too long ?
If working correctly it should take the same time as when using ipv4 "-4" flag

3

(6 replies, posted in Help for TF users)

Hi
I don't know if it's relared to the power failure on 3 of july, but git access using ipv6 doesn't work anymore as reported by several users.

this doesn't work :

LC_ALL=C git clone -nv -6 git://git.tuxfamily.org/gitroot/hatari/hatari.git 
Cloning into 'hatari'...
Looking up git.tuxfamily.org ... done.
Connecting to git.tuxfamily.org (port 9418)

it hangs forever

but when forcing ipv4 it works :

LC_ALL=C git clone -nv -4 git://git.tuxfamily.org/gitroot/hatari/hatari.git 
Cloning into 'hatari'...
Looking up git.tuxfamily.org ... done.
Connecting to git.tuxfamily.org (port 9418) ... 212.85.158.6 done.
remote: Counting objects: 52235, done.

this is from some PC with working IPV6 connectivity, so it seems the problem is specific to tuxfamily site.
Any idea ?

Nicolas

salut
je relance ce post d'avril ; j'ai bien rajouté les options dans .ssh/config pour réautoriser le "vieux" ssh-rsa, mais est-ce qu'il est prévu côté serveurs de tuxfamily de faire une upgrade de ssh pour qu'il propose par défaut un algo plus secure qui passerait directement avec les clients ssh récents (sans ajouter une exception dans .ssh/config) ?

Nicolas

Hello

on the page "Details for group", there're the following sections (or more if other options are enabled) :

General information
Tags,
Services : websites, mercurial repo, mailing list

Could it be possible to add a "Download Area" section that would point to the download directory ?
Else, it's hard for the user to find those files (unless you put the link on your own website, but it would be nice to have it on the project page too).

Could we have also a small 'News' section where the project admins could enter a few lines of html text to be displayed to customize the group page ?

Thanks

Nicolas