[00:51] *** Whopper_ has quit IRC (Read error: Operation timed out) [01:13] *** tfgbd_znc has joined #archiveteam-bs [01:34] *** DedSec has quit IRC () [01:51] *** krazedkat has joined #archiveteam-bs [01:53] *** arkiver3 has joined #archiveteam-bs [01:57] *** arkiver2 has quit IRC (Ping timeout: 244 seconds) [02:17] so i'm uploading 3 things at once [02:18] wallbuilders live mp3s, infoworld cbz files, and koreanet-3 busan newsplaza asf files [02:18] beware i may lose power tonight [02:22] also looks like i'm at 1027k items [03:01] *** Stil3tt0 has joined #archiveteam-bs [03:03] yan: I'm working on the government backup wiki [03:07] *** Start_ has quit IRC (Read error: Connection reset by peer) [03:07] *** Start has joined #archiveteam-bs [03:22] Is there a difference in performance in using Virtualbox and VMWare to run the Warrior? [03:35] Also, I forgot to mention, it does get to GRUB [03:41] *** Stil3tt0 is now known as Stilett0 [03:41] *** Stilett0 is now known as Stiletto [03:41] Is the warrior supposed to be 32bit or 64bit? [03:43] I tried raising the video memory, that didn't help [03:46] The last message that I see on the virtualbox screen is something about the ramdisk or something [03:50] I tried booting into recovery mode, this was on one of the lines: "Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only. [03:50] " [03:52] Also, I'm on Windows 10, if that makes any difference [04:20] K. Are these settings correct for VMWare? Hard Drive 1 is set to SATA 0:1, and hard drive 2 is set to SATA 0:2 [04:26] Also, following the directions related to internet broke it [04:36] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [04:36] Yaaass! I think I got it working. What projects are most urgent right now? [04:45] Just choose "Archiveteam Choice" [04:50] *** VADemon has joined #archiveteam-bs [04:50] Done [04:51] I'm not sure if it's working correctly though, are there supposed to be so many 404 client errors? [05:04] Also, you might want to look at where this link goes to, it's kinda intercepted by bitly: http://bit.ly/zj9Ecg [05:05] Not sure if that's gonna cause an issue with the warrior or not... [05:15] *** Sk1d has quit IRC (Ping timeout: 250 seconds) [05:22] *** Sk1d has joined #archiveteam-bs [05:27] *** FalconK has quit IRC (Quit: WeeChat 1.5) [05:34] hook54321: test if you have virtualization features enabled: http://openlibsys.org/index-ja.html [05:35] Says disabled, is their a way to fix it? [05:35] BIOS settings [05:35] if your CPU supports it, but it should [05:36] K. How do I properly close the Warrior? [05:37] if the webinterface has launched, buttons on the left. otherwise just kill it [05:38] unfinished tasks would be requeued at a later point [06:24] VADemon: I can't find it in my BIOS [06:24] Apparently my processor supports it though [06:26] if you have some cheap OEM/Laptop bios... then it should still have it somewhere. What keywords did you look for? What motherboard do you have (tell me if u dont know how to look up) [06:27] Oh wait, found it, for some reason it's under system security [06:27] K. I enabled VTx. Do I want VTd on too? [06:28] yes [06:28] thats all somehow connected [06:28] Also, do I want to leave data execution protection on? [06:28] Yes [06:29] For some reason it's right next to it 🤔 [06:29] so faulty/old applications cant execute "data" that should not be executed as code [06:30] while I'm here I'm just gonna go through all the other settings [06:30] PCI SERR# Generation. Default: Enabled [06:30] you may want to tinker with CPU voltage ;) make it cool and power efficient without perf drop [06:31] PCI VGA Palette Snooping. Default: Disabled [06:31] If my mom found out I was doing any of this she would kill me [06:31] So she's not gonna find out :P [06:32] AMT: Disabled (Default) [06:32] I see :) as long as it works they do not care [06:32] Exactly [06:33] Multiprocessor - Enabled (Default) [06:33] Hyperthreading -enabled ( default) [06:33] everything else will be fine, if you're worried about warrior (uh a random pun) [06:33] NIC Option ROM Download - PXE (Default) [06:34] Turbo mode - enabled ( default) [06:34] Printer mode - EPP+ECP (Default) [06:36] - Runtime Power Management - [06:36] Enabled ( Default) [06:36] Idle Power Savings - Extended (Default) [06:37] Unique Sleep State Blink Rates - Disabled (Default) [06:38] SATA Power Management - Enabled (Default) [06:38] S5 Maximum Power Savings -Disabled (Default) [06:39] VADemon: That's everything that looks like it could be important, should I change anything? [06:40] Well, there's also Max eSATA speed, which is 1.5 Gbps [06:41] Which can apparently go up to 3.0 Gbps [06:41] you probably dont use this port at all ;) it's all good [06:41] * xmc pats her 300 bits per second modem lovingly [06:41] in that case you can crank it up, doesn't matter [06:42] @xmc: does it even SSL IRC? [06:42] Is eSATA an external port? [06:42] it is a forgotten external port, I have one but never used it [06:42] Eh. I just left it how it is [06:47] VirtualBox is working now, yay :D [06:52] Think doing the Yahoo answers project will get me banned from accessing the site? [06:52] no [06:52] if it says concurrency 1 then set it to 1 [07:04] *** arkiver3 has joined #archiveteam-bs [07:10] *** wp494 has quit IRC (Read error: Connection reset by peer) [07:17] 120 seconds to wait seems like a bit much [07:20] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [07:44] *** chfoo has quit IRC (Read error: Operation timed out) [07:45] *** chfoo has joined #archiveteam-bs [08:28] *** Honno has joined #archiveteam-bs [08:35] *** Honno has quit IRC (Read error: Operation timed out) [09:59] *** schbirid has joined #archiveteam-bs [10:10] code for grabbing urls out of digg.com: curl -s http://digg.com/ | grep ^href= | grep -v 'href="/channel' | grep -v 'href="/source' | grep -v 'href="/video"' | sed 's|href="||g' | sed 's|".*||g' | sort | uniq [10:13] maybe useful when just grabbing external links after a event [10:21] godane: try this, might work: grep -Ev 'href="/(channel|source|video)' [10:28] that works thanks [10:30] sweet [11:19] SketchCow: i'm uploading a disney crusie line dvd from 2010 [11:19] i got it from myspeen [11:26] its been upload to FOS [11:31] *** BlueMaxim has quit IRC (Quit: Leaving) [11:46] *** schbirid2 has joined #archiveteam-bs [11:49] *** schbirid has quit IRC (Ping timeout: 260 seconds) [12:01] *** wp494 has joined #archiveteam-bs [12:03] *** Simpbrain has quit IRC (Remote host closed the connection) [13:26] *** OliTT has joined #archiveteam-bs [13:59] *** OliTT has left [14:28] *** RichardG has quit IRC (Read error: Connection reset by peer) [14:30] *** RichardG has joined #archiveteam-bs [14:34] *** Simpbrain has joined #archiveteam-bs [15:04] *** Muad-Dib has joined #archiveteam-bs [15:13] zino: would you be able to create a target for googlecode? [15:13] The project will probably be something around 15 TB. [15:13] Currently using FOS, but it's not syncing fast enough to it [15:23] *** ItsYoda has quit IRC (Quit: rippppp to the yoda you used to know!) [15:26] *** schbirid2 has quit IRC (Ping timeout: 260 seconds) [15:26] *** wm_ has quit IRC (Ping timeout: 260 seconds) [15:27] *** ItsYoda has joined #archiveteam-bs [15:28] *** schbirid2 has joined #archiveteam-bs [15:29] *** wm_ has joined #archiveteam-bs [16:08] arkiver: Currently doing New Years party prep, so no new machine before the new year unless it's do-or-die. I could clean out the 12T of panoramio that's already uploaded and put it on eldrimner though. The extra 3TB shuuld be ready to clear out by the time the first 12T have landed there. [16:15] *** midas2 is now known as midas [17:07] *** RichardG has quit IRC (Read error: Operation timed out) [17:08] *** RichardG has joined #archiveteam-bs [18:49] *** dashcloud has quit IRC (Read error: Operation timed out) [18:53] *** dashcloud has joined #archiveteam-bs [19:25] *** ndiddy has joined #archiveteam-bs [19:27] *** ndizzle has quit IRC (Read error: Operation timed out) [19:31] *** arkiver3 has joined #archiveteam-bs [19:36] *** arkiver3 has quit IRC (Ping timeout: 244 seconds) [19:37] *** RichardG has quit IRC (Read error: Connection reset by peer) [19:39] *** RichardG has joined #archiveteam-bs [20:18] *** godane has quit IRC (Remote host closed the connection) [20:19] *** godane has joined #archiveteam-bs [20:25] Is it a bad idea to have 6 concurrent items running on the warrior for google code? [20:26] not a problem at all [20:26] I'm running 40 concurrent per IP address and haven't hit any ratelimiting yet [20:26] also, feel free to join us in #googlecodeblue [20:28] Wait, how are you running 40? [20:28] I'm not using the warrior [20:28] oh [20:28] *** godane has quit IRC (Read error: Connection reset by peer) [20:29] scripts are publicly available at https://github.com/archiveteam/googlecode-grab [20:29] Is there a way to force the warrior to do more than 6 concurrent? [20:29] You can run multiple warriors with a bit of tweaking as well. [20:29] not easily to do with one warrior, as it resets changes on boot [20:30] So there isn't like just one variable that I can change real quick? :/ [20:31] not as far as I'm aware [20:31] if you want to run more concurrent, easiest thing to do is install debian or ubuntu into a VM [21:00] *** Aoede has quit IRC (Ping timeout: 260 seconds) [21:05] *** Aoede has joined #archiveteam-bs [21:20] *** BlueMaxim has joined #archiveteam-bs [21:55] Tracker returned status code 503. The tracker has probably malfunctioned. Retrying after 100 seconds... [21:55] - RIP tracker [22:45] *** Asparagir has quit IRC (Asparagir) [22:50] Are there any ArchiveTeam shirts or something? [22:58] *** jrwr has joined #archiveteam-bs [23:33] *** Boppen has quit IRC (Ping timeout: 194 seconds) [23:56] *** schbirid2 has quit IRC (Quit: Leaving)