Message WARNING: CHECK AND RESET THE DATE! in kvm guests

2020-05-25 Thread Carlos Lopez
Hi all, After upgrading four kvm guests to OpenBSD 6.7, I see the following messages when these guests starts: WARNING: clock gained 2 days WARNING: CHECK AND RESET THE DATE! All four guests are fully patched. Dmesg output: OpenBSD 6.7 (GENERIC) #1: Sat May 16 16:07:20 MDT 2020 r...@sysp

Re: Message WARNING: CHECK AND RESET THE DATE! in kvm guests

2020-05-25 Thread Otto Moerbeek
On Mon, May 25, 2020 at 07:53:47AM +, Carlos Lopez wrote: > Hi all, > > After upgrading four kvm guests to OpenBSD 6.7, I see the following messages > when these guests starts: > > WARNING: clock gained 2 days > WARNING: CHECK AND RESET THE DATE! This means the clock compared to the last

Re: Dovecot and multi-factor auth support

2020-05-25 Thread Stuart Henderson
On 2020-05-25, Darren S. wrote: > OpenBSD 6.6 amd64 > OpenSMTPD 6.6.0 > Dovecot 2.3.9.3 (9f41b88fa) > login_duo 1.11.2 > > I'm working with an OpenSMTPD/Dovecot installation that will support > users authenticating over the internet and I'm curious if any form of > multi-factor authentication is p

Re: 6.7 boot crashes on "entry point at" X1 Carbon gen7 i7-10510U

2020-05-25 Thread Otto Moerbeek
On Mon, May 25, 2020 at 08:29:56AM +0200, Otto Moerbeek wrote: > On Sun, May 24, 2020 at 09:46:09PM +0900, John Mettraux wrote: > > > On Sun, May 24, 2020 at 8:38 PM Otto Moerbeek wrote: > > > > > > On Sun, May 24, 2020 at 08:26:43PM +0900, John Mettraux wrote: > > > > > > > On Sun, May 24, 2020

Re: Dovecot and multi-factor auth support

2020-05-25 Thread Kevin Chadwick
>> Is there any sort of supported way of wiring up login_duo with >> OpenSMTPD and Dovecot, or using bsdauth in some way to enforce a >> second auth factor? > >bsdauth isn't really setup for multi factor, the only way I've seen >this >done is splitting the password field into a fixed-length OTP a

Re: 6.7 boot crashes on "entry point at" X1 Carbon gen7 i7-10510U

2020-05-25 Thread John Mettraux
On Mon, May 25, 2020 at 6:04 PM Otto Moerbeek wrote: > > On Mon, May 25, 2020 at 08:29:56AM +0200, Otto Moerbeek wrote: > > > On Sun, May 24, 2020 at 09:46:09PM +0900, John Mettraux wrote: > > > > > On Sun, May 24, 2020 at 8:38 PM Otto Moerbeek wrote: > > > > > > > > On Sun, May 24, 2020 at 08:26

Re: Distorted sound in 6.7

2020-05-25 Thread Maurice McCarthy
On 25/05/2020, Alexandre Ratchov wrote: > On Fri, May 22, 2020 at 12:35:06PM +0100, Maurice McCarthy wrote: >> Hi, >> >> Since installing 6.7 I've found that human voices in mpv or youtube >> sound either very quiet or as-if "under water" or bubbly. I was >> unable to cure this with sndioctl but

Problem with pkg_add -uv after 6.7 upgrade on i386

2020-05-25 Thread Paolo Aglialoro
Hello Folks, I just upgraded a PIII box freshly installed with 6.6 last month. Everything went right with sysupgrade (big kudos do devs). Problems started when upgrading installed packages, here follows the output of pkg_add -uv. What can this be? Thanks Pasha --

[tmux] 'send-keys' command behavior (Ctrl + Arrow keys) in post-6.7

