Bug 674894 - ipactl restart : an annoy output line
Summary: ipactl restart : an annoy output line
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: ipa
Version: 14
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 675179 676052
TreeView+ depends on / blocked
 
Reported: 2011-02-03 16:44 UTC by Yi Zhang
Modified: 2012-03-27 06:52 UTC (History)
10 users (show)

Fixed In Version: pki-core-9.0.3-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 675179 (view as bug list)
Environment:
Last Closed: 2012-03-27 06:52:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
fix 'restart' display (1.92 KB, patch)
2011-02-04 18:44 UTC, Matthew Harmsen
awnuk: review+
Details | Diff

Description Yi Zhang 2011-02-03 16:44:26 UTC
Description of problem:
there is always a line "=================" output whenever I call ipactl restart, as below:

[root@works4me ~]# ipactl restart
Restarting Directory Service
Shutting down dirsrv: 
    PKI-IPA...                                             [  OK  ]
    SJC-REDHAT-COM...                                      [  OK  ]
Starting dirsrv: 
    PKI-IPA...                                             [  OK  ]
    SJC-REDHAT-COM...                                      [  OK  ]
Restarting KDC Service
Stopping Kerberos 5 KDC:                                   [  OK  ]
Starting Kerberos 5 KDC:                                   [  OK  ]
Restarting KPASSWD Service
Shutting down ipa_kpasswd:                                 [  OK  ]
Starting ipa_kpasswd:                                      [  OK  ]
Restarting HTTP Service
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Restarting CA Service
Stopping pki-ca:                                           [  OK  ]

============================================================

Starting pki-ca:                                           [  OK  ]


Not a major problem, it is just annoy. 

Version-Release number of selected component (if applicable):freeipa-server-2.0-0.2011020119gitec59e61.fc14.i686


How reproducible: always


Steps to Reproduce:
1. ipactl restart

Comment 1 Dmitri Pal 2011-02-03 20:29:14 UTC
https://fedorahosted.org/freeipa/ticket/913

Comment 2 Jan Zeleny 2011-02-04 11:39:18 UTC
Inspected by mkosek: this issue originates in pki startup script. Reassigning the bug.

Comment 3 Dmitri Pal 2011-02-04 14:46:53 UTC
(In reply to comment #2)
> Inspected by mkosek: this issue originates in pki startup script. Reassigning
> the bug.

I will move the bug back to IPA and clone it for CS team.

Comment 4 Matthew Harmsen 2011-02-04 18:44:16 UTC
Created attachment 477089 [details]
fix 'restart' display

Comment 5 Matthew Harmsen 2011-02-04 18:54:10 UTC
# cd pki

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
M       scripts/compose_pki_core_packages
M       base/common/scripts/functions
M       specs/pki-core.spec
M       CMakeLists.txt

# svn commit
Sending        CMakeLists.txt
Sending        base/common/scripts/functions
Sending        scripts/compose_pki_core_packages
Sending        specs/pki-core.spec
Transmitting file data ....
Committed revision 1821.


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