Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-4725

Karaf Wrapper su Usage Unsupported on Sun Solaris

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • jboss-fuse-6.2.1
    • Karaf
    • None
    • % %

      Line 327 of the karaf-service script in the karaf/shell subproject uses the su command with flags that are unsupported under Solaris 11:

      su -m $RUN_AS_USER -s /bin/sh -c "$REALPATH $1"

      Options -m and -s are not recognized under Solaris. Maybe replace with something like:

      su - $RUN_AS_USER -c "$REALPATH $1"

            lburgazz@redhat.com Luca Burgazzoli
            rhn-support-dhawkins Duane Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: