Notes |
(0001047)
diego_iastrubni (reporter)
2010-02-25 05:37
|
Fix should be easy, here is a workaround (I will try to make a nice one as soon as possible, as this feel too hackilish..)
[root@xr1-5 ~]# cat fix-hosts-file.patch
--- modules/network_parameters/index.php.orig 2010-02-25 10:02:48.000000000 +0000
+++ modules/network_parameters/index.php 2010-02-25 10:03:27.000000000 +0000
@@ -319,7 +319,7 @@
//Luego se modifica el archivo main.cf
$conf_file=new paloConfig("/etc","hosts","\t","[[:space:]]*\t\t[[:space:]]*");
$contenido=$conf_file->leer_configuracion();
- $arr_reemplazos=array('127.0.0.1'=>$_POST['host']);
+ $arr_reemplazos=array('127.0.0.1'=>$_POST['host'] . " localhost localhost.localdomain" );
$bValido=$conf_file->escribir_configuracion($arr_reemplazos);
return $bValido; |
|
(0001077)
a_villacis (developer)
2010-03-22 18:50
|
Confirmed to be a bug in network parameters configuration. |
|
(0001636)
a_villacis (developer)
2010-07-19 16:58
|
Suggested fix was commited as SVN commit #1455 and should be already in repository updates. Please test and report back on whether the fix was successful. |
|
(0001651)
lfain (reporter)
2010-07-20 11:06
|
The issue seems to be fixed in Elastix 2 RC3 |
|
(0001652)
a_villacis (developer)
2010-07-20 13:55
|
Reported as fixed. |
|