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
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-
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
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.
>
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
(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
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.
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
Hi,
Anybody know when OpenSMTPD will work with RBLs and spamd?
Just switched over from Postfix. Couldn't be happier.
O.D.
"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 -l -c xxx
resulting from a mistyping causes tftpd to into a loop
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
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
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
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
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
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
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",
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
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
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
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
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
23 matches
Mail list logo