Bug 465777 - conman initscript requires upper-case "console" config directive
Summary: conman initscript requires upper-case "console" config directive
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: conman
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steven M. Parrish
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-06 12:07 UTC by Mark McLoughlin
Modified: 2008-10-07 09:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-06 13:45:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mark McLoughlin 2008-10-06 12:07:50 UTC
Strangely, the example console directive in the config file is lower case, but if you do e.g.:

  console name="serial" dev="/dev/ttyS0"

and try and start conman you get:

  $> service conman start
  Starting ConMan: 
    ERROR: No CONSOLE(s) defined!                            [FAILED]

Simple fix is:

          echo -n "Starting ConMan: "
  -       CONSOLES=`grep -c "^CONSOLE" $CONFIG`
  +       CONSOLES=`grep -ci "^CONSOLE" $CONFIG`
          RETVAL=$?

Comment 1 Jarod Wilson 2008-10-06 13:45:46 UTC
Fix committed, tagged and building for rawhide.

Comment 2 Fedora Update System 2008-10-06 21:07:14 UTC
conman-0.2.2-2.fc8 has been submitted as an update for Fedora 8.
http://admin.fedoraproject.org/updates/conman-0.2.2-2.fc8

Comment 3 Fedora Update System 2008-10-06 21:07:16 UTC
conman-0.2.2-2.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/conman-0.2.2-2.fc9

Comment 4 Fedora Update System 2008-10-07 09:51:43 UTC
conman-0.2.2-2.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2008-10-07 09:53:18 UTC
conman-0.2.2-2.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


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