#raspbian IRC Log

Index

IRC Log for 2017-01-04

Timestamps are in GMT/BST.

[0:07] * bizarro_1 (~bizarro_1@235.red-88-5-41.dynamicip.rima-tde.net) Quit (Read error: Connection reset by peer)
[0:16] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) Quit (Ping timeout: 258 seconds)
[0:17] * atouk (~atouk@ool-4572ac23.dyn.optonline.net) Quit (Ping timeout: 256 seconds)
[0:18] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) has joined #raspbian
[0:22] * Geoton_ (~Geoton@188.26.130.53) has joined #raspbian
[0:29] * johefernan (~joheferna@187.153.14.217) has joined #raspbian
[0:35] <Geoton_> Hello
[0:40] * crappypunk (~david@2601:547:c00:8ee8:6483:f1af:14ff:d02b) has joined #raspbian
[0:40] * taza (~taza@unaffiliated/taza) Quit ()
[0:48] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) has joined #raspbian
[0:48] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) Quit (Max SendQ exceeded)
[0:49] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) has joined #raspbian
[0:57] * Atomic_6Cbf3 (~atomic@2001:b07:2ea:924c:6c9f:b750:849e:4dff) Quit (Ping timeout: 240 seconds)
[1:00] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) Quit (Quit: Bye)
[1:00] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[1:14] * Bercik (~Yotsuba@unaffiliated/bercik) Quit (Ping timeout: 268 seconds)
[1:16] * Bercik (~Yotsuba@unaffiliated/bercik) has joined #raspbian
[1:17] * Atomic_6Cbf3 (~atomic@2.234.146.76) has joined #raspbian
[1:19] * NicoHood (~arch@ip-178-201-121-230.hsi08.unitymediagroup.de) Quit (Quit: Leaving.)
[1:22] * frodox (~CLDX@176.195.17.112) has joined #raspbian
[1:23] <frodox> Can someone help me with gpio-button, please? I get 1(active) all the time, so all tutorials just don't work as expected =\ and I can't understand - should I connect button to gpio, or to 3v3.. it is mess in the head now
[1:30] <frodox> https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=12538 are there any good tutorial for switches?
[1:30] <Quozl`> g'day. it worked for me, and i remember using the wrong pin for a while. what do you want to know?
[1:32] <frodox> Quozl`: I connected button as in tutorials, just to GND and to GPIO18 ( http://razzpisampler.oreilly.com/images/rpck_1101.png ) and it doesn't work (always 1). I want to know what should I do to get it working as expected..
[1:33] * courrier (~courrier@49.208.185.81.rev.sfr.net) has joined #raspbian
[1:33] <courrier> I want to flash N pis with Raspbian Jessie and run a bash script that changes hostname, creates a dedicated user "newuser" and download/install stuff into his homedir.
[1:33] <courrier> Most of them will be flash with a common hostname/username but some of them will require different names given during the execution of the setup script.
[1:33] <courrier> At the moment I am flashing the img file, manually login to the Pi as "pi" and run the script that creates "newuser". However this procedure has the following drawbacks:
[1:33] <courrier> 1) It still requires to a manual boot and login as pi before executing the setup script
[1:33] <courrier> 2) "pi" is still active after installing, the script is run by pi and thus can't delete the account itself
[1:33] <courrier> Creating a custom image is maybe overkill, I'd like to flash the SD from my workstation, and then run a script from the same workstation to update the SD image with the script, maybe by chrooting? But I still can't delete the user I'm using to run the script...
[1:33] <courrier> Have you got ideas about a nice procedure to speed up flashing a great number of Pis this way?
[1:35] <Quozl`> frodox: i'll just try it myself, hang on.
[1:36] <frodox> Quozl`: I'm looking this ones http://razzpisampler.oreilly.com/ch07.html , or https://www.raspberrypi.org/blog/gpio-zero-a-friendly-python-api-for-physical-computing/
[1:36] <frodox> ok
[1:39] <Quozl`> frodox: it worked for me, see http://dev.laptop.org/~quozl/z/1cOaX3.txt ... at the time the 1 is returned, the switch is open, at the time the 0 is returned, the switch is closed.
[1:39] <Quozl`> frodox: are you doing something different?
[1:42] <frodox> Quozl`: no.. hmm.. I'm confused.. may be all my btns are broken.. :D erm, could you share a photo of your switch/pi connections..? I can't imagine what could be wrong
[1:43] <Quozl`> frodox: what i did functionally matches the picture on the page; make sure your button is inserted correctly; that kind of button can be rotated 90 degrees and not work. what if you connect the two wires together instead of to the button?
[1:44] <Quozl`> frodox: my quickest test is to connect a jumper from GND to 18.
[1:45] <Quozl`> frodox: in case pin 18 is fried by electrostatic discharge, you might try pin 17 instead. i've just tested this here, on an rpi3, and it worked okay too.
[1:47] <Quozl`> courrier: i want a similar procedure; including installing packages, but i'm still working on it. there are some image builders on github; search for raspbian and image. some are over my head.
[1:48] <frodox> Quozl`: hmmm... two wires (instead of button) works fine!!! But button rotation to 90 degree have no effect. And I have tested 3 different new buttons... And LED works just fine..
[1:49] * atouk (~atouk@ool-4572ac23.dyn.optonline.net) has joined #raspbian
[1:49] <Quozl`> frodox: led through the button, eh? interesting. share a photo of your setup? do you have a multimeter?
[1:49] <Quozl`> ... some dodgy buttons exist, but three at once is unlikely. ;-)
[1:50] <frodox> Quozl`: no, LED insted of button to same GPIO :D yup, one moment. Yes, I have
[1:51] <Quozl`> frodox: separate the button from the rpi, test it with the multimeter in beep mode, or resistance mode, you should get a reaction out of the meter.
[1:51] <frodox> Great idea, thanks!
[1:52] * Geoton_ (~Geoton@188.26.130.53) Quit (Quit: Leaving)
[2:01] * chrisyy_ (~chrisy@x590e5402.dyn.telefonica.de) has joined #raspbian
[2:02] * chrisyy (~chrisy@x590d710e.dyn.telefonica.de) Quit (Ping timeout: 246 seconds)
[2:02] * chrisyy_ is now known as chrisyy
[2:05] <courrier> Quozl`: Yes I had a look to that, but generating a custom image, compiling, ... just seems overkill to me, I just need post-installing customization
[2:08] <Quozl`> me too.
[2:09] * namosca (~gustavo@2a02:8109:1640:17e2:42e2:30ff:feb2:4294) has joined #raspbian
[2:12] * Atomic_6Cbf3 (~atomic@2.234.146.76) Quit (Remote host closed the connection)
[2:13] * namosca (~gustavo@2a02:8109:1640:17e2:42e2:30ff:feb2:4294) has left #raspbian
[2:14] * ChocolateTeapot (~i@unaffiliated/humbag) Quit (Quit: oops)
[2:20] * courrier (~courrier@49.208.185.81.rev.sfr.net) Quit (Ping timeout: 258 seconds)
[2:25] * RockKeyman (~RockKeyma@net-2-33-19-235.cust.dsl.teletu.it) Quit (Quit: Leaving)
[2:28] <frodox> Quozl`: well, thank you very much, after 5 hours I get it working :D
[2:29] <frodox> looks like I'm too tired (05 am here), because my fault was.. epic http://imgur.com/pn4C6Px
[2:30] <EpicKitty> I really neeed to change my highlight
[2:30] <EpicKitty> for some reason, epic pings me
[2:31] <frodox> ah, sorry :D
[2:31] <EpicKitty> np lol. My client's fault
[2:36] <frodox> Are there any reasons not to use GPIOzero python library?
[2:36] <Quozl`> frodox: oh oh, that's a good one.
[2:36] <Quozl`> frodox: it is true that breadboards lack connection datasheets.
[2:37] <Quozl`> frodox: i don't know enough about GPIOzero to answer, sorry. it would depend on the application. e.g. for a button, whether it polls or uses an edge detector, and if it polls how frequent the polls are.
[2:40] <frodox> Quozl`: hmm, for example, looks like it has build-in fake-pressed detection, and so on. Ok, thank you :-)
[2:41] <Quozl`> frodox: cool.
[2:42] * ChocolateTeapot (~i@unaffiliated/humbag) has joined #raspbian
[2:52] * skylite_ (~skylite@91EC6626.dsl.pool.telekom.hu) has joined #raspbian
[2:53] * acydlord (~acydlord@2600:8800:3381:2600:4473:5184:6fbc:2f46) Quit (Ping timeout: 241 seconds)
[2:55] * skylite (~skylite@91EC6603.dsl.pool.telekom.hu) Quit (Ping timeout: 252 seconds)
[2:58] * acydlord (~acydlord@2600:8800:3381:2600:4473:5184:6fbc:2f46) has joined #raspbian
[3:02] * mrz (~mrz@unaffiliated/mrz) Quit (Remote host closed the connection)
[3:02] * mrz (~mrz@pd907fdfa.dip0.t-ipconnect.de) has joined #raspbian
[3:02] * mrz (~mrz@pd907fdfa.dip0.t-ipconnect.de) Quit (Changing host)
[3:02] * mrz (~mrz@unaffiliated/mrz) has joined #raspbian
[3:03] * Colti (Miramar-FL@unaffiliated/colti) Quit (Excess Flood)
[3:04] * Colti (Miramar-FL@unaffiliated/colti) has joined #raspbian
[3:06] * Cast0077__ (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com) Quit (Quit: ~ Trillian - www.trillian.im ~)
[3:08] * humbag (~i@unaffiliated/humbag) has joined #raspbian
[3:10] * ChocolateTeapot (~i@unaffiliated/humbag) Quit (Quit: oops)
[3:14] * devslash (~devslash@unaffiliated/devslash) has joined #raspbian
[3:15] <devslash> whenever i reboot raspbian, i have to manually login and do eth0 up and dhclient eth0 before networking works again is there a way to automate this so i dont have to manually do it ?
[3:20] <Quozl`> whenever i reboot raspbian, all that happens automatically for me. which version of raspbian is it you are using? mine is 2016-11-25-raspbian-jessie.zip
[3:21] * devslash (~devslash@unaffiliated/devslash) Quit (Quit: Leaving)
[3:25] * jje (~quassel@unaffiliated/jje) Quit (Remote host closed the connection)
[3:29] * jje (~quassel@2001:470:7c:174:bd21:6a5c:fd4e:c9c9) has joined #raspbian
[3:29] * jje (~quassel@2001:470:7c:174:bd21:6a5c:fd4e:c9c9) Quit (Changing host)
[3:29] * jje (~quassel@unaffiliated/jje) has joined #raspbian
[3:29] <humbag> me too, even with jessie-lite
[3:32] <Quozl`> are there stretch images yet?
[3:36] <humbag> erm
[3:42] * humbag (~i@unaffiliated/humbag) Quit (Ping timeout: 258 seconds)
[3:46] <frodox> erm, I have problem with camera now.. like `mmal: No data received from sensor. Check all connections, including the Sunny one on the camera board` .. have anyone succeed with that error ?
[3:53] * drjam (~drjam@c122-108-230-17.ipswc3.qld.optusnet.com.au) has joined #raspbian
[3:56] <Quozl`> frodox: sorry, i've not delved into the camera yet.
[3:57] <frodox> Quozl`: it works fine on my RP2 B2, and it is new RP3 for another project with same SD.. it is strange, I'll test it back again
[3:59] * devslash (~devslash@unaffiliated/devslash) has joined #raspbian
[4:00] <devslash> im install xorg on my psi for the first time and want to try the new pixel desktop. can i just install the packages mentioned here: https://www.raspberrypi.org/forums/viewtopic.php?t=37564&p=312573 without installing lxde?
[4:01] <devslash> I mean the new pixel desktop is its own wm right ?
[4:03] * shootbird (~quassel@beepbeep.serverpit.com) Quit (Ping timeout: 248 seconds)
[4:08] * crappypunk (~david@2601:547:c00:8ee8:6483:f1af:14ff:d02b) Quit (Read error: Connection reset by peer)
[4:12] * frodox (~CLDX@176.195.17.112) Quit (Ping timeout: 248 seconds)
[4:13] * haudrauf_ (~haudrauf2@p200300C35BC74800133907CC1E54BB05.dip0.t-ipconnect.de) Quit (Ping timeout: 240 seconds)
[4:13] * shootbird (~quassel@beepbeep.serverpit.com) has joined #raspbian
[4:14] * stiv (~steve@blender/coder/stivs) Quit (Quit: Leaving)
[4:20] * haudrauf (~haudrauf2@p200300C35BC5C20018C43C74C7474CBA.dip0.t-ipconnect.de) has joined #raspbian
[4:23] * shakes (~shakes@172.98.67.118) has joined #raspbian
[4:30] <acydlord> its based on lxde
[4:31] <acydlord> you can try to get it up and runninng without the lxde packages, worst that will happen is it will gripe about depends
[4:35] * shakes (~shakes@172.98.67.118) Quit (Ping timeout: 245 seconds)
[4:36] * shakes (~shakes@172.98.67.17) has joined #raspbian
[4:38] * plugwash (~plugwash@97e3d8cc.skybroadband.com) Quit (Remote host closed the connection)
[4:41] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) has joined #raspbian
[4:46] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) Quit (Quit: Bye)
[5:00] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) has joined #raspbian
[5:04] * cyborg-one (~cyborg-on@188-115-168-107.broadband.tenet.odessa.ua) has joined #raspbian
[5:06] * ktwo (~ktwo@2a02:810d:ec0:9537:91c5:7c5b:fc8f:5b0e) Quit (Quit: Leaving)
[5:15] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) Quit (Quit: Bye)
[5:23] * devslash (~devslash@unaffiliated/devslash) Quit (Read error: Connection reset by peer)
[5:25] * devslash (~devslash@cpe-108-185-6-82.socal.res.rr.com) has joined #raspbian
[5:27] * cyborg-one (~cyborg-on@188-115-168-107.broadband.tenet.odessa.ua) Quit (Ping timeout: 258 seconds)
[5:27] * devslash (~devslash@cpe-108-185-6-82.socal.res.rr.com) Quit (Client Quit)
[5:36] * johefernan (~joheferna@187.153.14.217) Quit (Quit: Konversation terminated!)
[5:54] * teej (uid154177@gateway/web/irccloud.com/x-untduxzppehxupoy) Quit (Changing host)
[5:54] * teej (uid154177@unaffiliated/teej) has joined #raspbian
[5:54] * teej (uid154177@unaffiliated/teej) Quit (Changing host)
[5:54] * teej (uid154177@gateway/web/irccloud.com/x-untduxzppehxupoy) has joined #raspbian
[5:59] * teej (uid154177@gateway/web/irccloud.com/x-untduxzppehxupoy) Quit ()
[6:00] * vcolombo (~vcolombo@c-73-74-204-246.hsd1.il.comcast.net) has joined #raspbian
[6:00] * teej (uid154177@gateway/web/irccloud.com/x-zyqsnkngwazhqrrv) has joined #raspbian
[6:03] * Justanick (~Thunderbi@x4e3518d5.dyn.telefonica.de) Quit (Ping timeout: 246 seconds)
[6:05] * vcolombo (~vcolombo@c-73-74-204-246.hsd1.il.comcast.net) Quit (Ping timeout: 248 seconds)
[6:10] * shootbird (~quassel@beepbeep.serverpit.com) Quit (Ping timeout: 272 seconds)
[6:18] * shootbird (~quassel@beepbeep.serverpit.com) has joined #raspbian
[6:33] * echosystm (~echosystm@unaffiliated/echosystm) has joined #raspbian
[6:33] <echosystm> hi guys
[6:34] <echosystm> is there any way to use debootstrap from an x86 PC to make a custom raspbian image?
[6:34] <echosystm> i've done this many times for x86 computers, but never a pi
[6:39] <Quozl`> echosystm: i'm trying that right now. i've not found a way that is popular, and what i'm trying now is debootstrap.
[6:40] <Quozl`> echosystm: https://github.com/heinemml/build-raspbian-image is what i'm looking at right now, which is possibly a rpi based car audio system with a touchscreen ... not what i want, but i've removed those bits.
[6:41] <Quozl`> echosystm: the key in this, and in some other attempts, seems to be to use --foreign for debootstrap and allow qemu to emulate the arm for the second stage execution.
[6:41] <Quozl`> echosystm: i wish i know how raspberry pi foundation makes their raspbian images; then i'd just copy what they do.
[6:42] <echosystm> yeah
[6:42] <echosystm> i'm thinking i might just buy an external sd card reader and do the debootstrap from the pi itself
[6:43] <echosystm> that way i don't have to mess around with QEMU or serial etc
[6:43] <Quozl`> i'm doing that with a USB SDD at the moment.
[6:43] <Quozl`> then i'll need to copy the result onto an sd card.
[6:43] <echosystm> cool
[6:43] <echosystm> the bootloader is the main difference from an x86 pc right?
[6:44] <echosystm> i mean when i debootstrap for a normal PC, i just install grub and it's all done
[6:45] <Quozl`> well, that's because the pc firmware can't read the filesystem. on rpi, the firmware can read the filesystem, so is technically easier but just different.
[6:46] <Quozl`> grub shouldn't be needed, but pc industry can't be bothered it seems to use uefi extensively. ;-)
[6:46] <Quozl`> (uefi can read fat.)
[6:53] <echosystm> ok i gotta run but hopefully i can catch you on here another time and get you to explain this to me haha
[6:53] <echosystm> thanks
[6:53] <echosystm> cya
[6:53] * echosystm (~echosystm@unaffiliated/echosystm) Quit (Quit: leaving)
[7:55] <ShorTie> there is my_pi_os that debootstrap for the pi, but must be run on a pi
[7:56] <ShorTie> it's a simple script
[7:57] <ShorTie> the foundation uses spindle to make there images
[8:44] * jfil (4f917b6d@gateway/web/freenode/ip.79.145.123.109) has joined #raspbian
[8:44] <jfil> hello
[8:45] <jfil> i wonder how smooth is raspbian with 1080 youtube videos
[8:45] <jfil> sorry for my english :(
[8:46] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) has joined #raspbian
[8:47] <ShorTie> 720 is the best most get
[8:50] <jfil> thank you shortie, so 1080 is pixelated most time?
[8:50] <jfil> i mean with a raspberry pi 3, of course
[8:51] <lordievader> Don't think it is pixelated, but stuttery.
[8:51] <ShorTie> like just not enough usb bandwidth for 1080
[8:53] <jfil> bandwidth, really? I have read about openelec/libreelec/osmc and they say it's fine
[8:54] <jfil> i understand, lordievader
[8:54] <lordievader> You mentioned youtube ;) then yes, bandwith of the usb bus matters. The eth port shares its bandwith with the usb bus.
[8:55] <jfil> yes, i know that, but what about other os like libreelec?
[8:55] <jfil> are they most dedicated?
[8:55] * jje (~quassel@unaffiliated/jje) Quit (Ping timeout: 258 seconds)
[8:58] <Wizard> lordievader: What about wifi bandwith on pi?
[9:00] * jje (~quassel@unaffiliated/jje) has joined #raspbian
[9:01] * th0r (~th0r@tx-184-7-56-237.dhcp.embarqhsd.net) Quit (Quit: Bye)
[9:03] <lordievader> Wizard: What about it?
[9:03] <Wizard> Never mind ;)
[9:03] <Wizard> Currently I need to fix resolution on my weird screen
[9:12] * Flashtek (~NeilStone@unaffiliated/flashtek) Quit (Remote host closed the connection)
[9:18] * ChocolateTeapot (~i@unaffiliated/humbag) has joined #raspbian
[9:19] * jfil (4f917b6d@gateway/web/freenode/ip.79.145.123.109) Quit (Ping timeout: 260 seconds)
[9:20] * skylite_ is now known as skylite
[9:23] * marshal0505 is now known as onomatopoeia-man
[9:24] * onomatopoeia-man is now known as marshal0505
[9:25] * NicoHood (~arch@ip-178-201-121-230.hsi08.unitymediagroup.de) has joined #raspbian
[9:30] <chisight> YouTube works best by downloading and playing the files in omxplayer, there is an android front end to simplify doing that called raspicast.
[9:32] <chisight> 1080p is no issue for omxplayer (and raspicast) with any pi, even the old ones or the pi zero.
[9:33] <Wizard> You run Android on pi?
[9:33] <chisight> Wizard: no.
[9:34] <chisight> i run android on my phone. it casts the YouTube to my pi and the bigscreen tv at 1080p.
[9:34] <chisight> once the video is started, the phone is no longer involved, it can even be turned off and the video keeps playing.
[9:35] <Wizard> Jesus… I’m wondering why someone would like to complicate life so much
[9:36] * ams__ (uid48118@gateway/web/irccloud.com/x-csxujbrwuptwjsim) has joined #raspbian
[9:36] <chisight> because chrome isn't accelerated and so youtube doesn't work in it very well.
[9:38] <chisight> it works quite well, i can even click a YouTube link in here and it pops up on the big screen. works even when I'm on the other side of the world from the tv.
[9:39] <chisight> (ok, I've never actually done it from more than a little over 1000 miles away)
[9:43] * kraptv (~tvkrap@unaffiliated/kraptv) Quit (Ping timeout: 260 seconds)
[9:51] * kraptv (~tvkrap@unaffiliated/kraptv) has joined #raspbian
[9:52] * Arlenx (~Arlenx@212.116.164.29.static.012.net.il) has joined #raspbian
[9:57] * jfil (4f917b6d@gateway/web/freenode/ip.79.145.123.109) has joined #raspbian
[10:03] * ChocolateTeapot (~i@unaffiliated/humbag) Quit (Quit: oops)
[10:04] * jfil (4f917b6d@gateway/web/freenode/ip.79.145.123.109) Quit (Ping timeout: 260 seconds)
[10:38] * nadir (uid134094@gateway/web/irccloud.com/x-bvubngpzbcawdtgc) Quit (Quit: Connection closed for inactivity)
[10:41] * johnnyfive (~johnnyfiv@unaffiliated/isalive) Quit (Ping timeout: 245 seconds)
[10:50] * Justanick (~Thunderbi@x4e3518d5.dyn.telefonica.de) has joined #raspbian
[10:53] * nadir (uid134094@gateway/web/irccloud.com/x-rqzcbttzmudkmata) has joined #raspbian
[11:05] * johnnyfive (~johnnyfiv@unaffiliated/isalive) has joined #raspbian
[11:10] * RockKeyman (~RockKeyma@net-2-33-19-235.cust.dsl.teletu.it) has joined #raspbian
[11:14] * outofsorts (~outofsort@104.254.90.195) Quit (Ping timeout: 265 seconds)
[11:19] * outofsorts (~outofsort@104.254.90.195) has joined #raspbian
[11:20] * toligniew (uid124725@gateway/web/irccloud.com/x-eiocdtcowslgmuho) has left #raspbian
[11:32] * ChocolateTeapot (~i@unaffiliated/humbag) has joined #raspbian
[11:34] * outofsorts (~outofsort@104.254.90.195) Quit (Ping timeout: 248 seconds)
[11:39] * shiftplusone (~shift@unaffiliated/shiftplusone) has joined #raspbian
[11:41] * outofsorts (~outofsort@104.254.90.195) has joined #raspbian
[11:44] * johnnyfive (~johnnyfiv@unaffiliated/isalive) Quit (Ping timeout: 248 seconds)
[11:56] * johnnyfive (~johnnyfiv@50.35.66.7) has joined #raspbian
[11:56] * johnnyfive (~johnnyfiv@50.35.66.7) Quit (Changing host)
[11:56] * johnnyfive (~johnnyfiv@unaffiliated/isalive) has joined #raspbian
[12:00] * BCMM (~BCMM@unaffiliated/bcmm) has joined #raspbian
[12:11] * ChocolateTeapot (~i@unaffiliated/humbag) Quit (Quit: oops)
[12:13] * ChocolateTeapot (~i@unaffiliated/humbag) has joined #raspbian
[12:26] * zathras (~Zzzzzzzzz@62-251-21-6.ip.xs4all.nl) has joined #raspbian
[12:29] * ams__ (uid48118@gateway/web/irccloud.com/x-csxujbrwuptwjsim) Quit (Quit: Connection closed for inactivity)
[12:36] * Dan-NS27x (~server@c-71-62-100-44.hsd1.va.comcast.net) has joined #raspbian
[12:43] * Cast0077_ (~Cast0077@24-181-179-41.dhcp.nwtn.ct.charter.com) has joined #raspbian
[12:49] * drjam (~drjam@c122-108-230-17.ipswc3.qld.optusnet.com.au) Quit (Quit: Leaving for Mars, bbs)
[12:51] * acydlord (~acydlord@2600:8800:3381:2600:4473:5184:6fbc:2f46) Quit (Ping timeout: 245 seconds)
[12:53] * johnnyfive (~johnnyfiv@unaffiliated/isalive) Quit (Ping timeout: 272 seconds)
[12:54] * acydlord (~acydlord@2600:8800:3381:2600:4473:5184:6fbc:2f46) has joined #raspbian
[13:01] * ChocolateTeapot (~i@unaffiliated/humbag) Quit (Quit: oops)
[13:08] * stiv (~steve@blender/coder/stivs) has joined #raspbian
[13:10] * johnnyfive (~johnnyfiv@unaffiliated/isalive) has joined #raspbian
[13:11] * BCMM (~BCMM@unaffiliated/bcmm) Quit (Quit: Konversation terminated!)
[13:23] * Cast0077_ (~Cast0077@24-181-179-41.dhcp.nwtn.ct.charter.com) Quit (Quit: ~ Trillian - www.trillian.im ~)
[13:25] * johnnyfive (~johnnyfiv@unaffiliated/isalive) Quit (Ping timeout: 246 seconds)
[13:25] * Mia (~Mia@unaffiliated/mia) Quit (Ping timeout: 265 seconds)
[13:25] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Ping timeout: 265 seconds)
[13:26] * Mia (~Mia@88.227.163.37) has joined #raspbian
[13:26] * Mia (~Mia@88.227.163.37) Quit (Changing host)
[13:26] * Mia (~Mia@unaffiliated/mia) has joined #raspbian
[13:27] * Axy (~Mia@unaffiliated/mia) has joined #raspbian
[13:27] * Justanick (~Thunderbi@x4e3518d5.dyn.telefonica.de) Quit (Quit: Justanick)
[13:29] * johnnyfive (~johnnyfiv@50.35.66.7) has joined #raspbian
[13:29] * johnnyfive (~johnnyfiv@50.35.66.7) Quit (Changing host)
[13:29] * johnnyfive (~johnnyfiv@unaffiliated/isalive) has joined #raspbian
[13:31] * Mia (~Mia@unaffiliated/mia) Quit (Ping timeout: 245 seconds)
[13:33] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 272 seconds)
[13:36] * Axy (~Mia@unaffiliated/mia) Quit (Ping timeout: 245 seconds)
[13:37] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[13:39] * Mia (~Mia@unaffiliated/mia) has joined #raspbian
[13:40] * Hallo32 (~Thunderbi@x4e3518d5.dyn.telefonica.de) has joined #raspbian
[13:42] * ragedragon (~ragedrago@hus54-1-78-214-148-27.fbx.proxad.net) Quit (Quit: ragedragon)
[13:42] * Cast0077_ (~Cast0077@24-181-179-41.dhcp.nwtn.ct.charter.com) has joined #raspbian
[13:42] * muelli (~muelli@2a02:2028:75a:2b01:395b:fb18:eb7c:5b3d) has joined #raspbian
[13:54] * lemonzest (~lemonzest@unaffiliated/lemonzest) has joined #raspbian
[14:00] * cyborg-one (~cyborg-on@188-115-168-107.broadband.tenet.odessa.ua) has joined #raspbian
[14:01] * ChocolateTeapot (~i@unaffiliated/humbag) has joined #raspbian
[14:07] * Obi-Wan (~obi-wan@unaffiliated/obi-wan) Quit (Ping timeout: 256 seconds)
[14:09] * superslacker (~superslac@S0106001a4d5acdf9.cg.shawcable.net) Quit (Ping timeout: 268 seconds)
[14:14] * superslacker (~superslac@S0106001a4d5acdf9.cg.shawcable.net) has joined #raspbian
[14:20] * ams__ (uid48118@gateway/web/irccloud.com/x-ulralksbbuqidqua) has joined #raspbian
[14:31] * ktwo (~ktwo@ipb21bc560.dynamic.kabel-deutschland.de) has joined #raspbian
[14:35] * gmh (glenn@hinderaker.com) Quit (Ping timeout: 245 seconds)
[14:35] * ktwo (~ktwo@ipb21bc560.dynamic.kabel-deutschland.de) Quit (Read error: Connection reset by peer)
[14:36] * shakes (~shakes@172.98.67.17) Quit (Quit: Leaving)
[14:36] * ktwo (~ktwo@ipb21bc560.dynamic.kabel-deutschland.de) has joined #raspbian
[14:50] * gmh (glenn@hinderaker.com) has joined #raspbian
[14:59] * vcolombo (~vcolombo@cip-248.trustwave.com) has joined #raspbian
[15:07] * vcolombo (~vcolombo@cip-248.trustwave.com) Quit ()
[15:09] * vcolombo (~vcolombo@cip-248.trustwave.com) has joined #raspbian
[15:10] * atouk_ (~atouk@ool-4572ac23.dyn.optonline.net) has joined #raspbian
[15:13] * Hallo32 (~Thunderbi@x4e3518d5.dyn.telefonica.de) Quit (Ping timeout: 258 seconds)
[15:13] * cyborg-one (~cyborg-on@188-115-168-107.broadband.tenet.odessa.ua) Quit (Ping timeout: 258 seconds)
[15:13] * atouk (~atouk@ool-4572ac23.dyn.optonline.net) Quit (Ping timeout: 258 seconds)
[15:13] * Hallo32 (~Thunderbi@x4e3518d5.dyn.telefonica.de) has joined #raspbian
[15:14] * cyborg-one (~cyborg-on@188-115-168-107.broadband.tenet.odessa.ua) has joined #raspbian
[15:26] * Seven_Six_Two (~Seven_Six@unaffiliated/seven-six-two/x-9832417) Quit (Ping timeout: 258 seconds)
[15:26] * Arlenx (~Arlenx@212.116.164.29.static.012.net.il) Quit (Ping timeout: 246 seconds)
[15:28] * Seven_Six_Two (~Seven_Six@pisces.whatbox.ca) has joined #raspbian
[15:31] * taza (~taza@unaffiliated/taza) has joined #raspbian
[15:41] * Print (b00baddb@gateway/web/freenode/ip.176.11.173.219) has joined #raspbian
[15:46] * Print (b00baddb@gateway/web/freenode/ip.176.11.173.219) Quit (Ping timeout: 260 seconds)
[15:49] * zGrr (~Grr@83.137.1.221) has joined #raspbian
[15:52] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[15:52] * muelli (~muelli@2a02:2028:75a:2b01:395b:fb18:eb7c:5b3d) Quit (Ping timeout: 245 seconds)
[15:58] * tobinski (~tobinski@p200300D363C5280064D1E7C69FC5BB22.dip0.t-ipconnect.de) has joined #raspbian
[16:00] * tobinski_ (~tobinski@p200300D363C5280064D1E7C69FC5BB22.dip0.t-ipconnect.de) has joined #raspbian
[16:00] * tobinski_ (~tobinski@p200300D363C5280064D1E7C69FC5BB22.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[16:01] * tobinski (~tobinski@p200300D363C5280064D1E7C69FC5BB22.dip0.t-ipconnect.de) Quit (Client Quit)
[16:08] * zathras (~Zzzzzzzzz@62-251-21-6.ip.xs4all.nl) Quit (Ping timeout: 246 seconds)
[16:16] * zathras (~Zzzzzzzzz@62-251-21-6.ip.xs4all.nl) has joined #raspbian
[16:23] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[16:24] * NoCode (~NoCode@unaffiliated/nocode) Quit (Quit: brb)
[16:24] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[16:25] * NoCode (~NoCode@unaffiliated/nocode) has joined #raspbian
[16:31] * BoredSysadmin (6023aaf2@gateway/web/freenode/ip.96.35.170.242) has joined #raspbian
[16:32] * zathras (~Zzzzzzzzz@62-251-21-6.ip.xs4all.nl) Quit (Read error: Connection reset by peer)
[16:32] * BoredSysadmin is now known as BoredSysadmin96
[16:32] <BoredSysadmin96> Ello
[16:33] * Hallo32 (~Thunderbi@x4e3518d5.dyn.telefonica.de) Quit (Remote host closed the connection)
[16:34] * Vorpal (~Vorpal@unaffiliated/vorpal) Quit (Ping timeout: 248 seconds)
[16:35] <BoredSysadmin96> Quick Question: I have a lamp that I want to turn on from 6am-8am and then again at 4pm-10pm obviously a relay but new to the pi scene any help?
[16:37] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[16:40] * Vorpal (~Vorpal@c83-253-244-64.bredband.comhem.se) has joined #raspbian
[16:40] <ChocolateTeapot> cron
[16:40] * Vorpal (~Vorpal@c83-253-244-64.bredband.comhem.se) Quit (Changing host)
[16:40] * Vorpal (~Vorpal@unaffiliated/vorpal) has joined #raspbian
[16:49] * tobinski (~tobinski@p200300D363C52800CDAB1B0BE0ECC63D.dip0.t-ipconnect.de) has joined #raspbian
[16:49] * ams__ (uid48118@gateway/web/irccloud.com/x-ulralksbbuqidqua) Quit (Quit: Connection closed for inactivity)
[16:50] <BoredSysadmin96> Cron?
[16:50] * tobinski (~tobinski@p200300D363C52800CDAB1B0BE0ECC63D.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[16:51] * tobinski (~tobinski@p200300D363C52800CDAB1B0BE0ECC63D.dip0.t-ipconnect.de) has joined #raspbian
[16:51] <BoredSysadmin96> Oh dur why didnt I think of that...Thanks
[16:51] * BoredSysadmin96 (6023aaf2@gateway/web/freenode/ip.96.35.170.242) Quit (Quit: Page closed)
[16:51] * tobinski (~tobinski@p200300D363C52800CDAB1B0BE0ECC63D.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[16:53] * tobinski (~tobinski@p200300D363C52800CDAB1B0BE0ECC63D.dip0.t-ipconnect.de) has joined #raspbian
[17:01] * int3nz0r (~int3nz0r@541A8E1B.cm-5-3c.dynamic.ziggo.nl) has joined #raspbian
[17:01] * ams__ (uid48118@gateway/web/irccloud.com/x-zgkzkemsbfieujxx) has joined #raspbian
[17:03] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Quit: Leaving...)
[17:05] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[17:05] * NicoHood (~arch@ip-178-201-121-230.hsi08.unitymediagroup.de) has left #raspbian
[17:05] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) Quit (Ping timeout: 258 seconds)
[17:10] * cyborg-one (~cyborg-on@188-115-168-107.broadband.tenet.odessa.ua) Quit (Quit: cyborg-one)
[17:11] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) has joined #raspbian
[17:13] * XpineX (~xpinex@89.239.215.117) has joined #raspbian
[17:14] * Bassie_ (~Bassie@c-319571d5.021-266-73746f39.cust.bredbandsbolaget.se) has joined #raspbian
[17:23] * marshal0505 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[17:25] * Datalink (~Datalink@unaffiliated/datalink) Quit (Quit: Datalink offline)
[17:25] * Bassie_ (~Bassie@c-319571d5.021-266-73746f39.cust.bredbandsbolaget.se) Quit (Remote host closed the connection)
[17:33] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Ping timeout: 248 seconds)
[17:39] * ejb (~ejb@unaffiliated/ejb) has joined #raspbian
[17:40] * marshal0505 (~marshal05@81.171.59.141) has joined #raspbian
[17:40] * marshal0505 (~marshal05@81.171.59.141) Quit (Changing host)
[17:40] * marshal0505 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[17:43] * int3nz0r (~int3nz0r@541A8E1B.cm-5-3c.dynamic.ziggo.nl) Quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[17:48] * rominronin (~rominroni@195-230-56-124.adsl.highway.telekom.at) has joined #raspbian
[17:52] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[17:57] * knicklux (~knicklux@HSI-KBW-046-005-013-204.hsi8.kabel-badenwuerttemberg.de) has joined #raspbian
[18:00] * humbag (~i@unaffiliated/humbag) has joined #raspbian
[18:05] * humbag (~i@unaffiliated/humbag) Quit (Quit: oops)
[18:15] * wvdakker_ (~wvdakker@mail.wilsoft.nl) has joined #raspbian
[18:21] * wvdakker_ (~wvdakker@mail.wilsoft.nl) Quit (Ping timeout: 272 seconds)
[18:22] * musnik (musnik@gateway/shell/devio.us/x-fcrqbkdhbdjphene) Quit (Ping timeout: 258 seconds)
[18:29] * wvdakker_ (~wvdakker@mail.wilsoft.nl) has joined #raspbian
[18:34] * ejb (~ejb@unaffiliated/ejb) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[18:35] * zGrr (~Grr@83.137.1.221) Quit (Remote host closed the connection)
[18:35] * bizarro_1 (~bizarro_1@235.red-88-5-41.dynamicip.rima-tde.net) has joined #raspbian
[18:45] * ejb (~ejb@unaffiliated/ejb) has joined #raspbian
[18:45] * lemonzest (~lemonzest@unaffiliated/lemonzest) Quit (Quit: Leaving)
[18:46] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[18:46] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[18:47] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) Quit (Client Quit)
[18:47] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[18:52] * Cast0077_ (~Cast0077@24-181-179-41.dhcp.nwtn.ct.charter.com) Quit (Quit: ~ Trillian - www.trillian.im ~)
[18:54] * markedathome (~markedath@unaffiliated/markedathome) has joined #raspbian
[18:56] * NicoHood (~arch@dyn-0010814a3e8412c26ecc.subraum.nobodies.club) has joined #raspbian
[18:56] * Hallo32 (~Thunderbi@x50ab8524.dyn.telefonica.de) has joined #raspbian
[19:02] * ejb (~ejb@unaffiliated/ejb) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[19:13] * ejb (~ejb@unaffiliated/ejb) has joined #raspbian
[19:14] * Cast0077_ (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com) has joined #raspbian
[19:19] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[19:31] * edge226 (~quassel@unaffiliated/edge226) has joined #raspbian
[19:33] * Sonar_Guy (~Who@fedora/sonarguy) Quit (Ping timeout: 248 seconds)
[19:36] * bizarro_1 (~bizarro_1@235.red-88-5-41.dynamicip.rima-tde.net) Quit (*.net *.split)
[19:36] * mikeiniowa (~py@ool-1826eaa1.dyn.optonline.net) Quit (*.net *.split)
[19:36] * teclo- (42@unaffiliated/teclo) Quit (*.net *.split)
[19:36] * jamesl (jamesl@2ProIntl/Users/jamesl.tk/jamesl) Quit (*.net *.split)
[19:36] * tuvok (tuvok@ns1.ph-is.de) Quit (*.net *.split)
[19:36] * AJ_Z0 (~AJ_Z0@pdpc/supporter/professional/ajz0) Quit (*.net *.split)
[19:36] * dano5 (~dano5@123.109-247-22.customer.lyse.net) Quit (*.net *.split)
[19:36] * ruben-ikmaak (~ikmaak@541F7D85.cm-5-8b.dynamic.ziggo.nl) Quit (*.net *.split)
[19:36] * lazybear (~lazybear@radium.atom.fi) Quit (*.net *.split)
[19:36] * phryk (~phryk@ip-37-24-162-208.hsi14.unitymediagroup.de) Quit (*.net *.split)
[19:36] * distantorigin (~distantor@168.235.91.52) Quit (*.net *.split)
[19:36] * mB_PiBox (~mB-PiBox@bouncer.host) Quit (*.net *.split)
[19:36] * marmotworks (~marmotwor@66-90-214-102.dyn.grandenetworks.net) Quit (*.net *.split)
[19:36] * frals (~frals@Maemo/community/contributor/frals) Quit (*.net *.split)
[19:36] * xtort-_ (~xtort-@163-182-169-86.static.as40244.net) Quit (*.net *.split)
[19:36] * commandoline (~commandol@ubuntu/member/commandoline) Quit (*.net *.split)
[19:36] * lool (~lool@debian/developer/lool) Quit (*.net *.split)
[19:36] * tru_tru (~tru@atsukau.bis.pasteur.fr) Quit (*.net *.split)
[19:36] * vdg (~vdg@unaffiliated/vdg) Quit (*.net *.split)
[19:36] * frals_ (~frals@c151-177-16-163.bredband.comhem.se) has joined #raspbian
[19:36] * mB-PiBox (~mB-PiBox@bouncer.host) has joined #raspbian
[19:36] * tuvok (tuvok@ns1.ph-is.de) has joined #raspbian
[19:36] * ikmaak (~ikmaak@541F7D85.cm-5-8b.dynamic.ziggo.nl) has joined #raspbian
[19:36] * tru_tru (~tru@atsukau.bis.pasteur.fr) has joined #raspbian
[19:36] * lool (~lool@pig2.dooz.org) has joined #raspbian
[19:36] * phryk (~phryk@ip-37-24-162-208.hsi14.unitymediagroup.de) has joined #raspbian
[19:36] * distantorigin (~distantor@168.235.91.52) has joined #raspbian
[19:36] * teclo- (~teclo-@77.109.115.11.adsl.dyn.edpnet.net) has joined #raspbian
[19:36] * lazybear (~lazybear@radium.atom.fi) has joined #raspbian
[19:36] * lool (~lool@pig2.dooz.org) Quit (Changing host)
[19:36] * lool (~lool@debian/developer/lool) has joined #raspbian
[19:36] * teclo- (~teclo-@77.109.115.11.adsl.dyn.edpnet.net) Quit (Changing host)
[19:36] * teclo- (~teclo-@unaffiliated/teclo) has joined #raspbian
[19:36] * dano5 (~dano5@123.109-247-22.customer.lyse.net) has joined #raspbian
[19:36] * AJ_Z0 (~AJ_Z0@pool-71-114-78-135.washdc.fios.verizon.net) has joined #raspbian
[19:36] * AJ_Z0 (~AJ_Z0@pool-71-114-78-135.washdc.fios.verizon.net) Quit (Changing host)
[19:36] * AJ_Z0 (~AJ_Z0@pdpc/supporter/professional/ajz0) has joined #raspbian
[19:37] * jamesl (jamesl@gateway/shell/insomnia247/x-yvzofaudshibyano) has joined #raspbian
[19:37] * Arlenx (~Arlenx@212.116.164.29.static.012.net.il) has joined #raspbian
[19:40] * xtort- (~xtort-@163-182-169-86.static.as40244.net) has joined #raspbian
[19:41] * vdg (~vdg@unaffiliated/vdg) has joined #raspbian
[19:41] * Sonar_Guy (~Who@fedora/sonarguy) has joined #raspbian
[20:03] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Ping timeout: 256 seconds)
[20:03] * Hallo32 (~Thunderbi@x50ab8524.dyn.telefonica.de) Quit (Ping timeout: 245 seconds)
[20:05] * marshal0505 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[20:12] * r3m (~r3m@irssi/user/r3m) has left #raspbian
[20:13] * rominronin (~rominroni@195-230-56-124.adsl.highway.telekom.at) Quit (Remote host closed the connection)
[20:14] * Hallo32 (~Thunderbi@x50ab01a9.dyn.telefonica.de) has joined #raspbian
[20:16] * Tachaway (tachyon@yuna.autie.net) Quit (Quit: ZNC - http://znc.in)
[20:16] * Binary_Rain (~Binary_Ra@ip72-201-162-132.ph.ph.cox.net) has joined #raspbian
[20:19] * ejb (~ejb@unaffiliated/ejb) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[20:29] * int3nz0r (~int3nz0r@541A8E1B.cm-5-3c.dynamic.ziggo.nl) has joined #raspbian
[20:30] * Dan-NS27x (~server@c-71-62-100-44.hsd1.va.comcast.net) Quit (Quit: leaving)
[20:33] * XpineX (~xpinex@89.239.215.117) Quit (Ping timeout: 248 seconds)
[20:34] * ejb (~ejb@unaffiliated/ejb) has joined #raspbian
[20:36] * TheSilentLink (~TheSilent@unaffiliated/thesilentlink) Quit (Ping timeout: 260 seconds)
[20:38] * shootbird (~quassel@beepbeep.serverpit.com) Quit (Ping timeout: 246 seconds)
[20:45] * spinza (~spin@196.212.164.26) Quit (Quit: Coyote finally caught up with me...)
[20:46] * shootbird (~quassel@beepbeep.serverpit.com) has joined #raspbian
[20:54] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Ping timeout: 248 seconds)
[20:55] * Tachaway (tachyon@yuna.autie.net) has joined #raspbian
[20:59] <Quozl`> ShorTie: thanks. [re: build methods]
[21:00] * Kymru (~Kymru@host86-167-84-245.range86-167.btcentralplus.com) has left #raspbian
[21:01] * marshal0505 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[21:03] * teclo- (~teclo-@unaffiliated/teclo) Quit (Quit: Reconnecting)
[21:04] * teclo- (42@unaffiliated/teclo) has joined #raspbian
[21:04] * rominronin (~rominroni@195-230-56-124.adsl.highway.telekom.at) has joined #raspbian
[21:04] * rominronin (~rominroni@195-230-56-124.adsl.highway.telekom.at) Quit (Remote host closed the connection)
[21:14] * Hallo32 (~Thunderbi@x50ab01a9.dyn.telefonica.de) Quit (Ping timeout: 258 seconds)
[21:15] * spinza (~spin@196.212.164.26) has joined #raspbian
[21:15] * Hallo32 (~Thunderbi@x50ab5175.dyn.telefonica.de) has joined #raspbian
[21:18] * wvdakker (~wvdakker@mail.wilsoft.nl) has joined #raspbian
[21:18] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Remote host closed the connection)
[21:19] * wvdakker_ (~wvdakker@mail.wilsoft.nl) Quit (Ping timeout: 272 seconds)
[21:20] * int3nz0r (~int3nz0r@541A8E1B.cm-5-3c.dynamic.ziggo.nl) Quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:20] * XpineX (~xpinex@89.239.208.92) has joined #raspbian
[21:20] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[21:21] * Hobbyboy (Hobbyboy@gateway/shell/panicbnc/x-xjqluwzxrsdhuond) Quit (Ping timeout: 260 seconds)
[21:23] * wvdakker (~wvdakker@mail.wilsoft.nl) Quit (Ping timeout: 245 seconds)
[21:24] * marshal0505 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[21:24] * ChunkzZ (uid181322@gateway/web/irccloud.com/x-zmqhrifsxzcoxasp) has joined #raspbian
[21:24] * ChunkzZ (uid181322@gateway/web/irccloud.com/x-zmqhrifsxzcoxasp) Quit (Changing host)
[21:24] * ChunkzZ (uid181322@unaffiliated/chunkzz) has joined #raspbian
[21:24] * ChunkzZ (uid181322@unaffiliated/chunkzz) Quit (Changing host)
[21:24] * ChunkzZ (uid181322@gateway/web/irccloud.com/x-zmqhrifsxzcoxasp) has joined #raspbian
[21:25] * Hallo32 (~Thunderbi@x50ab5175.dyn.telefonica.de) Quit (Read error: Connection reset by peer)
[21:27] * osx (osx@gateway/shell/elitebnc/x-wmdalhqkvjomytmu) Quit (Ping timeout: 268 seconds)
[21:27] * Hallo32 (~Thunderbi@x4e329624.dyn.telefonica.de) has joined #raspbian
[21:32] * XpineX (~xpinex@89.239.208.92) Quit (Ping timeout: 256 seconds)
[21:33] * osx (osx@gateway/shell/elitebnc/x-ncdyxgqmufivawbb) has joined #raspbian
[21:42] * Hobbyboy (Hobbyboy@gateway/shell/panicbnc/x-djnmwrnolsdoleec) has joined #raspbian
[21:44] * XpineX (~xpinex@89.239.208.92) has joined #raspbian
[21:47] * Hallo32 (~Thunderbi@x4e329624.dyn.telefonica.de) Quit (Read error: Connection reset by peer)
[21:48] * spinza (~spin@196.212.164.26) Quit (Quit: Coyote finally caught up with me...)
[21:53] * Justanick (~Thunderbi@x50ab6a59.dyn.telefonica.de) has joined #raspbian
[21:59] * XpineX (~xpinex@89.239.208.92) Quit (Remote host closed the connection)
[22:01] * ejb (~ejb@unaffiliated/ejb) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[22:02] * XpineX (~xpinex@89.239.208.92) has joined #raspbian
[22:17] * nadir is now known as nadir|mobile
[22:24] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[22:27] * hanfm (~Thunderbi@x4db66fd6.dyn.telefonica.de) has joined #raspbian
[22:28] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[22:29] * Poxx (~pi@c-69-249-128-244.hsd1.pa.comcast.net) has joined #raspbian
[22:31] * Arlenx (~Arlenx@212.116.164.29.static.012.net.il) Quit (Quit: Leaving)
[22:33] * Poxx (~pi@c-69-249-128-244.hsd1.pa.comcast.net) has left #raspbian
[22:37] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[22:38] * plugwash (~plugwash@2a02:c7f:ba07:a300:f5e2:a1e3:b5d:abd4) has joined #raspbian
[22:38] * ChanServ sets mode +o plugwash
[22:40] * sqvirrel (4c7e8cf3@gateway/web/freenode/ip.76.126.140.243) Quit (Ping timeout: 260 seconds)
[22:41] * spinza (~spin@196.212.164.26) has joined #raspbian
[22:44] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[22:46] * mikeiniowa (~py@ool-1826eaa1.dyn.optonline.net) has joined #raspbian
[22:51] * ejb (~ejb@unaffiliated/ejb) has joined #raspbian
[22:52] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[22:53] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Remote host closed the connection)
[22:53] * marshal0505 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[22:57] * plugwash (~plugwash@2a02:c7f:ba07:a300:f5e2:a1e3:b5d:abd4) Quit (Ping timeout: 258 seconds)
[22:59] * vcolombo (~vcolombo@cip-248.trustwave.com) Quit (Ping timeout: 245 seconds)
[23:01] * Hallo32 (~Thunderbi@x50ab6a59.dyn.telefonica.de) has joined #raspbian
[23:09] * plugwash (~plugwash@2a02:c7f:ba07:a300:b17b:e5fc:2974:2068) has joined #raspbian
[23:09] * ChanServ sets mode +o plugwash
[23:11] * ejb (~ejb@unaffiliated/ejb) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[23:12] * Aranel (~Aranel@unaffiliated/aranel) Quit (Ping timeout: 246 seconds)
[23:16] * rafaeldelucena (~Rafael@177.130.237.128) has joined #raspbian
[23:17] * b0n (~b0nnie@c-24-5-47-4.hsd1.ca.comcast.net) has joined #raspbian
[23:17] * Aranel[Pi] (~Aranel@unaffiliated/aranel) has joined #raspbian
[23:18] <b0n> im trying to add the pixel desktop to an existing installation but it says its unable to locate the packages
[23:19] * Aranel[Pi] is now known as Aranel
[23:19] * jdawgaz (~Jerry@ip70-176-27-239.ph.ph.cox.net) has joined #raspbian
[23:25] * outofsorts (~outofsort@104.254.90.195) Quit (Ping timeout: 248 seconds)
[23:26] * plugwash (~plugwash@2a02:c7f:ba07:a300:b17b:e5fc:2974:2068) Quit (Ping timeout: 245 seconds)
[23:27] * ejb (~ejb@unaffiliated/ejb) has joined #raspbian
[23:31] * b0n (~b0nnie@c-24-5-47-4.hsd1.ca.comcast.net) has left #raspbian
[23:33] * outofsorts (~outofsort@104.254.90.195) has joined #raspbian
[23:38] * plugwash (~plugwash@2a02:c7f:ba07:a300:b957:c709:e4f:99fd) has joined #raspbian
[23:38] * ChanServ sets mode +o plugwash
[23:40] * cagomez (~cagomez@h-69-3-119-202.lsan.ca.dynamic.globalcapacity.com) has joined #raspbian
[23:41] * XpineX (~xpinex@89.239.208.92) Quit (Ping timeout: 272 seconds)
[23:42] * knicklux (~knicklux@HSI-KBW-046-005-013-204.hsi8.kabel-badenwuerttemberg.de) Quit (Quit: Leaving)
[23:45] * muelli (~muelli@2a02:2028:75a:2b01:395b:fb18:eb7c:5b3d) has joined #raspbian
[23:45] * outofsorts (~outofsort@104.254.90.195) Quit (Ping timeout: 248 seconds)
[23:49] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Read error: Connection reset by peer)
[23:51] * outofsorts (~outofsort@104.254.90.195) has joined #raspbian
[23:52] <acydlord> they have specific instructions on the raspbian blog for installing it on existing installs
[23:53] * DropItLikeItsHot (~AfroThund@c-73-39-115-171.hsd1.md.comcast.net) Quit (Ping timeout: 248 seconds)
[23:54] * AfroThundr (~AfroThund@2601:147:c000:b824:4411:741f:fe83:82ed) has joined #raspbian
[23:54] * alex1a (~alex1a@a85-138-156-155.cpe.netcabo.pt) has joined #raspbian
[23:55] * AfroThundr (~AfroThund@2601:147:c000:b824:4411:741f:fe83:82ed) Quit (Max SendQ exceeded)
[23:55] * AfroThundr (~AfroThund@2601:147:c000:b824:4411:741f:fe83:82ed) has joined #raspbian

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