#raspbian IRC Log

Index

IRC Log for 2013-05-23

Timestamps are in GMT/BST.

[0:00] <ParkerR> burbankboy, ok. mkdir ~/.config/lxsession/LXDE then nano ~/.config/lxsession/LXDE/autostart and the paste midori -e Fullscreen into that
[0:00] <ParkerR> Or
[0:00] <ParkerR> Since you already know where that other file is you could just out midori -e Fullscreen & directly into that
[0:00] <ParkerR> *put
[0:01] <ParkerR> No need for an entire extra script
[0:01] <burbankboy> yes except thats not what i want to achieve
[0:01] <burbankboy> im just doing it to trouble shoot
[0:01] <burbankboy> what i want is the possibility to script from a single file
[0:02] <ParkerR> Hmm
[0:02] <ParkerR> Not quite sure I follow "script from a single file"
[0:02] <burbankboy> I want to be able to change this one file
[0:03] <burbankboy> and know that my comp will read it on boot
[0:03] <ParkerR> Ok then you could just use ~/.config/lxsession/LXDE/autostart
[0:05] <burbankboy> Okay, I'm so fucking confused rihgt now because I've taken the advice of multiple people and I don't even know what's going on anymore.
[0:05] <burbankboy> WHAT I NEED RIGHT NOW is for SOMEONE TO TELL ME EXACTLY what to do, in order for my Raspberry Pi computer to run a SPECIFIC SCRIPT FILE (written with the same syntax as when you type into the terminal) every single time it boots.
[0:05] <burbankboy> THAT'S IT. No hidden agenda, no other interpretation. THIS is WHAT I NEED and NOTHING ELSE:
[0:06] <ParkerR> nano ~/.config/lxsession/LXDE/autostart
[0:06] <burbankboy> Boots into LXDE that is.
[0:06] <ParkerR> Add a line: midori -e Fullscreen &
[0:06] <ParkerR> Save
[0:06] <ParkerR> Logout
[0:06] <burbankboy> ...
[0:06] <ParkerR> Login
[0:06] <burbankboy> How does that run a script?
[0:06] * pleia2 (~lyz@ubuntu/member/lyz) Quit (Quit: brb)
[0:06] <ParkerR> OK then
[0:06] <burbankboy> I want to run a script file
[0:07] <ParkerR> Add a line: /home/pi/somescript.sh &
[0:07] <ParkerR> Make sure the script is executable
[0:07] <ParkerR> chmod +x script.sh
[0:07] <burbankboy> what do i write in the script file
[0:07] <burbankboy> if i want to start a browser window
[0:07] <ParkerR> midori -e Fullscreen & should be fine in the script file
[0:09] <ParkerR> Or it might even work without the & (since the & is already int he autostart)
[0:09] <ParkerR> *in the
[0:10] <burbankboy> what should i write
[0:10] * pleia2 (~lyz@ubuntu/member/lyz) has joined #raspbian
[0:11] * verysoftoiletppr (~verysofto@unaffiliated/softtoiletpaper) Quit ()
[0:11] * Kaboon (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) Quit ()
[0:11] <ParkerR> ...
[0:11] <ParkerR> I just typed
[0:13] * sparqz (~sparqz@12.216.138.254) Quit (Ping timeout: 264 seconds)
[0:14] <ParkerR> http://pastebin.com/LRcBBQMd
[0:14] <ParkerR> Try that
[0:16] <ParkerR> Be sure to remove any edits you made to the /etc/skel version
[0:16] <ParkerR> * /etc/xdg
[0:17] * sparqz (~sparqz@12.216.138.254) has joined #raspbian
[0:23] <burbankboy> i dont understand what it wants me to do :/
[0:24] <ParkerR> Did that not work?
[0:24] <burbankboy> I don't undertand
[0:24] <burbankboy> am i supposed to type in these four lines?
[0:24] <ParkerR> ...
[0:25] * BCMM (~BCMM@unaffiliated/bcmm) Quit (Ping timeout: 252 seconds)
[0:25] <ParkerR> The lines before ---------- are just where the file is
[0:25] <ParkerR> ~/ is your home folder
[0:26] * joat (~joat@ip70-160-199-29.hr.hr.cox.net) has joined #raspbian
[0:29] * scientist (~scientist@206.248.137.227) Quit (Ping timeout: 248 seconds)
[0:29] * sparqz (~sparqz@12.216.138.254) Quit (Ping timeout: 240 seconds)
[0:31] * sparqz (~sparqz@12.216.138.254) has joined #raspbian
[0:32] * scientist (~scientist@206.248.137.227) has joined #raspbian
[0:32] * tinti (~tinti@pdpc/supporter/student/tinti) Quit (Remote host closed the connection)
[0:33] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[0:35] * zZz_Skelli (~Skelli@p5B3E3CEE.dip0.t-ipconnect.de) Quit (Ping timeout: 248 seconds)
[0:37] * zZz_Skelli (~Skelli@p5B3E3DDB.dip0.t-ipconnect.de) has joined #raspbian
[0:37] * zZz_Skelli is now known as Skelli
[0:37] * hsp (~holgi@77-20-55-15-dynip.superkabel.de) Quit (Ping timeout: 248 seconds)
[0:44] * bucket2 (~alan@69.31.167.190) has joined #raspbian
[0:45] <bucket2> hey guys -- im curious, how can i mount the actual rasbian OS image from the SD card onto my other linux or mac machine so i can copy files onto it ?
[0:46] * sparqz (~sparqz@12.216.138.254) Quit (Ping timeout: 252 seconds)
[0:48] <ParkerR> bucket2, I take it you have a copy of the sd card with sudo dd if=/dev/mmcblk0 of=image.img?
[0:49] <ParkerR> Or are you just tryong to mount the SD card?
[0:49] <ParkerR> *trying
[0:49] <bucket2> well ParkerR actually im trying to help a friend with some services issues, and he's on a mac
[0:49] <bucket2> so i said, mount it and send me the image
[0:49] <ParkerR> Oh
[0:49] <bucket2> but he only sees what appear to be the boot sector files
[0:49] <ParkerR> If its justt he image your wanting
[0:50] <bucket2> well its "his" image im wanting, as opposed to a freshie
[0:50] <bucket2> a freshie would be easy :)
[0:50] <ParkerR> dd if=/dev/whatevermaccallsit of=image.img
[0:50] <ParkerR> But be warned that'll be a hefty image to send. Be sure to tar it first. Will compress the free space
[0:51] <bucket2> how is the SD card laid out, is it basically there is a 20meg boot sector and then a ext2 for the rest ?
[0:51] <ParkerR> Yeah
[0:51] <bucket2> Yeah so i'll get him to mirror the whole disk, zip it and fire it over
[0:51] <ParkerR> Well it's more like 50~
[0:51] <bucket2> if he was under a 300 mile drive i would just go get it.. haha
[0:52] <ParkerR> bucket2, Always
[0:52] <ParkerR> A relevant xkcd http://xkcd.com/949/
[0:53] <bucket2> LOL
[0:53] <bucket2> yeah we need drop box light
[0:54] <ParkerR> bucket2, Also http://what-if.xkcd.com/31/
[1:00] <bucket2> Ah - diskutil list /dev/disk2 :)
[1:00] <bucket2> that's the good stuff in mac
[1:04] * JohnWayne__ (~quassel@209-58-242-194.static-ip.telepacific.net) Quit (Ping timeout: 256 seconds)
[1:16] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[1:17] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[1:20] * Infamous (~Ingloriou@535177EE.cm-6-2b.dynamic.ziggo.nl) Quit (Quit: Adios)
[1:27] <bucket2> Cool - well, i think this is going to work out thanks very much for your help ParkerR
[1:28] <bucket2> hopefully i'll get to get on the actual rasbian device itself before too long and see what they r about
[1:29] * panasync_ is now known as panasync
[1:29] * panasync (edwards@207-47-161-3.sktn.static.sasknet.sk.ca) Quit (Changing host)
[1:29] * panasync (edwards@bitchx/hack/panasync) has joined #raspbian
[1:34] * Uthark (~Uthark@190.0.58.186) Quit (Read error: Connection reset by peer)
[1:47] * CosmicDuck (~chatzilla@p578b5cf2.dip0.t-ipconnect.de) Quit (Ping timeout: 252 seconds)
[1:49] * satellit___e (~satellit@72.0.185.15) has joined #raspbian
[1:50] * satellit___e (~satellit@72.0.185.15) Quit (Read error: Connection reset by peer)
[1:51] * DaQatz (~DB@pool-70-105-250-60.port.east.myfairpoint.net) has joined #raspbian
[1:52] * passstab (~coplon@c-68-63-125-131.hsd1.pa.comcast.net) has joined #raspbian
[2:02] * CosmicDuck (~chatzilla@p578b5cf2.dip0.t-ipconnect.de) has joined #raspbian
[2:08] * dal (~dal@lns-bzn-49f-62-147-231-100.adsl.proxad.net) Quit (Ping timeout: 260 seconds)
[2:42] * Gazpaxxo (~bizarro_1@58.Red-193-152-142.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
[2:45] * passstab (~coplon@c-68-63-125-131.hsd1.pa.comcast.net) Quit (Remote host closed the connection)
[2:49] * pengu (~pengu@lpzg-4d05cd79.pool.mediaWays.net) Quit (Quit: Leaving)
[3:07] * Yamba (~Yamba@31.25.23.229) Quit (Ping timeout: 256 seconds)
[3:12] * Yamba (~Yamba@31.25.23.229) has joined #raspbian
[3:30] * ReggieUK (ReggieUK@176.249.165.246) Quit ()
[3:40] * dal (~dal@lns-bzn-49f-62-147-231-100.adsl.proxad.net) has joined #raspbian
[3:55] * desti (~kvirc@ks3270445.kimsufi.com) Quit (Ping timeout: 248 seconds)
[3:59] * Lupinedk is now known as lupinedk
[3:59] * mike_t (~mike@pluto.dd.vaz.ru) has joined #raspbian
[4:14] * panasync (edwards@bitchx/hack/panasync) Quit (Ping timeout: 240 seconds)
[4:32] * efixit (~Icedove@zux221-193-239.adsl.green.ch) Quit (Ping timeout: 252 seconds)
[4:35] * efixit (~Icedove@zux221-168-024.adsl.green.ch) has joined #raspbian
[4:55] * twolife` (~plop@ovh.twolife.be) Quit (Ping timeout: 252 seconds)
[4:59] * twolife` (~plop@ovh.twolife.be) has joined #raspbian
[5:00] * themill (~stuart@unaffiliated/themill) Quit (Read error: Connection reset by peer)
[5:07] * themill (~stuart@unaffiliated/themill) has joined #raspbian
[5:08] * sparqz (~sparqz@130.65.240.59) has joined #raspbian
[5:17] * lupinedk is now known as Lupinedk
[5:23] * Jabone (jpylvana@jumi.lut.fi) has joined #raspbian
[5:23] * Bane^ (~Bane@128.204.195.172) has joined #raspbian
[5:23] * Bane^ (~Bane@128.204.195.172) Quit (Changing host)
[5:23] * Bane^ (~Bane@fsf/member/bane) has joined #raspbian
[5:25] * Skelli (~Skelli@p5B3E3DDB.dip0.t-ipconnect.de) Quit (Ping timeout: 276 seconds)
[5:25] * zZz_Skelli (~Skelli@p5B3E0D5E.dip0.t-ipconnect.de) has joined #raspbian
[5:25] * zZz_Skelli is now known as Skelli
[5:27] * bucket2 (~alan@69.31.167.190) Quit (Quit: .)
[5:30] * Skelli (~Skelli@p5B3E0D5E.dip0.t-ipconnect.de) Quit (Ping timeout: 256 seconds)
[5:33] * zZz_Skelli (~Skelli@p5B3E135E.dip0.t-ipconnect.de) has joined #raspbian
[5:34] * zZz_Skelli is now known as Skelli
[5:39] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[5:39] * nils_2_ (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[5:41] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 245 seconds)
[5:43] * daveee123 (~daveee123@ip-209-203.oberlin.net) has joined #raspbian
[5:48] * nils_2_ is now known as nils_2
[5:51] * prassel (prassel@h-176-212.a158.priv.bahnhof.se) has joined #raspbian
[5:51] * Skelli (~Skelli@p5B3E135E.dip0.t-ipconnect.de) Quit (Quit: ZNC - http://znc.sourceforge.net)
[5:53] * Skelli (~Skelli@p5B3E135E.dip0.t-ipconnect.de) has joined #raspbian
[5:57] * prassel (prassel@h-176-212.a158.priv.bahnhof.se) Quit (Ping timeout: 256 seconds)
[5:57] * Matrixiumn (morpheus@unaffiliated/matrixiumn) Quit (Quit: WeeChat 0.4.1-rc1)
[5:58] * koyanadam (4c7ef538@gateway/web/freenode/ip.76.126.245.56) has joined #raspbian
[5:58] <koyanadam> Selamin Hello
[5:58] * Matrixiumn (morpheus@unaffiliated/matrixiumn) has joined #raspbian
[5:59] <koyanadam> arkadas araniyor
[6:00] * koyanadam (4c7ef538@gateway/web/freenode/ip.76.126.245.56) Quit (Client Quit)
[6:06] * piney0 (~piney@unaffiliated/piney0) Quit (Ping timeout: 241 seconds)
[6:15] * pa (~pa@unaffiliated/pa) Quit (Ping timeout: 245 seconds)
[6:18] * piney0 (~piney@unaffiliated/piney0) has joined #raspbian
[6:19] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) has joined #raspbian
[6:20] * SlashV (~SlashV@ip176-146-172-82.adsl2.static.versatel.nl) Quit (Quit: Leaving.)
[6:24] * sujal (~quassel@p5B25CB08.dip0.t-ipconnect.de) has joined #raspbian
[6:29] * pa (~pa@unaffiliated/pa) has joined #raspbian
[6:31] * sujal_ (~quassel@p5B25CDDD.dip0.t-ipconnect.de) has joined #raspbian
[6:33] * sujal (~quassel@p5B25CB08.dip0.t-ipconnect.de) Quit (Ping timeout: 260 seconds)
[6:36] * superchausette (~Zorro@client-resel-2.enst-bretagne.fr) Quit (Ping timeout: 240 seconds)
[6:36] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) has joined #raspbian
[6:36] * superchausette (~Zorro@client-resel-2.enst-bretagne.fr) has joined #raspbian
[6:37] * exoon (~exoon@p4FD39F59.dip0.t-ipconnect.de) has joined #raspbian
[6:38] * twolife` is now known as twolife
[6:38] * Skelli is now known as zZz_Skelli
[6:40] * zZz_Skelli is now known as Skelli
[6:40] * Alfihar (~Yuuka@home.siberios.com) has joined #raspbian
[6:43] * aidalgol (~user@pdpc/supporter/student/aidalgol) has joined #raspbian
[6:46] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) Quit (Ping timeout: 260 seconds)
[6:46] * yofel (~quassel@ubuntu/member/yofel) Quit (Quit: No Ping reply in 90 seconds.)
[6:46] * yofel (~quassel@ubuntu/member/yofel) has joined #raspbian
[6:48] * kroq-gar78 (~kroq-gar7@pool-71-170-199-93.dllstx.fios.verizon.net) Quit (Ping timeout: 252 seconds)
[7:03] * PasNox (~PasNox@beg33-4-78-237-93-55.fbx.proxad.net) has joined #raspbian
[7:05] * sparqz (~sparqz@130.65.240.59) Quit (Ping timeout: 245 seconds)
[7:09] * matus (~matus@adsl-dyn65.78-98-57.t-com.sk) has joined #raspbian
[7:10] * jvcleave (~jvcleave@208.102.94.141) Quit (Quit: jvcleave)
[7:10] * OliverJW (~Oliver@94-192-128-116.zone6.bethere.co.uk) has joined #raspbian
[7:12] * themill (~stuart@unaffiliated/themill) Quit (Ping timeout: 256 seconds)
[7:20] <ParkerR> Well that was disappointing. (Trying to use tvtuner on the Pi) http://paste.debian.net/5926/
[7:20] <ParkerR> *to use a tv tuner
[7:30] * redsoup (~redsups@h-149-217.a336.priv.bahnhof.se) has joined #raspbian
[7:34] * taza (~zap@unaffiliated/taza) Quit (Quit: No longer here)
[7:35] * hsp (~holgi@77-20-202-118-dynip.superkabel.de) has joined #raspbian
[7:43] * themill (~stuart@unaffiliated/themill) has joined #raspbian
[7:46] <linuxstb> ParkerR: What kind of TV tuner is that? Analogue?
[7:46] <ParkerR> Analog but I was just going to try composite input
[7:47] <ParkerR> linuxstb, Got interesting results with mplayer http://www.youtube.com/watch?v=CT4x3WO9chw
[7:48] <linuxstb> Digital TV tuners work fine though.
[7:49] <ParkerR> It's an ATSC/analog tuner
[7:49] <ParkerR> WinTV-HVR-850
[7:50] <linuxstb> Do you see any devices in /dev/dvb/ ?
[7:51] <ParkerR> One sec. Bumped the setup and the Pi froze XD
[7:52] * pengu (~pengu@lpzg-4d05cd79.pool.mediaWays.net) has joined #raspbian
[7:52] <ParkerR> Yep
[7:52] <ParkerR> apater0
[7:52] <ParkerR> *adapter0
[7:53] <linuxstb> Then you should be able to use the ATSC part with something like tvheadend. You can install it using these instructions - https://tvheadend.org/projects/tvheadend/wiki/AptRepository (look at the bottom)
[7:54] <ParkerR> Oh well thats a no go anyway
[7:54] <ParkerR> My area has piss poor ATSC reception
[7:55] <linuxstb> Oh well.
[7:55] <ParkerR> Yeah I was thinking about that. ATSC is MPEG2 encoded stremas. I would need tjhe license right?
[7:57] <linuxstb> Yes. Plus a TV "backend" like tvheadend or vdr, and either xbmc or another TV viewing client (e.g. my pidvbip)
[7:58] <ParkerR> I wonder if I buffered more in mplayer if that artifacting would stop
[8:02] * daveee123 (~daveee123@ip-209-203.oberlin.net) Quit (Remote host closed the connection)
[8:17] * bzyx (~quassel@94.232.36.211) Quit (Read error: Operation timed out)
[8:19] * bzyx (~quassel@94.232.36.211) has joined #raspbian
[8:45] * monkeycoder (~monkeycod@37.214.83.171) has joined #raspbian
[8:49] * sirclockalot (~sirclocka@unaffiliated/sirclockalot) Quit (Quit: sirclockalot)
[8:53] * monkeycoder (~monkeycod@37.214.83.171) Quit (Remote host closed the connection)
[8:55] * FR^2 (~frquadrat@2001:41d0:2:842d::cafe) has joined #raspbian
[8:55] * twolife is now known as twolife`
[8:55] * sirclockalot (~sirclocka@unaffiliated/sirclockalot) has joined #raspbian
[9:01] * lazybear (~lazybear@2002:ae8f:f3b3::1) Quit (Read error: Operation timed out)
[9:08] * lazybear (~lazybear@2002:ae8f:f3b3::1) has joined #raspbian
[9:17] * sirclockalot (~sirclocka@unaffiliated/sirclockalot) Quit (Quit: sirclockalot)
[9:50] * blkaway is now known as blkhawk
[9:55] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) Quit (Quit: Leaving.)
[9:56] * monkeycoder (~monkeycod@178.121.113.117) has joined #raspbian
[9:56] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) has joined #raspbian
[9:58] * tibbi (tibbi@adsl-dyn5.78-98-239.t-com.sk) has joined #raspbian
[9:58] <mike_t> where I can see the link between raspbian kernel and github.com/raspberrypi/linux commit?
[9:59] * ericvrp_ (~ericvrp@ericvrp.xs4all.nl) has joined #raspbian
[10:02] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) Quit (Ping timeout: 276 seconds)
[10:02] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) has joined #raspbian
[10:05] <ParkerR> mike_t, That is the raspbian kernel
[10:06] <mike_t> ok, which patches are included in raspbian kernel?
[10:06] * FloJpg1 (~fpougheon@68.143.64.86.rev.sfr.net) has joined #raspbian
[10:06] * FloJpg (~fpougheon@68.143.64.86.rev.sfr.net) Quit (Client Quit)
[10:13] * aidalgol (~user@pdpc/supporter/student/aidalgol) Quit (Quit: zZzZzZz)
[10:21] * ericvrp (~ericvrp@ericvrp.xs4all.nl) has joined #raspbian
[10:21] * ericvrp_ (~ericvrp@ericvrp.xs4all.nl) Quit (Ping timeout: 248 seconds)
[10:21] * exoon (~exoon@p4FD39F59.dip0.t-ipconnect.de) Quit (Quit: Verlassend)
[10:25] * vincent_c (~bip@S01060026f3c4860f.vc.shawcable.net) Quit (Quit: Coyote finally caught me)
[10:26] * vincent_c (~bip@S01060026f3c4860f.vc.shawcable.net) has joined #raspbian
[10:30] * FFes (~quassel@office.admea.nl) has joined #raspbian
[10:37] * bizarro_1 (~bizarro_1@204.Red-83-49-228.dynamicIP.rima-tde.net) has joined #raspbian
[10:52] * Guest5061 (~Guest5061@69.41.182.131) has joined #raspbian
[10:53] * Guest5061 (~Guest5061@69.41.182.131) Quit (Client Quit)
[10:53] * Skelli is now known as zZz_Skelli
[11:02] * DaQatz (~DB@pool-70-105-250-60.port.east.myfairpoint.net) Quit (Ping timeout: 245 seconds)
[11:05] * DaQatz (~DB@71.181.113.37) has joined #raspbian
[11:21] * prassel (prassel@h-253-197.a158.priv.bahnhof.se) has joined #raspbian
[11:25] * nicdev` (user@2600:3c03::f03c:91ff:fedf:4986) has joined #raspbian
[11:26] * nicdev (user@2600:3c03::f03c:91ff:fedf:4986) Quit (Remote host closed the connection)
[11:31] * joat (~joat@ip70-160-199-29.hr.hr.cox.net) Quit (Ping timeout: 248 seconds)
[11:37] * DaQatz (~DB@71.181.113.37) Quit (Ping timeout: 256 seconds)
[11:37] * yang_ (yang@irs.si) Quit (Ping timeout: 264 seconds)
[11:39] * Kaboon (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) has joined #raspbian
[11:39] * DaQatz (~DB@pool-64-222-105-45.burl.east.myfairpoint.net) has joined #raspbian
[11:41] * JonaTW (~JonaTW@114-36-56-196.dynamic.hinet.net) Quit (Quit: Leaving)
[11:49] * yang (yang@irs.si) has joined #raspbian
[11:52] * exoon (~exoon@vpnclfun08.uni-koblenz.de) has joined #raspbian
[12:00] * efixit (~Icedove@zux221-168-024.adsl.green.ch) Quit (Remote host closed the connection)
[12:01] * efixit (~Icedove@zux221-168-024.adsl.green.ch) has joined #raspbian
[12:03] * The_Breaded_Doom (~Oliver@94-192-128-116.zone6.bethere.co.uk) has joined #raspbian
[12:03] * verysoftoiletppr (~verysofto@unaffiliated/softtoiletpaper) has joined #raspbian
[12:05] * OliverJW (~Oliver@94-192-128-116.zone6.bethere.co.uk) Quit (Ping timeout: 240 seconds)
[12:07] * verysoftoiletppr (~verysofto@unaffiliated/softtoiletpaper) Quit (Client Quit)
[12:09] * creemj (~mjc@60-234-221-162.bitstream.orcon.net.nz) has joined #raspbian
[12:11] * Viliny (~chatzilla@213-141-109-154.co.dnainternet.fi) Quit (Read error: Connection reset by peer)
[12:12] * creemj_ (~mjc@60-234-221-162.bitstream.orcon.net.nz) Quit (Ping timeout: 256 seconds)
[12:14] * FloJpg1 (~fpougheon@68.143.64.86.rev.sfr.net) Quit (Quit: Leaving.)
[12:14] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) has joined #raspbian
[12:14] * ReggieUK (ReggieUK@176.249.165.246) has joined #raspbian
[12:21] * ericvrp (~ericvrp@ericvrp.xs4all.nl) Quit (Remote host closed the connection)
[12:48] * ribamar (~ribamar@177.98.157.189) Quit (Read error: Connection reset by peer)
[12:59] * \\Mr_C\\ (mrc@adsl-98-89-31-208.mgm.bellsouth.net) Quit ()
[12:59] * Lucas_ (~Lucas-_@ip-28.net-81-220-161.rev.numericable.fr) has joined #raspbian
[13:01] * matus (~matus@adsl-dyn65.78-98-57.t-com.sk) Quit (Ping timeout: 252 seconds)
[13:05] * ribamar (~ribamar@177.158.100.195) has joined #raspbian
[13:06] * \\Mr_C\\ (mrc@adsl-98-89-4-95.mgm.bellsouth.net) has joined #raspbian
[13:17] * mike_t (~mike@pluto.dd.vaz.ru) Quit (Remote host closed the connection)
[13:21] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[13:45] <burbankboy> Hey
[13:45] * Lupinedk is now known as lupinedk
[13:45] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 240 seconds)
[13:45] <burbankboy> is it hard to turn my rPi into a wifi hotspot?
[13:46] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[13:49] <Mogwai> burbankboy: Feeling better today? :) .. here http://elinux.org/RPI-Wireless-Hotspot .. it's not that hard and mostly comes down to if your WiFi adapter supports being an AP or not
[13:50] <burbankboy> Mogwai: Nah
[13:50] <burbankboy> I've been awake for three days now
[13:50] <burbankboy> i feel like shit
[13:50] <burbankboy> :)
[13:51] <burbankboy> Cool, I'll give that a read
[13:51] <burbankboy> My idea is to cut myself a 15m3 glass box and put the rPi inside it, along with a really good wifi adapter
[13:51] <burbankboy> and on the outside, attach a small button interface+lcd panel
[13:52] <burbankboy> that allows the user to pick the box's source
[13:52] <burbankboy> (wifi or 3g)
[13:52] <burbankboy> as well as whether to share or restrict connectiopns
[13:52] <burbankboy> connections*
[13:52] <burbankboy> i want it to use a proxy service as well
[13:52] <burbankboy> so that it can offer secure browsing on the go
[13:52] <burbankboy> :)
[13:53] <Mogwai> If you haven't bough one yet, I can recommend one based on the ath9k chipset .. like TL-WN822N works good for your kismet/hostapd needs
[13:54] <Mogwai> WiFi adapter that is
[13:55] <burbankboy> is it better than other chips?
[13:57] <burbankboy> oh wait, is it a driver?
[13:57] <burbankboy> or something?
[13:57] <Mogwai> It has a better chance of entering the monitor mode required for acting as an access point, yes
[13:58] <burbankboy> monitor mode? :o
[13:58] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
[13:59] <Mogwai> Google it :)
[14:01] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) Quit (Ping timeout: 256 seconds)
[14:02] <burbankboy> :)
[14:07] * tinti (~tinti@pdpc/supporter/student/tinti) has joined #raspbian
[14:08] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[14:12] <burbankboy> hey
[14:12] <burbankboy> my pi case is kind of hot
[14:12] <burbankboy> :/
[14:13] * satellit (~satellit@72.0.185.15) has joined #raspbian
[14:17] * Kaboon (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) Quit (Ping timeout: 245 seconds)
[14:19] * Kaboon (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) has joined #raspbian
[14:19] * Kaboon (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) Quit (Excess Flood)
[14:19] * Kaboon (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) has joined #raspbian
[14:19] * _nitti_ (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[14:22] * Kaboon[home] (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) has joined #raspbian
[14:22] * Kaboon[home] (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) Quit (Client Quit)
[14:23] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Ping timeout: 252 seconds)
[14:24] * mike_t (~mike@80.234.87.247) has joined #raspbian
[14:26] * Kaboon (kaboon@524A5520.cm-4-3b.dynamic.ziggo.nl) Quit (Ping timeout: 248 seconds)
[14:30] * FFes (~quassel@office.admea.nl) Quit (Remote host closed the connection)
[14:32] * Essobi (~Essobi@unaffiliated/essobi) Quit (Ping timeout: 245 seconds)
[14:51] * twolife` is now known as twolife
[14:54] <lordievader> Good afternoon.
[14:54] * twolife is now known as twolife`
[14:57] * blkhawk is now known as blkaway
[14:59] * zZz_Skelli is now known as Skelli
[15:01] * PasNox (~PasNox@beg33-4-78-237-93-55.fbx.proxad.net) Quit (Quit: Leaving)
[15:04] * B0r3dw15dom (B0r3dw15do@2a00:1a28:1251:46:246:93:135:4) Quit (Ping timeout: 240 seconds)
[15:05] * sud0x3 (~john@host81-157-224-35.range81-157.btcentralplus.com) has joined #raspbian
[15:11] * B0r3dw15dom (B0r3dw15do@2a00:1a28:1251:46:246:93:135:4) has joined #raspbian
[15:12] * CosmicDuck (~chatzilla@p578b5cf2.dip0.t-ipconnect.de) Quit (Ping timeout: 264 seconds)
[15:18] * efixit (~Icedove@zux221-168-024.adsl.green.ch) Quit (Ping timeout: 260 seconds)
[15:21] * PasNox (~pasnox@2a01:e35:8b4f:f2a0:d06f:f884:2fa9:f721) has joined #raspbian
[15:22] * passstab (~coplon@c-68-63-125-131.hsd1.pa.comcast.net) has joined #raspbian
[15:23] * sud0x3 (~john@host81-157-224-35.range81-157.btcentralplus.com) Quit (Quit: Leaving)
[15:24] * blkaway is now known as blkhawk
[15:25] * sud0x3 (~john@host81-157-224-35.range81-157.btcentralplus.com) has joined #raspbian
[15:25] * sud0x3 (~john@host81-157-224-35.range81-157.btcentralplus.com) Quit (Client Quit)
[15:26] * i-me (~Olivier@74-210-175-65.tr.cgocable.ca) has joined #raspbian
[15:26] * sud0x3 (~john@host81-157-224-35.range81-157.btcentralplus.com) has joined #raspbian
[15:31] * themill (~stuart@unaffiliated/themill) Quit ()
[15:41] <burbankboy> Would it be possible to build a tiny Linux box that 1) On s startup launches a web browser 2) Checks to see that it's open every minute (and opens it if it isn't) 3) Constantly checks a USB port for a txt file, where if it exists, its copied to the local hdd 4) Loads the first line of the local txt file as the name of a target wifi network to connect to, the
[15:41] <burbankboy> second line as its pass, and the third line as the URL to be navigated to in the aforementioned browser?
[15:44] <sud0x3> yes that would be possible
[15:44] <burbankboy> What would be the easiest way to achieve this?
[15:45] <burbankboy> py?
[15:45] <sud0x3> i would probably write a script in python to achieve this, with some startup scipts to run the program on startup
[15:45] <sud0x3> the program would run in a loop checking for a file on the drive
[15:46] <sud0x3> then if it exist process the text in the file and execute the broweser with the url
[15:47] <burbankboy> ok
[15:47] <burbankboy> thanks :)
[15:48] * efixit (~Icedove@22-237.197-178.cust.bluewin.ch) has joined #raspbian
[15:49] <sud0x3> can you program in python then?
[15:50] <sud0x3> im a bit of a novice but im sure i could help you with this, let me know if i can help
[15:55] * komunista (~slavko@87.244.209.121) has joined #raspbian
[16:01] * exoon (~exoon@vpnclfun08.uni-koblenz.de) Quit (Quit: Verlassend)
[16:07] <burbankboy> sud0x3: I'd appreciate taht
[16:07] <burbankboy> that*
[16:07] <burbankboy> ill be back later with the stuff :)
[16:08] <gordonDrogon> maybe after you've slept a bit?
[16:08] * exoon (~exoon@p4FD39F59.dip0.t-ipconnect.de) has joined #raspbian
[16:09] <burbankboy> gordonDrogon: maybe :D
[16:14] * ShiftPlusOne (~Shift@unaffiliated/shiftplusone) has joined #raspbian
[16:14] * DaQatz (~DB@pool-64-222-105-45.burl.east.myfairpoint.net) Quit (Read error: Operation timed out)
[16:17] * DaQatz (~DB@pool-64-222-107-85.burl.east.myfairpoint.net) has joined #raspbian
[16:26] * nicdev` is now known as nicdev
[16:33] * FR^2 (~frquadrat@2001:41d0:2:842d::cafe) Quit (Quit: Connection reset by peer)
[16:40] * pablocastellano1 (~pidgin@190.148.17.230) Quit (Quit: Leaving.)
[16:41] * pablocastellanos (~pidgin@190.148.17.230) has joined #raspbian
[16:43] * bertrik (~quassel@rockbox/developer/bertrik) has joined #raspbian
[16:43] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[16:44] * bccd (~bccd@c-24-147-76-110.hsd1.nh.comcast.net) has joined #raspbian
[16:51] * monkeycoder (~monkeycod@178.121.113.117) Quit (Remote host closed the connection)
[16:54] * twolife` is now known as twolife
[17:02] * JohnWayne__ (~quassel@209-58-242-194.static-ip.telepacific.net) has joined #raspbian
[17:07] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[17:09] * hsp (~holgi@77-20-202-118-dynip.superkabel.de) Quit (Remote host closed the connection)
[17:13] * komunista (~slavko@87.244.209.121) has left #raspbian
[17:16] * efixit (~Icedove@22-237.197-178.cust.bluewin.ch) Quit (Ping timeout: 240 seconds)
[17:17] * FR^2 (~fr@2001:41d0:2:842d::cafe) has joined #raspbian
[17:18] * exoon (~exoon@p4FD39F59.dip0.t-ipconnect.de) Quit (Read error: Operation timed out)
[17:20] * vjacob (~vjacob@ip2.c462.amb314.cust.comxnet.dk) has joined #raspbian
[17:20] * vugos (5798e5be@gateway/web/freenode/ip.87.152.229.190) has joined #raspbian
[17:21] * vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) has joined #raspbian
[17:21] * vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) Quit (Changing host)
[17:21] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[17:24] <vugos> Hi there. I'm trying to install Raspbian on my new Raspberry pi, but no mirror server is working...
[17:25] <vugos> I've tried 10 Servers from http://www.raspbian.org/RaspbianMirrors but there's an error if i try to load
[17:27] * hsp (~holgi@77-20-202-118-dynip.superkabel.de) has joined #raspbian
[17:28] <gordonDrogon> deb http://archive.raspbian.org/raspbian/ wheezy main contrib non-free rpi
[17:28] <gordonDrogon> in /etc/apt/sources.list
[17:29] <gordonDrogon> ah, just realised you're trying to get the initial image?
[17:29] * _Lucretia__ (~munkee@176.253.29.248) Quit (Ping timeout: 246 seconds)
[17:29] <vugos> i followed this instructions: http://www.raspbian.org/RaspbianInstaller
[17:30] <gordonDrogon> go here to get the image: http://www.raspberrypi.org/downloads
[17:30] <gordonDrogon> itshould pick a mirror automatically.
[17:31] <gordonDrogon> that'll get you the .img file.
[17:31] <gordonDrogon> if the download doesn't start, click on the 'Direct download" link under the Raspbian Wheezy section.
[17:31] <gordonDrogon> or torrent it.
[17:32] <vugos> ok i'll try. Thankds
[17:33] * vugos (5798e5be@gateway/web/freenode/ip.87.152.229.190) Quit (Quit: Page closed)
[17:33] * exoon (~exoon@p4FD39BCE.dip0.t-ipconnect.de) has joined #raspbian
[17:39] * exoon (~exoon@p4FD39BCE.dip0.t-ipconnect.de) Quit (Quit: Verlassend)
[17:42] * _Lucretia__ (~munkee@90.216.167.255) has joined #raspbian
[17:45] * mike_t (~mike@80.234.87.247) Quit (Remote host closed the connection)
[18:03] * DaQatz (~DB@pool-64-222-107-85.burl.east.myfairpoint.net) Quit (Ping timeout: 256 seconds)
[18:07] * passstab (~coplon@c-68-63-125-131.hsd1.pa.comcast.net) Quit (Remote host closed the connection)
[18:07] * monkeycoder (~monkeycod@37.214.83.171) has joined #raspbian
[18:20] * pengu (~pengu@lpzg-4d05cd79.pool.mediaWays.net) Quit (Ping timeout: 252 seconds)
[18:29] * pengu (~pengu@lpzg-4d05cd79.pool.mediaWays.net) has joined #raspbian
[18:30] * DaQatz (~DB@pool-71-161-101-50.cncdnh.east.myfairpoint.net) has joined #raspbian
[18:36] * pengu (~pengu@lpzg-4d05cd79.pool.mediaWays.net) Quit (Read error: Connection reset by peer)
[18:38] * pengu (~pengu@lpzg-4d05cd79.pool.mediaWays.net) has joined #raspbian
[18:40] * wad (~wad@vps.zerbat.com) has joined #raspbian
[18:42] * taza (~zap@unaffiliated/taza) has joined #raspbian
[18:42] * aidalgol (~user@pdpc/supporter/student/aidalgol) has joined #raspbian
[18:43] * pengu (~pengu@lpzg-4d05cd79.pool.mediaWays.net) Quit (Read error: Operation timed out)
[18:49] * vjacob (~vjacob@ip2.c462.amb314.cust.comxnet.dk) Quit (Ping timeout: 256 seconds)
[18:59] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[19:00] * Essobi (~Essobi@unaffiliated/essobi) has joined #raspbian
[19:01] * efixit (~Icedove@zux221-168-024.adsl.green.ch) has joined #raspbian
[19:02] * _nitti_ (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Read error: Operation timed out)
[19:06] * Essobi (~Essobi@unaffiliated/essobi) Quit (Ping timeout: 245 seconds)
[19:07] * Essobi (~Essobi@unaffiliated/essobi) has joined #raspbian
[19:10] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Read error: No route to host)
[19:10] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[19:22] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
[19:23] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[19:31] * ribamar (~ribamar@177.158.100.195) Quit (Ping timeout: 264 seconds)
[19:35] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
[19:35] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[19:36] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
[19:43] * ribamar (~ribamar@177.133.116.244) has joined #raspbian
[19:43] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[19:44] * ma_ (~Adium@a91-154-153-89.elisa-laajakaista.fi) has joined #raspbian
[19:45] * ma_ is now known as Guest4381
[19:45] <Guest4381> hi i downloaded http://downloads.raspberrypi.org/images/raspbian/2013-02-09-wheezy-raspbian/2013-02-09-wheezy-raspbian.zip from the site but apt seems to be failing
[19:45] <Guest4381> is it a known problem?
[19:49] <gordonDrogon> not really.
[19:50] <gordonDrogon> so you downloaded it, dd'd it to an SD card, booted the pi ok?
[19:54] <Guest4381> yep i can enter the system start the window manager etc
[19:54] <Guest4381> connect to the net
[19:54] <Guest4381> use the browser, but apt does not work
[19:54] <Guest4381> i tell you the error message, wait a sec
[19:57] <Guest4381> it checks the mirrors and then:
[19:58] <Guest4381> reading package list… error!
[19:58] <Guest4381> encounted a section with no package: header
[19:58] <Guest4381> problem with mergelist /var/lib/dpkg/status
[19:58] <gordonDrogon> check the output of the dmesg command - look for lines that might indicate SD card corruption.
[19:58] <Guest4381> ok
[19:59] <gordonDrogon> it's possible you may be seeing issues with either the power supply (more probably) or the SD card (less probable)
[20:00] <Guest4381> the package lists or status file could not be parsed or opened
[20:01] <Guest4381> that file exists and has 560K of data
[20:01] * Yamba (~Yamba@31.25.23.229) Quit (Read error: Operation timed out)
[20:02] <gordonDrogon> yes, but it might be corrupt.
[20:02] <gordonDrogon> sometimes a symptom of a slightly sub-spec. PSU.
[20:02] * _nitti_ (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) has joined #raspbian
[20:05] <Guest4381> ok ill try another one
[20:06] * _nitti (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Ping timeout: 256 seconds)
[20:09] <gordonDrogon> if you have a voltmeter, then you can check..
[20:09] * Yamba (~Yamba@31.25.23.229) has joined #raspbian
[20:09] * sparqz (~sparqz@12.216.138.254) has joined #raspbian
[20:09] * blindrage2 (~Adium@207.65.237.90) has joined #raspbian
[20:10] <blindrage2> how can i enable sid to get a package update?
[20:10] <blindrage2> i want to try http://packages.debian.org/sid/armhf/libglib2.0-0
[20:10] * prassel (prassel@h-253-197.a158.priv.bahnhof.se) Quit (Ping timeout: 256 seconds)
[20:11] * Guest4381 (~Adium@a91-154-153-89.elisa-laajakaista.fi) Quit (Read error: Operation timed out)
[20:11] <blindrage2> or at least from stable to testing
[20:12] <gordonDrogon> I'd make sure that Raspian supports sid/testing first...
[20:12] <blindrage2> is there any way to just grab the dpkg for that one i'm looking for then?
[20:13] <blindrage2> it's an armhf build which is what i need, i can probably satisfy the requirements
[20:13] <linuxstb> blindrage2: What's wrong with the glib2 in Raspbian?
[20:14] <blindrage2> i'm having an issue with mpd and a few forum posts make it seem like updateing glib might help
[20:14] <blindrage2> i've made an sd snapshot so i'm not 'too' worried, i can roll back with a click
[20:15] <blindrage2> my stack trace for the fail from gdb: http://fpaste.org/14135/93401091/
[20:28] * ma_2 (~Adium@a91-154-153-89.elisa-laajakaista.fi) has joined #raspbian
[20:28] <ma_2> i'm back
[20:29] * ma_2 is now known as Guest4381
[20:29] <Guest4381> so i tried to plug the raspberry to the usb coming from the macbook
[20:29] <Guest4381> not sure if it's more stable than a phone charger
[20:29] <Guest4381> anyway, the error is the same
[20:29] <Guest4381> at some point i get:
[20:29] <Guest4381> use of uninitialized value $value in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 65, <$__ANONIO__> line 4214
[20:30] <Guest4381> it looks like this http://ubuntuforums.org/archive/index.php/t-1684592.html
[20:30] * yano (yano@freenode/staff/yano) Quit (Quit: WeeChat, The Better IRC Client: http://weechat.org/)
[20:31] <Guest4381> i tried to reset /var/lib/dpkg/status but it's the same
[20:31] * FR^2 (~fr@2001:41d0:2:842d::cafe) Quit (Ping timeout: 245 seconds)
[20:32] * yano (yano@freenode/staff/yano) has joined #raspbian
[20:32] * FR^2 (~fr@2001:41d0:2:842d::cafe) has joined #raspbian
[20:36] * FR^2 (~fr@2001:41d0:2:842d::cafe) Quit (Client Quit)
[20:43] <CME> blindrage2, upstream debian armhf packages won't work anyway, because they are compiled for armv7
[20:43] <blindrage2> crap
[20:46] * sparqz (~sparqz@12.216.138.254) Quit (Ping timeout: 256 seconds)
[20:48] * Infamous (~Ingloriou@535177EE.cm-6-2b.dynamic.ziggo.nl) has joined #raspbian
[20:52] * _nitti_ (~nitti@173-160-123-81-Minnesota.hfc.comcastbusiness.net) Quit (Ping timeout: 276 seconds)
[20:58] * sparqz (~sparqz@12.216.138.254) has joined #raspbian
[21:00] * sparqz (~sparqz@12.216.138.254) Quit (Max SendQ exceeded)
[21:00] * hsp (~holgi@77-20-202-118-dynip.superkabel.de) Quit (Ping timeout: 252 seconds)
[21:01] * sparqz (~sparqz@12.216.138.254) has joined #raspbian
[21:05] * Natch (~Natch@c-10cfe155.25-4-64736c10.cust.bredbandsbolaget.se) Quit (Read error: Connection reset by peer)
[21:06] * Natch (~Natch@c-10cfe155.25-4-64736c10.cust.bredbandsbolaget.se) has joined #raspbian
[21:09] * Guest4381 (~Adium@a91-154-153-89.elisa-laajakaista.fi) Quit (Quit: Leaving.)
[21:11] * number1235 (~ry@cpe-108-185-6-50.socal.res.rr.com) has joined #raspbian
[21:16] * Skelli is now known as zZz_Skelli
[21:18] * kd_ (~pi@99-127-92-61.lightspeed.cicril.sbcglobal.net) has joined #raspbian
[21:20] * lupinedk is now known as Lupinedk
[21:22] <taza> Heh, I'm reading how the Ouya is now.
[21:22] <taza> ... still a worse computer, open-source AND gaming experience than the RPi.
[21:26] * The_Breaded_Doom (~Oliver@94-192-128-116.zone6.bethere.co.uk) Quit (Read error: Connection reset by peer)
[21:28] * kd_ (~pi@99-127-92-61.lightspeed.cicril.sbcglobal.net) Quit (Quit: Leaving)
[21:33] * kd_ (~kd@99-127-92-61.lightspeed.cicril.sbcglobal.net) has joined #raspbian
[21:36] * aidalgol (~user@pdpc/supporter/student/aidalgol) Quit (Quit: outside)
[21:41] * sparqz (~sparqz@12.216.138.254) Quit (Ping timeout: 240 seconds)
[21:43] * twolife is now known as twolife`
[21:46] * kd_ is now known as i0n
[21:46] * MacArony (~macarony@ca.tdct.org) Quit (Ping timeout: 264 seconds)
[21:48] * i0n is now known as kd_
[21:49] * MacArony (~macarony@ca.tdct.org) has joined #raspbian
[21:58] * Guest25836 (~mobgod@ool-457332d4.dyn.optonline.net) has joined #raspbian
[21:59] * Guest25836 (~mobgod@ool-457332d4.dyn.optonline.net) Quit (Client Quit)
[22:07] * Datalink (~Datalink@unaffiliated/datalink) has joined #raspbian
[22:09] * dal (~dal@lns-bzn-49f-62-147-231-100.adsl.proxad.net) Quit (Quit: Quitte)
[22:10] * kd_ is now known as i0nGarage
[22:11] * i0nGarage is now known as ionGarage
[22:11] * ionGarage is now known as i0nGarage
[22:13] * joat (~joat@ip70-160-199-29.hr.hr.cox.net) has joined #raspbian
[22:15] * tibbi (tibbi@adsl-dyn5.78-98-239.t-com.sk) Quit ()
[22:18] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[22:29] * bertrik (~quassel@rockbox/developer/bertrik) Quit (Remote host closed the connection)
[22:31] * brainwash (~brainwash@unaffiliated/brainwash) has joined #raspbian
[22:33] * brainwash (~brainwash@unaffiliated/brainwash) has left #raspbian
[22:34] * brainwash (~brainwash@unaffiliated/brainwash) has joined #raspbian
[22:44] * kroq-gar78 (~kroq-gar7@pool-71-170-199-93.dllstx.fios.verizon.net) has joined #raspbian
[22:45] * tinti (~tinti@pdpc/supporter/student/tinti) Quit (Read error: Connection reset by peer)
[23:13] * blkhawk is now known as blkaway
[23:16] * PasNox (~pasnox@2a01:e35:8b4f:f2a0:d06f:f884:2fa9:f721) Quit (Quit: Leaving - Best cross platform IDE http://monkeystudio.org)
[23:19] * plugwash (~plugwash@94.12.42.16) has joined #raspbian
[23:22] * _nitti (~nitti@c-66-41-30-224.hsd1.mn.comcast.net) has joined #raspbian
[23:25] * _nitti (~nitti@c-66-41-30-224.hsd1.mn.comcast.net) Quit (Remote host closed the connection)
[23:28] * redsoup (~redsups@h-149-217.a336.priv.bahnhof.se) Quit (Remote host closed the connection)
[23:36] * idallasj1 (~Adium@65.246.99.53) has joined #raspbian
[23:36] * idallasj (~Adium@c-76-114-238-23.hsd1.md.comcast.net) Quit (Read error: Connection reset by peer)
[23:48] * sparqz (~sparqz@12.216.138.254) has joined #raspbian
[23:55] * Alfihar (~Yuuka@home.siberios.com) Quit (Quit: Textual IRC Client: www.textualapp.com)

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