X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 0CD19DC006D for ; Sun, 8 May 2016 20:30:56 +0000 (UTC) Received: from mail-vk0-f68.google.com (mail-vk0-f68.google.com [209.85.213.68]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A8994DC0065 for ; Sun, 8 May 2016 20:30:55 +0000 (UTC) Received: by mail-vk0-f68.google.com with SMTP id s184so3912395vkb.0 for ; Sun, 08 May 2016 13:30:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=yKcwClj0BkMUPKvQhku+3Te8fsk3OjRUyihogQcyo+0=; b=Pj/lrK5pjrE/z50E5vewS0a5ruEeUb91D7SJZkBahAgrisaT9ghkwbbHQHY7ByRyOk Fp2dztVEn411jlZ12johdxuLFtLPiaI5nvV3pW4l8WB8QK9SqfJsk/umMVUhTnrhsjUI SEs8ZyKJHAZVKKFfTiD+rweOF6k9mJ5MZjDLM1E5TIyfis/l7sU15jLzZwg/VOix9m04 aO/BFiXPKyASUQKjjcl8bfCR273HF4iyKUttBxfsX5rtB10Png2Y57Tqgfekk7CAVZxj NsIN7iaC3jSQGifaSwYPrACRbF+TXanvz350X81/14hI7bGzt4hM3jAmRYuvpMBngS9O VKeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=yKcwClj0BkMUPKvQhku+3Te8fsk3OjRUyihogQcyo+0=; b=mAlvXwu2h2o72JhGWfDrXAMf6WaM73cAsi+b9AMYVZ25uMtJS65svlw+Mpx1QVZc00 Te/71KVUzcS0ZP4c+ige9cZy1mCbKjDXxRvRZJW4Xp8WRTADD4lKZieKGeQIt8XAgi3h MXy8srkxpMEROiC/xgTemnsMlG0fQ9v5rYe3nBqrZ3RIlwG88C3YrV85IKLkq7BHpI39 m5rq3r7+yU7Ew042RkxKaUi2wUQtJ2YI8uLNoMV3NBZaIOUrhjVH5khjGetcv94TA2bW ALkoS3Fk1kcLE4ECj47TtWiooLWbZhxU0nQe5K/D4mmUT4kn5D7Efp10+y1gpz+YWo5a eXeA== X-Gm-Message-State: AOPr4FU2sOG3Gf+qL8Z8bQg8nFytOO967XKfNpH/Q8X/AfyFx1NFC0BV/yJrc3+SGGgKI8lW6gmxUP7aWrdXCg== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.31.7.70 with SMTP id 67mr4628126vkh.82.1462739455011; Sun, 08 May 2016 13:30:55 -0700 (PDT) Received: by 10.103.125.196 with HTTP; Sun, 8 May 2016 13:30:54 -0700 (PDT) In-Reply-To: <20160508200757.GA10522@newbook> References: <20160508200757.GA10522@newbook> Date: Sun, 8 May 2016 17:30:54 -0300 Message-ID: Subject: Re: [alpine-devel] ping: ping is not a valid applet From: Alba Pompeo To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: ClamAV using ClamSMTP Nice workaround for now, thanks. I hope in the future it works on non-root user accounts too. On Sun, May 8, 2016 at 5:07 PM, Isaac Dunham wrote: > On Sun, May 08, 2016 at 01:36:17PM -0300, Alba Pompeo wrote: >> I'm on edge and receive this message when trying to ping an IP. >> ping: ping is not a valid applet >> Is there a fix? >> Thanks. >> Ciao. > > This is an issue I mentioned previously, where bbsuid no longer recognizes > ping as a valid command, but the symlink has not been updated to point to > busybox. > > Workaround: > rm -f /bin/ping && /bin/busybox --install -s > > Fix: > See attached patch. > > The sysctl settings shown are disabled/netdev (gid=28) only/everyone. > > HTH, > Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---