Github user svarnau commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/862#discussion_r90957899 --- Diff: install/python-installer/traf_setup.py --- @@ -50,6 +50,9 @@ def run(): ### kernel settings ### run_cmd('sysctl -w kernel.pid_max=65535 2>&1 > /dev/null') run_cmd('echo "kernel.pid_max=65535" >> /etc/sysctl.conf') + run_cmd('cp $SQ_ROOT/sysinstall/etc/init.d/trafodion /etc/init.d') --- End diff -- I think @mkby is right. The run_cmd will not have SQ_ROOT in the shell environment. The cp command needs to be changed as he suggests.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---