Return-Path: X-Original-To: apmail-mesos-user-archive@www.apache.org Delivered-To: apmail-mesos-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D30CF10784 for ; Thu, 19 Sep 2013 17:58:45 +0000 (UTC) Received: (qmail 83286 invoked by uid 500); 19 Sep 2013 17:58:45 -0000 Delivered-To: apmail-mesos-user-archive@mesos.apache.org Received: (qmail 83254 invoked by uid 500); 19 Sep 2013 17:58:44 -0000 Mailing-List: contact user-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mesos.apache.org Delivered-To: mailing list user@mesos.apache.org Received: (qmail 83216 invoked by uid 99); 19 Sep 2013 17:58:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 17:58:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbeck@netflix.com designates 209.85.220.44 as permitted sender) Received: from [209.85.220.44] (HELO mail-pa0-f44.google.com) (209.85.220.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 17:58:35 +0000 Received: by mail-pa0-f44.google.com with SMTP id fz6so9973775pac.3 for ; Thu, 19 Sep 2013 10:58:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netflix.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=ICLpmIkVLB2n/tloly5Is6XqUJhu8bnpZkcYUW/oVoc=; b=rmCV4+N63xhGNFj5OU16cYPb1bjgcC4vqjM+TiIp4Es5KWe6isOC09IYap3pA80+L9 ZdQTfnxm+yoIcAJdTDJ485iSv7V8TI5a/OtivVXVVSXg1NFlhGm1XmJ8e1Jxn9Y6aqTr mbBa70oM3JYGRv6sn5gaeNEeyLSFpiQliH4dQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=ICLpmIkVLB2n/tloly5Is6XqUJhu8bnpZkcYUW/oVoc=; b=blbkjc+Kzgnm9OGVoeRzJ6cxiFyB5u1KHmF8KKAj+fRXHeSHmZ8kn9NbNXujMRaXHY 2w2669tO+nL5rhj8ypxxkW7kBLvDuweVUb6z/yRr96Ul/P9NvzrLAMSpAmXoaMF+W4nG yFcM4eTaCr3niAMr92OTH+FyXKTAqMZOjxi/i9p+XIRcZVA92PZ8XyRQAcwHe2VpTYIA mQWFnAO59lJeNws39cV9ovW0U2X/JBg1P61BzKJh3AL4QpmuSYPtcZxgFNJ9MLDDUKG0 4rGfnnxoHQt+siHGPkdovJ598xh9zWFLJDsZ/LoRAieeySkO+wN4Pt0hPwhMtO5rgdye ZPXg== X-Gm-Message-State: ALoCoQm0STm37g5wLDjZBbnnrO37UmGYu1S2CjDAD7uEW4Cn2YHEaEKR/NSz22/3pNHjvQJM+wjG MIME-Version: 1.0 X-Received: by 10.68.172.3 with SMTP id ay3mr3333002pbc.5.1379613493573; Thu, 19 Sep 2013 10:58:13 -0700 (PDT) Received: by 10.66.221.201 with HTTP; Thu, 19 Sep 2013 10:58:13 -0700 (PDT) Date: Thu, 19 Sep 2013 10:58:13 -0700 Message-ID: Subject: mesos-slave.sh reporting Failed to load unknown flag 'native_library' From: Justin Becker To: user@mesos.apache.org Content-Type: multipart/alternative; boundary=047d7b10cfc536437e04e6c04ca9 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b10cfc536437e04e6c04ca9 Content-Type: text/plain; charset=ISO-8859-1 I've setup mesos 0.13.0 on mac osx 10.8.4 using Java 1.7.0_40 using the instructions from the README. Plus the hints from here, https://github.com/airbnb/chronos/blob/master/docs/FAQ.md The master starts up fine, Build: 2013-09-19 10:01:46 by jbeck I0919 10:17:03.554388 2107793792 main.cpp:115] Starting Mesos master I0919 10:17:03.554576 69791744 master.cpp:226] Master started on 10.2.179.9:5050 I0919 10:17:03.554620 69791744 master.cpp:241] Master ID: 201309191017-162726410-5050-71833 W0919 10:17:03.554761 70328320 master.cpp:81] No whitelist given. Advertising offers for all slaves I0919 10:17:03.555735 69791744 master.cpp:530] Elected as master! W0919 10:17:08.556380 68718592 master.cpp:81] No whitelist given. Advertising offers for all When I try to launch a slave the command line reports, 'Failed to load unknown flag 'native_library'' ./mesos-slave.sh --isolation=process --master=zk://10.2.179.9:5050 Failed to load unknown flag 'native_library' Any other users have a similar experience? Thanks, Justin --047d7b10cfc536437e04e6c04ca9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I've setup mesos 0.13.0 on mac osx 10.8.4 using Java 1= .7.0_40 using the instructions from the README. =A0Plus the hints from here= ,


The master starts up fine,

Build: 2013-09-19 10:01:46 by jbeck
I0919 10:17:03.554388 = 2107793792 main.cpp:115] Starting Mesos master
I0919 10:17:03.554620 69791744 master.cpp:241] Master ID: 201309191017= -162726410-5050-71833
W0919 10:17:03.554761 70328320 master.cpp:8= 1] No whitelist given. Advertising offers for all slaves
I0919 10= :17:03.555735 69791744 master.cpp:530] Elected as master!
W0919 10:17:08.556380 68718592 master.cpp:81] No whitelist given. Adve= rtising offers for all=A0

When I try to laun= ch a slave the command line reports, 'Failed to load unknown flag '= native_library''

./mesos-slave.sh --isolation=3Dprocess --master=3D= zk://10.2.179.9:5050
Faile= d to load unknown flag 'native_library'

<= div> Any other users have a similar experience?

T= hanks,
Justin
--047d7b10cfc536437e04e6c04ca9--