#raspbian IRC Log

Index

IRC Log for 2016-04-02

Timestamps are in GMT/BST.

[0:02] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) has joined #raspbian
[0:02] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) Quit (Client Quit)
[0:08] <vagrantc> n1cky: i use the boot files from raspbian, a custom kernel, and otherwise plain debian armhf.
[0:09] * ries (~ries@D979C7EF.cm-3-2d.dynamic.ziggo.nl) Quit (Read error: Connection reset by peer)
[0:09] * ries_nicked (~ries@D979C7EF.cm-3-2d.dynamic.ziggo.nl) has joined #raspbian
[0:09] <vagrantc> i seem to recall security updates coming faster from debian directly, usually.
[0:10] <vagrantc> i think raspbian just pulls the updates after debian has released them, and it might even require manual verification or something
[0:11] * john51_ (~john@15255.s.time4vps.eu) Quit (Ping timeout: 264 seconds)
[0:12] <plugwash> we don't do any embargo'd security stuff or anything like that so we will always be behind Debian
[0:12] <diederik> shiftplusone: afaik the virtual package selection is pretty basic, it just uses the first one that full-fills it. Or did I misinterpret your question?
[0:12] <plugwash> most of the time updates should feed through pretty quick ( < 12 hours) but there are exceptions
[0:12] <shiftplusone> diederik: yeah, you got it.
[0:12] <vagrantc> plugwash: like it something requires a patch to support armv6?
[0:13] <plugwash> if an update is important to you and it hasn't hit raspbian within 12 hours of hitting Debian please do feel free to poke me about it
[0:13] <diederik> shiftplusone: did you see this issue: https://bugs.launchpad.net/raspbian/+bug/1532559 ?
[0:13] * vagrantc is hoping to actually use the kernels shipped in debian soon, too ...
[0:13] <plugwash> if we have any changes to the source package then the update process requires manual intervention
[0:14] <vagrantc> makes sense
[0:15] <shiftplusone> diederik: nope haven't seen it, but it doesn't help in my case. I think I've accepted that people who'll want to use dkms with the foundation kernel, they'll need to explicitly specify which headers package they want to install.
[0:16] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) Quit (Quit: Leaving...)
[0:17] <diederik> oh, yours does provide linux-headers too, but it still wants to install the 3.6-trunk-rpi one?
[0:18] <shiftplusone> yeah
[0:19] * john51 (~john@15255.s.time4vps.eu) has joined #raspbian
[0:19] <diederik> ... maybe I had installed the headers package before it was needed then ...
[0:22] * semitones_tea (~phixn@unaffiliated/semitones) Quit (Quit: Leaving)
[0:22] <diederik> ... and if it isn't installed, it uses the first one which lexically satisfies it and wants to install that one ...
[0:23] <shiftplusone> Yeah, not the best behaviour for this.
[0:23] <diederik> if you'd do 'apt install <your-headers-package> dkms' then it should work ... but the extra step is probably not what you'd like to see
[0:24] <diederik> indeed
[0:29] <diederik> probably the easiest way to work around this, is adopting the same/similar strategy as used by the raspbian.org linux-headers package (i.e. having a generic named linux-kernel/headers package which depends on the latest 'real' linux-kernel/headers package ... but it's still a workaround
[0:30] <diederik> (linux-headers-rpi[2]-rpfv)
[0:30] <shiftplusone> I've considered that, but given that 5 people will install packages which depend on linux-headers... >.>
[0:31] <diederik> my guess is that there are more, but I see your point
[0:32] <shiftplusone> Specifying which package to install doesn't seem like an insurmountable task for that particular user subset.
[0:33] <shiftplusone> And also seems to be the intended behaviour of apt, since in some cases it says you must explicitly specify which package you want to install. I haven't seen that message myself lately though, so I am not sure when that comes up O_o
[0:34] <diederik> true. (I do find it convenient, but it's quite easy to fix it myself)
[0:35] <diederik> sounds like a similar problem with getting/staying with sysv-init when upgrading wheezy->jessie like I tried a while a go (and reported about it here)
[0:36] * Spider (~spider@unaffiliated/spider) has joined #raspbian
[0:37] <shiftplusone> Except in that case it was doing you a favour
[0:37] <shiftplusone> *hides from the heretics*
[0:37] <diederik> LOL
[0:38] * NicoHood (~linuxuser@ipbcc11430.dynamic.kabel-deutschland.de) has left #raspbian
[0:38] * anunnaki (~chris@unaffiliated/anunnaki) Quit (Ping timeout: 248 seconds)
[0:39] * anunnaki (~chris@unaffiliated/anunnaki) has joined #raspbian
[0:39] <shiftplusone> actually, I haven't seen the mention of systemd make people talk about the unix philosophy and monolithic software and Poettering lately.
[0:40] <diederik> I think they've given up
[0:40] <shiftplusone> Or they're away plotting the revolution.
[0:41] <n1cky> (we moved to BSD)
[0:41] <shiftplusone> There's that too
[0:41] <n1cky> there weren't that many of us in the first place.
[0:41] <n1cky> Linux is for people that hate Windows.
[0:42] <n1cky> BSD is for people who love Unix
[0:42] <shiftplusone> I'll save BSD for when Linus retires.
[0:42] * CoOolBreeze (~CoOolBree@ip54542ab4.speed.planet.nl) Quit (Quit: Ik ga weg)
[0:42] <shiftplusone> I've used a few of the *BSDs and it didn't seem to be all that different.
[0:42] <n1cky> it's the small stuff.
[0:47] <diederik> shiftplusone: it may be a hack/cheating, but what happens if your headers package provides linux-headers-generic ?
[0:48] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has left #raspbian
[0:52] <diederik> on second thought, it may just give you the response you want a single time. If you now have a linux-headers-4.1 package and later a linux-headers-4.4 comes along, it may still install the 4.1 version
[0:54] <shiftplusone> well, in our case, it's just raspberrypi-kernel-headers, so versions don't matter of all that much. We don't really support different kernel versions.
[0:56] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: The Kirito is always right foundation. Grand reopening.)
[0:58] <diederik> that should make things rather easy :)
[0:58] * jazzzu (~jazoja@D978C875.cm-3-1d.dynamic.ziggo.nl) Quit (Ping timeout: 260 seconds)
[1:00] <shiftplusone> So what's the logic behind providing linux-headers-generic? Since it comes before linux-headers in the OR set of recommends for dkms, it will just get picked up instead?
[1:01] <diederik> that is indeed my reasoning
[1:02] <diederik> the order in which you provide packages to apt matters, so I'm guessing it also matters in the provides
[1:03] <shiftplusone> Is the generic package meant to have a purpose? It seems strange to have a 'generic' headers package like that.
[1:03] <diederik> 'apt install raspberrypi-kernel-headers dkms' will give a different result then 'apt install dkms raspberrypi-kernel-headers'
[1:03] <diederik> I think it's an Ubuntu thing
[1:05] * taza (~taza@unaffiliated/taza) Quit ()
[1:07] * plugwash (~plugwash@97e07685.skybroadband.com) Quit (Ping timeout: 250 seconds)
[1:10] * plugwash (~plugwash@97e07685.skybroadband.com) has joined #raspbian
[1:10] * ChanServ sets mode +o plugwash
[1:11] * funky1_ (~funky@ip51cf100e.direct-adsl.nl) Quit (Remote host closed the connection)
[1:12] * funky1 (~funky@ip51cf100e.direct-adsl.nl) has joined #raspbian
[1:15] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 246 seconds)
[1:15] * andrew_ (~andrew@175.43.242.142) has joined #raspbian
[1:19] * andrew_ (~andrew@175.43.242.142) Quit (Remote host closed the connection)
[1:30] * EmrisM (~Miranda@chello062178245147.2.12.vie.surfer.at) Quit (Read error: Connection reset by peer)
[1:38] * jova2 (~jova2@138.0.214.106) has joined #raspbian
[1:39] * raulet_ (~raulet@x4e3078fd.dyn.telefonica.de) has joined #raspbian
[1:42] * raulet (~raulet@x4e31bf2d.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[1:48] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[1:51] * typ__2 (typ@CPEbc140133b8d3-CMbc140133b8d0.cpe.net.cable.rogers.com) Quit (Ping timeout: 264 seconds)
[1:52] * typ__2 (typ@CPEbc140133b8d3-CMbc140133b8d0.cpe.net.cable.rogers.com) has joined #raspbian
[2:01] * yakker (~yakker@tx-76-4-39-62.dhcp.embarqhsd.net) has joined #raspbian
[2:04] * shantorn (~Shantorn@c-71-59-220-108.hsd1.wa.comcast.net) has joined #raspbian
[2:06] * Gin (~johan@h94n3-vn-a12.ias.bredband.telia.com) has joined #raspbian
[2:13] * linkedinyou (~linkediny@unaffiliated/linkedinyou) has joined #raspbian
[2:14] * Spider (~spider@unaffiliated/spider) Quit (Quit: Leaving)
[2:17] * edenist_ (~edenist@li280-110.members.linode.com) Quit (Quit: ZNC - http://znc.in)
[2:18] * edenist (edenist@2600:3c01::f03c:91ff:fe6e:b2c8) has joined #raspbian
[2:20] * tobinski___ (~tobinski@p200300D363C7C500D95DF0C505B6CA1A.dip0.t-ipconnect.de) has joined #raspbian
[2:21] * SpaceDino (~anonymous@107.13.168.56) Quit (Read error: Connection reset by peer)
[2:23] * tobinski_ (~tobinski@p200300D363C1D30090DE42F42DE8C51E.dip0.t-ipconnect.de) Quit (Ping timeout: 248 seconds)
[2:28] * shantorn (~Shantorn@c-71-59-220-108.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[2:29] * SpaceDino (~anonymous@107.13.168.56) has joined #raspbian
[2:42] * Gin (~johan@h94n3-vn-a12.ias.bredband.telia.com) Quit (Ping timeout: 244 seconds)
[2:49] * jova2 (~jova2@138.0.214.106) Quit (Ping timeout: 276 seconds)
[2:53] * weox (uid112413@gateway/web/irccloud.com/x-xfraxmklheoxkiud) Quit (Quit: Connection closed for inactivity)
[2:54] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) Quit (Ping timeout: 246 seconds)
[2:55] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) has joined #raspbian
[2:58] * DevBox (~DevBox@unaffiliated/zacdev) has joined #raspbian
[3:04] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) has joined #raspbian
[3:10] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[3:11] * jova2 (~jova2@138.0.214.106) has joined #raspbian
[3:13] * grummund (~user@unaffiliated/grummund) Quit (Ping timeout: 260 seconds)
[3:20] * a1exus (~pi@unaffiliated/a1exus) has joined #raspbian
[3:20] <a1exus> hello
[3:21] <a1exus> i got rasperry pi 3) and just installed raspbian)
[3:21] <a1exus> I used 64GB sdcard, yet my disk seems small by default... how do I resize it?
[3:23] * a1exus (~pi@unaffiliated/a1exus) Quit (Client Quit)
[3:24] * SpaceDino (~anonymous@107.13.168.56) Quit (Read error: Connection reset by peer)
[3:25] * a1exus (~pi@unaffiliated/a1exus) has joined #raspbian
[3:25] <a1exus> got it)
[3:30] * a1exus (~pi@unaffiliated/a1exus) Quit (Quit: That's it for today)
[3:41] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) has joined #raspbian
[3:44] * klem (~klem@c-98-245-137-41.hsd1.co.comcast.net) Quit (Quit: Leaving)
[3:59] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) Quit (Read error: Connection reset by peer)
[4:03] * at0m (~at0m@unaffiliated/at0mc/x-0198672) Quit (Ping timeout: 244 seconds)
[4:33] * m0j0 (~textual@67-198-48-144.dyn.grandenetworks.net) has joined #raspbian
[4:39] * likevinyl (~freebeer@unaffiliated/likevinyl) Quit (Quit: likevinyl)
[4:43] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[4:44] * jova2 (~jova2@138.0.214.106) Quit (Ping timeout: 248 seconds)
[4:52] * Spider (~spider@unaffiliated/spider) has joined #raspbian
[4:53] * Spider (~spider@unaffiliated/spider) Quit (Max SendQ exceeded)
[4:55] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) has joined #raspbian
[4:59] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) Quit (Read error: Connection reset by peer)
[4:59] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) has joined #raspbian
[5:00] * vcolombo (~vcolombo@c-73-74-204-246.hsd1.il.comcast.net) has joined #raspbian
[5:04] * vcolombo (~vcolombo@c-73-74-204-246.hsd1.il.comcast.net) Quit (Ping timeout: 246 seconds)
[5:05] * SpaceDino (~anonymous@107.13.168.56) has joined #raspbian
[5:05] * cyborg-one (~cyborg-on@176-119-98-81.broadband.tenet.odessa.ua) has joined #raspbian
[5:08] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) Quit (Quit: Leaving)
[5:10] * Spider (~spider@unaffiliated/spider) has joined #raspbian
[5:17] * Aranel (~Aranel@unaffiliated/aranel) Quit (Ping timeout: 244 seconds)
[5:26] * dh64 (~dh64@97-113-2-123.tukw.qwest.net) has joined #raspbian
[5:32] * Aranel (~Aranel@unaffiliated/aranel) has joined #raspbian
[5:34] * m0j0 (~textual@67-198-48-144.dyn.grandenetworks.net) Quit (Quit: Textual IRC Client: www.textualapp.com)
[5:36] * Spider (~spider@unaffiliated/spider) Quit (Quit: Leaving)
[5:36] * Spider (~spider@unaffiliated/spider) has joined #raspbian
[5:36] * vincent_c (~bip@vcheng.org) Quit (Ping timeout: 276 seconds)
[5:37] * m0j0 (~m0j0@67-198-48-144.dyn.grandenetworks.net) has joined #raspbian
[5:43] * Haruno (~lucas@197.226.185.178) has joined #raspbian
[5:55] * vincent_c (~bip@vcheng.org) has joined #raspbian
[5:56] * Spider (~spider@unaffiliated/spider) Quit (Quit: Leaving)
[6:03] * JakeSays (~jake@chat.thatswhatjakesaid.com) Quit (Ping timeout: 244 seconds)
[6:05] * JakeSays (~jake@chat.thatswhatjakesaid.com) has joined #raspbian
[6:07] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Remote host closed the connection)
[6:08] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[6:09] * pingaan (~tjohej@46.246.23.195) has joined #raspbian
[6:11] * poo173|2 (~kvirc@cm-84.215.200.163.getinternet.no) has joined #raspbian
[6:13] * pingaan (~tjohej@46.246.23.195) Quit (Remote host closed the connection)
[6:14] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 246 seconds)
[6:18] * SpaceDino (~anonymous@107.13.168.56) Quit (Quit: Leaving)
[6:19] * Spider (~spider@unaffiliated/spider) has joined #raspbian
[6:22] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) Quit (Quit: Leaving...)
[6:24] * slowz (~kevin@unaffiliated/slowz) has joined #raspbian
[6:30] * DevBox (~DevBox@unaffiliated/zacdev) Quit (Read error: Connection timed out)
[6:31] * DevBox (~DevBox@95.185.124.63) has joined #raspbian
[6:32] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[6:36] * DevBox (~DevBox@95.185.124.63) Quit (Max SendQ exceeded)
[6:43] * jarret (~jarret@162.216.46.119) Quit (Ping timeout: 248 seconds)
[6:50] * gin (~chatzilla@h94n3-vn-a12.ias.bredband.telia.com) has joined #raspbian
[6:56] * poo173|2 (~kvirc@cm-84.215.200.163.getinternet.no) Quit (Ping timeout: 276 seconds)
[7:06] * poo173|2 (~kvirc@cm-84.215.200.163.getinternet.no) has joined #raspbian
[7:10] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[7:16] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 252 seconds)
[7:18] * Spider (~spider@unaffiliated/spider) Quit (Quit: Leaving)
[7:19] * grPI (~pi@108-89-117-158.lightspeed.sndgca.sbcglobal.net) has joined #raspbian
[7:22] * m0j0 (~m0j0@67-198-48-144.dyn.grandenetworks.net) Quit (Read error: Connection reset by peer)
[7:24] * grPI (~pi@108-89-117-158.lightspeed.sndgca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[7:41] * grPI (~pi@108-89-117-158.lightspeed.sndgca.sbcglobal.net) has joined #raspbian
[7:50] * grPI (~pi@108-89-117-158.lightspeed.sndgca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[7:51] * grPI (~pi@108-89-117-158.lightspeed.sndgca.sbcglobal.net) has joined #raspbian
[7:51] * macscam1 (49aaeee8@gateway/web/cgi-irc/kiwiirc.com/ip.73.170.238.232) has joined #raspbian
[7:57] * m0j0 (m0j0@67-198-48-144.dyn.grandenetworks.net) has joined #raspbian
[7:59] * mildouze (~Icedove@AAmiens-156-1-85-25.w90-34.abo.wanadoo.fr) has joined #raspbian
[8:08] * Haruno (~lucas@197.226.185.178) Quit (Ping timeout: 248 seconds)
[8:12] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[8:15] * poo173|2 (~kvirc@cm-84.215.200.163.getinternet.no) Quit (Ping timeout: 248 seconds)
[8:16] * NicoHood (~linuxuser@ipbcc1a521.dynamic.kabel-deutschland.de) has joined #raspbian
[8:19] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 240 seconds)
[8:25] * Haruno (~lucas@197.226.185.178) has joined #raspbian
[9:08] * Vaxu_ (~vaxaren@37-33-153-219.bb.dnainternet.fi) has joined #raspbian
[9:10] * Vaxu (~vaxaren@37-33-81-35.bb.dnainternet.fi) Quit (Ping timeout: 244 seconds)
[9:13] <lordievader> Good morning.
[9:16] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[9:18] * jazzzu (~jazoja@D978C875.cm-3-1d.dynamic.ziggo.nl) has joined #raspbian
[9:19] * balrog-k1n (~balrog@89-67-121-18.dynamic.chello.pl) Quit (Ping timeout: 248 seconds)
[9:19] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) has joined #raspbian
[9:20] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 268 seconds)
[9:21] * balrog-k1n (~balrog@89-67-121-18.dynamic.chello.pl) has joined #raspbian
[9:33] * macscam1 (49aaeee8@gateway/web/cgi-irc/kiwiirc.com/ip.73.170.238.232) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[9:44] * klickklack (~pi@p57AD0671.dip0.t-ipconnect.de) has joined #raspbian
[9:45] <klickklack> hi, anyone knows which license raspian is using?
[9:45] * void____ (b229289f@gateway/web/freenode/ip.178.41.40.159) has joined #raspbian
[9:49] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) Quit (Ping timeout: 264 seconds)
[9:51] <void____> can you recommend me some kind of extension or module for raspberry pi 3 for improving math computing performance ?
[9:52] * Aussie_matt (~quassel@101.185.107.248) has joined #raspbian
[9:52] * cyborg-one (~cyborg-on@176-119-98-81.broadband.tenet.odessa.ua) Quit (Quit: cyborg-one)
[9:58] <klickklack> void____, first tought: gpu computing, but don't know if supported
[9:58] <klickklack> thought
[10:00] * WinstonSmith (~WinstonSm@unaffiliated/winstonsmith) Quit (Ping timeout: 250 seconds)
[10:03] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) has joined #raspbian
[10:04] * WinstonSmith (~WinstonSm@unaffiliated/winstonsmith) has joined #raspbian
[10:13] * typ__2 (typ@CPEbc140133b8d3-CMbc140133b8d0.cpe.net.cable.rogers.com) Quit (Ping timeout: 248 seconds)
[10:14] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) Quit (Quit: Leaving...)
[10:16] <ries_nicked> void____: if you have control over teh software you can look if the algorithm is good/fastest for the task.
[10:17] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[10:22] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 244 seconds)
[10:25] * jova2 (~jova2@138.0.214.106) has joined #raspbian
[10:32] * jova2 (~jova2@138.0.214.106) Quit (Ping timeout: 244 seconds)
[10:37] * void____ (b229289f@gateway/web/freenode/ip.178.41.40.159) Quit (Ping timeout: 250 seconds)
[10:37] * outofsorts (~outofsort@184.75.214.163) Quit (Ping timeout: 240 seconds)
[10:42] * outofsorts (~outofsort@104.254.90.203) has joined #raspbian
[10:56] * Alexander-47u (~Thunderbi@92.109.83.239) has joined #raspbian
[10:56] <Alexander-47u> hi guys
[10:56] <Alexander-47u> anyone here?
[11:02] * xRule (~XRule@130.204.103.136) Quit (Ping timeout: 240 seconds)
[11:14] * EmrisM (~Miranda@chello062178245147.2.12.vie.surfer.at) has joined #raspbian
[11:15] * jazzzu (~jazoja@D978C875.cm-3-1d.dynamic.ziggo.nl) Quit (Ping timeout: 260 seconds)
[11:16] * XSoul (~XRule@130.204.103.136) has joined #raspbian
[11:18] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[11:19] * cry5t41 (~cry5t41@109.255.9.138) has joined #raspbian
[11:23] <cry5t41> hi guys, I want to ssh to my raspberry pi as root. I know password is good but I can't , Maybe there is some settings I need to do? But I dont know where to find it
[11:23] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 244 seconds)
[11:30] <twolife> cry5t41: you need to set 'PermitRootLogin yes' in /etc/ssh/sshd_config
[11:31] <binaryhermit> and then restart ssh
[11:32] <binaryhermit> which is apparently done by running "service sshd restart" as root
[11:34] <cry5t41> twolife, tnx
[11:35] * clonak (~clonak@203-173-145-13.dsl.dyn.ihug.co.nz) Quit (Ping timeout: 240 seconds)
[11:36] * h4ndy is now known as H4ndy
[11:44] * tyk (typ@CPEbc140133b8d3-CMbc140133b8d0.cpe.net.cable.rogers.com) has joined #raspbian
[11:47] <Alexander-47u> guys what is best "desktop-ish" os for raspberry pi 3. Just to be used for internet browsing
[11:48] * clonak (~clonak@203-173-145-13.dsl.dyn.ihug.co.nz) has joined #raspbian
[11:50] * cry5t41 (~cry5t41@109.255.9.138) Quit (Quit: Leaving)
[12:02] <Getty> ist not the OS you want to pick its the environment
[12:02] <Getty> and if you just want to open up a browser then you dont need actually anything really on that matter
[12:03] <Getty> you can like just start the graphical environment and start a browser and thats it ;) but you can also add up a window manager if you want to make more ;)
[12:06] * taza (~taza@unaffiliated/taza) has joined #raspbian
[12:20] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[12:21] * Sprocks (~Sprocks@BMTNON3746W-LP130-05-1176475207.dsl.bell.ca) Quit (Ping timeout: 244 seconds)
[12:21] * bobe (~bobe@x4d0a6492.dyn.telefonica.de) has joined #raspbian
[12:22] * Sprocks (~Sprocks@BMTNON3746W-LP130-05-1176475207.dsl.bell.ca) has joined #raspbian
[12:25] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 248 seconds)
[12:39] * jarret (~jarret@162.216.46.119) has joined #raspbian
[12:52] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 240 seconds)
[12:53] * nils__2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[12:53] * shootbird (~quassel@beepbeep.serverpit.com) Quit (Ping timeout: 260 seconds)
[12:54] * Alexander-47u (~Thunderbi@92.109.83.239) Quit (Quit: Alexander-47u)
[13:00] * shootbird (~quassel@beepbeep.serverpit.com) has joined #raspbian
[13:01] * nils__2 is now known as nils_2
[13:05] * bobe (~bobe@x4d0a6492.dyn.telefonica.de) Quit (Ping timeout: 260 seconds)
[13:10] * mrkramps (~mrkramps@p5B347C0E.dip0.t-ipconnect.de) has joined #raspbian
[13:14] * Aussie_matt (~quassel@101.185.107.248) Quit (Remote host closed the connection)
[13:18] * IrishGringo (~chatzilla@2601:586:c200:6eaa:8db6:f58:d085:cd34) has joined #raspbian
[13:19] * Haruno (~lucas@197.226.185.178) Quit (Quit: Leaving)
[13:20] * poo173|2 (~kvirc@89.9.163.252) has joined #raspbian
[13:21] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[13:24] * bolt (~r00t@unaffiliated/bolt) Quit (Ping timeout: 250 seconds)
[13:26] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 244 seconds)
[13:33] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) has joined #raspbian
[13:34] * marshal0605 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[13:35] * Uninstall (~quassel@kde/developer/bettio) Quit (Remote host closed the connection)
[13:35] * jova2 (~jova2@177.38.20.114) has joined #raspbian
[13:37] * Uninstall (~quassel@kde/developer/bettio) has joined #raspbian
[13:38] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Ping timeout: 260 seconds)
[13:38] * bolt (r00t@unaffiliated/bolt) has joined #raspbian
[13:41] * marshal0605 (~marshal05@trivialand/elite/marshal0505) Quit (Ping timeout: 276 seconds)
[13:47] * marshal0505 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[13:49] <klickklack> Alexander-47u I use Raspian
[13:50] * cyborg-one (~cyborg-on@176-119-98-81.broadband.tenet.odessa.ua) has joined #raspbian
[13:52] * DevBox (~DevBox@unaffiliated/zacdev) has joined #raspbian
[13:58] * klickklack (~pi@p57AD0671.dip0.t-ipconnect.de) Quit (Ping timeout: 260 seconds)
[14:06] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) Quit (Quit: Leaving)
[14:06] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) has joined #raspbian
[14:23] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[14:28] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 248 seconds)
[14:29] * mike_t (~mike@109.169.167.119) has joined #raspbian
[14:38] * anticore (~anticore@a89-152-10-66.cpe.netcabo.pt) has joined #raspbian
[14:39] * cyborg-one (~cyborg-on@176-119-98-81.broadband.tenet.odessa.ua) Quit (Quit: cyborg-one)
[14:57] * bobe (~bobe@x4d0a6492.dyn.telefonica.de) has joined #raspbian
[15:01] * jazzzu (~jazoja@D978C875.cm-3-1d.dynamic.ziggo.nl) has joined #raspbian
[15:02] * jova2 (~jova2@177.38.20.114) Quit (Ping timeout: 244 seconds)
[15:05] * mildouze (~Icedove@AAmiens-156-1-85-25.w90-34.abo.wanadoo.fr) Quit (Ping timeout: 260 seconds)
[15:05] * Mob is now known as MobGod
[15:23] * PasNox_ (~pasnox@2a01:e34:ee42:d070:f95a:c277:7061:ef0c) has joined #raspbian
[15:24] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) has joined #raspbian
[15:34] * ImuMotive (~ImuMotive@c-67-191-223-17.hsd1.ga.comcast.net) Quit (Ping timeout: 260 seconds)
[15:39] * H4ndy is now known as h4ndy
[15:42] * Nivlag (~default@dsl-static-81-140-87-23.in-addr.broadbandscope.com) has joined #raspbian
[15:42] * anticore (~anticore@a89-152-10-66.cpe.netcabo.pt) Quit (Quit: bye)
[15:47] * kjsgss06 (~quassel@pool-70-104-31-164.dllstx.fios.verizon.net) Quit (Ping timeout: 248 seconds)
[15:47] * Haruno (~lucas@197.226.172.137) has joined #raspbian
[15:48] * Nivlag (~default@dsl-static-81-140-87-23.in-addr.broadbandscope.com) Quit (Ping timeout: 244 seconds)
[15:48] * Haruno (~lucas@197.226.172.137) Quit (Client Quit)
[15:49] * Haruno (~lucas@197.226.172.137) has joined #raspbian
[15:51] * bobe (~bobe@x4d0a6492.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[15:55] * Haruno (~lucas@197.226.172.137) Quit (Quit: Leaving)
[15:55] * mildouze (~Icedove@AAmiens-156-1-85-25.w90-34.abo.wanadoo.fr) has joined #raspbian
[15:56] * Haruno (~lucas@197.226.172.137) has joined #raspbian
[15:56] * Haruno (~lucas@197.226.172.137) Quit (Client Quit)
[15:59] * ksx4system (~ksx4syste@gaia.mac.info.pl) Quit (Quit: ZNC - http://znc.in)
[16:01] * ksx4system (~ksx4syste@gaia.mac.info.pl) has joined #raspbian
[16:01] * ksx4system (~ksx4syste@gaia.mac.info.pl) Quit (Remote host closed the connection)
[16:03] * ksx4system (~ksx4syste@gaia.mac.info.pl) has joined #raspbian
[16:05] * MobGod is now known as Mob
[16:09] * anticore (~anticore@a89-152-10-66.cpe.netcabo.pt) has joined #raspbian
[16:11] * gin (~chatzilla@h94n3-vn-a12.ias.bredband.telia.com) Quit (Remote host closed the connection)
[16:30] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[16:30] * ChanServ sets mode +o vagrantc
[16:35] * IrishGringo (~chatzilla@2601:586:c200:6eaa:8db6:f58:d085:cd34) Quit (Ping timeout: 246 seconds)
[16:37] * likevinyl (~freebeer@181.46.234.135) has joined #raspbian
[16:37] * likevinyl (~freebeer@181.46.234.135) Quit (Changing host)
[16:37] * likevinyl (~freebeer@unaffiliated/likevinyl) has joined #raspbian
[16:38] * mrkramps (~mrkramps@p5B347C0E.dip0.t-ipconnect.de) Quit (Quit: Quit)
[16:39] * jova2 (~jova2@177.38.20.114) has joined #raspbian
[16:39] * bazaar (~bazaar@unaffiliated/bazaar) Quit (Quit: leaving)
[16:44] * bazaar (~bazaar@unaffiliated/bazaar) has joined #raspbian
[16:46] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[16:53] * Mob is now known as MobGod
[16:59] * \ni (~\ni@bl20-112-143.dsl.telepac.pt) has joined #raspbian
[17:01] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) Quit (Quit: Leaving)
[17:02] * tyk (typ@CPEbc140133b8d3-CMbc140133b8d0.cpe.net.cable.rogers.com) has left #raspbian
[17:02] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[17:02] * ChanServ sets mode +o vagrantc
[17:06] * lsm5 (~lsm5@redhat/lsm5) Quit (Quit: ZNC - 1.6.0 - http://znc.in)
[17:06] * IrishGringo (~chatzilla@2601:586:c200:6eaa:8db6:f58:d085:cd34) has joined #raspbian
[17:07] * lsm5 (~lsm5@redhat/lsm5) has joined #raspbian
[17:09] * lsm5 (~lsm5@redhat/lsm5) Quit (Client Quit)
[17:09] * lsm5 (~lsm5@redhat/lsm5) has joined #raspbian
[17:18] * NicoHood1 (~linuxuser@ipb21a59bd.dynamic.kabel-deutschland.de) has joined #raspbian
[17:18] * NicoHood (~linuxuser@ipbcc1a521.dynamic.kabel-deutschland.de) Quit (Read error: Connection reset by peer)
[17:23] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[17:36] * \ni (~\ni@bl20-112-143.dsl.telepac.pt) Quit (Remote host closed the connection)
[17:41] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Quit: I have gone to sleep. ZZZzzz…)
[17:53] * MobGod is now known as Mob
[17:57] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[17:58] * troyt_ (~troyt@c-67-161-210-245.hsd1.ut.comcast.net) Quit (Remote host closed the connection)
[17:58] * mike_t (~mike@109.169.167.119) Quit (Remote host closed the connection)
[17:59] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) has joined #raspbian
[18:11] * CoOolBreeze (~CoOolBree@ip54542ab4.speed.planet.nl) has joined #raspbian
[18:13] * lsm5 (~lsm5@redhat/lsm5) Quit (Quit: ZNC - 1.6.0 - http://znc.in)
[18:14] * lsm5 (~lsm5@redhat/lsm5) has joined #raspbian
[18:16] * jazzzu (~jazoja@D978C875.cm-3-1d.dynamic.ziggo.nl) Quit (Ping timeout: 276 seconds)
[18:20] * lsm5 (~lsm5@redhat/lsm5) Quit (Quit: ZNC - 1.6.0 - http://znc.in)
[18:20] * jova2 (~jova2@177.38.20.114) Quit (Ping timeout: 252 seconds)
[18:23] * lsm5 (~lsm5@redhat/lsm5) has joined #raspbian
[18:29] * XSoul (~XRule@130.204.103.136) Quit (Ping timeout: 248 seconds)
[18:30] * Aranel (~Aranel@unaffiliated/aranel) Quit (Ping timeout: 240 seconds)
[18:31] * XSoul (~XRule@130.204.103.136) has joined #raspbian
[18:35] * Anon-Murph (56ac679d@gateway/web/freenode/ip.86.172.103.157) has joined #raspbian
[18:36] * Anon-Murph (56ac679d@gateway/web/freenode/ip.86.172.103.157) Quit (Client Quit)
[18:36] * patrick__ (~patrick@bre29-3-78-223-33-86.fbx.proxad.net) has joined #raspbian
[18:39] * XSoul (~XRule@130.204.103.136) Quit (Excess Flood)
[18:39] * XSoul (~XRule@130.204.103.136) has joined #raspbian
[18:43] * BeamWatcher (~gashead76@68-113-202-73.dhcp.ftwo.tx.charter.com) Quit (Read error: No route to host)
[18:43] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Quit: I have gone to sleep. ZZZzzz…)
[18:47] * BeamWatcher (~gashead76@68-113-202-73.dhcp.ftwo.tx.charter.com) has joined #raspbian
[18:47] * patrick__ (~patrick@bre29-3-78-223-33-86.fbx.proxad.net) Quit (Quit: Leaving)
[18:47] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[18:50] * poo173|2 (~kvirc@89.9.163.252) Quit (Ping timeout: 250 seconds)
[18:54] * Aranel (~Aranel@unaffiliated/aranel) has joined #raspbian
[18:57] * ries (~ries@D979C7EF.cm-3-2d.dynamic.ziggo.nl) has joined #raspbian
[18:58] * ries_nicked (~ries@D979C7EF.cm-3-2d.dynamic.ziggo.nl) Quit (Ping timeout: 250 seconds)
[18:58] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Quit: I have gone to sleep. ZZZzzz…)
[19:15] * Anderson69s_Deb (~Anderson6@mne69-3-82-224-54-195.fbx.proxad.net) Quit (Remote host closed the connection)
[19:16] * Anderson69s_Deb (~Anderson6@mne69-3-82-224-54-195.fbx.proxad.net) has joined #raspbian
[19:22] * troyt (~troyt@c-67-161-210-245.hsd1.ut.comcast.net) has joined #raspbian
[19:41] * VargaD (~VargaD@188-143-18-15.pool.digikabel.hu) Quit (Ping timeout: 276 seconds)
[19:43] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[19:43] * VargaD (~VargaD@188-143-63-64.pool.digikabel.hu) has joined #raspbian
[19:46] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) Quit (Ping timeout: 240 seconds)
[19:49] * net_conde (~diego@162.249.162.132) has joined #raspbian
[19:51] <net_conde> hello
[19:51] <net_conde> I would like to install mysql 5.7 on the raspi. Is there any available repository?
[19:52] * TheCubeLord (~TheCubeLo@unaffiliated/thecubelord) has joined #raspbian
[19:56] * mildouze (~Icedove@AAmiens-156-1-85-25.w90-34.abo.wanadoo.fr) Quit (Quit: mildouze)
[19:56] * shantorn (~Shantorn@c-71-59-220-108.hsd1.wa.comcast.net) has joined #raspbian
[19:56] <net_conde> /msg NickServ
[19:58] * net_conde (~diego@162.249.162.132) has left #raspbian
[19:58] * net_conde (~diego@162.249.162.132) has joined #raspbian
[20:02] * XSoul (~XRule@130.204.103.136) Quit (Ping timeout: 268 seconds)
[20:10] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Quit: I have gone to sleep. ZZZzzz…)
[20:11] * shantorn (~Shantorn@c-71-59-220-108.hsd1.wa.comcast.net) Quit (Ping timeout: 244 seconds)
[20:12] * XSoul (~XRule@130.204.103.136) has joined #raspbian
[20:13] <nils_2> http://raspberrypi.stackexchange.com/questions/43287/mysql-5-7-in-raspberry-pi-2/43292
[20:16] * h4ndy is now known as H4ndy
[20:19] * net_conde (~diego@162.249.162.132) Quit (Ping timeout: 250 seconds)
[20:19] * evilroots (~evilroots@70.33.29.182) has joined #raspbian
[20:20] * Gin (~johan@h94n3-vn-a12.ias.bredband.telia.com) has joined #raspbian
[20:22] * shantorn (~Shantorn@c-71-59-220-108.hsd1.wa.comcast.net) has joined #raspbian
[20:24] * lib (~lib@2a02:908:f835:df80:9ed2:1eff:fefb:1715) has joined #raspbian
[20:29] <lib> Hello there, I try to cross-compile a simple module for my rpi, but it fails. I wanna use the rpi-toolchain, that's my makefile and the error: https://ptpb.pw/9R84
[20:32] * shantorn (~Shantorn@c-71-59-220-108.hsd1.wa.comcast.net) Quit (Ping timeout: 240 seconds)
[20:32] * Alpy (5a42223f@gateway/web/freenode/ip.90.66.34.63) has joined #raspbian
[20:33] <Alpy> hello
[20:33] <Alpy> I seem to have a small problem with my RBPi 3
[20:33] * grPI (~pi@108-89-117-158.lightspeed.sndgca.sbcglobal.net) Quit (Ping timeout: 268 seconds)
[20:34] <Alpy> I tried to set up my WiFi connection using this link
[20:34] <Alpy> https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
[20:35] <Alpy> After doing all that, when I do ifconfig, i see that the adress isn't my network.
[20:35] <Alpy> Plus I can't connect to the net
[20:40] * jova2 (~jova2@177.38.20.114) has joined #raspbian
[20:40] <HerculeP> I don't have a pi3 (yet) but saw many ppl having such issues, NOOBs seem to work better than direct raspbian tho
[20:45] * trench (trench@unaffiliated/trench) Quit (Ping timeout: 240 seconds)
[20:46] * trench (trench@your.place.no) has joined #raspbian
[20:46] * trench (trench@your.place.no) Quit (Changing host)
[20:46] * trench (trench@unaffiliated/trench) has joined #raspbian
[20:46] * grPI (~pi@108-248-102-124.lightspeed.sndgca.sbcglobal.net) has joined #raspbian
[20:48] * Alpy (5a42223f@gateway/web/freenode/ip.90.66.34.63) Quit (Quit: Page closed)
[20:49] * outofsorts (~outofsort@104.254.90.203) Quit (Ping timeout: 244 seconds)
[20:50] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[20:56] * outofsorts (~outofsort@184.75.214.163) has joined #raspbian
[21:01] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 250 seconds)
[21:06] <lib> Hello there, I try to cross-compile a simple module for my rpi, but it fails. I wanna use the rpi-toolchain, that's my makefile and the error: https://ptpb.pw/9R84
[21:11] * XSoul (~XRule@130.204.103.136) Quit (Read error: Connection reset by peer)
[21:12] * jova2 (~jova2@177.38.20.114) Quit (Ping timeout: 246 seconds)
[21:13] * weox (uid112413@gateway/web/irccloud.com/x-ozrhyzdywearwlin) has joined #raspbian
[21:20] * XSoul (~XRule@130.204.103.136) has joined #raspbian
[21:22] * DevBox (~DevBox@unaffiliated/zacdev) Quit (Read error: Connection timed out)
[21:22] * DevBox (~DevBox@5.41.150.30) has joined #raspbian
[21:23] * DevBox (~DevBox@5.41.150.30) Quit (Max SendQ exceeded)
[21:25] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) has joined #raspbian
[21:27] * kyew2 (~kyew@c-50-173-171-13.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
[21:27] * kyew2 (~kyew@c-50-173-171-13.hsd1.ca.comcast.net) has joined #raspbian
[21:27] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Quit: I have gone to sleep. ZZZzzz…)
[21:31] * Piece_Maker (~Acou_Bass@94.13.219.5) Quit (Quit: WeeChat 1.4)
[21:32] * Acou_Bass (~Acou_Bass@94.13.219.5) has joined #raspbian
[21:38] * XSoul (~XRule@130.204.103.136) Quit (Remote host closed the connection)
[21:40] * lib (~lib@2a02:908:f835:df80:9ed2:1eff:fefb:1715) Quit (Quit: Verlassend)
[21:45] * pgs (~pgs@2001:44b8:313d:cb00:89ec:fc70:11c9:8524) has joined #raspbian
[21:47] * pgs (~pgs@2001:44b8:313d:cb00:89ec:fc70:11c9:8524) Quit (Client Quit)
[21:47] * XSoul (~XRule@130.204.103.136) has joined #raspbian
[21:49] * pgs (~pgs@2001:44b8:313d:cb00:89ec:fc70:11c9:8524) has joined #raspbian
[21:59] * phawq123 (b8952758@gateway/web/freenode/ip.184.149.39.88) has joined #raspbian
[22:01] <phawq123> should I be able to copy some kind of music player from a usb onto raspberry pi if I have raspbian installed and running?
[22:04] * anticore (~anticore@a89-152-10-66.cpe.netcabo.pt) Quit (Ping timeout: 276 seconds)
[22:06] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[22:10] * teeteewhy (~teeteewhy@2001:41d0:8:67d2::1337) Quit (Ping timeout: 248 seconds)
[22:11] * XSoul (~XRule@130.204.103.136) Quit (Excess Flood)
[22:11] * beardy (~beardy@unaffiliated/beardy) Quit (Ping timeout: 260 seconds)
[22:11] * XSoul (~XRule@130.204.103.136) has joined #raspbian
[22:11] * beardy (~beardy@unaffiliated/beardy) has joined #raspbian
[22:13] * teeteewhy (~teeteewhy@2001:41d0:8:67d2::1337) has joined #raspbian
[22:17] * vagrantc_ (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[22:17] * ChanServ sets mode +o vagrantc_
[22:19] * vagrantc_ (~vagrant@unaffiliated/vagrantc) Quit (Client Quit)
[22:19] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Ping timeout: 248 seconds)
[22:20] * IrishGringo (~chatzilla@2601:586:c200:6eaa:8db6:f58:d085:cd34) Quit (Ping timeout: 246 seconds)
[22:28] * grPI (~pi@108-248-102-124.lightspeed.sndgca.sbcglobal.net) Quit (Remote host closed the connection)
[22:44] * Obi-Wan (~obi-wan@unaffiliated/obi-wan) has joined #raspbian
[22:44] * likevinyl (~freebeer@unaffiliated/likevinyl) Quit (Quit: likevinyl)
[22:49] * dh64 (~dh64@97-113-2-123.tukw.qwest.net) Quit (Quit: Konversation terminated!)
[22:49] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[22:49] * ChanServ sets mode +o vagrantc
[23:08] * kyew2 (~kyew@c-50-173-171-13.hsd1.ca.comcast.net) Quit (Quit: Konversation terminated!)
[23:09] * kyew2 (~kyew@c-50-173-171-13.hsd1.ca.comcast.net) has joined #raspbian
[23:15] * AndrewMock (~AndrewMoc@unaffiliated/andrewmock) has joined #raspbian
[23:15] <AndrewMock> What is the lite image for?
[23:16] <AndrewMock> Is that minus the desktop, etc?
[23:17] <AndrewMock> look like no X but what else
[23:21] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[23:22] * NicoHood1 (~linuxuser@ipb21a59bd.dynamic.kabel-deutschland.de) has left #raspbian
[23:26] * AndrewMock (~AndrewMoc@unaffiliated/andrewmock) Quit (Read error: Connection reset by peer)
[23:30] * jova2 (~jova2@138.0.214.106) has joined #raspbian
[23:34] * jova2 (~jova2@138.0.214.106) Quit (Ping timeout: 260 seconds)
[23:42] * shantorn (~Shantorn@216-161-88-17.ptld.qwest.net) has joined #raspbian
[23:44] * likevinyl (~freebeer@unaffiliated/likevinyl) has joined #raspbian
[23:50] * phawq123 (b8952758@gateway/web/freenode/ip.184.149.39.88) Quit (Quit: Page closed)
[23:53] * bazaar (~bazaar@unaffiliated/bazaar) Quit (Quit: leaving)
[23:54] * bazaar (~bazaar@unaffiliated/bazaar) has joined #raspbian
[23:57] * sweatsuit (~sweatsuit@unaffiliated/sweatsuit) Quit (Ping timeout: 244 seconds)
[23:58] * Gin (~johan@h94n3-vn-a12.ias.bredband.telia.com) Quit (Ping timeout: 276 seconds)
[23:59] * sweatsuit (~sweatsuit@unaffiliated/sweatsuit) has joined #raspbian

These logs were automatically created by RaspbianLogBot on irc.freenode.net using the Java IRC LogBot.