Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of problem:
I dont know if its related to systemd or chkonfig manipulation but its hard to find which services should be started during startup and which not.
Version-Release number of selected component (if applicable):
Red Hat Enterprise Linux Server release 7.0 Alpha1 (Maipo)
How reproducible:
deterministic
Steps to Reproduce:
# rpm -q vsftpd
vsftpd-2.3.4-5.el7.x86_64
# chkconfig vsftpd on
error reading information on service vsftpd: No such file or directory
Actual results:
chkconfig --list is supported when I read man pages in rhel7
chkconfig vsftpd on/off doesnt work
chkconfig sshd on/off does work but I am not able to find out its status by chkconfig
Expected results:
chkconfig sshd --list shows current status
Additional info:
Question is what do want from its output, if it is sufficient that service is enabled/disabled and is wanted by that target, this should be quite easy to implement, but whole picture of all dependency can be probably viewed only by systemctl dot.
Created attachment 682394[details]
systemctl list-dependencies
We have added command to systemctl (for now it is only in upstream repository), which can be used to determine what services are enabled on specified target. Is this sufficient solution for you?
Hello,
I guess that there are all startup services in that list, right?
chkconfig --list should say:
1, name of the service (which is in you list)
2, status if service should be started after bootup
3, Are there services which are not running?
4, Are there service which I can start?
Generaly I would like to see the list of all available services in the system?
For ex:
rhel6: chkconfig --list shows:
ypxfrd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
This request was resolved in Red Hat Enterprise Linux 7.0.
Contact your manager or support representative in case you have further questions about the request.