Re: GitLab on OpenBSD

2016-01-27 Thread Oriol Demaria
I do run Gitlab on OpenBSD stable, so I'm still with 8.1, as further need go 1.5 and it's not there. Also I use PostgreSQL as DB. There are a few things that you need to do: * git home user directory in /var/www/git, as web server is chrooted * git user needs bash as shell * in the bundle operati

can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Jiri B
Hi, I can't run multiple instances of httpd via rc.d as I can't distinguish between httpd instances. ps aux never show flags passed to httpd. Could httpd be extended to show flags like sshd does it? root 15681 0.0 0.1 1196 2308 ?? Ssp 12:08PM0:00.05 httpd: parent (httpd) vs roo

Computer hangup : scsi_xfer pool exhausted!

2016-01-27 Thread Sébastien Morand
Hi, I have a computer hanging up every 4/5 days. It's no more accessible by network and keyboard is not responding. The only message displayed in console log is "scsi_xfer pool exhausted!" which is documented by : /* * in this situation we should queue things waiting for an * xs and then give t

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Reyk Floeter
On Wed, Jan 27, 2016 at 06:12:22AM -0500, Jiri B wrote: > Hi, > > I can't run multiple instances of httpd via rc.d as I can't distinguish > between httpd instances. ps aux never show flags passed to httpd. > > Could httpd be extended to show flags like sshd does it? > > root 15681 0.0 0.1

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Kamil Cholewiński
> Or is there any other way to distinguish between two httpd instances? Try runit: http://smarden.org/runit/

rc.d and rtable

2016-01-27 Thread Jiri B
Would it be worth to extend rc.d for rtable knobs? - daemon_rtable varible - rc_* functions (route exec, pgrep/pkill -T $rtable...) Or are routing tables not much used thus not worth to make rc.d more complicated? j.

Re: rc.d and rtable

2016-01-27 Thread Antoine Jacoutot
On Wed, Jan 27, 2016 at 06:47:57AM -0500, Jiri B wrote: > Would it be worth to extend rc.d for rtable knobs? > > - daemon_rtable varible > - rc_* functions (route exec, pgrep/pkill -T $rtable...) > > Or are routing tables not much used thus not worth to make > rc.d more complicated? There has be

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Antoine Jacoutot
On Wed, Jan 27, 2016 at 12:30:08PM +0100, Reyk Floeter wrote: > On Wed, Jan 27, 2016 at 06:12:22AM -0500, Jiri B wrote: > > Hi, > > > > I can't run multiple instances of httpd via rc.d as I can't distinguish > > between httpd instances. ps aux never show flags passed to httpd. > > > > Could httpd

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Aner Perez
On 01/27/2016 06:12 AM, Jiri B wrote: Hi, I can't run multiple instances of httpd via rc.d as I can't distinguish between httpd instances. ps aux never show flags passed to httpd. Could httpd be extended to show flags like sshd does it? root 15681 0.0 0.1 1196 2308 ?? Ssp 12:08PM

Re: issue with xnf running 15th jan snapshot on Xen v. 4.5.1

2016-01-27 Thread Imre Oolberg
Hi! I write here for the record so possible arvhive readers know that this thread ended in couple of private emails with developer and he fixed this problem. Short version and what i can narrate is that i used GENERIC i.e. single cpu kernel and my situation was specific to this kernel. Had i

Re: rc.d and rtable

2016-01-27 Thread Jiri B
On Wed, Jan 27, 2016 at 01:40:14PM +0100, Antoine Jacoutot wrote: > On Wed, Jan 27, 2016 at 06:47:57AM -0500, Jiri B wrote: > > Would it be worth to extend rc.d for rtable knobs? > > > > - daemon_rtable varible > > - rc_* functions (route exec, pgrep/pkill -T $rtable...) > > > > Or are routing ta

Re: Willing to help

2016-01-27 Thread lists
Tue, 26 Jan 2016 10:51:09 -0600 Adam Thompson > On 16-01-26 10:32 AM, Peter Hessler wrote: > > On 2016 Jan 26 (Tue) at 08:13:22 -0600 (-0600), Edgar Pettijohn wrote: > > :> * adduser(8)/useradd(8): > > :> Needs to be unified into one single > > > > One binary, with symlinks. Both methods sh

[SOLVED] with pain / was: APU2 WLE200NX ATHN0: Device timeout

2016-01-27 Thread Kapfhammer, Stefan
Hello misc, thanks for all the hints with the WiFi problem on an (beta testing) APU2b4 with a Compex WLE200NX wireless mini PCIE card. ‎I spent 10th of hours in checking hardware, configuration, reinstallation of snapshots‎, ... Finally it works, I had nearly given up in that issue. Yesterd

Re: rc.d and rtable

2016-01-27 Thread Antoine Jacoutot
On Wed, Jan 27, 2016 at 12:58:48PM -0500, Jiri B wrote: > On Wed, Jan 27, 2016 at 01:40:14PM +0100, Antoine Jacoutot wrote: > > On Wed, Jan 27, 2016 at 06:47:57AM -0500, Jiri B wrote: > > > Would it be worth to extend rc.d for rtable knobs? > > > > > > - daemon_rtable varible > > > - rc_* function

Re: Daily cron error in 5.7

2016-01-27 Thread giacomo
On 25.01.16, 13:02, Craig Skinner wrote: > Hi Luciano, > > On 2016-01-24 Sun 19:52 PM |, Luciano wrote: > > run-parts: /etc/cron.daily/logrotate exited with return code 1 > ^ ^ what are these? I don't know. I search in the old configuration of crontab. > > $ ma

Re: rc.d and rtable

2016-01-27 Thread Claudio Jeker
On Wed, Jan 27, 2016 at 12:58:48PM -0500, Jiri B wrote: > On Wed, Jan 27, 2016 at 01:40:14PM +0100, Antoine Jacoutot wrote: > > On Wed, Jan 27, 2016 at 06:47:57AM -0500, Jiri B wrote: > > > Would it be worth to extend rc.d for rtable knobs? > > > > > > - daemon_rtable varible > > > - rc_* function

Re: carp and bridge

2016-01-27 Thread sven falempin
On Tue, Jan 26, 2016 at 6:29 PM, sven falempin wrote: > Dear readers, > > How bridge and carp interfaces works together ? > > can i bridge an interface that is a carpdev ? > or should i bridge the carpdev ?? > will the different physical be advertise and > would be able to contact the carp interf

Re: rc.d and rtable

2016-01-27 Thread Antoine Jacoutot
> > rc.d framework is so nice... not sure if this is nice way but it > > works. Maybe check for existing rtable is not great. > > If I see this correctly you add a foo_rtable variable to rc.conf.local. > I think there is some drawback to this solution. > You can only have one daemon running in one

Re: rc.d and rtable

2016-01-27 Thread Jiri B
On Wed, Jan 27, 2016 at 09:30:27PM +0100, Claudio Jeker wrote: > On Wed, Jan 27, 2016 at 12:58:48PM -0500, Jiri B wrote: > > On Wed, Jan 27, 2016 at 01:40:14PM +0100, Antoine Jacoutot wrote: > > > On Wed, Jan 27, 2016 at 06:47:57AM -0500, Jiri B wrote: > > > > Would it be worth to extend rc.d for r

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Reyk Floeter
On Wed, Jan 27, 2016 at 01:49:30PM +0100, Antoine Jacoutot wrote: > On Wed, Jan 27, 2016 at 12:30:08PM +0100, Reyk Floeter wrote: > > On Wed, Jan 27, 2016 at 06:12:22AM -0500, Jiri B wrote: > > > Hi, > > > > > > I can't run multiple instances of httpd via rc.d as I can't distinguish > > > between

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Stuart Henderson
On 2016-01-27, Antoine Jacoutot wrote: > On Wed, Jan 27, 2016 at 12:30:08PM +0100, Reyk Floeter wrote: >> On Wed, Jan 27, 2016 at 06:12:22AM -0500, Jiri B wrote: >> > Hi, >> > >> > I can't run multiple instances of httpd via rc.d as I can't distinguish >> > between httpd instances. ps aux never s

new kind of info organizer, on OpenBSD: OneModel

2016-01-27 Thread luke call
Short version: I have carefully tested OpenBSD installation instructions for an extremely flexible personal organizer program. It does things differently, is text-mode/keyboard only (for now), doesn't require X, and is very efficient to use. It doesn't have pretty knobs and buttons but is very g

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Antoine Jacoutot
> Well, we "tradionally" had setproctitle("[priv]") in the parent. I > changed the tradition to setproctitle("parent"). > > I have no objections with changing this in the parent (but keeping the > setproctitles in the children) to either the default (all command line > flags) or to something like

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Antoine Jacoutot
> This does the trick. It probably doesn't make sense to run multiple > copies of all of the privsep daemons though I see definite use cases > for httpd, snmpd [v4 and v6 need separate daemons], and possibly some > others, but it would be better to keep them all in-sync.. Yes, if we go this way, p

Re: ipsec between three networks

2016-01-27 Thread mxb
OSPF is not right protocol if you scale to more than 3 sites and want influence routing. BGP will do a better job in this situation. > On 27 jan. 2016, at 03:39, Dewey Hylton wrote: > > my current working configuration has 3 sites; each site is connected to the > others, and routing is handled vi

Re: can't run multiple instances of httpd, flags not visible in processes

2016-01-27 Thread Reyk Floeter
> On 27.01.2016, at 23:31, Stuart Henderson wrote: > > On 2016-01-27, Antoine Jacoutot wrote: >> On Wed, Jan 27, 2016 at 12:30:08PM +0100, Reyk Floeter wrote: >>> On Wed, Jan 27, 2016 at 06:12:22AM -0500, Jiri B wrote: Hi, I can't run multiple instances of httpd via rc.d as I can't