Re: nginx how to run first site as open , and second

2014-12-29 Thread Tuyosi Takesima
Hi ,all . how to compile nginx who has ability of basic auth using ports ? according to http://wiki.nginx.org/Modules , if auth_basic is not wanted, compile nginx --without-http_auth_basic_module . --- i need basic auth because of family privacy photos , i run nginx on arch linux

Re: OpenBSD projects

2014-12-29 Thread Constantine A. Murenin
On 27 December 2014 at 16:32, Predrag Punosevac punoseva...@gmail.com wrote: OpenBSD has its own sensorsd which is pure gold and unlike other BSDs Yes, and sensorsd(8) / sensor_attach(9) stuff has also been imported into DragonFly BSD (and also briefly into FreeBSD, too).

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Goessnitzer
$ ldd /usr/bin/sqlite3 /usr/bin/sqlite3: StartEnd Type Open Ref GrpRef Name 00b21e80 00b21ec11000 exe 10 0 /usr/bin/sqlite3 00b491c4e000 00b49212 rlib 01 0 /usr/lib/libsqlite3.so.28.0 00b498a0f000

Re: pf: question about tables derived from interface group

2014-12-29 Thread Harald Dunkel
On 12/28/14 15:35, Harald Dunkel wrote: Thats cool. Where did you find this? Searching on openbsd.org for _pf revealed only http://www.openbsd.org/papers/ven05-henning/mgp00011.txt . This is surely something that should go to the man page or to the FAQs for pf. PS: Another important

Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread T. Ribbrock
Hi all, I'm finally getting round to updating my home server (gets a fresh 5.6 install). Of course, there were a lot of changes over the past versions, one of them being the whole apache - nginx - httpd migration. My webserver has a CMS running which requires PHP and MySQL, plus a few more

Re: Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread Jeff St. George
In more or less the same boat, without php as our virtual sites are simple display only. However for future business developement we have wondered the same. I am inn agreement with your choice of (1) as that would be ours pending feedback here from those who know. On Mon, Dec 29, 2014 at 7:30

Re: 500 httpd error with owncloud

2014-12-29 Thread mario
Sqlite3 is is fine.  As I said I use it. What about file permissions? Maybe run the httpd daemon in the foreground and increase its verbosity. Did you manage to run a simple perl or bash script through the server? Sent from Samsung Mobile Original message From: Clemens

Re: Openbsd broke my hard drive twice! Getting frustrated

2014-12-29 Thread Gabriel Guzman
I've been seeing a similar issue on a DELL XPS 13 Developer edition I got back in June -- ran fine with ubuntu as shipped with Dell, and then I wiped and installed OpenBSD and now can't even access the BIOS. I'm *sure* it's a BIOS issue as the BIOS is probably trying to do something silly

Re: Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread jungle Boogie
Hi Thomas, On 29 December 2014 at 05:30, T. Ribbrock emga...@gmx.net wrote: Hi all, I'm finally getting round to updating my home server (gets a fresh 5.6 install). Of course, there were a lot of changes over the past versions, one of them being the whole apache - nginx - httpd migration.

Re: Openbsd broke my hard drive twice! Getting frustrated

2014-12-29 Thread Wade, Daniel
-Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Gabriel Guzman Sent: Monday, December 29, 2014 9:49 AM To: misc@openbsd.org Subject: Re: Openbsd broke my hard drive twice! Getting frustrated I've been seeing a similar issue on a DELL

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Gößnitzer
File permissions should be ok, I changed the ownership of /var/www/owncloud and owncloud-data to www:www, no change whatsoever. It must be something with owncloud, because when I am not logged in, I can see the owncloud login screen just fine. Furthermore, a phpinfo() page works, too. But when I

Re: Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread Ted Unangst
On Mon, Dec 29, 2014 at 14:30, T. Ribbrock wrote: b) Migrate to nginx This seems to be the least interesting option - not only do I have to migrate now, but once more in the future, as nginx is also on the way out (so, the same developer attention caveat applies as with apache) nginx

leaving linux - questions about capabilities

2014-12-29 Thread Christopher Barry
Greetings All, I've used OpenBSD in the past to build redundant routers and firewalls and it was fantastic, but it's been quite a few years since I've played with it. I've also never used it as my default workstation. Yet. I've always used Debian GNU/Linux on my workstations in the past, but

