Re: OpenBSD 5.5: ICMP port unreachable to DHCP relay agent...

2014-09-15 Thread ej
Short question. Is pf blocking this traffic? On 13-09-14 23:03, Andrew Lester wrote: Hi All, Previously I sent out a very long e-mail about this and I didn't get any responses, so this is my second attempt which will be much shorter. Basically, I am having a problem with the included

Re: httpd(8) questions

2014-09-15 Thread Jay Patel
Also Will this be compatible with Webmin panel? On Mon, Sep 15, 2014 at 12:49 AM, Daniel Jakots vigdis+o...@chown.me wrote: Hi, I begin to play with httpd, but I found three annoying things: I use it on my laptop for two things, have a local mirror of OpenBSD website and provide some

BBM Channel

2014-09-15 Thread Jay Patel
Hi all, All are welcome to check out OpenBSD channel on BBM messenger on all platform to stay connected. :) Regards, Jay.

How to log the install console?

2014-09-15 Thread somelooser3524
If I do an install from a flash drive, select (S)hell: ## # mount /dev/sd0a /mnt # cd /mnt/5.5/amd64 # tar -xzvf basexx.tgz ./usr/bin/script # ln -s /mnt/5.5/amd64/usr/bin/script /usr/bin/ # tar -xzvf basexx.tgz ./usr/lib/libutil.so* # mkdir /usr/lib # ln -s

Re: How to log the install console?

2014-09-15 Thread Robert Peichaer
On Mon, Sep 15, 2014 at 09:18:08AM +0200, somelooser3...@hushmail.com wrote: If I do an install from a flash drive, select (S)hell: ## # mount /dev/sd0a /mnt # cd /mnt/5.5/amd64 # tar -xzvf basexx.tgz ./usr/bin/script # ln -s /mnt/5.5/amd64/usr/bin/script /usr/bin/

Re: How to log the install console?

2014-09-15 Thread Stuart Henderson
On 2014-09-15, somelooser3...@hushmail.com somelooser3...@hushmail.com wrote: My purpose is just to log the install console to a file for documentation purpose. I would use a serial console, either a real one or qemu -nographic - either modify the install media to add an /etc/boot.conf with

Re: dwb questions

2014-09-15 Thread Dmitrij D. Czarkoff
Zoran Kolic said: I changed options in settings file. It disabled scripts and cookies. I played a little with commands above and went nowhere. Obviously have to use the browser a bit to get a feeling. You might want to file a bug at upstream's tracker: whitelisting is one of the selling

DNSSEC-query with DO-bit through libc ?

2014-09-15 Thread Marco Prause
Hi, while playing around with DANE-enabled postfix, I've been running in some problems (maybe) concerning with postfix's usage of libc / res_query.c At the moment it seems to me, libc (or something around) is cutting off the necessary DO-Bit in the dns-queries. While asking the local

Re: [Bulk] DNSSEC-query with DO-bit through libc ?

2014-09-15 Thread Kevin Chadwick
On Mon, 15 Sep 2014 12:59:46 +0200 Marco Prause wrote: Does anyone already met some familiar issue and maybe have some workarounds ? Or can anyone verify / falsify my libc-theory ? I'd look into whether you still have an issue whilst using TCP for the requests?

packets logged by pf without log rule

2014-09-15 Thread Tony Sarendal
I'm currently looking into some logging strangeness in we are seeing. Does anyone know why this is logged ? obc3.rad# cat /etc/pf.conf pass quick all obc3.rad# pfctl -sr pass quick all flags S/SA obc3.rad# tcpdump -n -e -ttt -i pflog0 tcpdump: WARNING: snaplen raised from 116 to 160 tcpdump:

Re: dwb questions

2014-09-15 Thread Zoran Kolic
You might want to file a bug at upstream's tracker: whitelisting is one of the selling points of dwb, and if documentation doesn't make its usage clear, it's a bug. In fact, I'm quite pleased with the very appearance of dwb in packages at all. I found it suiting me more than luakit. Good point

