Bug 144843 - iiim invalid option - quotes problem in daemon
Summary: iiim invalid option - quotes problem in daemon
Keywords:
Status: CLOSED DUPLICATE of bug 144634
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-11 21:53 UTC by Ivan Gyurdiev
Modified: 2014-03-17 02:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:07:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ivan Gyurdiev 2005-01-11 21:53:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041228 Firefox/1.0 Fedora/1.0-8

Description of problem:
iiim fails on startup complaining something like:
runuser -- -r: invalid option

This fixes it for me

--- functions.old       2005-01-11 14:48:48.000000000 -0700
+++ functions   2005-01-11 14:49:01.000000000 -0700
@@ -147,7 +147,7 @@
        if [ -z "$user" ]; then
           $nice $*
        else
-          $nice runuser -s /bin/bash - $user -c \"$*\"
+          $nice runuser -s /bin/bash - $user -c "$*"
        fi
        [ "$?" -eq 0 ] && success $"$base startup" || failure $"$base
startup"
 }


Version-Release number of selected component (if applicable):
initscripts-8.02-1

How reproducible:
Always

Steps to Reproduce:
1. See summary
    

Additional info:

Comment 1 Bill Nottingham 2005-01-11 22:26:58 UTC

*** This bug has been marked as a duplicate of 144634 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:07:52 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


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