bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] gnubg.org down?


From: Jim Segrave
Subject: Re: [Bug-gnubg] gnubg.org down?
Date: Sat, 10 Jan 2004 20:51:21 +0100
User-agent: Mutt/1.4.1i

On Sat 10 Jan 2004 (19:47 +0100), ?ystein Johansen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Petr Kadlec wrote:
> | At 19:44 09.01.2004 +0100, you wrote:
> |
> |> Here it works right now. Neither had problems before.
> |
> | Since a few days ago, I always get only some script source (?), see
> | attachment.
> 
> What happens if you at the command prompt type:
> 
> ping www.gnubg.org
> 
> Which IP number does it show?

212.204.60.1

> I have a theory that it's actually two web servers running, and one of
> them is instantly mirroring the other. One or several DNS hasn't got the
> update right. (Probably at bytecamp.) Can this be a theory?

Both primary nameservers are giving the same data and aren't giing
errors, lack of authority or any other problems

> (or maybe to instances of httpd running at the same server?)

You can't have two instances of httpd bound to the same socket except
by the usual socket();bind();fork() (or listen();accept();fork()

Page source shows this, but it looks like 

<!--~ 
import sys, string, re

f= open('/home/18/gnubgorg/news/newsarchive.html', 'r')

list = re.split(r"<!-- END OF NEWS MESSAGE -->", f.read())
list.reverse()

for c in range(0,5):
    OUTPUT( list[c] )

f.close() ~-->

If the first line is supposed to escape to a command interpreter, it
looks like it isn't doing so, it's being seen as a comment opening
which terminates in the re.split call's arguments. After that, the
rest of the script is being output as ordinary text.

 
> - -?ystein
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFAAEjK6kDTFPhwyqYRAgUDAJ94QAXwXmxpl5YohhCA4fDovb6iyQCdFc2w
> j6Oh/DmZZCKlfCdSZUPXlDc=
> =8ZKh
> -----END PGP SIGNATURE-----
> 
> 
> 
> _______________________________________________
> Bug-gnubg mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-gnubg

-- 
Jim Segrave           address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]