#raspbian IRC Log

Index

IRC Log for 2014-03-09

Timestamps are in GMT/BST.

[0:00] * zoktar (~zoktar@unaffiliated/zoktar) has joined #raspbian
[0:09] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[0:09] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[0:14] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Ping timeout: 265 seconds)
[0:17] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[0:17] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[0:18] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[0:20] * Scriven (~nevirsc@24.114.23.253) has joined #raspbian
[0:22] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Ping timeout: 269 seconds)
[0:29] * taza (~zap@unaffiliated/taza) Quit ()
[0:29] * Otyugh (~otyugh__@ARennes-251-1-237-47.w2-13.abo.wanadoo.fr) Quit (Remote host closed the connection)
[0:46] * treaki_ (2568d1c781@p4FF4AB2E.dip0.t-ipconnect.de) has joined #raspbian
[0:49] * treaki__ (065291e2ff@p4FF4A912.dip0.t-ipconnect.de) Quit (Ping timeout: 240 seconds)
[0:52] * zombieman (~michael@rrcs-97-79-37-100.se.biz.rr.com) has joined #raspbian
[0:52] <zombieman> does anyone have any exparience with os commerance
[0:55] <atouk> a little
[1:00] * Eurbus (~Eurbus@wsip-98-174-196-238.ph.ph.cox.net) Quit (Remote host closed the connection)
[1:02] * Scriven (~nevirsc@24.114.23.253) Quit (Quit: Leaving)
[1:03] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[1:03] * ChanServ sets mode +o vagrantc
[1:18] * plugwash (~plugwash@97e03ff4.skybroadband.com) has joined #raspbian
[1:18] * ChanServ sets mode +o plugwash
[1:18] * miseria (~miseria@CPEc8d3a35a59fe-CM000f9fa607d2.cpe.net.cable.rogers.com) has joined #raspbian
[1:18] <plugwash> vagrantc, you arround?
[1:19] <miseria> "causa: vivir en la gloria; efecto: fomentar la pobreza: fin: morir de hambre. mision: destruir nuestro planeta" bienvenidos: http://castroruben.com *temo_a_un_ser_sin_rival*
[1:19] * miseria (~miseria@CPEc8d3a35a59fe-CM000f9fa607d2.cpe.net.cable.rogers.com) Quit (Client Quit)
[1:20] <vagrantc> plugwash: sure
[1:21] <plugwash> You maintain ltsp in debian right?
[1:21] <vagrantc> yup
[1:22] <vagrantc> in fact, that's what got me interested in the rpi ... looking at it's use as a thin client
[1:22] <plugwash> I know some people have been doing stuff with ltsp and the Pi but i've no idea on the details. I've patched the ltsp in raspbian jessie to make it build but I've no idea if that is enough to actually make it usable
[1:22] <vagrantc> oh, it failed to build?
[1:22] <plugwash> and if it's appropriate to push anything upstream into debian
[1:23] <vagrantc> if it's not too crazy complicated, i'd be happy to take patches
[1:24] <plugwash> It started failling to build after we started using our own vendor name
[1:24] * ColdKeyboard (~coldkeybo@cable-188-2-12-105.dynamic.sbb.rs) Quit ()
[1:24] <plugwash> http://buildd.raspbian.org/status/fetch.php?pkg=ltsp&arch=armhf&ver=5.4.2-6%2Bb2&stamp=1382790352
[1:24] <vagrantc> i recently switched the packaging to dpkg-vendor, it used to use lsb-release...
[1:25] <vagrantc> probably not able to take patches for wheezy at this point, though
[1:25] <plugwash> How exactly do you use dpkg-vendor?
[1:25] <vagrantc> ah, got it.
[1:26] <vagrantc> i see why it's failing.
[1:26] <plugwash> Anyway I added a quick hack http://debdiffs.raspbian.org/main/l/ltsp/ltsp_5.5.0-1%2brpi1.debdiff but i've no idea what the best way to fix it is, nor if raspbian is likely to need different settings from debian to make ltsp actually usable
[1:27] <vagrantc> the ltsp packages have some differences between ubuntu and debian, so we use dpkg-vendor/lsb_release to check
[1:27] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[1:28] <vagrantc> i haven't actually used raspbian as an LTSP server, though, i've only tested the client environment
[1:29] <plugwash> In general to distinguish between debian and ubuntu it's best to use "dpkg-vendor --derives-from ubuntu"
[1:30] <plugwash> That way downstreams of both will get appropriate treatment
[1:30] <vagrantc> plugwash: my hunch is that raspbian can be treated identically to Debian for all the ltsp packaging
[1:32] * vagrantc wonders ho wmany people are using raspbian as an LTSP server...
[1:33] <vagrantc> at runtime, most stuff uses lsb_release, i'm guessing that's different too?
[1:34] <plugwash> Yes it is
[1:34] <plugwash> in general I would advise against using lsb_release because it lacks any understanding of the idea of derivative distributions
[1:35] <vagrantc> that's used extensively upstream
[1:35] <vagrantc> there isn't any distro-agnostic tool that does any better that i'm aware of
[1:36] <plugwash> Well there is /etc/os-release though you have to parse it yourself
[1:37] <plugwash> and it's relatively new
[1:39] <plugwash> The problem is lsb_release has no concept of derivatives, so rather than saying "do x on debian like distros and y on redhat like distros" you have to say "do x on debian, ubuntu, mint ............ y on fedora, rhel, suse, mandrake..............."
[1:40] <plugwash> Which means smaller distros get screwed because upstreams neglect to include them
[1:40] <vagrantc> as far as the packaging is concerned...
[1:40] <vagrantc> for ltsp
[1:41] * DrShoggoth (~prakwtf@12.116.104.118) has joined #raspbian
[1:41] <vagrantc> i just need additional checks for dpkg --derives-from debian && VENDOR=Debian
[1:41] <vagrantc> and dpkg --derives-from Ubuntu && VENDOR=Ubuntu ?
[1:41] * DrShoggoth (~prakwtf@12.116.104.118) Quit (Client Quit)
[1:42] <vagrantc> and then... probably need a symlink in /usr/share/ltsp/plugins/ltsp-build-client/Raspbian -> Debian
[1:42] <vagrantc> although the mirror settings will be different. hrm.
[1:43] <plugwash> In general don't use "--derives-from debian"
[1:43] <vagrantc> ?
[1:43] <plugwash> because pretty much every dpkg using distro will return true for that
[1:43] <vagrantc> well, if VENDOR != Debian or Ubuntu ...
[1:44] <plugwash> Remember ubuntu derives from debian
[1:45] <plugwash> so in general you would check if derived from ubuntu, if so do ubuntu stuff, if not do debian stuff
[1:46] <vagrantc> the --dervices-from checks would only be fallbacks if it's an "unknown" VENDOR
[1:47] <plugwash> If you really insist on doing a --derives-from debian test you would need to do it AFTER the --derives-from ubuntu test
[1:47] <vagrantc> right
[1:48] <vagrantc> plugwash: would you file a wishlist bug on ltsp about this?
[1:48] * themill sets mode +b *!*@CPEc8d3a35a59fe-CM000f9fa607d2.cpe.net.cable.rogers.com
[1:48] <themill> (that's the well known drive-by spammer)
[1:50] <plugwash> (but in general I see doing a --derives-from debian test as pointless, you may as well just put the "debian" choice as the final fallback IMO)
[1:50] <vagrantc> plugwash: yeah, that makes sense.
[1:55] * joris_ (~joris@pas38-1-82-67-68-163.fbx.proxad.net) has joined #raspbian
[2:04] * Humpelstilzchen (erik@f050165045.adsl.alicedsl.de) has joined #raspbian
[2:05] * Defiant (erik@f054097208.adsl.alicedsl.de) Quit (Ping timeout: 240 seconds)
[2:10] * DrShoggoth (~prakwtf@12.116.104.118) has joined #raspbian
[2:13] * Googy (~Gooogy@31-19-202-246-dynip.superkabel.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[2:22] * ReggieUK (ReggieUK@0547d0da.skybroadband.com) Quit ()
[2:23] * jpg__ (jpg_@gateway/shell/elitebnc/x-gykqgjgfttrlvimn) Quit (Remote host closed the connection)
[2:23] * Kymru (Elite8681@gateway/shell/elitebnc/x-harccyubwuorrusb) Quit (Remote host closed the connection)
[2:31] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) Quit (Quit: Leaving)
[2:32] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[2:33] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[2:34] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) has joined #raspbian
[2:34] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) Quit (Client Quit)
[2:49] * mdorenka (~mdorenka@x2f671e3.dyn.telefonica.de) Quit (Ping timeout: 265 seconds)
[2:50] * mdorenka (~mdorenka@x2f664aa.dyn.telefonica.de) has joined #raspbian
[2:54] * YoY (~YoY@14.111.16.93.rev.sfr.net) Quit (Ping timeout: 240 seconds)
[2:54] * _Lucretia_ (~munkee@pdpc/supporter/active/lucretia) Quit (Ping timeout: 240 seconds)
[2:58] * MrVector (~Vector@host81-159-100-221.range81-159.btcentralplus.com) Quit (Ping timeout: 240 seconds)
[2:59] * MrVector (~Vector@host31-51-122-190.range31-51.btcentralplus.com) has joined #raspbian
[3:07] * _Lucretia_ (~munkee@pdpc/supporter/active/lucretia) has joined #raspbian
[3:09] * Kymru (Elite8681@gateway/shell/elitebnc/x-ciuxvkgxueshhubm) has joined #raspbian
[3:14] * joris_ (~joris@pas38-1-82-67-68-163.fbx.proxad.net) Quit (Ping timeout: 240 seconds)
[3:15] * gnarface_ (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) has joined #raspbian
[3:15] * gnarface_ (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) Quit (Client Quit)
[3:19] * gnarface_ (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) has joined #raspbian
[3:20] * gnarface_ is now known as gnarface
[3:24] * ReggieUK (~ReggieUK@0547d0da.skybroadband.com) has joined #raspbian
[3:31] <zwergnjkl> What C compiler should I use on my pi?
[3:32] * jpg__ (jpg_@gateway/shell/elitebnc/x-eqzazsstfhefdsvk) has joined #raspbian
[3:33] <sney> gcc is the linux standard generally
[3:33] <sney> if you 'apt-get install build-essential' you'll get a collection of compiler related tools needed for building most source packages
[3:33] <zwergnjkl> thanks
[3:35] * zombieman (~michael@rrcs-97-79-37-100.se.biz.rr.com) Quit (Quit: Leaving)
[3:36] <zwergnjkl> If I write a .txt file will it run in gcc?
[3:36] <zwergnjkl> or do I need to save it as something .c
[3:37] <sney> I've never tried that, but I think as long as it's C code it should compile
[3:37] <zwergnjkl> ok
[3:37] <sney> saving as .c is a better habit to get into though
[3:37] * sney tries it
[3:37] <zwergnjkl> Is there a standard text-editor for debian?
[3:38] <sney> I think the default is nano, a lot of people like vi and emacs, there are several gui editors too, with and without syntax highlighting
[3:39] <sney> sney@debaser:~$ cc -o test test.txt
[3:39] <sney> test.txt: file not recognized: File format not recognized
[3:39] <sney> that's for a standard hello world. guess it does have to be .c
[3:40] <zwergnjkl> ok
[3:41] <zwergnjkl> I wrote helloworld.c and put it on my desktop.
[3:42] <zwergnjkl> I commanded gcc helloworld.c and then cc helloworld.c
[3:42] <sney> for C stuff you should really be using the terminal more than anything else
[3:42] <sney> if you don't use the -o option, it compiles to a file called "a.out"
[3:42] <sney> if you use -o you can tell it what to call the compiled binary
[3:43] <zwergnjkl> where is a.out?
[3:43] <sney> cc and gcc are the same thing, cc is a symlink which is like a shortcut to gcc
[3:43] <sney> it'll be in the same dir as your helloworld.c
[3:43] <zwergnjkl> how do I open it?
[3:44] <zwergnjkl> I typed a.out and the result is: "bash: a.out: command not found"
[3:44] <sney> from your terminal type ./a.out
[3:44] <zwergnjkl> it worked!
[3:44] <zwergnjkl> what is ./ ?
[3:44] <sney> it means "this current directory"
[3:44] <sney> bash doesn't look in the current directory for programs unless you specify with ./
[3:45] <zwergnjkl> ok
[3:46] <zwergnjkl> where does it look?
[3:46] <zwergnjkl> /bin?
[3:46] <sney> type this: echo $PATH
[3:46] <sney> those are the places it looks
[3:47] <sney> if you make a dir called 'bin' in your home directory, and log out and log back in again, it'll look there too
[3:47] <zwergnjkl> ok
[3:48] <zwergnjkl> how do I log out?
[3:48] <sney> type "logout" or ctrl+d
[3:49] <sney> gotta run but here's a reference card for some stuff you should know https://www.debian.org/doc/manuals/refcard/refcard.en.pdf
[3:57] * rozie (~rozie@ircer.ghostkeeper.mooo.com) Quit (Ping timeout: 244 seconds)
[3:57] * rozie (~rozie@ircer.ghostkeeper.mooo.com) has joined #raspbian
[4:21] * mike_t (~mike@95.67.202.193) has joined #raspbian
[4:26] * zwergnjkl (~ZeBrave@c-76-118-65-239.hsd1.ma.comcast.net) Quit (Excess Flood)
[4:26] * zwergnjkl (~ZeBrave@c-76-118-65-239.hsd1.ma.comcast.net) has joined #raspbian
[4:27] * bolt (~r00t@unaffiliated/bolt) Quit (Excess Flood)
[4:27] * okokok_ (~olo@kucyk.olo-web.eu) has joined #raspbian
[4:27] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[4:27] * djukon (~djukon@50708181.static.ziggozakelijk.nl) Quit (Remote host closed the connection)
[4:29] * okokok (~olo@unaffiliated/okokok) Quit (Write error: Broken pipe)
[4:29] * djukon_ (~djukon@50708181.static.ziggozakelijk.nl) has joined #raspbian
[4:30] <plugwash> <sney> that's for a standard hello world. guess it does have to be .c <-- I'm pretty sure there is a way to bypass the file extension based detection and force gcc to treat the file as c code
[4:30] <plugwash> though I don't remember exactly what the option is off the top of my head
[4:31] <themill> "-x c" but it's not worth fighting with the compiler over such things
[4:31] <zwergnjkl> hello
[4:33] <zwergnjkl> how do I run hellworld.c in terminal?
[4:34] <zwergnjkl> I've trield cc -o helloworld.c
[4:36] <piney0> close. cc helloworld.c -o helloworld
[4:36] <piney0> that would make an executable named helloworld
[4:37] <piney0> then the ./helloworld to run it
[4:38] <zwergnjkl> success
[4:41] * werp (~werp@ool-4a58be0f.dyn.optonline.net) Quit (Read error: Connection reset by peer)
[5:17] * ReggieUK (~ReggieUK@0547d0da.skybroadband.com) Quit ()
[5:17] * treaki_ (2568d1c781@p4FF4AB2E.dip0.t-ipconnect.de) Quit (Excess Flood)
[5:18] * treaki_ (7b648d56a0@p4FF4AB2E.dip0.t-ipconnect.de) has joined #raspbian
[5:18] * M4dH4TT3r (~M4dH4TT3r@24.205.206.211) has joined #raspbian
[5:19] * M4dH4TT3r is now known as Guest39028
[5:19] * yofel (~quassel@ubuntu/member/yofel) Quit (Excess Flood)
[5:19] * Guest53884 (~M4dH4TT3r@24.205.206.211) Quit (Excess Flood)
[5:19] * GuySoft (guy@37.19.116.92) Quit (Excess Flood)
[5:19] * girafe (~girafe@ip-117.net-82-216-176.lyon5.rev.numericable.fr) Quit (Excess Flood)
[5:19] * traktor (~traktor@62.109.21.239) Quit (Write error: Broken pipe)
[5:19] * Killerwolfie (~Killerwol@c-24-7-233-176.hsd1.in.comcast.net) Quit (Excess Flood)
[5:20] * girafe2 (girafe@ip-117.net-82-216-176.lyon5.rev.numericable.fr) has joined #raspbian
[5:20] * yofel_ (~quassel@ubuntu/member/yofel) has joined #raspbian
[5:20] * Killerwolfie_ (~Killerwol@c-24-7-233-176.hsd1.in.comcast.net) has joined #raspbian
[5:22] * GuySoft (guy@37.19.116.92) has joined #raspbian
[5:31] * YoY (~YoY@ARennes-655-1-89-9.w92-139.abo.wanadoo.fr) has joined #raspbian
[6:20] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) has joined #raspbian
[6:21] * n2deep (n2deep@odin.sdf-eu.org) Quit (Remote host closed the connection)
[6:28] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) Quit (Remote host closed the connection)
[6:30] * plugwash (~plugwash@97e03ff4.skybroadband.com) Quit (Remote host closed the connection)
[7:11] * mike_t (~mike@95.67.202.193) Quit (Remote host closed the connection)
[7:49] * Otyugh (~otyugh__@ARennes-251-1-237-47.w2-13.abo.wanadoo.fr) has joined #raspbian
[8:24] * hubutm20 (~hubutm20@79.118.7.11) Quit (Ping timeout: 240 seconds)
[8:25] * hubutm20 (~hubutm20@79.114.73.198) has joined #raspbian
[8:26] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[8:28] * issackelly (sid18035@gateway/web/irccloud.com/x-mvjercuaknqcctft) Quit (Ping timeout: 265 seconds)
[8:29] * twolife` is now known as twolife
[8:49] * PeterSilie (~quassel@2605:8900:5000:1001:8:0:6d:2) Quit (Quit: No Ping reply in 180 seconds.)
[8:50] * PeterSilie (~quassel@2605:8900:5000:1001:8:0:6d:2) has joined #raspbian
[8:55] * twolife is now known as twolife`
[9:00] * ColdKeyboard (~coldkeybo@cable-188-2-12-105.dynamic.sbb.rs) has joined #raspbian
[9:00] * PeterSilie (~quassel@2605:8900:5000:1001:8:0:6d:2) Quit (Quit: No Ping reply in 180 seconds.)
[9:00] * PeterSilie (~quassel@2605:8900:5000:1001:8:0:6d:2) has joined #raspbian
[9:31] * killer_prince is now known as lazy_prince
[9:37] * zwergnjkl (~ZeBrave@c-76-118-65-239.hsd1.ma.comcast.net) Quit (Quit: Leaving)
[9:37] * zwergnjkl (~ZeBrave@c-76-118-65-239.hsd1.ma.comcast.net) has joined #raspbian
[9:56] * sam (~sam@poulet.zoy.org) Quit (Ping timeout: 252 seconds)
[10:04] * YoY (~YoY@ARennes-655-1-89-9.w92-139.abo.wanadoo.fr) Quit (Ping timeout: 265 seconds)
[10:06] * sam_ (~sam@poulet.zoy.org) has joined #raspbian
[10:08] * YoY (~YoY@96.126.16.93.rev.sfr.net) has joined #raspbian
[10:09] * meti (~meti@unaffiliated/meti) Quit (Read error: Connection reset by peer)
[10:10] * meti (~meti@unaffiliated/meti) has joined #raspbian
[10:17] * PeterSilie (~quassel@2605:8900:5000:1001:8:0:6d:2) Quit (Quit: No Ping reply in 180 seconds.)
[10:18] * PeterSilie (~quassel@2605:8900:5000:1001:8:0:6d:2) has joined #raspbian
[10:26] * Lupinedk is now known as lupinedk
[10:29] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[10:31] * yofel_ is now known as yofel
[10:33] * twolife` is now known as twolife
[10:35] * sam_ is now known as sam
[10:46] * pinage404 (~pinage404@mau78-1-88-184-110-51.fbx.proxad.net) Quit (Excess Flood)
[10:49] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[10:50] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[10:53] * pinage404 (~pinage404@mau78-1-88-184-110-51.fbx.proxad.net) has joined #raspbian
[10:54] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Ping timeout: 240 seconds)
[10:58] * issackelly (sid18035@gateway/web/irccloud.com/x-hsdfvuciyxnrmolt) has joined #raspbian
[11:10] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[11:21] * mpmc2 (~Instantbi@host31-50-34-201.range31-50.btcentralplus.com) has joined #raspbian
[11:21] * [SkG] (~Esqueje@unaffiliated/skg/x-897332) has joined #raspbian
[11:22] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[11:23] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[11:25] * jbaanus_ (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[11:25] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Read error: Connection reset by peer)
[11:29] * mpmc (mpmc@2001:1608:10:38::126f:e2c5) has joined #raspbian
[11:29] * mpmc (mpmc@2001:1608:10:38::126f:e2c5) Quit (Changing host)
[11:29] * mpmc (mpmc@unaffiliated/mpmc) has joined #raspbian
[11:30] * mpmc2 (~Instantbi@host31-50-34-201.range31-50.btcentralplus.com) Quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
[11:33] * PasNox (~pasnox@2a01:e35:8b61:9b30:214:d1ff:fee9:bd3a) has joined #raspbian
[11:34] * Googy (~Gooogy@31-19-202-246-dynip.superkabel.de) has joined #raspbian
[11:37] * fenixsan (~blah@CPE-123-211-73-60.lnse4.cha.bigpond.net.au) has joined #raspbian
[11:43] * jbaanus_ (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[11:47] * Killerwolfie_ (~Killerwol@c-24-7-233-176.hsd1.in.comcast.net) Quit (Quit: Leaving)
[11:47] * Killerwolfie (~Killerwol@c-24-7-233-176.hsd1.in.comcast.net) has joined #raspbian
[11:52] * Xiguanda (~drtxus@180.Red-2-138-211.dynamicIP.rima-tde.net) has joined #raspbian
[12:00] * djukon_ (~djukon@50708181.static.ziggozakelijk.nl) Quit (Quit: leaving)
[12:05] * twolife is now known as twolife`
[12:06] * djukon (~djukon@50708181.static.ziggozakelijk.nl) has joined #raspbian
[12:10] * ascii_ch (~quassel@dyn-cable-customer.114.29.138.91.yetnet.ch) has joined #raspbian
[12:13] * Otyugh (~otyugh__@ARennes-251-1-237-47.w2-13.abo.wanadoo.fr) Quit (Ping timeout: 252 seconds)
[12:14] * ascii_ch (~quassel@dyn-cable-customer.114.29.138.91.yetnet.ch) Quit (Ping timeout: 240 seconds)
[12:17] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[12:26] * Otyugh (~otyugh__@ARennes-251-1-218-178.w2-11.abo.wanadoo.fr) has joined #raspbian
[12:41] * ryt0l (~ryt0l@2601:4:2f00:46:9117:95df:6b96:cef6) has joined #raspbian
[13:03] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[13:03] * ryt0l (~ryt0l@2601:4:2f00:46:9117:95df:6b96:cef6) Quit (Quit: Leaving)
[13:04] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[13:07] * jbaanus_ (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[13:08] * jbaanus_ (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[13:08] * zwergnjkl (~ZeBrave@c-76-118-65-239.hsd1.ma.comcast.net) Quit (Quit: Leaving)
[13:08] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Ping timeout: 265 seconds)
[13:08] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[13:13] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Ping timeout: 252 seconds)
[13:29] * Torben_ is now known as Torben
[13:31] * byt3b0mb (~byt3b0mb@c-67-164-159-138.hsd1.nm.comcast.net) has joined #raspbian
[13:31] <byt3b0mb> hey guys
[13:31] <byt3b0mb> looking for some help
[13:31] <byt3b0mb> installed lastest raspbian and tightvnc
[13:31] * granjero (~jm@200.125.107.230) has joined #raspbian
[13:32] <byt3b0mb> config'd ~/.vnc/xstart a ton of different ways - can only get open box not LXDE
[13:32] <byt3b0mb> suggestions?
[13:33] * granjero (~jm@200.125.107.230) Quit (Client Quit)
[13:33] * granjero (~jm@200.125.107.230) has joined #raspbian
[13:34] * WillAmes (~py@ool-18b9bd01.dyn.optonline.net) has joined #raspbian
[13:37] * danald (~danald@f053041173.adsl.alicedsl.de) has joined #raspbian
[13:37] * Robby (robby@chillum.thcgirls.com) Quit (Ping timeout: 245 seconds)
[13:38] * mike_t (~mike@95.67.202.193) has joined #raspbian
[13:43] * yamba (~yamba@162.217.248.131) Quit (Ping timeout: 245 seconds)
[13:45] * taza (~zap@unaffiliated/taza) has joined #raspbian
[13:45] * Robby (robby@chillum.thcgirls.com) has joined #raspbian
[13:49] * Xiguanda (~drtxus@180.Red-2-138-211.dynamicIP.rima-tde.net) Quit (Remote host closed the connection)
[13:51] * Lynx0 (~Lynx@kiel-5f77b425.pool.mediaWays.net) has joined #raspbian
[13:53] * Jonno (~jon@c-fe1de353.028-32-6c6b7010.cust.bredbandsbolaget.se) has joined #raspbian
[13:53] <Lynx0> Hi all! A while ago I asked on the raspberry forums about the USB audio problem (crackling during SD card access). The mod jdb told me a fix was being worked on. I have trouble finding any information on this, or which thread to monitor about a solution. Can someone tell me what´s up with that?
[13:53] * byt3b0mb (~byt3b0mb@c-67-164-159-138.hsd1.nm.comcast.net) Quit (Quit: byt3b0mb)
[13:54] <shiftplusone> Lynx0, have you tried the new FSM FIQ thing?
[13:55] <Lynx0> shiftplusone: no, what´s that? It´s related to USB processing, right?
[13:55] <shiftplusone> http://www.raspberrypi.org/forum/viewtopic.php?f=28&t=70437
[13:55] <shiftplusone> And another thread to follow is this one http://www.raspberrypi.org/phpBB3/viewtopic.php?t=23544
[13:57] <Lynx0> shiftplusone: Cool, that´s what I was looking for, I´ll have a read through those. Thanks!
[13:57] <shiftplusone> The start of the redux thread is quite old, so it's not too relevant. look at the last few pages.
[14:01] <Lynx0> ok, so the upshot of it is ¨still working on it¨
[14:01] * yamba (~yamba@162.217.248.131) has joined #raspbian
[14:02] <shiftplusone> and probably always will be
[14:03] <Lynx0> hehe
[14:04] <shiftplusone> I mean that it's not a single issue that needs fixing.
[14:04] <shiftplusone> It's something that's constantly being worked on and improved
[14:04] <Lynx0> maybe I should just bite the bullet and buy a HifiBerry
[14:05] <Lynx0> Another suggestion was to reduce the audio sampling rate, but I´m not sure where to change that in raspbian.
[14:05] <Lynx0> I tried to set it lower in my mpd config, but with no changes
[14:18] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[14:26] * nitdega (nitdega@2602:306:2421:9410:78ba:6bf0:fc05:a27c) Quit (Quit: Leaving)
[14:47] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) Quit (Remote host closed the connection)
[14:47] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has joined #raspbian
[14:49] * SShawUK (5227a060@gateway/web/freenode/ip.82.39.160.96) has joined #raspbian
[14:50] <SShawUK> Hey folks
[14:57] * SShawUK (5227a060@gateway/web/freenode/ip.82.39.160.96) Quit (Quit: Page closed)
[14:58] * jbaanus (~jbaanus@143.112.190.90.dyn.estpak.ee) has left #raspbian
[15:01] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[15:08] * lazy_prince is now known as killer_prince
[15:10] * ZIPY (~ZIPY@unaffiliated/zipy) Quit (Remote host closed the connection)
[15:11] * Lynx0 (~Lynx@kiel-5f77b425.pool.mediaWays.net) Quit (Quit: Leaving)
[15:12] * ZIPY (~ZIPY@unaffiliated/zipy) has joined #raspbian
[15:19] * DrShoggoth (~prakwtf@12.116.104.118) Quit (Ping timeout: 265 seconds)
[15:24] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) has joined #raspbian
[15:28] * DrShoggoth (~prakwtf@12.116.104.118) has joined #raspbian
[15:35] * FrankBlues (~alex@c-50-168-196-154.hsd1.ut.comcast.net) has joined #raspbian
[15:44] * bolt (~r00t@unaffiliated/bolt) Quit (Quit: telnet irc.freenode.net 6667)
[15:44] * nitdega (nitdega@2602:306:2423:4fc0:1811:d9df:9808:a5aa) has joined #raspbian
[15:46] * hrebicek_ (~hrebicek_@ip4-83-240-6-28.cust.nbox.cz) Quit (Read error: Operation timed out)
[15:58] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) Quit (Remote host closed the connection)
[16:00] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) has joined #raspbian
[16:01] * hrebicek_ (~hrebicek_@ip4-83-240-6-28.cust.nbox.cz) has joined #raspbian
[16:01] * byt3b0mb (~byt3b0mb@c-67-164-159-138.hsd1.nm.comcast.net) has joined #raspbian
[16:05] * Lynx0 (~Lynx@kiel-5f77b425.pool.mediaWays.net) has joined #raspbian
[16:06] <byt3b0mb> need help with vncserver - it defaults to open box and i want vnc connection to run lxde, any help would be greatly appreciated. tried editing .vnc/xstartup and it still goes to openbox
[16:06] <Lynx0> Hi again, another question: I have used raspbian from NOOBS, it automatically boots into it. Now I have cloned to SD card to try something, however the new SD cart, which should be itentical, boots into the NOOBS menu and does not display the installed raspbian. How come?
[16:10] <byt3b0mb> if i use sudo vncserver :1 i get LXDE if i use my user login i get open box on vnc, but a direct login to my pi using my user login gives me the correct window manager
[16:10] <byt3b0mb> thoughts?
[16:13] <Lynx0> byt3b0mb: Should be a setting in vncserver
[16:13] <byt3b0mb> tried everything
[16:13] <byt3b0mb> still get open box under my user account
[16:14] <byt3b0mb> edited .vnc/xstartup
[16:14] <byt3b0mb> looked at /etc/X11/Xsession
[16:14] <byt3b0mb> can't find where it is different
[16:18] <Lynx0> Don´t know then.
[16:18] <Lynx0> Use NX ;)
[16:19] <byt3b0mb> NX?
[16:24] * mr-jack (~mr-jack@unaffiliated/mr-jack) has joined #raspbian
[16:27] <Lynx0> The better vnc: http://opennx.net/ It´s much faster and nicer.
[16:27] <Lynx0> Ah, openx is just the client. Not sure what the best open server is at the moment.
[16:28] <Killerwolfie> sweet, got webmin installed successfully on my pi
[16:33] <sney> xrdp is usable and usually a little quicker than vnc. plus it has auth
[16:33] * ReggieUK (~ReggieUK@0547d0da.skybroadband.com) has joined #raspbian
[16:34] <byt3b0mb> my problem is getting the server to use the right window manager on the pi
[16:35] <byt3b0mb> if i use root to start the server i get LXDE
[16:35] <byt3b0mb> if i use pi i get LXDE
[16:35] <byt3b0mb> if i use my user name jphines i get openbox
[16:37] <sney> sounds like jphines has an .xinitrc set to load openbox then
[16:39] <byt3b0mb> where is .xinitrc
[16:39] <byt3b0mb> ?
[16:39] <byt3b0mb> i can't seem to find it
[16:40] <Killerwolfie> hidden in the home dir
[16:40] <byt3b0mb> i don't have it there
[16:40] <byt3b0mb> strange :P
[16:40] * mike_t (~mike@95.67.202.193) Quit (Remote host closed the connection)
[16:41] * mpmc is now known as mpmc[BNC4FREE]
[16:41] <Killerwolfie> try /home/user/.xinitrc
[16:41] <byt3b0mb> I'm in home/jphines/
[16:41] <byt3b0mb> and i have .Xauthority .xsession-errors
[16:41] <byt3b0mb> no .xinitrc
[16:41] <byt3b0mb> not sure wth is going on with my pi...
[16:42] * joris_ (~joris@pas38-1-82-67-68-163.fbx.proxad.net) has joined #raspbian
[16:44] <Killerwolfie> did you use ls -a
[16:44] <Killerwolfie> at term
[16:44] <Killerwolfie> in that home dir
[16:45] <byt3b0mb> yep
[16:45] <byt3b0mb> don't have .xinitrc in home/jphines home/pi or root
[16:46] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 264 seconds)
[16:46] <Killerwolfie> hmm
[16:47] <Killerwolfie> dunno now. Cant find it on mine either.
[16:47] <byt3b0mb> very strange
[16:47] <byt3b0mb> is it possible to rename the pi user to my user name?
[16:47] <byt3b0mb> since pi works?
[16:48] <byt3b0mb> not sure if that would fix it
[16:48] <byt3b0mb> i compared the ~/.vnc/xstartup files in both home dirs and they are exactly the same
[16:48] <byt3b0mb> but different window manager
[16:48] <byt3b0mb> so strange
[16:49] <Killerwolfie> if you havn't already, I'd suggest installing webmin. This is the guide, http://www.raspberrypi.org/forum/viewtopic.php?f=36&t=6096
[16:50] <Killerwolfie> will make it easier to edit things in a nice web gui
[16:53] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[16:53] <byt3b0mb> thanks Killerwolfie
[16:53] <byt3b0mb> racking my brain with this nonsense :P
[16:54] <Killerwolfie> yeah lol I know what you mean.
[16:54] <Killerwolfie> there is a learning curve to this
[16:54] <Killerwolfie> but in time I would think it gets easier :P
[16:58] * heday (~heday@4e6900db.skybroadband.com) has joined #raspbian
[16:58] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) Quit (Remote host closed the connection)
[16:58] <byt3b0mb> lets hope!!!
[16:59] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[16:59] * byt3b0mb (~byt3b0mb@c-67-164-159-138.hsd1.nm.comcast.net) Quit (Quit: byt3b0mb)
[16:59] <heday> Hi all, Is there a way of building a package for the raspberry pi on a pc running debian?
[17:00] <heday> without having to run it into a qemu environment? (in other words, can i perform a cross-compilation packaging?)
[17:02] * blkaway is now known as blkhawk
[17:06] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[17:07] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) has joined #raspbian
[17:15] * Frescha (~Adium@p54B7662F.dip0.t-ipconnect.de) has joined #raspbian
[17:17] * FrankBlues (~alex@c-50-168-196-154.hsd1.ut.comcast.net) Quit (Read error: Operation timed out)
[17:34] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[17:39] * nitdega (nitdega@2602:306:2423:4fc0:1811:d9df:9808:a5aa) Quit (Quit: Leaving)
[17:47] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[17:55] * killer_prince is now known as lazy_prince
[17:56] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[17:56] * ChanServ sets mode +o vagrantc
[17:59] * Frescha (~Adium@p54B7662F.dip0.t-ipconnect.de) Quit (Quit: Leaving.)
[18:13] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[18:13] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[18:22] * knabor (~knabor@82.146.59.129) has joined #raspbian
[18:25] * azeam (~azeam@unaffiliated/azeam) Quit (Ping timeout: 240 seconds)
[18:29] * nitdega (nitdega@2602:306:2423:4fc1:1811:d9df:9808:a5aa) has joined #raspbian
[18:31] * Kymru is now known as zz_Kymru
[18:31] * zz_Kymru is now known as Kymru
[18:32] * Chousuke_ is now known as Chousuke
[18:35] * Frescha (~Adium@p548B7947.dip0.t-ipconnect.de) has joined #raspbian
[18:38] * Xiguanda (~drtxus@180.Red-2-138-211.dynamicIP.rima-tde.net) has joined #raspbian
[18:39] * Xiguanda (~drtxus@180.Red-2-138-211.dynamicIP.rima-tde.net) Quit (Client Quit)
[19:05] * Nik05 (~Nik05@unaffiliated/nik05) Quit (Remote host closed the connection)
[19:06] * Nik05 (~Nik05@unaffiliated/nik05) has joined #raspbian
[19:09] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[19:10] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[19:10] * DrShoggoth (~prakwtf@12.116.104.118) Quit (Quit: Leaving)
[19:10] * girafe (girafe@ip-117.net-82-216-176.lyon5.rev.numericable.fr) has joined #raspbian
[19:12] * knabor (~knabor@82.146.59.129) Quit (Remote host closed the connection)
[19:12] * girafe2 (girafe@ip-117.net-82-216-176.lyon5.rev.numericable.fr) Quit (Ping timeout: 252 seconds)
[19:23] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[19:26] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[19:26] <Chetic> how can I have a command wait for an argument command and THEN run in the background? i.e. "cmd1 `cmd2` & cmd3" where cmd3 is not started until cmd1 has been
[19:29] * joris_ (~joris@pas38-1-82-67-68-163.fbx.proxad.net) Quit (Read error: Operation timed out)
[19:32] <Lynx0> Chetic: cmd1 & cmd2 & cmd3 will start them each after the one before is finished
[19:32] <Chetic> no Lynx0 but && would do that
[19:32] <Chetic> and that wouldn't work since I need cmd2 as an argment for cmd1
[19:32] <Lynx0> ah, I see
[19:35] <Lynx0> cmd1 $(cmd2) && cmd3 would work, no?
[19:39] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[19:40] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[19:41] <Chetic> Lynx0 that requires cmd1 to finish
[19:41] <Chetic> before starting cmd3
[19:41] <Chetic> I want cmd3 to run when cmd1 has been given the argument from cmd2
[19:44] <frumious_> $(cmd2) is executed by the shell before cmd1 is
[19:44] * ZIPY (~ZIPY@unaffiliated/zipy) Quit (Ping timeout: 244 seconds)
[19:45] * bolt (~r00t@unaffiliated/bolt) Quit (Remote host closed the connection)
[19:45] <sney> cmd2 |xargs cmd1 && cmd3
[19:47] <heday> How can i perform a cross-compilation packaging for the raspberry pi in my debian x86?
[19:48] * Bane^ (~Bane@fsf/member/bane) has joined #raspbian
[19:56] * ascii_ch (~quassel@54-237.197-178.cust.bluewin.ch) has joined #raspbian
[19:56] <Lynx0> Chetic: x=$(cmd2); cdm1 $x; cmd3
[19:57] * ZIPY (~ZIPY@unaffiliated/zipy) has joined #raspbian
[19:57] <Chetic> good idea Lynx0!
[19:57] <Lynx0> Chetic: will still run cmd3 only after cmd1 is done I guess
[20:00] * mpmc[BNC4FREE] is now known as mpmc
[20:00] * belief (~belief@95.215.143.39) has joined #raspbian
[20:02] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) Quit (Remote host closed the connection)
[20:04] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[20:08] * bolt (~r00t@unaffiliated/bolt) Quit (Remote host closed the connection)
[20:10] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[20:11] * ascii_ch (~quassel@54-237.197-178.cust.bluewin.ch) Quit (Remote host closed the connection)
[20:11] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[20:12] * Frescha (~Adium@p548B7947.dip0.t-ipconnect.de) Quit (Quit: Leaving.)
[20:14] * frumious_ is now known as frumious
[20:14] * ascii_ch (~quassel@54-237.197-178.cust.bluewin.ch) has joined #raspbian
[20:17] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[20:18] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[20:20] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[20:24] * ascii_ch (~quassel@54-237.197-178.cust.bluewin.ch) Quit (Quit: No Ping reply in 180 seconds.)
[20:24] * ascii_ch (~quassel@54-237.197-178.cust.bluewin.ch) has joined #raspbian
[20:27] * ascii_ch (~quassel@54-237.197-178.cust.bluewin.ch) Quit (Read error: Connection reset by peer)
[20:27] * joris_ (~joris@pas38-1-82-67-68-163.fbx.proxad.net) has joined #raspbian
[20:28] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) Quit (Ping timeout: 252 seconds)
[20:29] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) has joined #raspbian
[20:37] * Janhouse (~Janhouse@mytur.id.lv) Quit (Excess Flood)
[20:37] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[20:37] * Janhouse (~Janhouse@mytur.id.lv) has joined #raspbian
[20:37] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[20:38] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[20:40] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[20:42] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) has joined #raspbian
[20:45] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[20:46] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[20:51] <cael> oyi, a upgrade to Jessie takes quite awhile.
[20:51] * bolt (~r00t@unaffiliated/bolt) Quit (Remote host closed the connection)
[20:52] * oakkitten is now known as SQRRL
[20:52] * DaQatz_ (~DB@pool-72-92-133-225.burl.east.myfairpoint.net) Quit (Quit: leaving)
[20:52] * Frescha (~Adium@p548B7947.dip0.t-ipconnect.de) has joined #raspbian
[20:53] * DaQatz (~DB@pool-72-92-133-225.burl.east.myfairpoint.net) has joined #raspbian
[20:53] <cael> but one question, would it benifit the pi to move its Swap off to a USB-HDD (magnetic not SSD)
[20:54] <Robby> oh, upgrade to jessie you say?
[20:54] <cael> yea
[20:54] <Robby> does this still occur for you?
[20:54] <Robby> Err http://archive.raspberrypi.org jessie/main armhf Packages
[20:54] <Robby> 404 Not Found [IP: 2a00:1098:0:82:1000:13:0:5 80]
[20:54] * Frescha (~Adium@p548B7947.dip0.t-ipconnect.de) has left #raspbian
[20:54] <Robby> I always get that since I also upgraded
[20:55] <cael> hasnt done it to me yet but its in the setting up stage of packages
[20:55] <cael> looks like your setup for IPv6
[20:55] <Robby> oh ok :)
[20:55] <Robby> yes
[20:56] <cael> i'm still set for ipv4 as my isp isnt rolling out to v6 till later this year
[20:56] <Robby> I have a tunnel to a neighbouring country PoP
[20:56] <cael> ahh
[20:57] <Robby> although our ISP is starting to roll out native IPv6 too this year
[20:58] <cael> i just dont get back to raspbianvs Jessie, is why ScummVM 1.4.1 is the latest on raspbian but 1.6.0 is on jessie's repo
[20:58] <cael> 1.6 compiles just fine and runs under raspbian.
[21:02] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[21:02] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[21:02] * Otyugh (~otyugh__@ARennes-251-1-218-178.w2-11.abo.wanadoo.fr) Quit (Remote host closed the connection)
[21:03] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[21:03] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[21:03] * Janhouse (~Janhouse@mytur.id.lv) Quit (Excess Flood)
[21:05] * Janhouse (~Janhouse@mytur.id.lv) has joined #raspbian
[21:16] * Otyugh (~otyugh__@ARennes-251-1-218-178.w2-11.abo.wanadoo.fr) has joined #raspbian
[21:19] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) has joined #raspbian
[21:21] * joris_ (~joris@pas38-1-82-67-68-163.fbx.proxad.net) Quit (Ping timeout: 240 seconds)
[21:27] * girafe (girafe@ip-117.net-82-216-176.lyon5.rev.numericable.fr) Quit (Quit: Leaving)
[21:30] * granjero (~jm@200.125.107.230) Quit (Quit: Saliendo)
[21:32] * PasNox (~pasnox@2a01:e35:8b61:9b30:214:d1ff:fee9:bd3a) Quit (Quit: Leaving - Cross platform IDE http://monkeystudio.org)
[21:43] * danald (~danald@f053041173.adsl.alicedsl.de) Quit (Read error: Connection reset by peer)
[21:48] * mr-jack (~mr-jack@unaffiliated/mr-jack) Quit (Read error: Operation timed out)
[21:49] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[21:54] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[21:55] * Lynx0 (~Lynx@kiel-5f77b425.pool.mediaWays.net) Quit (Quit: Leaving)
[22:03] * mr-jack (~mr-jack@unaffiliated/mr-jack) has joined #raspbian
[22:10] * Aranel (~Aranel@unaffiliated/aranel) Quit (Quit: pi@casablanca $ killall -9 znc)
[22:14] * Aranel (~Aranel@unaffiliated/aranel) has joined #raspbian
[22:18] * Aranel (~Aranel@unaffiliated/aranel) Quit (Client Quit)
[22:20] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[22:20] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[22:22] * regorianer_ (~rego@p54BAC878.dip0.t-ipconnect.de) has joined #raspbian
[22:22] * lupinedk is now known as Lupinedk
[22:23] * [SkG] (~Esqueje@unaffiliated/skg/x-897332) Quit (Remote host closed the connection)
[22:24] * Aranel (~Aranel@unaffiliated/aranel) has joined #raspbian
[22:25] * regorianer (~rego@p54BA98F8.dip0.t-ipconnect.de) Quit (Ping timeout: 265 seconds)
[22:25] * regorianer_ is now known as regorianer
[22:25] * jeffreylevesque (~chatzilla@70-33-147-5.unassigned.ntelos.net) has joined #raspbian
[22:26] <jeffreylevesque> how do you set your pi to automatically log in and boot into the windowing environment?
[22:26] * yano (~yano@freenode/staff/yano) Quit (Ping timeout: 630 seconds)
[22:28] * heday (~heday@4e6900db.skybroadband.com) Quit (Ping timeout: 240 seconds)
[22:46] * heday (~heday@4e6900db.skybroadband.com) has joined #raspbian
[22:48] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[22:51] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[22:52] * blkhawk is now known as blkaway
[22:53] * Techguy305 (~citytechg@75.126.39.102) has joined #raspbian
[22:59] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[23:00] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[23:03] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[23:06] * Otyugh (~otyugh__@ARennes-251-1-218-178.w2-11.abo.wanadoo.fr) Quit (Quit: Beurre demi-sel)
[23:11] * w0nderer (~w0nderer@70-89-96-33-tyler-sarna-miami-fl.hfc.comcastbusiness.net) has joined #raspbian
[23:12] * jeffreylevesque (~chatzilla@70-33-147-5.unassigned.ntelos.net) Quit (Ping timeout: 240 seconds)
[23:15] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Remote host closed the connection)
[23:18] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[23:23] * yano (~yano@freenode/staff/yano) has joined #raspbian
[23:27] * mr-jack (~mr-jack@unaffiliated/mr-jack) Quit (Quit: ...)
[23:31] * YuukiTM (~Y@dsbg-4db5761f.pool.mediaWays.net) has joined #raspbian
[23:36] * jeffreylevesque (~chatzilla@70-33-147-5.unassigned.ntelos.net) has joined #raspbian
[23:50] * tc__ (~tc@e178215056.adsl.alicedsl.de) has joined #raspbian
[23:51] * YuukiTM (~Y@dsbg-4db5761f.pool.mediaWays.net) Quit (Quit: Verlassend)
[23:52] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (Read error: Connection reset by peer)
[23:55] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian

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