Re: Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread Marcus MERIGHI
emga...@gmx.net (T. Ribbrock), 2015.12.29 (Mon) 14:30 (CET): Hi all, I'm finally getting round to updating my home server (gets a fresh 5.6 install). Of course, there were a lot of changes over the past versions, one of them being the whole apache - nginx - httpd migration. My webserver

Foundation's fundraising goal met, you can help push it further!

2014-12-29 Thread Peter N. M. Hansteen
While idly checking the OpenBSD Foundation's web site today I noticed that the goal for the 2014 campaign (http://www.openbsdfoundation.org/campaign2014.html) has been met and even slightly exeeded (rigth now the total stands at 153,000 dollars). But as anybody following this mailing list

Re: Openbsd broke my hard drive twice! Getting frustrated

2014-12-29 Thread VaZub
Got exactly the same issue with my Acer Aspire v5-573G several months ago. Drove me crazy like hell. Nice to know that I wasn't the only one facing this problem. Updating Acer BIOS didn't help, I had to remove HDD from SATA-connected slot altogether to be able to boot past BIOS check. Interesting

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Goessnitzer
Sessions seem to be ok: # ls -lh /var/www/tmp/ total 36 drwxr-xr-x 2 www www 512B Dec 28 20:40 owncloud-some_number drwxr-xr-x 2 www www 512B Dec 29 08:59 owncloud-some_number drwxr-xr-x 2 www www 512B Dec 28 09:58 owncloud-some_number -rw--- 1 www www 403B Dec 29 16:14

Re: leaving linux - questions about capabilities

2014-12-29 Thread Ryan Freeman
On Mon, Dec 29, 2014 at 11:17:55AM -0500, Christopher Barry wrote: Greetings All, I've used OpenBSD in the past to build redundant routers and firewalls and it was fantastic, but it's been quite a few years since I've played with it. I've also never used it as my default workstation. Yet.

Re: 500 httpd error with owncloud

2014-12-29 Thread Raf
On Mon, Dec 29, 2014 at 11:51:21AM EST, Clemens Goessnitzer wrote: [...] The first three directories are all empty, and some_number is an alphanumeric string. Taking a quick look in the session files did not reveal anything new to me - but I am not a developer at all :) Hi Clemens, Since

Re: leaving linux - questions about capabilities

2014-12-29 Thread Christopher Barry
On Mon, 29 Dec 2014 09:29:15 -0800 Ryan Freeman r...@slipgate.org wrote: On Mon, Dec 29, 2014 at 11:17:55AM -0500, Christopher Barry wrote: Greetings All, I've used OpenBSD in the past to build redundant routers and firewalls and it was fantastic, but it's been quite a few years since I've

Re: leaving linux - questions about capabilities

2014-12-29 Thread Jonathan Gray
On Mon, Dec 29, 2014 at 12:45:14PM -0500, Christopher Barry wrote: On Mon, 29 Dec 2014 09:29:15 -0800 Ryan Freeman r...@slipgate.org wrote: On Mon, Dec 29, 2014 at 11:17:55AM -0500, Christopher Barry wrote: Greetings All, I've used OpenBSD in the past to build redundant routers and

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Gößnitzer
Hey, Since your initial email you have not included any config files, i.e. httpd.conf, etc. Would you, perhaps, care to share them with us? My shew stone is being serviced. Of course. Here they are: # cat /etc/httpd.conf server default { listen on wpi0 port 80 directory { no

Re: leaving linux - questions about capabilities

2014-12-29 Thread Fred
On 12/29/14 17:45, Christopher Barry wrote: On Mon, 29 Dec 2014 09:29:15 -0800 Ryan Freeman r...@slipgate.org wrote: On Mon, Dec 29, 2014 at 11:17:55AM -0500, Christopher Barry wrote: Greetings All, I've used OpenBSD in the past to build redundant routers and firewalls and it was fantastic,

Re: Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread Edgar Pettijohn
I'm not experiencing any problems with httpd and php, but I don't have a need for any of the extras you can get with the other two. It actually seems to be performing better than nginx from what I can tell. On 12/29/14 10:07, Ted Unangst wrote: On Mon, Dec 29, 2014 at 14:30, T. Ribbrock

