Hi all,

I tried another internet environment and the installation was successfully done.
Thank you for all the comments!

Best,
Kyoji

On 2018/02/13 17:28, Dave Flitney wrote:
[log in to unmask]">
Hi,

That your machine cannot ping [or urlopen our site] along with the "private" primary address of your machine, suggests to me that you are behind a local firewall which is restricting direct access to the internet. Do you know, for instance, if your network requires the use of "proxies" for accessing web sites?

I think your next step should be to discuss this with your local network infrastructure provider.

Dave

On 13 Feb 2018 03:07, Kyoji Okita <[log in to unmask]> wrote:
I apologize my slow response.
The outputs are as follows:

>ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
    options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
    inet 127.0.0.1 netmask 0xff000000
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
    nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
XHC0: flags=0<> mtu 0
XHC20: flags=0<> mtu 0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=10b<RXCSUM,TXCSUM,VLAN_HWTAGGING,AV>
    ether 78:7b:8a:c7:c7:2c
    inet6 fe80::14a3:2f5d:a3ed:f480%en0 prefixlen 64 secured scopeid 0x6
    inet 172.21.111.3 netmask 0xffffff00 broadcast 172.21.111.255
    nd6 options=201<PERFORMNUD,DAD>
    media: autoselect (1000baseT <full-duplex,flow-control,energy-efficient-ethernet>)
    status: active
en1: flags=8823<UP,BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
    ether 24:f6:77:04:59:ca
    nd6 options=201<PERFORMNUD,DAD>
    media: autoselect (<unknown type>)
    status: inactive
p2p0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 2304
    ether 06:f6:77:04:59:ca
    media: autoselect
    status: inactive
awdl0: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> mtu 1484
    ether d6:c2:9d:59:f0:3f
    nd6 options=201<PERFORMNUD,DAD>
    media: autoselect
    status: inactive
en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
    options=60<TSO4,TSO6>
    ether de:00:c8:90:79:00
    media: autoselect <full-duplex>
    status: inactive
en3: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
    options=60<TSO4,TSO6>
    ether de:00:c8:90:79:01
    media: autoselect <full-duplex>
    status: inactive
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    options=63<RXCSUM,TXCSUM,TSO4,TSO6>
    ether de:00:c8:90:79:00
    Configuration:
        id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
        maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
        root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
        ipfilter disabled flags 0x2
    member: en2 flags=3<LEARNING,DISCOVER>
            ifmaxaddr 0 port 10 priority 0 path cost 0
    member: en3 flags=3<LEARNING,DISCOVER>
            ifmaxaddr 0 port 11 priority 0 path cost 0
    nd6 options=201<PERFORMNUD,DAD>
    media: <unknown type>
    status: inactive
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000
    inet6 fe80::28ab:224c:8b05:d025%utun0 prefixlen 64 scopeid 0xd
    nd6 options=201<PERFORMNUD,DAD>
utun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1380
    inet6 fe80::3ecd:82dd:1671:186e%utun1 prefixlen 64 scopeid 0xe
    nd6 options=201<PERFORMNUD,DAD>

>ping fsl.fmrib.ox.ac.uk
PING wwwa.fmrib.ox.ac.uk (129.67.248.65): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6
Request timeout for icmp_seq 7
Request timeout for icmp_seq 8
Request timeout for icmp_seq 9
Request timeout for icmp_seq 10
Request timeout for icmp_seq 11
Request timeout for icmp_seq 12
Request timeout for icmp_seq 13
Request timeout for icmp_seq 14
Request timeout for icmp_seq 15
Request timeout for icmp_seq 16
Request timeout for icmp_seq 17
Request timeout for icmp_seq 18
Request timeout for icmp_seq 19
Request timeout for icmp_seq 20
Request timeout for icmp_seq 21
Request timeout for icmp_seq 22
Request timeout for icmp_seq 23
Request timeout for icmp_seq 24
Request timeout for icmp_seq 25
Request timeout for icmp_seq 26
Request timeout for icmp_seq 27
Request timeout for icmp_seq 28
Request timeout for icmp_seq 29
Request timeout for icmp_seq 30
.
.
.
Request timeout for icmp_seq 252
Request timeout for icmp_seq 253
Request timeout for icmp_seq 254
^C
--- wwwa.fmrib.ox.ac.uk ping statistics ---
256 packets transmitted, 0 packets received, 100.0% packet loss



