Re: [Freeciv-Dev] DNS problem and access to resources

2009-04-03 Thread Per Inge Mathisen
On Wed, Apr 1, 2009 at 4:45 PM, Christian Prochaska
cp.ml.freeciv@googlemail.com wrote:
 I can't tell for sure, since I don't have an account on the real
 machine, but from my little experience with the VirtualBox clone I
 created, the apache server for the forum gets restarted every monday
 by the logrotate program, but the apache startup fails if the hostname
 of the machine it is running on (in this case rt.freeciv.org) cannot
 be resolved. So it might help to add 207.158.49.132 rt.freeciv.org
 to /etc/hosts on the server, too and then try to start the apache
 server again (/etc/init.d/httpd start).

I tried that, and it did not seem to help much.

  - Per

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] DNS problem and access to resources

2009-04-03 Thread Christian Prochaska
On Fri, Apr 3, 2009 at 3:07 PM, Per Inge Mathisen
per.mathi...@gmail.com wrote:
 On Wed, Apr 1, 2009 at 4:45 PM, Christian Prochaska
 cp.ml.freeciv@googlemail.com wrote:
 I can't tell for sure, since I don't have an account on the real
 machine, but from my little experience with the VirtualBox clone I
 created, the apache server for the forum gets restarted every monday
 by the logrotate program, but the apache startup fails if the hostname
 of the machine it is running on (in this case rt.freeciv.org) cannot
 be resolved. So it might help to add 207.158.49.132 rt.freeciv.org
 to /etc/hosts on the server, too and then try to start the apache
 server again (/etc/init.d/httpd start).

 I tried that, and it did not seem to help much.

  - Per


Now the situation is the other way around: the forum apache is running
(http://207.158.49.134/), but RT's apache does not respond anymore
(http://207.158.49.132/).

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] DNS problem and access to resources

2009-04-03 Thread Egor Vyscrebentsov
On Fri, 3 Apr 2009 Christian Prochaska wrote:

 Now the situation is the other way around: the forum apache is running
 (http://207.158.49.134/), but RT's apache does not respond anymore
 (http://207.158.49.132/).

Looks like /etc/rc.d/init.d/httpd consider all running *httpd as it's
processes. (Local apache pids were in answer on '/sbin/service httpd status').
So i guess we may wait until
`23 0 * * * RT apache restart`
Now it is 06:01:42.

-- 
Thanks, evyscr

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] DNS problem and access to resources

2009-04-01 Thread Egor Vyscrebentsov
Good daytime!

As you may already know, we have problems with DNS now.
However, several stuffs are still working.
You may reach them by hack with your /etc/hosts:

# echo 207.158.49.132 bugs.freeciv.org  /etc/hosts
# echo 207.158.49.132 rt.freeciv.org  /etc/hosts
# echo 83.223.112.138 www.freeciv.org  /etc/hosts

(Note that bug tracker can't send mail...)

-- 
Thanks, evyscr

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] DNS problem and access to resources

2009-04-01 Thread Christian Knoke
Egor Vyscrebentsov wrote on Apr 01, 14:06 (+0400):
 Good daytime!
 
 As you may already know, we have problems with DNS now.
 However, several stuffs are still working.
 You may reach them by hack with your /etc/hosts:
 
 # echo 207.158.49.132 bugs.freeciv.org  /etc/hosts
 # echo 207.158.49.132 rt.freeciv.org  /etc/hosts
 # echo 83.223.112.138 www.freeciv.org  /etc/hosts
 
 (Note that bug tracker can't send mail...)

Thanks. What about forum.freeciv.org ?

Christian

-- 
Christian Knoke* * *http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] DNS problem and access to resources

2009-04-01 Thread Christian Prochaska
On Wed, Apr 1, 2009 at 12:25 PM, Christian Knoke chr...@cknoke.de wrote:
 Egor Vyscrebentsov wrote on Apr 01, 14:06 (+0400):
 Good daytime!

 As you may already know, we have problems with DNS now.
 However, several stuffs are still working.
 You may reach them by hack with your /etc/hosts:

 # echo 207.158.49.132 bugs.freeciv.org  /etc/hosts
 # echo 207.158.49.132 rt.freeciv.org  /etc/hosts
 # echo 83.223.112.138 www.freeciv.org  /etc/hosts

 (Note that bug tracker can't send mail...)

 Thanks. What about forum.freeciv.org ?

 Christian


I can't tell for sure, since I don't have an account on the real
machine, but from my little experience with the VirtualBox clone I
created, the apache server for the forum gets restarted every monday
by the logrotate program, but the apache startup fails if the hostname
of the machine it is running on (in this case rt.freeciv.org) cannot
be resolved. So it might help to add 207.158.49.132 rt.freeciv.org
to /etc/hosts on the server, too and then try to start the apache
server again (/etc/init.d/httpd start).

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev