Re: BACK TO BASICS

2019-10-09 Thread Nick Holland
On 10/9/19 11:19 AM, openbsd.s...@0sg.net wrote: > Here's what I think. ...[bla bla bla]... > Amirite ? ;) I don't know. Let's see your work. I don't care what your theoretical arguments are, I want to see results. Nick.

Contribute to base

2019-10-09 Thread ports
Hello everybody, I've been a great fan of openbsd for a while and wanted to start out contributing to openbsd's base. For that reason I wondered if there is a recommended way of getting to know how the internals of openbsd work. Or isn't there ? Just head first and see what looks most

Re: wrong pkg_add url after sysupgrade

2019-10-09 Thread Justin Noor
For future reference you could also: export PKG_PATH=“ https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64” Or whatever your preferred mirror is. Then pkg_add -u should work On Wed, Oct 9, 2019 at 6:42 AM shadrock uhuru wrote: > after trying sysupgrade for the first time on my laptop running

nvi and '|' in exrc

2019-10-09 Thread adr
Hello, In case the developer working with nvi is interested: Making a map I found that a '|' in exrc will produce an error. Looking at common/seq.c I saw that a CH_LITERAL (0x16) is inserted before when constructing the sequence. I typed a literal 0x16 before the '|' and the map worked. I

BACK TO BASICS

2019-10-09 Thread openbsd . ssab
Here's what I think. Proper software development should involve first a correct understanding of the norms : RFC, OSI model, and what not. Then ideally one must understand the hardware-software interactions, in other terms electronic engeneering, from chips to bits. This is assembly language.

Re: wrong pkg_add url after sysupgrade

2019-10-09 Thread Paul de Weerd
On Wed, Oct 09, 2019 at 01:40:42PM +, shadrock uhuru wrote: | after trying sysupgrade for the first time on my laptop running snapshots | running the following command returns no such dir. | | doas pkg_add -u | https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such dir | pkg_info

Re: wrong pkg_add url after sysupgrade

2019-10-09 Thread Peter N. M. Hansteen
On Wed, Oct 09, 2019 at 01:40:42PM +, shadrock uhuru wrote: > after trying sysupgrade for the first time on my laptop running snapshots > running the following command returns no such dir. We're close enough to release that pkg_add needs to be run with '-D snap' in addition to other options.

wrong pkg_add url after sysupgrade

2019-10-09 Thread shadrock uhuru
after trying sysupgrade for the first time on my laptop running snapshots running the following command returns no such dir. doas pkg_add -u https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such dir pkg_info p5-finance https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such