Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-5652

Starting Hudson execvp: No such file or directory on RHEL4

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Major Major
    • core
    • cat /etc/redhat-release
      Red Hat Enterprise Linux ES release 4 (Nahant Update 7)

      There are two problems with the RPM package for RHEL4:
      1. The daemon binary expects a nicelevel to be given:
      I had to add this to /etc/init.d/hudson:

      NICELEVEL=0
      daemon $NICELEVEL --user "$HUDSON_USER" --pidfile "$HUDSON_PID_FILE" $JAVA_CMD $PARAMS

      2. Seems to use execvp:
      Starting Hudson execvp: No such file or directory

            Unassigned Unassigned
            davidkarlsen davidkarlsen
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: