verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
satyaki3794 has joined #mlpack
kirizaki has joined #mlpack
< kirizaki> Hi! Is someone online?
< kirizaki> If someone could test this simple program with Log::*
< kirizaki> and please, send me back a output
< rcurtin> do you want it tested with your modified mlpack or with the master branch?
< kirizaki> master branch
< kirizaki> I want to compare it with mine output, because I'm dummy right now :P
< rcurtin> the Info lines don't show because by default Log::Info.ignoreInput is set to true (it needs to be set to false for it to display)
< rcurtin> since there are no newlines there, the output is a bit weird
< rcurtin> ack, I'm sorry, that was run with the wrong LD_LIBRARY_PATH
< rcurtin> hang on let me try again...
< rcurtin> http://pastebin.com/d6ygCezj , there we go, that's better
< rcurtin> also, I managed to get big (the old build server) to have some public accessibility
< rcurtin> but they only forwarded ports 443 and 7780 (I asked them to change this to 22 and 80), so SSH is on 443 and Jenkins is on 7780
< kirizaki> thank You very much :)
< kirizaki> i'm out
< kirizaki> I mean afk
< rcurtin> okay, glad I could help :)
< rcurtin> the IP of big is now 50.194.234.102, but I haven't gotten port 7780 to work yet, so only SSH is up...
< rcurtin> ok, got jenkins running... when the DNS name 'big.mlpack.org' starts resolving right, I'll change the README.md links and the github hooks
< zoq> sounds good, I wonder why you choose 443 for ssh, maybe because almost all browser are complaining about a not existing cert when serving jenkins using 443
< rcurtin> only 443 and 7780 were forwarded, and I wanted to avoid SSL weirdness since it wouldn't be HTTPS if I put jenkins on 443
< rcurtin> I asked them to change that to 22 and 80, but I don't know how long that will take
kirizaki_ has joined #mlpack
< rcurtin> later today I'll move the other four systems I have here (dambala, shoeshine, cabbie, samedi) to their new IPs
kirizaki has quit [Ping timeout: 252 seconds]
< rcurtin> but they'll only be accesible by first SSHing to big
< zoq> yeah, makes sense
< zoq> I guess once shoeshine is up again we can reactivate the gsoc blog posts
< rcurtin> yeah, we won't have any open ports on shoeshine but if we can do something like scp the gsoc blog after building it directly to mlpack.org we can do that
< zoq> ah right, we could run the scp command at the end of the jenkins build blog job
< rcurtin> yeah I think we'd need to set up some ssh keys for that but that shouldn't be a huge issue