OpenBSD init script (rails+nginx+unicorn)

2012-08-24 Thread Mikkel Bang
Can/should this init script be rewritten/simplified for OpenBSD? https://gist.github.com/3447050 (an application-specific init scriptfor a rails+nginx+unicorn setup) I like how Ope

Re: OpenSSL handling intermediate certificates

2012-08-24 Thread Kevin Chadwick
> However, > this would require DNSSEC to be secure (which itself seems to be mired > in controvery lately, not to mention the slow rate of adoption) Do you have a reference for that. I know of the controversy around DNSCURVE before DNSSEC even arrived but haven't seen any of late. Is it to do wit

договаривались сегодня увидеться

2012-08-24 Thread Alina Gorina
?This is a text part of the message. It is shown for the users of old-style e-mail clients

Perl script ran by chrooted apache

2012-08-24 Thread Mik J
Hello, I have the following perl script that works in command line: #!/usr/bin/perl use Net::DNS; my $res   = Net::DNS::Resolver->new; my $query = $res->search("www.openbsd.org"); if ($query) {     foreach my $rr ($query->answer) {     next unless $rr->type eq "A";     print $rr->address,

Re: Perl script ran by chrooted apache

2012-08-24 Thread Sébastien Marie
On Fri, Aug 24, 2012 at 06:02:39PM +0100, Mik J wrote: > Hello, > > I have the following perl script that works in command line: > > [...] > > # ./dns.pl > 142.244.12.42 > > [...] > > I tried in /var/www/htdocs/cgi/ but when I access > http://192.168.1.1/cgi/dns.pl > I have a blank page > > In

Re: OpenBSD init script (rails+nginx+unicorn)

2012-08-24 Thread Mikkel Bang
For what it's worth, here she is: https://gist.github.com/3447050 the Linux version sure is jealous now :-) Mikkel 2012/8/24 Mikkel Bang > Can/should this init script be rewritten/simplified for OpenBSD? > > https://gist.github.com/3447050 (an application-specific init > script

Re: Perl script ran by chrooted apache

2012-08-24 Thread Mik J
> De : Sébastien Marie > On Fri, Aug 24, 2012 at 06:02:39PM +0100, Mik J wrote: >> Hello, >> >> I have the following perl script that works in command line: >> >> [...] >> >> # ./dns.pl >> 142.244.12.42 >> >> [...] >> >> I tried in /var/www/htdocs/cgi/ but when I access >> http://192.

Re: Perl script ran by chrooted apache

2012-08-24 Thread Mik J
I modified the wrong file. Since I was debugging I had created many copies of that script. Yes your solution works. Thank you. - Mail original - > De : Mik J > À : "misc@openbsd.org" > Cc : > Envoyé le : Vendredi 24 août 2012 23h14 > Objet : Re: Perl script ran by chrooted apache >

ПОРА ОТДЫХАТЬ!

2012-08-24 Thread Путешествуйте с нами
! ÏÎÐÀ  ÎÒÏÓÑÊ ÏÎ ËÓ×ØÈÌ ÖÅÍÀÌ ! Çâîíèòå ïðÿìî ñåé÷àñ: (044) 501-60-30, 067-230-06-63 ÊÈÒÀÉ -ñàìûå ëó÷øèå öåíû îò îïåðàòîðà! îòäûõ íà î. Õàéíàíü ñ ïåðåëåòîì à/ê Òðàíñàýðî (Ìîñêâà-Ñàíüÿ- Ìîñêâà) êîìáèíèðîâàííûå òóðû: ýêñêóðñèîíêà+ îòäûõ íà ìîðå Àâèàáèëåòû, âèçîâàÿ ïîääåðæêà (îäíîêðàòíûå 150 ó.å/÷

Re: website page to fix

2012-08-24 Thread Andres Perera
On Sat, Jun 30, 2012 at 4:51 PM, Ted Unangst wrote: > Somebody wants to fix something? Straighten the hell out of > anoncvs.html. > > For starters, I'm like 90% sure that all the jibber jabber about rsh vs > ssh vs pserver can die in a fire. > > The list of crypto files is a joke. > > The big blo

one keydisk to access multiple encrypted systems

2012-08-24 Thread Erling Westenvik
According to http://www.undeadly.org/cgi?action=article&sid=20110530221728 I've set up fully encrypted disk by using the bioctl(4) feature for specifying a key disk # bioctl -C force -c C -l /dev/wd0d -k /dev/sd0d softraid0 and it works perfectly. But, is it possible to use the same key disk fo

Re: OpenSSL handling intermediate certificates

2012-08-24 Thread Ryan Kirk
You're definitely on track, although I was referring to D.J. Bernstein's recent slides: http://cr.yp.to/talks/2012.06.04/slides.pdf In these, he does bring up the same problems again that his DNSCURVE purported to solve, about weak algorithms, signing (or lack of), forgeries, and UDP amplification