Broken SquidGuard package on 5.3/amd64

2013-08-22 Thread Frédéric URBAN
Hello, Looks like it has been already reported, but the package SquidGuard is broken (binary segfault) on OpenBSD 5.3 arch amd64. It's fixed in -current but the 5.3 version of the package is unusable any way to use squidGuard on 5.3 without running a i386 version or compiling from sources (or

Re: Updating past 5.4-current flag day w/ SSH only (amd64, maybe others)

2013-08-22 Thread Stuart Henderson
On 2013-08-21, Paul de Weerd wrote: > On Wed, Aug 21, 2013 at 12:55:26PM +, Stuart Henderson wrote: >| On 2013-08-19, Paul de Weerd wrote: >| >| >| >| 12. Re-add packages as per current.html: >| >| >| >| # pkg_add -z -l /root/pkg_list_manual >| >| # pkg_add -za -l /root/pkg_list_full >| > >

Re: Broken SquidGuard package on 5.3/amd64

2013-08-22 Thread Stuart Henderson
On 2013-08-22, Frédéric URBAN wrote: > Hello, > > Looks like it has been already reported, but the package SquidGuard is > broken (binary segfault) on OpenBSD 5.3 arch amd64. It's fixed in > -current but the 5.3 version of the package is unusable any way to use > squidGuard on 5.3 without runni

Re: how to "aggregate" a single TCP connection, is posible?

2013-08-22 Thread Stuart Henderson
On 2013-08-22, Abel Abraham Camarillo Ojeda wrote: > Is there a way to duplicate the throughput of a single > TCP connection using two servers having two gigabit NICs? > > I have tried using LACP but I cannot get more than > 900MB of throughput... LACP uses a hash over IP addresses/vlan tags/flow

Re: relayd crash

2013-08-22 Thread Bogdan Andu
Here are the results of running relayd in debug mode, attached to pid of pfe child: pwd: /usr/src/usr.sbin/relayd $ sudo gdb ./relayd GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or

IPSec reconnection times

2013-08-22 Thread Wiesław Kielas
Dear misc@, Recently I've been playing around with creating some OpenBSD tunnels on a couple of firewalls I manage. My only problem with them is the very long reconnection timeout after a flush (with ipsecctl -F). I've tried both active and dynamic modes, and they seem to act the same way. A sam

Re: ssh/sftp performance

2013-08-22 Thread Christian Weisgerber
Hugo Osvaldo Barrera wrote: > Sadly, my hardware doesn't support AESNI. > Would something like a Soekris 1401(hifn) make up for that, or am I mixing > stuff up? Crypto devices outside the CPU aren't that great. For each en-/decryption, the device needs to be set up, the data moved to and the re

sqlite3 got slow?

2013-08-22 Thread patrick keshishian
Hi, Anyone else notice that sqlite3 in base got slower somewhat recently? I have a fairly large database, roughly 55M in size. I had to repopulate it from source SQL file recently, and it took more than twice the time I remember it taking with an older snapshot. This is on "newer" snapshot[1]: $

Re: sqlite3 got slow?

2013-08-22 Thread Liviu Daia
On 22 August 2013, patrick keshishian wrote: > Hi, > > Anyone else notice that sqlite3 in base got slower somewhat recently? > > I have a fairly large database, roughly 55M in size. I had to > repopulate it from source SQL file recently, and it took more than > twice the time I remember it taking

Re: Broken SquidGuard package on 5.3/amd64

2013-08-22 Thread Frédéric URBAN
Ok thanks, I find another way but not so clean :) I downloaded SquidGuard tarball from the squidguard website then I applied patches from cvs tree. After the useall configure, make, make install, i copied the binary to replace the original binary from the package. Work fine now. Le 22/08/201

Re: sqlite3 got slow?

2013-08-22 Thread patrick keshishian
On 8/22/13, Liviu Daia wrote: > On 22 August 2013, patrick keshishian wrote: >> Hi, >> >> Anyone else notice that sqlite3 in base got slower somewhat recently? >> >> I have a fairly large database, roughly 55M in size. I had to >> repopulate it from source SQL file recently, and it took more than

Re: sqlite3 got slow?

2013-08-22 Thread Liviu Daia
On 22 August 2013, patrick keshishian wrote: > On 8/22/13, Liviu Daia wrote: > > On 22 August 2013, patrick keshishian wrote: > >> Hi, > >> > >> Anyone else notice that sqlite3 in base got slower somewhat > >> recently? > >> > >> I have a fairly large database, roughly 55M in size. I had to > >>

Broken output from serial console

2013-08-22 Thread Hugo Osvaldo Barrera
Hi! I've started managing a serial server through a serial console, and have come into some unusual issues. I followed the instrucitons on faq 7.7, and also configured by BIOS accordingly. When I conect my PC to the server, I see BIOS and POST output properly, I then see the OpenBSD bootloader pro

Re: relayd crash

2013-08-22 Thread Chris Cappuccio
You can't debug relayd without attaching to all of the processes (you must use multiple simultaneous gdb sessions) Bogdan Andu [bo...@yahoo.com] wrote: > ok, > > I checked out relayd -current, compiled with debug symbols, launched gdb > and attached to pfe pid : > > pwd: /usr/src/usr.sbin/relay