Guy Shaanan commented on Bug JENKINS-5784

With response to Oleg Nenashev:
I have another Jenkins machine, with same Jenkins version (1.533) but CentOS 6.4.

On the CentOS 6.4:

[root@dev ~]# ps aux | grep jenkins
jenkins   1932  1.8  4.7 5510192 477720 ?      Ssl  May01 562:03 /etc/alternatives/java -Djava.awt.headless=true -DJENKINS_HOME=/workspace/jenkins -XX:PermSize=512m -jar /usr/lib/jenkins/jenkins.war --logfile=/var/log/jenkins/jenkins.log --webroot=/var/cache/jenkins/war --httpPort=8080 --ajp13Port=8009 --debug=5 --handlerCountMax=100 --handlerCountMaxIdle=20

On the CentOS 6.5:

[root@jenkins ~]# ps aux | grep jenkins
root     26770 1969 60.9 9436916 4913964 ?     Ssl  08:08 8460:14 /opt/jdk_6u31/bin/java -Xmx6144m -Duser.timezone=Europe/Athens -DJENKINS_HOME=/opt/jenkins -XX:PermSize=512m -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local._only_=false -XX:+HeapDumpOnOutOfMemoryError -jar /usr/lib/jenkins/jenkins.war --logfile=/var/log/jenkins/jenkins.log --httpPort=80 --debug=5 --handlerCountMax=100 --handlerCountMaxIdle=20

The difference I see is that the 6.4 runs with user "jenkins" and the 6.5 with user "root".
Could this be the problem?
Should I change the "root" to "jenkins"? Where?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to