--- Log opened Wed May 26 00:00:06 2021 00:30 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 00:41 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 260 seconds] 00:46 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 00:59 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has quit [Quit: jonatack] 01:00 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has joined #c-lightning 01:00 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Quit: leaving] 01:00 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has quit [Client Quit] 01:00 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has joined #c-lightning 01:03 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has quit [Client Quit] 01:04 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has joined #c-lightning 01:25 -!- openoms [~quassel@gateway/tor-sasl/openoms] has joined #c-lightning 01:47 -!- urza [2e27accb@ip4-46-39-172-203.cust.nbox.cz] has joined #c-lightning 01:57 < lxer> what is usually the size of lightnind.sqlite3. Mine is now 110mb , that seems quite large for just a few channels, or not? 02:04 < jasan> lxer: mine is 116M, running since 2020-09-14, only 7 channels now 02:12 -!- jarthur [~jarthur@2603-8080-1540-002d-7428-20b5-9139-59de.res6.spectrum.com] has quit [Quit: jarthur] 02:13 < lxer> ok thanks. I guess it should be right. 02:20 -!- deusexbeer [~deusexbee@093-092-179-195-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 272 seconds] 02:29 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #c-lightning 02:34 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Client Quit] 02:34 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #c-lightning 02:43 -!- deusexbeer [~deusexbee@093-092-176-030-dynamic-pool-adsl.wbt.ru] has joined #c-lightning 02:54 -!- deusexbeer [~deusexbee@093-092-176-030-dynamic-pool-adsl.wbt.ru] has quit [Read error: Connection reset by peer] 03:01 -!- deusexbeer [~deusexbee@176.59.13.6] has joined #c-lightning 03:10 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 03:14 -!- queip [~queip@unaffiliated/rezurus] has quit [Quit: bye, freenode] 03:15 -!- urza [2e27accb@ip4-46-39-172-203.cust.nbox.cz] has quit [Quit: Connection closed] 03:39 -!- urza [2e27accb@ip4-46-39-172-203.cust.nbox.cz] has joined #c-lightning 03:42 < lxer> CL sometimes crashes/restarts. I have this at the end of crashlog: https://dpaste.org/5Ysd it seems to happen at each new block. is there a way to check if the database is working/ accessable for the application ? 03:42 -!- deusexbeer [~deusexbee@176.59.13.6] has quit [Read error: Connection reset by peer] 03:43 -!- deusexbeer [~deusexbee@176.59.13.6] has joined #c-lightning 03:46 -!- deusexbeer [~deusexbee@176.59.13.6] has quit [Read error: Connection reset by peer] 03:46 -!- deusexbeer [~deusexbee@176.59.13.6] has joined #c-lightning 03:52 -!- deusexbeer [~deusexbee@176.59.13.6] has quit [Ping timeout: 265 seconds] 03:57 -!- urza [2e27accb@ip4-46-39-172-203.cust.nbox.cz] has quit [Quit: Connection closed] 04:25 < jasan> lxer: That means something is wrong with the database. 04:26 < jasan> lxer: but "disk I/O error" seems to be pointing to a lower lever 04:26 < jasan> level 04:26 < jasan> lower level 04:34 < lxer> the disk is fine. But this happened after I switched sqlite db to WAL mode. 04:35 < jasan> lxer: Do you have a non-WAL backup? Can you try that? 04:36 < jasan> (hopefully there were no channel balance changes in the meantime) 04:36 < lxer> no I do not. I do have WAL'ed backups, but I guess that won't help. 04:37 -!- urza [2e27accb@ip4-46-39-172-203.cust.nbox.cz] has joined #c-lightning 04:37 < jasan> snyke: ^^ any idea? 04:37 < jasan> lxer: What version are you running? 04:38 < jasan> lxer: Did you see https://github.com/ElementsProject/lightning/issues/4181 ? 04:38 < jasan> WAL is mentioned there so I suppose it should work. 04:39 < jasan> lxer: maybe you can ping ZmnSCPxj if you see them. 04:42 * jasan added a comment with relevant lines from this chat to that issue 04:50 < lxer> yes, yes. I was experimenting with this https://github.com/ElementsProject/lightning/pull/4554 05:04 < lxer> what this Litestream tool does is basically what they describe in that issue, but less hack-ish, and just using the sqlite API. 05:08 < lxer> The issue with most solutions is that Sqlite locks the file for each write, and then releases again when done. So any COPY or VACUUM solution could cause some problems. 05:24 < lxer> jasan: I don't think adding the conversation to that issue is needed. the link to dpaste will expire soon anyway. 05:31 -!- aj [aj@cerulean.erisian.com.au] has left #c-lightning [] 05:50 <@snyke> Well, that error is indicative of an IO error, so the disk seems not to be fine (dmesg can likely tell you more) 05:50 -!- snyke is now known as cdecker 05:57 -!- ShotokanZH [~ShotokanZ@unaffiliated/shotokanzh] has quit [Quit: Byah] 05:58 -!- ShotokanZH [~ShotokanZ@unaffiliated/shotokanzh] has joined #c-lightning 06:02 -!- grubles [~grubles@gateway/tor-sasl/grubles] has quit [Quit: grubles] 06:08 -!- openoms [~quassel@gateway/tor-sasl/openoms] has quit [Remote host closed the connection] 06:09 -!- openoms [~quassel@gateway/tor-sasl/openoms] has joined #c-lightning 06:14 -!- jarthur [~jarthur@2603-8080-1540-002d-6da3-d8d5-fc5c-861b.res6.spectrum.com] has joined #c-lightning 06:19 < m-schmoock> Hey, how exactly is the msatoshi amount parameter respected within the `getroute` call? Is the routing algo just checking that the requested amount would fit in total 'as if the channel was maximum imbalanced into the correct direction', or is it making some assumptions that a channel may be imbalanced and that the msatoshi amount should fit several times into a channel in order to get a 06:19 < m-schmoock> successful route? 06:29 -!- jarthur [~jarthur@2603-8080-1540-002d-6da3-d8d5-fc5c-861b.res6.spectrum.com] has quit [Quit: jarthur] 06:30 < lxer> snyke, yes, turns out there was some i/o (disk) issue. So, unrelated to C-L. 06:32 -!- openoms [~quassel@gateway/tor-sasl/openoms] has quit [Remote host closed the connection] 06:32 -!- openoms [~quassel@gateway/tor-sasl/openoms] has joined #c-lightning 06:32 <@cdecker> m-schmoock: the msatoshi amount is the amount we want to deliver to the destination, so the last hop in the computed route has that exact amount. The closer we get to the source, the more fees are added on top (each hop charging a fee on the total amount they transfer, which includes fees for further downstream fees) 06:33 <@cdecker> The getroute result is specific to the msatoshi amount, and yes, we will exclude channels whose total capacity is smaller than the amount, but if you want to leverage information you may have about the channels (from earlier attempts) you can specify those exclusions as parameters 06:34 <@cdecker> gossipd really does the minimal possible filtering, allowing plugins to leverage any additional information by parametrizing the call 06:56 -!- jarthur [~jarthur@2603-8080-1540-002d-6da3-d8d5-fc5c-861b.res6.spectrum.com] has joined #c-lightning 07:03 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-dxklwvgpusqgwiky] has left #c-lightning [] 07:03 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-dxklwvgpusqgwiky] has joined #c-lightning --- Log closed Wed May 26 07:12:32 2021 --- Log opened Wed May 26 07:18:20 2021 --- Log closed Wed May 26 07:20:51 2021 --- Log opened Wed May 26 07:21:27 2021 --- Log closed Wed May 26 07:46:25 2021 --- Log opened Wed May 26 07:48:04 2021 --- Log closed Wed May 26 07:48:17 2021 --- Log opened Wed May 26 07:48:32 2021 07:48 -!- gnusha [~gnusha@user/gnusha] has joined #c-lightning 07:48 -!- Topic for #c-lightning: https://github.com/ElementsProject/lightning https://lists.ozlabs.org/listinfo/c-lightning Current Version: https://github.com/ElementsProject/lightning/releases/tag/v0.10.0 Dev Roadmap: https://github.com/ElementsProject/lightning/wiki 07:48 -!- Topic set by niftynei [~niftynei@2600:1700:d0e:284f:4c3b:a6ed:3526:7f41] [Thu May 20 12:59:11 2021] 07:48 [Users #c-lightning] 07:48 [ _aj_ ] [ cdecker ] [ gnusha ] [ khs9ne ] [ niftynei__ ] [ willcl_ark] 07:48 [ achow101] [ darosior ] [ jarthur] [ livestradamus ] [ rusty ] 07:48 [ berndj ] [ FelixWeis] [ jb55 ] [ michaelfolkson] [ sword_smith] 07:48 -!- Irssi: #c-lightning: Total of 16 nicks [0 ops, 0 halfops, 0 voices, 16 normal] 07:48 -!- Channel #c-lightning created Wed May 19 12:44:07 2021 07:48 -!- jonatack [~jon@213.152.161.234] has joined #c-lightning --- Log closed Wed May 26 07:49:01 2021 --- Log opened Wed May 26 07:49:19 2021 07:49 -!- gnusha [~gnusha@user/gnusha] has joined #c-lightning 07:49 -!- Topic for #c-lightning: https://github.com/ElementsProject/lightning https://lists.ozlabs.org/listinfo/c-lightning Current Version: https://github.com/ElementsProject/lightning/releases/tag/v0.10.0 Dev Roadmap: https://github.com/ElementsProject/lightning/wiki 07:49 -!- Topic set by niftynei [~niftynei@2600:1700:d0e:284f:4c3b:a6ed:3526:7f41] [Thu May 20 12:59:11 2021] 07:49 [Users #c-lightning] 07:49 [ _aj_ ] [ cdecker ] [ gnusha ] [ jonatack ] [ michaelfolkson] [ sword_smith] 07:49 [ achow101] [ darosior ] [ jarthur] [ khs9ne ] [ niftynei__ ] [ willcl_ark ] 07:49 [ berndj ] [ FelixWeis] [ jb55 ] [ livestradamus] [ rusty ] 07:49 -!- Irssi: #c-lightning: Total of 17 nicks [0 ops, 0 halfops, 0 voices, 17 normal] 07:49 -!- Channel #c-lightning created Wed May 19 12:44:07 2021 07:50 -!- jonatack [~jon@213.152.161.234] has quit [Changing host] 07:50 -!- jonatack [~jon@user/jonatack] has joined #c-lightning 07:51 -!- Irssi: Join to #c-lightning was synced in 129 secs 08:45 -!- achow101 [~achow101@2001:19f0:5:4654:125c:f81c:3778:c4ac] has quit [Quit: Bye] 08:45 -!- achow101 [~achow101@2001:19f0:5:4654:125c:f81c:3778:c4ac] has joined #c-lightning 08:52 -!- achow101 [~achow101@2001:19f0:5:4654:125c:f81c:3778:c4ac] has quit [Changing host] 08:52 -!- achow101 [~achow101@user/achow101] has joined #c-lightning 09:11 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has quit [Ping timeout: 264 seconds] 09:14 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has joined #c-lightning 10:30 -!- Ademan [~ademan@47.185.84.39] has joined #c-lightning 11:18 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has quit [Quit: I am away from my computer] 11:30 -!- jonatack [~jon@user/jonatack] has quit [Quit: jonatack] 11:45 -!- jonatack [~jon@128.127.104.80] has joined #c-lightning 11:45 -!- jonatack is now known as Guest9391 11:47 -!- Guest9391 [~jon@128.127.104.80] has quit [Changing host] 11:47 -!- Guest9391 [~jon@user/jonatack] has joined #c-lightning 11:49 -!- Guest9391 [~jon@user/jonatack] has quit [Client Quit] 11:49 -!- jonatack [~jon@128.127.104.80] has joined #c-lightning 11:49 -!- jonatack is now known as Guest6743 11:50 -!- Guest6743 [~jon@128.127.104.80] has quit [Changing host] 11:50 -!- Guest6743 [~jon@user/jonatack] has joined #c-lightning 11:50 -!- Guest6743 [~jon@user/jonatack] has quit [Client Quit] 11:50 -!- jonatack_ [~jon@128.127.104.80] has joined #c-lightning 11:50 -!- jonatack_ [~jon@128.127.104.80] has quit [Changing host] 11:50 -!- jonatack_ [~jon@user/jonatack] has joined #c-lightning 11:50 -!- jonatack_ [~jon@user/jonatack] has quit [Client Quit] 11:51 -!- jonatack [~jon@128.127.104.80] has joined #c-lightning 11:51 -!- jonatack [~jon@128.127.104.80] has quit [Changing host] 11:51 -!- jonatack [~jon@user/jonatack] has joined #c-lightning 12:12 -!- willcl_ark [~quassel@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has quit [Changing host] 12:12 -!- willcl_ark [~quassel@user/willcl-ark/x-8282106] has joined #c-lightning 14:15 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has joined #c-lightning --- Log closed Wed May 26 14:27:15 2021 --- Log opened Wed May 26 14:27:15 2021 15:01 -!- belcher [~belcher@user/belcher] has joined #c-lightning 15:26 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has quit [Quit: I am away from my computer] 15:40 -!- rusty [~rusty@103.93.169.121] has quit [Ping timeout: 244 seconds] 15:53 -!- warren [~warren@user/warren] has joined #c-lightning 16:56 < warren> This is one of the only bitcoin-related channels remaining on Freenode. 17:13 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has joined #c-lightning 17:36 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has quit [Quit: I am away from my computer] 17:41 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has joined #c-lightning 17:59 -!- valwal [~valwal@96.224.58.144] has joined #c-lightning 18:04 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has quit [Quit: I am away from my computer] 18:04 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has joined #c-lightning 18:29 -!- rusty [~rusty@203.221.41.134] has joined #c-lightning 18:35 -!- michaelfolkson [~michael@2a00:23c7:60c5:ad01:5db2:a238:1b75:5efc] has quit [Quit: I am away from my computer] 19:40 -!- niftynei__ is now known as niftynei 19:45 -!- warren [~warren@user/warren] has quit [Changing host] 19:45 -!- warren [~warren@fedora/wombat/warren] has joined #c-lightning 19:49 -!- fiatjaf [~fiatjaf@2804:7f2:2a8f:67a2:ea40:f2ff:fe85:d2dc] has joined #c-lightning 19:50 < niftynei> fiatjaf, you found us! 19:50 < fiatjaf> what happened? 19:50 < niftynei> with the IRC channel switch over? 19:50 < fiatjaf> is freenode evil now or something? 19:50 < fiatjaf> yes 19:50 < niftynei> power grab on freenode 19:50 < niftynei> "is freenode evil now or something?" -> yeah 19:51 < fiatjaf> haha I feel this has happened before 19:52 < niftynei> i saw some good twitter threads about the whole thing a few days ago, seems like the new owner decided to start making some changes to how it's run and all the people who supported freenode quit in protest and started libera 20:46 < rusty> niftynei: hmm, chanserv says you're not registered? 20:50 < warren> niftynei: this has actually been a simmering fight for years 21:08 -!- szarka [~szarka@2001-48F8-9004-74-99EC-A921-DEDB-3553-dynamic.midco.net] has joined #c-lightning 21:10 -!- belcher_ [~belcher@user/belcher] has joined #c-lightning 21:13 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 264 seconds] 21:17 -!- valwal1 [~valwal@96.224.58.144] has joined #c-lightning 21:19 -!- valwal [~valwal@96.224.58.144] has quit [Ping timeout: 265 seconds] 21:19 -!- valwal1 is now known as valwal 21:19 < Ademan> can I give an alias to my peers? 21:19 -!- andrewtoth [~andrewtot@bras-base-toroon0954w-grc-79-174-94-4-173.dsl.bell.ca] has joined #c-lightning 21:43 -!- valwal [~valwal@96.224.58.144] has quit [Ping timeout: 264 seconds] 21:44 -!- achow101 [~achow101@user/achow101] has quit [Read error: Connection reset by peer] 21:45 -!- achow101 [~achow101@user/achow101] has joined #c-lightning 21:48 -!- valwal [~valwal@96.224.58.144] has joined #c-lightning 22:06 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #c-lightning 22:37 -!- rusty [~rusty@203.221.41.134] has quit [Ping timeout: 264 seconds] 23:44 < Ademan> uh so my peers, which I think are all LND through umbrel or start9 embassy, show up as "netaddr": ["127.0.0.1:XXXX 23:44 < Ademan> "] 23:45 < Ademan> these are tor peers, and previously had their onion addresses listed 23:45 < Ademan> are they misconfigured and announcing the wrong address to me, or have I done something, or is this actually just an artifact of how SOCKS works? 23:47 < Ademan> not all of my peers have this going on though... --- Log closed Thu May 27 00:00:20 2021