Re: SCM

2019-07-22 Thread Nathan Hartman
On Mon, Jul 22, 2019 at 11:49 AM Ingo Schwarze wrote: > Avstin Kim wrote on Mon, Jul 22, 2019 at 10:58:50AM -0400: > > > CVS for source code management. > > That's kind of a frequently asked question. > > Some of us (including myself) actually prefer CVS over git for tasks > where it is

unsubscribe misc@openbsd.org sysad...@pea.net

2019-07-22 Thread Matthew Pease
unsubscribe misc@openbsd.org sysad...@pea.net

Re: SCM

2019-07-22 Thread Stuart Longland
On 23/7/19 6:25 am, Nathan Hartman wrote: > I always assumed that the OpenBSD devs have audited the heck out of > CVS for security issues and are sticking to it for that reason. > > KISS is a very valid reason though. Security as a by-product of the KISS principle perhaps? When I see the

Re: SCM

2019-07-22 Thread Stuart Longland
On 23/7/19 1:48 am, Ingo Schwarze wrote: >> Mercurial > Not free software either (same viral license), never used it > personally, and never heard any developer propose it. I believe Mozilla use it heavily. I tried it and frankly, I prefer git. There's also bazaar (used by Canonical), which is

Re: vmd eating lots of memory

2019-07-22 Thread Mike Larkin
On Sun, Jul 21, 2019 at 10:46:06AM +0200, Paul de Weerd wrote: > Hi Mike, > > On Sat, Jul 20, 2019 at 10:23:02AM -0700, Mike Larkin wrote: > | Did this just start happening? Nothing relevant has changed in vmd(8) > recently > | that would cause this, from what I remember. > > Prior to this

ipv6 nmap breakage under 6.5-STABLE ?

2019-07-22 Thread Adam Thompson
Hi, [Cross-posted to misc & ports as I'm not sure if there's a bug in software or in wetware.] I'm trying to run nmap (from ports) on 6.5-STABLE but am getting an ungoogle-able error message every time: root@bgpmirror:~# nmap -Pn -A -n --top-ports=100 -6 2620:132:300e:700::113

Re: ipv6 nmap breakage under 6.5-STABLE ?

2019-07-22 Thread Adam Thompson
On 2019-07-22 09:51, Adam Thompson wrote: Hi, [Cross-posted to misc & ports as I'm not sure if there's a bug in software or in wetware.] I'm trying to run nmap (from ports) on 6.5-STABLE but am getting an ungoogle-able error message every time: Forgot to mention - this occurs under OpenBSD,

SCM

2019-07-22 Thread Австин Ким
Hi, As someone completely new to OpenBSD the one immediate first impression that most peculiarly sticks out like a sore thumb to me is the Project’s use of CVS for source code management. In the class I’m taking (the one for whose class project I just recently downloaded OpenBSD/macppc for

Re: SCM

2019-07-22 Thread Raul Miller
Both git and OpenBSD run on patches. That said, OpenBSD has a cultural restriction of requiring people to inspect the patches before incorporating them. Adopting git would be a step away from that practice. Does that help make sense of the current situation? -- Raul On Mon, Jul 22, 2019 at

Re: SCM

2019-07-22 Thread Ingo Schwarze
Avstin Kim wrote on Mon, Jul 22, 2019 at 10:58:50AM -0400: > CVS for source code management. That's kind of a frequently asked question. Some of us (including myself) actually prefer CVS over git for tasks where it is suffiecient because KISS. Other developers prefer git for various reasons.

Re: SCM

2019-07-22 Thread Stefan Sperling
On Mon, Jul 22, 2019 at 10:58:50AM -0400, Австин Ким wrote: > Hi, > > As someone completely new to OpenBSD the one immediate first impression that > most peculiarly sticks out like a sore thumb to me is the Project’s use of > CVS for source code management. In the class I’m taking (the one for

Re: SCM

2019-07-22 Thread Andrew Luke Nesbit
On 22/07/2019 16:13, Raul Miller wrote: Both git and OpenBSD run on patches. That said, OpenBSD has a cultural restriction of requiring people to inspect the patches before incorporating them. Adopting git would be a step away from that practice. Does that help make sense of the current

Re: shell_exec() exec() and system() not working in php 5.6 openbsd 6.4

2019-07-22 Thread Edgar Pettijohn
On Jul 9, 2019 4:40 AM, mansoor wrote: > > Hi, > I am using OpenBSD 6.4 and php version 5.6, I am trying to execute shell > commands through php file using exec, shell_exec or system (tried all of > them) but none is working. > > Here is a sample code in my index.php file. > > $output =

Re: SCM

2019-07-22 Thread Juan Francisco Cantero Hurtado
On Mon, Jul 22, 2019 at 05:48:13PM +0200, Ingo Schwarze wrote: > Avstin Kim wrote on Mon, Jul 22, 2019 at 10:58:50AM -0400: > > > CVS for source code management. > > That's kind of a frequently asked question. > > Some of us (including myself) actually prefer CVS over git for tasks > where it