Date: Sun, 7 Oct 2018 11:15:29 +0200 From: Gary Jennejohn <gljennjohn@gmail.com> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: dmesg submission service -- please submit today Message-ID: <20181007111529.5b754ab9@ernst.home> In-Reply-To: <CANCZdfoGLq8Bk-Vk5C-yrTH3FYw72_28P1g6jR_HNF2RKmvKtw@mail.gmail.com> References: <CANCZdfr-JoK=_z4JXOXpM7Cqe%2BikaZK2qKTcOVo_d1NbOBsv5Q@mail.gmail.com> <CANCZdfoGLq8Bk-Vk5C-yrTH3FYw72_28P1g6jR_HNF2RKmvKtw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 6 Oct 2018 23:40:36 -0600 Warner Losh <imp@bsdimp.com> wrote: [snip original post] > This one-liner works to submit, though you'll need to change username, > email and maybe tweak the description if your system doesn't have decent > smbios entries. It's also x86 centric, since other systems won't have this > information as readily available. > > curl -v -d "nickname=$USER" -d "email=$USER@$(hostname)" -d > "description=FreeBSD/$(uname -m) on $(kenv smbios.system.maker) $(kenv > smbios.system.product)" -d "do=addd" --data-urlencode > 'dmesg@/var/run/dmesg.boot' > http://dmesgd.nycbug.org/index.cgi > On my system I would have to use smbios.planar.maker and smbios.planar.product because the corresponding smbios.system values are not filled in. Just a heads up for other users. This should be easy enough to check, since kenv will dump all its values, which allows a user to check what is really set. > Hope helps facilitate submission of entries. Thanks to Charles Sprickman > for the idea of using a curl one-liner. > -- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181007111529.5b754ab9>
