Re: bhyve OpenBSD guest crash on boot between #61 and #65

2019-07-02 Thread Jason Tubnor
On Tue, 25 Jun 2019 at 13:50, Jason Tubnor wrote: > > On Tue, 25 Jun 2019 at 12:25, Mike Larkin wrote: > >> On Mon, Jun 24, 2019 at 07:16:20PM -0700, guent...@openbsd.org wrote: >> >> > where it loaded the LAPIC register into %ecx and then tested that >> value; >> > now it combines them and does

Re: radeondrm hang details

2019-07-02 Thread Landry Breuil
On Fri, Jun 28, 2019 at 01:30:57PM +0200, Landry Breuil wrote: > On Tue, Jun 04, 2019 at 11:29:58AM +0200, Landry Breuil wrote: > > Hi, > > > > so i have this dell optiplex 960 with radeon hd 3450 which hangs since > > the drm update. For the first week, i had hangs with _x11 Xorg process > > in s

Re: Unable to make cross-tools for arm64 target

2019-07-02 Thread Krystian Lewandowski
> Wiadomość napisana przez Krystian Lewandowski w dniu > 01.07.2019, o godz. 21:50: > > I thought it would be a good idea to rebuild cross-tools because of LLVM > version bump > but - with recent src - I'm unable to do so: > $ doas make -f Makefile.cross TARGET=${target} CROSSDIR="${destdir}"

Re: Bypass doas password check with chroot

2019-07-02 Thread Ingo Schwarze
Hi Matthew, cho...@jtan.com wrote on Tue, Jul 02, 2019 at 11:43:13AM +0300: > This isn't a bug per se, Indeed not a bug. > more of an incongruity in how security-centric tools work wrt root, Sure. Different tools are different. In particular, in addition to major differences in behaviour tha

Bypass doas password check with chroot

2019-07-02 Thread chohag
This isn't a bug per se, more of an incongruity in how security-centric tools work wrt root, specifically doas and chroot/su/other: joe@drogo$ doas -s drogo# doas -u chohag -s doas (root@drogo) password: doas: Authorization failed drogo# chroot -u chohag / drogo$ ^D drogo# su -l cho