Re: Grammar and style edits to installation guide

2019-07-07 Thread Otto Moerbeek
On Sun, Jul 07, 2019 at 10:44:42PM -0700, Evan Silberman wrote: > I noticed one thing that bothered me and decided to look for other > things that bothered me. Changes were made without reference to the code > of the installation program and without checking that the installer > behaves as

Grammar and style edits to installation guide

2019-07-07 Thread Evan Silberman
I noticed one thing that bothered me and decided to look for other things that bothered me. Changes were made without reference to the code of the installation program and without checking that the installer behaves as documented. I believe the included changes are harmless in that respect. I'm

Re: ADMtec aue interface does not work with full 1500 VLAN_MTU

2019-07-07 Thread Chris Cappuccio
Christopher Zimmermann [chr...@openbsd.org] wrote: > This works: > > doas ifconfig vlan67 mtu 1496 > > this doesn't: > > doas ifconfig vlan67 mtu 1497 > > > Should we therefore disable VLAN_MTU on this chipset? > > - ifp->if_capabilities = IFCAP_VLAN_MTU; > - Yes absolutely. If

Re: ed(1) man page doesn't mention use of single / and ?

2019-07-07 Thread Jason McIntyre
On Sun, Jul 07, 2019 at 10:12:13PM +0300, cho...@jtan.com wrote: > ropers writes: > > > matthew: "ed reacts differently depending whether or not it's included". > > > can you explain how? > > If I recall correctly, if the trailing delimiter is _not_ included then ed > prints the result of the

Re: ed(1) man page doesn't mention use of single / and ?

2019-07-07 Thread chohag
ropers writes: > > matthew: "ed reacts differently depending whether or not it's included". > > can you explain how? If I recall correctly, if the trailing delimiter is _not_ included then ed prints the result of the substitution. Possibly only if interactive. > W/r/t Matthew's concerns, I also

Re: ed(1) man page doesn't mention use of single / and ?

2019-07-07 Thread ropers
On 07/07/2019, ropers wrote: > Second thought, maybe the 'i.e.'s should be changed to 'e.g.'s, > because '/' and '?' also work (instead of '//' and '??', > respectively), so '/re' and '?re' are indeed only examples. > > Or maybe this is overdoing it. I don't know. Whatever you all think is > best

OpenSSH-based socket forwarder

2019-07-07 Thread Demi M. Obenour
I have found myself using OpenSSH for its forwarding abilities, without actually using the remote shell feature. In these cases, the connection itself is over Xen shared memory, so I have no need for any of the cryptography. While allowing unencrypted SSH connections is obviously a bad idea, I