#soylent | Logs for 2024-10-23
« return
[00:59:28] <kolie2> I setup traefik the front end, getting ready to do rehash.
[01:02:12] <kolie2> step 16/104
[01:09:15] -!- Fnord666_ has quit [Read error: Connection reset by peer]
[01:19:01] <kolie2> 38/104
[01:19:10] <kolie2> I hate building perl.
[01:27:33] <drussell> Blech! π€’
[01:32:26] <Bender> [SoylentNews] - Gmail Hack: Scary New Hack Uses AI Posing as Google - https://soylentnews.org
[02:10:39] -!- fake1956 [fake1956!~fake1956@193.29.tww.tl] has joined #soylent
[02:15:03] -!- fake1956 has quit [Client Quit]
[02:35:02] <kolie2> Database is loading from backup.
[02:44:28] <kolie2> done.
[02:45:39] <kolie2> Noice.
[02:45:44] <kolie2> https://testing.soylentnews.org
[02:45:46] <systemd> ^ 03SoylentNews: SoylentNews is people
[02:56:42] <drussell> Seems to work for me... Logged in OK and everything....
[02:56:49] <drussell> Seems reasonably peppy, even...
[03:04:00] <drussell> I tried to create a test journal entry, but it just says "Sorry, the requested journal entries were not found."
[03:04:08] <drussell> I don't want to screw up whatever you
[03:04:23] <drussell> you're playing with, so I won't mess with it any further right now... LOL
[03:04:29] <kolie2> nah its all good ill check it out.
[03:05:18] <drussell> It is listed in my journal entry list, but if I click on it, it just says "Sorry, the requested journal entries were not found."
[03:05:27] <drussell> If I edit it, it loads, but the contents are blank.
[03:05:52] <kolie2> works for me (tm)
[03:05:56] <drussell> It saved the subject, topic, comments enabled flag, but the actual entry is blank
[03:06:36] <drussell> It is showing in the slashbox now, but that entry doesn't actually show up
[03:06:53] <drussell> It only shows my last actual entry about the driver crashing over the border.
[03:06:54] <kolie2> You'll have to be a little bit more specific about what you are clicking, and at what url.
[03:07:08] <drussell> https://testing.soylentnews.org
[03:07:08] <systemd> ^ 03Journal of drussell (2678)
[03:09:15] <drussell> I tried re-entering the text into the "Entry" section on the Edit Journal page, but it still comes up blank...
[03:10:39] <drussell> ooh, maybe it's redirecting me to the actual soylentnews page...
[03:11:34] <kolie2> I think I know what the issue is.
[03:13:22] <drussell> Well, the test comment I just worked on testing.soylentnews.org, but then it redirected me to the actual site... The comment worked, though.
[03:14:11] <drussell> If I click the topic in the header where it says " New Map Shows Community Broadband Networks Are Exploding in U.S. | Preferences | Top | 10 moderator points | 1 comments | Search Discussion "
[03:14:20] <drussell> it redirects me to the main site, by the way...
[03:15:00] <kolie2> Mine doesnt.
[03:15:09] <kolie2> If I click the topic, in the header, I see in the preview url, testing.
[03:15:15] <kolie2> And it does go there.
[03:16:00] <kolie2> I see where you mean
[03:16:03] <kolie2> at the top of the comments
[03:16:04] <drussell> From the main page, clicking the topic stays on testing, but for me once I'm IN the topic, if I click the title again, it redirects to that topic on the main site
[03:16:07] <kolie2> yea looks like a hardcoded url.
[03:16:26] <drussell> I think that used to work properly on dev, so there must be some place to override it?
[03:16:36] <kolie2> I have a script which does some stuff
[03:16:41] <kolie2> I think this is template/caching related.
[03:17:48] <kolie2> let me clear cache.
[03:18:19] <drussell> Now I just get 404 page not found... haha
[03:18:21] -!- fnord666_ [fnord666_!~fnord666@94-70-072-936.ubr4.dyn.lebanon-oh.fuse.net] has joined #soylent
[03:18:36] <kolie2> takes a minute I dropped all the services and recreated
[03:18:41] <kolie2> it doesn't look like its resolved though.
[03:19:21] <drussell> Yeah, it's back now... I see your journal worked, but mine still stays blank...
[03:19:33] <kolie2> yea I'm aware of an issue with the database.
[03:19:38] <kolie2> I'm looking at the dev setup.
[03:19:51] <drussell> I can preview some text in the Entry section, but when I click Save it just says journal entry not found...
[03:20:18] <kolie2> yea try creating a nother.
[03:22:24] <drussell> Ahhh, I think it is because I tried to include a π₯³ character
[03:22:31] <kolie2> it is.
[03:22:38] <kolie2> Its the collation.
[03:22:53] <kolie2> idk if it works on live, but I saw it in the logs, and thats why I'm wondering.
[03:23:07] -!- fnord666_ has quit [Ping timeout: 252 seconds]
[03:23:23] <drussell> I created another entry and it worked, then tried to edit it and add the π₯³ and it previews it, but when I save it, it reverts to the original text without the party face guy...
[03:24:02] <drussell> That's probably a problem on the main site too, I seem to recall trying to put some unicode character in a journal before and it didn't work, now that I think about it...
[03:24:11] <drussell> I guess that's just a bug in our unicode support
[03:24:18] <kolie2> mind checking on main?
[03:24:34] <drussell> Sure... one sec...
[03:25:59] <kolie2> I'm bringing testing down to switch it over to the dev docker for testing.
[03:26:08] <drussell> Yeah, it does the same thing on the main site.
[03:27:10] <drussell> ... so that has nothing to do with this new instance, it's just a bug in rehash journal handling.
[03:34:00] <kolie2> loading dev.
[03:38:38] <kolie2> I'm sure theres a ton of places that are hardcoded with the sites main address.
[03:39:16] <kolie2> I've tried to be thorough with the testing/dev script for updating that, and it'd be nice to have a comprehensive one.
[03:41:56] <kolie2> man these db loads take awhile.
[03:49:06] <kolie2> basically I've got the process down to, move database.sql to the folder, ./compose-up.sh, and then ./load-database.sh
[03:49:27] <kolie2> ok db just finished loading.
[03:49:38] <kolie2> So that was 20:34:00 to 20:49:00
[03:49:55] <kolie2> Just over 15 minutes to process the db.
[03:50:26] <kolie2> and yea it looks like the template is still hardcoded.
[03:57:42] <kolie2> Looks like there is a link passed into the templates...
[04:04:13] <kolie2> full url is stored in the database in discussions apprently.
[04:05:52] <kolie2> drussell, url is now updated in the comments box.
[04:06:36] <drussell> Yes, yes it is... :)
[04:06:56] <kolie2> I'm getting pretty proficient with rehash.
[04:11:03] <drussell> I have a copy of the source on this laptop, started playing with it and trying to grok the code a couple of years ago, but I never actually did get around to actually getting an instance up and running... LOL
[04:14:00] <kolie2> Well I'm pretty happy with testing.soylentnews.org right now.
[04:14:15] <kolie2> Happy enough that with a little more testing, I wouldn't mind attempting the great merger.
[04:15:16] <drussell> It appears fully functional to me, at least from a cursory glance and basic testing...
[04:16:26] <drussell> Seems fairly responsive too, although there is obviously 0 load right now, but the site isn't THAT busy...
[04:16:27] <drussell> I don't see why it shouldn't just work.
[04:17:34] <chromas> Is that different from dev.sn?
[04:17:56] <drussell> Yes, this is a new docker instance installation
[04:20:00] <kolie2> I setup a new vm today, and loaded it fresh.
[04:21:46] <kolie2> and im going to live stream it :)
[04:23:13] <kolie2> I'm about to do a full, fresh db load.
[04:23:29] <kolie2> Starting the timer at 21:23:00
[04:24:52] <kolie2> ./backup-production.sh running...
[04:25:20] <kolie2> and we got an issue.
[04:25:38] <kolie2> ipv6 problems.
[04:27:42] <kolie2> restarting at 21:37:30.
[04:30:04] <kolie2> db backup complete.
[04:30:23] <kolie2> copying production.
[04:30:58] <kolie2> loading production to testing.
[04:31:33] <kolie2> issue with the db...
[04:35:52] <kolie2> Restarting after ./backup-production.sh is complete.
[04:36:32] <kolie2> production copied, loading-database.sh starting.
[04:40:35] <kolie2> 2 minutes to backup the db, 1 minute to move it from live to testing, ~16 minutes to load the data into mariadb im guessing.
[04:40:55] <kolie2> Could probably do it faster if we turned off the indexing and checks.
[04:45:28] <kolie2> done.
[04:46:19] <kolie2> That was under 10 minutes.
[04:46:47] <kolie2> So conservatively, this could be done with 15 minutes of main site down time, and dns propogation of < 5 minutes.
[04:57:49] <chromas> =yt taco grande
[04:57:50] <systemd> https://youtube.com - Taco Grande (03:45; 230,276 views; π3,316)
[05:04:37] -!- Runaway1956 [Runaway1956!~OldGuy@the.abyss.stares.back] has joined #soylent
[05:07:04] -!- Runaway has quit [Ping timeout: 252 seconds]
[05:07:54] -!- Runaway [Runaway!~OldGuy@the.abyss.stares.back] has joined #soylent
[05:09:49] -!- Runaway1956 has quit [Ping timeout: 252 seconds]
[06:02:30] <kolie2> tacos yum
[06:22:05] <Bender> [SoylentNews] - China Infosec Body Slams Intel Over Chip Security - https://soylentnews.org
[06:47:58] <kolie2> anyone around?
[07:08:25] <kolie2> testing works and has outbound email enabled.
[07:08:31] <kolie2> testing.soylentnews.org give it a go.
[07:08:36] <kolie2> going to be ttfn.
[07:20:00] -!- fnord666_ [fnord666_!~fnord666@94-70-072-936.ubr4.dyn.lebanon-oh.fuse.net] has joined #soylent
[07:24:34] -!- fnord666_ has quit [Ping timeout: 252 seconds]
[08:22:53] -!- Ingar has quit [Quit: WeeChat 3.0]
[08:26:55] -!- ingar [ingar!~ingar@51.15.nj.ri] has joined #soylent
[08:26:59] ingar is now known as Ingar
[08:27:18] <Ingar> weird
[08:27:22] <Ingar> weechat frozen
[09:20:53] -!- fnord666_ [fnord666_!~fnord666@94-70-072-936.ubr4.dyn.lebanon-oh.fuse.net] has joined #soylent
[09:25:18] <chromas> =yt weird weird
[09:25:19] <systemd> https://youtube.com - Rachel Zegler Itβs Hollywood Baby , Rachel Zegler Weird Weird Meme (22; 19,747 views; π220)
[09:25:34] -!- fnord666_ has quit [Ping timeout: 252 seconds]
[09:26:15] <chromas> hm never seen that edit
[10:04:28] -!- nonoffender [nonoffender!~nonoffend@185.212.slz.ynp] has joined #soylent
[10:05:03] <nonoffender> Non-participants on the Board of Disrupters?
[10:05:51] <nonoffender> I expect much more anti-BLM and EV materials on this site. Such a shame.
[10:11:53] <nonoffender> But, nice to have someone around who knows what they are doing.Β Thanks, kolie!
[10:23:56] -!- nonoffender has quit [Quit: Client closed]
[10:46:26] -!- janrinok__ [janrinok__!~janrinok@ilzq-jvh-3-0948-185.w11-29.abo.wanadoo.fr] has joined #soylent
[10:47:19] -!- janrinok__ has quit [Client Quit]
[10:52:15] -!- janrinok__ [janrinok__!~janrinok@ilzq-jvh-3-0948-185.w11-29.abo.wanadoo.fr] has joined #soylent
[10:52:29] <janrinok__> chromas are you on line?
[11:14:32] <Bender> [SoylentNews] - Ikea-Style Wooden Skyscrapers Are Popping Up Worldwide Thanks To "Mass Timber" - https://soylentnews.org - people-in-wood-skyscrapers-shouldn't-throw-woodpeckers
[11:21:43] -!- fnord666_ [fnord666_!~fnord666@94-70-072-936.ubr4.dyn.lebanon-oh.fuse.net] has joined #soylent
[11:26:01] -!- fnord666_ has quit [Ping timeout: 252 seconds]
[13:22:10] -!- fnord666_ [fnord666_!~fnord666@94-70-072-936.ubr4.dyn.lebanon-oh.fuse.net] has joined #soylent
[13:26:28] -!- fnord666_ has quit [Ping timeout: 252 seconds]
[15:22:54] -!- fnord666_ [fnord666_!~fnord666@94-70-072-936.ubr4.dyn.lebanon-oh.fuse.net] has joined #soylent
[15:27:28] -!- fnord666_ has quit [Ping timeout: 252 seconds]
[15:44:54] <janrinok__> This is well and truly cocked up now.
[15:58:53] <kolie2> howdy.
[15:59:29] <janrinok__> hi kolie! I have an IRC problem....
[15:59:38] <kolie2> pm.
[16:00:11] <kolie2> im sure we can get you situated
[16:25:09] -!- chromas2 [chromas2!~chromas@Soylent/Staph/Infector/chromas] has joined #soylent
[16:25:09] -!- mode/#soylent [+v chromas2] by Imogen
[16:25:13] -!- systemd has quit [Ping timeout: 252 seconds]
[16:26:19] -!- chromas has quit [Ping timeout: 252 seconds]
[16:36:40] -!- janrinok has quit [Killed (kolie2 (bang your dead))]
[16:37:57] -!- janrinok-znc [janrinok-znc!~janrinok@kifr.soylentnews.org] has joined #soylent
[16:40:15] -!- janrinok__ has quit [Quit: Leaving]
[16:40:34] -!- janrinok [janrinok!~janrinok@Soylent/Staff/Editor/janrinok] has joined #soylent
[16:40:34] -!- mode/#soylent [+v janrinok] by Imogen
[16:41:02] <janrinok> Well, at least I am back online again.
[16:43:43] -!- kolie2 has quit [Quit: Gone]
[16:43:43] -!- Bytram has quit [Quit: ZNC - http://znc.in]
[16:43:43] -!- janrinok-znc has quit [Read error: -0x1: ERROR - Generic error]
[16:44:08] -!- Bytram [Bytram!~Bytram@kifr.soylentnews.org] has joined #soylent
[16:44:08] -!- Bytram has quit [Changing host]
[16:44:08] -!- Bytram [Bytram!~Bytram@Soylent/Staff/Developer/martyb] has joined #soylent
[16:44:08] -!- mode/#soylent [+v Bytram] by Imogen
[16:45:03] -!- Bytram has quit [Client Quit]
[16:45:51] -!- Bytram [Bytram!~Bytram@kifr.soylentnews.org] has joined #soylent
[16:45:51] -!- Bytram has quit [Changing host]
[16:45:51] -!- Bytram [Bytram!~Bytram@Soylent/Staff/Developer/martyb] has joined #soylent
[16:45:51] -!- mode/#soylent [+v Bytram] by Imogen
[16:47:24] -!- janrinok-znc [janrinok-znc!~janrinok@kifr.soylentnews.org] has joined #soylent
[16:47:25] -!- Bytram has quit [Client Quit]
[16:47:25] -!- janrinok-znc has quit [Read error: -0x7880: SSL - The peer notified us that the connection is going to be closed]
[16:47:33] -!- Bytram [Bytram!~Bytram@kifr.soylentnews.org] has joined #soylent
[16:47:33] -!- Bytram has quit [Changing host]
[16:47:33] -!- Bytram [Bytram!~Bytram@Soylent/Staff/Developer/martyb] has joined #soylent
[16:47:33] -!- mode/#soylent [+v Bytram] by Imogen
[16:48:24] <kolie> janrinok, it'll work now, there was a problem in your saved hash for the password thats why it was rejecting, all good now.
[16:48:33] -!- fnord666 has quit []
[16:49:06] -!- janrinok-znc [janrinok-znc!~janrinok@kifr.soylentnews.org] has joined #soylent
[16:50:04] -!- kolie2 [kolie2!~kolie2@kifr.soylentnews.org] has joined #soylent
[16:51:14] -!- kolie2 has quit [Changing host]
[16:51:14] -!- kolie2 [kolie2!~kolie2@Soylent/Staff/Management/kolie] has joined #soylent
[16:51:22] -!- kolie has quit [Killed (kolie2 (bang-dead))]
[16:51:25] kolie2 is now known as kolie
[16:51:36] -!- kolie_ [kolie_!~kolie@208.91.qqu.m] has joined #soylent
[16:52:17] <kolie> yea everything looking good now :)
[16:53:39] <kolie> janrinok, disregard going on berry, not needed.
[16:53:40] <Bender> [SoylentNews] - Researchers Cut to the Chase on the Physics of Paper Cuts - https://soylentnews.org
[16:58:21] -!- kolie_ has quit [Changing host]
[16:58:21] -!- kolie_ [kolie_!~kolie@Soylent/Staff/Management/kolie] has joined #soylent
[16:58:58] <janrinok> ok thanks again
[17:23:53] -!- fnord666 [fnord666!~fnord666@Soylent/Staff/Editor/Fnord666] has joined #soylent
[17:23:53] -!- mode/#soylent [+v fnord666] by Imogen
[17:28:28] -!- fnord666 has quit [Ping timeout: 252 seconds]
[17:42:04] <janrinok> kolie, successfully logged in as janrinok-znc too! Thank you
[17:42:52] <kolie> noice.
[18:00:52] <drussell> kolie++
[18:00:52] <Bender> karma - kolie: 5
[18:00:56] <drussell> kolie++
[18:00:56] <Bender> karma - kolie: 6
[18:00:57] <drussell> kolie++
[18:00:57] <Bender> karma - kolie: 7
[18:10:14] <janrinok-znc> Nice to see that Bender has returned in the last few days
[18:25:27] <drussell> I think that was kolie's doing also...
[18:25:32] <drussell> kolie++
[18:25:32] <Bender> karma - kolie: 8
[18:25:34] <drussell> bender++
[18:25:34] <Bender> karma - bender: -3
[18:25:35] <janrinok> It looks like it
[18:25:44] <kolie> aye :)
[18:25:56] <janrinok> Bender++
[18:25:56] <Bender> karma - bender: -2
[18:26:09] <janrinok> kolie++
[18:26:09] <Bender> karma - kolie: 9
[18:26:30] <janrinok> it's been a while since we have been able to do that....
[18:29:09] <janrinok> Plus we should be able to get a few more submissions now too
[18:58:06] -!- oristarchus [oristarchus!~oristarch@185.77.olt.kxt] has joined #soylent
[19:02:11] <oristarchus> =submit https://www.cdc.gov
[19:02:28] <oristarchus> kolie ++
[19:02:58] <oristarchus> kolie++
[19:02:58] <Bender> karma - kolie: 10
[19:03:22] <oristarchus> https://www.cdc.gov
[19:04:51] <janrinok> oristarchus--
[19:04:51] <Bender> karma - oristarchus: -1
[19:05:05] <oristarchus> aristarchus++
[19:05:05] <Bender> karma - aristarchus: -78
[19:05:23] <oristarchus> janrinok_--
[19:05:23] <Bender> karma - janrinok_: -1
[19:08:40] <oristarchus> =asub https://www.reuters.com
[19:10:59] -!- oristarchus has quit [Quit: Client closed]
[19:16:00] -!- janrinok has quit [Quit: Leaving]
[19:24:45] -!- fnord666 [fnord666!~fnord666@Soylent/Staff/Editor/Fnord666] has joined #soylent
[19:24:45] -!- mode/#soylent [+v fnord666] by Imogen
[19:29:28] -!- fnord666 has quit [Ping timeout: 252 seconds]
[20:02:01] <chromas2> https://www.youtube.com
[20:03:05] <chromas2> ^ I built a 20,000 watt microwave oven!
[20:03:08] -!- systemd [systemd!~systemd@pid1] has joined #soylent
[20:15:30] -!- fnord666 [fnord666!~fnord666@Soylent/Staff/Editor/Fnord666] has joined #soylent
[20:15:30] -!- mode/#soylent [+v fnord666] by Imogen
[21:19:28] -!- fnord666 has quit [Ping timeout: 252 seconds]
[21:42:11] <Bender> [SoylentNews] - New Largest Prime - https://soylentnews.org - 2,-3,-5,-7,-11,-13,-17,-19,-23,-29-...
[22:55:43] -!- sedge [sedge!~sedge@146.70.ql.qwo] has joined #soylent
[23:05:15] <sedge> =submit https://www.gamesradar.com
[23:05:53] -!- sedge has quit [Quit: sedge]