24000+ entries in 0.055s
mod6: /home/mod6/dev/bitcoin-v0_5_3_1/src/util.cpp:692: warning: strcpy() is almost always misused, please use strlcpy()
mod6: you gotta love this
mod6: you need the red-ring and the magical swoard & shield for this type of thing
mod6: # ls /usr/local/include/boost/thr
mod6: boost_thread is in there though... o_O
mod6: i might have to build boost 1.42 by hand. the horror.
mod6: aight, patched up, installing boost 1.53 on obsd
mod6: ok, im gotta try to patch up this thing on openbsd and see if i can get anywhere.
mod6: so you probably wanna do `mkdir -p /path/to/.bitcoin`
mod6: bitcoind will use ~/.bitcoin by default
mod6: sure, you can put .bitcoin where ever you like and just do like `./bitcoind -datadir=/path/to/.bitcoin -daemon -debug &`
mod6: ok made the update in here (v0.0.8.1):
mod6: more research is required
mod6: anyway, im not sure yet.
mod6: someone posted a comment in the powerranger github about a change to DER
mod6: yeah crypto routines
mod6: it'll be in the end month report... for sure
mod6: its all in the logs and there's a permutation matrix, etc.
mod6: well, the really strange thing is that it totally isnt consistant. just as recently as the 26th of January I completed full sync with v0.5.3 + patches { 1, rm_rf_upnp, 2, 3, 4, & 6 } and openssl v0.9.8o
mod6: after a week of banging my head on the wall, that seems to be the thing that gets me and ben past the wall.
mod6: thestringpuller: eh, i could put it to stdout. just figured that it was cleaner without it. but i can add it.
mod6: the current hypothesis is that if you're not running 1.0.1g openssl you'll wedge @ 168,001
mod6: ill update it on my side if that works better
mod6: dmesg | grep -e ".*Linux.*"
mod6: guess i tried to get too cute with that line, just change it to this:
mod6: eh, yeah, i probably need to tidy that up a bit.
mod6: what are you running it on?
mod6 grabs rope and swings over alligator
mod6: in 1985 i was crushing other kidz in pitfall
mod6: also if you want it to not clean out the stuff that it builds with, change $FULL_CLEAN to FALSE
mod6: or search the file for XXX
mod6: i'd much rather program this type of stuff in perl as opposed to sh/bash/ksh/csh/tcsh/zsh/ash *stab*
mod6: it was pretty quick over all.
mod6: v1-4 took like 1 evening maybe 2. spent another whole day getting it working on FreeBSD, and just an hour or two now on OpenBSD
mod6: this is the 8th version.
mod6: thestringpuller: haha
mod6: and OpenBSD seems to be using "LibreSSL 2.0" by default
mod6: there is a subroutine in there to check on the openssl version, but that needs some work yet. so its commented out from execution.
mod6: i've got a script to pull archives, verify and patch on Linux/FreeBSD/OpenBSD. Will only compile it on Linux since we're not quite there yet on *BSD, give it a try, let me know how it goes:
mod6: i've got a obsd 5.6 vm
mod6: i guess i can give it a shot. because im out of ideas on this bug on fbsd.
mod6: yeah, ok, seems about the same as fbsd
mod6: did it require any patches to source?
mod6: how did it work for you?
mod6: I put like 8-10 hours into it in the beginning of January, but got side tracked before I got too far.
mod6: no real big effort has been undertaken to get the RI (v0.5.3.1) on to openbsd yet.
mod6: last I remember, I asked in here and BB was using a forward version on obsd that he got working, but he said it wasn't stable.
mod6: decimation: so, a guy had some patches to make it build on obsd and it's on github, but it's like v0.9x iirc.
mod6: mike_c: that's an awesome graph. did you generate that?
mod6: at least, that's what I had do to do.
mod6: #include <sys/socket.h>
mod6: #include <netinet/in.h>
mod6: anyway, with protocol.cpp:
mod6: but im using boost 1.55, and i think i need to be using 1.42 which is horribru to get working so far.
mod6: ah, well anyway, i'm pretty close to having v0.5.3.1 building on freebsd
mod6: !up thestringpuller
mod6: BingoBoingo: you trying to v0.5.3 on BSD?
mod6: not sure if that helps at all.
mod6: asciilifeform: MAKEDEV doesn't work?
mod6: selenium lets you automate fuctional testing of a
http framework -- you can use it to drive through a website, click on stuff, fill out forms, etc.
mod6: it's a free tool. other perf testers can get expensive. *shrug*
mod6: there's jmeter for load testing, but it bites, mainly. and it's scripting sucks even more.