Re: panic: mtx_enter: locking against myself

2014-09-15 Thread Atanas Vladimirov
On 29.01.2013 01:47, mxb wrote: Those panics seems to be related to GRE. I switched from using gre to gif and was unable to reproduce this panic. On 4 jan 2013, at 00:01, mxb m...@alumni.chalmers.se wrote: scp from within internal network (network2) does not trigger this panic, eg.

Re: How to run smokeping with slowcgi?

2014-09-15 Thread Atanas Vladimirov
On 14.09.2014 22:29, Adam Thompson wrote: On 2014-09-14 11:58, Atanas Vladimirov wrote: Hi, I'm trying to run smokeping (installed via ppkg_add) with nginx (installed via ppkg_add) and slowcgi. Is it possible? Not sure about the package... also not sure running smokeping under slowcgi is

chroot libressl

2014-09-15 Thread Kevin Chadwick
The pound man page says that OpenSSL requires access to /dev/urandom. Is a file interface still required on current with Libressl or will it use the system call? If so, is it still better to have both at all?

Re: chroot libressl

2014-09-15 Thread Brad Smith
On 15/09/14 12:42 PM, Kevin Chadwick wrote: The pound man page says that OpenSSL requires access to /dev/urandom. AFAIK that is a generic comment that isn't the case for OpenBSD. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: npppd Ipsec L2TP mtu issues.

2014-09-15 Thread Jens Hansen
Thank you for your response. I've investegated a little further, I see the following in /var/log/messages on the l2tp npppd server: l2tpd ctrl=1 timeout waiting ack for hello packets. l2tpd ctrl=1 call=28732 logtype=PPPUnbind The client reports that the tunnel went down.. does this indidacte an

Re: [Bulk] DNSSEC-query with DO-bit through libc ?

2014-09-15 Thread Marco Prause
Am 15.09.2014 um 15:58 schrieb Kevin Chadwick: On Mon, 15 Sep 2014 12:59:46 +0200 Marco Prause wrote: Does anyone already met some familiar issue and maybe have some workarounds ? Or can anyone verify / falsify my libc-theory ? I'd look into whether you still have an issue whilst using TCP

Re: packets logged by pf without log rule

2014-09-15 Thread Alexander Salmin
Did you see it in previous versions? I would compare the same ruleset with a fresh 5.5 and see if you experience the same and in that case continue compare the relevant sourcecode. Regards, Alexander Salmin On 2014-09-15 16:18:26, Tony Sarendal wrote: I'm currently looking into some logging

Re: DNSSEC-query with DO-bit through libc ?

2014-09-15 Thread Stuart Henderson
On 2014-09-15, Marco Prause marco-obsdm...@prause.eu wrote: Looking at lib/libc/net/res_query.c Try libc/asr/res_query.c ..

OpenBSD 5.6 theme song?

2014-09-15 Thread Chuck Burns
Ok, so, I was joking around on IRC the other night, and said I'm too sexy for this vax.. too sexy for this vax.. so sexy leet hax and I'm a PC, ya know what I mean.. I do a little stack smash in the kernel... in the kernel yea... I do a little stack smash in the kernel. And now a bunch of

Re: OpenBSD 5.6 theme song?

2014-09-15 Thread Philip Guenther
On Mon, Sep 15, 2014 at 6:43 PM, Chuck Burns brea...@gmail.com wrote: ... And now a bunch of people in the channel want this spoof to get finished and become the new theme song for the upcoming 5.6 release. Heh. I've been heavily involved in the theme and design of the last few releases, so

Re: random.seed and read only root

2014-09-15 Thread Philip Guenther
On Thu, Sep 11, 2014 at 1:41 PM, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: previously on this list Kevin Chadwick contributed: After noticing random.seed change failure messages on shutdown. I have been modding /etc/rc? --- etc/rc Fri Aug 8 07:05:50 2014 +++ etc/rc.new Mon Aug 18