Re: puzzling nginx behavior on OpenBSD

2013-06-30 Thread Emmanuel Gallois
Hello, if think that you should try to set *root* directive. Best regards. On Mon, Jul 1, 2013 at 8:17 AM, Salil Wadnerkar wrote: > Hi Buschini, > > The .cpp entry in the nginx.conf is to make nginx forward that request to > the fastcgi application running on 8000 port. > I think what you are

Re: puzzling nginx behavior on OpenBSD

2013-06-30 Thread Salil Wadnerkar
Hi Buschini, The .cpp entry in the nginx.conf is to make nginx forward that request to the fastcgi application running on 8000 port. I think what you are talking about is for the static html files. Thanks Salil On Mon, Jul 1, 2013 at 2:10 PM, Buschini Edouard wrote: > Hello, > > Correct me if

Re: puzzling nginx behavior on OpenBSD

2013-06-30 Thread Buschini Edouard
Hello, Correct me if I'm wrong but I think by default in nginx docroot is /htdocs and look at the manual you'll see that by default nginx is started in a chroot in /var/www so you will have to put your index.cpp into /var/www/htdocs directory. Hope I could help you. On Jul 1, 2013 7:56 AM, "Sal

Re: MariaDB and OpenBSD

2013-06-30 Thread Bogdan Andu
on that machine I have imported mariadb in  /usr/ports/databases/mariadb, via cvs, which compiled ok. The problem was with p5-DBD-mysql needed by mariadb-server-5.5.31p0, which refuses to install without it, and for that reason I had to generate a p5-DBD-mysql for mariadb, using the Makefile rev.

puzzling nginx behavior on OpenBSD

2013-06-30 Thread Salil Wadnerkar
Hi, I am testing one C++ fastcgi program on nginx. I modified my nginx config by adding this block: -- /usr/local/share/nginx/nginx.conf --- server { listen 80; server_name localhost; # pass the C++ scripts to FastCGI server listening on 127.0.0.1:8000 #

Re: OpenBSD Doesn't Support 64-Bit Intel

2013-06-30 Thread STeve Andre'
On 07/01/13 00:06, Jash Sefferson wrote: Hi guys. I’m a civil engineer by day and use OpenBSD at night, but I’m trying to do high-end CAD on my home PC and OpenBSD doesn’t support 64-bit Intel chips. Don't believe me? It says very clearly at the OpenBSD/amd64 page: “All versions of the AMD Athl

Re: OpenBSD Doesn't Support 64-Bit Intel

2013-06-30 Thread Matthew Dempsky
On Sun, Jun 30, 2013 at 9:06 PM, Jash Sefferson wrote: > Don't believe me? It says very clearly at the OpenBSD/amd64 page: “All > versions of the AMD Athlon 64 processors and their clones are supported.” > But does not mention or list any Intel chips. Not one. > > Wtf? I can do CAD on my i7-980X u

Re: OpenBSD Doesn't Support 64-Bit Intel

2013-06-30 Thread Michel Blais
Intel 64 bit is amd64 compatible. *De: *Jash Sefferson *Envoyé: *lundi 1 juillet 2013 00:08 *À: *misc@openbsd.org; s...@openbsd.org *Répondre à: *Jash Sefferson *Objet: *OpenBSD Doesn't Support 64-Bit Intel Hi guys. I’m a civil engineer by day and use OpenBSD at night, but I’m trying to do hig

OpenBSD Doesn't Support 64-Bit Intel

2013-06-30 Thread Jash Sefferson
Hi guys. I’m a civil engineer by day and use OpenBSD at night, but I’m trying to do high-end CAD on my home PC and OpenBSD doesn’t support 64-bit Intel chips. Don't believe me? It says very clearly at the OpenBSD/amd64 page: “All versions of the AMD Athlon 64 processors and their clones are suppo

Re: bsd.regress.mk: detect core dumps

2013-06-30 Thread Jérémie Courrèges-Anglas
Sergey Bronnikov writes: > Imho test should FAIL in case coredump was detected. I don't think that's a good idea; the current test (checking the exit status of the child make process) looks enough to me. If a test doesn't fail when a program dumps core then either the test should be fixed... or

FW: tftpd loop

2013-06-30 Thread Peter Fraser
It is a 5.3 system phone:~ # dmesg OpenBSD 5.3 (GENERIC.MP) #58: Tue Mar 12 18:43:53 MDT 2013 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP cpu0: Intel(R) Pentium(R) D CPU 3.20GHz ("GenuineIntel" 686-class) 3.16 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,

npppd, L2TP to Iphone, eap?

2013-06-30 Thread Brad Brad
Hi, setting up npppd I get the following in the logs when connecting from Iphone 5 Jun 30 22:23:43 fire53 npppd[17905]: ppp id=0 layer=lcp No authentication protocols are agreeable.  peer's auth proto=eap I saw a message saying eap was removed and will be re-added later, and Iphone isn't parti

IETF-87 in Berlin

2013-06-30 Thread Loganaden Velvindron
Hey guys, I was wondering if any of you will be at IETF-87 in Berlin :-) ? -- This message is strictly personal and the opinions expressed do not represent those of my employers, either past or present.

permissions issue starting uwsgi from rc.d

2013-06-30 Thread Mike Williams
Hi, Quick background - I am moving my local mercruial repo server from base apache+cgi to base nginx with wsgi, on 5.3 release + patches install. Configuring nginx was straightforward - it is the stock conf file with just changes to the example https block as follows: server { li

bsd.regress.mk: install packages

2013-06-30 Thread Sergey Bronnikov
Several regression tests requires installed packages: sys/netinet6/frag6/Makefile sys/net/pf_forward/Makefile sys/net/pf_fragment/Makefile usr.sbin/relayd/Makefile It is better to do it automatically from bsd.regress.mk via setting value PKG_REQUIRED in Makefile for each test. It makes tests more

bsd.regress.mk: detect core dumps

2013-06-30 Thread Sergey Bronnikov
Imho test should FAIL in case coredump was detected. --- bsd.regress.mk_ Sun Jun 30 15:32:02 2013 +++ bsd.regress.mk__Sun Jun 30 15:46:04 2013 @@ -98,7 +98,7 @@ # XXX - we need a better method to see if a test fails due to timeout or just # normal failure. . if !defined(REGRESS_

Any other ThinkPad W500 users out there?

2013-06-30 Thread STeve Andre'
If so, I'd like to know if you are running a recent 5.3-current. Mail me off list so we don't pollute misc@. Thanks... --STeve Andre'