[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] RC4 problem after setup
From: |
Dave Hall |
Subject: |
Re: [Phpgroupware-users] RC4 problem after setup |
Date: |
Sat, 20 Jul 2002 15:58:04 +1000 |
Hi,
Firstly, I'm glad to hear you got it up and running Tony.
When I grabbed an update from cvs a few weeks ago, i discovered the new
'feature' in class.datetime only after the calendar started living in
the 70s again. I took me sometime to work out what was going wrong. I
must admit that I haven't noticed a detrimental impact on performance
since this change was made.
I like Tony and many live outside the US and use NTP to keep the system
clock sync'd.
I would suggest the following additions/alterations:
* The daytime server be set in configuration not at the code level, and
if left blank the system clock is used. In this case the tz_offset can
then be used to calculate gmt. I suspect sites that are concerned about
time precision would already use NTP.
* The requirement for a firewall rule to allow a connection to
time-a.nist.gov:13 if the feature is to be used be included in the
install doc. This should prevent additional posts to the list/s.
Just my 2c on the issue.
Cheers
skwashd
Dave Hall
----- Original Message -----
From: Tony Howden <address@hidden>
Date: Saturday, July 20, 2002 2:17 pm
Subject: Re: [Phpgroupware-users] RC4 problem after setup
>
> Hi Chris
>
> Chris Weiss <address@hidden> said:
>
> > wow, could this be the slow down poeple were speaking of? And
> why would such
> > a new experimental feature be in .14?
>
> I noted that on this server the phpgw admin responds very slowly,
> but I suspect
> that its this time call timing out that is causing it. I have
> another less
> tightly locked system at home that I'll try it on and see what
> happens.
> I have a 3 hour drive to get home from this site, so I'll have
> another play
> tomorrow.
>
> cheers
> Tony
>
> > Mark A Peters (Skeeter) (address@hidden) wrote*:
> > >
> > >Yes. I have been playing with a more absolute method for
> grabbing a true
> > >GMT time from the network.
> > >
> > >Here's the break-down of what I'm doing with it:
> > >
> > >When the datetime class is called, it checks to see if you
> already have a
> > >server_tz_offset.
> > >
> > >If it does, the class will grab the servers true time,
> > >being local or GMT, and apply the offset to have a more
> accurate GMT/UTC
> > >time down to within seconds.
> > >
> > >If the server_tz_offset value is not in cache, it will go out
> on the
> > >network and attempt to grab GMT from time-a.nist.gov. (I know
> that the
> > >server is a US based system.) The class will then calculate
> your servers
> > >tz offset from the GMT value and your systems time. This
> value, if you
> > >have enabled phpgw caching in setup/config, will then be stored
> for easier
> > >usage for subsequent requests.
> > >
> > >One we have your servers TZ offset, in hours, it is much easier to
> > >calculate the users true time:
> > >
> > >GMT_time = (servers_time + servers_tz_offset);
> > >users_local_time = GMT_time + users_preference;
> > >
> > >if they have correctly set their TZ in their user preferences.
> > >
> > >I know that most admins will have the majority of their
> users_local_time =
> > >servers_time, but this will give us a greater control of the
> datetime> >class for global enterprise level computing.
> > >
> > >> Now that I can login I am off to research using phpgroupware.
> > >>
> > >> cheers
> > >> Tony
> > >>
> > >> Dave Hall <address@hidden> said:
> > >>
> > >> > Hi Tony,
> > >> >
> > >> > Can you please provide a bit more info on your install:
> > >> >
> > >> > OS, Distro, Version?
> > >> >
> > >> > Websever and version?
> > >> >
> > >> > Type of authentication used?
> > >> >
> > >> > Browser, Version, OS etc?
> > >> >
> > >> > Anything else you think we would like/need to know about
> your setup...
> > >> >
> > >> > This should give us all a bit more to work with.
> > >> >
> > >> > btw - are there any errors showing up in the php/webserver
> logs?> >> >
> > >> > Cheers,
> > >> >
> > >> > skwashd
> > >> > Dave Hall
> > >> > e address@hidden
> > >> >
> > >> > ----- Original Message -----
> > >> > From: Tony Howden <address@hidden>
> > >> > Date: Friday, July 19, 2002 7:45 pm
> > >> > Subject: [Phpgroupware-users] RC4 problem after setup
> > >> >
> > >> > >
> > >> > > Hi All
> > >> > >
> > >> > > I have just setup phpgroupware for the first time and
> seem to have
> > >> > > got through
> > >> > > the setup with everything in the right place but...
> > >> > >
> > >> > > When I select the login page it displays, I then enter
> demo /
> > >> > > guest or the admin
> > >> > > user / pwd and click login, the browser just sits. Its as
> if it
> > >> > > cannot find
> > >> > > itself or where to go next.
> > >> > >
> > >> > > I've redone the config several times, killed and
> recreated the
> > >> > > user accounts,
> > >> > > and I am stumped. Any assistance please...
> > >> > >
> > >> > > TIA
> > >> > >
> > >> > > Tony
> > >> > >
> > >> > >
> > >> > > --
> > >> > > regards
> > >> > >
> > >> > > Tony Howden
> > >> > >
> > >> > >
> > >> > > _______________________________________________
> > >> > > Phpgroupware-users mailing list
> > >> > > address@hidden
> > >> > > http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> --
> > >> regards
> > >>
> > >> Tony Howden
> > >>
> > >>
> > >> _______________________________________________
> > >> 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
> > >
> >
> >
> > _______________________________________________
> > Phpgroupware-users mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> >
>
>
>
>
> --
> regards
>
> Tony Howden
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>
- [Phpgroupware-users] RC4 problem after setup, Tony Howden, 2002/07/19
- Re: [Phpgroupware-users] RC4 problem after setup, Dave Hall, 2002/07/19
- Re: [Phpgroupware-users] RC4 problem after setup, Tony Howden, 2002/07/19
- Re: [Phpgroupware-users] RC4 problem after setup, Chris Weiss, 2002/07/19
- Re: [Phpgroupware-users] RC4 problem after setup, Chris Weiss, 2002/07/19
- Re: [Phpgroupware-users] RC4 problem after setup, Chris Weiss, 2002/07/19
- Re: [Phpgroupware-users] RC4 problem after setup, Tony Howden, 2002/07/20
- Re: [Phpgroupware-users] RC4 problem after setup, Tony Howden, 2002/07/20
- Re: [Phpgroupware-users] RC4 problem after setup,
Dave Hall <=