18:04 PM
aCiD2
it's working now
18:04 PM
pronik
aCiD2: you've got some dependency changes to Makefile.PL in your new-artist-page branch (with a typo in there), I guess that should have been master...
18:04 PM
ruaok
\ΓΈ/
18:04 PM
aCiD2
pronik: say wha?
18:04 PM
I don't rememeber changing Makefile.PL
18:04 PM
pronik
ah, sorry, I'm dumb
18:04 PM
or am I.... wait a sec...
18:04 PM
aCiD2
ruaok: made some changes, but they worked fine when I deployed on test
18:05 PM
hrm, why is test running painfully slow...
18:05 PM
really fast on port 80, really slow on port 81
18:05 PM
ruaok
odd.
18:05 PM
must be a network thing, machine is idle.
18:06 PM
aCiD2
18:06 PM
note, port 80 is fine :/
18:06 PM
Milosz
no
18:06 PM
ruaok
no
18:06 PM
VxJasonxV
isn't there a caching proxy on port 80?
18:06 PM
aCiD2
no
18:06 PM
ruaok
VxJasonxV: no
18:06 PM
VxJasonxV
also, no, 81 isn't fast at all
18:06 PM
aCiD2
hmmmm...
18:06 PM
maybe I should setup a new vhost in apache and try that
18:07 PM
VxJasonxV
ruaok, there's /nothing/ on port 80 that could be making this difference?
18:07 PM
ruaok
aCiD2: yes.
18:07 PM
pronik
aCiD2: alright, I'm dumb, but there is a typo nevertheless at the Catalyst::...::Memcached line
18:07 PM
aCiD2
port 80 is served through apache, 81 is served through the catalyst server
18:07 PM
pronik: patches welcome :P
18:07 PM
ruaok
VxJasonxV: not sure, aCiD2 has been user-level admining the machine.
18:07 PM
VxJasonxV
mmm
18:08 PM
nikkeee
81 doesn't load at all for me
18:08 PM
aCiD2
it's down now
18:08 PM
nikkeee
ah
18:09 PM
ruaok
aCiD2: shouldn't the server run on the IP of the machine, not 0.0.0.0 ?
18:09 PM
aCiD2
I thought 0.0.0.0 usually meant external interface
18:10 PM
ruaok
try the internal ip
18:10 PM
aCiD2
alright
18:10 PM
script/musicbrainz_server.pl -p 81 -host 192.168.200.152
18:11 PM
nikkeee
pronik: Milosz: maybe "the least of all evils" for what you wanted to say earlier?
18:11 PM
aCiD2
same - works, but slooow
18:11 PM
odd, I wonder why
18:11 PM
pronik
nikkeee: could be ;)
18:13 PM
VxJasonxV
aCiD2, 0.0.0.0 usually means "all interfaces"
18:13 PM
aCiD2
right
18:13 PM
i guess that's what it means by "defaults to all" in the man page
18:13 PM
ruaok
aCiD2: I fired off mail to all the people who admin that box. I cc'ed you.
18:14 PM
aCiD2
hold on, it might be better with apache serving
18:14 PM
VxJasonxV
well, you said "external interface", which by far does not mean the same thing
18:14 PM
so yeah
18:16 PM
Munger
18:16 PM
rexroom has quit
18:18 PM
I'm adding discs 2 & 3 now
18:20 PM
Thanks ;-)
18:22 PM
aCiD2
I wish I didn't suck at admining servers
18:22 PM
warp
I wish I did.
18:22 PM
ruaok
practice young jedi, practice
18:22 PM
aCiD2
:)
18:24 PM
Munger
Use the source, Luke!
18:24 PM
pronik
aCiD2: pull from me on github, typo-fix branch :)
18:24 PM
aCiD2
ok, lemme just finish breaking apache
18:27 PM
18:27 PM
pronik
ruaok, aCiD2: "You must configure a default store type unless you use exactly one store plugin". Any ideas?
18:27 PM
aCiD2
bit more context on that error?
18:27 PM
sounds like you don't have a store plugin installed
18:27 PM
I recognise the error string..
18:27 PM
warp
aCiD2: probably needs to know what ServerName to respond to?
18:27 PM
aCiD2
warp: don't for port 80 :)
18:27 PM
ruaok
aCiD2: should be
18:27 PM
warp
aCiD2: ok
18:28 PM
warp is not an expert on apache vhosting either.
18:28 PM
aCiD2
there we go!
18:28 PM
you have to listen on port 81
18:28 PM
pronik
aCiD2: starting the server
18:28 PM
aCiD2
18:28 PM
pronik
I'll look into missing plugins
18:28 PM
aCiD2
running my branches
18:28 PM
aCiD2 goes to set brians up
18:28 PM
pronik
all at the same time?
18:28 PM
aCiD2
ya
18:28 PM
well
18:28 PM
not all my branches, heh
18:29 PM
but I can switch easily
18:29 PM
pronik
with "merge early merge ofter" this shoudn't become a problem
18:30 PM
aCiD2 nods
18:30 PM
yllona joined the channel
18:30 PM
aCiD2
EditSuite burnt me, because we didn't do that
18:30 PM
at least, didn't do it well
18:30 PM
But I didn't want to have edit suite, guess case and other javascript buddled together...
18:30 PM
alas, at least he's learning, that merge wasn't awful :)
18:32 PM
pronik
btw, one git workflow question
18:32 PM
your master is our integration branch right?
18:33 PM
aCiD2
pretty much
18:33 PM
master and svn trunk are the same
18:33 PM
pronik
every feature has to be on a separate branch in dev's repo
18:33 PM
aCiD2
yep
18:33 PM
correct
18:33 PM
pronik
how does one do dependencies?
18:33 PM
i.e
18:33 PM
aCiD2
dependencies?
18:33 PM
pronik
I implement feature A
18:34 PM
on a separate branch and then start feature B on a separate branch
18:34 PM
feature B requires feature A, but A is not integrated yet
18:34 PM
aCiD2
hmmm
18:34 PM
pronik
I wouldn't want to work in A's branch though
18:34 PM
since B is a distinct feature
18:34 PM
aCiD2
I imagine you would have your own integration branch
18:35 PM
pronik
I also won't merge A to my master since that will burn me someday :)
18:35 PM
aCiD2
but I don't know, we don't have anything in place
18:35 PM
pronik
ah, master as integration branch and rebase every branch against upstream/master?
18:36 PM
aCiD2
maybe not master, but yes - that idea
18:36 PM
pronik
no, then my master will get out of touch...
18:36 PM
aCiD2
yes
18:36 PM
so, not master
18:37 PM
you'd branch master for a featureA+B branch, then branch featureA and featureB from that
18:37 PM
possibly
18:37 PM
pronik
but I'd have to branch feature B off my integration branch right?
18:37 PM
aCiD2
i'm just guessing, I have never got into this situation
18:37 PM
pronik
atomic commits and fast integration could surely help :)
18:37 PM
gotta look at how review board guys are doing it
18:40 PM
oh, back to the store problem
18:41 PM
I've got my default DBDefs.pm, no diff to .default
18:41 PM
except for hosts
18:41 PM
perl module for FastMMap is in place
18:41 PM
aCiD2
can you paste the full output from server.pl?
18:41 PM
pronik
any other ideas?
18:41 PM
You must configure a default store type unless you use exactly one store plugin. at /usr/share/perl/5.10/NEXT.pm line 77
18:41 PM
Compilation failed in require at ./script/musicbrainz_server.pl line 55.
18:42 PM
Munger
Is their an option to show artwork on the Mac version of Picard?
18:42 PM
aCiD2
i mean everything :)
18:43 PM
pronik
that is everything
18:43 PM
aCiD2
oh?
18:44 PM
and Makefile.PL shows all dependancies satisfied?
18:44 PM
pronik
all but Locale::Maketext, but that one is normal
18:44 PM
aCiD2
hmmm
18:44 PM
very odd...
18:45 PM
which Cache::Store modules do you have installed?
18:46 PM
pronik
cache::memcached
18:47 PM
Cache::Memcached::libmemcached
18:47 PM
or do you mean the Session::Store ones?
18:47 PM
aCiD2
No, I mean those
18:47 PM
r3xroom has quit
18:47 PM
r3xroom joined the channel
18:48 PM
pronik
maybe I need some memcached config?
18:48 PM
aCiD2
you need to tell it a default plugin
18:48 PM
but i'm not sure you can do that with DBDefs.pm
18:49 PM
Munger
luks, ping
18:49 PM
aCiD2
cache => { default_store => 'Memcached' } on Server.pm, line 62
18:49 PM
does that help?
18:49 PM
Alan_New joined the channel
18:50 PM
pronik` joined the channel
18:50 PM
Munger