Hi, Thanks to Thibaut VARENE and PATeam http://www.pateam.org/ we now have hosting and access to two new machines:
name disk CPU Notes gcc60 36G 2x1.3 GHz Madison / 6 GB RAM / HP zx6000 gcc61 18G 2x0.44 GHz PA8500 / 3.5 GB RAM / HP 9000/785/J5000 gcc60 is many times faster than gcc41 (the other ia64-linux machine) and at -j 2 bootstraps c,ada + check in about 2 hours for 4.3.3 release and 4 hours for trunk. gcc61 adds hppa (32 bits) to the architectures available in the farm, at -j 2 bootstrap of c,ada + check for 4.3.3 release takes 8 hours. Disk contents might be migrated to a more powerful hppa in the coming weeks. gcc60 and gcc61 have web access only through a proxy, see http_proxy/ftp_proxy environment variables which should be set when you login, please use http protocol for SVN - it works at least for simple checkouts. To connect to gcc6N either do: ssh -p 920N [email protected] Or add the following to your $HOME/.ssh/config Host gcc60 Hostname gcc12.fsffrance.org Port 9200 HostKeyAlias gcc60 CheckHostIP no Host gcc61 Hostname gcc12.fsffrance.org Port 9201 HostKeyAlias gcc61 CheckHostIP no And then "ssh lo...@gcc60" and "ssh lo...@gcc61" should work. Happy hacking, Laurent PS: gcc31, gcc01..9 are down, we are investigating the cause of these repeated down with local admin. _______________________________________________ Gcc-cfarm-users mailing list [email protected] https://mail.gna.org/listinfo/gcc-cfarm-users
