MariaDB and OpenBSD

2013-06-28 Thread Bogdan Andu
Hello, I have installed mariadb-server-5.5.31p0 and mariadb-client-5.5.31p0 on an OpenBSD 5.3 amd64 machine. I have also re-installed from ports p5-DBD-mysql with version 1.36 of Makefile, which supports mariadb. p5-DBD-mysql via pkg_add gives me this error: sudo pkg_add /usr/ports/packages/amd64

Re: MariaDB and OpenBSD

2013-06-28 Thread Stefan Sperling
On Fri, Jun 28, 2013 at 01:49:09AM -0700, Bogdan Andu wrote: > Hello, > > I have installed mariadb-server-5.5.31p0 and mariadb-client-5.5.31p0 > on an OpenBSD 5.3 amd64 machine. > > I have also re-installed from ports > p5-DBD-mysql with version 1.36 of Makefile, which supports mariadb. > p5-DBD-

Re: MariaDB and OpenBSD

2013-06-28 Thread Bogdan Andu
ok, that did the trick but how can I specify in one place this variable env LD_PRELOAD=libpthread.so? is this related to mariadb-client? i think i'll switch back to mysql until mariadb is fully supported by OpenBSD. Bogdan From: Stefan Sperling To: Bogdan And

Re: MariaDB and OpenBSD

2013-06-28 Thread Marc Espie
On Fri, Jun 28, 2013 at 02:36:10AM -0700, Bogdan Andu wrote: > ok, that did the trick > > but how can I specify in one place this variable > env LD_PRELOAD=libpthread.so? > > is this related to mariadb-client? > > i think > i'll switch back to mysql until mariadb is fully supported by OpenBSD. >

Re: MariaDB and OpenBSD

2013-06-28 Thread Stefan Sperling
On Fri, Jun 28, 2013 at 02:36:10AM -0700, Bogdan Andu wrote: > > > ok, that did the trick > > but how can I specify in one place this variable env > LD_PRELOAD=libpthread.so? You can write a small wrapper shell script that sets the variable and then runs your perl script. See here for an exam

Re: carp hung at INIT after update to current snapshot

2013-06-28 Thread Paul de Weerd
(replying to an older post - sorry, I was on vacation earlier) On Tue, Jun 18, 2013 at 08:20:20PM +, Stuart Henderson wrote: | On 2013-06-18, Chris Cappuccio wrote: | > Stuart Henderson keeps old kernels around at ftp://sym.spacehopper.org/pub/OpenBSD/snapshots/i386/oldkern/ | > | | | Thes

X hangs after watching too many videos (inteldrm)

2013-06-28 Thread Alexander Polakov
I wonder if anyone else experienced this. Basically, if I watch videos for around 3 or 4 hours, mplayer exits with "parent process died" and if I try to restart it, X hangs, ctrl-alt-backspace and ctrl-alt-fN keys don't work. ACPI power button works though, so I can shutdown the machine properly.

OpenSMTPD and Rails: What to do with -i and -t?