2020-05-25 Thread Alessandro De Laurenzis
Greetings, Hope misc@ is the right place for this kind of issues, since I do not have enough info to fill in a proper bugs@ report. In both 6.7 and -current, when I issue (in tmux) 'cat -v' I see the following: - Left, Right, Up, Down keys: ^[[C ^[[D ^[[A ^[[B - C-Left, C-Right, C-Up, C-Do

Re: Why does OpenBSD still include Perl in its base installation?

2020-05-25 Thread Marc Espie
Another thing to consider: why is perl in the base system. Assume you need a script language, because writing everything in C is cumbersome. What are the choices ? - you need something under and acceptable licence, so python is out. (Artistic Licence is "close enough"); - you need something that

Re: FAQ/Multimedia: Burning CDs and DVDs

2020-05-25 Thread Sebastian Benoit
Stefan Wollny(stefan.wol...@web.de) on 2020.05.24 22:59:57 +0200: > Hi there! > > > I just noticed that the sections on burning CDs and DVDs are no longer > present in OpenBSD's FAQ related to multimedia. > > Is this intentional? probably yes > I didn't see anything on this on tech@ or misc@..

Re: Problem with pkg_add -uv after 6.7 upgrade on i386

2020-05-25 Thread Marc Espie
On Mon, May 25, 2020 at 01:01:07PM +0200, Paolo Aglialoro wrote: > Hello Folks, > > I just upgraded a PIII box freshly installed with 6.6 last month. > Everything went right with sysupgrade (big kudos do devs). > > Problems started when upgrading installed packages, here follows the output >

Re: Problem with pkg_add -uv after 6.7 upgrade on i386

2020-05-25 Thread Paolo Aglialoro
Thank you very much, maybe it was some kind of silent corruption due to old IDE disk, anyway pkg_check and then again pkg_add -u fixed all the trouble. I will keep this in mind, should it happen again. Have a nice day! On Mon, May 25, 2020 at 2:52 PM Marc Espie wrote: > On Mon, May 25, 2020 at

sysupgrade confused by additional disk?

2020-05-25 Thread Why 42? The lists account.
Hi All, I use sysupgrade to update to new snapshot versions (of 6.6). Brilliant! At some point I added a second (larger) disk to hold my user data (i.e. home). It seems that this new disk took over the name sd0 and the OpenBSD system disk itself became known as sd1. The OpenBSD OS still boots

rc.conf.local sorted?

2020-05-25 Thread Why 42? The lists account.
Hi All, After running sysupgrade to update from 6.6 (snapshot) to the newest version I noticed that the comments I added to /etc/rc.conf.local no longer made sense (if they ever did :)). It looks as if the file has been sorted e.g. > ... > # Also increase the number of -b(uffer) frames so as to

Re: rc.conf.local sorted?

2020-05-25 Thread Antoine Jacoutot
On Mon, May 25, 2020 at 03:22:11PM +0200, Why 42? The lists account. wrote: > > Hi All, > > After running sysupgrade to update from 6.6 (snapshot) to the newest > version I noticed that the comments I added to /etc/rc.conf.local no > longer made sense (if they ever did :)). > > It looks as if th

6.7 feature: dt(4), a driver and framework for Dynamic Profiling ...

2020-05-25 Thread Why 42? The lists account.
Hi Again, Couple of points regarding this new feature: > Imported dt(4), a driver and framework for Dynamic Profiling, and an > accompanying bug tracer that speaks the dt(5) language. What is this "bug tracer" executable called? So far I have been unable to find it :( Could it be that this is

Kernel relinking on old boxen at every boot

2020-05-25 Thread ULF
Hello Devs, I followed, some time ago, the proposal of a user who suggested a diff for an "opt out" of KARL to be placed in /etc/rc.conf.local, proposal which which wasn't welcomed well. While agreeing that on servers and modern machines this is a great security feature which implies quite a smal

Re: Kernel relinking on old boxen at every boot

2020-05-25 Thread Otto Moerbeek
On Mon, May 25, 2020 at 05:35:17PM +0200, ULF wrote: > Hello Devs, > > I followed, some time ago, the proposal of a user who suggested a diff for > an "opt out" of KARL to be placed in /etc/rc.conf.local, proposal which > which wasn't welcomed well. > > While agreeing that on servers and modern

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread flint pyrite
You probably should check for wifi compatibility. On Sun, May 24, 2020 at 9:50 PM Digital Crow wrote: > Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd > I have problems with freebsd i can't run xorg it has a problem with efi > framebuffer and amdgpu driver. > It seems

Re: Kernel relinking on old boxen at every boot

2020-05-25 Thread Nick Holland
On 2020-05-25 11:35, ULF wrote: ... > My question is: > > considering that an opt out option has been already turned down, could at > least old architectures be benefited of a "delay" option e.g. like tune2fs > sets a fsck every n-th boot, could KARL, just for very old machines be > tuned, say, to

Re: sysupgrade confused by additional disk?

2020-05-25 Thread Nick Holland
On 2020-05-25 10:21, Why 42? The lists account. wrote: ,,, > At some point I added a second (larger) disk to hold my user data (i.e. > home). It seems that this new disk took over the name sd0 and the OpenBSD > system disk itself became known as sd1. yep. Things like that are where the duids came

Re: Kernel relinking on old boxen at every boot

2020-05-25 Thread Theo de Raadt
Otto Moerbeek wrote: > I run > > nice /usr/libexec/reorder_kernel & > > And my landisk is usable from the start. I don't even tweak my landisk. These machines are 30% the performance of the OP's complaint. I don't see any reason to change the way it works.

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread Charlie Burnett
Ryzen 3 Vega is based on the Raven architecture, which has worked for me on machines before so I'm not sure you'd have much issue with it, I'd imagine it'd just work "out of the box". Wireless is up in the air, since the card didn't seem to be listed on the specifications online. On Mon, May 25, 2

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread David McMackins
I've seen other reports that the new Vega graphics don't work with the amdgpu driver. I'd be curious to know your results. Can't hurt to try anyway. Regards, David E. McMackins II www.mcmackins.org www.delwink.com On 5/25/20 12:12 PM, Charlie Burnett wrote: > Ryzen 3 Vega is based on the Raven

Sending IPv6 packets via an interface even when NDP is not available

2020-05-25 Thread Demi M. Obenour
How can I force all IPv6 packets sent via a certain route to: - Be directed out of a certain interface - Sent to a certain MAC address - Regardless of whether NDP works? I don’t know the peer’s IPv6 address, but I do know the interface and MAC address. Sincerely, Demi signature.asc Descripti

Re: Howto change login mechanism on OpenBSD

2020-05-25 Thread Valdrin MUJA
Hello Again, Actually I updated the /etc/ttys file and add my program instead of getty. However, after boot, there was still OpenBSD login prompt before my program started.  On the other hand, I tried chpass -s $myprogram $user, but still I'm faced with the same problem again, there was OpenBS

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread Raymond, David
I run Vega 3 graphics on desktops. There are a few quirks, the most important being to turn off the hardware cursor. If I read the upgrade notice for 6.7 correctly, the cursor problem may be fixed in that version. Don't know about wireless. You may have to get a usb wireless dongle. I had terr

Re: Dovecot and multi-factor auth support

2020-05-25 Thread fRANz
On Mon, May 25, 2020 at 3:29 AM Darren S. wrote: > OpenBSD 6.6 amd64 > OpenSMTPD 6.6.0 > Dovecot 2.3.9.3 (9f41b88fa) > login_duo 1.11.2 > > I'm working with an OpenSMTPD/Dovecot installation that will support > users authenticating over the internet and I'm curious if any form of > multi-factor a

qemu/kvm viornd0 problems with OpenBSD 6.7

2020-05-25 Thread Steffen Nurpmeso
Hello! Ya, thanks!, i am doing my OpenBSD 6.7 today! I have switched to use "-device virtio-rng-pci" in qemu not too long ago after figuring out it works quite nice and almost everybody seems to support it. It is detected just fine for OpenBSD 6.4 .. 6.6, but OpenBSD 6.7 causes qemu/kvm to abort

Re: qemu/kvm viornd0 problems with OpenBSD 6.7

2020-05-25 Thread Steffen Nurpmeso
Hello once again. Steffen Nurpmeso wrote in <20200525221543.zdgwt%stef...@sdaoden.eu>: |Ya, thanks!, i am doing my OpenBSD 6.7 today! | |I have switched to use "-device virtio-rng-pci" in qemu not too |long ago after figuring out it works quite nice and almost |everybody seems to support it.

About OpenBSD OpenFlow status

2020-05-25 Thread Antonius Bekasi
Hi OpenBSD Folks,     I am concerned about the activeness of OpenBSD's openflow support. In fact, I think a clean coded, secure operating system like OpenBSD will be very successful in SDN. Yes, I know openflow is perhaps only 5% of the SDN concept. But OpenBSD is constantly making progres