[00:05] *** bauruine has quit IRC (Ping timeout: 260 seconds) [00:09] *** bauruine has joined #archiveteam [00:43] *** JesseW has joined #archiveteam [00:46] *** BlueMaxim has joined #archiveteam [00:48] *** DoomTay has joined #archiveteam [00:48] Huh. Didn't think that would work [00:57] *** DoomTay has left [01:00] *** dashcloud has quit IRC (Read error: Operation timed out) [01:20] *** dashcloud has joined #archiveteam [01:26] *** j08nY has quit IRC (Leaving) [01:39] Nemo_bis: surely it'd fit better on the actual "Back up your facebook data" page? [01:46] *** dxrt has joined #archiveteam [01:46] *** Aranje has joined #archiveteam [01:47] *** dxrt- sets mode: +o dxrt [01:52] *** dashcloud has quit IRC (Read error: Operation timed out) [01:56] *** dashcloud has joined #archiveteam [02:00] *** Honno has joined #archiveteam [02:14] *** Honno has quit IRC (Read error: Operation timed out) [02:19] *** RichardG has joined #archiveteam [02:30] *** ring has quit IRC (Remote host closed the connection) [02:31] *** is- has quit IRC (Ping timeout: 362 seconds) [02:49] *** dashcloud has quit IRC (Read error: Connection reset by peer) [02:54] *** dashcloud has joined #archiveteam [03:00] *** xioustic has quit IRC (Read error: Connection reset by peer) [03:02] *** is- has joined #archiveteam [03:36] *** maseck has quit IRC (Read error: Connection reset by peer) [03:40] *** maseck has joined #archiveteam [04:11] *** Sk1d has joined #archiveteam [04:11] *** Sk1d has quit IRC (Connection closed) [04:13] *** dashcloud has quit IRC (Read error: Operation timed out) [04:17] *** dashcloud has joined #archiveteam [04:20] *** ariscop has quit IRC (Ping timeout: 250 seconds) [04:21] *** ariscop has joined #archiveteam [05:37] *** ralphdnak has quit IRC (Ping timeout: 499 seconds) [05:57] well, it doesn't support facebook [06:01] I, for instance, am never going to click "Facebook", while I have stuff on several of the services that freeyourstuff.cc supports [06:04] *** ralphdnak has joined #archiveteam [06:04] *** BartoCH has quit IRC (Ping timeout: 260 seconds) [06:11] *** BartoCH has joined #archiveteam [06:45] *** guest has joined #archiveteam [06:45] *** guest has quit IRC (Client Quit) [06:46] *** JesseW has quit IRC (Read error: Operation timed out) [07:00] *** xioustic has joined #archiveteam [07:01] *** ralphdnak has quit IRC (Ping timeout: 499 seconds) [07:05] *** zhongfu has quit IRC (Ping timeout: 260 seconds) [07:06] *** zhongfu has joined #archiveteam [07:06] *** tomwsmf-a has quit IRC (Ping timeout: 258 seconds) [07:20] *** arkiver3 has joined #archiveteam [07:22] *** ralphdnak has joined #archiveteam [07:22] *** WinterFox has joined #archiveteam [07:25] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [07:27] *** ring has joined #archiveteam [07:32] *** ring has quit IRC (Remote host closed the connection) [07:40] *** heyyo has joined #archiveteam [07:43] hi everyone, I'm trying to clone a repository from gitorious.org but it doesn't work [07:43] I use this command: git clone git://gitorious.org/qserialdevice/qserialdevice.git [07:44] and get this error: fatal: unable to connect to gitorious.org: gitorious.org[0: 64.13.172.37]: errno=Connection refused gitorious.org[1: 2a02:c0:1014::1]: errno=Network is unreachable [07:46] I've also triead a http url, it fails too: "fatal: repository 'https://gitorious.org/qserialdevice/qserialdevice/' not found" [07:48] just got it working by adding .git at the end of http url and disabling SSL verification [07:48] like this: git clone http://gitorious.org/qserialdevice/qserialdevice.git [07:49] sorry, like this: GIT_SSL_NO_VERIFY=1 git clone http://gitorious.org/qserialdevice/qserialdevice.git [07:50] *** arkiver3 has joined #archiveteam [07:55] heyyo: thanks [07:55] gut I am not sure this is the right place to report gitorious errors... [07:56] oh, its THAT site [07:57] heyyo: did you not see a proper SSL-cert? I find this strange [07:58] *** ring has joined #archiveteam [07:58] *** ralphdnak has quit IRC (Read error: Operation timed out) [08:03] *** Stilett0 has quit IRC (Ping timeout: 244 seconds) [08:04] *** ralphdnak has joined #archiveteam [08:04] Atluxity, I get this error if I don't include _SSL_NO_VERIFY: fatal: unable to access 'https://gitorious.org/qserialdevice/qserialdevice.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none [08:04] *** Stiletto has joined #archiveteam [08:04] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [08:06] can you provide the fingerprint of the cert you see on gitorious? Curious if it differst from what I see [08:06] also, do you have the /etc/ssl/certs/ca-certificates.crt file? [08:08] this is the SHA-256 fingerprint (I got it from the web browser): 0C:0F:30:89:2A:2E:4A:06:44:42:1A:9C:10:F1:89:9A:69:11:84:F8:B1:D7:DA:82:F1:FE:9F:B0:08:33:60:7D [08:08] yes I do have the ca-certificates.crt file [08:09] ok [08:09] then at least you see the same cert as me [08:09] ok, I just tried it and I get the same error [08:09] this is more a serverside issue [08:10] wait a second [08:11] https://gitorious.org/qserialdevice/qserialdevice.git works, https://gitorious.org/qserialdevice/qserialdevice/ does not and neither does git://gitorious.org/qserialdevice/qserialdevice.git [08:11] does gitorious.org resolve to ipv6 ip? [08:12] http://pastebin.com/zXXX03TU [08:13] my tests so far. https:// and .git at the and does work, the rest doesnt [08:14] (I dont have an v6 Connection right now, so v6 returns Network unavailable) [08:14] I think I nailed it [08:14] gitorious resolves to both ipv4 and ipv6 [08:15] ipv4 is OK in regards to https: https://www.ssllabs.com/ssltest/analyze.html?d=gitorious.org&s=64.13.172.37&hideResults=on [08:15] ipv6 is not: https://www.ssllabs.com/ssltest/analyze.html?d=gitorious.org&s=2a02%3ac0%3a1014%3a0%3a0%3a0%3a0%3a1&hideResults=on [08:15] that might be some of the issue [08:15] the url-part of the errors are server-side, yes [08:17] but right now, I am v4 only and it still doesnt work [08:21] *** atomotic has joined #archiveteam [08:26] *** arkiver3 has joined #archiveteam [08:27] *** MMovie has joined #archiveteam [08:28] *** MMovie1 has quit IRC (Read error: Operation timed out) [08:33] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [08:34] the cert still? [08:41] *** ariscop has quit IRC (Quit: Leaving) [08:47] *** arkiver3 has joined #archiveteam [08:51] *** BlueMaxim has quit IRC (Read error: Operation timed out) [09:14] sorry, my bad. No not a cert error, it only works, when using repo.git, but not with repo/ [09:15] so not a general error [09:16] right [09:22] *** BlueMaxim has joined #archiveteam [09:27] *** ralphdnak has quit IRC (Read error: Operation timed out) [09:55] *** atomotic has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…) [10:04] *** atomotic has joined #archiveteam [10:05] *** ariscop has joined #archiveteam [10:12] *** heyyo has quit IRC (Quit: http://www.mibbit.com ajax IRC Client) [10:19] Lord_Nigh: Full Mirror of that xerox ftp in progress now. [10:30] HI GANG [10:31] Anything pressing? [10:31] Back full time next week. [10:34] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [10:34] *** xioustic has quit IRC (Read error: Operation timed out) [10:46] Hello there, [10:46] We're about to close down our web forum doc2doc (http://doc2doc.bmj.com) on June 30, a forum specifically for members of the medical profession. Would you be interested in archiving this? [10:46] As far as we know, there's no rate limiting, and that's the only remaining service running on that server, which will be decommissioned soon after the forums close. Unfortunately due to a number of circumstances we can't directly provide dumps. [10:46] Hope to hear from you soon, [10:46] Jonathan Prior [10:46] Operations Engineer, BMJ Technology [10:47] *** j08nY has joined #archiveteam [10:47] *** j08nY has quit IRC (Connection closed) [10:54] *** xioustic has joined #archiveteam [11:00] *** jut has joined #archiveteam [11:00] SketchCow i schedule it on archivebot [11:01] *scheduled [11:01] *** ralphdnak has joined #archiveteam [11:18] *** atomotic has quit IRC (Quit: Textual IRC Client: www.textualapp.com) [11:26] *** r3c0d3x has quit IRC (Ping timeout: 260 seconds) [11:41] *** arkiver3 has joined #archiveteam [11:44] *** r3c0d3x has joined #archiveteam [11:54] *** atomotic has joined #archiveteam [12:01] *** atomotic has quit IRC (Quit: Textual IRC Client: www.textualapp.com) [12:02] *** Honno has joined #archiveteam [12:18] *** Morbus has quit IRC (Read error: Operation timed out) [12:18] *** Morbus has joined #archiveteam [12:19] *** bauruine has quit IRC (Ping timeout: 260 seconds) [12:23] *** BlueMaxim has quit IRC (Quit: Leaving) [12:24] *** bauruine has joined #archiveteam [12:26] *** Morbus has quit IRC (Ping timeout: 250 seconds) [13:01] *** mr-b has quit IRC (Read error: Operation timed out) [13:21] *** RichardG has quit IRC (Read error: Operation timed out) [13:24] *** WinterFox has quit IRC (Remote host closed the connection) [13:24] connect2edmonton has suddenly shut down: http://www.connect2edmonton.ca/forum/ [13:25] *** RichardG has joined #archiveteam [13:34] *** RichardG has quit IRC (Ping timeout: 370 seconds) [13:39] *** RichardG has joined #archiveteam [13:47] *** atomotic has joined #archiveteam [13:48] *** RichardG has quit IRC (Ping timeout: 370 seconds) [14:04] *** ralphdnak has quit IRC (Read error: Operation timed out) [14:05] *** RichardG has joined #archiveteam [14:10] *** atomotic has quit IRC (Quit: Textual IRC Client: www.textualapp.com) [14:16] *** Start has quit IRC (Quit: Disconnected.) [14:29] *** vitzli has joined #archiveteam [14:51] *** rossdylan has quit IRC (Ping timeout: 633 seconds) [14:52] *** kristian_ has joined #archiveteam [14:59] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [15:08] Hrm... the Gofundme did raise everything and more needed, I guess it'll be interesting to see if it comes back... [15:28] *** Start has joined #archiveteam [15:49] *** Start has quit IRC (Ping timeout: 260 seconds) [16:06] *** Start has joined #archiveteam [16:07] *** Start has quit IRC (Client Quit) [16:09] *** khaoohs has joined #archiveteam [16:18] *** kristian_ has quit IRC (Leaving) [16:20] *** vitzli has quit IRC (Quit: Leaving) [16:22] https://www.class-central.com/report/coursera-old-platform-shutdown-download-courses/ [16:24] https://github.com/coursera-dl/coursera-dl [16:51] Looks like that doc2doc site is already indexed by archive.org [16:52] BTW, I've been following you on Instagram Jason, and I must say that I'm jealous. [16:52] Let's download a second copy of doc2doc anyway [16:52] to be sure [16:52] Hi SketchCow [16:52] We'll have a small project running for coursera [16:53] I'll get the old courses first, but might get every course after that [16:53] Looks like wayback hits it every week or so. [16:53] Deep pages might still not be covered well [16:54] yeah, worth a hit in depth anyway [16:54] yeah [16:59] *** Start has joined #archiveteam [17:04] *** VADemon has joined #archiveteam [17:13] *** robink has quit IRC (Ping timeout: 633 seconds) [17:15] I grabbed the latest heritrix and I'm doing a crawl of the doc2doc site now. They changed everything in heritrix! It's all web-2.0-y now! :) [17:38] *** Start has quit IRC (Quit: Disconnected.) [18:09] *** dashcloud has quit IRC (Read error: Operation timed out) [18:13] *** dashcloud has joined #archiveteam [18:27] *** Start has joined #archiveteam [18:32] *** _ris has joined #archiveteam [18:47] *** Start has quit IRC (Quit: Disconnected.) [18:47] *** dashcloud has quit IRC (Read error: Operation timed out) [18:48] *** tfgbd_znc has quit IRC (Read error: Connection reset by peer) [18:53] *** dashcloud has joined #archiveteam [18:57] *** Start has joined #archiveteam [19:02] *** crsra has joined #archiveteam [19:02] hi guys [19:03] are there any plans to save old coursera courses that are going to be removed on june 30? [19:04] *** antomati_ is now known as antomatic [19:05] yes, something is being worked on for that [19:05] cool [19:07] *** kris33 has joined #archiveteam [19:07] *** jut has quit IRC (Read error: Connection reset by peer) [19:10] *** crsra has quit IRC (Quit: Page closed) [19:26] *** kris33 has quit IRC (Textual IRC Client: www.textualapp.com) [19:42] *** Start has quit IRC (Quit: Disconnected.) [19:43] *** sivoais has joined #archiveteam [19:49] *** tomwsmf-a has joined #archiveteam [19:53] *** Morbus has joined #archiveteam [20:11] *** xioustic has quit IRC (Ping timeout: 499 seconds) [20:23] *** ndizzle is now known as ndiddy [20:58] *** DoomTay has joined #archiveteam [20:59] Wow, it's quiet in here [21:01] 1. you've been here for all of two minutes, 2. c.f. #archiveteam-bs [21:03] ssh. We're sleeping [21:04] *** sep332 has joined #archiveteam [21:14] Archiveteam is like 7-11 [21:14] * godane trying to remember quote in Bomdock Saints [21:15] Anyone up for FTP scanning somepoint? Ive got over 2.5k ftps to scan now [21:17] *** Aranje has quit IRC (Quit: Three sheets to the wind) [21:20] FTP scanning? [21:21] Like, file-transfer protocol? [21:21] well it's a bit more likely than Fuck The Police scanning [21:22] wrong channel, sorry [21:22] #archiveteam-bs i meant [21:23] I'm kinda busy trying to undertake my own archiving project, but Internet Archive seems to be down right now [21:23] \Besides, even without knowing how FTP scanning is even done, I doubt I have the resources to help [21:24] DoomTay: what's your project [21:25] Saving as much as I can of http://www.portalgraphics.net/pg/ [21:25] Because of http://www.portalgraphics.net/pg/guide/news20160520.html [21:26] *** Aranje has joined #archiveteam [21:26] The good news is the important bits are all numbers, so it's all interation [21:26] The bad news is, I'm pretty sure I have to keep loads low so as to not overload either my computer or IA's servers or that site's servers, so I'm doing 100 at a time, and it's pretty time consuming [21:26] Plus IA seems to be down at the moment [21:27] *iteration [21:32] are you using the manual method? [21:34] because if so, honey, you have to check out #archivebot [21:44] Drat! [21:44] Major_ DoomTay: Sorry, only channel operators or voiced users may use that command. [21:50] *** robink has joined #archiveteam [22:00] *** arrith has quit IRC (Read error: Operation timed out) [22:10] *** ariscop has quit IRC (Quit: Leaving) [22:12] *** arrith has joined #archiveteam [22:39] *** VADemon has quit IRC (Quit: left4dead) [22:42] *** robink has quit IRC (Remote host closed the connection) [22:49] *** Honno has quit IRC (Read error: Operation timed out) [22:54] *** maseck_ has joined #archiveteam [22:56] *** maseck has quit IRC (Read error: Operation timed out) [23:08] *** Start has joined #archiveteam [23:09] *** maseck has joined #archiveteam [23:11] *** remsen has quit IRC (ZNC 1.6.2 - http://znc.in) [23:12] *** remsen has joined #archiveteam [23:12] *** ariscop has joined #archiveteam [23:13] *** remsen has quit IRC (Client Quit) [23:14] *** remsen has joined #archiveteam [23:14] *** maseck_ has quit IRC (Read error: Operation timed out) [23:43] *** tfgbd_znc has joined #archiveteam [23:52] *** ndiddy has quit IRC (Ping timeout: 244 seconds) [23:55] *** ndiddy has joined #archiveteam