Re: Best way forward w.r.t. apache/nginx/httpd?

2014-12-29 Thread Stuart Henderson
On 2014-12-29, T. Ribbrock emga...@gmx.net wrote: Given the current state of development in OpenBSD, I'm now wondering what the best way forward is for me: a) Install apache-httpd-openbsd from ports and keep my configuration basically as is Advantage: Less work to get everything

Re: leaving linux - questions about capabilities

2014-12-29 Thread Ryan Freeman
On Mon, Dec 29, 2014 at 12:45:14PM -0500, Christopher Barry wrote: On Mon, 29 Dec 2014 09:29:15 -0800 Ryan Freeman r...@slipgate.org wrote: On Mon, Dec 29, 2014 at 11:17:55AM -0500, Christopher Barry wrote: Greetings All, I've used OpenBSD in the past to build redundant routers and

Re: A christmassy related issue with traceroute

2014-12-29 Thread Stuart Henderson
On 2014-12-26, Michael lesniewskis...@gmail.com wrote: Apologies, I must've missed something that was mentioned in the man pages, in OpenBSD it seems that addresses are printed for each attempt rather than (the other OS' tested, Win, Debian, Android) that seem to take the first returned name

Re: A christmassy related issue with traceroute

2014-12-29 Thread Theo de Raadt
On 2014-12-26, Michael lesniewskis...@gmail.com wrote: Apologies, I must've missed something that was mentioned in the man pages, in OpenBSD it seems that addresses are printed for each attempt rather than (the other OS' tested, Win, Debian, Android) that seem to take the first returned name

Re: Openbsd broke my hard drive twice! Getting frustrated

2014-12-29 Thread Eric Furman
Linux supports the UEFI boot loader. OpenBSD does not. Before installing OpenBSD you need to enter its setup and enable legacy support. You don't need to do that with Linux. https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface On Mon, Dec 29, 2014, at 09:49 AM, Gabriel Guzman

Re: nginx how to run first site as open , and second

2014-12-29 Thread Einfach Jemand
On 2014-12-29 at 08:59 CET Tuyosi Takesima wrote: Hi ,all . how to compile nginx who has ability of basic auth using ports ? according to http://wiki.nginx.org/Modules , if auth_basic is not wanted, compile nginx --without-http_auth_basic_module . --- i need basic auth

Re: leaving linux - questions about capabilities

2014-12-29 Thread Jonathan Gray
On Mon, Dec 29, 2014 at 08:57:15PM +, Fred wrote: I currently have three monitors connected to my laptop but if I try to enable X on the third one I'm getting the following error: port:fred ~ xrandr --output VGA1 --auto xrandr: cannot find crtc for output VGA1 ... vga1 at pci0 dev 2

Re: nginx how to run first site as open , and second

2014-12-29 Thread Tuyosi Takesima
thanks for good advise . surely no need to compile to obtain basic auth . my test nginx.conf is next . cat /etc/nginx /nginx.conf worker_processes 1; worker_rlimit_nofile 1024; events { worker_connections 800; } http { include mime.types; default_type

Re: nginx how to run first site as open , and second

2014-12-29 Thread Einfach Jemand
Hi, On 2014-12-30 on 05:30 CET Tuyosi Takesima wrote : thanks for good advise . surely no need to compile to obtain basic auth . my test nginx.conf is next . cat /etc/nginx /nginx.conf worker_processes 1; worker_rlimit_nofile 1024; events { worker_connections 800;

Re: leaving linux - questions about capabilities

2014-12-29 Thread Raf
On Mon, Dec 29, 2014 at 10:45:48PM EST, Jonathan Gray wrote: Ivy bridge supports three outputs with two of them sharing a clock assuming the sytem has two displayport outputs (and none do?). All SFF and USFF Dell Optiplex desktop PCs in the 70x0 and 90x0 series[0] have 1 x VGA and 2 x

Re: 500 httpd error with owncloud

2014-12-29 Thread Jona Joachim
On 2014-12-29, Clemens Gößnitzer e1126...@student.tuwien.ac.at wrote: Hey, Since your initial email you have not included any config files, i.e. httpd.conf, etc. Would you, perhaps, care to share them with us? My shew stone is being serviced. Of course. Here they are: # cat /etc/httpd.conf