Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Workspace AIX
Created by Guest
Created on Oct 23, 2023

cron should reattempt loading crontabs of users that are not found

If a remote user (such as an LDAP user) has a crontab, it may not get loaded when the system is rebooted.

The cron log would say:

! crontab for <user> not loaded due to authentication error.


This is because at the time cron has started, the remote service may not be available yet, and cron is not able to resolve the username. In this situation, cron refuses to load the crontab, and will not run any cron jobs for this user.

Reordering inittab so that cron is started after secldapclntd (or other remote user service) may not help, since it may take time for the remote service to be up and running. Starting the remote service from inittab in 'wait' mode may not be useful either - for example, when the 'start-secldapclntd' script is done executing, there is no guarantee that secldapclntd is fully communicating with the LDAP server.


To work around this, once the user is able to be resolved - for example, secldapclntd is up and running and connected to the remote LDAP server - cron can be respawned, or the user's crontab can be modified with 'crontab -e' to get it to be loaded.

Another possible workaround is to create a script that runs at the end of inittab, which checks to see if remote users are resolvable, and if so, respawns cron.


This is all inconvenient, however. It would be better if cron could keep a list of crontabs that were not loaded at startup, and periodically re-check to see if the associated username is resolvable. If so, then it could load the crontab, write to the cron log saying the user's crontab is now active, and start running the user's jobs without any other intervention needed.
 

Idea priority Medium