Re: taking a screenshot through cwm shortcut.

2014-03-30 Thread Jean-Philippe Ouellet
Maybe it's because you commented half of it out? On Sun, Mar 30, 2014 at 07:52:52PM -0400, marst wrote: > #!/bin/sh > scrot -s '%Y-%m-%d_$wx$h.png' # -e 'mv $f ~/documents/shots' -e 'feh $f' ^^^ Another thing that looks like an issue is the two -e args. It doesn't w

Trouble passing iked traffic to multiple subnets

2014-03-30 Thread Mattias Lindgren
Hello, I’m trying to set up an ikev2 connection to a remote box that has multiple subnets behind it. I am able to pass traffic successfully when I set up my iked.conf file to only pass traffic on a single subnet on each end, but I’d like to set it up similar to the way you can in ipsec.conf w

taking a screenshot through cwm shortcut.

2014-03-30 Thread marst
I set up a shortcut in my cwm config that goes like this: bind 4-p "/home/marst/bin/screenshot.sh" screenshot.sh goes like this: #!/bin/sh scrot -s '%Y-%m-%d_$wx$h.png' # -e 'mv $f ~/documents/shots' -e 'feh $f' Ran by itself, the command goes fine, I can select an area of the screen, a shot is

Re: ngingx+php-fpm issue

2014-03-30 Thread Adam Thompson
On 14-03-30 03:40 PM, Stuart Henderson wrote: Do you get any clues from running php-fpm in the foreground and re-trying? # php-fpm-5.4 -F It may also be worth looking at the fastcgi messages between nginx and php-fpm for clues; first, if you're currently using a domain socket, temporarily switc

Re: w...@openbsd.org bounces

2014-03-30 Thread Raf Czlonka
On Sun, Mar 30, 2014 at 05:39:10PM BST, Ted Unangst wrote: > http://marc.info/?l=openbsd-cvs&m=139557902002995&w=2 It was actually me who reported the 'www' mailing list missing last week but for some reason, this time, I treated 'www@' as a separate email address while they're actually one and t

Re: w...@openbsd.org bounces

2014-03-30 Thread Jean-Philippe Ouellet
On Sun, Mar 30, 2014 at 12:39:10PM -0400, Ted Unangst wrote: > On Sun, Mar 30, 2014 at 13:27, Raf Czlonka wrote: > > Hi all, > > > > I just tried sending an email to www@ and I got a bounce: > > http://marc.info/?l=openbsd-cvs&m=139557902002995&w=2 $ grep -rF w...@openbsd.org www | wc -l 255

SunFire v210 for developer

2014-03-30 Thread Maurice Janssen
Hi, I have two SunFire V210 machines to offer to any developer (preferably in Europe) that can use such a machine for OpenBSD development. Both are dual CPU 1.0 GHz with 2 GB RAM. Just contact me off list please. Maurice

Re: ngingx+php-fpm issue

2014-03-30 Thread Stuart Henderson
On 2014-03-30, Adam Thompson wrote: > /var/log/php-fpm.log: [30-Mar-2014 00:26:40.168716] DEBUG: pid 22020, > fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] > currently 0 active children, 2 spare children, 2 running children. > Spawning rate 1 > /var/www/log/access.log: 2620:4

Re: OpenBGPd - iBGP next-hop translation using IGP (OSPF)

2014-03-30 Thread Stuart Henderson
On 2014-03-29, Andy wrote: > Hi, > > Is OpenBGPD capable of inserting equal cost multi-path routes into the > kernel FIB like OpenOSPFD can? In a word: no. Maybe it could be modified to do this, but that's how it is currently.

Re: w...@openbsd.org bounces

2014-03-30 Thread Ted Unangst
On Sun, Mar 30, 2014 at 13:27, Raf Czlonka wrote: > Hi all, > > I just tried sending an email to www@ and I got a bounce: http://marc.info/?l=openbsd-cvs&m=139557902002995&w=2

Re: Command example in FAQ 2

2014-03-30 Thread sven falempin
On Sun, Mar 30, 2014 at 8:31 AM, Raf Czlonka wrote: > Hi all, > > Let me start by saying "Thank you" for the great job you are all doing > for the OpenBSD project and community. > > I have tried sending this email to www@ but it bounced (reported in a > separate email) hence, for a lack of a bette

Command example in FAQ 2

2014-03-30 Thread Raf Czlonka
Hi all, Let me start by saying "Thank you" for the great job you are all doing for the OpenBSD project and community. I have tried sending this email to www@ but it bounced (reported in a separate email) hence, for a lack of a better place, resending it here. In the FAQ 2.4[0] there's an example

w...@openbsd.org bounces

2014-03-30 Thread Raf Czlonka
Hi all, I just tried sending an email to www@ and I got a bounce: The original message was received at Sun, 30 Mar 2014 05:59:58 -0600 (MDT) from lists.openbsd.org [192.43.244.163] - The following addresses had permanent fatal errors - bouncy-bouncy (reason: 550 5.1.1 User unknown

OpenBGPd - Exporting Communities to route server peers

2014-03-30 Thread Thorleif Wiik [BCIX]
Hi, were running OpenBGPd since a long a time as route servers. We now want to export certain BGP Communities to all route server peers. We already set the communities, but according to the documentation, I'm unsure how to export them to the peers. We currently use the following config line to

Re: pf to redirect local dns traffic to another port

2014-03-30 Thread Stéphane Guedon
Le samedi 29 mars 2014, 23:55:07 Nick Holland a écrit : > On 03/29/14 17:09, Stéphane Guedon wrote: > > Hello > > > > I am currently trying to run two nameserver on the same Openbsd > > server. > > > > The first one is an autoritative (let's say bind or nsd, no one > > cares). the second will be

Re: ngingx+php-fpm issue

2014-03-30 Thread Antoine Jacoutot
On Sun, Mar 30, 2014 at 12:44:11AM -0500, Adam Thompson wrote: > I'm trying to install Cacti 0.8.8b from source, on 5.4-RELEASE using > nginx (from base) + php-fpm-5.3 from packages. > I've got nginx working. > I've got SlowCGI working (now that I realized it's chroot'ed... duh). > I've got PHP-FP

Re: pf to redirect local dns traffic to another port

2014-03-30 Thread Stéphane Guedon
Le samedi 29 mars 2014 17:56:44, vous avez écrit : > On 29 Mar 2014 at 22:10, Stéphane Guedon wrote: > > Hello > > > > I am currently trying to run two nameserver on the same Openbsd > > server. > > > > The first one is an autoritative (let's say bind or nsd, no one > > cares). > > the second wil

Re: typo in games/fortunes/datfiles/fortune

2014-03-30 Thread Jason McIntyre
On Sat, Mar 29, 2014 at 05:19:06PM -0400, Josh Grosse wrote: > Noticed today.. > fixed, thanks. jmc > > Index: fortunes > === > RCS file: /cvs/src/games/fortune/datfiles/fortunes,v > retrieving revision 1.44 > diff -u -r1.44 fortun