Actions
Bug #7097
closedError when running librarian-update
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Description
[walden@centos katello-installer]$ rel-eng/librarian-update -bash: rel-eng/librarian-update: /usr/bin/bash: bad interpreter: No such file or directory [walden@centos katello-installer]$ ll /usr/bin/bash ls: cannot access /usr/bin/bash: No such file or directory [walden@centos katello-installer]$ which bash /bin/bash [walden@centos katello-installer]$ grep bash rel-eng/librarian-update #!/usr/bin/bash -ex
Generally I see people use #!/bin/bash instead of #!/usr/bin/bash -ex.
Steps to Reproduce:
1. Follow these https://github.com/Katello/katello-installer#updating-packages on any non fedora/rhel system
Updated by Eric Helms over 10 years ago
- Difficulty set to medium
- Triaged changed from No to Yes
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 166
Actions