- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 08:41 AM
An init script is used to install system libraries, per below.
Adding the script to a Personal Compute consistently works. The same script is added to a Workflows job via cluster config, which intermittently fails, as shown in error message below.
Both Personal and Workflow clusters are on 14.3 LTS runtime; surprised with the instability of the latter.
Any troubleshooting advice is appreciated.
Init Script
Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 11:34 AM
Check the cluster event log to see if there is a clue why the script is failing. if the script failed and returned none zero status the cluster wont start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 07:58 AM
Thanks for the suggestion @amr.
Courtesy of a DBX solution engineer, the key was to remove all the files in the /var/lib/apt/lists/ directory to force apt to download fresh package lists during subsequent update.
Init Script