2013-06-28 Thread opendaddy
Hi, Rails' Action Mailer's default arguments for Sendmail are -i and -t (http://guides.rubyonrails.org/action_mailer_basics.html): config.action_mailer.sendmail_settings = { location: "/usr/sbin/sendmail", arguments: "-i -t"} If I switch OpenSMTPD: config.action_mailer.sendmail_settings = { lo

OpenSMTPD with RBLs and spamd

2013-06-28 Thread opendaddy
Hi, Anybody know when OpenSMTPD will work with RBLs and spamd? Just switched over from Postfix. Couldn't be happier. O.D.

apropos

2013-06-28 Thread patric conant
"During the first Toronto hackathon, I focused on the SQLite database backend for mandocdb(8). Currently, mandocdb is still disabled in OpenBSD-current, but it is intended to become a drop-in replacement for the makewhatis(8) utility, providing enhanced search capabilities for the apropos(1) manual

tftpd loop

2013-06-28 Thread Peter Fraser
tftpd -l -c xxx resulting from a mistyping causes tftpd to into a loop

Re: apropos

2013-06-28 Thread Marc Espie
On Fri, Jun 28, 2013 at 01:32:20PM -0500, patric conant wrote: > "During the first Toronto hackathon, I focused on the SQLite database > backend for mandocdb(8). Currently, mandocdb is still disabled in > OpenBSD-current, but it is intended to become a drop-in replacement for the > makewhatis(8) ut

Re: MariaDB and OpenBSD

2013-06-28 Thread Stuart Henderson
On 2013-06-28, Bogdan Andu wrote: > Hello, > > I have installed mariadb-server-5.5.31p0 and mariadb-client-5.5.31p0 > on an OpenBSD 5.3 amd64 machine. http://www.openbsd.org/faq/faq15.html#NoFun

Re: tftpd loop

2013-06-28 Thread Stuart Henderson
On 2013-06-28, Peter Fraser wrote: > tftpd -l -c xxx > > resulting from a mistyping causes tftpd to into a loop > > Any more information? I just get, tftpd: -c:tftp: no address associated with name

Re: tftpd loop

2013-06-28 Thread Philip Guenther
On Fri, Jun 28, 2013 at 3:21 PM, Stuart Henderson wrote: > On 2013-06-28, Peter Fraser wrote: >> tftpd -l -c xxx >> >> resulting from a mistyping causes tftpd to into a loop > > Any more information? I just get, > > tftpd: -c:tftp: no address associated with name No dmesg. For all we know, the

iwn0 no link device timeout

2013-06-28 Thread Sha'ul
I changed my Atheros wifi card for an Intel Centrino Advanced-N 6205, installed 5.3-release and only get "no link...sleeping" and occasionally get "device timeout". Is there an issue why it is not functional if support was committed for 5.1 for Centrino 6205? Is there something I should correc

Re: OpenSMTPD with RBLs and spamd

2013-06-28 Thread Gilles Chehade
On Fri, Jun 28, 2013 at 03:35:52PM +, openda...@hushmail.com wrote: > Hi, > Hi, > Anybody know when OpenSMTPD will work with RBLs and spamd? > Filters is a work in progress, it may or may not be ready for 5.4 but it's a high priority task. When filter API is ready, it won't take long befor

Re: OpenSMTPD and Rails: What to do with -i and -t?

2013-06-28 Thread Gilles Chehade
On Fri, Jun 28, 2013 at 03:51:34PM +, openda...@hushmail.com wrote: > Hi, > Hi, > Rails' Action Mailer's default arguments for Sendmail are -i and -t > (http://guides.rubyonrails.org/action_mailer_basics.html): > config.action_mailer.sendmail_settings = { location: "/usr/sbin/sendmail",

Re: iwn0 no link device timeout

2013-06-28 Thread Sha'ul
I changed my Atheros wifi card for an Intel Centrino Advanced-N 6205, installed 5.3-release and only get "no link...sleeping" and occasionally get "device timeout". Is there an issue why it is not functional if support was committed for 5.1 for Centrino 6205? Is there something I should correc

Internet access on openvpn with PF and NAT

2013-06-28 Thread Mike Parker
I am having trouble trying to route tun0 to em0 via nat. Maybe I've misread the nat section / examples in pf.conf man page The iptables way to do this was, iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j SNAT --to-source 37.x.x.x I can access and ping both sides while connected to openvp

Re: softdep issue in 5.3-current ?

2013-06-28 Thread Andreas Bartelt
On 06/26/13 12:35, Tori Mus wrote: Hi, I'm running current snapshot of OpenBSD on amd64 architecture, MP kernel (Lenovo Thinkpad to be concrete). Based on the official docs tried to tune disk performance by adding `softdep' mounting option for ffs slices. After updating of /etc/fstab and clean

Re: softdep issue in 5.3-current ?

2013-06-28 Thread Philip Guenther
On Fri, Jun 28, 2013 at 10:25 PM, Andreas Bartelt wrote: > I also noticed that tar performance got much worse on current, and time for > building release doubled somewhere around the first half of June. Hmm, please excuse my frustration, but I'm going to have to rant a moment. Gah! Build p

Re: softdep issue in 5.3-current ?

2013-06-28 Thread Andreas Bartelt
On 06/29/13 08:15, Philip Guenther wrote: > On Fri, Jun 28, 2013 at 10:25 PM, Andreas Bartelt wrote: >> I also noticed that tar performance got much worse on current, and time for >> building release doubled somewhere around the first half of June. > > Hmm, please excuse my frustration, but I'm go