| 00:02:35 | | genofire quits [Ping timeout: 276 seconds] |
| 00:02:42 | | Jonboy345 joins |
| 00:03:53 | | pcr quits [Ping timeout: 276 seconds] |
| 00:07:26 | | Jonboy345 quits [Read error: Connection reset by peer] |
| 00:08:33 | | genofire joins |
| 00:09:54 | | Jonboy345 joins |
| 00:09:57 | | Jonboy345 quits [Remote host closed the connection] |
| 00:23:19 | | Arcorann_ joins |
| 00:59:03 | | Iki joins |
| 01:00:43 | | dm4v quits [Read error: Connection reset by peer] |
| 01:02:45 | | dm4v joins |
| 01:02:47 | | dm4v is now authenticated as dm4v |
| 01:02:47 | | dm4v quits [Changing host] |
| 01:02:47 | | dm4v (dm4v) joins |
| 01:09:48 | | pcr joins |
| 01:13:01 | | onetruth quits [Read error: Connection reset by peer] |
| 01:30:48 | | driib798943 (driib) joins |
| 01:34:11 | | driib79894 quits [Ping timeout: 258 seconds] |
| 01:34:11 | | driib798943 is now known as driib79894 |
| 02:02:33 | | dm4v_ joins |
| 02:03:25 | | dm4v quits [Ping timeout: 244 seconds] |
| 02:03:25 | | dm4v_ is now known as dm4v |
| 02:03:26 | | dm4v is now authenticated as dm4v |
| 02:03:26 | | dm4v quits [Changing host] |
| 02:03:26 | | dm4v (dm4v) joins |
| 02:56:17 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 03:59:15 | | Arcorann_ quits [Ping timeout: 265 seconds] |
| 04:09:50 | | sonick quits [Client Quit] |
| 04:22:51 | <@JAA> | https://gitorious.org/ is back online. |
| 04:25:47 | | astrid (astrid) joins |
| 04:30:02 | <astrid> | lol when someone posted gitorious dot org in here like fifteen clients fetched the page from the server in the same minute |
| 04:30:14 | <astrid> | (idk if it was here exactly but who else) |
| 04:30:40 | <@JAA> | Yeah, it was here, and it's the people who use The Lounge and have automatic fetching enabled. Causes trouble in #archivebot all the time with big !ao < URLs. |
| 04:31:08 | <@JAA> | Or well, it caused trouble in the past and is now prevented. |
| 04:31:47 | <@JAA> | Also, hi :-) |
| 04:31:57 | <astrid> | hi |
| 04:32:17 | <astrid> | so yeah, uh, its back on line, should be a bit less fiddly than before |
| 04:32:41 | <astrid> | used to be some special snowflake bullshit, now it's just Another Ceph Volume |
| 04:33:03 | <@JAA> | Lovely, thanks a lot! |
| 04:33:23 | <astrid> | bundle per repo is the long term plan, just ... that's a fuckload of bundling |
| 04:34:07 | <astrid> | bundle per repo, ia item per username (so each item would have somewhere between one repo, and a few gigabytes of bundles in it) |
| 04:34:18 | <@JAA> | Yeah, and it has to be done right to avoid missing certain edge cases of branches. |
| 04:34:25 | <@JAA> | I.e. --all |
| 04:34:38 | <astrid> | if you want i can give you a ssh login to the server so you can start experimenting |
| 04:34:43 | <astrid> | the thing is |
| 04:34:55 | <astrid> | the volume is extremely hardlink-dense |
| 04:35:13 | <astrid> | because when you forked a repo it would do on the serverside "git clone" but not copy the data, because no need |
| 04:35:31 | <@JAA> | Yeah, makes sense. |
| 04:35:33 | <astrid> | so heavily-forked repos have a shitload of hardlinks |
| 04:36:05 | <astrid> | have also been considering tarfile-per-username, which would not need weird fuckery and would preserve the hardlinks |
| 04:36:36 | <astrid> | because e.g., if 'astrid' forked 'jaa/repo.git' the newly-forked repo would be called 'jaa/astrid-repo.git' |
| 04:36:36 | <@JAA> | How would that work when the forks are under different usernames? |
| 04:36:42 | <@JAA> | Oh |
| 04:36:43 | <@JAA> | lol |
| 04:36:45 | <astrid> | it's Weird |
| 04:37:52 | <astrid> | also um |
| 04:37:54 | <@JAA> | Any idea what the size would roughly be without the hardlink dedupe? |
| 04:38:12 | <astrid> | gitorious stored everything in random hex named directories |
| 04:38:34 | | HP_Archivist quits [Ping timeout: 258 seconds] |
| 04:39:24 | <astrid> | before handover they tried to rename everything to usable names following the scheme i metioned earlier |
| 04:39:33 | <astrid> | but ran into some issues |
| 04:39:35 | <astrid> | so there's a mix |
| 04:39:44 | <@JAA> | What a surprise. |
| 04:40:05 | <astrid> | anyway i made a directory on a different filesystem with symlinks named like what they were hoping to accomplish |
| 04:41:35 | <astrid> | e.g.: |
| 04:41:37 | <astrid> | $ ls -ld z3:z3.git geeqie:g2p-geeqie.git |
| 04:41:39 | <astrid> | lrwxrwxrwx 1 root root 49 Jun 30 2015 geeqie:g2p-geeqie.git -> /mnt/gitorious/repositories/geeqie/g2p-geeqie.git |
| 04:41:41 | <astrid> | lrwxrwxrwx 1 root root 74 Jun 30 2015 z3:z3.git -> /mnt/gitorious/repositories/b37/715/d301bef079361b5dfa4d90392c50465bd1.git |
| 04:42:41 | | qw3rty_ joins |
| 04:43:00 | <astrid> | and then there's a apache rule to transform "/z3/z3" to whatever makes cgit look inside of "/srv/gitorious/repositories/z3:z3.git/" |
| 04:43:28 | <astrid> | just a bunch of dumb unix shit |
| 04:43:28 | <@JAA> | So regarding bundling it all up, I don't have any intentions of tackling this in the near term, but maybe sometime early next year would be nice. I want to get that general project up and running anyway. Still needs a fair bit of work though, and I keep distracting myself with stuff like collecting billions of YouTube video IDs... |
| 04:43:37 | <astrid> | sure lmk whenever |
| 04:43:44 | <astrid> | shit isn't going anywhere |
| 04:43:48 | <@JAA> | :-) |
| 04:45:54 | <astrid> | i have zero, zero idea how big this would be after expansion |
| 04:46:14 | | qw3rty__ quits [Ping timeout: 258 seconds] |
| 04:46:41 | <astrid> | i did a randomly chosen trial on geeqie/* earlier today, which was 75 megs on disk and became about 180 megs after duplication, the pile of bundles was about 120 megs |
| 04:48:46 | <astrid> | the whole filesystem is 4.4T |
| 04:49:14 | <astrid> | i've been estimating (pessimistically) a 4x expansion |
| 04:51:49 | <@JAA> | Alright, not too horrible, but quite a bit, yeah. |
| 04:53:01 | <@JAA> | Simple per-repo bundles are probably not the best option though. My thing will handle deduping at the commit level, but that obviously means that things are spread across multiple bundles. |
| 04:53:45 | <astrid> | fwiw it is on owned hardware in a datacenter and bandwidth charges are not an issue |
| 04:54:19 | <@JAA> | That sounds good. Maybe we can just slowly run it through that then once it exists. |
| 04:58:05 | | Arcorann_ joins |
| 04:58:43 | <astrid> | ha shit, it's a whole 3ms from www.archive.org |
| 04:59:58 | <@JAA> | Nice |
| 05:05:28 | | sonick (sonick) joins |
| 05:39:37 | | wyatt8740 quits [Remote host closed the connection] |
| 05:51:38 | | driib79894 quits [Client Quit] |
| 05:53:11 | | wyatt8740 joins |
| 06:02:01 | | wyatt8740 quits [Ping timeout: 265 seconds] |
| 06:04:53 | | wyatt8740 joins |
| 06:21:03 | | Matthww quits [Client Quit] |
| 06:21:19 | | Matthww joins |
| 06:30:37 | | Megame (Megame) joins |
| 06:30:59 | | Connection closed. |
| 06:31:12 | | atirclog (atirclog) joins |
| 06:31:12 | | Topic: Lengthy ArchiveTeam-related discussions, questions here | Offtopic: #archiveteam-ot | https://twitter.com/textfiles/status/1069715869994020867 |
| 06:31:12 | | Topic set by JAA at 2021-11-02 03:43:57Z |
| 06:31:13 | | colona (colona) joins |
| 06:31:17 | | Current users: colona (colona), atirclog (atirclog), yawkat (yawkat), Lord_Nightmare (Lord_Nightmare), s-crypt (s-crypt), jtagcat (jtagcat), @EggplantN (EggplantN), summerisle (summerisle), Suika_, fionera_ (Fionera), Megame (Megame), Matthww, wyatt8740, sonick (sonick), Arcorann_, qw3rty_, astrid (astrid), dm4v (dm4v), pcr, Iki, genofire, TastyWiener95 (TastyWiener95), thetechrobo_, tzt (tzt), lunik1, Hackerpcs (Hackerpcs), Daloader_ (Daloader_), klg (klg), appledash (appledash), monoxane4 (monoxane), vukky (Vukky), lennier1 (lennier1), Ruthalas (Ruthalas), HackMii (hacktheplanet), ragu (ragu), Zerote_, shoghicp (shoghicp), xkey (eyo), FileplanetHunter, flashfire42 (flashfire42), igloo22225 (igloo22225), kiska (kiska), h2ibot (h2ibot), @Fusl_ (Fusl), tech234a (tech234a), Aoede (Aoede), nothere, luckcolors (luckcolors), treora, psy (psy), lukash7, MrRadar (MrRadar), sknebel (sknebel), dominikh, @hook54321 (hook54321), Ctrl-S, betamax (betamax), avoozl1, masterX244 (masterX244), billy549 (Billy549), Mayk78, Ajay, russss (russss), Larsenv (Larsenv), Eighty (Eighty), wickedplayer494 (wickedplayer494), meowe (meowe), revi (revi), leo60228 (leo60228), FalconK (FalconK), @arkiver (arkiver), Soulflare, endrift|ZNC, balrog (balrog), Ryz2 (Ryz), mgrytbak, celestial_, Nay (JeDa), jspiros_ (jspiros), datechnoman (datechnoman), mrfooooo, Dj-Wawa (Dj-Wawa), notbasetwo, ]42[ (N4Y), nyany (nyany), coderobe (coderobe), pie_, @JAA (JAA), Hecz (Hecz), Zeklyn, @chfoo (chfoo), girst (girst), Kenshin, Sanqui (Sanqui), atphoenix (atphoenix), Dallas (Dallas), yano (yano), monika (boom), voltagex_, Minkafighter, Mateon1, godane (godane), Myself (myself), britmob25636477, nepeat (nepeat), Stiletto, wizards, Nulo, Gereon62 (Gereon), wolfin (wolfin), G4te_Keep3r, ThreeHM (ThreeHeadedMonkey), sec^nd (second), pabs (pabs), mikael, IDK (IDK), Sluggs, @Fusl (Fusl), katocala (katocala), xit78, knecht420 (knecht420), AK (AK), Craigle (Craigle), themadpro (themadpro), @jrwr (jrwr), aarchi (aarchi), devsnek (devsnek), thuban, TappyToes, swebb, Gaelan (Gaelan), aismallard, Dragnog, thelounge31, asie, @rewby (rewby), nimaje, mgrandi (mgrandi), ats (ats), JensRex (JensRex), jonty (jonty), murmur, ave (ave), jodizzle (jodizzle), @Kaz (Kaz), phuzion (phuzion), nico_32 (nico), IDK_, HugsNotDrugs, systwi (systwi), holbrooke, @OrIdow6 (OrIdow6), sembiance (sembiance), maxfan8 (maxfan8), apache2_, kpcyrd (kpcyrd), HotSwap, cpina_, Frogging101, starship_8601 (starship_8601), @HCross (HCross), ghuntley, mutantmnky (mutantmonkey), aleph, Doranwen (Doranwen), Jonimus, justcool393 (justcool393), NotEggplant, thermospheric (Thermospheric), Atom--, duce1337 (duce1337), mjh (mjh), pekster (pekster), SketchTh1Cow, hexa- (hexa-), Barto (Barto), BPCZ (BPCZ), h3ndr1k (h3ndr1k), @dxrt (dxrt), robbi5 (robbi5), Ryz (Ryz), kiskaLogBot, ArchivalEfforts, Pingerfowder (Pingerfowder), Deewiant (Deewiant), djsrv (djsrv), @ChanServ, simon816 (simon816), Muad-Dib, Jon (jon), pmlo3, bleb, @AlsoJAA (JAA), kallsyms |
| 06:31:17 | | adamus1red_ (adamus1red) joins |
| 06:31:17 | | @OrIdow6 quits [Write error: Broken pipe] |
| 06:31:17 | | sembiance quits [Write error: Broken pipe] |
| 06:31:17 | | maxfan8 quits [Write error: Broken pipe] |
| 06:31:17 | | kpcyrd quits [Write error: Broken pipe] |
| 06:31:17 | | HotSwap quits [Write error: Broken pipe] |
| 06:31:17 | | Frogging101 quits [Write error: Broken pipe] |
| 06:31:17 | | @HCross quits [Write error: Broken pipe] |
| 06:31:17 | | Sluggs quits [Write error: Broken pipe] |
| 06:31:17 | | Dallas quits [Write error: Broken pipe] |
| 06:31:17 | | Sanqui quits [Write error: Broken pipe] |
| 06:31:17 | | Kenshin quits [Write error: Broken pipe] |
| 06:31:17 | | Hecz quits [Write error: Broken pipe] |
| 06:31:17 | | mrfooooo quits [Write error: Broken pipe] |
| 06:31:17 | | balrog quits [Write error: Broken pipe] |
| 06:31:17 | | revi quits [Write error: Broken pipe] |
| 06:31:17 | | Ctrl-S quits [Write error: Broken pipe] |
| 06:31:17 | | TastyWiener95 quits [Write error: Broken pipe] |
| 06:31:17 | | Arcorann_ quits [Write error: Broken pipe] |
| 06:31:17 | | psy quits [Write error: Broken pipe] |
| 06:31:17 | | Ctrl-S joins |
| 06:31:17 | | apache2_ quits [Write error: Broken pipe] |
| 06:31:17 | | cpina_ quits [Write error: Broken pipe] |
| 06:31:17 | | Nulo quits [Write error: Broken pipe] |
| 06:31:17 | | starship_8601 quits [Write error: Broken pipe] |
| 06:31:17 | | endrift|ZNC quits [Write error: Broken pipe] |
| 06:31:17 | | apache2 joins |
| 06:31:19 | | cpina joins |
| 06:31:19 | | DopefishJustin joins |
| 06:31:20 | | DopefishJustin is now authenticated as DopefishJustin |
| 06:31:22 | | VerifiedJ (VerifiedJ) joins |
| 06:31:23 | | Kenshin joins |
| 06:31:23 | | revi (revi) joins |
| 06:31:25 | | mrfooooo joins |
| 06:31:25 | | Viniter6927 (Viniter) joins |
| 06:31:26 | | fuzzy8021 (fuzzy8021) joins |
| 06:31:27 | | starship_8601 (starship_8601) joins |
| 06:31:27 | | kpcyrd (kpcyrd) joins |
| 06:31:28 | | Sanqui joins |
| 06:31:29 | | gazorpazorp (gazorpazorp) joins |
| 06:31:30 | | Sanqui is now authenticated as Sanqui |
| 06:31:31 | | Frogging101 joins |
| 06:31:33 | | JTL (JTL) joins |
| 06:31:35 | | Arcorann_ joins |
| 06:31:35 | | HotSwap joins |
| 06:31:36 | | Jake (Jake) joins |
| 06:31:36 | | psy (psy) joins |
| 06:31:37 | | OrIdow6 (OrIdow6) joins |
| 06:31:37 | | @ChanServ sets mode: +o OrIdow6 |
| 06:31:39 | | maxfan8 (maxfan8) joins |
| 06:31:39 | | JSharp (JSharp) joins |
| 06:31:41 | | TastyWiener95 (TastyWiener95) joins |
| 06:31:44 | | adamus1red_ is now known as adamus1red |
| 06:31:45 | | lun4 (lun4) joins |
| 06:31:56 | | Hecz joins |
| 06:31:57 | | Hecz is now authenticated as Hecz |
| 06:31:57 | | Hecz quits [Changing host] |
| 06:31:57 | | Hecz (Hecz) joins |
| 06:32:14 | | Dallas (Dallas) joins |
| 06:32:15 | | endrift joins |
| 06:32:15 | | Nulo joins |
| 06:32:27 | | HCross (HCross) joins |
| 06:32:27 | | @ChanServ sets mode: +o HCross |
| 06:32:30 | | balrog (balrog) joins |
| 06:32:31 | | benjins joins |
| 06:33:23 | | Sluggs joins |
| 06:44:23 | | thermospheric quits [Changing host] |
| 06:44:23 | | thermospheric (Thermospheric) joins |
| 07:06:09 | | Mateon1 quits [Ping timeout: 258 seconds] |
| 07:41:19 | | tzt quits [Ping timeout: 244 seconds] |
| 08:00:16 | | knecht420 quits [Quit: The Lounge - https://thelounge.chat] |
| 08:00:41 | | knecht420 (knecht420) joins |
| 09:55:35 | | Megame quits [Client Quit] |
| 09:55:35 | | ragu quits [Read error: Connection reset by peer] |
| 10:23:16 | | Mateon1 joins |
| 10:30:05 | | Mateon1 quits [Ping timeout: 258 seconds] |
| 10:57:43 | | Mateon1 joins |
| 11:04:46 | | Mateon1 quits [Read error: Connection reset by peer] |
| 11:05:27 | | Mateon1 joins |
| 11:08:35 | | ragu joins |
| 11:08:57 | | ragu is now authenticated as ragu |
| 11:51:04 | | Mateon2 joins |
| 11:51:52 | | Mateon1 quits [Read error: Connection reset by peer] |
| 11:51:53 | | Mateon2 is now known as Mateon1 |
| 12:00:03 | | xit78 quits [Quit: The Lounge - https://thelounge.chat] |
| 12:03:32 | | xit78 joins |
| 12:14:20 | | Mateon1 quits [Read error: Connection reset by peer] |
| 12:20:10 | | Mateon1 joins |
| 12:55:53 | | TastyWiener95 quits [Client Quit] |
| 13:49:53 | | vukky quits [Ping timeout: 265 seconds] |
| 13:52:55 | | LeGoupil joins |
| 14:06:39 | | Matthww quits [Client Quit] |
| 14:07:46 | | Arcorann_ quits [Ping timeout: 265 seconds] |
| 14:31:49 | | vukky (Vukky) joins |
| 14:34:50 | | lunik1 quits [Client Quit] |
| 14:47:58 | | lunik1 joins |
| 15:06:04 | | Matthww joins |
| 15:37:49 | | HP_Archivist (HP_Archivist) joins |
| 15:39:48 | | mutantmnky quits [Remote host closed the connection] |
| 15:40:06 | | mutantmnky (mutantmonkey) joins |
| 15:51:48 | | qwertyasdfuiopghjkl joins |
| 16:56:25 | | spirit joins |
| 16:59:52 | | HackMii quits [Remote host closed the connection] |
| 17:00:31 | | HackMii (hacktheplanet) joins |
| 17:09:57 | | benjins is now authenticated as benjins |
| 17:19:52 | | PyryV joins |
| 17:20:43 | <PyryV> | I'm sorry, i don't know if this is the right place but what is the image address for youtube-dislike? I want to run a docker image. |
| 17:25:23 | <@rewby> | PyryV: The image you're looking for is atdr.meo.ws/archiveteam/youtube-dislikes-grab:latest and it's better to ask in #down-the-tube for questions on that project. |
| 17:33:39 | | tzt (tzt) joins |
| 17:51:01 | | HackMii quits [Remote host closed the connection] |
| 17:51:30 | <@OrIdow6> | Bob Dole died https://www.politico.com/news/2021/12/05/bob-dole-republican-presidential-nominee-advance-obit-033611 |
| 17:52:36 | | HackMii (hacktheplanet) joins |
| 17:53:59 | | HP_Archivist quits [Ping timeout: 258 seconds] |
| 18:07:40 | | HP_Archivist (HP_Archivist) joins |
| 18:11:08 | | Megame (Megame) joins |
| 18:35:56 | | HackMii quits [Remote host closed the connection] |
| 18:36:17 | | HackMii (hacktheplanet) joins |
| 18:38:43 | | HackMii quits [Remote host closed the connection] |
| 18:39:05 | | HackMii (hacktheplanet) joins |
| 18:49:25 | | onetruth joins |
| 19:02:21 | | sec^nd quits [Remote host closed the connection] |
| 19:03:00 | | sec^nd (second) joins |
| 19:03:19 | | PyryV quits [Ping timeout: 244 seconds] |
| 19:03:45 | | mutantmnky quits [Ping timeout: 258 seconds] |
| 19:10:20 | | HP_Archivist quits [Ping timeout: 265 seconds] |
| 19:11:04 | | mutantmnky (mutantmonkey) joins |
| 19:17:33 | | HackMii quits [Ping timeout: 258 seconds] |
| 19:18:01 | | thetechrobo_ quits [Client Quit] |
| 19:18:55 | | HackMii (hacktheplanet) joins |
| 19:25:56 | | TheTechRobo joins |
| 19:40:57 | | Megame quits [Client Quit] |
| 20:39:25 | | qwertyasdfuiopghjkl quits [Ping timeout: 244 seconds] |
| 20:40:26 | | qwertyasdfuiopghjkl joins |
| 20:56:04 | | spirit quits [Client Quit] |
| 21:13:45 | | vukky quits [Client Quit] |
| 21:53:58 | | qwertyasdfuiopghjkl53 joins |
| 21:54:16 | | LeGoupil quits [Client Quit] |
| 21:55:53 | | qwertyasdfuiopghjkl quits [Ping timeout: 244 seconds] |
| 21:56:01 | | qwertyasdfuiopghjkl53 is now known as qwertyasdfuiopghjkl |
| 22:19:31 | | thelounge31 quits [Quit: Ping timeout (120 seconds)] |
| 22:19:58 | | thelounge31 joins |
| 22:23:40 | | BlueMaxima joins |
| 22:24:03 | | thelounge31 quits [Client Quit] |
| 22:29:13 | | HackMii quits [Ping timeout: 258 seconds] |
| 22:30:21 | | HackMii (hacktheplanet) joins |
| 22:33:43 | | Arcorann_ joins |
| 22:36:16 | | thelounge31 joins |
| 22:42:35 | | thelounge31 quits [Client Quit] |
| 22:45:22 | | thelounge31 joins |
| 22:48:27 | | thelounge31 quits [Client Quit] |
| 23:25:15 | | thelounge31 joins |
| 23:46:57 | | Hackerpcs quits [Client Quit] |
| 23:51:22 | | Hackerpcs (Hackerpcs) joins |