Setting the TimeZone
If you are running one of the Virtual Machine (VM) distributions of ZendTo and are having problems with logins being accepted, but then being refused access to some pages because they are only available to logged-in users, you will probably find the timezone is set incorrectly. This causes problems particularly with IE7 (Internet Explorer 7) and Chrome.
- Run the command "sudo dpkg-reconfigure tzdata" and choose the correct timezone from the menus.
- Reboot.
- Log in as root.
- Run the command "tzselect". At the end of this, it will output the name of the correct timezone for you, such as "America/New_York".
- Run a command such as "cp /usr/share/zoneinfo/America/New_York /etc/localtime" where you should substitute "America/New_York" for the timezone you got from the the tzselect command.
- Edit the file "/etc/sysconfig/clock". Change the setting for "ZONE" to be that of the timezone you got from the tzselect command.
- Reboot.
You should then find that even IE7 happily logs you in and you stay logged in.