Re: A question of lock usage in OpenBSD kernel code

2017-07-03 Thread J Doe
>>> On 2017/6/23 23:59, Ted Unangst wrote: >>> >>> Jia-Ju Bai wrote: Hi, I am a freshman in developing OpenBSD drivers, and I have a question in lock usage in OpenBSD kernel code. Hi, I have a more basic question regarding OpenBSD development (not kernel). I would

Re: Trivial bug in installer's .profile

2017-07-03 Thread Robert Peichaer
On Sat, Jun 03, 2017 at 01:00:37PM +0300, cho...@jtan.com wrote: > Job control is disabled prior to setting up the auto-install timeout. It > is then re-disabled when the timer has been started. > > The second set +m should be set -m or be removed. > > # Stop monitoring

Re: Can I use OpenBSD in a virtual machine, for example, VirtualBox?

2017-07-03 Thread J Doe
On Jul 3, 2017, at 3:51 PM, Predrag Punosevac wrote: > Somebody hiding behind pseudonim J Doe wrote: > OpenBSD runs fine on AWS thanks to the work of Mike Belopuhov, Antoine > Jacoutot, and many other people which I am not mentioning. Currently I > am not running it so I

Re: Can I use OpenBSD in a virtual machine, for example, VirtualBox?

2017-07-03 Thread Predrag Punosevac
Somebody hiding behind pseudonim J Doe wrote: > > > On 27 Jun 2017 10:45 am, "Stuart Henderson" wrote: > > > > > > > On 2017-06-26, Josh Stephens wrote: > > > > I could be wrong when I say this but the only gotcha that you will run > > > into > > > >

Re: OpenBSD 6.1 on Toshiba Satellite SM30-612

2017-07-03 Thread Roderick
Well, with old manual configuration of X11 and guessing some parameters I get sharper fonts with nv driver. But with nv and vesa driver there is other problem: If I type a little fast for example in xterm, vi or emacs, characters get repeated many times like thiiis. I have never

Re: Can I use OpenBSD in a virtual machine, for example, VirtualBox?

2017-07-03 Thread J Doe
>> On 27 Jun 2017 10:45 am, "Stuart Henderson" wrote: >> >>> On 2017-06-26, Josh Stephens wrote: >>> I could be wrong when I say this but the only gotcha that you will run >> into >>> with virtual box will be the guest additions. >> >> Does virtualbox

Re: Libressl issue verifying self-signed certs with tls-auth and Openvpn

2017-07-03 Thread Joel Sing
On Tuesday 20 June 2017 23:26:10 Andrew Lemin wrote: > Hi, > > Sadly in my testing it seems that CVE-2017-8301 ( > http://seclists.org/oss-sec/2017/q2/145) is still broken with the > latest LibreSSL > (2.5.4) and OpenVPN 2.4.2. > > Here is someone else reporting the same issue; >

Re: Bioctl rounds doesn't appear to affect the passphrase time?

2017-07-03 Thread Joel Sing
On Sunday 25 June 2017 22:28:17 Kevin Chadwick wrote: > Doh... Yeah, starting from scratch with -r works. I guess quickly finding > how long rounds take is not quite as easy as bioctl -d and try again. The number of rounds can also be changed when you change the passphrase on an existing

Re: Kernel relink failed

2017-07-03 Thread Theo Buehler
On Mon, Jul 03, 2017 at 01:05:19PM +0300, Kapetanakis Giannis wrote: > On 03/07/17 12:45, Paul de Weerd wrote: > > On Mon, Jul 03, 2017 at 11:52:09AM +0300, Kapetanakis Giannis wrote: > > | Hi, > > | > > | I've got this today after applying Jul 2 snapshot > > | > > | sha256: cannot open

Re: Kernel relink failed

2017-07-03 Thread Kapetanakis Giannis
On 03/07/17 12:45, Paul de Weerd wrote: > On Mon, Jul 03, 2017 at 11:52:09AM +0300, Kapetanakis Giannis wrote: > | Hi, > | > | I've got this today after applying Jul 2 snapshot > | > | sha256: cannot open /var/db/kernel.SHA256: No such file or directory > | sha256: /bsd does not exist in

Re: Kernel relink failed

2017-07-03 Thread Theo Buehler
On Mon, Jul 03, 2017 at 11:52:09AM +0300, Kapetanakis Giannis wrote: > Hi, > > I've got this today after applying Jul 2 snapshot > > sha256: cannot open /var/db/kernel.SHA256: No such file or directory > sha256: /bsd does not exist in /var/db/kernel.SHA256 > > upgrade was "without the install

Re: Kernel relink failed

2017-07-03 Thread Paul de Weerd
On Mon, Jul 03, 2017 at 11:52:09AM +0300, Kapetanakis Giannis wrote: | Hi, | | I've got this today after applying Jul 2 snapshot | | sha256: cannot open /var/db/kernel.SHA256: No such file or directory | sha256: /bsd does not exist in /var/db/kernel.SHA256 | | upgrade was "without the install

Kernel relink failed

2017-07-03 Thread Kapetanakis Giannis
Hi, I've got this today after applying Jul 2 snapshot sha256: cannot open /var/db/kernel.SHA256: No such file or directory sha256: /bsd does not exist in /var/db/kernel.SHA256 upgrade was "without the install kernel" https://www.openbsd.org/faq/upgrade61.html#NoInstKern G

Re: What's changing the default route?

2017-07-03 Thread Mihai Popescu
> What could be causing the routing table to spontaneously change in this > manner without my intervention? If one can be sure that /sbin/route is invoked, you can alter this file name and make a script with this path where you can print other names or information about who is calling this. I'm