Re: Kernel error with March 20th amd64 snapshot

2014-03-23 Thread Peter Kane
Hi Martin Just to add another dimension to this, the same snapshot caused a suspend resume regession for me (I also get a crash if I replug the wireless keyboard/mouse). If I try to suspend with or without a USB flash drive attached I get the same crash. The trace etc below looks fairly similar

Re: Kernel error with March 20th amd64 snapshot

2014-03-23 Thread Andre de Oliveira
please try the following patch. Index: uhidev.c === RCS file: /cvs/src/sys/dev/usb/uhidev.c,v retrieving revision 1.56 diff -u -p -r1.56 uhidev.c --- uhidev.c19 Mar 2014 08:59:37 - 1.56 +++ uhidev.c23 Mar 2014

dnsmasq + nsd ?

2014-03-23 Thread Stéphane Guedon
As I have seen openbsd is removing bind from base (which point I don't discuss), has anyone successfully used dnsmasq + nsd ? Dnsmasq can act as dhcp + dhcpv6 + radvd + dns caching server. So it's pretty good to replace many different softwares. And it would allow to implement bind views as

dnssec on openbsd domains

2014-03-23 Thread Stéphane Guedon
As openbsd has a great reputation for security, I wonder if there's a plan to setup dnssec on all domains (I have checked www.openbsd.org and www.opensmtpd.org and no good result from now) ? [demime 1.01d removed an attachment of type application/pgp-signature which had a name of

crypto vnd(4) question

2014-03-23 Thread David Vasek
Hello, I would like to ask you. Does anybody have a real life experience with a few TB large encrypted vnd(4) image which hosts a filesystem which is intensively written to and read from? In such a setup where the host device is a 4k-byte sector drive and the vnd(4) emulates a 512-byte sector

Recovery after pwd.db corruption ?

2014-03-23 Thread Denis Fondras
Hello, After a power-loss, my server rebooted and gave at start : starting network daemons: sshdMar 23 07:59:40 su: /etc/pwd.db: Inappropriate file type or format (failed) smtpdMar 23 07:59:41 su: /etc/pwd.db: Inappropriate file type or format (failed). starting local daemons: cronMar 23

Re: Recovery after pwd.db corruption ?

2014-03-23 Thread Theo de Raadt
The following recipe might help: boot bsd.rd (s) for shell fsck your root filesystem mount your root filesystem on /mnt fsck the filesystems specified in /mnt/etc/fstab Mount at least your /usr partition, but on /mnt/usr You will need it to run the pwd_mkdb command Run

Re: Recovery after pwd.db corruption ?

2014-03-23 Thread Ted Unangst
On Sun, Mar 23, 2014 at 22:02, Denis Fondras wrote: Hello, After a power-loss, my server rebooted and gave at start : starting network daemons: sshdMar 23 07:59:40 su: /etc/pwd.db: Inappropriate file type or format (failed) smtpdMar 23 07:59:41 su: /etc/pwd.db: Inappropriate file

Re: Recovery after pwd.db corruption ?

2014-03-23 Thread Denis Fondras
Thank you very much Ted Theo ! :)

Re: crypto vnd(4) question

2014-03-23 Thread Robert
On Sun, 23 Mar 2014 19:17:58 +0100 (CET) David Vasek va...@fido.cz wrote: Hello, I would like to ask you. Does anybody have a real life experience with a few TB large encrypted vnd(4) image which hosts a filesystem which is intensively written to and read from? In such a setup where the

Re: Unbound in base, yes, what about ldns?

2014-03-23 Thread Chris Smith
On Thu, Mar 20, 2014 at 7:39 PM, Stuart Henderson s...@spacehopper.org wrote: You can uninstall the package if you don't need it, or you can keep it if you do need it (for example, for drill or the ldns-* tools). How about this line added to rc.conf.local when using the package:

Re: Questions about monitoring LAN traffic with openbsd/pf/pflog/pflow

2014-03-23 Thread Giancarlo Razzolini
Em 22-03-2014 08:39, Florian Obser escreveu: On Thu, Mar 20, 2014 at 06:14:39PM -0300, Giancarlo Razzolini wrote: AFAIK, using anything beside proto 5 on pflow interfaces is broken, at least on OpenBSD 5.4. I know there were some recent work in this area that solves this issue. Nope, proto 9

Openbsd 4.1 Routing Issues

2014-03-23 Thread Wong Peter
Hello to all, I had try to set up openbsd as home router but eventually it fail to function properly. External Interface (vr0) 192.168.1.2 255.255.255.0 none Internal Interface (rl0) 172.16.10.1 255.255.255.0 none Wireless Interface (ath0) 192.168.5.1 255.255.255.0 none *Routing Table* (route

Re: Openbsd 4.1 Routing Issues

2014-03-23 Thread Adam Thompson
It appears, at first glance, that your default route is incorrect. Is your external IP address assigned statically or by DHCP? If statically, then you will want to edit /etc/mygate to set your default route correctly. (Also, are you really running OpenBSD version 4.1, and if so, why???) -Adam On

Re: Openbsd 4.1 Routing Issues

2014-03-23 Thread Adam Thompson
Whoops, I just noticed the PPPoE link. You might try manually overriding the default route to see if that solves your problem. I'm sorry I don't remember the exact syntax needed to do this offhand. I know under Linux it would be route add default dev tun0, but I'm not sure of the OpenBSD syntax,

Re: Kernel error with March 20th amd64 snapshot

2014-03-23 Thread Peter Kane
Hello By the time I had downloaded the cvs tree it seems a slightly modified version of Andre's patch had been committed. I tested with that and it fixed my crash on suspend problem (I could also replug the keyboard/mouse). However, the problem of an automatic resume when a USB drive is attached