RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1240404 - setup-ds.pl does not log invalid --file path errors the same way as other errors.
Summary: setup-ds.pl does not log invalid --file path errors the same way as other err...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: 389-ds-base
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Noriko Hosoi
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-06 20:12 UTC by Noriko Hosoi
Modified: 2020-09-13 21:21 UTC (History)
4 users (show)

Fixed In Version: 389-ds-base-1.3.4.0-6.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-19 11:42:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github 389ds 389-ds-base issues 1450 0 None None None 2020-09-13 21:21:38 UTC
Red Hat Product Errata RHBA-2015:2351 0 normal SHIPPED_LIVE 389-ds-base bug fix and enhancement update 2015-11-19 10:28:44 UTC

Description Noriko Hosoi 2015-07-06 20:12:17 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/389/ticket/48119

The reporting of --file errors differs from how other errors are reported.
The --file errors are not logged to a file as other errors are.
This can give a false impression of the root cause of an error, as only the later errors are shown in the log file.

----

Command:
{{{
/usr/sbin/setup-ds.pl --file=nonexistent.ldif --silent
}}}
STDERR
{{{
Error: could not open inf file nonexistent.inf: No such file or directory
}}}
STDOUT
{{{
Either ServerPort or ldapifilepath must be specified.  The server must listen to something.
Error: Could not create directory server instance 'minion'.
Exiting . . .
Log file is '/tmp/setupfa3U2i.log'
}}}
File /tmp/setupfa3U2i.log
{{{
[15/03/10:11:29:06] - [Setup] Info Either ServerPort or ldapifilepath must be specified.  The server must listen t.
[15/03/10:11:29:06] - [Setup] Fatal Error: Could not create directory server instance 'devserver'.
[15/03/10:11:29:06] - [Setup] Fatal Exiting . . .
Log file is '/tmp/setupfa3U2i.log'
}}}

Comment 1 mreynolds 2015-07-07 17:00:11 UTC
Fixed upstream

Comment 5 mreynolds 2015-07-13 17:05:45 UTC
Fixed upstream

Comment 6 Amita Sharma 2015-07-15 12:38:49 UTC
[root@dhcp201-167 /]# setup-ds.pl --file=nonexistent.ldif --silent
Error: could not open inf file nonexistent.ldif: No such file or directory
Exiting . . .
Log file is '/tmp/setupCEMhJq.log'

[root@dhcp201-167 /]# cat /tmp/setupCEMhJq.log
Error: could not open inf file nonexistent.ldif: No such file or directory
[15/07/15:18:06:20] - [Setup] Fatal Exiting . . .
Log file is '/tmp/setupCEMhJq.log'

 [root@dhcp201-167 /]# rpm -qa | grep 389
389-ds-base-debuginfo-1.3.4.0-6.el7.x86_64
389-adminutil-devel-1.1.21-2.el7.x86_64
389-adminutil-1.1.21-2.el7.x86_64
389-ds-base-libs-1.3.4.0-6.el7.x86_64
389-ds-base-1.3.4.0-6.el7.x86_64
389-admin-1.1.38-1.el7.x86_64

Working as expected, hence marking as VERIFIED.

Comment 7 errata-xmlrpc 2015-11-19 11:42:52 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-2351.html


Note You need to log in before you can comment on or make changes to this bug.