- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: at doesn't work
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
10-27-2003 01:34 AM
10-27-2003 01:34 AM
at doesn't work
On hp-ux 11 I notice that when I program a job with at it stays in /var/spool/cron/atjobs and is not executed at the time it was scheduled; in fact it is not executed at all. Any idea of what reason can make at disregard it's jobs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 01:38 AM
10-27-2003 01:38 AM
Re: at doesn't work
Are you running this at job as root or as a normal user?
If the latter, do you have that user listed in /usr/lib/cron/at.allow ?
If neither at.allow or at.deny exist, then only root can run at jobs.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 01:40 AM
10-27-2003 01:40 AM
Re: at doesn't work
I had a similar problem, documented in the following thread:
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x1cb03a7b3682d611abdb0090277a778c%2C00.html&admit=716493758+1067265543686+28353475
That may be of some help to you.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 01:44 AM
10-27-2003 01:44 AM
Re: at doesn't work
jobs will be allowed by normal users when they are in /usr/lib/cron/at.allow. Check /usr/lib/cron/at.deny. If both files are missing, then only root will be allowed to do at jobs.
check the man page for more details.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 02:02 AM
10-27-2003 02:02 AM
Re: at doesn't work
Of course it is not a problem of permission because I run at as root; I think Pete may have a good idea, I have to check the patches BUT I do not have settings for those env variables LC_ALL, LC_CTYPE and LANG (they are undefined in my context).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 02:46 AM
10-27-2003 02:46 AM
Re: at doesn't work
Temporarily solved by increasing the maximum # jobs in a queue (a14... instead of a4... in /var/adm/cron/queuedefs).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 04:06 AM
10-27-2003 04:06 AM
Re: at doesn't work
My bad,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 07:57 PM
10-27-2003 07:57 PM
Re: at doesn't work
Hi Jeff,
I don't think you were either sleeping or whatever else, but maybe sometimes you don't have time to read the question that you answer to. Here is what happens for ex. when you don't have the permission (at.allow etc.):
"
$at -f /test now + 1 minutes
you are not authorized to use at. Sorry.
"
But nothing is put in /var/spool/cron/atjobs!
Me I was reffering to jobs that are scheduled correctly but are not executed when the time comes...
Or maybe my question was so confusing?
Best regards,
Vladimir