Re: Value of eax register after BIOS interrupt call from boot(8)

2019-11-08 Thread Theo de Raadt
Philip Guenther wrote: > No, it should be the other way, moving the “clear NT flag” block down after > the “save registers into save area” block Ah. Index: arch/amd64/stand/libsa/gidt.S === RCS file:

Re: Value of eax register after BIOS interrupt call from boot(8)

2019-11-08 Thread Philip Guenther
On Friday, November 8, 2019, Theo de Raadt wrote: > Philip Guenther wrote: > > > Since we're unlikely to do _more_ with BIOS calls in the boot loader, my > > inclination would be to eliminate the structure value and the code that > > sets it (incorrectly). Opinions? > > I dunno, my crystal

Re: Value of eax register after BIOS interrupt call from boot(8)

2019-11-08 Thread Theo de Raadt
Philip Guenther wrote: > Since we're unlikely to do _more_ with BIOS calls in the boot loader, my > inclination would be to eliminate the structure value and the code that > sets it (incorrectly). Opinions? I dunno, my crystal ball provides a more cynical outlook. How about we just repair by

Re: Tools for writers

2019-11-08 Thread Steve Litt
On Wed, 6 Nov 2019 15:36:42 + Oliver Leaver-Smith wrote: > Thanks everyone for recommendations, I think I am just going to use > VimOutliner for development and outlining. The use case I have is for > a novel which should require less formatting than a technical book, > so I should be able

Re: More fun with IPv6 route(8) output

2019-11-08 Thread Alarig Le Lay
Since the matching route is ::/0, it does make sense to me to print this error message. The /128 route doesn’t exist. However, I’m getting an error about ::/0 guinch# route -n get 2a00:5884:102:1::/64 route to: 2a00:5884:102:1:: destination: 2a00:5884:102:1:: mask:

More fun with IPv6 route(8) output

2019-11-08 Thread David Higgs
Last year, I reported some confusing behavior with route(8), which was kindly resolved with both an immediate workaround and code improvements. https://marc.info/?l=openbsd-misc=152712936731762=2 I now realize that I am experiencing the reverse problem in 6.6, in that I cannot resolve any IPv6

Re: is the cavium octeon able to do IP offloading?

2019-11-08 Thread Stuart Henderson
On 2019-11-08, Peter J. Philipp wrote: > Hi, > > I have a Unifi Security Gateway that replaced an ER-8 because the latter > was too loud after all. I have a 100/40 VDSL connection and in tests with > pppoe and routing from cnmac0 to cnmac1 gets me ~90 Mbit/s download. I want > to claim that

Re: pkg_info -Q bug?

2019-11-08 Thread Dumitru Moldovan
On Fri, Nov 08, 2019 at 08:04:45PM +, Raf Czlonka wrote: On Fri, Nov 08, 2019 at 05:45:23PM GMT, Dumitru Moldovan wrote: Hi misc, I see pkg_info's man page says: -Q query Show all packages in $PKG_PATH which match the given query. Trying in 6.6 to find the Python module

Re: OpenBSD and solid state disks

2019-11-08 Thread Raymond, David
At least with a total failure you know something is wrong, whereas with a functioning but flaky SSD, you could be experiencing a slow drip of bit rot. I guess that this is another possible reason to avoid TLC and QLC drives. Dave On 11/8/19, Chris Cappuccio wrote: > Raymond, David

Re: pkg_info -Q bug?

2019-11-08 Thread Raf Czlonka
On Fri, Nov 08, 2019 at 05:45:23PM GMT, Dumitru Moldovan wrote: > > Hi misc, > > I see pkg_info's man page says: > >-Q query >Show all packages in $PKG_PATH which match the given query. > > Trying in 6.6 to find the Python module "mysqlclient", I get the > following puzzling

Re: OpenBSD and solid state disks

2019-11-08 Thread Chris Cappuccio
Raymond, David [david.raym...@nmt.edu] wrote: > Thanks for the insight on SSDs -- sounds like there is not much of an > issue with modern drives. > If write endurance is a concern, you can buy higher grade SSDs that have constant latency (at the expense of max speed) and a lot of extra flash. I

is the cavium octeon able to do IP offloading?

2019-11-08 Thread Peter J. Philipp
Hi, I have a Unifi Security Gateway that replaced an ER-8 because the latter was too loud after all. I have a 100/40 VDSL connection and in tests with pppoe and routing from cnmac0 to cnmac1 gets me ~90 Mbit/s download. I want to claim that last 10% somehow and I have hacked the if_pppoe.c

Battery widget in lxqt?

