Re: Need an advice about DHCP IPv6 server software

2017-12-09 Thread Marc Peters
On Sat, Dec 09, 2017 at 01:50:37PM +0300, Denis wrote: > Can you share IPv6 part of PF.conf you're using for local network SLAAC? Did you even bother to open the link Claus send? There is everything neatly documented you need IPv6 wise to get it up and running with pf. hth, Marc

Re: Need an advice about DHCP IPv6 server software

2017-12-09 Thread obsd
Op 9-12-2017 om 16:03 schreef Marc Peters: On Sat, Dec 09, 2017 at 01:50:37PM +0300, Denis wrote: Can you share IPv6 part of PF.conf you're using for local network SLAAC? Did you even bother to open the link Claus send? There is everything neatly documented you need IPv6 wise to get it up and

Re: openbsd code coverage

2017-12-09 Thread Anders Andersson
On Sat, Dec 9, 2017 at 12:46 PM, Rupert Gallagher wrote: > Code Coverage? Type that into google instead, maybe you will get a better answer.

Re: Hellos from the Lands of Norway.

2017-12-09 Thread Anders Andersson
On Sat, Dec 9, 2017 at 5:21 AM, gwes wrote: > On 12/07/17 07:31, Ywe Cærlyn wrote: >> >> I saw AMDs "semi-custom" CPU email form and told them that I wanted a CPU, >> that is clockspeed oriented, not cores (might aswell be singlecore with high >> HZ), that could be using several

Re: Need an advice about DHCP IPv6 server software

2017-12-09 Thread Niels Kobschaetzki
Do you block icmp by any chance? For SLAAC and NDP you need not to block ICMP6. Niels > On 9. Dec 2017, at 11:50, Denis wrote: > > Erik, > > Thank you for your support. > > Can you share IPv6 part of PF.conf you're using for local network SLAAC? > > Still encounter

Re: DBD::mysql errors

2017-12-09 Thread Alceu Rodrigues de Freitas Junior
Em 09/12/2017 03:56, Edgar Pettijohn escreveu: I'm playing around with some perl cgi. I'm trying to use DBD::mysql but keep getting errors. There has been an error: install_driver(mysql) failed: Can't load '/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/DBD/mysql/mysql.so' for module

openbsd code coverage

2017-12-09 Thread Sergey Bronnikov
Hi, I'm working on measuring OpenBSD code coverage. The process still has drawbacks, but some results are already available. https://ligurio.github.io/openbsd-tests/6.2/coverage.html Sergey

Re: Hellos from the Lands of Norway.

2017-12-09 Thread Ywe Cærlyn
Den 12/9/2017 05:21, skrev gwes: On 12/07/17 07:31, Ywe Cærlyn wrote: I saw AMDs "semi-custom" CPU email form and told them that I wanted a CPU, that is clockspeed oriented, not cores (might aswell be singlecore with high HZ), that could be using several instruction macros (combining two or

Re: Need an advice about DHCP IPv6 server software

2017-12-09 Thread Denis
Erik, Thank you for your support. Can you share IPv6 part of PF.conf you're using for local network SLAAC? Still encounter problem with getting IPv6 by Win7 machine. Thanks. Denis On 12/8/2017 7:06 PM, obsd wrote: > Op 8-12-2017 om 15:07 schreef Jan Kalkus: >> For what it’s worth, I’ve

Re: openbsd code coverage

2017-12-09 Thread Rupert Gallagher
Code Coverage? Sent from ProtonMail Mobile On Sat, Dec 9, 2017 at 12:32, Sergey Bronnikov wrote: > Hi, I'm working on measuring OpenBSD code coverage. The process still has > drawbacks, but some results are already available. >

faketime / libfaketime equivalent in OpenBSD

2017-12-09 Thread x9p
Hi, was used to play with faketime under Debian. it uses LD_PRELOAD to report different time to applications. Is there something equivalent, or did it need to be ported? cheers. x9p

Re: For the super paranoid

2017-12-09 Thread Lampshade
News from Reddit: "AMD Listened to us, and added a PSP disable option in their new AGESA version!" Not my picture (Credit to u/repo_code), but https://drive.google.com/file/d/1b4p3d-gtHbFvkUbHYC8HSIviL-1ssC7V/view My Gigabyte AB350 Gaming 3 also has a bios based on the new agesa version,

Re: openbsd code coverage

2017-12-09 Thread x9p
On Sat, December 9, 2017 3:33 pm, Anders Andersson wrote: > On Sat, Dec 9, 2017 at 12:46 PM, Rupert Gallagher > wrote: >> Code Coverage? > > Type that into google instead, maybe you will get a better answer. > > Indeed redirecting @protonmail.com to /dev/null provides a much

Re: faketime / libfaketime equivalent in OpenBSD

2017-12-09 Thread Sergey Bronnikov
AFAIK OpenBSD provides statically compiled binaries and you cannot't substitute functions from LD_PRELOADed lib for these binaries. So libfaketime is useless for releases and snapshots built by the project. On 19:00 Sat 09 Dec , x9p wrote: > Hi, > > was used to play with faketime under Debian.

Re: openbsd code coverage

2017-12-09 Thread Base Pr1me
I only say this because I am extremely intoxicated. Will you please shut the fuck up? On Dec 9, 2017 17:08, "Rupert Gallagher" wrote: > Fuck you x9p anonymous coward. > > Sent from ProtonMail Mobile > > On Sat, Dec 9, 2017 at 23:02, x9p wrote: > > > On Sat,

Re: faketime / libfaketime equivalent in OpenBSD

2017-12-09 Thread x9p
On Sat, December 9, 2017 9:52 pm, Stuart Henderson wrote: > On 2017-12-09, Sergey Bronnikov wrote: >> AFAIK OpenBSD provides statically compiled binaries and you cannot't >> substitute functions from LD_PRELOADed lib for these binaries. >> So libfaketime is useless for

Re: DBD::mysql errors

2017-12-09 Thread Edgar Pettijohn
On Sun, Dec 10, 2017 at 12:01:42AM +, Stuart Henderson wrote: > On 2017-12-09, Edgar Pettijohn wrote: > > I'm playing around with some perl cgi. I'm trying to use DBD::mysql but > > keep getting errors. > > > > There has been an error: install_driver(mysql) failed:

Re: DBD::mysql errors

2017-12-09 Thread Stuart Henderson
On 2017-12-09, Edgar Pettijohn wrote: > I'm playing around with some perl cgi. I'm trying to use DBD::mysql but > keep getting errors. > > There has been an error: install_driver(mysql) failed: Can't load >

Re: openbsd code coverage

2017-12-09 Thread Rupert Gallagher
The meaningful term is "test coverage", where "test" is the name of a test. To make sense, you must say what you are testing AND how you are testing it. If you say "code coverage", you are just saying that you did not bother reading the papers, and you are just using a group of words without

Re: openbsd code coverage

2017-12-09 Thread Rupert Gallagher
Fuck you x9p anonymous coward. Sent from ProtonMail Mobile On Sat, Dec 9, 2017 at 23:02, x9p wrote: > On Sat, December 9, 2017 3:33 pm, Anders Andersson wrote: > On Sat, Dec 9, > 2017 at 12:46 PM, Rupert Gallagher > wrote: >> Code Coverage? > > Type that > into google instead,

Re: New default setup for touchpads in X

2017-12-09 Thread Christoph R. Murauer
Hello ! I tried the touchpad with -current #261 from Dec 8. But wsconsctl still reports mouse.type=synaptics. Should that be ? If it is as it should be, the touchpad worked as before (but I had not much time to play around with it). IMHO the touchpad on this machine is sometimes a kind of

Re: faketime / libfaketime equivalent in OpenBSD

2017-12-09 Thread Stuart Henderson
On 2017-12-09, Sergey Bronnikov wrote: > AFAIK OpenBSD provides statically compiled binaries and you cannot't > substitute functions from LD_PRELOADed lib for these binaries. > So libfaketime is useless for releases and snapshots built by the project. Very few binaries