Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 29361 invoked from network); 7 Sep 2010 11:34:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 11:34:10 -0000 Received: (qmail 22109 invoked by uid 500); 7 Sep 2010 11:34:10 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 21902 invoked by uid 500); 7 Sep 2010 11:34:07 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 21571 invoked by uid 99); 7 Sep 2010 11:34:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 11:34:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 11:34:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o87BXgli015319 for ; Tue, 7 Sep 2010 11:33:42 GMT Message-ID: <29703515.11511283859222270.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 07:33:42 -0400 (EDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2899) whoami not in PATH on Solaris In-Reply-To: <15603646.11021283789020369.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac resolved AMQ-2899. -------------------------------- Assignee: Dejan Bosanac Fix Version/s: 5.4.1 Resolution: Fixed Fixed with svn revision 993322. It'd be great if you could test this new script in your environment > whoami not in PATH on Solaris > ----------------------------- > > Key: AMQ-2899 > URL: https://issues.apache.org/activemq/browse/AMQ-2899 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.4.0 > Environment: SunOS wsfmaz03 5.10 Generic_142901-06 i86pc i386 i86pc > Reporter: Mateusz Pawlowski > Assignee: Dejan Bosanac > Fix For: 5.4.1 > > > bin/activemq script has reference to missing command > Standard PATH for Solaris is /bin:/usr/bin and these folders do not contain 'whoami' this is located in /usr/ucb/bin which is rarely set in PATH > I recommend use of $LOGNAME instead or detection of whoami location -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.