#raspbian IRC Log

Index

IRC Log for 2014-04-27

Timestamps are in GMT/BST.

[0:00] <osman> i am a complete noob I wouldn't know : (
[0:00] <osman> sorry
[0:00] <kieppie> I know it's FAQ's as an "unofficial port", but I want to run some services internet-facing
[0:00] * keetrainchild (~keetrainc@c-66-30-49-245.hsd1.nh.comcast.net) has joined #raspbian
[0:00] <kieppie> also, does anyone know if LXC is fully supported?
[0:00] * keetrainchild (~keetrainc@c-66-30-49-245.hsd1.nh.comcast.net) has left #raspbian
[0:01] * keetrainchild (~keetrainc@c-66-30-49-245.hsd1.nh.comcast.net) has joined #raspbian
[0:08] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[0:08] <osman> kieppie
[0:09] <osman> do you know much about linux and getting something to autorun
[0:11] * MacArony (~macarony@ca.tdct.org) has joined #raspbian
[0:16] <osman> Odie_ hola
[0:16] <osman> gnarface
[0:19] <kieppie> osman: depends on what you mean by autorun & distro picked
[0:19] <osman> let me make a join.me
[0:19] <osman> https://join.me/816-110-764
[0:20] <osman> kieppie join it if you want it lets you see my screen
[0:20] <osman> like teamviewer
[0:20] <kieppie> err - yea.... not gonna happen, sorry
[0:21] <osman> alright
[0:21] <kieppie> picpaste.com or imagebin.org - sure
[0:21] <osman> just google join.me its safe if you dont believe
[0:22] <osman> but i need to make my raspberry pi
[0:22] <osman> auto ssh /tunnel into a vps i have
[0:22] <osman> i have a command that works
[0:22] <osman> i wrote
[0:22] <osman> bash /root/script &
[0:22] <osman> in rc local
[0:22] <osman> rc.local
[0:22] <osman> but it doesnt work
[0:22] <osman> am i doing something wrong
[0:24] * Fusing3 (~fusing@85-170-187-28.rev.numericable.fr) Quit (Quit: Nettalk6 - www.ntalk.de)
[0:24] <kieppie> ok - well, what you could do is maybe something like build a bash script that would check for the presence of a state file in /var/lock/ or `ps aux | grep $XYZ` & if not present, init the tunnel & write state file - but the whole schpiel in a cron
[0:24] <osman> i am a complete noob to linux
[0:25] <kieppie> & remember to output log
[0:25] <osman> this is the script
[0:25] <osman> its supposed to run
[0:25] <osman> http://prntscr.com/3dsg5w
[0:26] <kieppie> I'm not being nasty of flippant here, but then this is probably not the ideal channel - don't mind helping a little, but you may want to check something out like #linux, #Linux-noobs, #ubuntu, #bash, #programming or a more topic-appropriate channel
[0:27] <kieppie> btw - please kill your remote access logmein link/session - it's a *really bad* idea to post remote access details to a public forum
[0:28] <kieppie> yea - that's a good start.
[0:28] <kieppie> word of caution : please anonamize potentially sensitive data, such as IP's
[0:28] <osman> alright i removed it
[0:28] <osman> sheit
[0:28] <osman> good point
[0:29] <kieppie> ok - take it step-by-step
[0:29] <kieppie> 1st. get simple SSH
[0:30] <kieppie> you'll need to do a lot of googleing btw
[0:30] <kieppie> then set up SSH to sign in via cert & not PWD
[0:30] <osman> i got that working
[0:30] <osman> im using dsa private keys
[0:30] <osman> or something
[0:31] <osman> i just need it to get working on start up
[0:31] <kieppie> then check tunnel - add a `-C` option to compress
[0:31] <kieppie> sweet
[0:31] <osman> how do I do that :o
[0:32] * FearTec (~FearTec@unaffiliated/feartec) Quit (Quit: Gotta go baby needs feeding.)
[0:34] <kieppie> then do a bit of googleing to for IF statement & then you want a construct along these pseudo-code:
[0:34] <kieppie> IF (`ps aux | grep "ssh -Cvg" | wc -l` == 0) then: `ssh -Cvg $XYZ` else: echo "tunnel up" > /var/log/tunnelstate.log
[0:35] <osman> sheit thank you
[0:35] <osman> what is $xyz supposed to be
[0:35] <osman> i appreciate it soo much :)
[0:35] <kieppie> put that in a bash script, save it somewhere, set appropriate chmod +x for it & load it to a cron job to run every minute or something
[0:36] <kieppie> $XYZ meaning whatever (variable in this case) - I'm just an arbitrary value to illustrate the point
[0:36] <kieppie> but that's just a very rough outline - you'll need to do a bit of digging & googling to get it right
[0:37] <osman> okay
[0:37] <osman> thank you
[0:38] <kieppie> & please refrain from posting potentially vulnerable data such as IP's & ports - you'll just land yourself in a world of hurt
[0:39] <kieppie> not being critical - just an observation
[0:43] * Peter`Pan (~Peter@195-154-251-45.rev.poneytelecom.eu) Quit (Quit: .)
[0:46] * Peter`Pan (~Peter@195-154-251-45.rev.poneytelecom.eu) has joined #raspbian
[0:50] * ColdKeyboard (~coldkeybo@cable-188-2-9-141.dynamic.sbb.rs) Quit ()
[0:51] * kieppie (~jaco@ip-58-28-154-35.static-xdsl.xnet.co.nz) has left #raspbian
[1:03] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-wvfxagwnwvqwauxk) has joined #raspbian
[1:04] * mdorenka (~mdorenka@x2f6b61c.dyn.telefonica.de) Quit (Ping timeout: 252 seconds)
[1:05] * mdorenka (~mdorenka@x2f66f74.dyn.telefonica.de) has joined #raspbian
[1:07] * lupinedk is now known as Lupinedk
[1:43] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[1:44] * Googy (~Gooogy@31-19-202-246-dynip.superkabel.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[1:44] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[1:52] * exiton_ (~exiton@brln-4d0c52fe.pool.mediaWays.net) has joined #raspbian
[1:55] * exiton (~exiton@brln-4db9c170.pool.mediaWays.net) Quit (Ping timeout: 265 seconds)
[2:00] * XpineX_ (~XpineX@93-160-241-126-dynamic.dk.customer.tdc.net) has joined #raspbian
[2:01] * mdorenka (~mdorenka@x2f66f74.dyn.telefonica.de) Quit (Ping timeout: 255 seconds)
[2:02] * XpineX (~XpineX@93-160-241-126-dynamic.dk.customer.tdc.net) Quit (Ping timeout: 252 seconds)
[2:04] * mdorenka (~mdorenka@x2f66ba1.dyn.telefonica.de) has joined #raspbian
[2:06] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Quit: bye lol)
[2:08] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[2:10] <osman> Odie_ I need you lol
[2:10] <osman> help with tft screen :D
[2:13] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Quit: bye lol)
[2:16] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[2:19] <gnarface> tony1: oh good stuff. thanks for letting me know. i don't always manage to respond but i'm glad to hear it worked out for you
[2:19] <gnarface> osman: what's up dude? you got the tunnel figured out finally and now you're on to the display?
[2:19] <osman> yea i got that working :D
[2:19] <osman> just need to get this display to work
[2:19] <osman> i will beb ack in 10 minutes
[2:19] <osman> one sec
[2:19] <osman> well 10 min not 1 sec
[2:24] * WishBoy (~WishBoy@203.20.55.59) Quit (Read error: Connection reset by peer)
[2:25] * WishBoy (~WishBoy@203.20.55.59) has joined #raspbian
[2:25] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 240 seconds)
[2:28] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Quit: Smell ya later. Time to sleep. Hold the phone. Don't dial the emergency number.)
[2:28] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) has joined #raspbian
[2:30] * echopleks (~echopleks@69.172.145.236) Quit (Ping timeout: 255 seconds)
[2:30] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) Quit (Client Quit)
[2:42] <osman> IM BACK
[2:42] <osman> caps
[2:42] <osman> gnarface are you still on
[2:44] <osman> or Odie_
[2:46] <gnarface> osman: 'sup? i don't really know crap about displays or gpio, Odie_ is probably your man
[2:46] <osman> darn
[2:46] <osman> it might be a general linux thing that im missing
[2:46] <osman> http://blog.iteadstudio.com/raspberry-pi-2-8-tft-add-on/#more-2017
[2:46] <osman> i followed the installation directions
[2:46] <osman> but it didnt work
[2:48] <gnarface> :( bummer
[2:48] <gnarface> well it looks complex, but unfortunately i'm taking off again
[2:51] <osman> darn
[2:51] <osman> well thanks anyways
[2:51] <osman> take care
[2:53] * XpineX_ is now known as XpineX
[2:54] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[2:58] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) has joined #raspbian
[3:03] * Vector- (~Vector@host31-54-24-121.range31-54.btcentralplus.com) has joined #raspbian
[3:03] * MrVector (~Vector@host31-54-24-121.range31-54.btcentralplus.com) Quit (Ping timeout: 255 seconds)
[3:09] * ztaale (~bleh@ti0098a400-2223.bb.online.no) Quit (Read error: Connection reset by peer)
[3:16] * WinstonSmith (~WinstonSm@unaffiliated/winstonsmith) Quit (Ping timeout: 240 seconds)
[3:17] * WinstonSmith (~WinstonSm@unaffiliated/winstonsmith) has joined #raspbian
[3:29] * billcho (~bill@101.15.223.254) has joined #raspbian
[3:30] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) Quit ()
[3:30] <osman> Odie_ you are my last hope
[3:30] <osman> please tell m your on
[3:49] * Robby (robby@chillum.thcgirls.com) Quit (Ping timeout: 245 seconds)
[3:52] * aliocha (~aliocha@ip-157.net-89-2-228.rev.numericable.fr) Quit (Ping timeout: 255 seconds)
[3:53] * mike_t (~mike@109.169.182.223) has joined #raspbian
[3:53] <osman> Odie_
[3:53] <osman> please tell me your on
[3:54] * Robby (robby@chillum.thcgirls.com) has joined #raspbian
[3:59] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[4:00] * bizarro_1 (~bizarro_1@247.Red-88-20-102.staticIP.rima-tde.net) Quit (Quit: Leaving)
[4:06] * aliocha (~aliocha@ip-157.net-89-2-228.rev.numericable.fr) has joined #raspbian
[4:19] * echopleks2 (~echopleks@69.172.145.236) has joined #raspbian
[4:20] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[4:21] * osman (47c0de09@gateway/web/freenode/ip.71.192.222.9) Quit (Quit: Page closed)
[4:23] * osman (47c0de09@gateway/web/freenode/ip.71.192.222.9) has joined #raspbian
[4:23] <osman> Odie_ are you on
[4:35] * echopleks2 is now known as echopleks
[4:45] * mdorenka (~mdorenka@x2f66ba1.dyn.telefonica.de) Quit (Ping timeout: 276 seconds)
[4:49] * mike_t (~mike@109.169.182.223) Quit (Remote host closed the connection)
[4:49] <osman> Odie_ are you on
[4:50] * mdorenka (~mdorenka@x2f6ad06.dyn.telefonica.de) has joined #raspbian
[4:53] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) has joined #raspbian
[5:05] * pda (~pda@162.243.146.218) Quit (Ping timeout: 252 seconds)
[5:32] * taza (~zap@unaffiliated/taza) Quit ()
[5:43] * taza (~zap@unaffiliated/taza) has joined #raspbian
[5:59] * _yoy_ (~YoY@84.146.16.93.rev.sfr.net) Quit (Quit: Leaving...)
[6:00] * _yoy_ (~YoY@84.146.16.93.rev.sfr.net) has joined #raspbian
[6:04] * taza (~zap@unaffiliated/taza) Quit ()
[6:33] <Odie_> osman: good morning
[6:37] * sam (~sam@poulet.zoy.org) Quit (Ping timeout: 240 seconds)
[6:46] * arpad (20320@ninthfloor.org) has joined #raspbian
[6:52] * UniOn (~UniOn4@5419C81A.cm-5-2d.dynamic.ziggo.nl) has joined #raspbian
[6:53] * lvispy (~luiz@179-125-133-245.desktop.com.br) has joined #raspbian
[6:55] * sam (~sam@poulet.zoy.org) has joined #raspbian
[6:57] * stationweb (~narsene@85-169-173-132.rev.numericable.fr) has joined #raspbian
[6:58] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[7:00] * sam (~sam@poulet.zoy.org) Quit (Ping timeout: 240 seconds)
[7:03] * Lucretia (~munkee@pdpc/supporter/active/lucretia) Quit (Remote host closed the connection)
[7:07] * billcho (~bill@101.15.223.254) Quit (Quit: Ex-Chat)
[7:08] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[7:11] * lvispy (~luiz@179-125-133-245.desktop.com.br) Quit ()
[7:15] * arpad (20320@ninthfloor.org) Quit (Quit: Lost terminal)
[7:23] * Lucretia (~munkee@pdpc/supporter/active/lucretia) has joined #raspbian
[7:34] * ColdKeyboard (~coldkeybo@cable-188-2-9-141.dynamic.sbb.rs) has joined #raspbian
[7:51] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[7:52] * meti (~meti@unaffiliated/meti) has joined #raspbian
[7:54] * Lupinedk is now known as lupinedk
[8:01] * sraue (~stephan@xbmc/staff/sraue) Quit (Quit: Ex-Chat)
[8:09] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[8:17] * jonascj (~jonas@ip-52-91.bnaa.dk) has joined #raspbian
[8:18] <jonascj> Hi all. Can I make the raspberry pi automatically setup a tunnel once booted? Preferably witnout logging in a user.
[8:18] <jonascj> Can I do it with an init.d script?
[8:21] <shiftplusone> init.d script, cronjob or rc.local
[8:22] <jonascj> will all these options run without a user logged in?
[8:22] <shiftplusone> yeah
[8:22] <jonascj> My goal is to setup the tunnel when the pi boots headless
[8:23] <jonascj> such that I can ssh to it using that tunnel and then login :)
[8:23] <shiftplusone> the cronjob option can run it as a user or as root... but I guess that applies to all of the options if you add a su command in there anyway.
[8:23] <jonascj> shiftplusone: who will the init.d option run as?
[8:23] <shiftplusone> for testing, rc.local is probably the easiest approach
[8:23] <shiftplusone> init.d will run as root
[8:23] <jonascj> e.g. someone has to own the ssh process which is spawned
[8:24] <shiftplusone> if that's not the desired behaviour, you can use su to choose what user to run it as.
[8:25] <jonascj> shiftplusone: rc.local is just a single script=
[8:25] <jonascj> ?
[8:26] <shiftplusone> yeah, rc.local just runs after the init.d scripts and doesn't have any control like start/stop, it's just a script.
[8:27] <jonascj> shiftplusone: so if all i wanted was a single tunnel I could just add "ssh user@server -L ...." in that script?
[8:27] <shiftplusone> might need a & at the end, so that the boot process continues.
[8:28] <jonascj> do you know if dhcp will have done its job of obtaining an IP before rc.local is run?
[8:28] <shiftplusone> should
[8:29] <jonascj> do you have any opinion on where I should store the private key for this endeavour? in root's .ssh ?
[8:30] <shiftplusone> yes, but maybe running it as root is not necessary in the first place?
[8:31] <jonascj> shiftplusone: no, I suppose it can run as any user. A tunnel crated by user tunnelcreator should be usable by another user bob, I suppose
[8:32] <jonascj> e.g. alice can setup the tunnel and through that tunnel bob can login.
[8:32] <shiftplusone> I don't know if there are any security issues running it as root, probably none, but I have a habit of avoiding root when it's not required.
[8:33] <jonascj> I think I'll make a user for this task then. I just wanted to do it without logging a user in
[8:33] <jonascj> but running it as root does not mean root is logged in, so I will just make another user for it
[8:33] <shiftplusone> then look up cron @reboot.
[8:35] <shiftplusone> or use something like su tunnelcreator -c "ssh ..."& in rc.local.
[8:35] <jonascj> yeah, I think the last suggestion suits me best :)
[8:35] <jonascj> thank you!
[8:36] <shiftplusone> np
[8:36] <shiftplusone> I believe rc.local likes to end with exit 0, if everything goes well.
[8:36] <jonascj> yeah!
[8:51] * oberstet (~quassel@ppp-188-174-159-118.dynamic.mnet-online.de) has joined #raspbian
[9:06] * andatche (~andatche@mule.andatche.com) Quit (Ping timeout: 255 seconds)
[9:07] * BManojlovic (~steki@94.189.160.252) has joined #raspbian
[9:07] * BManojlovic (~steki@94.189.160.252) Quit (Changing host)
[9:07] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[9:11] <jonascj> shiftplusone: can I do 'su anotheruser -C "ssh -L ..."' without 'anotheruser' having a shell?
[9:12] * shiftplusone shrugs
[9:13] <jonascj> It worked giving it a shell- sorry, I don't know why I asked
[9:14] * arpad (20320@ninthfloor.org) has joined #raspbian
[9:23] * echopleks (~echopleks@69.172.145.236) Quit (Ping timeout: 240 seconds)
[9:27] * stationweb (~narsene@85-169-173-132.rev.numericable.fr) Quit (Quit: stationweb)
[9:35] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[9:45] * piper (~user@h1.lucasaccarola.it) has joined #raspbian
[9:53] * oakenshield (~oakenshie@static-212.214.227.237.addr.tdcsong.se) has joined #raspbian
[9:58] * Fusing3 (~fusing@85-170-187-28.rev.numericable.fr) has joined #raspbian
[10:02] * girafe (~girafe@ip-242.net-82-216-177.lyon5.rev.numericable.fr) Quit (Read error: Connection reset by peer)
[10:02] * txt-file (~txt-file@2a03:f80:354:37:235:49:34:fab) Quit (Ping timeout: 252 seconds)
[10:02] * txt-file (~txt-file@2a03:f80:354:37:235:49:34:fab) has joined #raspbian
[10:07] * mdorenka (~mdorenka@x2f6ad06.dyn.telefonica.de) Quit (Ping timeout: 276 seconds)
[10:12] * oakenshield (~oakenshie@static-212.214.227.237.addr.tdcsong.se) Quit (Remote host closed the connection)
[10:14] * mdorenka (~mdorenka@x2f6ba61.dyn.telefonica.de) has joined #raspbian
[10:33] * bizarro_1 (~bizarro_1@207.Red-83-47-148.dynamicIP.rima-tde.net) has joined #raspbian
[10:41] * jonascj (~jonas@ip-52-91.bnaa.dk) has left #raspbian
[10:42] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[10:45] * vincent_c (~bip@69-50-168-53.westerncable.ca) Quit (Ping timeout: 276 seconds)
[10:55] * nils2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[10:55] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Read error: Operation timed out)
[10:56] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[11:02] * nils2 is now known as nils_2
[11:03] * vincent_c (~bip@69-50-168-53.westerncable.ca) has joined #raspbian
[11:07] * okokok (~olo@home.olo-web.eu) has joined #raspbian
[11:07] * okokok (~olo@home.olo-web.eu) Quit (Changing host)
[11:07] * okokok (~olo@unaffiliated/okokok) has joined #raspbian
[11:08] * Googy (~Gooogy@31-19-202-246-dynip.superkabel.de) has joined #raspbian
[11:16] * mdorenka (~mdorenka@x2f6ba61.dyn.telefonica.de) Quit (Ping timeout: 252 seconds)
[11:19] * mdorenka (~mdorenka@x2f6c778.dyn.telefonica.de) has joined #raspbian
[11:22] * stanley (~stan@gateway/tor-sasl/stanley) has left #raspbian
[11:30] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[11:38] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Quit: Smell ya later. Time to sleep. Hold the phone. Don't dial the emergency number.)
[11:39] * \\Mr_C\\ (mrc@cpe-174-100-175-27.neo.res.rr.com) Quit (Quit: .)
[11:43] * ikonia (~irc@unaffiliated/ikonia) Quit (Ping timeout: 252 seconds)
[11:44] * ikonia (~irc@bender.dnsdata.co.uk) has joined #raspbian
[11:44] * intore (~stefano@149-71-153-134.v4.ngi.it) has joined #raspbian
[11:45] * ikonia is now known as Guest55705
[12:01] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[12:05] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[12:12] <intore> hi, i have a raspberry pi ver 2 with raspbian wheezy. i was trying to upgrade after updated packet list (this is the output of the upgrade http://pastebin.com/yJFqR4wQ) but it shows many errors of "Illegal instruction" as you can see in line 24-128-131-134 and at the end it returns the error "E: Sub-process /usr/bin/dpkg returned an error code (1)". Could you give me suggestions? Thanks
[12:38] * lazy_prince (~killer_pr@122.171.71.241) has joined #raspbian
[12:38] * lazy_prince is now known as killer_prince
[12:44] * vincent_c (~bip@69-50-168-53.westerncable.ca) Quit (Ping timeout: 276 seconds)
[12:47] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[12:50] * killer_prince (~killer_pr@122.171.71.241) Quit (Read error: Connection reset by peer)
[12:51] * killer_prince (~killer_pr@122.171.71.241) has joined #raspbian
[12:51] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 276 seconds)
[12:52] * piper (~user@h1.lucasaccarola.it) Quit (Ping timeout: 252 seconds)
[12:55] * vincent_c (~bip@69-50-168-53.westerncable.ca) has joined #raspbian
[13:21] <osman> hey Odie_
[13:21] <osman> are you on
[13:21] * eXtremo (~eXtremo@unaffiliated/extremo) Quit (Ping timeout: 265 seconds)
[13:22] * eXtremo (~eXtremo@177.207.14.222.dynamic.adsl.gvt.net.br) has joined #raspbian
[13:22] * eXtremo (~eXtremo@177.207.14.222.dynamic.adsl.gvt.net.br) Quit (Changing host)
[13:22] * eXtremo (~eXtremo@unaffiliated/extremo) has joined #raspbian
[13:27] * h41 (~h41@f050236016.adsl.alicedsl.de) has joined #raspbian
[13:33] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:39] * frank1e (~frank1e@unaffiliated/frank1e) has joined #raspbian
[13:42] <osman> damn it
[13:48] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[13:53] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 265 seconds)
[13:59] * WillAmes (~py@ool-18b9bd01.dyn.optonline.net) Quit (Ping timeout: 240 seconds)
[14:03] * rosapoP (~rosapoP@213-65-0-114-no185.business.telia.com) has joined #raspbian
[14:05] * hououina (~hououina@c-71-60-244-180.hsd1.pa.comcast.net) has joined #raspbian
[14:06] * arpad (20320@ninthfloor.org) Quit (Quit: Lost terminal)
[14:06] * mdorenka (~mdorenka@x2f6c778.dyn.telefonica.de) Quit (Ping timeout: 240 seconds)
[14:07] * tony1 (~tony1@cpe-66-66-6-48.rochester.res.rr.com) has left #raspbian
[14:09] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 246 seconds)
[14:09] * mdorenka (~mdorenka@x2f64df4.dyn.telefonica.de) has joined #raspbian
[14:12] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[14:30] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[14:40] * diederik (~diederik@f191104.upc-f.chello.nl) has joined #raspbian
[14:45] <osman> Odie_ are you on pls
[14:46] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[14:49] <osman> is this irc dead
[14:49] <osman> or does no one talk
[14:49] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[14:51] * nitdega_ (nitdega@2602:306:2420:8bd1:4c8:ecf:6b82:2fbe) has joined #raspbian
[14:52] * husker (~Thunderbi@2a02:1810:9212:1e00:116e:901b:7965:cc8a) has joined #raspbian
[14:53] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[14:54] * nitdega (nitdega@2602:306:2420:8bd1:4c8:ecf:6b82:2fbe) Quit (Ping timeout: 240 seconds)
[14:58] * nitdega_ (nitdega@2602:306:2420:8bd1:4c8:ecf:6b82:2fbe) Quit (Ping timeout: 240 seconds)
[15:05] <osman> faks
[15:07] <kingii> talking is not allowed
[15:07] <kingii> only helping and asking
[15:08] <osman> :(
[15:08] <osman> i need help
[15:08] <osman> with my tft
[15:08] <osman> are any of you guys good with it
[15:08] * Fusing3 (~fusing@85-170-187-28.rev.numericable.fr) Quit (Ping timeout: 265 seconds)
[15:14] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:16] * twolife` is now known as twolife
[15:16] * mike_t (~mike@109.169.182.223) has joined #raspbian
[15:17] * Vector- (~Vector@host31-54-24-121.range31-54.btcentralplus.com) Quit (Read error: Operation timed out)
[15:17] * SirLagz (~SirLagz@ppp121-45-251-200.lns20.per2.internode.on.net) Quit (Ping timeout: 252 seconds)
[15:18] * RagingComputer (~RagingCom@ip174-71-121-196.om.om.cox.net) Quit (Read error: Connection reset by peer)
[15:19] * SirLagz (~SirLagz@ppp121-45-255-245.lns20.per2.internode.on.net) has joined #raspbian
[15:28] * RagingComputer (~RagingCom@ip174-71-121-196.om.om.cox.net) has joined #raspbian
[15:31] * lvispy (~luiz@179-125-133-245.desktop.com.br) has joined #raspbian
[15:31] * stationweb (~narsene@85-169-173-132.rev.numericable.fr) has joined #raspbian
[15:49] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[15:54] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 252 seconds)
[15:56] * osxdude|_ (~osxdude@corp.mycclf.org) has joined #raspbian
[15:57] * osxdude|_ (~osxdude@corp.mycclf.org) Quit (Client Quit)
[16:00] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 240 seconds)
[16:04] <osman> anybody good with tft?
[16:06] * frank1e_ (~frank1e@free-03.protectednetgroup.com) has joined #raspbian
[16:08] * frank1e (~frank1e@unaffiliated/frank1e) Quit (Ping timeout: 265 seconds)
[16:17] * yehnan (~yehnan@118-161-100-25.dynamic.hinet.net) has joined #raspbian
[16:20] * lvispy (~luiz@179-125-133-245.desktop.com.br) Quit ()
[16:29] * mdorenka (~mdorenka@x2f64df4.dyn.telefonica.de) Quit (Ping timeout: 264 seconds)
[16:29] * yehnan (~yehnan@118-161-100-25.dynamic.hinet.net) Quit (Quit: Leaving)
[16:30] * mdorenka (~mdorenka@x2f6d8dd.dyn.telefonica.de) has joined #raspbian
[16:42] * mdorenka (~mdorenka@x2f6d8dd.dyn.telefonica.de) Quit (Ping timeout: 240 seconds)
[16:44] * mdorenka (~mdorenka@x2f6b215.dyn.telefonica.de) has joined #raspbian
[16:45] * hubutm20 (~hubutm20@79.114.110.4) has joined #raspbian
[16:47] * echopleks (~echopleks@69.172.145.236) has joined #raspbian
[16:50] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[16:52] * shadeslayer (~shadeslay@ubuntu/member/shadeslayer) Quit (Ping timeout: 240 seconds)
[16:53] * shadeslayer (~shadeslay@ubuntu/member/shadeslayer) has joined #raspbian
[16:55] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 265 seconds)
[17:01] * stationweb (~narsene@85-169-173-132.rev.numericable.fr) Quit (Quit: stationweb)
[17:04] * keetrainchild (~keetrainc@c-66-30-49-245.hsd1.nh.comcast.net) Quit (Remote host closed the connection)
[17:10] * andatche (~andatche@mule.andatche.com) has joined #raspbian
[17:19] * h41 (~h41@f050236016.adsl.alicedsl.de) Quit (Quit: Leaving)
[17:19] * sam__ (~sam@poulet.zoy.org) has joined #raspbian
[17:20] * sam__ (~sam@poulet.zoy.org) Quit (Client Quit)
[17:21] * sam (~sam@poulet.zoy.org) has joined #raspbian
[17:26] * hubutm20 (~hubutm20@79.114.110.4) Quit (Ping timeout: 240 seconds)
[17:26] * hubutm20 (~hubutm20@79.114.110.4) has joined #raspbian
[17:29] * msantana (msantana@unaffiliated/darkstar) Quit (Ping timeout: 264 seconds)
[17:29] * oberstet (~quassel@ppp-188-174-159-118.dynamic.mnet-online.de) Quit (Remote host closed the connection)
[17:32] * mike_t (~mike@109.169.182.223) Quit (Remote host closed the connection)
[17:33] * frank1e_ (~frank1e@free-03.protectednetgroup.com) Quit (Ping timeout: 255 seconds)
[17:36] * WishBoy (~WishBoy@203.20.55.59) Quit (Ping timeout: 265 seconds)
[17:37] * intore (~stefano@149-71-153-134.v4.ngi.it) Quit (Ping timeout: 276 seconds)
[17:38] * frank1e (~frank1e@unaffiliated/frank1e) has joined #raspbian
[17:41] * irgendwer4711 (~irgendwer@reactos/tester/irgendwer4711) has joined #raspbian
[17:46] * mdorenka (~mdorenka@x2f6b215.dyn.telefonica.de) Quit (Read error: Operation timed out)
[17:47] * irgendwer4711 (~irgendwer@reactos/tester/irgendwer4711) has left #raspbian
[17:50] * mdorenka (~mdorenka@x2f64f99.dyn.telefonica.de) has joined #raspbian
[17:51] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[17:55] * hououina (~hououina@c-71-60-244-180.hsd1.pa.comcast.net) Quit (Quit: Leaving)
[17:55] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 252 seconds)
[17:56] * mr-jack (~mr-jack@unaffiliated/mr-jack) has joined #raspbian
[18:02] * [SkG] (~Esqueje@62.83.47.190.dyn.user.ono.com) has joined #raspbian
[18:02] * [SkG] (~Esqueje@62.83.47.190.dyn.user.ono.com) Quit (Changing host)
[18:02] * [SkG] (~Esqueje@unaffiliated/skg/x-897332) has joined #raspbian
[18:03] * hououina (~hououina@c-71-60-244-180.hsd1.pa.comcast.net) has joined #raspbian
[18:07] * echopleks (~echopleks@69.172.145.236) Quit (Ping timeout: 252 seconds)
[18:17] <Odie_> osman: I have no experience on tft's with serial interfaces etc
[18:26] * arakus (~arakus@87.117.252.90) Quit (Ping timeout: 255 seconds)
[18:27] * arakus (~arakus@87.117.252.90) has joined #raspbian
[18:28] * ZIPY (~ZIPY@unaffiliated/zipy) Quit (Ping timeout: 252 seconds)
[18:29] * stationweb (~narsene@85-169-173-132.rev.numericable.fr) has joined #raspbian
[18:31] * Diaoul (~Diaoul@APuteaux-654-1-48-107.w92-132.abo.wanadoo.fr) Quit (Ping timeout: 255 seconds)
[18:36] * Diaoul (~Diaoul@APuteaux-654-1-115-130.w82-120.abo.wanadoo.fr) has joined #raspbian
[18:38] * mdorenka (~mdorenka@x2f64f99.dyn.telefonica.de) Quit (Ping timeout: 240 seconds)
[18:39] * h41 (~h41@f050236016.adsl.alicedsl.de) has joined #raspbian
[18:42] * ZIPY (~ZIPY@dslb-092-072-218-105.pools.arcor-ip.net) has joined #raspbian
[18:42] * ZIPY (~ZIPY@dslb-092-072-218-105.pools.arcor-ip.net) Quit (Changing host)
[18:42] * ZIPY (~ZIPY@unaffiliated/zipy) has joined #raspbian
[18:45] * mdorenka (~mdorenka@x2f6cf22.dyn.telefonica.de) has joined #raspbian
[18:48] * lvispy (~luiz@179-125-133-245.desktop.com.br) has joined #raspbian
[18:49] * lvispy (~luiz@179-125-133-245.desktop.com.br) Quit (Max SendQ exceeded)
[18:49] * lvispy (~luiz@179-125-133-245.desktop.com.br) has joined #raspbian
[18:52] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[18:52] * mdorenka (~mdorenka@x2f6cf22.dyn.telefonica.de) Quit (Read error: Operation timed out)
[18:52] * girafe (~girafe@ip-242.net-82-216-177.lyon5.rev.numericable.fr) has joined #raspbian
[18:56] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[18:56] * mdorenka (~mdorenka@x2f6b43b.dyn.telefonica.de) has joined #raspbian
[18:57] * Kaboon (~Kaboon@524A76E8.cm-4-3b.dynamic.ziggo.nl) Quit (Ping timeout: 252 seconds)
[18:59] <osman> Odie_ are you on now
[19:00] * frank1e_ (~frank1e@95-91-223-97-dynip.superkabel.de) has joined #raspbian
[19:04] * frank1e (~frank1e@unaffiliated/frank1e) Quit (Ping timeout: 252 seconds)
[19:08] * stationweb (~narsene@85-169-173-132.rev.numericable.fr) Quit (Quit: stationweb)
[19:09] * taza (~zap@unaffiliated/taza) has joined #raspbian
[19:17] * twolife is now known as twolife`
[19:18] * mdorenka (~mdorenka@x2f6b43b.dyn.telefonica.de) Quit (Ping timeout: 264 seconds)
[19:20] * mdorenka (~mdorenka@x2f6b767.dyn.telefonica.de) has joined #raspbian
[19:28] * mdorenka (~mdorenka@x2f6b767.dyn.telefonica.de) Quit (Ping timeout: 276 seconds)
[19:31] * frank1e_ (~frank1e@95-91-223-97-dynip.superkabel.de) Quit (Quit: In Free Lunch We Trust.)
[19:33] * mdorenka (~mdorenka@x2f6e28c.dyn.telefonica.de) has joined #raspbian
[19:35] <osman> Odie_ i pmed you
[19:46] * Niclas___ is now known as Niclas_
[19:48] * mpmc (mpmc@unaffiliated/mpmc) Quit (Ping timeout: 265 seconds)
[19:49] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:56] * mgottschlag2 (~quassel@reactos/tester/phoenix64) has joined #raspbian
[19:58] <mgottschlag2> hey, I just tried to install raspbian using hifi's netinstall image, but it complains "Copying boot files... mount: mounting /dev/mmcblk0p1 on /boot failed: No such file or directory" and goes into a boot loop.
[19:58] <mgottschlag2> are there any known issues, or am I doing any obvious wrong?
[19:59] <mgottschlag2> both files seem to exist
[20:00] <mgottschlag2> this is a rev1 pi if that matters
[20:01] <mgottschlag2> and "mount /dev/mmcblk0p1 /boot" works
[20:10] * rosapoP (~rosapoP@213-65-0-114-no185.business.telia.com) Quit (Read error: Connection reset by peer)
[20:10] * Beliq (~Beliq@ip124-34-208-87.adsl2.static.versatel.nl) has joined #raspbian
[20:14] <mgottschlag2> okay, I uncommented that line and it is installing now
[20:14] * azeam (~azeam@unaffiliated/azeam) Quit (Ping timeout: 240 seconds)
[20:14] * azeam (~azeam@unaffiliated/azeam) has joined #raspbian
[20:19] <mgottschlag2> uh, how long is a default install supposed to take? -.-
[20:19] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[20:20] <diederik> it depends on the speed of your SD card and also the speed of your internet connection
[20:21] <diederik> but I'm pretty sure it'll take more then 5 minutes ;-)
[20:24] <mgottschlag2> restarting now
[20:24] <mgottschlag2> well, 15 minutes, not bad
[20:24] <mgottschlag2> also, I wondered because it was hanging at one package for quite a while :)
[20:25] <osman> any of you guys good with tft screen
[20:25] <osman> i needh elp with it
[20:26] <diederik> Yep, that can happen. Sometimes the (initial) install fails because of an unresponsive mirror. Usually not, but I've seen it happen more then once.
[20:26] <mgottschlag2> ah, it didn't finish at all, it had an error
[20:27] <diederik> details? ...
[20:29] <mgottschlag2> can't see any, they vanished from minicom
[20:29] <mgottschlag2> the error message was pretty generic, and it failed to install gcc
[20:31] <mgottschlag2> what annoys me much more is that my computer now does not seem to be able to access the SD card any more, hm
[20:33] <mgottschlag2> http://codepad.org/GSvqb5FO
[20:35] <diederik> Does it reboot and try the install again? Because that's what's supposed to happen
[20:35] <diederik> Preferable it doesn't fail, but the world isn't perfect
[20:36] <mgottschlag2> it didn't manage to reboot, but maybe something managed to damage the sd card in the process
[20:36] * husker (~Thunderbi@2a02:1810:9212:1e00:116e:901b:7965:cc8a) Quit (Quit: husker)
[20:37] * mpmc (mpmc@unaffiliated/mpmc) has joined #raspbian
[20:37] <- *mpmc* mpmc is currently away, try again later
[20:37] <diederik> That's not good (at all). Does it mean your RPi is now stuck and not doing anything?
[20:38] * h41 (~h41@f050236016.adsl.alicedsl.de) Quit (Quit: Leaving)
[20:38] <mgottschlag2> yes
[20:38] * ppq (~ppq@unaffiliated/ppq) Quit (Quit: Leaving)
[20:38] <mgottschlag2> not after I reinsert the card either
[20:38] <diederik> Then probably the best 'remedy' is to power it off, take the SD card out and place the raspbian-ua-netinst image back on it.
[20:39] <mgottschlag2> my laptop now does not let me write anything to it
[20:40] <mgottschlag2> so I guess it was a hardware problem
[20:40] <diederik> does "dmesg | tail" show a new device, ie your SD card?
[20:41] <diederik> what OS runs on your laptop?
[20:41] <mgottschlag2> http://codepad.org/giAPO90P
[20:41] <mgottschlag2> ubuntu 13.10
[20:43] <diederik> what happened during the time gap?
[20:44] <diederik> or is before ... before putting the netinst on it and after ... after you took it out of your RPi?
[20:45] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[20:46] <mgottschlag2> yeah, that
[20:46] <diederik> do you have parted installed on your system?
[20:46] <diederik> (or gparted)
[20:47] * likevinyl (~likevinyl@unaffiliated/likevinyl) Quit (Quit: likevinyl)
[20:48] <mgottschlag2> btw, trying to cat a new image to /dev/sdb (which exists) gives "bash: /dev/sdb: No medium found"
[20:48] <mgottschlag2> and gparted does not list the file
[20:48] <mgottschlag2> I guess the SD card just gave up, I doubt that is likely to be caused by software
[20:49] <diederik> that does sound like the most plausable explanation
[20:49] * WishBoy (~WishBoy@203.20.55.59) has joined #raspbian
[20:50] <diederik> you could try removing the SD card and plugging it back in and see with "dmesg | tail" whether it does show a line like " sdb: sdb1" (or sth like that).
[20:51] <mgottschlag2> I tried several times
[20:51] <diederik> If that's the case, then /dev/sdb, ie your SD card, should be accessible again.
[20:51] <diederik> Then I'm afraid it's indeed a hardware issue :-/
[20:57] <mgottschlag2> interesting, on this SD card the initial problem with mounting /boot is gone as well
[20:58] <diederik> and that's a different one then before?
[20:58] <diederik> (SD card)
[20:59] <osman> can somebody help me
[20:59] * osman (47c0de09@gateway/web/freenode/ip.71.192.222.9) Quit (Quit: Page closed)
[21:00] * osman (47c0de09@gateway/web/freenode/ip.71.192.222.9) has joined #raspbian
[21:02] <osman> can someone help me
[21:03] <diederik> if you want someone to help you, specify your problem (as detailed as possible). Just asking 'help me' usually doesn't work
[21:04] * dbrgn (~danilo@v22011081724612999.yourvserver.net) Quit (Ping timeout: 252 seconds)
[21:04] <osman> I need help with a 2.8 inch tft screen
[21:04] <diederik> http://catb.org/~esr/faqs/smart-questions.html
[21:04] <osman> and installing it
[21:04] <osman> ive been folloiwng this guide
[21:04] <osman> http://blog.iteadstudio.com/raspberry-pi-2-8-tft-add-on/#more-2017
[21:05] <osman> when i do startx
[21:05] <osman> it doesnt display to screen
[21:05] <osman> i can create a join.me so you can see my screen
[21:06] <mgottschlag2> diederik: yes, a different one
[21:06] <diederik> mgottschlag2: ok, thanks
[21:08] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 240 seconds)
[21:08] <osman> diederik could you help me with that^
[21:08] <diederik> osman: I no virtually nothing about hardware, I was only trying to get you to ask your real ('smart') question.
[21:08] <diederik> s/no/know/
[21:09] <osman> ok
[21:09] <diederik> I think you'd have a much better chance of getting answers on the raspberry pi forums
[21:09] <mgottschlag2> osman: what does dmesg say?
[21:10] * dbrgn (~danilo@v22011081724612999.yourvserver.net) has joined #raspbian
[21:11] * cjs226 (~cjs226@107-220-58-96.lightspeed.austtx.sbcglobal.net) has joined #raspbian
[21:12] <osman> let me look
[21:13] <osman> mgottschlag2
[21:13] <osman> http://pastebin.com/L6gqA2hJ
[21:13] <osman> but when I run that command foom the blug
[21:13] <osman> blog
[21:13] <osman> it shows correctly
[21:13] <osman> but when i reboot sever it doesnt
[21:13] <osman> ok
[21:13] <osman> let me make a join ,me
[21:13] <mgottschlag2> did you even modprobe fbtft_device at all?
[21:14] <osman> ill send you a msg
[21:15] * Guest55705 (~irc@bender.dnsdata.co.uk) Quit (Changing host)
[21:15] * Guest55705 (~irc@unaffiliated/ikonia) has joined #raspbian
[21:15] * Guest55705 is now known as ikonia
[21:15] <osman> mgottschlag2 it allows you to see my screen
[21:15] * Xiguanda (~drtxus@189.Red-2-138-9.dynamicIP.rima-tde.net) has joined #raspbian
[21:17] <diederik> osman: make sure you'll read the smart-questions link I posted
[21:19] <osman> ill read it later
[21:21] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[21:23] <Xiguanda> hola
[21:23] <osman> Can somebody help me with this tutorial I am having a problem with framebuffer usage http://blog.iteadstudio.com/raspberry-pi-2-8-tft-add-on/#more-2017
[21:24] <mgottschlag2> osman: you should really read that link.
[21:24] <diederik> if this was FB, I'd give you a 'like' mgottschlag2 ;-)
[21:25] <osman> I did
[21:25] <osman> I went though it for four hours last night
[21:25] <osman> I tried everything
[21:25] <mgottschlag2> osman: the one diederik posted
[21:25] * gecko_x2 (~relic@212-149-181-133.bb.dnainternet.fi) has joined #raspbian
[21:25] <osman> nah no need
[21:25] <osman> its a smart ass thing to do
[21:25] <osman> and im not doing it
[21:26] <diederik> then why do you think anyone would help you?
[21:26] <diederik> because that document explains exactly why you're not getting the response you're hoping for
[21:27] <osman> not true at all
[21:27] <osman> Ive been helped by many uses in this irc
[21:27] <osman> without visiting some website
[21:28] <mgottschlag2> installation complete \o/
[21:28] <mgottschlag2> alright, thanks for the help, and have fun. gn8
[21:29] * mgottschlag2 (~quassel@reactos/tester/phoenix64) has left #raspbian
[21:29] * lupinedk is now known as Lupinedk
[21:50] * mr-jack (~mr-jack@unaffiliated/mr-jack) Quit (Quit: ...)
[21:52] * [SkG] (~Esqueje@unaffiliated/skg/x-897332) Quit (Remote host closed the connection)
[21:58] * mr-jack (~mr-jack@unaffiliated/mr-jack) has joined #raspbian
[21:58] * Xiguanda (~drtxus@189.Red-2-138-9.dynamicIP.rima-tde.net) Quit (Remote host closed the connection)
[22:00] * PasNox (~pasnox@2a01:e35:8b61:9b30:843d:c82f:a03e:b896) Quit (Quit: Leaving - Cross platform IDE http://monkeystudio.org)
[22:00] * Xiguanda (~drtxus@189.Red-2-138-9.dynamicIP.rima-tde.net) has joined #raspbian
[22:02] * Fusing3 (~fusing@156.113.118.80.rev.sfr.net) has joined #raspbian
[22:07] * Xiguanda (~drtxus@189.Red-2-138-9.dynamicIP.rima-tde.net) Quit (Remote host closed the connection)
[22:10] * Beliq (~Beliq@ip124-34-208-87.adsl2.static.versatel.nl) Quit ()
[22:11] * ruben-ikmaak (~ikmaak@541A275B.cm-5-3a.dynamic.ziggo.nl) Quit (Read error: Connection reset by peer)
[22:18] * beardy (~beardy@unaffiliated/beardy) Quit (Ping timeout: 276 seconds)
[22:19] * Fusing3 (~fusing@156.113.118.80.rev.sfr.net) Quit (Quit: Nettalk6 - www.ntalk.de)
[22:19] * beardy (~beardy@unaffiliated/beardy) has joined #raspbian
[22:32] * mythos (~mythos@unaffiliated/mythos) has joined #raspbian
[22:34] * ruben-ikmaak (~ikmaak@541A275B.cm-5-3a.dynamic.ziggo.nl) has joined #raspbian
[22:34] * diederik (~diederik@f191104.upc-f.chello.nl) Quit (Quit: Konversation terminated!)
[22:39] * girafe (~girafe@ip-242.net-82-216-177.lyon5.rev.numericable.fr) Quit (Read error: Connection reset by peer)
[22:42] * Budd (~eric@pool-72-79-199-96.spfdma.east.verizon.net) has joined #raspbian
[22:43] * UniOn (~UniOn4@5419C81A.cm-5-2d.dynamic.ziggo.nl) Quit (Remote host closed the connection)
[22:48] * mr-jack (~mr-jack@unaffiliated/mr-jack) Quit (Quit: ...)
[22:57] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Read error: Operation timed out)
[23:01] <Budd> I got a couple 7811Un 802.11 adapters, and am disappointed that they don't have a nl80211 driver, so 'iw' doesn't work.
[23:01] * nitdega (nitdega@2602:306:2420:a9c1:d83b:8913:708a:a4c6) has joined #raspbian
[23:02] <Budd> Anyone know if such a driver exists, or is being worked on?
[23:02] * echopleks (~echopleks@69.172.145.236) has joined #raspbian
[23:09] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 252 seconds)
[23:34] * messenjah_ (~messenjah@aftr-37-201-225-46.unity-media.net) has joined #raspbian
[23:37] * messenjah (~messenjah@aftr-37-201-225-46.unity-media.net) Quit (Ping timeout: 240 seconds)
[23:38] * sraue (~stephan@xbmc/staff/sraue) has joined #raspbian
[23:42] * messenjah__ (~messenjah@37.201.225.46) has joined #raspbian
[23:44] * messenjah_ (~messenjah@aftr-37-201-225-46.unity-media.net) Quit (Ping timeout: 240 seconds)
[23:54] * hubutm20 (~hubutm20@79.114.110.4) Quit (Quit: Ulliendo)
[23:56] * SL61 (~fenzil@74-136-69-65.dhcp.insightbb.com) has joined #raspbian
[23:57] * Googy (~Gooogy@31-19-202-246-dynip.superkabel.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[23:59] * hououina (~hououina@c-71-60-244-180.hsd1.pa.comcast.net) Quit (Quit: Leaving)

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