Re: Hoping to donate/sell a Talos II motherboard

2023-02-28 Thread Jeffrey Walton
On Tue, Feb 28, 2023 at 7:46 PM wrote: > > My friend has a spare Talos II motherboard that is currently sitting in his > house > in Indiana USA collecting dust. > > https://www.raptorcs.com/TALOSII/ > > I have convinced him to donate/sell it to an open source project or developer. > > I reached o

Install latest package without prompts on OpenBSD 7.0

2022-01-09 Thread Jeffrey Walton
Hi Everyone, I am working on OpenBSD 7.0, x86_64. I'm trying to script an install of developer tools I use, like GCC and Git. When I attempt to install GCC I am prompted: $ sudo pkg_add gcc g++ quirks-4.54 signed on 2022-01-09T19:08:35Z Ambiguous: choose package for gcc a0:

Re: How to test for FORTIFY_SOURCE?

2020-03-18 Thread Jeffrey Walton
On Wed, Mar 18, 2020 at 11:25 AM Andreas Kusalananda Kähäri wrote: > > On Wed, Mar 18, 2020 at 10:59:21AM -0400, Jeffrey Walton wrote: > > On Wed, Mar 18, 2020 at 4:26 AM Stuart Henderson > > wrote: > > > > > > On 2020-03-18, Jeffrey Walton wrote:

Re: How to test for FORTIFY_SOURCE?

2020-03-18 Thread Jeffrey Walton
On Wed, Mar 18, 2020 at 4:26 AM Stuart Henderson wrote: > > On 2020-03-18, Jeffrey Walton wrote: > > According to https://man.openbsd.org/NetBSD-8.1/security.7#FORTIFY_SOURCE > > OpenBSD implements glibc bounds checking on certain functions. I am > > trying to detec

How to test for FORTIFY_SOURCE?

2020-03-17 Thread Jeffrey Walton
According to https://man.openbsd.org/NetBSD-8.1/security.7#FORTIFY_SOURCE OpenBSD implements glibc bounds checking on certain functions. I am trying to detect FORTIFY_SOURCE without looking up operating system names and versions. The following code works for Linux, but fails under OpenBSD (it is p

Re: LibreSSL vs. OpenSSL enc command

2019-12-04 Thread Jeffrey Walton
On Wed, Dec 4, 2019 at 1:05 PM Dieter Rauschenberger wrote: > > i have encrypted several documents with > > openssl enc -aes-256-cbc -e < FOO > FOO.aes256 > > This was serveral years ago before Libressl was invented. Now I wanted > to decrypt the docs with: > > openssl enc -aes-256-cbc -d < FOO.ae

Re: How to achieve O_TTY_INIT when opening a USB modem?

2019-11-25 Thread Jeffrey Walton
On Sun, Nov 24, 2019 at 10:10 PM Philip Guenther wrote: > > On Sun, Nov 24, 2019 at 3:11 AM Jeffrey Walton wrote: >> >> I am struggling to get a USB modem and terminal configured properly >> under OpenBSD. The same code on Linux is fine. The symptom I am seeing >>

Re: How to achieve O_TTY_INIT when opening a USB modem?

2019-11-24 Thread Jeffrey Walton
On Sun, Nov 24, 2019 at 11:01 PM Philip Guenther wrote: > > On Sun, Nov 24, 2019 at 7:53 PM Jeffrey Walton wrote: >> >> On Sun, Nov 24, 2019 at 10:10 PM Philip Guenther wrote: >> > >> > On Sun, Nov 24, 2019 at 3:11 AM Jeffrey Walton wrote: >> >&

How to achieve O_TTY_INIT when opening a USB modem?

2019-11-24 Thread Jeffrey Walton
I am struggling to get a USB modem and terminal configured properly under OpenBSD. The same code on Linux is fine. The symptom I am seeing is a hung read() after issuing ATZ\r to the modem. I'm guessing there's an uninitialized field in my struct termios tty. The latest Posix provides O_TTY_INIT t

