HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Different process times?
Operating System - Linux
1827810
Members
1984
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-08-2006 03:50 AM
11-08-2006 03:50 AM
Different process times?
All.
About a fortnight ago an older (RedHat 9) server started to run
some processes 5 hours late. We are in the "Europe/London"
timezone, currently in GMT and the TZ environment variable is
being correctly set in /etc/profile. Despite (as a last resort)
a reboot, the cron tasks are going off at 9am not 4am and the
even the maillog contains obvious process-different timestamps,
vis excerpt:
Nov 6 09:37:18 man1 sendmail[7703]: kA693YVO007703: from=root,
size=417, class=0, nrcpts=1,
msgid=<200611060903.kA693YVO007703@******.co.uk>, rel
ay=root@localhost
Nov 6 04:37:18 man1 sendmail[7922]: kA69bI0U007922:
from=, size=714, class=0, nrcpts=1,
msgid=<200611060903.kA693YVO007703@******.co.uk>, proto=ESMTP,
daemon=MTA, relay=localhost.localdomain [127.0.0.1]
Nov 6 09:37:18 man1 sendmail[7703]: kA693YVO007703: to=root,
ctladdr=root (0/0), delay=00:33:44, xdelay=00:00:00,
mailer=relay, pri=30417, relay=[127.0.0.1
] [127.0.0.1], dsn=2.0.0, stat=Sent (kA69bI0U007922 Message
accepted for delivery)
Nov 6 04:37:21 man1 sendmail[7923]: kA69bI0U007922:
to=administrators@******.co.uk, ctladdr=
(0/0), delay=00:00:03, xdelay=0
0:00:03, mailer=relay, pri=30959, relay=******.co.uk
[200.200.200.2], dsn=2.0.0, stat=Sent (kA69bI5I005319 Message
accepted for delivery)
Which looks like the sendmail process has the correct "temporal
view"!! but not cron.
Any ideas?
Tim Clarke
About a fortnight ago an older (RedHat 9) server started to run
some processes 5 hours late. We are in the "Europe/London"
timezone, currently in GMT and the TZ environment variable is
being correctly set in /etc/profile. Despite (as a last resort)
a reboot, the cron tasks are going off at 9am not 4am and the
even the maillog contains obvious process-different timestamps,
vis excerpt:
Nov 6 09:37:18 man1 sendmail[7703]: kA693YVO007703: from=root,
size=417, class=0, nrcpts=1,
msgid=<200611060903.kA693YVO007703@******.co.uk>, rel
ay=root@localhost
Nov 6 04:37:18 man1 sendmail[7922]: kA69bI0U007922:
from=
msgid=<200611060903.kA693YVO007703@******.co.uk>, proto=ESMTP,
daemon=MTA, relay=localhost.localdomain [127.0.0.1]
Nov 6 09:37:18 man1 sendmail[7703]: kA693YVO007703: to=root,
ctladdr=root (0/0), delay=00:33:44, xdelay=00:00:00,
mailer=relay, pri=30417, relay=[127.0.0.1
] [127.0.0.1], dsn=2.0.0, stat=Sent (kA69bI0U007922 Message
accepted for delivery)
Nov 6 04:37:21 man1 sendmail[7923]: kA69bI0U007922:
to=administrators@******.co.uk, ctladdr=
(0/0), delay=00:00:03, xdelay=0
0:00:03, mailer=relay, pri=30959, relay=******.co.uk
[200.200.200.2], dsn=2.0.0, stat=Sent (kA69bI5I005319 Message
accepted for delivery)
Which looks like the sendmail process has the correct "temporal
view"!! but not cron.
Any ideas?
Tim Clarke
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 04:01 AM
11-08-2006 04:01 AM
Re: Different process times?
/etc/profile is session level.
cron and mail don't use the profile
did you specify TZ in /etc/TIMEZONE for
machine level,
cron and mail don't use the profile
did you specify TZ in /etc/TIMEZONE for
machine level,
Look before you leap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 04:22 AM
11-08-2006 04:22 AM
Re: Different process times?
> etc/profile is session level.
> cron and mail don't use the profile
Ah that's news, thanks
> did you specify TZ in /etc/TIMEZONE for
machine level,
This machine's never had that file and I can't find one on any other (much more recent!) Fedora boxen. A quick man search on "timezone" and "TIMEZONE" yields nothing, but:
[root@man1 etc]# echo Europe/London > timezone
[root@man1 etc]# ls -l timezone
-rw-r--r-- 1 root root 14 Nov 8 17:18 timezone
Plus restarting services looks like it did the trick! Thanks! What's going to eat me now is that the other 3 Linux boxes here don't have the file *or* the problem.....
> cron and mail don't use the profile
Ah that's news, thanks
> did you specify TZ in /etc/TIMEZONE for
machine level,
This machine's never had that file and I can't find one on any other (much more recent!) Fedora boxen. A quick man search on "timezone" and "TIMEZONE" yields nothing, but:
[root@man1 etc]# echo Europe/London > timezone
[root@man1 etc]# ls -l timezone
-rw-r--r-- 1 root root 14 Nov 8 17:18 timezone
Plus restarting services looks like it did the trick! Thanks! What's going to eat me now is that the other 3 Linux boxes here don't have the file *or* the problem.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 10:49 PM
11-08-2006 10:49 PM
Re: Different process times?
Closing thread.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP