Re: pkg_add update checker?

2014-11-22 Thread Stuart Henderson
On 2014-11-22, bodie bodz...@openbsd.cz wrote: You did not mention what version of OpenBSD you are using. Is it -release, -stable or -current? For -release, -stable there are hardly any updates during 6 months period For -current, you could use something like urlwatch to monitor the snapshot

Re: pkg_add update checker?

2014-11-22 Thread Marcus Merighi
s...@spacehopper.org (Stuart Henderson), 2014.11.22 (Sat) 10:18 (CET): On 2014-11-22, bodie bodz...@openbsd.cz wrote: You did not mention what version of OpenBSD you are using. Is it -release, -stable or -current? For -release, -stable there are hardly any updates during 6 months period

fastcgi support in httpd(8)

2014-11-22 Thread Riley Baird
Hi, I am running OpenBSD 5.6-stable (without the X packages). I have successfully setup the httpd(8) webserver, but only for static webpages. I have been unable to get cgi (perl) scripts to run. Due to the OpenBSD chroot, I have copied the folowing files into /var/www. The libraries were

Re: fastcgi support in httpd(8)

2014-11-22 Thread Koko Wijatmoko
On Sat, 22 Nov 2014 20:53:51 +1100 Riley Baird bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch wrote: A script as simple as the below brings up this error, but it has been tested with other scripts: #!/usr/bin/perl print Hello! Try this: ---begin--- #!/usr/bin/perl print

Re: fastcgi support in httpd(8)

2014-11-22 Thread Riley Baird
Try this: ---begin--- #!/usr/bin/perl print Content-Type: text/html\n\n; print Hello!; ---end--- I've just done it, and I still get the same error.

Re: fastcgi support in httpd(8)

2014-11-22 Thread Jona Joachim
On 2014-11-22, Riley Baird bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch wrote: Hi, I am running OpenBSD 5.6-stable (without the X packages). I have successfully setup the httpd(8) webserver, but only for static webpages. I have been unable to get cgi (perl) scripts to run. That is

Re: fastcgi support in httpd(8)

2014-11-22 Thread Vadim Zhukov
22 нояб. 2014 г. 12:54 пользователь Riley Baird bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch написал: Hi, I am running OpenBSD 5.6-stable (without the X packages). I have successfully setup the httpd(8) webserver, but only for static webpages. I have been

Re: fastcgi support in httpd(8)

2014-11-22 Thread Quentin Rameau
Hi, Hi Due to the OpenBSD chroot, I have copied the folowing files into /var/www. The libraries were generated from `ldd /usr/bin/perl`. /usr/bin/perl /usr/lib/libc.so.77.0 /usr/lib/libm.so.9.0 /usr/lib/libperl.so.15.0 /usr/lib/libpthread.so.18.0 /usr/lib/libutil.so.12.1

Re: pkg_add update checker?

2014-11-22 Thread John Merriam
On Sat, 22 Nov 2014, bodie wrote: On 22.11.2014 03:40, John Merriam wrote: On Fri, 21 Nov 2014, Comète wrote: 21 novembre 2014 23:00 John Merriam j...@johnmerriam.net a écrit: Hello. I am trying to write a script to check for updates to the binary packages by checking the output of

Re: fastcgi support in httpd(8)

2014-11-22 Thread Christian Weisgerber
On 2014-11-22, Riley Baird bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch wrote: I have successfully setup the httpd(8) webserver, but only for static webpages. I have been unable to get cgi (perl) scripts to run. You didn't mention it, so I'll point out that you need to run slowcgi(8)

Is this a gstreamer-issue?

2014-11-22 Thread Stefan Wollny
Hi there! The following errors are 100% reproducible on my system: ~ $ firefox https://google.de 1416671415148 GMPInstallManager.simpleCheckAndInstall INFOLast check was: 55940 seconds ago, minimum seconds: 86400 1416671415154 GMPInstallManager.simpleCheckAndInstall INFOWill not

Re: Multiple NICs vs multiple physical firewalls