Re: pkg_add hung?

2013-09-15 Thread Jeffrey Walton
On Sun, Sep 15, 2013 at 9:48 AM, Maxime wrote: > Le 15/09/2013 15:25, Jeffrey Walton a écrit : >> On Sun, Sep 15, 2013 at 8:28 AM, Roman Gorelov wrote: >>>> Jeffrey Walton writes: >>>>> Mt bad. That was the mirror. Here's the full PKG_PATH (from the

Re: pkg_add hung?

2013-09-15 Thread Jeffrey Walton
On Sun, Sep 15, 2013 at 8:28 AM, Roman Gorelov wrote: >> Jeffrey Walton writes: >> > Mt bad. That was the mirror. Here's the full PKG_PATH (from the >> > capture): ftp://mirror.jmu.edu/pub/OpenBSD/OpenBSD/5.3.packages/amd64/ >> > (with the trailing slash). &

Re: pkg_add hung?

2013-09-15 Thread Jeffrey Walton
On Sun, Sep 15, 2013 at 6:24 AM, Jeffrey Walton wrote: > On Sun, Sep 15, 2013 at 6:21 AM, Maxime wrote: >> Le 15/09/2013 12:08, Jeffrey Walton a écrit : >>> Before I spend my time and the list's time on this issue, I've read >>> 15.1 and 15.2 from http://w

Re: pkg_add hung?

2013-09-15 Thread Jeffrey Walton
On Sun, Sep 15, 2013 at 6:21 AM, Maxime wrote: > Le 15/09/2013 12:08, Jeffrey Walton a écrit : >> Before I spend my time and the list's time on this issue, I've read >> 15.1 and 15.2 from http://www.openbsd.org/faq/faq15.html#PkgMgmt. >> >> The command show

pkg_add hung?

2013-09-15 Thread Jeffrey Walton
Before I spend my time and the list's time on this issue, I've read 15.1 and 15.2 from http://www.openbsd.org/faq/faq15.html#PkgMgmt. The command show at http://postimg.org/image/ke2g1wlb9/55c1891b/ attempted to install 'subversion'. Its been running for about 6 hours, so believe something is wron

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 10:08 PM, Philip Guenther wrote: > On Sat, Sep 14, 2013 at 7:00 PM, Jeffrey Walton wrote: > ... >> Yeah, I should have taken a screen capture. I don't use the mail >> program too often (its been years since I've had to), so it was not a >

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 9:47 PM, Marc Espie wrote: > On Sat, Sep 14, 2013 at 09:28:07PM -0400, Jeffrey Walton wrote: >> On Sat, Sep 14, 2013 at 9:20 PM, Brian McCafferty >> wrote: >> > On 09/14/13 18:41, Jeffrey Walton wrote: >> >> >> > >&g

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 9:52 PM, Ted Unangst wrote: > On Sat, Sep 14, 2013 at 20:14, Jeffrey Walton wrote: > >> I really don't get why this shit is so f**k'ing difficult. How is >> running around with a root terminal open more secure than exec'ing one >> c

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 9:20 PM, Brian McCafferty wrote: > On 09/14/13 18:41, Jeffrey Walton wrote: >> > > Just in case you didn't notice, when you first install you should have mail. > $mail > It will describe reading "afterboot" and many other things, e

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
th a root terminal open more secure than exec'ing one command under sudo??? Thanks for the advice. Jeff On Sat, Sep 14, 2013 at 7:53 PM, Shawn K. Quinn wrote: > On Sat, Sep 14, 2013, at 06:47 PM, Martin Schröder wrote: >> 2013/9/15 Jeffrey Walton : >> >> man visud

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 7:08 PM, Martin Schröder wrote: > 2013/9/15 Jeffrey Walton : >> I wanted to add myself to the sudo group. > > man sudo It appears to lack information on adding a user (I went through this man page before asking the question). Then, I went to the web a

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 7:11 PM, Kenneth R Westerback wrote: > On Sat, Sep 14, 2013 at 06:41:58PM -0400, Jeffrey Walton wrote: >> I'm trying to add myself to sudoers. I used `su -` to get root, and >> then `adduser jwalton sudo`. >> >> Now I'm stuck a loop of:

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 7:08 PM, Martin Schröder wrote: > 2013/9/15 Jeffrey Walton : >> I wanted to add myself to the sudo group. > > man sudo > man visudo > man adduser > man group Thanks Martin.

