--- Log opened Mon Apr 23 00:00:43 2018 |
00:36 | | Kindamoody is now known as Kindamoody[zZz] |
01:15 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code |
01:15 | | mode/#code [+o himi] by ChanServ |
02:44 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
02:48 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
02:48 | | mode/#code [+o Alek] by ChanServ |
03:50 | | Degi [Degi@Nightstar-no3sid.dyn.telefonica.de] has quit [Connection closed] |
04:47 | | Jessikat [Jessikat@Nightstar-ncc4k0.dab.02.net] has joined #code |
05:13 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
05:13 | | mode/#code [+o macdjord] by ChanServ |
05:14 | | Derakon is now known as Derakon[AFK] |
05:15 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
06:15 | | celticminstrel is now known as celmin|sleep |
06:44 | | * McMartin gets RISC OS 5.24 running on his Pi, along with all the wacky BBC Micro-era graphics modes. |
06:51 | | macdjord is now known as macdjord|slep |
06:52 | | Kindamoody[zZz] is now known as Kindamoody |
07:23 | <&[R]> | Iiiiinteresting |
07:24 | <&[R]> | I'm currently using dd to pull data off of a failing hard-drive, and it's pulled 66% of the data without issue. |
07:24 | <&[R]> | Unless I have a buggy version that doesn't spam the console on error |
07:29 | <&[R]> | 88% now |
07:32 | <&McMartin> | Is the failure a failure failure or a SMART warning on boot? |
07:32 | | Kindamoody is now known as Kindamoody|afk |
07:33 | <&[R]> | If I were to mount the drive, and try to use it the kernel would complain loudly (to the console and dmesg), and if I were to use it in such a state for more than 2 hours it will enter a state where nothing will be able to read from it (kernel won't even detect it) for several hours. |
07:34 | <&[R]> | Once in the non-read state it will start clicking |
07:34 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Connection closed] |
07:35 | <&[R]> | I have a second drive with more important data in similar condition. Hoping to get the data in the same way after this one is done |
07:51 | <&McMartin> | Yikes |
07:51 | <&McMartin> | Well, here's hoping that dd info is good |
07:52 | <&McMartin> | I guess you could check surrepticiously with head and hexdump |
07:52 | <&[R]> | Possibly |
07:52 | <&[R]> | It's actually three partitions right now |
07:52 | <&[R]> | First two partitions mount with -o loop just fine |
07:53 | <&[R]> | Third partition I'm not even sure if it was ever formatted |
07:56 | <&McMartin> | Ugly |
07:56 | <&McMartin> | well, good luck |
08:02 | <&[R]> | Okay! |
08:03 | <&[R]> | So working on 2nd drive now, seems to be going fine so far have 20GB... though the kernel isn't reading the partition table properly |
08:03 | <&[R]> | Or udev isn't |
08:03 | <&[R]> | Don't have all the partition devices properly |
08:03 | <&[R]> | fdisk /does/ read the partition properly |
08:03 | <&[R]> | Also mystery third partition? |
08:03 | <&[R]> | I'm very certain it was junk |
08:04 | <&[R]> | Unless there's a filesystem that is fine to start with several GB of 0x77 bytes? |
08:04 | <&[R]> | As in there weren't any bytes that were NOT 0x77 in the first three or so GB |
08:17 | | Jessikat` [Jessikat@Nightstar-qpclld.dab.02.net] has joined #code |
08:20 | | Jessikat [Jessikat@Nightstar-ncc4k0.dab.02.net] has quit [Ping timeout: 121 seconds] |
08:42 | <&[R]> | 35% and it's all peachy |
08:42 | <&[R]> | I guess my issue was having them mounted RW and thus causing small writes to occur |
09:07 | <&[R]> | 52% which covers the root partition at least. |
09:29 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
09:29 | | mode/#code [+o himi] by ChanServ |
09:51 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
09:51 | | mode/#code [+o macdjord] by ChanServ |
09:51 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
09:51 | | mode/#code [+o mac] by ChanServ |
09:53 | | macdjord|slep [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
09:54 | | macdjord|slep [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
09:54 | | mode/#code [+o macdjord|slep] by ChanServ |
09:54 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Connection closed] |
09:56 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
09:59 | <&[R]> | <cym3try> how can i use regex/sed to extract the string between something like this: <version>I WANT THIS STRING</version> |
09:59 | <&[R]> | <sauvin> cym3try, is that HTML or some similar markup language? |
09:59 | <&[R]> | <cym3try> sauvin, it's JSON |
10:14 | | * TheWatcher eyes |
10:19 | <@TheWatcher> | I really wish IRC could handle unicode combining characters properly >.> |
10:19 | <&[R]> | That's the client's job |
10:20 | <@TheWatcher> | Well, yeah, but none of them do |
10:20 | <&[R]> | In way do they not do the right thing? |
10:21 | <@TheWatcher> | H̸̡̪̯ͨ͊̽̅̾̎Ȩ̬̩̾͛ͪ̈́̀́͘ ̶̧̨̱̹̭̯ͧ̾ͬC̷̙̲̝͖ͭ̏ͥͮ͟Oͮ͏̮̪̝͍M̲̖͊̒ͪͩͬ̚̚͜Ȇ̴̟̟͙̞ͩ͌͝S̨̥̫͎̭ͯ̿̔̀ͅ |
10:21 | <@TheWatcher> | Compare the output of that to https://fleet.starforge.co.uk/he.html |
10:22 | <&[R]> | Looks correct to me? |
10:22 | <@TheWatcher> | They utterly fail at detecting the vertical combining characters and making the line height sufficient to show it |
10:24 | <@abudhabi> | https://s7.postimg.cc/w5gs7e7vf/Screenshot_from_2018-04-23_11-23-11.png |
10:24 | <@TheWatcher> | That should be about 9 lines tall, but every client I've tried only ever renders it as one |
10:25 | <&[R]> | Okay, FF isn't rendering it correctly either :p |
10:25 | <@abudhabi> | That was Chromium, FYI. |
10:25 | <&[R]> | Your issue is missing fonts |
10:28 | <@TheWatcher> | It should look like https://i.imgur.com/LDJxqd0.jpg |
10:46 | <&[R]> | Looks like I got my /root and /home out just fine, there's a fourth partition (first is swap) that it errored out on, and I can't mount that D: |
10:46 | <&[R]> | Err /root == / |
10:56 | | Jessikat` [Jessikat@Nightstar-qpclld.dab.02.net] has quit [[NS] Quit: Bye] |
12:07 | <&VirusJTG> | I don't know what font that was, but my client doesn't support it |
12:08 | <&VirusJTG> | looks like dice to me |
12:08 | | * VirusJTG notes that is not totaly uncommon, should probably imrpove his font install list |
12:12 | <@ErikMesoy> | TheWatcher: Pidgin renders it the way your image shows, at the cost of the above-and-below characters sometimes cutting into other people's messages. |
12:12 | | Degi [Degi@Nightstar-npfpr0.dyn.telefonica.de] has joined #code |
12:13 | <@ErikMesoy> | But I suppose that's better than letting a combine-spammer get around flood limits by stacking umpteen lines high. |
12:14 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
12:14 | | mode/#code [+o macdjord] by ChanServ |
12:15 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
12:15 | | mode/#code [+o mac] by ChanServ |
12:16 | | macdjord|slep [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
12:18 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
12:30 | | Kindamoody|afk is now known as Kindamoody |
14:15 | | celmin|sleep is now known as celmin|away |
14:25 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
14:25 | | mode/#code [+o macdjord] by ChanServ |
14:27 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:00 | | Degi [Degi@Nightstar-npfpr0.dyn.telefonica.de] has quit [Connection closed] |
18:07 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
18:41 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has joined #code |
18:41 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
19:10 | <&jeroud> | IRCCloud trims the top and bottom to fit it into one line. |
19:39 | | Degi [Degi@Nightstar-npfpr0.dyn.telefonica.de] has joined #code |
21:17 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
21:17 | | mode/#code [+o mac] by ChanServ |
21:19 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
22:24 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
22:24 | | mode/#code [+o macdjord] by ChanServ |
22:26 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
23:00 | | Emmy is now known as Emmy-zZz |
23:05 | | Emmy-zZz [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
23:06 | | Vorntastic [uid293981@Nightstar-om40rg.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
23:20 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
23:49 | | mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code |
23:49 | | mode/#code [+o mac] by ChanServ |
23:51 | | macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
--- Log closed Tue Apr 24 00:00:45 2018 |