2014-11-22 Thread Daniel Melameth
On Sat, Nov 22, 2014 at 8:46 AM, Martin Hanson greencopperm...@yandex.com wrote: Hi all I have one gateway and several boxes serving some NFS, Samba and other stuff. Then I have a public server for some gaming. I am thinking about two different setups, but I am in serious doubt as to

Multiple NICs vs multiple physical firewalls

2014-11-22 Thread Martin Hanson
Hi all I have one gateway and several boxes serving some NFS, Samba and other stuff. Then I have a public server for some gaming. I am thinking about two different setups, but I am in serious doubt as to whether one actually has any real benefit over the other. The public server gets its own

httpd uses access time instead of modification time for date header

2014-11-22 Thread Ezequiel Garzón
Greetings! I'm using the original 5.6 release of OpenBSD, and httpd is using for the Date HTTP header the access time of the file instead of the modification time. Here are two consecutive requests: $ curl -I eze HTTP/1.1 200 OK Connection: keep-alive Content-Length: 1 Content-Type: text/html

OpenBSD 5.6 Installer / inodes for ports

2014-11-22 Thread Robert Carleton
I installed OpenBSD 5.6 on a single 8 GB drive under VirtualBox. I used auto partitioning. When I went to extract ports into the /usr file system, it ran out of inodes. I can work around the issue, but the inode calculation for for the auto partitioning may need to be adjusted to account for

Re: recent and64 shapshots: USB device timeouts, xhci: NULL xfer pointer

2014-11-22 Thread Peter N. M. Hansteen
More data on the USB problems - on the most recent snapshot, apparently only one of two USB ports work (dmesg has uhub0: device problem, disabling port 1), but attaching the urtwn dongle does work, and when the connection drops, so far 4 out of 5 times just doing a sudo sh /etc/netstart urtwn0

Re: OpenBSD 5.6 Installer / inodes for ports

2014-11-22 Thread Theo de Raadt
I installed OpenBSD 5.6 on a single 8 GB drive under VirtualBox. I used auto partitioning. When I went to extract ports into the /usr file system, it ran out of inodes. I can work around the issue, but the inode calculation for for the auto partitioning may need to be adjusted to account for

Re: OpenBSD 5.6 Installer / inodes for ports

2014-11-22 Thread Robert Carleton
On Nov 22, 2014, at 9:17 AM, Theo de Raadt dera...@cvs.openbsd.org wrote: I installed OpenBSD 5.6 on a single 8 GB drive under VirtualBox. I used auto partitioning. When I went to extract ports into the /usr file system, it ran out of inodes. I can work around the issue, but the inode

Re: httpd uses access time instead of modification time for date header

2014-11-22 Thread Ezequiel Garzón
Thank you, Rafael. I never took the time to read the appropriate RFC, and was used to the way pretty much everybody misuses this header then! Just as a random example (retrieved minutes ago): $ curl -I http://arxiv.org/abs/1008.0017 HTTP/1.1 200 OK Set-Cookie: arxiv.web=R2323986704; path=/ Date:

Re: httpd uses access time instead of modification time for date header

2014-11-22 Thread Ezequiel Garzón
Man, this is bad... I confused the Date and Last-Modified headers... I guess my question now is whether httpd will offer a Last-Modified header. Any information about that? Thanks, and sorry again. Best, Ezequiel On Sat, Nov 22, 2014 at 6:28 PM, Ezequiel Garzón garzon.luc...@gmail.com wrote:

Re: pkg_add update checker?

2014-11-22 Thread trondd
At the moment I am on 5.6-release But you want to track -stable OS and packages. There is a -stable ports branch. I don't know what the criteria is for what is checked in there, but there are certainly updates related to security issues at least. Probably depends a lot on the port maintainer.

Re: Is this a gstreamer-issue?

2014-11-22 Thread trondd
This error does not show up with only one regular http-site, but (at least with Firefox) happens with 7+ tabs opened. What sites? Always the same sites? Different sites? What have you tried? How much time goes by before is hangs? Do you have to be doing anything at the time? Both