echo 'import urllib2;
req=urllib2.Request("https://fsl.fmrib.ox.ac.uk/fsldownloads/fslinstaller.py-releasenotes.txt");
res = urllib2.urlopen(req); print res.read()' | python
Traceback (most recent call last):
  File "<stdin>", line 3, in <module>
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
    response = self._open(req, data)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
    '_open', req)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1240, in https_open
    context=self._context)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 60] Operation timed out>



Thank you,
Kyoji


On 2018/02/10 1:45, Duncan Mortimer wrote:
Could you send me the output of the following:

ifconfig
echo 'import urllib2;
req=urllib2.Request("https://fsl.fmrib.ox.ac.uk/fsldownloads/fslinstaller.py-releasenotes.txt");
res = urllib2.urlopen(req); print res.read()' | python

Thanks,

Duncan
On 1 Feb 2018, at 01:48, Kyoji Okita <[log in to unmask]> wrote:

Hi Duncun,

Thank you for your comment.
The output is:
"{'d_dir': None, 'test_csv': None, 'verbose': True, 'get_source': None, 'checksum_type': 'sha256', 'checksum': None, 'quiet': None, 'env_all': None, 'update': None, 'skipchecksum': None, 'get_feeds': None, 'requestversion': None, 'download': None, 'list_versions': None, 'test_installer': None, 'archive': None, 'env_only': None, 'skip_env': None}
--- FSL Installer - Version 3.0.11 ---
[Warning] Some operations of the installer require administative rights,
    for example installing into the default folder of /usr/local.
    If your account is an 'Administrator' (you have 'sudo' rights)
    then you will be prompted for your administrator password
    when necessary.
When asked a question, the default answer is given in square brackets.
Hit the Enter key to accept this default answer.
Calculating fastest mirror
Trying https://fsl.fmrib.ox.ac.uk/fsldownloads/
Attempting to open https://fsl.fmrib.ox.ac.uk/fsldownloads/fslmirrorlist.txt
Time out trying https://fsl.fmrib.ox.ac.uk/fsldownloads/fslmirrorlist.txt
[FAILED] https://fsl.fmrib.ox.ac.uk/fsldownloads/"

Any suggestion would be much appreciated.

Best,
Kyoji

On 2018/01/31 18:29, Duncan Mortimer wrote:
Could you re-run the installer with the -D option and send the output.

Regards,

Duncan

On 31 Jan 2018, at 00:19, Kyoji Okita <[log in to unmask]> wrote:

Hi FSL experts,

I am trying to install FSL 5.0.10 on my new iMac. 

Although XQuartz looks working properly and of course, I am using administrator's account, a message such as:
"--- FSL Installer - Version 3.0.11 ---
When asked a question, the default answer is given in square brackets.
Hit the Enter key to accept this default answer.
[FAILED] https://fsl.fmrib.ox.ac.uk/fsldownloads/"
is shown up and the installation stops.

It would be wonderful if you give comments.

Thank you,


Kyoji Okita
 
Dept. of Clinical Neuroimaging, Integrative Brain Imaging Center (IBIC)
National Center of Neurology and Psychiatry
4-1-1 Ogawa-Higashi, Kodaira, Tokyo, 187-8551, Japan
Office: +81-42-341-2711 (ext. 2173 or 3682)
Fax: +81-42-346-2229
  
<ncnp_logo.png>
 

-- 
Duncan Mortimer
Senior Informatics Officer,
Wellcome Centre for Integrative Neuroimaging, FMRIB, University of Oxford
John Radcliffe Hospital, Oxford, UK









Kyoji Okita

 

Dept. of Clinical Neuroimaging, Integrative Brain Imaging Center (IBIC)

National Center of Neurology and Psychiatry

4-1-1 Ogawa-Higashi, Kodaira, Tokyo, 187-8551, Japan

Office: +81-42-341-2711 (ext. 2173 or 3682)

Fax: +81-42-346-2229