--- Day changed Sun Dec 18 2016 00:17 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-qhycnjuaiviyvaba] has joined #lightning-dev 00:19 -!- jtimon [~quassel@231.110.132.37.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 02:50 -!- AaronvanW [~ewout@207pc74.sshunet.nl] has joined #lightning-dev 02:50 -!- AaronvanW [~ewout@207pc74.sshunet.nl] has quit [Changing host] 02:50 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #lightning-dev 02:57 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-qhycnjuaiviyvaba] has quit [Quit: Connection closed for inactivity] 03:44 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-grngxhbjguqnvlas] has joined #lightning-dev 04:41 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #lightning-dev 04:41 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 05:38 -!- btcdrak [uid165369@gateway/web/irccloud.com/x-jucasrbtrbilyprl] has quit [Quit: Connection closed for inactivity] 06:22 -!- btcdrak [uid165369@gateway/web/irccloud.com/x-iuiyqczukrppzdac] has joined #lightning-dev 08:55 -!- JackH [~laptop@79-73-185-145.dynamic.dsl.as9105.com] has joined #lightning-dev 08:56 -!- JackH [~laptop@79-73-185-145.dynamic.dsl.as9105.com] has quit [Max SendQ exceeded] 08:56 -!- JackH [~laptop@79-73-185-145.dynamic.dsl.as9105.com] has joined #lightning-dev 09:12 -!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #lightning-dev 09:19 < ThomasV> asciidoc should probaby not be listed as a dependency; it is notrequired to compile 09:51 -!- jtimon [~quassel@231.110.132.37.dynamic.jazztel.es] has joined #lightning-dev 10:01 < ThomasV> lightningd(22238): Failed to bind on 2 socket: Address already in use 10:01 < ThomasV> any idea? ^ 10:02 < ThomasV> using ipv6 10:25 < cdecker> ThomasV: that's ok, it's just trying to listen to all interfaces and some *nixes require separate binds to IPv4 and IPv6 if I'm not mistaken 10:26 < cdecker> Not sure what asciidoc is used for, I'll have a look 10:26 < ThomasV> cdecker: I see zero peers, still 10:26 < ThomasV> Ithought it had to do with that 10:33 < ThomasV> hmm 10:33 < ThomasV> I ran "make clean; make" and now it's complaining about lightning-rpc missing 10:34 < ThomasV> lightning-cli: Connecting to 'lightning-rpc': No such file or directory 10:34 < ThomasV> ligntningd log does not show "Hello world" 10:42 < arubi> ThomasV, is the 'lightning-rpc' file in your lightning-datadir? it should be a socket file 10:43 < ThomasV> yeah, it fails to create it for some reason 10:45 < arubi> maybe there's still a process running in memory? did you delete the directory before it stopped working? is debug.log there? 10:46 < arubi> maybe I'm trying to hard troubleshooting you, sorry :) 10:48 < ThomasV> arubi: I deleted the dir, except the first time (and then it crashed, I had a crash.log) 10:48 < ThomasV> now I delete it everytime I restart lightningd 10:49 < ThomasV> but it does not reach Hello World anymore 10:49 < arubi> and you're sure there isn't a lightningd running in the background? 10:49 < arubi> (maybe a leftover from deleting the dir before stopping the daemon) 10:50 < ThomasV> no process by that name 10:50 < ThomasV> or does it spawn another process named differently? 10:50 < arubi> I don't think it would 10:51 < arubi> you could try `pkill -9 lightningd` to be sure, maybe try to point lightningd to a new datadir 10:52 < ThomasV> ps auxf|grep lightning 10:52 < ThomasV> returns nothing 10:55 < arubi> hm, try passing '--lightning-dir' to lightningd, see if it starts that way 10:55 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Read error: Connection reset by peer] 10:55 < arubi> I mean, with a different directory 10:56 < ThomasV> arubi: same result 10:56 < ThomasV> I think it stalls when talking to bitcoind 10:57 < arubi> is bitcoind's datadir someplace else? I usually keep my .conf files in ~/.bitcoin and those point wherever 10:58 -!- AaronvanW [~ewout@207pc74.sshunet.nl] has joined #lightning-dev 10:58 -!- AaronvanW [~ewout@207pc74.sshunet.nl] has quit [Changing host] 10:58 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #lightning-dev 10:58 < ThomasV> ok, issue probably solved. my running bitcoind cannot be reached by rpc 10:58 < arubi> cool, good to know :) 10:59 < ThomasV> getinfo stalls 10:59 < arubi> testnet syncing? 10:59 < ThomasV> no 11:00 < ThomasV> it was synched before I started 11:00 < ThomasV> I have no idea why it does not answer 11:00 < ThomasV> even if it was synching, it would answer 11:01 < arubi> yea, sometimes it does stall for a bit though when it does, at least on my end 11:01 < arubi> I guess `pkill -15 bitcoind` 11:02 < ThomasV> it does not respond to -15.. I think it will have to be -9 11:02 < arubi> hopefully no rescan afterwards :( 11:02 < ThomasV> heh 11:04 < ThomasV> hmm, I killed it, restarted, and it's reindexing after around 900k 11:04 < ThomasV> I guess I should pull a newer version 11:05 < arubi> not too bad, we're at 1059912 11:05 < ThomasV> yes, it will be there in a minute. thanks! 11:05 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #lightning-dev 11:06 < arubi> cheers, thanks for the debug info! 11:06 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 11:07 -!- lclc__ [~lclc__@pub082136074188.dh-hfc.datazug.ch] has joined #lightning-dev 11:16 < ThomasV> arubi: I upgraded debian without restarting bitcoind. I guess that has to do with it. 11:17 < ThomasV> the new version needs extra packages to compile it 11:17 < arubi> probably related! I had similar weirdness happen when libs get updated. don't forget to run ./autogen.sh again when re-building 11:18 < ThomasV> yes, rebuilding now 11:21 -!- donaloconnor [~donal@79.97.203.192] has joined #lightning-dev 11:23 < donaloconnor> In https://github.com/lightningnetwork/lightning-rfc/blob/master/01-messaging.md, The error message has the following requirement: "A receiving node SHOULD only print out data verbatim if it is a valid string." How does one know if the data contains a string. It does not state what data should contain 12:55 -!- lclc__ [~lclc__@pub082136074188.dh-hfc.datazug.ch] has quit [Quit: This computer has gone to sleep] 13:08 -!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 246 seconds] 13:31 -!- donaloconnor [~donal@79.97.203.192] has quit [Ping timeout: 246 seconds] 13:57 -!- moli [~molly@unaffiliated/molly] has quit [Ping timeout: 258 seconds] 13:58 -!- moli [~molly@unaffiliated/molly] has joined #lightning-dev 14:19 -!- donaloconnor [~donal@79.97.203.192] has joined #lightning-dev 14:33 -!- JackH [~laptop@79-73-185-145.dynamic.dsl.as9105.com] has quit [Remote host closed the connection] 16:14 -!- donaloconnor [~donal@79.97.203.192] has quit [Ping timeout: 246 seconds] 16:29 -!- donaloconnor [~donal@79.97.203.192] has joined #lightning-dev 16:44 -!- akrmn [~akrmn@210.red-83-56-221.dynamicip.rima-tde.net] has quit [Ping timeout: 260 seconds] 17:07 -!- donaloconnor [~donal@79.97.203.192] has quit [Ping timeout: 246 seconds] 17:47 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-grngxhbjguqnvlas] has quit [Quit: Connection closed for inactivity] 17:47 -!- rusty2 [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 248 seconds] 19:22 -!- akrmn [~akrmn@210.red-83-56-221.dynamicip.rima-tde.net] has joined #lightning-dev 22:10 -!- rusty2 [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 22:22 -!- rusty2 [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 258 seconds] 22:51 -!- juscamarena [~justin@47.148.176.74] has quit [Ping timeout: 258 seconds] 23:10 -!- ThomasV [~ThomasV@unaffiliated/thomasv] has joined #lightning-dev 23:16 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-syebcjtglsnlloom] has joined #lightning-dev 23:23 -!- lclc__ [~lclc__@pub082136074188.dh-hfc.datazug.ch] has joined #lightning-dev 23:35 -!- ThomasV [~ThomasV@unaffiliated/thomasv] has quit [Ping timeout: 268 seconds] 23:49 -!- jtimon [~quassel@231.110.132.37.dynamic.jazztel.es] has quit [Ping timeout: 252 seconds] 23:57 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection]