magespawn | good morning | 05:21 |
---|---|---|
paddatrapper | Morning magespawn | 05:28 |
calhax | Morning :) | 06:05 |
Kilos | morning all and sundry | 06:33 |
theblazehen | hi Kilos | 06:35 |
Kilos | hi theblazehen inetpro magespawn and others | 06:36 |
Kilos | i go do chores | 06:47 |
inetpro | good mornings | 07:00 |
dlPhreak | Morning everyone. | 07:41 |
arts | anyone home? | 07:41 |
theblazehen | hey dlPhreak, arts | 07:41 |
arts | morning theblazehen how are you? | 07:42 |
theblazehen | Good and you arts? | 07:43 |
arts | great thanks :) | 07:44 |
superfly | ohi | 07:47 |
arts | trying to use vim today | 07:47 |
arts | hey superfly | 07:47 |
theblazehen | hey superfly | 07:49 |
paddatrapper | arts: vim is fun :) | 08:06 |
Kilos | hi dlPhreak arts and my frogboots | 08:06 |
Kilos | and | 08:06 |
Kilos | and | 08:06 |
Kilos | my fly | 08:06 |
magespawn | hi all | 08:07 |
theblazehen | paddatrapper: Heh, was gonna say something similar. Saw what you said and was like, "I didn't know I actually said that?!" | 08:07 |
theblazehen | hey magespawn | 08:07 |
Kilos | hi magespawn | 08:07 |
magespawn | paddatrapper: i have found some issues when opeing files creeted else where | 08:07 |
magespawn | opening too | 08:08 |
arts | hahaha yeah busy with vimtutor now paddatrapper morning btw | 08:08 |
paddatrapper | theblazehen: Lol. Yeah I have occasional trouble opening source files created in Windows. But usually changing the file type (ff) fixes it | 08:09 |
paddatrapper | arts: morning :) | 08:09 |
theblazehen | paddatrapper: dos2unix? | 08:09 |
paddatrapper | theblazehen: :set ff=dos if I remember correctly | 08:09 |
theblazehen | Should work too | 08:10 |
superfly | :set ff=unix | 08:10 |
superfly | :%s/\r//g | 08:10 |
paddatrapper | Usually the issue is around the different carriage returns/line feed | 08:10 |
superfly | :w | 08:10 |
superfly | done, no longer need to worry ;-) | 08:11 |
paddatrapper | There's a way of doing it just using ff= commands, but I don't remember it off hand. Been a while since I last opened a file created on windows | 08:11 |
Kilos | hi jerit | 09:51 |
jerit | ello | 09:57 |
jerit | happy friday :) | 09:57 |
Kilos | hehe | 10:00 |
paddatrapper | Anyone know how to fix: apt-listchanges: APT_HOOK_INFO_FD environment variable is incorrectly defined ? When running pretty much any apt command on Debian | 10:18 |
theblazehen | "Everybody knows that relational databases don't scale ... because they write to disk" That's kinda the idea :/ | 10:18 |
theblazehen | paddatrapper: Got an example? | 10:19 |
theblazehen | asciinema.org | 10:19 |
theblazehen | Or just pastebin | 10:19 |
paddatrapper | theblazehen: sudo apt upgrade | 10:23 |
theblazehen | Don't have a ubuntu box handy right now, what does `file $(which apt-listchanges)` say? | 10:24 |
dlPhreak | /usr/bin/apt-listchanges: Python script, ASCII text executable | 10:26 |
paddatrapper | theblazehen: /usr/bin/apt-listchanges: Python script, ASCII text executable | 10:27 |
dlPhreak | I'm on debian tho | 10:27 |
paddatrapper | dlPhreak: So am I | 10:27 |
theblazehen | Okay | 10:27 |
dlPhreak | Lol | 10:27 |
theblazehen | Hmm | 10:27 |
theblazehen | Don't really like messing with system files | 10:28 |
theblazehen | But gimme 1 min | 10:28 |
theblazehen | import pprint, os | 10:29 |
theblazehen | pprint.pprint(os.environ['HOME']) | 10:29 |
theblazehen | Add that to top of that file | 10:29 |
theblazehen | But below the shebang | 10:29 |
paddatrapper | '/home/kyle' which is correct | 10:31 |
paddatrapper | I was running an update when it failed the first time - hashsum check failed on a downloaded package, ran it again and it threw this at me | 10:36 |
theblazehen | Ah, damn, sorry | 10:39 |
theblazehen | Remove the ['HOME'] | 10:40 |
theblazehen | Want the full dump | 10:40 |
theblazehen | Hmm. Interesting | 10:40 |
theblazehen | paddatrapper: | 10:40 |
paddatrapper | OK | 10:41 |
paddatrapper | theblazehen: https://bin.snyman.info/mmm5mjtc | 10:44 |
paddatrapper | No APT_HOOK_INFO_FD variable anywhere... | 10:46 |
theblazehen | paddatrapper: Please remove the https and remove the . at the .info :/ Partial update upgraded Qt libs but not quassel, so clicking / hovering / selecting link text crashes irc client | 10:46 |
theblazehen | hmm | 10:46 |
theblazehen | You have tried turning it off and on again right? | 10:46 |
paddatrapper | theblazehen: Yup. I have a similar issue with link text here | 10:47 |
paddatrapper | bin.snymaninfo/mmm5mjtc | 10:48 |
theblazehen | paddatrapper: Hmm. have you done apt clean? | 10:49 |
paddatrapper | theblazehen: Thanks. That seems to have fixed t | 10:51 |
theblazehen | cool | 10:51 |
paddatrapper | Never mind... It didn't | 10:56 |
theblazehen | Hmm | 10:57 |
paddatrapper | However I do now have | 10:57 |
paddatrapper | 'APT_HOOK_INFO_FD': '0' | 10:57 |
theblazehen | APT_HOOK_FD_INFO=2 sudo apt0listchanges | 10:57 |
theblazehen | or something like that | 10:58 |
theblazehen | 2 should be stderr | 10:58 |
paddatrapper | theblazehen: I'll try that later. Go to get going now | 11:17 |
theblazehen | paddatrapper: sure | 11:17 |
arts | everyone having a good friday? | 11:18 |
theblazehen | arts: yeah, how about you? | 11:19 |
arts | im good leaving work soon :D | 11:19 |
andrewlsd | Wow, it has been busy here whilst I was away | 12:21 |
Kilos | haha hiya andrewlsd | 12:22 |
andrewlsd | Hi Kilos, paddatrapper, superfly, theblazehen, thatgraemeguy and others | 12:22 |
theblazehen | hi andrewlsd | 12:22 |
superfly | hi andrewlsd | 12:22 |
andrewlsd | \o | 12:23 |
paddatrapper | Hey andrewlsd | 12:24 |
zipper | andrewlsd: How'd you do that? | 12:24 |
andrewlsd | Kilos: did you come right with the USB webcam? | 12:24 |
zipper | OMG | 12:24 |
andrewlsd | zipper: what? | 12:24 |
zipper | I think weechat switched me to this channel | 12:24 |
Kilos | yes ty andrewlsd | 12:24 |
andrewlsd | This zipper? | 12:24 |
zipper | The highlighting of the statement | 12:24 |
andrewlsd | Aah, I have Quassel to thank for that | 12:25 |
Kilos | just typed in synaptic camera and webcam and installed whatever looked relevant | 12:25 |
zipper | Maybe I should screenshot this sorcery | 12:25 |
andrewlsd | Kilos: "v4l" is usually a requirement | 12:25 |
Kilos | i installed much not needed stuff but it works wooot | 12:25 |
andrewlsd | cool | 12:26 |
andrewlsd | not quite as bad as "apt-get install virtualbox vagrant && vagrant up windows" | 12:26 |
theblazehen | andrewlsd: You can do that?! :/ | 12:26 |
andrewlsd | theblazehen: Chuck Norris can. | 12:28 |
* andrewlsd sees there is #kubuntu-za | 12:31 | |
andrewlsd | Kilos: are you part of that? | 12:31 |
andrewlsd | Kilos: are you part of #kubuntu-za | 12:31 |
Kilos | nope | 12:31 |
Kilos | only the pro is there hehe | 12:31 |
andrewlsd2 | Greets. Me is testing https://github.com/thelounge/lounge courtesy of theblazehen | 12:33 |
theblazehen | andrewlsd2 you can even set custom CSS easily :) | 12:33 |
andrewlsd | it looks very nice. | 12:33 |
andrewlsd | next to add it to Rambox | 12:34 |
theblazehen | ^L seems to be broken in rambox | 12:34 |
andrewlsd | :-( | 12:34 |
theblazehen | I have mine there :) | 12:34 |
theblazehen | Still, haven't seen a client that does ^L before | 12:34 |
andrewlsd | fyi: Rambox is like Franz | 12:34 |
theblazehen | But better and more free | 12:34 |
andrewlsd | (for others who might be wondering) | 12:34 |
andrewlsd | why is it better? | 12:36 |
theblazehen | More services, and no need to add a different service then manually edit the json and chattr +i the config to add custom services | 12:37 |
andrewlsd2 | ok. | 12:38 |
andrewlsd2 | am using Rambox here now | 12:38 |
theblazehen | Nice | 12:39 |
Kilos | wbb, need modem at desktop | 12:44 |
* andrewlsd2 slaps andrewlsd2 around a bit with a large trout | 12:45 | |
theblazehen | test | 12:46 |
theblazehen | Ah | 12:46 |
andrewlsd | Cheerio all. Have a great weekend | 12:56 |
theblazehen | cheers andrewlsd | 12:56 |
andrewlsd | /me waves at theblazehen | 12:56 |
theblazehen | Hmm | 12:56 |
* theblazehen tests if /me works | 12:56 | |
* andrewlsd waves at theblazehen | 12:56 | |
andrewlsd | it works, as long as I don't try to add formatting. | 12:57 |
theblazehen | Challenge accepted I guess | 12:57 |
andrewlsd | I like the "trout" thing. | 12:57 |
andrewlsd | ciao | 12:57 |
theblazehen | cheers | 12:57 |
* theblazehen though I had a lot of hardware, but now that I got a rack, I think that my 1 PC, 1 pc running as router, 1 pc as VM host and then just modem / router / WiFi AP isn't really that much | 13:06 | |
theblazehen | So I need opinions | 13:06 |
theblazehen | For mostly lxd container hosting and some kvm, should I go with ceph or glusterfs? I want to use different sized backing devices and use tiered storage | 13:07 |
theblazehen | I don't really like the fixed file size thing of ceph rdb | 13:08 |
theblazehen | And ceph fs isn't quite stable yet, and they say not to use snapshots with it | 13:08 |
magespawn | theblazehen: is that just a git or is there a website too? | 14:18 |
theblazehen | Don't have the history here, rambox or the lounge? | 14:19 |
theblazehen | https://thelounge.github.io/ | 14:21 |
theblazehen | magespawn https://linx.home.theblazehen.com/2016-08-19-1623221916x1038scrot.png screenshot of rambox + thelounge + themes :) | 14:22 |
theblazehen | "Shards are the secret ingredient in the web scale sauce. They just work" :( | 14:26 |
theblazehen | ' | 14:26 |
magespawn | ty theblazehen | 14:58 |
magespawn | how is the reliability for skype? i am finding franz to be a bit buggy | 14:59 |
theblazehen | magespawn haven't used rambox much yet. Both based on electron though. But you can add custom js, so you can tell it to auto reload. Also, https://github.com/saenzramiro/rambox/wiki/Skype | 15:11 |
=== Me is now known as Guest6813 | ||
Guest6813 | ai! | 15:21 |
=== Guest6813 is now known as Kilos | ||
Kilos | go look in sudo nano /var/lib/dpkg/status and find the broken package and delete it | 15:33 |
Kilos | holy moly | 15:33 |
Kilos | over 13 thousand lines | 15:33 |
Kilos | easier to reinstall imo | 15:34 |
magespawn | thanks theblazehen | 15:51 |
SEptic | Evening boys | 16:06 |
Kilos | hi SEptic | 16:23 |
Kilos | ill be in and out, using modem on desktop in between | 16:24 |
SEptic | hey Kilos | 16:24 |
SEptic | cool | 16:24 |
magespawn | hi SEptic | 16:30 |
SEptic | hey magespawn, how goes? | 16:32 |
magespawn | all gooand you? | 16:35 |
magespawn | good too | 16:35 |
SEptic | weekend so ... meh, doing alright | 16:36 |
magespawn | not really enjoying the weekend? | 16:37 |
SEptic | its good to relax a little | 17:02 |
magespawn | everybody needs it now and then | 17:13 |
SEptic | i tried that KVM out the other night | 17:19 |
SEptic | i must say, very impressed | 17:19 |
SEptic | satisfied builds over shares and nice gui | 17:20 |
magespawn | cool beans | 17:20 |
SEptic | although, fell a little short in terms of graphics | 17:20 |
magespawn | i do not have any personal machine that can run it yet | 17:20 |
SEptic | has its place, i'll stick to virtualbox for a little longer | 17:21 |
captine | evening all | 17:38 |
magespawn | good night all | 17:41 |
magespawn | home time chat later | 17:41 |
SEptic | captine! | 18:05 |
SEptic | evening *tips hat* | 18:05 |
captine | eve SEptic | 18:07 |
Kilos | hmm... | 19:25 |
Kilos | night all. sleep tight | 19:25 |
Symmetria | lo all | 21:19 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!