From owner-freebsd-stable@freebsd.org Tue Aug 18 13:09:30 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58F7F9BB2E9 for ; Tue, 18 Aug 2015 13:09:30 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from smtp.mimar.rs (smtp.mimar.rs [193.53.106.135]) by mx1.freebsd.org (Postfix) with ESMTP id 0AA6516D0 for ; Tue, 18 Aug 2015 13:09:29 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from vscan.mimar.rs (vscan.mimar.rs [193.53.106.134]) by smtp.mimar.rs (Postfix) with ESMTP id 7A44A89A82 for ; Tue, 18 Aug 2015 15:09:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1439903367; x= 1441717768; bh=bsZ8xcncUV3JssErIbMfYVhEdBwIo4PTLQBPvohHFlg=; b=H 48teT8iKXMaO+VNR/+Rt2dw3q/6gN5sVep+9M1Z4fqB6ung1jnp3AX2G2/QiiRS9 P/VD+rp6cwLPHVj9gAi9mutloqPcQHuk/AwZ0nw/kBgFedHw31XH266kcReQe095 0EkSKLRw0GnfZWEGlr6eFKKH9wR+RoDbbzlYvoJEBM= X-Virus-Scanned: amavisd-new at mimar.rs Received: from smtp.mimar.rs ([193.53.106.135]) by vscan.mimar.rs (vscan.mimar.rs [193.53.106.134]) (amavisd-new, port 10026) with ESMTP id ioS1FEh9ufuw for ; Tue, 18 Aug 2015 15:09:27 +0200 (CEST) Received: from efreet (unknown [193.53.106.34]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by smtp.mimar.rs (Postfix) with ESMTPSA id B3E76898DA for ; Tue, 18 Aug 2015 15:09:27 +0200 (CEST) Date: Tue, 18 Aug 2015 15:09:24 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: FreeBSD Stable Subject: ping from web application Message-ID: <20150818150924.5e9bef04@efreet> Organization: mimar X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 13:09:30 -0000 Hi, I use web applicaton (net-mgmt/phpipam) which should have the ability to check hosts' availability via ping. I can even specify path to ping executable. This functionality does not work on FreeBSD by default, and suggested workaround is to set setuid bit on /sbin/ping. I don't like to modify permissions of base files. Is there an alternative solution? e.g. a port? Thank you in advance, --=20 Marko Cupa=C4=87 https://www.mimar.rs/