From owner-freebsd-stable@freebsd.org Mon Oct 8 05:32:45 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7DB410B373C for ; Mon, 8 Oct 2018 05:32:44 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EFB97A720 for ; Mon, 8 Oct 2018 05:32:44 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io1-xd35.google.com with SMTP id t7-v6so14904438ioj.13 for ; Sun, 07 Oct 2018 22:32:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=SBweXKuPh6iphc9rSz0eWpU3BOpgmTHeqV1jWhfFD7k=; b=JtuvF1wtRc6c8eFnXOlH3BcTcE+GYxsZD0nNWQMFDoZSUt52jm9CU58x/8uFqgXDt2 pSI7d0fRkj7qJp3kAHQOwQu9zasmUNFYyxF9ndHRSPE6WURkcjcwaeHZZneyJcoliTfd EX9/dFSlWRlMXCg+vKNly3f6WBoaETZsjcg/XB4H3CgF09Cxa4XY2s6Gr27otD+NG41s u2TKAm5u5pq7Q/CNDjagHk5nTmjLwbYMFjp6dR3l4uifA/uwA9+qNB0F1Kung5vVSa+z hH2zL6PI2wDOr8gRDFIlnCiAZBHqqxwhoxGPtwmV3kix1KnDU5nydlKnK+fPyhpWWnMj v2JQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SBweXKuPh6iphc9rSz0eWpU3BOpgmTHeqV1jWhfFD7k=; b=FgEae00f8ietX2FdQ0LiNMhZncKL45aFBTMps1PVuzOJ2PKlYEUzmrMBA5xK93vHM1 ghGuwKijdj4GJmdT7yFkllyGwzacv8g/vwFy38znuD9TIr6Ckee4tdTB+T5Z5dAtaHY5 Ygbf0nvO5HT4x3G0o6niHU5l5p1nU6BEHHLKQz2p+AWl7CORue7laUeZ4Csf8JeYROy/ o16bTUq+rLRk+zaApZUWs325WPa7fvCCtOWB10qJHq2Z5ClmvqggqYBaEHBDuIZAtkHO arpyr1zMy7bfa5Ri/WOd0VPX/qmiKomF1IocVFHQJpH6BFhz7OCqLm/jn4ubOINBl4rx 2B7Q== X-Gm-Message-State: ABuFfojYGgx0AdpaYqxvHSzkqgVqtrAEpZDUYNWZVP8YpnOHfSW4AAQW kePtL56nyVmk0puSfgiSx7+hSMKD6ONrwn8hqt88qw== X-Google-Smtp-Source: ACcGV60LW5J+qNoZge+GXn3V1Yf/yokHy3iihkD6LFlBwBbn6e6epwkOA7eEp0e/NMxb6deMQzhTGVE+CUaw9JVAn8o= X-Received: by 2002:a6b:3902:: with SMTP id g2-v6mr14681148ioa.168.1538976763623; Sun, 07 Oct 2018 22:32:43 -0700 (PDT) MIME-Version: 1.0 References: <0ca6d0d5-4e18-adbe-8b33-090d6ef66067@codelibre.net> <20181008052129.GH21091@server.rulingia.com> In-Reply-To: <20181008052129.GH21091@server.rulingia.com> From: Warner Losh Date: Sun, 7 Oct 2018 23:32:32 -0600 Message-ID: Subject: Re: dmesg submission service -- please submit today To: Peter Jeremy Cc: rleigh@codelibre.net, FreeBSD-STABLE Mailing List Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 05:32:45 -0000 On Sun, Oct 7, 2018 at 11:23 PM Peter Jeremy wrote: > On 2018-Oct-07 23:41:43 +0000, Roger Leigh wrote: > >Out of interest, has FreeBSD considered implementing an equivalent of > >Debian's "popularity-contest" package, which periodically submits > >anonymised lists of installed packages? On FreeBSD this could be from > >the pkg database, and could also include hardware information. > > There's ports/sysutils/bsdstats but I'm not sure how popular that is. > It appears to be broken :( Warner