#archiveteam-bs 2014-09-03,Wed

↑back Search

Time Nickname Message
14:53 πŸ”— schbirid heh, fileplanet is still online :)
14:54 πŸ”— arkiver did we ever save fileplanet as warc's?
14:54 πŸ”— arkiver also the download then
14:54 πŸ”— schbirid nope
14:54 πŸ”— arkiver hmm
14:54 πŸ”— arkiver might be the right time to do that
14:55 πŸ”— schbirid would be awesome if you did!
15:13 πŸ”— sep332 another one for ourincrediblejourney http://lookaly.com/closing
15:14 πŸ”— schbirid and today schbirid realises that on his proxmox installation every user can see all files inside the containers, yuck
15:16 πŸ”— arkiver I tried finding a sitemap on lookaly and already got banned....
15:16 πŸ”— sep332 wow, touchy
15:18 πŸ”— arkiver Added lookaly to archivebot
15:18 πŸ”— arkiver archivebot is probably able to archive the whole thing
15:19 πŸ”— sep332 might be worth saving the iPhone app too
15:27 πŸ”— godane arkiver: there was sitemaps: http://www.fileplanet.com/robots.txt
15:27 πŸ”— godane but there all get 404 now
15:27 πŸ”— arkiver godane: yes, but they are all dead
15:27 πŸ”— godane and wayback has none of them
15:27 πŸ”— sep332 google didn't find any xml files on the whole domain
15:27 πŸ”— arkiver couldn't find them in the wayback or any other place
15:28 πŸ”— sep332 well not anymore
15:28 πŸ”— arkiver we can also just generate urls: http://www.fileplanet.com/download.aspx?f=150273
15:29 πŸ”— arkiver ^that link gives this download: http://download.fileplanet.com/ftp1/022005/hl2ctf210_full.exe
15:29 πŸ”— arkiver but when the downloadlink is not clicked through the fileplanet url it doesn't work
15:30 πŸ”— arkiver warrior might be able to download it though, not sure about it yet
15:31 πŸ”— arkiver when I save an url through the wayback machine: http://web.archive.org/web/20140903153033/http://www.fileplanet.com/download.aspx?f=222450
15:31 πŸ”— arkiver it does give the download
15:31 πŸ”— arkiver http://web.archive.org/web/20140903153038/http://download.fileplanet.com/ftp1/092011/pes2012_patch103.zip
15:31 πŸ”— arkiver so just generating links and adding them to a warrior project would be enough
15:32 πŸ”— godane i'm brute forcing fileplanet right now
15:32 πŸ”— arkiver godane: for the urls?
15:33 πŸ”— arkiver or to download the files?
15:33 πŸ”— godane download files
15:34 πŸ”— arkiver ok, you're going to download all http://www.fileplanet.com/download.aspx?f=****** as warc's together with the files?
15:34 πŸ”— godane so the first 1000 download.aspx got nothing
15:34 πŸ”— godane yes
15:34 πŸ”— arkiver ok, we don't need a project then
15:34 πŸ”— arkiver good luck
15:34 πŸ”— godane still do your project
15:35 πŸ”— godane i don't know if i will get much
15:36 πŸ”— arkiver godane: how do you mean you're not sure? you're not going to download a urls? or don't have the space?
15:37 πŸ”— godane i mostly don't think i have the space for it
15:37 πŸ”— godane it could end becoming like thingiverse project i have been dowing
15:37 πŸ”— godane *doing
15:37 πŸ”— arkiver godane: ok, so do you want to try it our for some days? or do I start creating a project?
15:38 πŸ”— godane you can great the project
15:38 πŸ”— godane that way i don't have to do
15:38 πŸ”— godane *it
15:38 πŸ”— arkiver godane: ok
15:39 πŸ”— godane here is my script: http://pastebin.com/yR16EDVK
15:48 πŸ”— arkiver script won't be too hard for this one
15:53 πŸ”— godane anyways looks like my bluray disc i made back in 2012 still work
15:54 πŸ”— godane i'm backing up the glenn beck ones right
15:54 πŸ”— godane i also sort of did a archivebot of related files back then too
16:18 πŸ”— arkiver grasb scripts fileplanet: https://github.com/Arkiver2/fileplanet-grab
16:20 πŸ”— arkiver will work more on them and the items later
16:20 πŸ”— arkiver #fireplanet
17:32 πŸ”— schbirid oh god i am compiling libc
17:33 πŸ”— DFJustin what have you done
17:38 πŸ”— schbirid trying to debug some weird crash
17:38 πŸ”— schbirid where "0xsomeaddress in __strcmp_ssse3 () from /usr/lib/libc.so.6" is all i get
17:38 πŸ”— schbirid no, not vlc (if you google)
17:40 πŸ”— yipdw other frames in the stacktrace are probably more useful
17:40 πŸ”— yipdw gdb seriously won't give you anything else? that doesn't make sense
17:40 πŸ”— schbirid yes
17:40 πŸ”— schbirid there are none
17:40 πŸ”— schbirid :(
17:41 πŸ”— yipdw there have to be; nothing jumps straight to strcmp
17:41 πŸ”— yipdw it's called from something
17:41 πŸ”— DFJustin have you tried compiling with -O0
17:43 πŸ”— schbirid gdb: http://pastebin.com/YMBZQ4Vy
17:43 πŸ”— schbirid all i got at the bottom was that line :(
17:44 πŸ”— yipdw where's the bt comand
17:44 πŸ”— yipdw I don't see that being run
17:44 πŸ”— schbirid oh god i am so dumb
17:44 πŸ”— yipdw gdb will output the top of the stack on a crash, but by default it won't output the full backtrace
17:45 πŸ”— yipdw also by default you will only get one thread; thread apply all bt will give you backtraces for all threads
17:45 πŸ”— yipdw thread apply all bt full gives more info
17:46 πŸ”— schbirid thanks :)
17:47 πŸ”— schbirid http://pastebin.com/x1gh0qUR
17:48 πŸ”— yipdw cool, you've got a crash that spans Python, Qt, and the Qt MOC
17:48 πŸ”— yipdw good luck
17:48 πŸ”— schbirid :)
17:48 πŸ”— yipdw that said if you can identify the Python caller for all this you probably will have a good start
17:49 πŸ”— yipdw you can also look at local variables in any frame
17:49 πŸ”— yipdw if e.g. strcmp is getting some garbage pointer, or pointer to reclaimed memory, that would be a problem
17:50 πŸ”— schbirid i'll post to the crashing software's tracker and see what they tell me to do
17:54 πŸ”— xmc hell of a stack trace, schbirid
17:55 πŸ”— yipdw if CPython had a JIT that might actually be easier to read :P
17:56 πŸ”— yipdw or worse, depends on what the JIT generates
17:57 πŸ”— yipdw schbirid: there's also gdb macros and the like that may be able to give you Python source file data from within gdb
17:57 πŸ”— yipdw I think
17:57 πŸ”— yipdw there's definitely stuff like that for MRI Ruby, though they keep becoming obsolete
17:57 πŸ”— schbirid i feel like i am learning more than i want to learn ;)
17:57 πŸ”— yipdw that's often the case with programming
17:58 πŸ”— yipdw it's leaky abstractions all the way down
17:58 πŸ”— yipdw fuck turtles
17:58 πŸ”— schbirid it's one of those "oh god, why am i not just using debian stable" days
17:58 πŸ”— RedType yipdw: i know a website where you can view photos of that
17:59 πŸ”— RedType schbirid: ive always been a ubuntu server lts kinda guy
17:59 πŸ”— RedType nm just read the scrollback
18:00 πŸ”— yipdw RedType: I also know a site that has leaky abstractions, it's called iCloud
18:05 πŸ”— schbirid RedType: i cant go back from arch thanks to the AUR though
18:07 πŸ”— chazchaz That does look nice
18:08 πŸ”— chazchaz Is it basically a more organized version of the PPAs that people have for ubuntu?
18:10 πŸ”— schbirid no idea, i never used those
18:10 πŸ”— xmc I think that's the idea
18:11 πŸ”— schbirid it is a mixture of binaries and compilation scripts
18:11 πŸ”— schbirid some awful, some great
18:11 πŸ”— schbirid but overall it makes a lot of software available and they are super easy to write
18:11 πŸ”— turnip AURFTW
18:11 πŸ”— turnip I'd say adding repos is more like adding a PPA
18:11 πŸ”— chazchaz PPAs are basically personal repos that you can add into APT
18:12 πŸ”— schbirid ah no, this is centralised
18:12 πŸ”— turnip AUR is basically a bigass repo where people can upload whatever the fuck they want
18:12 πŸ”— schbirid you just use some helper tool
18:12 πŸ”— schbirid yeah
18:12 πŸ”— yipdw PPAs are effectively centralized
18:12 πŸ”— schbirid aren't there gazillions?
18:12 πŸ”— turnip But it allows you to edit and view the install scripts before you install it
18:12 πŸ”— yipdw in theory they can be run from anywhere but in practice it's all on fucking Launchpad
18:13 πŸ”— chazchaz The isue with PPAs is that there's not really a good directory AFAIK
18:13 πŸ”— yipdw add-apt-repository by default looks on launchpad, which doesn't help
19:00 πŸ”— turnip That is one hell of a hostmask
19:03 πŸ”— xmc hahaha
19:05 πŸ”— pft who, me?
19:05 πŸ”— xmc yes you
19:06 πŸ”— pft i'm trying to support the internet economy by registering under the new TLDs!
19:06 πŸ”— xmc private sector has plenty of money already
19:07 πŸ”— pft true
19:10 πŸ”— xmc pft
19:10 πŸ”— xmc whatever
19:11 πŸ”— schbirid after using rsnapshot for some weeks, i think it is not for me
19:11 πŸ”— schbirid daily snapshot takes ages compared to rdiffbackup
19:12 πŸ”— schbirid any other recommendations?
19:13 πŸ”— schbirid with rdiff i hated that you could not purge parts of old backups
19:18 πŸ”— schbirid wow
19:18 πŸ”— schbirid [32678.881232] Maximum lock depth 1024 reached task: ld-linux-x86-64 (29892)
19:18 πŸ”— schbirid loving the timestamp too
19:18 πŸ”— * schbirid tries turning it off and on again
19:55 πŸ”— midas turning off worked
21:01 πŸ”— Ravenloft https://www.youtube.com/watch?v=MOXQo7nURs0
21:45 πŸ”— RedType Bandwidth isn't free, even if my time is. This site still pulls down over a GB a month for WavMan alone.
21:45 πŸ”— RedType ONE. WHOLE. JIGGABITE
21:51 πŸ”— aaaaaaaaa that is a lot considering wavman 583KB
21:55 πŸ”— RedType he is suggesting that his bandwidth bills are high
22:06 πŸ”— SketchCow JIGGGGIERBBYTE
22:07 πŸ”— Ravenloft Warning: An automated filter has identified this edit as potentially unconstructive. Please be aware that vandalism may result in revocation of your editing privileges. If this edit is constructive, please click 'Save page' again, and report this error.
22:08 πŸ”— Ravenloft I guess you will still be know as "The Slipped Disk" and not "Your Mom"
22:14 πŸ”— yipdw fixed date
23:48 πŸ”— arkhive hello
23:53 πŸ”— BlueMaxim hi
23:55 πŸ”— arkhive http://bbsimg.ngfiles.com/10/18121000/ngbbs49432292ecdd6.jpg
23:55 πŸ”— arkhive howҀ™s australia?
23:59 πŸ”— arkhive too bad ATHF wonҀ™t be back until 2015
23:59 πŸ”— SketchCow I think we'll get by

irclogger-viewer