2019-11-08 Thread Raymond, David
I installed the lxqt desktop package on my X1 Carbon laptop and everything worked ok except that the panel widget for monitoring the battery was not in the list of available widgets. (Important for laptop users.) Is this just an oversight or (1) is there a good reason for this, or (2) am I just

Re: Random reboot PRC H330 raid controller Openbsd6.5

2019-11-08 Thread Mohamed LAROUCI
Ok, we thought is has something with openbsd drivers. Thank's for your reply. Le 08/11/2019 à 17:03, Otto Moerbeek a écrit : On Fri, Nov 08, 2019 at 04:31:54PM +0100, Mohamed LAROUCI wrote: Hi Folks, I'd like to share our experience/troubles  that we are experiencing with 4 PowerEdge R230

Re: Random reboot PRC H330 raid controller Openbsd6.5

2019-11-08 Thread Otto Moerbeek
On Fri, Nov 08, 2019 at 04:31:54PM +0100, Mohamed LAROUCI wrote: > Hi Folks, > > I'd like to share our experience/troubles  that we are experiencing with 4 > PowerEdge R230 for few months. > > Our servers are running Openbsd 6.5 OS and we have had several system > freezes (where only a hard

Re: Random reboot PRC H330 raid controller Openbsd6.5

2019-11-08 Thread xpetrl
Hi, We have the same server running FreeBSD but the Perc card is configured to pass through (ZFS). No problem so far, uptime 145 days. We identified the source of theses freezes, so that every time the servers hanged, we find the error below in the Raid H330 logs. "Assertion failure in

pkg_info -Q bug?

2019-11-08 Thread Dumitru Moldovan
Hi misc, I see pkg_info's man page says: -Q query Show all packages in $PKG_PATH which match the given query. Trying in 6.6 to find the Python module "mysqlclient", I get the following puzzling results: $ pkg_info -Q mysql php-mysqli-7.2.24 php-mysqli-7.3.11 php-pdo_mysql-7.2.24

Random reboot PRC H330 raid controller Openbsd6.5

2019-11-08 Thread Mohamed LAROUCI
Hi Folks, I'd like to share our experience/troubles  that we are experiencing with 4 PowerEdge R230 for few months. Our servers are running Openbsd 6.5 OS and we have had several system freezes (where only a hard reboot fixed the problem). We identified the source of theses freezes, so

pvclock stability

2019-11-08 Thread Ian Gregory
Hi Since the 6.6 release I've been experimenting with using pvclock as the selected timecounter on a virtual machine running under vmm. Both the host and guest are running 6.6-stable (the environment is provided by openbsd.amsterdam). With 6.5 and the tsc source, the clock would drift linearly

Re: build error on octeon, 6.6

2019-11-08 Thread Janne Johansson
I wonder if this part is relevant: c++: error: unable to execute command Is there any permissions on /net that prevents execution? I seems it wants to run stuff from here: ... *** Error 254 in /net/sirius/temp/routie-build/6.6/src/gnu/usr.bin/clang/libLLVM (:67 'AMDGPUTargetMachine.o': @c++ -O2

Re: build error on octeon, 6.6

2019-11-08 Thread Christian Groessler
On 2019-11-08 14:15, Christian Groessler wrote: I've added 8GB swap, but am still getting the same error: I've noticed that my /tmp partition might be too small (64M). I'm going to reinstall with bigger /tmp (1GB) and try again... regards, chris

Re: build error on octeon, 6.6

2019-11-08 Thread Christian Groessler
On 2019-11-07 09:42, Janne Johansson wrote: A while back when I needed/wanted to build ports-llvm on ERL, I added some 8G of swap over NFS (to an ssd-x86_64 server) which helps with large builds. Takes ages, but works. I've added 8GB swap, but am still getting the same error:

Re: Problems with route installation to fib from OSPF

2019-11-08 Thread Joao Alves
Hi Remi, Just tried with 1 FW and static route, yes it's still reproducible. The previous e-mail outputs were all related to my lab, when you see IP's like 192.168.98.x, it's lab. Regarding host1/2 interface configs: Host1: host1# more /etc/hostname.em0

Re: Moving IKED certificates between routers

2019-11-08 Thread Stuart Henderson
On 2019-11-08, radek wrote: > Hello, > > I'm going to replace 6.5 router with new 6.6 box. Is it necessary to generate > new iked certificates in every new installation or there is a way to move and > use "old" certificates in new install? Road warriors would be happy with that. > > Thank you

Moving IKED certificates between routers

2019-11-08 Thread radek
Hello, I'm going to replace 6.5 router with new 6.6 box. Is it necessary to generate new iked certificates in every new installation or there is a way to move and use "old" certificates in new install? Road warriors would be happy with that. Thank you for guiding me on this journey. --