[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Phpgroupware-users] RC4 Envrionments
From: |
Bob Crandell |
Subject: |
RE: [Phpgroupware-users] RC4 Envrionments |
Date: |
Fri, 26 Jul 2002 18:46:56 +0000 |
In my case, I do. I serve time to the LAN but the other fix that changes line
59 to
if(false) would be a better fix in general.
>if(!$this->gmtnow &&
>address@hidden($GLOBALS['phpgw_info']['server']['tz_offset']))
>and change it to
>if(false)
>to disble the time server sync check.
Chris Weiss (address@hidden) wrote*:
>
>the trouble with this is that it's still trying to connect to localhost and
>will still have to timeout unless you actually have a working service there.
>
>Bob Crandell (address@hidden) wrote*:
>>
>>On my system, either making Hsing-Foo's changes or changing line 68 from:
>> if($GLOBALS['phpgw']->network->open_port('129.6.15.28',13,15))
>>to:
>> if($GLOBALS['phpgw']->network->open_port('127.0.0.1',13,15))
>>has the same effect.
>>
>>Hsing-Foo Wang (address@hidden) wrote*:
>>>
>>>> Hsing-Foo Wang earlier wrote that he had improved
>>>> performance by taking out the reference to the the
>>>> rule for time-a.nist.gov:13. Is this something that
>>>> needs to be looked into? If it's not too much
>>>> trouble, I would like him to post the changes that he
>>>> made because I would like to see what impact it had
>>>> here.
>>>
>>>See attached file
>>>
>>>Regards,
>>>Hsing-Foo
>>>
>>address@hidden
>>www.assuredcomp.com
>>Eugene, Or. 97402
>>
>>
>>
>>_______________________________________________
>>Phpgroupware-users mailing list
>>address@hidden
>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
--
Bob Crandell
Assured Computing
When you need to be sure.
Cell 541-914-3985
FAX 240-371-7237
address@hidden
www.assuredcomp.com
Eugene, Or. 97402
- [Phpgroupware-users] RC4 Envrionments, test test, 2002/07/24
- Re: [Phpgroupware-users] RC4 Envrionments, Dave Hall, 2002/07/24
- Re: [Phpgroupware-users] RC4 Envrionments, Chris Weiss, 2002/07/24
- Re: [Phpgroupware-users] RC4 Envrionments, Chris Weiss, 2002/07/24
- RE: [Phpgroupware-users] RC4 Envrionments, Bob Crandell, 2002/07/26
- RE: [Phpgroupware-users] RC4 Envrionments, Chris Weiss, 2002/07/26
- RE: [Phpgroupware-users] RC4 Envrionments,
Bob Crandell <=