--- Log opened Sat Jan 02 00:00:04 2021 00:17 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 01:56 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Ping timeout: 240 seconds] 01:59 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 02:50 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 02:50 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 04:00 -!- HelloShitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has quit [Read error: Connection reset by peer] 04:01 -!- HelloShitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has joined #c-lightning 04:04 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has joined #c-lightning 04:54 -!- HelloShitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has quit [Ping timeout: 264 seconds] 05:11 -!- HelloShitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has joined #c-lightning 05:35 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-grtgkzfemgwjcvcq] has left #c-lightning [] 05:36 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-grtgkzfemgwjcvcq] has joined #c-lightning 05:36 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 05:36 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 05:36 -!- vasild_ is now known as vasild 07:02 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has quit [Quit: liberliver] 08:03 < nibbier> I configured the backup plugin like 10 days ago. the backup database kept growing, now it is at 2GB and lightningd fails as "Error while processing db_write: [Errno 27] File too large". lightingd.sqlite is still at 75MB... 08:06 < nibbier> HelloShitty: so do you have ~/.lighting/bitcoin/backup.lock ? 08:06 < nibbier> mine looks like: {"backend_url": "file:///home/ln/channelbackup/backup.sqlite"} 08:09 < nibbier> HelloShitty: ah, I see, you have to specify the location down to the file, not just the directory! confused me, too :) 08:09 < nibbier> /home/helloshitty/Downloads/plugins/backup/./backup-cli init /home/helloshitty/.lightning/bitcoin file:///media/WdElements/c-lightning/backup/lightingbackup.sqlite 08:25 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Remote host closed the connection] 08:26 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 08:34 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 09:38 -!- ctrlbreak [~ctrlbreak@159.2.165.130] has joined #c-lightning 11:22 < HelloShitty> nibbier: I can't create it 11:23 < HelloShitty> is says it already exists, but nothing exists in the path I give to it 11:23 < HelloShitty> ahh 11:23 < HelloShitty> ok, will try 11:25 < HelloShitty> ohh, noie 11:25 < HelloShitty> at least the init command seems to have worked 11:28 < HelloShitty> And now after I adding the 'important-plugin=....' to my node config file, seems it's working 11:28 < HelloShitty> At least the deamon didn't kill itself 11:29 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 11:29 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 11:30 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 11:32 < HelloShitty> nibbier: do you know what really happens with this plugin? Is it simply a copy of the sql database? 11:59 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Ping timeout: 240 seconds] 11:59 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 12:12 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] 12:14 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 12:14 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 12:28 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 12:29 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 12:29 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 12:29 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 12:56 -!- ksedgwic [~ksedgwic@192-184-134-31.fiber.dynamic.sonic.net] has quit [Quit: Lost terminal] 13:19 <@cdecker> It's a copy + incremental changes over time, restore would extract the copy and replay all following changes to the copy, so it ends up at the same state, withough having to copy hundreds of megs around each time. 13:21 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #c-lightning 13:23 < HelloShitty> cdecker: so we only need to do this once? 13:23 < HelloShitty> Now, the backup will always be usable at any given time? 13:25 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 265 seconds] 13:29 <@cdecker> init needs to be done once, the plugin needs to be running always 13:29 <@cdecker> Other than that the backup can be restored at any time, yes. But shut the node down before restoring 13:31 < darosior> cdecker: read this comment a few time but still don't get it https://github.com/ElementsProject/lightning/pull/4284/commits/7e9f9cc621c3b976153005dedb2434efa7d537e7#diff-d50ba5587923c316e70abf17d0fd37e567af648083f57da03016ca2248c9a9c4R1080 could you explain it to me ? 13:33 < HelloShitty> ok cdecker ... thanks 13:33 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 13:33 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 13:37 -!- belcher_ is now known as belcher 13:55 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-grtgkzfemgwjcvcq] has left #c-lightning [] 13:55 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-grtgkzfemgwjcvcq] has joined #c-lightning 14:19 < nibbier> cdecker: any idea why my backup-database blew up to 2GB, crashing my lightningd? the database in .lightning is still at 75MB 14:27 < darosior> nibbier: could you open an issue here ? https://github.com/lightningd/plugins/issues 14:29 < HelloShitty> darosior: reading that command as is, it seems that some error margin is been given so that the feature is not triggered for some random spike in value of self.current_load, I would say 14:29 < HelloShitty> s/command/comment 14:46 < HelloShitty> cdecker: darosior: what would be the normal size of the backup? 14:46 < HelloShitty> nibbier: what was your backup size before it went 2Gb? 14:49 < darosior> So generatehsm now happens to generate an invalid `hsm_secret` .. 14:50 < darosior> https://github.com/ElementsProject/lightning/pull/4065#issuecomment-753539921 14:51 < darosior> HelloShitty: don't know, didn't look into it but for sure it shouldn't crash 14:59 < HelloShitty> yeah, indeed 14:59 < HelloShitty> nibbier: can't you see anything in logs? 14:59 < HelloShitty> Does backup plugin has it's own logs? 15:00 < HelloShitty> My back, that I just started a few hours ago today, is almost 400Mb 17:06 -!- Netsplit *.net <-> *.split quits: berndj, @niftynei, lio17 17:09 -!- berndj [~berndj@ns2.linksynergy.co.za] has joined #c-lightning 17:09 -!- niftynei [~niftynei@104.131.77.55] has joined #c-lightning 17:09 -!- lio17 [~lio17@80.ip-145-239-89.eu] has joined #c-lightning 17:09 -!- ServerMode/#c-lightning [+o niftynei] by barjavel.freenode.net 17:12 -!- tigermousr [~tigermous@unaffiliated/tigermousr] has quit [Ping timeout: 246 seconds] 17:14 -!- tigermousr [~tigermous@unaffiliated/tigermousr] has joined #c-lightning 17:36 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 17:36 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 17:36 -!- vasild_ is now known as vasild 17:42 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 18:03 < nibbier> HelloShitty: did not check the logs yet. the backup size was initially like twice the size, I did not mind and don't know how it got to 2GB. I re-inited, and will investigate / open issue if it happens again 18:14 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #c-lightning 18:18 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Remote host closed the connection] 18:18 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Quit: %bye%] 18:18 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 18:18 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 18:19 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 18:19 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 18:35 -!- jonatack [~jon@134.19.179.179] has quit [Ping timeout: 265 seconds] 18:36 -!- adam3us_ [~adam3us@unaffiliated/adam3us] has joined #c-lightning 18:37 -!- queip_ [~queip@unaffiliated/rezurus] has joined #c-lightning 18:37 -!- jonatack [~jon@88.124.242.136] has joined #c-lightning 18:38 -!- berndj-blackout [~berndj@ns1.linksynergy.co.za] has joined #c-lightning 18:39 -!- drolmer [~drolmer@unaffiliated/drolmer] has joined #c-lightning 18:43 -!- Netsplit *.net <-> *.split quits: queip, drolmer_, @niftynei, berndj, shesek, adam3us, lio17 18:43 -!- berndj-blackout is now known as berndj 18:43 -!- queip_ is now known as queip 18:44 -!- Netsplit over, joins: lio17 19:01 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 20:15 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Ping timeout: 240 seconds] 20:15 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 20:49 -!- mryandao_ [~mryandao@gateway/tor-sasl/mryandao] has quit [Ping timeout: 240 seconds] 20:52 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 22:05 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Remote host closed the connection] 22:05 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 22:14 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-grtgkzfemgwjcvcq] has left #c-lightning [] 22:14 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-grtgkzfemgwjcvcq] has joined #c-lightning 23:47 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] --- Log closed Sun Jan 03 00:00:04 2021