Re: nmea/udcf recommendation

2021-08-02 Thread Brian Empson
Sounds like a good  driver to learn from for driver dev stuff. On 8/2/2021 6:11 PM, Christian Weisgerber wrote: > Jan Stary: > >> playing with ntpd a bit, I am looking for a working >> nmea or udcf sensor. Can people please recommend >> an easy to use device known to work? > The Gude mouseCLOCKs

udp sendto performance

2021-07-05 Thread Brian Empson
Hello, I'm writing an snmp poller and I can't seem to get past around 60k hosts (1 packet per host) in 2 seconds with sendto(). I'm using kqueue() and batching the packets as the socket becomes ready for writes (it's always ready as far as I can tell from debugging). I've done some profiling and

TTY Count

2021-06-18 Thread Brian Empson
What is the proper way to increase the number of TTYs available on the system? I have alot of users logged in on a machine and we run out of TTYs every once in awhile. Thanks, Brian

More than 200 users in a group

2019-09-11 Thread Brian Empson
I ran into a problem where I can only have 200 users per group. I was thinking about changing the static buffer size in the libc code, is there another way to get past the users per group limit? Thank you, Brian

Re: YP Alternative

2015-01-03 Thread Brian Empson
AM, David Gwynne wrote: On 2 Jan 2015, at 9:52 pm, Brian Empson br...@teamhandbanana.com wrote: I'm looking into a way to sync up group and user information across a network of OpenBSD machines. I like YP, except that I don't need the password hashes transferred across the network. I like

YP Alternative

2015-01-02 Thread Brian Empson
I'm looking into a way to sync up group and user information across a network of OpenBSD machines. I like YP, except that I don't need the password hashes transferred across the network. I like that it's built right into the base install, are there better ways to handle synchronizing login

Re: YP Alternative

2015-01-02 Thread Brian Empson
Thanks for all the ideas. It's given me avenues for testing. On 1/2/2015 5:32 PM, Craig Skinner wrote: On 2015-01-02 Fri 14:02 PM |, Christopher Barry wrote: I can't speak to ksh being 'better', but it may well be. Aye, not subject to bash's many security problems, such as #ShellShock

Re: OT:Password strength

2014-11-29 Thread Brian Empson
The latter, I would bet. On 11/29/2014 10:07 PM, Eric Furman wrote: OFF TOPIC. This has nothing to do with OpenBSD, but a lot of guys here know about this stuff. I've done some reading, but still not sure. OK, at the risk of looking stupid,which of these passwords is better; kMH65?3 or

Re: Android Studio

2014-09-26 Thread Brian Empson
Basic phones are distracting enough as it is, more so with all the widgets. I agree: call, sms. That's all I'd need anyway. It seems that the more we march forward the more we take for granted tech wise. We have processors that go into the Ghz range but it still feels sluggish. I guess I like

Heimdal base system configuration

2012-10-26 Thread Brian Empson
Hello, I'm trying to recompile heimdal with LDAP support, what are the config options used on the install for the base system version? I'm running OpenBSD current on i386. What I'm looking to do is install everything as it was on the base system, but with LDAP enabled. Thanks, Brian

Re: OpenBSD rocks

2012-10-14 Thread Brian Empson
, but worth it. Thanks, Brian From: Tomas Bodzar tomas.bod...@gmail.com To: Brian Empson brian_emp...@yahoo.com Cc: misc@openbsd.org misc@openbsd.org Sent: Sunday, October 14, 2012 2:52 AM Subject: Re: OpenBSD rocks On Sat, Oct 13, 2012 at 10:02 PM, Brian Empson

Heimdal

2012-10-14 Thread Brian Empson
Hello, What configure flags did the dev team use to compile heimdal as is included in the base system? Newer versions don't seem to compile cleanly and I was going to try to submit a patch to get the version a bit more up to date. Were there any patches that had to be applied beforehand with

Heimdal 1.4 Patch

2012-10-14 Thread Brian Empson
All, I have created a patch for heimdal 1.4 (http://www.h5l.org/dist/src/heimdal-1.4.tar.gz) that will allow it to compile properly. I know it's not the newest version, but it's at least somewhat newer. I'm still working on the latest version. To apply: -cd to the untar'd source directory

Re: Heimdal 1.4 Patch

2012-10-14 Thread Brian Empson
; +   otp_find_alg; +   local: +   *; +}; From: Brian Empson brian_emp...@yahoo.com To: misc@openbsd.org misc@openbsd.org Sent: Sunday, October 14, 2012 11:20 PM Subject: Heimdal 1.4 Patch All, I have created a patch for heimdal 1.4 (http

OpenBSD rocks

2012-10-13 Thread Brian Empson
Hello all, I've been trying out different BSDs and Linux distros over the past few weeks for a project, and hands down I like OpenBSD the best. I can't believe I'd never tried it before, I like the lack of bloat that you basically have to live with in a Linux system. Less problems getting it

Re: SSI

2012-09-28 Thread Brian Empson
Wow This mailing list is crazy From: noah pugsley noah.pugs...@gmail.com To: Russell Garrison russell.garri...@gmail.com Cc: misc@openbsd.org Sent: Friday, September 28, 2012 2:03 PM Subject: Re: SSI Before Al Gore invented the internet he invented the

SSI

2012-09-27 Thread Brian Empson
Hello OpenBSD world, Has there been/are there plan to include some SSI functionality for BSD? I've looked into Linux for this and the problem stems from the fact that the kernel has to be patched with the code to perform this functionality. The linux kernel, being a separate entity from the

Re: SSI

2012-09-27 Thread Brian Empson
. Thanks, Brian From: Otto Moerbeek o...@drijf.net To: Brian Empson brian_emp...@yahoo.com Cc: misc@openbsd.org misc@openbsd.org Sent: Thursday, September 27, 2012 4:38 PM Subject: Re: SSI On Thu, Sep 27, 2012 at 01:04:23PM -0700, Brian Empson wrote: Hello