Re: How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
On Sat, Sep 14, 2013 at 6:56 PM, Alexander Hall wrote: > On 09/15/13 00:41, Jeffrey Walton wrote: >> >> I'm trying to add myself to sudoers. I used `su -` to get root, and >> then `adduser jwalton sudo`. > > What did you expect from that command? And why? I'

How does one use adduser in OpenBSD (stuck in"Enter username[]" loop)?

2013-09-14 Thread Jeffrey Walton
I'm trying to add myself to sudoers. I used `su -` to get root, and then `adduser jwalton sudo`. Now I'm stuck a loop of: Enter username[]: When I try and add my name, I'm told its there. When I try to (no name), I looped back to the prompt. I have to break out with a ^C. After the ^C break

US Paypal Donations Appears Broken

2013-09-14 Thread Jeffrey Walton
It appears the US donations area is broken. Following PayPal from http://www.openbsd.org/donations.html, I am taken to http://www.openbsdfoundation.org/donations.html. >From http://www.openbsdfoundation.org/donations.html, I select "US Donations" and then taken to PayPal. PayPal's site takes me

Modern C++ Compiler for OpenBSD

2013-09-10 Thread Jeffrey Walton
I'd like to use some C++ language features that are relatively new. They include intializer lists, rvalue references and regex (and perhaps a lambda on occasion). Does anyone have a C++ compiler recommendation for OpenBSD? Thanks in advance

Re: Modern C++ Compiler for OpenBSD

2013-09-10 Thread Jeffrey Walton
On Tue, Sep 10, 2013 at 6:10 PM, Gregor Best wrote: > On Tue, Sep 10, 2013 at 05:40:19PM -0400, Jeffrey Walton wrote: >> [...] >> Does anyone have a C++ compiler recommendation for OpenBSD? >> [...] > > What about GCC? Clang++'s C++11 support is spotty at best, a

Re: question about documentation

2011-09-18 Thread Jeffrey Walton
On Sun, Sep 18, 2011 at 4:36 AM, Fritz Wuehler wrote: > You wrote: > >> On Sat, 17 Sep 2011 02:34:30 +0200 >> Fritz Wuehler wrote: >> >> > That's a load of rubbish. Doing something wrong because others do it just >> > makes you a meme, it doesn't make you right. You're a great arrogant, >> > know

Re: GCC 4.2.4?

2011-09-15 Thread Jeffrey Walton
On Thu, Sep 15, 2011 at 5:23 PM, Marc Espie wrote: > On Thu, Sep 15, 2011 at 03:17:36PM -0400, Jeffrey Walton wrote: >> I'm interested in seeing if (1) patches have been applied to fix my >> template error problem >> (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21656

Re: GCC 4.2.4?

2011-09-15 Thread Jeffrey Walton
On Thu, Sep 15, 2011 at 3:01 PM, LeviaComm Networks wrote: > On 15-Sep-11 11:40, Jeffrey Walton wrote: >> >> Hi All, >> >> After installing GCC 4.2.4, I still have version 4.2.1. I've learned a >> little about pkg_add, so I went hunting for the README. >&g

GCC 4.2.4?