Will httpd return a Last-Modified header?

2014-11-22 Thread Ezequiel Garzón
Hello again. I'm sorry about the last thread... it showed my knowledge of HTTP headers! The question I should have asked from the beginning is whether httpd will return in the future a Last-Modified header. Thanks again, Ezequiel

useradd refusing encrypt output with 5.6

2014-11-22 Thread Tuomas Tonteri
Hello list, Running out of imagination here with 5.6 stable, useradd is not accepting encrypt -b 8 output for the encrypted password. Same works on 5.3. Why, any ideas? # uname -a OpenBSD host 5.3 GENERIC#53 amd64 # PASS=$(echo Testing123 | encrypt -b 8) # echo $PASS

Re: useradd refusing encrypt output with 5.6

2014-11-22 Thread Otto Moerbeek
On Sat, Nov 22, 2014 at 01:42:47PM +, Tuomas Tonteri wrote: Hello list, Running out of imagination here with 5.6 stable, useradd is not accepting encrypt -b 8 output for the encrypted password. Same works on 5.3. Why, any ideas? # uname -a OpenBSD host 5.3 GENERIC#53 amd64 #

Update to gravely outdated quiz(6) datfiles

2014-11-22 Thread Jack Szmidt
The Africa file still lists Egypt as United Arab Republic, which ceased to exists de facto in 1961, and de jure in 1971... Cheers, j --- africa.orig Sat Nov 22 12:39:35 2014 +++ africa Sat Nov 22 13:34:47 2014 @@ -1,43 +1,54 @@ Algeria:Alg[iers|er] +Angola:Luanda Botswana:Gaborone

Re: useradd refusing encrypt output with 5.6

2014-11-22 Thread Otto Moerbeek
On Sat, Nov 22, 2014 at 07:54:12PM +0100, Otto Moerbeek wrote: On Sat, Nov 22, 2014 at 01:42:47PM +, Tuomas Tonteri wrote: Hello list, Running out of imagination here with 5.6 stable, useradd is not accepting encrypt -b 8 output for the encrypted password. Same works on 5.3. Why,

Can't boot Nov 21 amd64/bsd.rd - finishes at 'entry point'...

