Bugs item #1060621, was opened at 2004-11-04 19:24
Message generated for change (Settings changed) made by muglerj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1060621&group_id=9368

Category: Installation
>Group: 4.1
Status: Open
Resolution: None
Priority: 7
Submitted By: Thomas Naughton (naughtont)
Assigned to: DongInn Kim (donginn)
Summary: disable-services misses postfix's presence

Initial Comment:
I get a WARNING message in Step7 about the
MTA/disable-services.  Below are the line numbers and
modification (outside of script) that allowed second
run of Step7 to complete w/o error.

#    Date: Thu Nov  4 19:19:56 EST 2004
#  Distro: RedHat 9 
#  SVNver: r2714


At line #29 of
/opt/oscar/packages/disable-services/scripts/post_install 
a check using 'chkconfig' sets $service_name which is
used in a case stmt
on lin 47.  

I got the big default "*)" entry for the case stmt,
line 104, even though
postfix was installed, and the only MTA on the system.
 I manually ran the
following from the cmd-ln and things worked fine on the
next run of the
script.




 [EMAIL PROTECTED] root]# chkconfig --list postfix
 service postfix supports chkconfig, but is not
referenced in any runlevel
 (run 'chkconfig --add postfix')
 [EMAIL PROTECTED] root]# chkconfig --list | grep postfix
 [EMAIL PROTECTED] root]# chkconfig --list | grep sendmail
 [EMAIL PROTECTED] root]# chkconfig --list | grep exim
 [EMAIL PROTECTED] root]# chkconfig --add postfix
 [EMAIL PROTECTED] root]# chkconfig --list postfix
 postfix         0:off   1:off   2:on    3:on    4:on 
  5:on    6:off


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1060621&group_id=9368


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to