#archiveteam 2012-04-03,Tue

↑back Search

Time Nickname Message
00:01 🔗 DoubleJ Zod_: 100% packet loss pinging the 192.168 address.
00:01 🔗 DoubleJ Though it doesn't give a "no route to host" error so that's encouraging.
00:02 🔗 DoubleJ Lemme try rsync again so I can get the actual error text.
00:02 🔗 DoubleJ (Now watch it work just fine.)
00:06 🔗 DoubleJ Well, it's not working. It's also not failing. What's the default connection timeout?
00:06 🔗 Coderjoe_ DoubleJ: what do you see in the output of route?
00:07 🔗 Coderjoe alard: is 25GB going to be large enough for memac?
00:08 🔗 DoubleJ 10.0.2.0 * 255.255.255.0 U 0 0 0 eth0
00:08 🔗 DoubleJ default 10.0.2.2 0.0.0.0 UG 100 0 0 eth0
00:09 🔗 DoubleJ Aside from not knowing what the flags mean, that looks like it ought to work just fine: All traffic for everywhere goes out through VirtualBox.
00:10 🔗 Coderjoe anything not on 10.0.2.0/24 is being sent to 10.0.2.2, and apparently that isn't routing 192.168/16 for you
00:11 🔗 DoubleJ So it sounds like the VM is doing all it can and I need to mess with VirtualBox?
00:11 🔗 Coderjoe alard: questions: is there a clean way to shut it down? can you perhaps have it ask for a password for the root account during first boot?
00:12 🔗 Coderjoe DoubleJ: assuming the default iptables setup, yes.
00:12 🔗 Coderjoe and assuming 10.0.2.2 is virtualbox
00:13 🔗 DoubleJ Yes. The VirtualBox host is 10.0.2.2 and the guest is 10.0.2.15.
00:14 🔗 underscor Coderjoe: if you're seesawing, I don't think it really matters if you do it hard
00:14 🔗 DoubleJ All right. Any VirtualBox geniuses in the house? :)
00:16 🔗 underscor DoubleJ: VirtualBox's default settings use a virtual NAT and I've found that it fucks with RFC1918 addresses
00:16 🔗 underscor I always just set my VMs to bridge mode
00:16 🔗 underscor and then they get an IP from DHCP from the router
00:16 🔗 underscor instead of virtualbox's software nat
00:16 🔗 Coderjoe DoubleJ: depending on what you're doing, you could move the VM from the NAT mode to the bridged mode
00:16 🔗 DoubleJ underscor: Used to do that. It stopped working reliably. Then it stopped working ever.
00:16 🔗 underscor oh :(
00:17 🔗 DoubleJ The VM basically couldn't see the network at all.
00:17 🔗 underscor iunno then, that's what I always do. :(
00:17 🔗 underscor Even running dhclient or manually setting addressing?
00:17 🔗 DoubleJ Yeah. It's set to NAT now because that was the first thing that worked.
00:17 🔗 Coderjoe well then the issue is a problem with Vbox and your host not having proper bridging setup
00:17 🔗 DoubleJ Running dhclient manually, yes. Never tried setting the address b/c I don't think the Fios router allows it.
00:18 🔗 DoubleJ (Or maybe I just don't know where to look in the router setup.)
00:19 🔗 DoubleJ But yeah, the Fios router would get overworked and conk out, then the VM wouldn't be able to reconnect until I rebooted the host a few times.
00:19 🔗 DoubleJ That got old real quick.
00:20 🔗 Coderjoe to the fios router, the VM should look like any other device on the network
00:20 🔗 DoubleJ And it did... when everything was working.
00:20 🔗 DoubleJ When it stopped working the VM just wouldn't show up in the connected device list.
00:21 🔗 Coderjoe and you just would need to renew your dhcp list
00:21 🔗 Coderjoe re
00:21 🔗 Coderjoe lease
00:22 🔗 DoubleJ if that's what dhclient -r followed by dhclient did, I tried that. Also tried restarting networking then doing the dhclient thing.
00:23 🔗 Coderjoe alard: suggestions: first, 25GB may not be enough to get two profiles. second, boot.sh should probably ask for an upload speed limit, if desired.
00:40 🔗 Zod_ DoubleJ: try setting a static ip in the 192.168 subnet
00:42 🔗 underscor if it's a fios router, try setting 192.168.1.88/255.255.255.0
00:42 🔗 underscor that should be sufficiently high to not conflict with the dhcp server or the set top boxes
00:42 🔗 underscor (which are >.100)
00:42 🔗 underscor The router doesn't really care where you get your IP address from
00:42 🔗 underscor As long as it doesn't conflict
00:45 🔗 DoubleJ OK, VM is powered down and I'm setting the adapter to bridged.
00:46 🔗 DoubleJ Oh holy shit it managed to grab an address on its own this time.
00:46 🔗 DoubleJ \o/
00:46 🔗 DoubleJ All right, let's crank all this rsyncery back up before it changes its mind.
00:49 🔗 underscor lol
00:49 🔗 underscor I would try out the VM, but I'm on a crappy as hell cable connection
00:49 🔗 DoubleJ It changed its mind: rsync: failed to connect to 192.168.1.6: No route to host (113)
00:49 🔗 underscor 0.25 mbps down, 0.01 mbps up :(
00:49 🔗 underscor DoubleJ: traceroute 192.168.1.6?
00:49 🔗 underscor also, what does route -n say?
00:50 🔗 Coderjoe the fios box should have nothing to do with communication between two hosts on the lan in the same subnet
00:50 🔗 underscor yeah
00:50 🔗 underscor that speaks to a routing issue on the vm
00:50 🔗 Coderjoe other than handing out IPs for dhcp
00:50 🔗 underscor DoubleJ: Can you ping backwards?
00:50 🔗 DoubleJ Bear with me; I have to retype because I can't ssh to the VM now.
00:50 🔗 underscor (ie, from rsync host to vm)
00:50 🔗 underscor DoubleJ: np
00:51 🔗 DoubleJ 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
00:51 🔗 DoubleJ 0.0.0.0 192.168.1.1 0.0.0.0 UG 100 0 0 eth0
00:52 🔗 DoubleJ Aside from the formatting fail, that's it
00:52 🔗 underscor ping 192.168.1.1
00:52 🔗 underscor and .6
00:53 🔗 Coderjoe that says "for anything within 192.168.1.0 to 192.168.1.255, you can talk directly to them on eth0. for anything else, send it to 192.168.1.1 for relay."
00:53 🔗 underscor which is correct
00:53 🔗 DoubleJ 192.168.1.1: no loss, about 2ms latency
00:53 🔗 DoubleJ .6: Destination host unreachable
00:54 🔗 underscor Can you run ifconfig on the rsync host?
00:54 🔗 DoubleJ (And yes, I have verified that the target is 192.168.1.6
00:54 🔗 underscor I'm interested in the line with the subnet mask
00:54 🔗 DoubleJ )
00:54 🔗 Coderjoe could be your system isn't listening for traffic to 192.168.1.6 on the interface it comes in on from the vm
00:54 🔗 underscor or that
00:54 🔗 DoubleJ Mask for wlan0 on the receiving end: 255.255.255.0
00:54 🔗 underscor "netstat -ap|grep rsync"
00:55 🔗 underscor On whatever server's running rsyncd
00:55 🔗 underscor Or are you doing it over ssh?
00:55 🔗 underscor (in which case, "netstat -ap|grep sshd")
00:56 🔗 DoubleJ Aside from the rsync that the machine is doing up to IA, there's this:
00:56 🔗 DoubleJ tcp6 0 0 [::]:rsync [::]:* LISTEN 29312/xinetd
00:56 🔗 underscor hm, there's no regular tcp version of it?
00:56 🔗 Coderjoe make that netstat -aip
00:56 🔗 Coderjoe to show interface as well
00:57 🔗 Coderjoe i think
00:57 🔗 Coderjoe nevermind
00:57 🔗 underscor Coderjoe: iirc that'll just print the interface table stats
00:57 🔗 Coderjoe i misunderstood the i
00:57 🔗 Coderjoe yeah
00:57 🔗 DoubleJ So, never mind then?
00:58 🔗 underscor DoubleJ: Are you running rsync daemon, or doing it over ssh?
00:58 🔗 DoubleJ But yeah, not tcp version of the listener.
00:58 🔗 underscor s/running/trying to use/
00:58 🔗 DoubleJ Just rsyncd
00:58 🔗 DoubleJ SOrry, rsync daemon
00:58 🔗 underscor try telling rsyncd to listen on 0.0.0.0 then
00:58 🔗 DoubleJ Aaaaand how does one do that?
00:58 🔗 underscor (just curious, why not use the ssh transport since it's all local?)
00:59 🔗 Coderjoe technically, you can listen on ::192.168.1.6
00:59 🔗 underscor Oh, heh. sorry
00:59 🔗 DoubleJ Coderjoe: Trying to keep it simple.
00:59 🔗 DoubleJ (It's orking out so well for me)
00:59 🔗 DoubleJ Know what, I'm just leaving that typo. Seems fitting.
00:59 🔗 underscor ps aux|grep rsync
01:00 🔗 underscor Need the pid for the daemon process
01:00 🔗 Coderjoe it looks like rsync is being started by xinetd, rather than being run as a standalone
01:00 🔗 underscor oh, right. oops
01:00 🔗 underscor sudo service xinetd stop then?
01:00 🔗 underscor and following that
01:01 🔗 underscor rsync --daemon --address=0.0.0.0 --config=/etc/rsyncd.conf -4
01:01 🔗 underscor (or edit the xinetd config file if this is going to be something you're permanently running)
01:01 🔗 underscor in which case I'll defer elsewhere, because I am not well versed in xinetd
01:01 🔗 DoubleJ Before I go monkeying around with it, will killing xinetd have any side effects?
01:02 🔗 underscor netstat -ap|grep xinetd
01:02 🔗 DoubleJ Especially since this box is the one I'm on irssi with?
01:02 🔗 underscor It *shouldn't*, unless you have other things running like tftp servers, etc
01:02 🔗 underscor (but that's unlikely)
01:02 🔗 underscor Run that netstat command, will tell if there's anything else.
01:02 🔗 Coderjoe it will stop other listening services it manages from answering
01:03 🔗 DoubleJ OK, that command found rsync and something called DGRAM
01:03 🔗 underscor ^
01:03 🔗 underscor ok, then it won't hurt anything.
01:03 🔗 underscor Go ahead and "(sudo) service xinetd stop"
01:03 🔗 underscor You know what's weird though........
01:03 🔗 underscor You couldn't even ping .6, could you?
01:04 🔗 DoubleJ Correct.
01:04 🔗 underscor >:|
01:04 🔗 underscor What if you ping backwards?
01:04 🔗 underscor (server to VM)
01:04 🔗 underscor Also, can you ping from the virtualbox host to .6?
01:05 🔗 DoubleJ from non-host to VM: sub-2ms
01:05 🔗 underscor :I
01:05 🔗 Coderjoe I wonder if something is happening to arp traffic
01:05 🔗 underscor That's... very strange
01:05 🔗 DoubleJ from host to non-host: Destination unreachable
01:05 🔗 Coderjoe yea
01:05 🔗 Coderjoe something funky is going on with arp traffic
01:06 🔗 underscor Coderjoe: sounds like it, if the host isn't working either
01:06 🔗 underscor yep
01:06 🔗 underscor It got 192.168.1.1 though, which is what's strange
01:06 🔗 underscor DoubleJ: Do you have any other devices on the network?
01:06 🔗 underscor Settop boxes, maybe?
01:06 🔗 underscor (or other PCs/phones)
01:07 🔗 DoubleJ On the network I have: host (.2), VM (.3), non-host (.6) an Android Phone and a Galaxy Tab.
01:07 🔗 underscor ok, can you ping the android phone from the vm and the host?
01:08 🔗 DoubleJ The android devices may not be acively hitting the network ATM.
01:08 🔗 underscor (network info II is a fantastic free app for getting the network settings of your device)
01:08 🔗 underscor ie, ip, subnet mask, ssid, etc
01:09 🔗 underscor WWAN (3g) ips and WLAN (wifi) ips
01:09 🔗 underscor etc
01:09 🔗 Coderjoe or you can just go into the hidden menu
01:09 🔗 underscor The hidden menu?
01:09 🔗 DoubleJ Phone refuses to see the network right now. It does that sometimes.
01:10 🔗 Coderjoe dial *#*#4636#*#*
01:10 🔗 underscor oh
01:10 🔗 Coderjoe don't call it, just punch it into the built-in dialer
01:10 🔗 underscor :o
01:10 🔗 Coderjoe it also might only work on motorola devices
01:11 🔗 underscor works on my pantech breakout
01:11 🔗 DoubleJ OK, Tab can see the network. Quick way to find its IP address?
01:12 🔗 underscor If it doesn't have the dialer, then network info II, unless Coderjoe knows a faster way
01:12 🔗 Coderjoe i do not
01:12 🔗 DoubleJ Logged into the router :) OK, it's on .4 I think
01:13 🔗 DoubleJ And it works. ~80ms latency
01:13 🔗 DoubleJ (from host)
01:13 🔗 underscor ...
01:14 🔗 DoubleJ Also successful from vm
01:14 🔗 underscor That's incredibly strange
01:14 🔗 underscor I'm really at a loss :/
01:14 🔗 Coderjoe possibly the host isn't listening for arp on the interface the vm traffic comes in from
01:15 🔗 Coderjoe or is sending the arp reply on the wrong interface
01:15 🔗 DoubleJ Coderjoe: En ingles por favor?
01:15 🔗 underscor that sounds so weird though
01:15 🔗 underscor Also, doesn't the host only have one interface?
01:15 🔗 underscor that would be so strange
01:16 🔗 Coderjoe alard: kinda dislike how it handles errors, though. the tmux pane just vanishes and you're on one downloader until that one also dies
01:17 🔗 DoubleJ underscor: Everything has one interface. Exception is the dead LAN port on non-host and the unused VBox host-only adapter on its own private Class C.
01:18 🔗 Coderjoe strange
01:18 🔗 underscor iunno then
01:18 🔗 underscor that's very strange
01:18 🔗 DoubleJ On the one hand, it's nice to know I"m not just dumb.
01:18 🔗 DoubleJ On the other hand, I don't like having problems so odd that nobody knows how to fix them.
01:19 🔗 Coderjoe - Result: du: cannot access 'data/m/ma/mag/magic_eye/web.me.com/web.me.com-magic_eye*': No such file or directory
01:19 🔗 DoubleJ Nothing ever hits that sweet spot between what I know and what everyone else knows.
01:20 🔗 Coderjoe rm: cannot remove 'data/m/ma/mag/magic_eye/web.me.com/.incomplete': No such file or directory
01:21 🔗 Coderjoe DoubleJ: your linux systems have a minimum of two interfaces: lo and the other one
01:21 🔗 Coderjoe (eth0 wlan0 or whatever)
01:22 🔗 DoubleJ True. I just don't usually think of lo as an interface since it doesn't leave the computer.
01:22 🔗 Coderjoe but your system running virtualbox likely has more, which are software interfaces
01:22 🔗 Coderjoe do a netstat -i
01:22 🔗 DoubleJ Can't do that on the host; it's a Win7 machine
01:22 🔗 Coderjoe oh
01:22 🔗 Coderjoe hold on
01:23 🔗 DoubleJ vm and non-host are both Linux
01:23 🔗 DoubleJ vm has lo and eth0; non-host has lo and wlan0
01:23 🔗 Coderjoe do a "route print" on the command line
01:23 🔗 Coderjoe it will list every interface it knows of
01:24 🔗 DoubleJ OK, where's your favorite pastebin?
01:24 🔗 underscor hastebin.com
01:24 🔗 Coderjoe in my winxp case, I have loopback, two vmware ones, a TAP one (for openvpn), a virtualbox one, and my real network port
01:24 🔗 underscor ctrl-v,ctrl-s
01:24 🔗 underscor :)
01:25 🔗 DoubleJ http://hastebin.com/popepifoya.pas
01:26 🔗 Coderjoe mmm
01:27 🔗 DoubleJ The Realtek is unplugged; the host-only is only used if the vm is set to host-only, the others I dunno.
01:27 🔗 Coderjoe isataps and teredo. forgot those would be there on win7
01:28 🔗 Coderjoe I don't know how virtualbox handles the traffic bridging
01:29 🔗 Coderjoe you could do a tcpdump or such (wireshark on windows) and watch the arp traffic
01:30 🔗 Coderjoe if I were to guess, virtualbox may be sending the arp request out the actual interface, and as such, the windows networking stack isn't seeing it
01:31 🔗 DoubleJ OK, Wireshark installing
01:32 🔗 * Coderjoe makes a test VM in virtualbox with bridged networking
01:33 🔗 DoubleJ OK, it's running. Now what do I do with it?
01:33 🔗 Coderjoe I'm not using wireless on this system, plus it is xp and the firewall is off, but my test VM is able to ping my host's ip just fine
01:33 🔗 DoubleJ I can ping from vm to host
01:34 🔗 DoubleJ It's going from anywhere to non-host that's the bitch
01:34 🔗 DoubleJ And non-host is kind of where all the external drives are.
01:34 🔗 Coderjoe uh
01:34 🔗 Coderjoe then we are looking in the wrong place
01:34 🔗 Coderjoe if the non-host is inaccessable to everyone
01:36 🔗 DoubleJ OK, so let's wind thing abck about 10 minutes to my last ping fest.
01:36 🔗 DoubleJ vm to non-host: bad
01:36 🔗 DoubleJ host to non-host: bad
01:36 🔗 DoubleJ non-host to host: OK
01:36 🔗 DoubleJ non-host to vm: OK
01:37 🔗 DoubleJ Both the "bad" are "Destination unreachable"
01:37 🔗 DoubleJ But non-host can be accessed over the internet just fine (that's how I'm on IRC right now)
01:41 🔗 SketchCow http://www.flickr.com/photos/textfiles/sets/72157629727983887/with/6894452734/
01:43 🔗 underscor DoubleJ: Does the nonhost have any weird port forwarding or DMZ settings set?
01:43 🔗 DoubleJ non-host is all defaults. Only port forwarding is on the router b/c default ports tend to be blocked.
01:45 🔗 DoubleJ (e.g. sshing to non-host I have to go to 2222 then the router forward 2222 to 22)
01:47 🔗 DFJustin SketchCow: most of those aren't set to write-protected, that should be step #1
01:48 🔗 Ymgve why?
01:48 🔗 Ymgve to avoid doing dumping in the wrong direction?
01:49 🔗 shaqfu No such thing as too careful
01:49 🔗 SketchCow Obviously
01:49 🔗 Ymgve I'm too lazy to do that
01:49 🔗 SketchCow I mean, really obviously
01:49 🔗 SketchCow Now tell me not to store them in a fire
01:49 🔗 SketchCow Looks like ProDOS is definitely in effect
01:49 🔗 Ymgve but then again I'm not working on the source code for a famous game
01:49 🔗 SketchCow Some of them are some sort of hard drive backup
01:49 🔗 SketchCow Must have been quite the badboy, looks like it had 4 megs going
01:49 🔗 shaqfu Kareteka II? Curious
01:49 🔗 DFJustin Ymgve: for example some versions of windows write to any floppy you stick in the drive
01:50 🔗 SketchCow Karateka II was a school project by a kid who made an animation using a Macromedia predecessor
01:50 🔗 DFJustin granted these will be going through custom dumping controllers
01:50 🔗 SketchCow It's on youtube, and hilarious
01:52 🔗 shaqfu Aw; so much for super-top-secret proto game dumps :(
01:53 🔗 SketchCow Oh, there's stuff there, have no worries
01:53 🔗 shaqfu Any word on plans yet, or is that under some weird NDA?
01:54 🔗 SketchCow Do I do NDAs?
01:54 🔗 shaqfu JM might
01:54 🔗 SketchCow Think about that time I did an nda
01:54 🔗 shaqfu I dunno if he fully owns PoP
01:54 🔗 SketchCow Jordan has mostly put everything up before, I assume he will this time
01:54 🔗 shaqfu Ah, awesome
02:20 🔗 dashcloud so I found another DOOM level collection CD- where should I upload the ISO?
02:25 🔗 DFJustin if you have an archive.org account you can upload to a new item yourself and then poke jason to move it to the right collection
02:25 🔗 DFJustin otherwise throw it up anywhere and I can reup it
02:26 🔗 dashcloud where can I upload a 400 meg file?
02:36 🔗 SketchCow dashcloud - throw it on archive.org
02:37 🔗 SketchCow and I can put it where it needs to go. that's easiest.
02:38 🔗 dashcloud DFJustin has provided me with somewhere to put it, and it'll move from there
02:39 🔗 SketchCow Excellent
02:39 🔗 SketchCow Bring me ALL THE THINGS
02:40 🔗 Coderjoe alard: another suggestion for the vm: turn off screen blanking
02:49 🔗 * SketchCow is now pumping all the mobileme out of batcave
02:49 🔗 SketchCow fos is still holding up, so far
03:03 🔗 SketchCow Holy crap, it's 11pm already?
03:03 🔗 SketchCow Jesus, wasted day
03:07 🔗 dashcloud did you upload anything new? did you successfully dump any of those floppy disks?
03:07 🔗 dashcloud if so, not a wasted day
03:23 🔗 underscor SketchCow: :(
03:51 🔗 Coderjoe http://i.imgur.com/RGI8B.jpg
04:05 🔗 sethish Can a library that owns a shakespeare folio claim copyright on the transcription?
04:05 🔗 sethish AFAICT shakespeare folios meet every requirement of public domain that I can think of, being published in 1623.
04:06 🔗 sethish Is a transcription a transformative work that one can express copyright on?
04:06 🔗 sethish www.quartos.org (which has some very nice xml copies of shakespeare folios) is claiming their text is available under the CC-by-nc license
04:07 🔗 sethish but their actual xml files don't have any organization that claims the copyright
04:07 🔗 sethish i could accept the xml is a 'work', but the raw text files?
04:07 🔗 sethish I don't think they have the ownership rights to restrict me to the -nc license
04:07 🔗 Coderjoe transcription, probably not able to be separately copyrighted. translation, perhaps, but not transcription.
04:08 🔗 Coderjoe note: This does not constitute legal advice, I am not a lawyer.
04:12 🔗 SketchCow Yay, let's all play law
04:12 🔗 SketchCow I'll be Brisco
04:12 🔗 SketchCow Wait
04:12 🔗 SketchCow that's law and order
04:12 🔗 SketchCow fuck it, I'm still Brisco
04:22 🔗 shaqfu Wasn't there a case about phone books and copyright
04:22 🔗 shaqfu I think that said that sweat of the brow isn't enough to merit copyright - you have to actually make something new
04:23 🔗 shaqfu Here we go, Feist v. Rural
04:30 🔗 bsmith093 lawyers plus internet =huge database of lawsuits, all text searchable
04:30 🔗 bsmith093 whoo i knew they were good for something
04:44 🔗 chronomex yes, feist v rural <3
05:00 🔗 DFJustin if they put any editorial effort into it then they can claim a copyright on the edition but if it's a slavish copy then most likely not
05:00 🔗 DFJustin I don't know of case law offhand for the latter though, only photographs
05:00 🔗 DFJustin IANAL
05:01 🔗 underscor I always read that as "I, anal"
05:01 🔗 underscor and then have to go back
05:02 🔗 DFJustin it's not that big of a semantic difference honestly
05:03 🔗 underscor hahah
05:03 🔗 DFJustin the nice thing is if it's an exact transcription you can just say you transcribed it all yourself and they can't prove you wrong
05:22 🔗 BlueMax underscor: I Am No Anal Lover
05:24 🔗 yipdw unfortunately for you, underscor is
05:25 🔗 SketchCow Still Brisco
05:25 🔗 BlueMax I'll be the guy that strokes SketchCow's hair in prison
05:28 🔗 underscor Anal hair?
05:39 🔗 Coderjoe2 and windows xp decides to shit the bed
05:56 🔗 ersi sethish: the question is, why do you ask? If it has anything to do with you and copying material, forget about it and copy the material
06:15 🔗 SketchCow Musicals, that's the story.
06:16 🔗 * SketchCow is now watching "The Pajama Game" on Netflix
06:20 🔗 underscor http://fatpita.net/?i=7605 nsfw words
06:55 🔗 Coderjoe2 i've got a theory: it could be bunnies.
06:56 🔗 Coderjoe2 btw, they got the mustard out.
06:59 🔗 godane i'm getting dl.tv videos
06:59 🔗 godane may need to start uploading crankgeeks since there is like none of them are on archive.org
07:18 🔗 godane do any of you guys use bluray for backup?
07:20 🔗 SketchCow No sane person would do that
07:21 🔗 godane i do backups on dvd-r
07:21 🔗 SketchCow You're shortminded and foolish
07:21 🔗 godane i add a md5sum file to
07:21 🔗 SketchCow Well, I mean, unless you're worried people might find the data and blackmail you.
07:21 🔗 godane also i'm poor
07:21 🔗 SketchCow Then smart, very smart
07:44 🔗 chronomex spinning rust is the best current backup medium
08:24 🔗 godane hak5 4x09 is up: http://archive.org/details/hak5_4x09
12:40 🔗 phed_ hohoho
13:07 🔗 kronoch merry xmas?
13:08 🔗 soultcer SketchCow: Did you change the captchas on the wiki? There's a lot of spam suddenly?
13:12 🔗 ersi I think he wrote somethinh about the captcha shit being discontinued for mediawiki
13:13 🔗 soultcer Well, since today we got at least 50 spam pages created
13:15 🔗 Schbirid oh shit! http://www.bgr.com/2012/03/28/anonymous-hackers-plan-to-shut-down-the-internet-this-saturday/
13:15 🔗 Schbirid i totally noticed that outage
13:16 🔗 DoubleJ Hm, my router died overnight again. THEY WERE JUST LATE.
13:17 🔗 ersi I'm just saying something I recall about the subject.. :)
14:00 🔗 sethish ersi: re shakespeare: Oh I already scraped it. I just don't want to have to say that it is licensed if I don't have to. The xml and text I want to include in a shakespeare-materials repo on github.
14:00 🔗 sethish Whoops. I filled up my hdd overnight with tif's of folio images.
14:19 🔗 sethish how would I go about resuming a failed wget?
14:21 🔗 DFJustin wget -c
14:25 🔗 sethish DFJustin: will that resume an entire site? the man page is unclear to me
14:27 🔗 sethish DFJustin: nvm, yes it does
14:27 🔗 sethish I only have 4gb left, and only seem to have 12 versions of hamlet?
15:16 🔗 alard Hi all. I've used the feedback to create an updated version of the warrior: http://archive.org/download/archiveteam-warrior/archiveteam-warrior-v1.ova
15:16 🔗 alard Among other things, it now gets its scripts from github, so it's easier to make changes ( https://github.com/ArchiveTeam/warrior-code )
15:29 🔗 underscor <ArielMT> My Little Perlies: Scripting Is Magic
15:46 🔗 SketchCow Spam problem known
15:46 🔗 SketchCow I have put the broken titleblacklist back in
15:46 🔗 SketchCow spam accounts will stop
15:46 🔗 SketchCow I'll deal
16:02 🔗 LordNlptp recaptcha for mediawiki signup is cracked (or has ways of manual bypass commonly used, maybe sweatshop captcha farms in china)
16:02 🔗 underscor it's actually very cost effective to buy captcha breakers
16:03 🔗 underscor (not that I know from experience >.>
16:03 🔗 underscor )
16:20 🔗 godane looks like dl.tv website is on archive.org way back machine
16:21 🔗 godane at least this was copyed: http://dl.tv/episodes/more.php?p=2
16:22 🔗 godane that url has all the episodes link and descs of episodes
18:14 🔗 SketchCow Mobileme traffic has picked up notably
18:14 🔗 SketchCow At least, as far as it can tell from the tarfiles being uploaded
18:14 🔗 Nemo_bis kenneth effect
18:15 🔗 Nemo_bis SketchCow, how fast can you transform a pile of CDs/DVDs in a nice collection if ISOs? :D
18:16 🔗 SketchCow Not sure
18:16 🔗 SketchCow Haven't really set up a station yet
18:16 🔗 SketchCow That's on the list
18:16 🔗 Nemo_bis Oh, right.
18:16 🔗 SketchCow But assume it takes, oh, 3-5 minutes to do an ISO
18:16 🔗 SketchCow Depending on the ISO.
18:16 🔗 Nemo_bis Inject and eject manually?
18:16 🔗 SketchCow Then it's a matter of scanning the material.
18:16 🔗 SketchCow I tend to.
18:17 🔗 SketchCow It's safe to say I can do "a lot" if it's in my workflow that day
18:17 🔗 Nemo_bis :)
18:23 🔗 SketchCow A reason for asking?
18:42 🔗 shaqfu Hm, are there any decent archives of Soviet software?
18:46 🔗 SketchCow Not sure
18:46 🔗 SketchCow Like, I don't speak russian.
18:46 🔗 SketchCow But I have an archive of some soviet cyberpunk
18:46 🔗 SketchCow If you want to see
18:47 🔗 Schbirid maybe sockington does
18:47 🔗 SketchCow http://www.textfiles.com/russian/
18:48 🔗 shaqfu Thanks
18:49 🔗 shaqfu I asked since I think I'm getting a job offer to work in a former Soviet state this week, and I wasn't sure if there was interest in people uploading software from there
18:50 🔗 yipdw hopefully you're working in the state with superior potassium
18:50 🔗 shaqfu yipdw: Actually, I would be
18:50 🔗 yipdw heh
19:08 🔗 underscor > Inbound bandwidth for us is totally free, so if this is a case of just sucking down content and you're reasonably confident you're not going to get us a cease & desist from anyone, I'd be happy to provision whatever you needed. We have racks of servers just sitting unused right now, and many gigabits of bandwidth idle, so I'm happy to help.
19:08 🔗 underscor Got a guy that'll donate two or three racks of idle servers for mobileme
19:08 🔗 underscor \o/
19:09 🔗 underscor (and then he'll let us borrow drives or something. I dunno, still fleshing out the details on pulling it out.)
19:09 🔗 ersi "totally free"
19:10 🔗 ersi this guy won't know what hit him
19:10 🔗 ersi :D
19:10 🔗 kronoch heheh
19:12 🔗 underscor hahahaha
19:12 🔗 underscor He has 3-4 Gbps of inbound fiber \o/
20:54 🔗 Coderjoe2 underscor yet again makes big plans for someone else's hardware
20:56 🔗 don__ lol
20:56 🔗 Soojin http://archive.org/details/geocities-screengrabs-collection <-- awesome
20:56 🔗 * Soojin makes 5 cups of coffee and some popcorn
21:01 🔗 underscor Coderjoe2: That's my favorite thing to do!

irclogger-viewer