2014-11-22 Thread Jiri B
I can't boot bsd.rd (amd64) from Nov 21 2014. I've tried to upgrade my FDE-based amd64 installation. I entered passphrase for crypto softraid in boot loader, typed 'bsd.rd' and after one line it finished: entry point at 0x1000160 [7205c768, 3404, 24448b12, 6670a304] (I hope I wrote it down

Re: Can't boot Nov 21 amd64/bsd.rd - finishes at 'entry point'...

2014-11-22 Thread Theo de Raadt
I can't boot bsd.rd (amd64) from Nov 21 2014. I've tried to upgrade my FDE-based amd64 installation. I entered passphrase for crypto softraid in boot loader, typed 'bsd.rd' and after one line it finished: entry point at 0x1000160 [7205c768, 3404, 24448b12, 6670a304] (I hope I wrote

surf (browser): URL bar doesn't appear

2014-11-22 Thread Alessandro DE LAURENZIS
Dear misc@ readers, I'm facing troubles when using surf browser: ctrl-g doesn't spawn the URL bar (other bindkeys seems to work properly). I'm not able to give more info, 'cause no msg is printed on stdout. Of course, dmenu is installed. It's just me? Any hints? Any point in the right direction

Re: surf (browser): URL bar doesn't appear

2014-11-22 Thread Dmitrij D. Czarkoff
Alessandro DE LAURENZIS said: It's just me? Any hints? Any point in the right direction for a proper debug more than welcome. http://marc.info/?l=openbsd-portsm=141321944629586w=2 -- Dmitrij D. Czarkoff

Re: useradd refusing encrypt output with 5.6

2014-11-22 Thread Brian Conway
(Apologies for potentially breaking threading, replying for a list archive.) I brought this up previously[1] and can confirm that it is fixed in 5.6-stable. Thanks to all. Brian Conway [1] https://www.mail-archive.com/misc@openbsd.org/msg133393.html

Re: Is this a gstreamer-issue? Solved, but not an OpenBSD-minded solution

2014-11-22 Thread Stefan Wollny
Am 11/22/14 um 18:46 schrieb trondd: Hi Tim, really appreciate that you haven't given up on me - thanks for replying. This error does not show up with only one regular http-site, but (at least with Firefox) happens with 7+ tabs opened. What sites? Always the same sites? Different sites?

Re: fastcgi support in httpd(8)

2014-11-22 Thread Riley Baird
You didn't mention it, so I'll point out that you need to run slowcgi(8) to proxy between FastCGI and CGI scripts. I just tried running slowcgi(8) and the script worked. Thanks!

openbsd 5.6 - pf does not work on local redirects

2014-11-22 Thread Soós László
Dear List, I'm struggling to understand which change in 5.6 implied that my pf redirects do not work anymore on the openbsd host itself. It all worked okay in OpenBSD 5.5, I did not change anything in the ruleset, just updated from 5.5 - 5.6. Is there anybody who is facing similar issue with

Re: Mac Mini

2014-11-22 Thread Kyle Cronin
On Thursday, November 20, 2014 at 6:40 PM, Austin Gilbert wrote: On Nov 20, 2014, at 4:08 PM, bodie bodz...@openbsd.cz (mailto:bodz...@openbsd.cz) wrote: What is the date of your bsd.rd and snapshot? They are new most of the time daily. Like eg. now 20-Nov-2014 21:40 7.2M Perhaps I

VS: useradd refusing encrypt output with 5.6

2014-11-22 Thread Tuomas Tonteri
Ok, not sure if my post even made it to the list but found this on the -current changes, probably explains it, I'll give it a try: - Added missing capability to handle new $2b version of blowfish(3) password encryption for usermod(8) and friends. Should have looked into this before posting. I

sensorsd, upd, and state changes

2014-11-22 Thread Joe Gidi
Hi all, I'm running OpenBSD 5.6/amd64 on my fileserver. It has an APC UPS that was previously managed with apcupsd. Since I upgraded to 5.6, the UPS now attaches as a upd device: $ dmesg | grep uhidev3 uhidev3 at uhub3 port 5 configuration 1 interface 0 APC Back-UPS ES 450 FW:844.K2 .D USB FW:K2

Re: openbsd 5.6 - pf does not work on local redirects

2014-11-22 Thread Jason Adams
On 11/22/2014 12:50 PM, Soós László wrote: Telnet on the same host (command run on the OpenBSD host) - BAD, UNEXPECTED BEHAVIOUR - [root ~]# telnet yy.yy.yy.131 25 Trying yy.yy.yy.131... telnet: connect to

PF User's Guide still refers to 5.5; patch to s/5.5/5.6/g

2014-11-22 Thread Jonathan Thornburg
The PF User's Guide still refers to 5.5 in web-manual-page URLs and in the text in the last paragraph of index.html. (In fact, that last paragraph also still refers to 5.4.) Here's a suggested patch to change all of these to 5.6: Index: anchors.html

ssh oddities

2014-11-22 Thread Duncan Patton a Campbell
I built /usr/src/usr.bin/ssh on an amd64_5.6 against the new ssl libs (the system is patched up to 009_httpd.patch.sig). When I installed I got No supported key exchange algorithms found when attempting to ssh to any system 5.6. Stock 5.6 binaries were able to work with the rebuilt 5.6

Multiple NICs vs multiple physical firewalls

2014-11-22 Thread thevoid
On Sat, 22 Nov 2014 16:46:43 +0100 Martin Hanson greencopperm...@yandex.com wrote: Hi all I have one gateway and several boxes serving some NFS, Samba and other stuff. Then I have a public server for some gaming. I am thinking about two different setups, but I am in serious doubt as to

Re: Can't Install OpenBSD 5.6 with FTP

2014-11-22 Thread Hendrickson, Kenneth
Note that I'm trying to install from my own private network. Yes, I could install from the servers on the web. But I have many boxes to install, and I want the installations to go fast. I don't want to pound the servers with hundreds of requests. So I want to use my own servers. And I

Re: pkg_add update checker?

2014-11-22 Thread Артур Истомин
On Sat, Nov 22, 2014 at 09:45:51AM -0500, John Merriam wrote: I used binary packages because that's what the FAQ recommends. Would I be better off using ports instead? Are the ports updated more frequently? Yes, you have to use ports for this purpose. Or you can use mtier repos like

Re: kernel page fault trap

2014-11-22 Thread Philip Guenther
On Wed, 12 Nov 2014, Nikos Skalkotos wrote: Hello, here is the complete output: okay, fdisk output and disklabel output look sane and match up. The diff of the dumpfs output is interesting: -^magic 11954 (FFS1)timeWed Nov 12 10:13:55 2014 +^magic 11954 (FFS1)timeWed Nov 12

Can't Install OpenBSD 5.6 with FTP

2014-11-22 Thread Hendrickson, Kenneth
I can't install OpenBSD 5.6 with PXE with an FTP server. I now must figure out how to get a http server running. After 3 hours, it isn't working yet. There is NO documentation on how to set up the required web server pages. I've looked. There are no examples. Not even one example. This is NOT

VS: useradd refusing encrypt output with 5.6

2014-11-22 Thread Tuomas Tonteri
Hi Otto, Thanks for the reply. Well I was actually running 5.6 release, got confused with the flavors and what I had running. So this explains why it didn't work for me. Thanks for clarifying anyway because I looked at the 5.6 errata and thought it was not fixed with stable yet. (There seems

Re: pkg_add update checker?

2014-11-22 Thread bodie
On 22.11.2014 15:45, John Merriam wrote: On Sat, 22 Nov 2014, bodie wrote: On 22.11.2014 03:40, John Merriam wrote: On Fri, 21 Nov 2014, Comète wrote: 21 novembre 2014 23:00 John Merriam j...@johnmerriam.net a écrit: Hello. I am trying to write a script to check for updates to the

Re: Can't Install OpenBSD 5.6 with FTP

2014-11-22 Thread jungle Boogie
Hi Kenneth, On 22 November 2014 at 18:37, Hendrickson, Kenneth khend...@harris.com wrote: Note that I'm trying to install from my own private network. Yes, I could install from the servers on the web. But I have many boxes to install, and I want the installations to go fast. I don't want

Intra-BSD desktop environment based on Google's Material Design guidelines

2014-11-22 Thread opendaddy
Hi, An intra-BSD desktop environment based on Google's Material Design guidelines [1] -- would anyone be interested in something like that? This way we could retire PC-BSD, and, coupled with the fact that OpenBSD is the world's only OS allowing you to run Xorg as an unprivileged user [2], we

Re: Intra-BSD desktop environment based on Google's Material Design guidelines

2014-11-22 Thread Luiz Roberto dos Santos
At 23 Nov 2014 06:26:36 + (UTC) from openda...@hushmail.com: expand OpenBSD's user base by tens of millions I trust fully in the administration of this project, but I fear that this kind of effort, to let the OpenBSD more mainstream, finish leaving our community similar to what would be

Re: Intra-BSD desktop environment based on Google's Material Design guidelines

2014-11-22 Thread Theo de Raadt
expand OpenBSD's user base by tens of millions Look there is a disconnect. Fundamentally, OpenBSD is a research project. I know I won't exert any energy for a windowing system, in fact even typing this sentence is making me tired. This way we could retire PC-BSD conquering the Linux desktop

Re: Intra-BSD desktop environment based on Google's Material Design guidelines

2014-11-22 Thread bodie
On 23.11.2014 07:26, openda...@hushmail.com wrote: Hi, An intra-BSD desktop environment based on Google's Material Design guidelines [1] -- would anyone be interested in something like that? My cwm on OpenBSD (or other wms) runs just fine without that guideline. And it's case for a lot of