2011-09-15 Thread Jeffrey Walton
Hi All, After installing GCC 4.2.4, I still have version 4.2.1. I've learned a little about pkg_add, so I went hunting for the README. $ find / -name gcc 2>/dev/null /usr/local/lib/gcc /usr/local/libexec/gcc /usr/local/include/boost/mpl/aux_/preprocessed/gcc /usr/bin/gcc $ find /usr/local/lib/gc

Re: Installing Gnome on OpenBSD 4.9

2011-09-12 Thread Jeffrey Walton
Hi Sturat, On Mon, Sep 12, 2011 at 3:58 PM, Stuart Henderson wrote: > On 2011-09-12, Jeffrey Walton wrote: >> Otherwise, if pkg_add is the 'installer', then the tool or process is >> broken. In the later case - as a dumb user - I don't consider required >>

Re: Installing Gnome on OpenBSD 4.9

2011-09-11 Thread Jeffrey Walton
On Mon, Sep 12, 2011 at 2:39 AM, Antoine Jacoutot wrote: > On Mon, 12 Sep 2011, Jeffrey Walton wrote: >> Otherwise, if pkg_add is the 'installer', then the tool or process is >> broken. In the later case - as a dumb user - I don't consider required >> confi

Re: Installing Gnome on OpenBSD 4.9

2011-09-11 Thread Jeffrey Walton
On Mon, Sep 12, 2011 at 1:00 AM, Tomas Bodzar wrote: > On Mon, Sep 12, 2011 at 4:12 AM, Jeffrey Walton wrote: >> On Sun, Sep 11, 2011 at 5:46 PM, Dmitrij D. Czarkoff wrote: >>> On Sun, Sep 11, 2011 at 11:07:14AM -0400, Jeffrey Walton wrote: >>>> [SNIP] >&g

Re: Installing Gnome on OpenBSD 4.9

2011-09-11 Thread Jeffrey Walton
On Sun, Sep 11, 2011 at 10:12 PM, Jeffrey Walton wrote: > Hi Dmitrij, > > On Sun, Sep 11, 2011 at 5:46 PM, Dmitrij D. Czarkoff > wrote: >> On Sun, Sep 11, 2011 at 11:07:14AM -0400, Jeffrey Walton wrote: >>> OK, I deleted 4.9 and installed 4.8. I saved the console m

Re: Installing Gnome on OpenBSD 4.9

2011-09-11 Thread Jeffrey Walton
Hi Dmitrij, On Sun, Sep 11, 2011 at 5:46 PM, Dmitrij D. Czarkoff wrote: > On Sun, Sep 11, 2011 at 11:07:14AM -0400, Jeffrey Walton wrote: >> OK, I deleted 4.9 and installed 4.8. I saved the console messages and >> started and started the gdm, avahi, and dbus daemon as instru

Re: Installing Gnome on OpenBSD 4.9

2011-09-11 Thread Jeffrey Walton
On Sun, Sep 11, 2011 at 10:37 AM, Christian Barthel wrote: > On Sun, Sep 11, 2011 at 07:12:36AM -0400, Jeffrey Walton wrote: >> Hi All, >> >> OpenBSD specific reading for installing GNOME is a bit hard to come >> by, and README and INSTALL don't mention GNOME

Re: Installing Gnome on OpenBSD 4.9

2011-09-11 Thread Jeffrey Walton
On Sun, Sep 11, 2011 at 7:56 AM, Tomas Bodzar wrote: > On Sun, Sep 11, 2011 at 1:12 PM, Jeffrey Walton wrote: >> Hi All, >> >> OpenBSD specific reading for installing GNOME is a bit hard to come >> by, and README and INSTALL don't mention GNOME, so please forgive

Installing Gnome on OpenBSD 4.9

2011-09-11 Thread Jeffrey Walton
Hi All, OpenBSD specific reading for installing GNOME is a bit hard to come by, and README and INSTALL don't mention GNOME, so please forgive the basic questions. I think GNOME is either fully installed or partially installed (I'm not sure if I hung in AddDelete.pl at Avahi*). I issued 'pkg_add g