Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-93

scripts don't work cleanly on FreeBSD

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.0
    • None
    • replication (scripts)
    • None

    Description

      As first reported by liuping.james in this thread...

      http://www.nabble.com/SolrDistribution-is-tested-by-FreeBSD--tf2869098.html#a8019145

      ...the various distribution scripts have issues using the FreeBSD version of bash ... more specificly, they don't run cleanly via "bash script-name" on FreeBSD systems.

      notes from when i verified this...
      --------------------------------------------------

      I just tried this out on the only FreeBSD system i have access to
      (minotaur.apache.org) and found a few things...

      1) /bin/bash doesn't exist
      2) /bin/sh is true sh, not bash
      3) bash is installed in /usr/local/bin/bash

      ...i'm not sure how standard these are among FreeBSD systems.

      I also verified that rsyncd-enable and rsyncd-disable do work if you run
      them explicitly through bash, but for some reason you must use the -u
      option, and even then it logs a straing warning about scripts.conf...

      hossman@minotaur$ bash solr/bin/rsyncd-enable -h
      /home/hossman/tmp/apache-solr-1.1.0-incubating/example/solr/conf/scripts.conf:
      l: command not found
      solr/bin/rsyncd-enable: illegal option – h
      usage: rsyncd-enable [-u username] [-v]
      -u specify user to sudo to before running script
      -v increase verbosity
      -V output debugging info

      hossman@minotaur$ ls solr/logs/
      hossman@minotaur$ bash solr/bin/rsyncd-enable
      /home/hossman/tmp/apache-solr-1.1.0-incubating/example/solr/conf/scripts.conf: l: command not found
      !udo: no passwd entry for
      hossman@minotaur$ ls solr/logs/
      hossman@minotaur$ bash solr/bin/rsyncd-enable -u hossman
      /home/hossman/tmp/apache-solr-1.1.0-incubating/example/solr/conf/scripts.conf: l: command not found
      hossman@minotaur$ ls solr/logs/
      rsyncd-enabled rsyncd.log

      ...so above and beyond the sh vs bash and patch issues .. there does seem
      to be a compatibility issue.

      Attachments

        Activity

          People

            otis Otis Gospodnetic
            hossman Chris M. Hostetter
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: