#raspbian IRC Log

Index

IRC Log for 2015-06-15

Timestamps are in GMT/BST.

[0:00] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[0:04] * Akex_ (uid58281@gateway/web/irccloud.com/x-sjfnualotuusxghn) Quit (Quit: Connection closed for inactivity)
[0:06] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) has joined #raspbian
[0:06] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[0:09] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[0:10] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[0:15] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[0:19] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[0:21] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) has joined #raspbian
[0:24] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 265 seconds)
[0:28] * Akagi201 (~akagi201@101.81.69.194) has joined #raspbian
[0:29] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) Quit (Quit: jIRCii - http://www.oldschoolirc.com)
[0:32] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[0:35] * petersaints (~quassel@a95-94-152-171.cpe.netcabo.pt) has joined #raspbian
[0:39] * Artpicre (~Artpicre@unaffiliated/artpicre) Quit (Ping timeout: 265 seconds)
[0:42] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) Quit (Quit: WeeChat 1.1.1)
[0:43] * jinie (~jimmy@vile.devlix.dk) Quit (Ping timeout: 265 seconds)
[0:43] * ruben-ikmaak (~sikko@541F7D85.cm-5-8b.dynamic.ziggo.nl) Quit (Remote host closed the connection)
[0:44] * ruben-ikmaak (~sikko@541F7D85.cm-5-8b.dynamic.ziggo.nl) has joined #raspbian
[0:47] * jinie (~jimmy@vile.devlix.dk) has joined #raspbian
[0:48] * Guest99692 (~Artpicre@vit94-10-78-240-193-57.fbx.proxad.net) has joined #raspbian
[0:49] * Scriven_ is now known as Scriven
[0:49] * Guest99692 (~Artpicre@vit94-10-78-240-193-57.fbx.proxad.net) Quit (Client Quit)
[0:50] * Artpicre_ (~Artpicre@unaffiliated/artpicre) has joined #raspbian
[1:07] * Artpicre_ is now known as Artpicre
[1:24] * ElectricCrowbar (~rely@ool-ad0399d4.dyn.optonline.net) has joined #raspbian
[1:24] <ElectricCrowbar> Stupid question but where is the source for Raspbian ? buildroot, scripts, yadda yadda
[1:32] <jakllsch> well, i'm guessing it's somewhat like debian, you can debootstrap a installation. no idea where to find the things that build the debs.
[1:36] <plugwash> ElectricCrowbar, not a question with a simple answer
[1:36] <ElectricCrowbar> I'm seeing that
[1:36] <ElectricCrowbar> ex. https://github.com/RPi-Distro/nightly
[1:38] <ElectricCrowbar> surprised the build process isn't documented :-/
[1:38] * taza (~taza@unaffiliated/taza) Quit ()
[1:39] <plugwash> The key thing to understand about raspbian is it's run far more like a desktop distro than an embedded distro
[1:40] * taza (~taza@unaffiliated/taza) has joined #raspbian
[1:41] <plugwash> Afaict with many embedded distros it's common to have a single process that goes all the way from source code to the final image.
[1:42] <ElectricCrowbar> Are there any docs on the process ?
[1:42] * _Kowalski (~Kowalski@p5B32E9E7.dip0.t-ipconnect.de) Quit (Ping timeout: 276 seconds)
[1:43] <plugwash> Desktop distros on the other hand tend to be far more repository centric and iteratively developed, when a new version of a package comes along it gets built and put in the repo. People then build images from the repo.
[1:47] <plugwash> Building a new version of an individual package is easy but rebuilding the entire repo is extremely difficult due to dependency loops. When we had to do it at the beginning of the raspbian project it was a highly manual process.
[1:49] <ElectricCrowbar> So how is it built now ?
[1:49] <ElectricCrowbar> Thanks for the help btw
[1:50] <ElectricCrowbar> I'm probably not going to get to picking it apart for a while
[1:50] <ElectricCrowbar> I'm currently working on a Chef cookbook for RetroPi
[1:50] <ElectricCrowbar> Thought it would be helpful to see raspian build process tho
[1:51] <plugwash> It happens in an iterative manner, reprepro imports new versions of Packages from Debian, wanna-build works out what packages need to be compiled and buildds running on arm boards do the actual building.
[1:52] <plugwash> then the binaries are uploaded by the buildds and go into the repo
[1:53] <ElectricCrowbar> Does wana build also build the rootfs ?
[1:55] <plugwash> No, root filesystems are built from a repo using a tool called "debootstrap" (there is also an alternative implementation called "cdebootstrap" that is sometimes used)
[1:57] <ElectricCrowbar> I suppose I have some reading to do
[1:58] * sahal (~sahal@who.outchea.tk) has joined #raspbian
[2:00] <ShorTie> RPi-Distro/nightly build process is documented, it's called spindle
[2:01] <ShorTie> but it is only up to and including step 3
[2:01] <ShorTie> where full raspbian is all 5 steps
[2:02] * _Kowalski (~Kowalski@p5B0D607D.dip0.t-ipconnect.de) has joined #raspbian
[2:02] <plugwash> ShorTie, right but that only tells you how the image is built from the repo
[2:02] <plugwash> not where the stuff in the repo comes from
[2:02] <ShorTie> true
[2:03] <ShorTie> but since he ex: it, i figured that was what he was talking about
[2:20] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[2:23] * redGod (~red@207-172-247-4.c3-0.atw-ubr5.atw.pa.cable.rcn.com) has joined #raspbian
[2:24] * redGod (~red@207-172-247-4.c3-0.atw-ubr5.atw.pa.cable.rcn.com) Quit (Remote host closed the connection)
[2:24] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 244 seconds)
[2:29] * redGod (~textual@207-172-247-4.c3-0.atw-ubr5.atw.pa.cable.rcn.com) has joined #raspbian
[2:29] * oeeve (~oeeve@28.92-221-62.customer.lyse.net) has joined #raspbian
[2:51] * linkedinyou (~linkediny@unaffiliated/linkedinyou) Quit (Read error: Connection reset by peer)
[2:52] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) Quit (Ping timeout: 240 seconds)
[2:55] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) has joined #raspbian
[2:56] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[2:57] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[3:01] * linkedinyou (~linkediny@unaffiliated/linkedinyou) has joined #raspbian
[3:16] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) Quit (Remote host closed the connection)
[3:16] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) has joined #raspbian
[3:17] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) Quit (Remote host closed the connection)
[3:22] * fred1807 (~fred1807@189.101.205.215) has joined #raspbian
[3:23] <fred1807> testing from cmd line, my rc.local does the job (bash /etc/rc.local) . But on real Boot process: Everything works... but the sync script (a sync job using python's boto-rsync)... Why is that?
[3:25] * Tach[Zzz] is now known as Tachyon`
[3:27] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) has joined #raspbian
[3:28] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) Quit (Remote host closed the connection)
[3:29] <plugwash> probablly running before network is fully up
[3:33] <fred1807> hmm, but I tought rc.local was the last guy
[3:33] <fred1807> how can I make it run after everybody?
[3:34] * q-bert (~hubert@190.212.103.59) has joined #raspbian
[3:34] <plugwash> not sure if there is any good way to do it. The problem is the boot proccess sets off the networking but depending on the network configuration it may not wait for it
[3:34] <plugwash> anyway I need to get to bed
[3:34] <q-bert> http://i.imgur.com/XCeGgkD.png <- im using putty with UTF8 and irssi. I can't see accented characters or asian characters
[3:35] <q-bert> they work fine in other programs like Word, Firefox, even in Putty when i connect to x86 linux systems ...
[3:36] <q-bert> http://i.imgur.com/m40LTKM.png is an example of how it should be looking
[3:49] * plugwash (~plugwash@97e3d836.skybroadband.com) Quit (Remote host closed the connection)
[4:02] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) has joined #raspbian
[4:02] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) Quit (Remote host closed the connection)
[4:10] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[4:12] * taza (~taza@unaffiliated/taza) Quit ()
[4:15] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[4:17] * nev (~nev@199-167.dsl.iskon.hr) has joined #raspbian
[4:17] * nev (~nev@199-167.dsl.iskon.hr) Quit (Remote host closed the connection)
[4:18] * Climuffff (~Climufff@ip1f13f739.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[4:21] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[4:21] <fred1807> Why I see these messagens on boot: activatin swap....done and activiatin swapfile.... done ? If I dont have swap file, or any swap file packages installed as far as I know
[4:26] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 255 seconds)
[4:29] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) has joined #raspbian
[4:33] * dreamon (~dreamon@unaffiliated/dreamon) has joined #raspbian
[4:47] * mike_t (~mike@pluto.dd.vaz.ru) has joined #raspbian
[4:51] * HotCoder (~HotCoder@bas2-toronto09-1176131659.dsl.bell.ca) has joined #raspbian
[4:53] * HotCoder (~HotCoder@bas2-toronto09-1176131659.dsl.bell.ca) Quit (Client Quit)
[4:54] * HotCoder (~HotCoder@bas2-toronto09-1176131659.dsl.bell.ca) has joined #raspbian
[4:57] * Voovode (~Alex@tenatena.static.otenet.gr) has joined #raspbian
[4:59] * Akagi201 (~akagi201@101.81.69.194) Quit (Ping timeout: 256 seconds)
[5:02] * setesat (~setesat@doutre.fr) has joined #raspbian
[5:02] * mike_t (~mike@pluto.dd.vaz.ru) Quit (Ping timeout: 255 seconds)
[5:10] * Akagi201 (~akagi201@101.81.64.170) has joined #raspbian
[5:11] * HotCoder (~HotCoder@bas2-toronto09-1176131659.dsl.bell.ca) Quit (Quit: Leaving)
[5:15] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[5:20] * mike_t (~mike@pluto.dd.vaz.ru) has joined #raspbian
[5:23] * robzilla (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[5:24] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) Quit (Disconnected by services)
[5:25] * robzilla is now known as Robarelli
[5:29] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[5:37] * lazy_prince (~lazy_prin@hpm01webcache01-z.apj.hpecore.net) has joined #raspbian
[5:47] * _d4n1el_ (~dcoquette@129.31.22.93.rev.sfr.net) has joined #raspbian
[5:47] * ki_2 (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) has joined #raspbian
[5:54] * ElectricCrowbar (~rely@ool-ad0399d4.dyn.optonline.net) Quit (Ping timeout: 256 seconds)
[5:56] * bizarro_1 (~bizarro_1@202.Red-83-47-146.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
[5:56] * ppq (~ppq@unaffiliated/ppq) Quit (Remote host closed the connection)
[6:03] * oeeve (~oeeve@28.92-221-62.customer.lyse.net) Quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[6:10] * setesat (~setesat@doutre.fr) Quit (Ping timeout: 265 seconds)
[6:10] * _d4n1el_ (~dcoquette@129.31.22.93.rev.sfr.net) Quit (Remote host closed the connection)
[6:11] * spinza (~spin@197.89.39.101) Quit (Excess Flood)
[6:12] * spinza (~spin@197.89.39.101) has joined #raspbian
[6:15] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) Quit (Ping timeout: 244 seconds)
[6:22] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[6:27] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 264 seconds)
[6:34] * Akex_ (uid58281@gateway/web/irccloud.com/x-khdasvkckyskpehp) has joined #raspbian
[6:36] * dreamon (~dreamon@unaffiliated/dreamon) Quit (Ping timeout: 264 seconds)
[6:45] * Smither (~Smither@cpc65019-brad19-2-0-cust125.17-1.cable.virginm.net) has joined #raspbian
[6:45] * skylite (~skylite@91EC7589.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[6:52] * r4yan2 (~ray@93-50-119-30.ip152.fastwebnet.it) has joined #raspbian
[7:12] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[7:18] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) Quit (Remote host closed the connection)
[7:18] * twolife` is now known as twolife
[7:33] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[7:35] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[7:40] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) has joined #raspbian
[7:41] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) Quit (Read error: Connection reset by peer)
[7:41] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) has joined #raspbian
[7:47] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 272 seconds)
[7:56] * darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it) has joined #raspbian
[7:58] * gitup (~gitup@203-174-136-10.syd.static-ipl.aapt.com.au) Quit (Remote host closed the connection)
[8:03] * Tachyon` is now known as Tach[Grrr]
[8:06] * cyborglone (~cyborg-on@79.140.9.142) Quit (Ping timeout: 255 seconds)
[8:11] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[8:13] * Alphard (~Alphard@unaffiliated/baronawesome) Quit (Ping timeout: 272 seconds)
[8:13] * Alphard (~Alphard@189.123.185.217) has joined #raspbian
[8:14] * Alphard (~Alphard@189.123.185.217) Quit (Changing host)
[8:14] * Alphard (~Alphard@unaffiliated/baronawesome) has joined #raspbian
[8:16] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[8:20] * r4yan2_ (~ray@93-50-119-30.ip152.fastwebnet.it) has joined #raspbian
[8:21] * r4yan2 (~ray@93-50-119-30.ip152.fastwebnet.it) Quit (Read error: Connection reset by peer)
[8:23] * r4yan2_ (~ray@93-50-119-30.ip152.fastwebnet.it) Quit (Remote host closed the connection)
[8:23] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[8:24] * r4yan2 (~ray@93-50-119-30.ip152.fastwebnet.it) has joined #raspbian
[8:27] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 240 seconds)
[8:27] * zGrr (~grr@185.13.106.85) has joined #raspbian
[8:42] * r4yan2 (~ray@93-50-119-30.ip152.fastwebnet.it) Quit (Ping timeout: 252 seconds)
[8:46] * gitup (~gitup@60-242-195-220.static.tpgi.com.au) has joined #raspbian
[8:48] * Voovode (~Alex@tenatena.static.otenet.gr) Quit (Quit: Byeeeeeeeee!)
[8:50] * gitup (~gitup@60-242-195-220.static.tpgi.com.au) Quit (Remote host closed the connection)
[8:51] * shiftplusone (~shift@unaffiliated/shiftplusone) has joined #raspbian
[8:57] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit ()
[8:59] * fn00dle (~admin@nyx.jonathanj.nl) has joined #raspbian
[9:03] * r4yan2 (~ray@93-50-119-30.ip152.fastwebnet.it) has joined #raspbian
[9:07] * r4yan2 (~ray@93-50-119-30.ip152.fastwebnet.it) Quit (Ping timeout: 250 seconds)
[9:44] * oeeve (~oeeve@77.241.100.17) has joined #raspbian
[9:50] * poio (2e236ba1@gateway/web/freenode/ip.46.35.107.161) has joined #raspbian
[9:51] <poio> hi, Is it hard to get a 3g modem working?
[9:51] <poio> any specific model recommendation?
[9:52] <ShorTie> 1 that has linux drivers would be nice
[9:53] <poio> seems reasonable
[10:03] * Akagi201 (~akagi201@101.81.64.170) Quit (Remote host closed the connection)
[10:04] * poio (2e236ba1@gateway/web/freenode/ip.46.35.107.161) Quit (Quit: Page closed)
[10:04] * skylite_ (~skylite@91EC7589.dsl.pool.telekom.hu) has joined #raspbian
[10:11] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[10:17] * r4yan2 (~ray@poul.org) has joined #raspbian
[10:20] * venkat (ca36af8e@gateway/web/freenode/ip.202.54.175.142) has joined #raspbian
[10:24] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[10:29] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 244 seconds)
[10:34] * XSoul (~XRule@213.191.175.201) Quit (Ping timeout: 256 seconds)
[10:34] * peters_ (~peters@29.80-202-31.nextgentel.com) Quit (Read error: Connection reset by peer)
[10:34] * peters_ (~peters@80.202.31.29) has joined #raspbian
[10:35] * terpo (~terpo@81-64-36-59.rev.numericable.fr) has joined #raspbian
[10:35] * dreamon (~dreamon@unaffiliated/dreamon) has joined #raspbian
[10:38] <venkat> Hi shiftplusone how are you today ?
[10:39] <shiftplusone> I'm alright, yourself?
[10:39] <venkat> thats great. im doing good too.
[10:44] * Tach[Grrr] is now known as Tachyon`
[10:46] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[10:48] <lordievader> Good afternoon.
[10:48] <shiftplusone> ahoy
[10:49] <lordievader> Hey shiftplusone, how are you doing?
[10:50] <shiftplusone> =P <shiftplusone> I'm alright, yourself?
[10:51] <lordievader> Ah ;) I'm doing allright.
[10:52] <venkat> hey i have general question, i see net directory under /linux/net and as well as linux/drivers/net, can you please differenciate
[10:54] * Akex_ (uid58281@gateway/web/irccloud.com/x-khdasvkckyskpehp) Quit (Quit: Connection closed for inactivity)
[10:57] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[10:57] <shiftplusone> If I had to guess, I'd say net contains the network stack and all the underlying stuff that needs, then drivers/net has all the things to support the various bit of hardware.
[11:00] * terpo (~terpo@81-64-36-59.rev.numericable.fr) Quit (Remote host closed the connection)
[11:00] <venkat> same thing i see for block also
[11:02] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[11:14] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:18] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[11:20] * terpo (~terpo@81-64-36-59.rev.numericable.fr) has joined #raspbian
[11:22] * qdk (~qdk@87.72.0.40) Quit (Ping timeout: 256 seconds)
[11:28] * dreamon (~dreamon@unaffiliated/dreamon) Quit (Ping timeout: 265 seconds)
[11:30] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:30] * terpo (~terpo@81-64-36-59.rev.numericable.fr) Quit (Remote host closed the connection)
[11:35] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[11:35] * terpo (~terpo@81-64-36-59.rev.numericable.fr) has joined #raspbian
[11:38] * varibull (~varibull@ta.tainstruments.com) Quit (Quit: Leaving)
[11:40] * dreamon (~dreamon@unaffiliated/dreamon) has joined #raspbian
[11:46] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:51] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[11:55] * Mogwai` (~mogwai@104-247-228-168.cpe.teksavvy.com) has joined #raspbian
[11:57] * Mogwai (~mogwai@104-247-228-108.cpe.teksavvy.com) Quit (Ping timeout: 250 seconds)
[12:02] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:04] * Alphard (~Alphard@unaffiliated/baronawesome) Quit (Ping timeout: 272 seconds)
[12:06] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[12:07] * MAV2015 (~MAV2015@34.160.47.77.pptp.ntu-kpi.kiev.ua) has joined #raspbian
[12:07] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[12:07] <MAV2015> hi all
[12:08] <MAV2015> anybody alive ?
[12:08] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[12:08] <shiftplusone> nobody
[12:08] * scoofy (~scoofy@catv-89-135-80-2.catv.broadband.hu) Quit (Ping timeout: 246 seconds)
[12:10] * Alphard (~Alphard@189.123.185.217) has joined #raspbian
[12:10] * Alphard (~Alphard@189.123.185.217) Quit (Changing host)
[12:10] * Alphard (~Alphard@unaffiliated/baronawesome) has joined #raspbian
[12:10] <MAV2015> Is there any manual of cross compiling kernel modules for Raspbian from Ububtu?
[12:10] * scoofy (~scoofy@catv-89-135-80-2.catv.broadband.hu) has joined #raspbian
[12:10] <shiftplusone> I haven't seen any good ones lately
[12:10] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[12:12] <MAV2015> Does compiling kernel module from Raspbian for Raspbian works ok then?
[12:12] <scoofy> should work, i guess
[12:13] <shiftplusone> if you know what you're doing, but nobody does.
[12:13] <shiftplusone> easier to compile the whole kernel and copy the module
[12:15] <MAV2015> what do you mean? Do I need to compile the whole kernel with module built in?
[12:16] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[12:17] * redGod (~textual@207-172-247-4.c3-0.atw-ubr5.atw.pa.cable.rcn.com) Quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[12:18] * asdas (~asdasd@bl4-144-17.dsl.telepac.pt) has joined #raspbian
[12:19] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:21] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 256 seconds)
[12:23] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[12:25] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[12:28] * Akagi201 (~akagi201@222.67.150.212) has joined #raspbian
[12:28] * darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it) Quit (Quit: No Ping reply in 180 seconds.)
[12:28] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[12:29] * Akagi201_ (~akagi201@222.67.150.212) has joined #raspbian
[12:30] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 264 seconds)
[12:30] * oeeve (~oeeve@77.241.100.17) Quit (Read error: Connection reset by peer)
[12:31] * oeeve (~oeeve@77.241.100.17) has joined #raspbian
[12:33] * Akagi201 (~akagi201@222.67.150.212) Quit (Ping timeout: 272 seconds)
[12:33] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[12:35] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:39] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 272 seconds)
[12:39] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[12:46] * XSoul (~XRule@213.191.175.201) has joined #raspbian
[12:51] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:51] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[12:55] * r0gu3b1t (~r0gu3b1t@71-91-140-34.static.gwnt.ga.charter.com) has joined #raspbian
[12:56] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[12:59] * hubutm20 (~hubutm20@79.114.24.137) Quit (Quit: Ulliendo)
[12:59] * hannah (~hannah@host109-153-201-56.range109-153.btcentralplus.com) has joined #raspbian
[13:00] <hannah> hi all, i am new to this, how can i get my linux mint to talk to my pi?
[13:01] <scoofy> what to you want to say to it?
[13:01] * olivierr (~user@crr06-5-88-176-174-191.fbx.proxad.net) Quit (Ping timeout: 246 seconds)
[13:01] * olivierr (~user@crr06-5-88-176-174-191.fbx.proxad.net) has joined #raspbian
[13:02] <hannah> well what i am trying to do is put my pi next to my projector which is on the roof of my living room, and basicly remotely control it from my base pc,
[13:03] <scoofy> ok. how do you plan to commincate with it?
[13:03] <scoofy> do you have some software that controls the projector?
[13:05] <hannah> at the moment i got a network cable next to the projector, but the projector is currnely connected to my sky box using a HDMI cable
[13:07] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:07] <shiftplusone> the answer is most likely to be ssh or netcat, but the question is a little to vague right now.
[13:08] * taza (~taza@unaffiliated/taza) has joined #raspbian
[13:08] * fayce (~fayce@ezecom.110.74.199.15.ezecom.com.kh) has joined #raspbian
[13:09] <scoofy> hannah: you have various options
[13:09] <scoofy> ssh, vnc server, ...
[13:11] * r0gu3b1t (~r0gu3b1t@71-91-140-34.static.gwnt.ga.charter.com) Quit ()
[13:12] <hannah> umm ok, thank you, i manage to get my linux mint to ping the pi, if i connect the pi with a mouse i can get the pi to look at my music folder from the pc, but it keeps asking for a password, and i enter the password but still wont play the file,
[13:12] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[13:16] * mike_t (~mike@pluto.dd.vaz.ru) Quit (Remote host closed the connection)
[13:17] <at0m|c> hannah: try copying a file first. it's often easier to authenticate in your file browser than using a player for that
[13:18] * olivierr (~user@crr06-5-88-176-174-191.fbx.proxad.net) Quit (Ping timeout: 246 seconds)
[13:20] * olivierr (~user@crr06-5-88-176-174-191.fbx.proxad.net) has joined #raspbian
[13:23] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 246 seconds)
[13:24] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:26] <hannah> ok i got a new problem, how can i reset the pi back to the start? it keeps asking for a password but i never set up a password
[13:26] <scoofy> reflash sd card
[13:26] <scoofy> and lose your data
[13:27] <scoofy> or maybe there's some default password
[13:27] <hannah> i thought you would say that,
[13:28] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[13:28] * olivierr (~user@crr06-5-88-176-174-191.fbx.proxad.net) Quit (Ping timeout: 246 seconds)
[13:29] <scoofy> what else did you expect? linux is not something that comes with a 'reset' button
[13:30] <scoofy> try password "raspberry"
[13:30] <shiftplusone> did you try the password 'raspberry'?
[13:30] <shiftplusone> what he said
[13:31] <scoofy> if that doesn't work, you can hack the bootloader
[13:31] <scoofy> but for that, some skills are needed
[13:31] <hannah> scoofy i am new to the pi, lol infact i am new to linux mint too,
[13:32] <scoofy> okay, then just try password "raspberry"
[13:32] <hannah> ok i just tryed that still no luck, i think i am just going to reload the os again,
[13:33] <scoofy> maybe, set up some password at the config screenj
[13:33] <scoofy> next time
[13:34] <hannah> thaqts what i am now thinking, if i reset everything, then at least its a start
[13:34] <scoofy> which user did you try?
[13:34] <scoofy> user: pi, default pass: raspberry
[13:35] * fayce (~fayce@ezecom.110.74.199.15.ezecom.com.kh) Quit (Quit: (null))
[13:35] <hannah> i tryed that and still no luck, see my boyfriend tryed to connect it up with our new internet hub so perhaps he did somthing, lol
[13:35] * terpo (~terpo@81-64-36-59.rev.numericable.fr) Quit ()
[13:35] <scoofy> maybe.
[13:36] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[13:36] <hannah> lol umm ok, but thank you for your time,
[13:36] <scoofy> maybe, ask your boyfriend if he set up a password.
[13:38] <hannah> to be honest i did ask him last night but he couldnt remeber, lol
[13:39] <scoofy> replace boyfriend
[13:39] <scoofy> and try again
[13:40] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:40] <shiftplusone> If that was my boyfriend, I'd definitely dump him.
[13:40] <shiftplusone> Mostly because I'm straight, but still.
[13:42] <hannah> lol i agree, time for a new boyfriend, lol am i the only women in this group?
[13:42] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 250 seconds)
[13:42] <shiftplusone> Nope
[13:43] <shiftplusone> it's a bit hard to tell how many women are actually on IRC because many choose not to mention it since it usually results in extra attention, often not the good kind.
[13:43] <hannah> lol i am going crazzy, the so called boyfriend has taken the card reader to work, lol
[13:45] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[13:51] <hannah> ok thank you all, i am going to log off and go and buy a new card reader, see you all soon, thank you again,
[13:51] <scoofy> np. see ya
[13:53] <hannah> see ya xxx hannah xxx
[13:53] * pablo_pi (~pablo@190.148.178.33) has joined #raspbian
[13:54] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 256 seconds)
[13:55] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[13:56] * pablo_pi_ (~pablo@190.148.178.33) Quit (Ping timeout: 252 seconds)
[13:56] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:01] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[14:02] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 276 seconds)
[14:11] * Akex_ (uid58281@gateway/web/irccloud.com/x-odrypqjvawwxobsf) has joined #raspbian
[14:12] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:14] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[14:17] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[14:18] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[14:19] * hannah (~hannah@host109-153-201-56.range109-153.btcentralplus.com) Quit (Quit: Leaving)
[14:21] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 250 seconds)
[14:26] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[14:26] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[14:29] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:30] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 240 seconds)
[14:33] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[14:33] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[14:34] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[14:36] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) has joined #raspbian
[14:38] * andre_m (andre_m@ip1f137dec.dynamic.kabel-deutschland.de) Quit (Quit: Leaving)
[14:39] * twolife is now known as twolife`
[14:39] * andre_m (andre_m@ip1f137dec.dynamic.kabel-deutschland.de) has joined #raspbian
[14:43] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[14:45] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:50] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[14:51] * lazy_prince (~lazy_prin@hpm01webcache01-z.apj.hpecore.net) Quit (Remote host closed the connection)
[14:51] * asdas (~asdasd@bl4-144-17.dsl.telepac.pt) Quit (Ping timeout: 252 seconds)
[14:51] * asdas (~asdasd@bl4-144-17.dsl.telepac.pt) has joined #raspbian
[14:53] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[14:54] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 272 seconds)
[14:56] * ydnar (~pi@117.151.113.47) Quit (Ping timeout: 240 seconds)
[15:01] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:03] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[15:03] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) Quit (Remote host closed the connection)
[15:06] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[15:07] * Alphard (~Alphard@unaffiliated/baronawesome) Quit (Read error: Connection reset by peer)
[15:08] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 252 seconds)
[15:09] * ydnar (~pi@117.151.114.57) has joined #raspbian
[15:11] * Alphard (~Alphard@189.123.185.217) has joined #raspbian
[15:11] * Alphard (~Alphard@189.123.185.217) Quit (Changing host)
[15:11] * Alphard (~Alphard@unaffiliated/baronawesome) has joined #raspbian
[15:20] * qdk (~qdk@0190101944.0.fullrate.dk) has joined #raspbian
[15:21] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[15:21] * ChanServ sets mode +o vagrantc
[15:23] * oeeve (~oeeve@77.241.100.17) Quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[15:32] * twolife` is now known as twolife
[15:33] * hanfm (~Thunderbi@x4d0b3108.dyn.telefonica.de) has joined #raspbian
[15:34] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:38] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[15:39] * Climuffff (~Climufff@ip1f13f739.dynamic.kabel-deutschland.de) has joined #raspbian
[15:40] * darkbasic_ (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[15:40] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[15:45] * olivierr (~user@crr06-5-88-176-174-191.fbx.proxad.net) has joined #raspbian
[15:48] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[15:49] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[15:49] * fred1807 (~fred1807@189.101.205.215) Quit (Quit: fred1807)
[15:49] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[15:50] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:51] * H4ndy|off is now known as H4ndy
[15:55] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[15:56] * lazy_prince (~lazy_prin@103.252.27.129) has joined #raspbian
[15:59] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:59] * MAV2015 (~MAV2015@34.160.47.77.pptp.ntu-kpi.kiev.ua) Quit ()
[16:00] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[16:03] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) has joined #raspbian
[16:05] * zGrr (~grr@185.13.106.85) Quit (Remote host closed the connection)
[16:09] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) Quit (Ping timeout: 272 seconds)
[16:10] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[16:12] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) has joined #raspbian
[16:13] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[16:15] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) Quit (Remote host closed the connection)
[16:15] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[16:17] * dreamon (~dreamon@unaffiliated/dreamon) Quit (Ping timeout: 240 seconds)
[16:26] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[16:31] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 250 seconds)
[16:34] * r4yan2 (~ray@poul.org) Quit (Ping timeout: 264 seconds)
[16:39] * oeeve (~oeeve@28.92-221-62.customer.lyse.net) has joined #raspbian
[16:40] * oeeve (~oeeve@28.92-221-62.customer.lyse.net) Quit (Client Quit)
[16:42] * shiftplusone (~shift@unaffiliated/shiftplusone) Quit (Quit: Leaving)
[16:45] * Smx (Elite8556@gateway/shell/elitebnc/x-jzaubpztykthhrcp) Quit (Excess Flood)
[16:47] * Smx (Elite8556@gateway/shell/elitebnc/x-vejxvntcliecoixr) has joined #raspbian
[16:49] * setesat (~setesat@doutre.fr) has joined #raspbian
[16:54] * dreamon (~dreamon@unaffiliated/dreamon) has joined #raspbian
[17:11] * lazy_prince (~lazy_prin@103.252.27.129) Quit (Ping timeout: 256 seconds)
[17:15] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) has joined #raspbian
[17:20] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) Quit (Ping timeout: 272 seconds)
[17:31] * peters_ (~peters@80.202.31.29) Quit (Remote host closed the connection)
[17:39] * buMPnet (~quassel@ec2-54-186-71-175.us-west-2.compute.amazonaws.com) has joined #raspbian
[17:48] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[17:54] * pablo_pi_ (~pablo@190.148.178.33) has joined #raspbian
[17:56] * pablo_pi (~pablo@190.148.178.33) Quit (Ping timeout: 250 seconds)
[17:58] * buMPnet (~quassel@ec2-54-186-71-175.us-west-2.compute.amazonaws.com) Quit (Remote host closed the connection)
[17:58] * buMPnet (~quassel@ec2-54-186-71-175.us-west-2.compute.amazonaws.com) has joined #raspbian
[17:59] * buMPnet (~quassel@ec2-54-186-71-175.us-west-2.compute.amazonaws.com) Quit (Remote host closed the connection)
[17:59] * pablo_pi (~pablo@190.148.178.33) has joined #raspbian
[18:00] * buMPnet (~quassel@ec2-54-186-71-175.us-west-2.compute.amazonaws.com) has joined #raspbian
[18:00] * pablo_pi_ (~pablo@190.148.178.33) Quit (Ping timeout: 264 seconds)
[18:00] * qdk (~qdk@0190101944.0.fullrate.dk) Quit (Ping timeout: 252 seconds)
[18:00] * wullu (~wullu@ip-176-199-109-60.hsi06.unitymediagroup.de) has joined #raspbian
[18:01] <wullu> hello
[18:01] * wullu (~wullu@ip-176-199-109-60.hsi06.unitymediagroup.de) Quit (Client Quit)
[18:04] * pablo_pi_ (~pablo@190.148.178.33) has joined #raspbian
[18:04] * pablo_pi (~pablo@190.148.178.33) Quit (Ping timeout: 276 seconds)
[18:07] <marmotworks> howdy
[18:14] <H4ndy> cheers
[18:28] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[18:31] * venkat (ca36af8e@gateway/web/freenode/ip.202.54.175.142) Quit (Ping timeout: 246 seconds)
[18:32] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 264 seconds)
[18:33] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[18:34] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[18:35] * qdk (~qdk@87.72.0.40) has joined #raspbian
[18:37] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Client Quit)
[18:43] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[18:43] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[18:54] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[18:56] * pablo_pi (~pablo@190.148.178.33) has joined #raspbian
[18:57] * mesamoo (~dh64@174-21-132-143.tukw.qwest.net) has joined #raspbian
[18:57] * MarkusB1 (~MarkusB3@95.233.235.134) has joined #raspbian
[18:59] * pablo_pi_ (~pablo@190.148.178.33) Quit (Ping timeout: 256 seconds)
[19:01] * pablo_pi_ (~pablo@190.148.178.33) has joined #raspbian
[19:02] * pablo_pi (~pablo@190.148.178.33) Quit (Ping timeout: 246 seconds)
[19:03] <q-bert> has anyone else had problems displaying asian characters in raspbian ?
[19:06] <squirrel> q-bert: いいえ
[19:06] <squirrel> worked out of the box for me
[19:08] <q-bert> squirrel: it's very odd
[19:08] <q-bert> i'm sad to say im about to give up and consider starting over with a new image
[19:08] <q-bert> even though i've configured this raspian thoroughly
[19:09] <q-bert> i powered up an old raspi last night to test, and it works *fine* on there
[19:09] <squirrel> set every locale to utf-8 if it's not and make sure your apps use appropriate versions of the curses libraries
[19:09] <q-bert> but that image is super old, im not even sure if it's raspian
[19:09] <q-bert> yeah utf8
[19:09] * spinza (~spin@197.89.39.101) Quit (Excess Flood)
[19:09] <q-bert> it's just a putty session to my raspberry pi
[19:09] <q-bert> it doesnt work in the terminal, or in screen, or in irssi inside of a screen
[19:10] <q-bert> here's the issue.txt of the raspberry pi it *does* work on
[19:10] <q-bert> aspberry Pi reference 2012-08-16 (armhf)
[19:10] <q-bert> Generated using spindle, http://asbradbury.org/projects/spindle/, f85b818, stage4-lxde-edu.qed
[19:10] <q-bert> my newer raspian doesnt have an issue.txt so i dunno if this older one is even running official raspbian
[19:10] <q-bert> it may not be
[19:11] <squirrel> (no idea what issue.txt is, but tmux & weechat = ftw)
[19:12] * MarkusB1 (~MarkusB3@95.233.235.134) Quit (Quit: Linkinus - http://linkinus.com)
[19:12] <q-bert> squirrel: then issue.txt is not raspbian
[19:12] <q-bert> and this image is some old hackjob i got when i was starting out with raspis
[19:12] <q-bert> anyway, it works on there :D
[19:13] <q-bert> maybe i can just backup my /etc/ and try to pick what i need from it after i re-image
[19:13] <q-bert> or i should just go and try to find another SD card and keep this old one around
[19:13] * spinza (~spin@197.89.39.101) has joined #raspbian
[19:14] <squirrel> i've used a number of images, atm using some minimal installation as i've got a 2gb card, and had no problems with unicode
[19:14] <q-bert> it's not worth digging to figure out what is busted about this raspbian instance
[19:14] <squirrel> stuff like cyrillics doesn't work either?
[19:15] <q-bert> i havent tried but i imagine they dont
[19:15] <q-bert> i cant even see accented vowels, like the ones you see in romance languages
[19:15] <squirrel> what do you see instead?
[19:15] <q-bert> on irssi i see question marks
[19:16] <q-bert> in the terminal i see nothing
[19:16] <q-bert> just gaps
[19:16] <lordievader> Sounds like your unicode support is broken.
[19:16] <lordievader> Or misconfigured.
[19:17] <q-bert> well i never specifically tinkered with it
[19:17] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:17] <squirrel> font issue perhaps?
[19:18] <squirrel> if you copy the gaps and paste them somewhere, do you get the characters
[19:18] <q-bert> no
[19:18] <q-bert> they're lost in this terminal
[19:18] <q-bert> i tried from ssh from a linux machine last night and same deal, so it's not putty/windnows
[19:18] <q-bert> i think im going to get another SD card :(
[19:19] <q-bert> copying stuff i need to the new /etc/ should be easy enough
[19:19] <squirrel> you can just dd the old card
[19:19] <q-bert> yeah but i wanna keep it around in case there's stuff i forget to back up
[19:19] <q-bert> :)
[19:19] <q-bert> stuff outside of /etc/
[19:19] * plugwash (~plugwash@97e3d836.skybroadband.com) has joined #raspbian
[19:19] * ChanServ sets mode +o plugwash
[19:21] <squirrel> i usually dd the whole card and just get stuff from the image later
[19:21] <q-bert> oh
[19:21] <q-bert> i see what you mean
[19:22] * olivier-pmb (~olivier@196.202.236.62) has joined #raspbian
[19:23] * TheLostAdmin (~TheLostAd@76-10-152-208.dsl.teksavvy.com) has joined #raspbian
[19:25] <Tachyon`> yeah, dd, resize partition(s), done
[19:25] <Tachyon`> which on the pi is rather easy
[19:25] <Tachyon`> had to do that to expand retropie from 8 to 16 recently and it's going to need a 32 soon, psx stuff is large -.o
[19:27] <squirrel> resizing partitions is so easy even without the raspi tools ♥
[19:28] * b4tm4n (~b4tm4n@gateway/vpn/privateinternetaccess/b4tm4n) has joined #raspbian
[19:28] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:30] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[19:32] * skylite_ (~skylite@91EC7589.dsl.pool.telekom.hu) Quit (Ping timeout: 252 seconds)
[19:32] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) has joined #raspbian
[19:33] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Max SendQ exceeded)
[19:33] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[19:35] * sjefen6_ (~sjefen6@2001:464b:d995:0:20c:29ff:fe15:2284) Quit (Quit: No Ping reply in 180 seconds.)
[19:36] * sjefen6 (~sjefen6@2001:464b:d995:0:20c:29ff:fe15:2284) has joined #raspbian
[19:46] * Kilikit_T (~Kilikit_T@c110-20-202-224.rivrw10.nsw.optusnet.com.au) has joined #raspbian
[19:56] * oeeve (~oeeve@28.92-221-62.customer.lyse.net) has joined #raspbian
[19:57] * twolife is now known as twolife`
[20:01] * dreamon (~dreamon@unaffiliated/dreamon) Quit (Ping timeout: 265 seconds)
[20:10] * twolife` is now known as twolife
[20:10] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[20:14] * dardus (615fef80@gateway/web/freenode/ip.97.95.239.128) has joined #raspbian
[20:14] <dardus> hello
[20:16] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[20:16] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[20:16] <dardus> so guy's i need some help 0.0 i bought me a raspberry pi 2 for a freind and he is stuck withought a hdmi tv so anyways's he got this cable http://amzn.to/1Fje8Fl and when he plugged his pi in it has a red light
[20:17] <dardus> no video
[20:18] * linkedinyou (~linkediny@unaffiliated/linkedinyou) Quit (Ping timeout: 252 seconds)
[20:21] * unbastien1 (~bastien@244.206.18.109.rev.sfr.net) has joined #raspbian
[20:21] <unbastien1> hi all
[20:21] <dardus> hey dude
[20:21] <unbastien1> i have a question that why i came
[20:21] <dardus> ok
[20:22] <dardus> what's the question?
[20:22] <unbastien1> how login automatically on raspbian
[20:23] <dardus> why would you want to do that? it is a REAL security risk but ok i will show you
[20:23] <at0m|c> dardus: there's different types of TRRS cables. make sure you got the right one. http://www.raspberrypi-spy.co.uk/2014/07/raspberry-pi-model-b-3-5mm-audiovideo-jack/
[20:23] <unbastien1> the pi will stay at home
[20:24] <unbastien1> i have to play musique with analogic speaker
[20:24] <dardus> just a sec
[20:25] <unbastien1> but i want that when i plug alimentation cable and some usb stick (contain mp3) the pi plays music
[20:25] <dardus> you mean like without a passwd or just login straight to desktop?
[20:26] <at0m|c> he doesn't need a desktop or login for that. just an udev rule for the stick
[20:26] <unbastien1> straight desktop or command line
[20:27] <unbastien1> to execute a python's code every boot (to play music)
[20:27] <dardus> well with that i can't help :(
[20:27] <unbastien1> what do you need more?
[20:28] <dardus> hey atomic he got a zune cable btw so will that work?
[20:28] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[20:28] <dardus> hey otter
[20:29] <unbastien1> hi
[20:32] * twolife is now known as twolife`
[20:33] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 250 seconds)
[20:34] <at0m|c> dardus: i don't know that cable. try switching and audio for video plug.
[20:34] <at0m|c> unbastien1: http://www.panticz.de/node/629 can get you started.
[20:34] <unbastien1> thanks
[20:34] <dardus> tried to no avail
[20:36] <unbastien1> ok i will try thanks for all i will come to my bed bye
[20:36] * unbastien1 (~bastien@244.206.18.109.rev.sfr.net) has left #raspbian
[20:36] * H4ndy is now known as H4ndy|off
[20:38] * oakenshield (~oakenshie@83.223.26.226) has joined #raspbian
[20:38] <dardus> well then
[20:41] <dardus> any news on ras pi 3?
[20:41] * Climuffff (~Climufff@ip1f13f739.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[20:42] <at0m|c> the 2's just been released?
[20:43] * b4tm4n (~b4tm4n@gateway/vpn/privateinternetaccess/b4tm4n) has left #raspbian
[20:44] <dardus> oh yeah btw no more crappy web client's, just downloaded hexchat
[20:44] <dardus> what client's do you use?
[20:47] <Tachyon`> mirc on this, xchat on pandora, irssi on pis
[20:47] <dardus> bye bye and thanks for the support atomic :)
[20:47] * dardus (615fef80@gateway/web/freenode/ip.97.95.239.128) Quit (Quit: Page closed)
[20:47] <at0m|c> gl darthbator
[20:47] <at0m|c> err
[20:47] <at0m|c> tab-complete fail
[20:53] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[20:53] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[20:58] * ppq (~ppq@unaffiliated/ppq) Quit (Remote host closed the connection)
[21:05] * skylite_ (~skylite@91EC7589.dsl.pool.telekom.hu) has joined #raspbian
[21:05] * asdas (~asdasd@bl4-144-17.dsl.telepac.pt) Quit (Quit: Ex-Chat)
[21:08] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Ping timeout: 246 seconds)
[21:12] * setesat (~setesat@doutre.fr) Quit (Ping timeout: 265 seconds)
[21:12] * Tachyon` is now known as Tach[Away]
[21:15] * Tach[Away] is now known as Tachyon`
[21:15] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 272 seconds)
[21:22] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[21:27] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) has joined #raspbian
[21:28] <ov3rmind|2> clear
[21:31] * olivier-pmb (~olivier@196.202.236.62) Quit (Quit: leaving)
[21:31] * gitup (~gitup@203-214-76-246.dyn.iinet.net.au) Quit (Ping timeout: 252 seconds)
[21:32] * skylite_ (~skylite@91EC7589.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[22:00] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) Quit (Quit: WeeChat 1.1.1)
[22:02] * r4yan2 (~ray@93-50-119-30.ip152.fastwebnet.it) has joined #raspbian
[22:25] * pen_ (uid92649@gateway/web/irccloud.com/x-sgynyydxbufovypb) Quit (Quit: Connection closed for inactivity)
[22:29] * pi___ (~pi@c-50-186-135-179.hsd1.fl.comcast.net) has joined #raspbian
[22:29] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[22:30] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[22:31] <pi___> hello
[22:31] <pi___> whois pi___
[22:31] * pi___ (~pi@c-50-186-135-179.hsd1.fl.comcast.net) Quit (Client Quit)
[22:33] * oeeve (~oeeve@28.92-221-62.customer.lyse.net) Quit ()
[22:34] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 272 seconds)
[22:34] * pi___ (~pi@c-50-186-135-179.hsd1.fl.comcast.net) has joined #raspbian
[22:34] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 256 seconds)
[22:38] * pi___ (~pi@c-50-186-135-179.hsd1.fl.comcast.net) Quit (Client Quit)
[23:01] * TheLostAdmin (~TheLostAd@76-10-152-208.dsl.teksavvy.com) Quit (Quit: Leaving)
[23:03] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[23:09] * Tachyon` is now known as Tach[Away]
[23:13] <Kilikit_T> hey can I ask r-pi questions in here? or just programming junk?
[23:14] <Kilikit_T> because I have been tryign to figure out whether or not to put a 64gb micro-sd in my pi or an 8gb one like the dox suggest
[23:14] * yohnnyjoe (~yohnnyjoe@c-69-251-73-211.hsd1.dc.comcast.net) has joined #raspbian
[23:20] * ElectricCrowbar (~rely@ool-ad0399d4.dyn.optonline.net) has joined #raspbian
[23:24] * Kilikit_T (~Kilikit_T@c110-20-202-224.rivrw10.nsw.optusnet.com.au) Quit ()
[23:28] * Climuffff (~Climufff@ip1f13f739.dynamic.kabel-deutschland.de) has joined #raspbian
[23:28] * hanfm (~Thunderbi@x4d0b3108.dyn.telefonica.de) Quit (Ping timeout: 264 seconds)
[23:30] * dreamon (~dreamon@unaffiliated/dreamon) has joined #raspbian
[23:33] * Akagi201_ (~akagi201@222.67.150.212) Quit (Remote host closed the connection)
[23:48] * taza (~taza@unaffiliated/taza) Quit ()
[23:51] * taza (~taza@unaffiliated/taza) has joined #raspbian
[23:53] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[23:53] * oakenshield (~oakenshie@83.223.26.226) Quit (Remote host closed the connection)
[23:57] * oakenshield (~oakenshie@83.223.26.226) has joined #raspbian
[23:57] <Getty> holy moly, i thought i was already down the rabbit hole with watching that vampire movie with nicolas cage
[23:57] <Getty> but "time to kill" is a new dimension......

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