Bug #164
closedCan't get onu.sh from hg.illumos.org
0%
Description
tjyang@os134:~$ ping hg.illumos.org
hg.illumos.org is alive
tjyang@os134:~$ wget http://hg.illumos.org/illumos-gate/raw-file/tip/usr/src/tools/scripts/onu.sh
--2010-09-06 17:41:40-- http://hg.illumos.org/illumos-gate/raw-file/tip/usr/src/tools/scripts/onu.sh
Resolving hg.illumos.org (hg.illumos.org)... 171.64.101.36
Connecting to hg.illumos.org (hg.illumos.org)|171.64.101.36|:80... connected.
HTTP request sent, awaiting response...
^C
tjyang@os134:~$ date
Monday, September 6, 2010 05:42:22 PM CDT
tjyang@os134:~$
Updated by Gary Mills over 11 years ago
I had the same problem, but it was intermittent. I thought at
first it was my NAT router causing a problem, but it worked from
another host behind the NAT router. Then it worked from the
original host too. I gave up trying to diagnose the problem at
that point.
Updated by Jeppe Toustrup over 11 years ago
The HTTP access to hg.i.o has some momentarily defects. It has been logged in #159. If you just go ahead and retry the attempt a couple of times, it should go through.
Updated by Garrett D'Amore over 11 years ago
This is a site issue, and not a problem with the code itself. Moving appropriately. We're still trying to understand why http access is so busted.
Updated by Garrett D'Amore over 11 years ago
- Project changed from illumos gate to site
- Assignee set to Bryan Horstmann-Allen
Updated by Bryan Horstmann-Allen over 11 years ago
- Assignee changed from Bryan Horstmann-Allen to Garrett D'Amore
I need access to fix hg/http.
Matt also suggested I look at http://gunicorn.org/ for replacing Apache entirely.
Apache + mod_wsgi seems like a first sane step, however.
Updated by Sergey Generalov over 11 years ago
I done few testing, and I think we can refuse apache2, because it really not needed in this case.
It is better to use: cherokee + 3-4 instances of hgwebdir script via wsgi. It is better and faster.
Updated by Garrett D'Amore over 10 years ago
- Assignee changed from Garrett D'Amore to Bryan Horstmann-Allen
- Difficulty set to Medium
- Tags set to needs-triage
Not sure if this even still relevant, but its in my queue. Ugh.
Updated by Bart Coddens over 9 years ago
- Status changed from New to Feedback
The wiki: http://wiki.illumos.org/display/illumos/How+To+Build+illumos show this:
Note: http://hg.illumos.org/illumos-gate does not work. Use ssh.
I would close this bug ?
Updated by Joshua M. Clulow about 7 years ago
- Status changed from Feedback to Closed
This is no longer a site that works. Look at the source on github, via http://github.com/illumos/illumos-gate