seems that something goes wrong with timezone selection into 
sipxecs-setup-system, on fedora 12 it don't get timezone file as valid one.


i think it  depends on this:

reIsZoneData=re.compile(': timezone data$')

'cose on fedora the command "file Rome" or any other zoneinfo file give this:

Rome: timezone data, version 2, 6 gmt time flags, 6 std time flags, no leap 
seconds, 170 transition times, 6 abbreviation chars

so to match the rigth regular expresion is:

reIsZoneData=re.compile(': timezone data')

i think this stuff is too trivial to fill a bug 

bye
Domenico Chierico


      
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to