- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tztab "stuck"
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 07:34 AM
02-08-2006 07:34 AM
I have made a change to tztab but my system is still "seeing" the old entry. I've checked my entry very carefully and I'm sure that it is ok but the changes are just not taking effect? Any ideas?
TIA,
Greg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 07:38 AM
02-08-2006 07:38 AM
Re: Tztab "stuck"
If you logout and login, have made your '/usr/lib/tztab' modifcation correctly, and specify the correct TZ, you should see the proper time representation.
Try:
TZ=XXX date
where XXX is the modified zone.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 07:39 AM
02-08-2006 07:39 AM
Solution1) Either the dayofmonth OR the weekday MUST be a range. This means that EXACTLY 1 of these MUST be a range.
2) The dayofmonth range must actually cover 7 days. e.g. 1-7, 8-14 --- This isn't documented but nevertheless I've found it to be true.
Please check these things and I still have one more "gotcha" if these are ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 08:03 AM
02-08-2006 08:03 AM
Re: Tztab "stuck"
1) mv /usr/lib/tztab /tmp/
2) cp /tmp/tztab /usr/lib/
3) chmod 444 /usr/lib/tztab
Do this and if your tztab syntax is correct, I can just about guarantee your changes will be "seen".
You probably should check for libc patches as well but I hardly think that is going to be necessary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 08:09 AM
02-08-2006 08:09 AM
Re: Tztab "stuck"
Thanks for your help. I had already tried logging out and logging in and it didn't work. I should have mentioned that. I'm looking at the things A. Clay mentioned now.
Thanks,
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 08:11 AM
02-08-2006 08:11 AM
Re: Tztab "stuck"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 08:24 AM
02-08-2006 08:24 AM
Re: Tztab "stuck"
I did recheck my tztab entry and it was ok. The monthday range did cover one week. I then tried to login from another PC and tztab was still "stuck". Finally, I tried A. Clay's idea of moving and copying the file back and it worked! I didn't even logout. I just reran my script and it used the new entry!!!
You guys are great.
Thanks,
Greg