#raspbian IRC Log

Index

IRC Log for 2015-05-26

Timestamps are in GMT/BST.

[0:02] * zmachine (~ROCK_@pool-173-58-228-34.lsanca.fios.verizon.net) Quit (Ping timeout: 264 seconds)
[0:03] * zmachine (~ROCK_@pool-173-58-228-34.lsanca.fios.verizon.net) has joined #raspbian
[0:09] * sifar (~CD@117.206.14.96) Quit (Quit: Leaving)
[0:24] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) Quit (Quit: WeeChat 1.1.1)
[0:28] * shiftplusone (~shiftplus@unaffiliated/shiftplusone) has joined #raspbian
[0:29] * shiftplusone (~shiftplus@unaffiliated/shiftplusone) Quit (Client Quit)
[0:34] * echo1 (~echo1@174-29-178-187.hlrn.qwest.net) Quit (Ping timeout: 272 seconds)
[0:39] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) has joined #raspbian
[0:39] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) Quit (Client Quit)
[0:40] * magiz (~pi@cpe.601403.kunde.netcomnetz.de) has joined #raspbian
[0:40] <magiz> hey , is there a package for creating a live-usb? cant find one
[0:41] <magiz> ive tried dd , but i cant get the live-rw working
[0:42] <dgeary2> magiz, raspbian wheezy or jessie?
[0:42] <magiz> jessie
[0:42] <magiz> no wait , im on raspbian and want to make a live usb for another system
[0:43] <dgeary2> what architecture is the other system?
[0:43] <magiz> amd64
[0:43] <magiz> ive used a hybrid iso of debian8.0 jessie kde
[0:44] * Akagi201 (~akagi201@101.81.66.226) has joined #raspbian
[0:44] <dgeary2> what do you mean by 'cant get the live-rw working'? is this about persistence?
[0:45] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) has joined #raspbian
[0:45] <magiz> yea persistence , it wont save anything to the partitions
[0:45] <dgeary2> magiz, does it mount them and add them to the union?
[0:47] <dgeary2> if you add 'debug' and 'break' to the kernel command line, it will drop you in a shell in the initramfs and you can have a look around.
[0:48] <magiz> i think i should have just installed it to the usb stick , no ? then i'd have write permission anyways, could just write it into fstab ?
[0:49] <magiz> dd the mounted content rather than the iso itself
[0:49] <dgeary2> contents of fstab are too late in the boot process. is already non-persistent at that point.
[0:50] <dgeary2> dd a mount point doesn't make sense
[0:50] * sydney_untangle (~irssi@unaffiliated/sydney) Quit (Remote host closed the connection)
[0:50] <dgeary2> boot process in a nutshell: bootloader(s) -> kernel -> initramfs -> root filesystem
[0:51] <magiz> well i thought i could just enter the boot parameter in the iso bootloader , but that doesnt seem to work with labled partitions
[0:51] <dgeary2> the initramfs sets up access to the root filesystem, like doing (non-)persistent copy-on-write
[0:52] <dgeary2> what is the parameter you are entering?
[0:52] <magiz> live persistent
[0:54] <dgeary2> ok, the first thing i would do is unpack the initramfs and see if it understands that. some boot parameters have changed between wheezy and jessie. i'm not sure which ones though.
[0:54] <dgeary2> you can use the 'file' program to find out how the initramfs is compressed
[0:55] <dgeary2> then decompress it and pipe the output to 'cpio -i' to extract it to the current folder (suggest creating a new empty folder for this)
[0:56] <dgeary2> then look in /init in that folder. it's a shell script (plain text file).
[0:58] <magiz> wouldnt that require write access to dd'd content
[0:58] <dgeary2> no, just the mounted iso
[0:59] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) Quit (Ping timeout: 255 seconds)
[1:00] <magiz> maybe i should have used wheezy , i'm too much of a noob , ill probably destroy everything if i try that
[1:00] <dgeary2> there's actually not a lot of files in the iso, most of the space is taken by filesystem.squashfs. you can use 'find' to list all of the files under the iso mount point.
[1:00] <dgeary2> magiz, no need to be afraid
[1:02] <dgeary2> messing around with dd is scarier than unpacking an initramfs
[1:03] <dgeary2> you don't need to be root to do the unpack part, and if you use fuse, you don't even need to be root to mount the iso.
[1:03] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Quit: bye lol)
[1:03] * Stellar (~Stellar@36.72.104.190) has joined #raspbian
[1:03] * Stellar (~Stellar@36.72.104.190) Quit (Changing host)
[1:03] * Stellar (~Stellar@unaffiliated/stellar) has joined #raspbian
[1:04] * echo1 (~echo1@174-29-178-187.hlrn.qwest.net) has joined #raspbian
[1:10] * Climuffff (~Climufff@ip1f13f739.dynamic.kabel-deutschland.de) has joined #raspbian
[1:12] <dgeary2> magiz, where are the download links for the debian live dvds?
[1:13] <dgeary2> sorry, found them
[1:19] * Akex_ (uid58281@gateway/web/irccloud.com/x-xhxsjfkpqmndxzfd) Quit (Quit: Connection closed for inactivity)
[1:23] <magiz> might have tried to switch too early
[1:24] <dgeary2> magiz, not sure
[1:25] <dgeary2> i've downloaded the 'standard' jessie live dvd (the one without any desktop)
[1:25] * taza (~taza@unaffiliated/taza) Quit ()
[1:27] <magiz> dgeary2, what are you up to?
[1:27] <dgeary2> looking in the initramfs
[1:30] <dgeary2> there are a bunch of arguments starting with 'persistence', but no 'persistent'.
[1:31] <dgeary2> and instead of 'live' you will need to specify 'boot=live'
[1:31] <magiz> thats what i meant , might have typed it wrong there aswell
[1:31] <magiz> or maybe thats an even older version
[1:32] <dgeary2> what you typed looks correct for wheezy, but is not correct for jessie.
[1:32] <magiz> ill try persistence and see if it roots them
[1:32] <magiz> if not ill just stay on wheezy for this year
[1:32] <magiz> thanks for the help though
[1:34] <magiz> good night
[1:34] <dgeary2> 'boot=live persistence' would be a good try
[1:36] * magiz (~pi@cpe.601403.kunde.netcomnetz.de) Quit (Quit: Verlassend)
[1:36] * _Kowalski (~Kowalski@p54B7C8FA.dip0.t-ipconnect.de) Quit (Ping timeout: 272 seconds)
[1:42] * marmotworks (~marmotwor@66-90-157-20.dyn.grandenetworks.net) has joined #raspbian
[1:45] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[1:46] * echo1 (~echo1@174-29-178-187.hlrn.qwest.net) Quit (Read error: Connection reset by peer)
[1:46] * dgeary2 (~portlandi@90.193.206.204) Quit (Quit: Ex-Chat)
[1:50] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 272 seconds)
[2:00] * joujou (~tombom@93-44-199-89.ip98.fastwebnet.it) Quit (Ping timeout: 258 seconds)
[2:02] * _Kowalski (~Kowalski@p5B0D62B5.dip0.t-ipconnect.de) has joined #raspbian
[2:12] * itisme (~Lingo@75.108.195.197) has joined #raspbian
[2:40] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[2:41] * joat (~tim@ip70-160-158-40.hr.hr.cox.net) Quit (Remote host closed the connection)
[2:53] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) Quit (Ping timeout: 245 seconds)
[2:53] * darkbasic_ (~quassel@host37-245-static.119-2-b.business.telecomitalia.it) Quit (Remote host closed the connection)
[2:53] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[2:54] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) has joined #raspbian
[2:58] * Akagi201_ (~akagi201@101.81.64.53) has joined #raspbian
[2:59] * Akagi201 (~akagi201@101.81.66.226) Quit (Ping timeout: 240 seconds)
[2:59] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[3:06] * Akagi201 (~akagi201@116.226.176.209) has joined #raspbian
[3:07] * Akagi201_ (~akagi201@101.81.64.53) Quit (Ping timeout: 255 seconds)
[3:32] * Zachary_DuBois (~Zachary_D@yuki.morikawa.apservers.io) Quit (Quit: 平和!(HTTP/1.1 503 Zachary is unavailable.))
[3:35] * Zachary_DuBois (~Zachary_D@yuki.morikawa.apservers.io) has joined #raspbian
[3:41] * arky (~arky@110.74.219.32) has joined #raspbian
[3:46] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[3:50] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 255 seconds)
[4:05] * mike_t (~mike@pluto.dd.vaz.ru) has joined #raspbian
[4:09] * Climuffff (~Climufff@ip1f13f739.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[4:10] * itisme_ (~Lingo@75.108.195.197) has joined #raspbian
[4:11] * itisme (~Lingo@75.108.195.197) Quit (Ping timeout: 276 seconds)
[4:22] * Technicus (~Technicus@97-83-226-86.dhcp.eucl.wi.charter.com) has joined #raspbian
[4:25] * peetbog (~peetbog@2601:2:4f81:cd20:a5f8:cec4:1d59:c399) Quit (Quit: Leaving)
[4:29] * Technicus (~Technicus@97-83-226-86.dhcp.eucl.wi.charter.com) Quit ()
[4:33] * itisme_ (~Lingo@75.108.195.197) Quit (Quit: Lingo: www.lingoirc.com)
[4:50] * zmachine (~ROCK_@pool-173-58-228-34.lsanca.fios.verizon.net) Quit (Quit: Bye!)
[4:50] * noway__ (~noway@port-24786.pppoe.wtnet.de) has joined #raspbian
[4:54] * noway_ (~noway@port-17629.pppoe.wtnet.de) Quit (Ping timeout: 255 seconds)
[4:55] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[5:17] * zmachine (~ROCK_@pool-173-58-228-34.lsanca.fios.verizon.net) has joined #raspbian
[5:19] * Tach[Zzz] is now known as Tachyon`
[5:47] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[5:51] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 245 seconds)
[5:51] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[5:55] * Gazpaxxo (~bizarro_1@70.Red-88-20-114.staticIP.rima-tde.net) Quit (Quit: Leaving)
[6:00] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) Quit (Ping timeout: 256 seconds)
[6:23] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) has joined #raspbian
[6:33] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) Quit (Ping timeout: 276 seconds)
[6:38] <lordievader> Good morning.
[6:38] * piper (~user@151.8.78.132) has joined #raspbian
[6:41] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) has joined #raspbian
[6:52] * twolife` is now known as twolife
[6:54] <Encapsulation> I can see r8188eu driver loaded and wlan0 is there wpa_conf filled out but not connected no ip etc on iface
[6:54] <Encapsulation> any ideas?
[7:01] * Muhannad (~Muhannad@78.95.9.243) has joined #raspbian
[7:17] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[7:18] * Smither (~Smither@cpc65019-brad19-2-0-cust125.17-1.cable.virginm.net) has joined #raspbian
[7:24] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 272 seconds)
[7:25] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[7:30] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Excess Flood)
[7:34] * darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it) has joined #raspbian
[7:41] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Ping timeout: 265 seconds)
[7:42] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[7:45] * Muhannad (~Muhannad@78.95.9.243) Quit (Ping timeout: 272 seconds)
[7:47] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) Quit (Ping timeout: 240 seconds)
[7:47] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[7:52] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 264 seconds)
[7:53] * Akex_ (uid58281@gateway/web/irccloud.com/x-vbmiwpgjpwkxqfwp) has joined #raspbian
[8:01] * marmotworks (~marmotwor@66-90-157-20.dyn.grandenetworks.net) Quit (Ping timeout: 256 seconds)
[8:06] * marmotworks (~marmotwor@66-90-157-20.dyn.grandenetworks.net) has joined #raspbian
[8:09] * piper (~user@151.8.78.132) Quit (Ping timeout: 272 seconds)
[8:11] * Scriven (~UserName@S01063085a9395770.vc.shawcable.net) Quit (Read error: Connection reset by peer)
[8:11] * Scriven (~UserName@S01063085a9395770.vc.shawcable.net) has joined #raspbian
[8:21] * zGrr (~grr@185.13.106.89) has joined #raspbian
[8:22] <zGrr> moin :)
[8:23] * hanfm (~Thunderbi@x5d8103e9.dyn.telefonica.de) has joined #raspbian
[8:32] * yesi (~yesi@pic75-2-78-193-239-47.fbxo.proxad.net) Quit (Ping timeout: 264 seconds)
[8:32] * Domin_ (domin@hahah.org) has joined #raspbian
[8:33] * wiiguy (~fake@92-108-164-28.dynamic.upc.nl) has joined #raspbian
[8:33] * wiiguy (~fake@92-108-164-28.dynamic.upc.nl) Quit (Changing host)
[8:33] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[8:36] * Domin (domin@hahah.org) Quit (Ping timeout: 255 seconds)
[8:36] * Domin_ is now known as Domin
[8:40] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[8:43] * arky (~arky@110.74.219.32) Quit (Quit: Leaving)
[8:54] * odin_ (~Odin@2a01:348:261:32:211:11ff:fe6b:2483) Quit (Ping timeout: 272 seconds)
[8:54] * twolife is now known as twolife`
[8:54] * piper (~user@151.8.78.132) has joined #raspbian
[8:55] * lazy_prince (~lazy_prin@hpm01webcache04-z.apj.hpecore.net) has joined #raspbian
[9:04] * hanfm (~Thunderbi@x5d8103e9.dyn.telefonica.de) Quit (Quit: hanfm)
[9:06] * piper (~user@151.8.78.132) Quit (Remote host closed the connection)
[9:08] * odin_ (~Odin@575184c1.skybroadband.com) has joined #raspbian
[9:08] * piper (~user@151.8.78.132) has joined #raspbian
[9:14] * taza (~taza@unaffiliated/taza) has joined #raspbian
[9:18] * hanfm (~Thunderbi@x5d8103e9.dyn.telefonica.de) has joined #raspbian
[9:19] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Remote host closed the connection)
[9:21] * hanfm (~Thunderbi@x5d8103e9.dyn.telefonica.de) Quit (Client Quit)
[9:25] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[9:25] * Tachyon` is now known as Tach[Out]
[9:30] * twolife` is now known as twolife
[9:34] * joujou (~tombom@93-44-199-89.ip98.fastwebnet.it) has joined #raspbian
[9:36] <joujou> Hi guys. I just made a LVM on an encrypted partition (no filesystem, only data), but after the reboot I can't see the volumes anymore with lsblk, or cd into them, even though lvdisplay shows them. I'm pretty sure I'm missing something easy, but can't figure it out
[9:36] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[9:39] <joujou> I tried to edit fstab so that the /moon folder would be mounted on the LVM, but when I boot I can access the folder and everything, does not mount there. fstab: /dev/mapper/group-volume01 /moon ext4 defaults 0 0
[9:39] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[9:39] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[9:41] * ncg (~ncg@195-154-184-193.rev.poneytelecom.eu) Quit (Remote host closed the connection)
[9:42] * ncg (~ncg@195-154-184-193.rev.poneytelecom.eu) has joined #raspbian
[9:45] * taza (~taza@unaffiliated/taza) Quit ()
[9:48] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[9:50] * zGrr (~grr@185.13.106.89) Quit (Ping timeout: 272 seconds)
[9:52] * TG|OC|Kiwi (~TGOC|Kiwi@mea77-5-88-181-139-92.fbx.proxad.net) has joined #raspbian
[9:53] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 245 seconds)
[10:18] * shiftplusone (~shift@unaffiliated/shiftplusone) has joined #raspbian
[10:22] * zGrr (~grr@user-46-113-218-174.play-internet.pl) has joined #raspbian
[10:30] * Voovode (~Alex@tenatena.static.otenet.gr) has joined #raspbian
[10:42] * Voovode (~Alex@tenatena.static.otenet.gr) Quit (Quit: Byeeeeeeeee!)
[10:42] * qdk (~qdk@ip2.c1306.frb300.cust.comxnet.dk) Quit (Ping timeout: 264 seconds)
[10:45] * teran (~teran@91.218.144.129) has joined #raspbian
[10:51] * teran (~teran@91.218.144.129) Quit (Ping timeout: 255 seconds)
[10:53] * Zbyshek (~neo@silentic.zbyshek.net) Quit (Ping timeout: 276 seconds)
[10:53] * allan_q (~allan@162-225-93-126.lightspeed.nsvltn.sbcglobal.net) Quit (Ping timeout: 272 seconds)
[10:58] * allan_q (~allan@162-225-93-126.lightspeed.nsvltn.sbcglobal.net) has joined #raspbian
[11:04] * teran (~teran@91.218.144.129) has joined #raspbian
[11:06] * Zbyshek (~neo@silentic.zbyshek.net) has joined #raspbian
[11:07] * Zbyshek (~neo@silentic.zbyshek.net) Quit (Client Quit)
[11:16] <TG|OC|Kiwi> hi all
[11:17] * TG|OC|Kiwi (~TGOC|Kiwi@mea77-5-88-181-139-92.fbx.proxad.net) Quit (Quit: http://www.kiwiirc.com/ - A hand-crafted IRC client)
[11:18] * TG|OC|Kiwi (~TGOC|Kiwi@mea77-5-88-181-139-92.fbx.proxad.net) has joined #raspbian
[11:18] * TG|OC|Kiwi (~TGOC|Kiwi@mea77-5-88-181-139-92.fbx.proxad.net) Quit (Client Quit)
[11:23] * qdk (~qdk@188.120.76.164) has joined #raspbian
[11:27] * nullm0dem (~brian@ip98-163-24-64.rn.hr.cox.net) has joined #raspbian
[11:32] * varibull (~varibull@ta.tainstruments.com) Quit (Remote host closed the connection)
[11:32] * varibull (~varibull@ta.tainstruments.com) has joined #raspbian
[11:33] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Remote host closed the connection)
[11:49] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[11:54] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 276 seconds)
[11:55] * Akagi201 (~akagi201@116.226.176.209) Quit (Remote host closed the connection)
[11:57] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[12:03] * jakllsch (~jakllsch@netbsd/developer/jakllsch) Quit (Quit: Reconnecting)
[12:03] * jakllsch (~jakllsch@netbsd/developer/jakllsch) has joined #raspbian
[12:04] * TG|OC|Kiwi (~TGOC|Kiwi@mea77-5-88-181-139-92.fbx.proxad.net) has joined #raspbian
[12:09] * ahop (~ahop@65.8.100.84.rev.sfr.net) has joined #raspbian
[12:09] <ahop> Hi!
[12:09] <lordievader> o/
[12:09] <ahop> Is there a "Testing" version of Raspbian (with Jessie) ?
[12:20] * IrishGringo (~chatzilla@2601:3:2d80:4420:50ca:a9a0:cef3:4e68) has joined #raspbian
[12:21] <TG|OC|Kiwi> as I know, OSMC is with jessie
[12:22] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Remote host closed the connection)
[12:23] <ahop> what is OSMC?
[12:26] <ahop> what boot time do they have?
[12:33] <ahop> But isn't there an official "Testing" version of Raspbian?
[12:33] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[12:33] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[12:34] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Remote host closed the connection)
[12:38] * joujou (~tombom@93-44-199-89.ip98.fastwebnet.it) Quit (Quit: Lost terminal)
[12:38] * lazy_prince (~lazy_prin@hpm01webcache04-z.apj.hpecore.net) Quit (Remote host closed the connection)
[12:38] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 258 seconds)
[12:39] * lazy_prince (~lazy_prin@hpm01webcache04-z.apj.hpecore.net) has joined #raspbian
[12:40] <TG|OC|Kiwi> OSMC is a media center
[12:41] <ahop> ok i found in the meantime
[12:41] <ahop> so no Testing branch of Raspbian?
[12:42] * b4tm4n (~b4tm4n@gateway/vpn/privateinternetaccess/b4tm4n) has joined #raspbian
[12:49] * killer_prince (~lazy_prin@hpm01webcache03-z.apj.hpecore.net) has joined #raspbian
[12:51] * lazy_prince (~lazy_prin@hpm01webcache04-z.apj.hpecore.net) Quit (Remote host closed the connection)
[12:53] * lazy_prince (~lazy_prin@hpm01webcache04-z.apj.hpecore.net) has joined #raspbian
[12:55] * lektrik (~mayday_ja@mail.rahb.ca) has joined #raspbian
[12:56] * killer_prince (~lazy_prin@hpm01webcache03-z.apj.hpecore.net) Quit (Remote host closed the connection)
[12:59] * Zbyshek (~neo@silentic.zbyshek.net) has joined #raspbian
[12:59] * b4tm4n (~b4tm4n@gateway/vpn/privateinternetaccess/b4tm4n) has left #raspbian
[13:14] * mike_t (~mike@pluto.dd.vaz.ru) Quit (Remote host closed the connection)
[13:33] * lazy_prince (~lazy_prin@hpm01webcache04-z.apj.hpecore.net) Quit (Ping timeout: 265 seconds)
[13:35] * Akagi201 (~akagi201@222.64.178.197) has joined #raspbian
[13:35] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[13:37] * zGrr (~grr@user-46-113-218-174.play-internet.pl) Quit (Ping timeout: 272 seconds)
[13:40] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 255 seconds)
[13:56] * ahop (~ahop@65.8.100.84.rev.sfr.net) Quit (Ping timeout: 272 seconds)
[13:57] * ahop (~ahop@65.8.100.84.rev.sfr.net) has joined #raspbian
[14:03] * Tach[Out] is now known as Tachyon`
[14:05] * twolife is now known as twolife`
[14:06] <TG|OC|Kiwi> not known
[14:08] * sifar (~CD@117.221.228.104) has joined #raspbian
[14:11] * head8debian (~irssi@199.96.49.162) has joined #raspbian
[14:11] * head8debian (~irssi@199.96.49.162) Quit (Changing host)
[14:11] * head8debian (~irssi@unaffiliated/sydney) has joined #raspbian
[14:11] * head8debian (~irssi@unaffiliated/sydney) Quit (Remote host closed the connection)
[14:12] * head8debian (~irssi@unaffiliated/sydney) has joined #raspbian
[14:13] * head8debian (~irssi@unaffiliated/sydney) Quit (Remote host closed the connection)
[14:14] * head8debian (~irssi@unaffiliated/sydney) has joined #raspbian
[14:14] <ahop> diederik: is your netinst-ua a fork of raspbian?
[14:15] * IrishGringo (~chatzilla@2601:3:2d80:4420:50ca:a9a0:cef3:4e68) Quit (Ping timeout: 265 seconds)
[14:17] * ahop (~ahop@65.8.100.84.rev.sfr.net) Quit ()
[14:21] * Robarelli (~Robarelli@S0106602ad076145a.cg.shawcable.net) has joined #raspbian
[14:22] * IrishGringo (~chatzilla@2601:3:2d80:4420:50ca:a9a0:cef3:4e68) has joined #raspbian
[14:26] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[14:26] * ChanServ sets mode +o vagrantc
[14:31] * s7r (~s7r@openvpn/user/s7r) has joined #raspbian
[14:32] * PeterSilie (~quassel@2607:ff28:0:23::2507:f1c5) Quit (Quit: No Ping reply in 180 seconds.)
[14:34] * PeterSilie (~quassel@2607:ff28:0:23::2507:f1c5) has joined #raspbian
[14:34] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[14:36] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[14:37] * PeterSilie (~quassel@2607:ff28:0:23::2507:f1c5) Quit (Client Quit)
[14:39] * TheLostAdmin (~TheLostAd@75-119-254-217.dsl.teksavvy.com) has joined #raspbian
[14:40] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 272 seconds)
[14:40] * PeterSilie (~quassel@2607:ff28:0:23::2507:f1c5) has joined #raspbian
[14:40] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 245 seconds)
[15:01] * IrishGringo (~chatzilla@2601:3:2d80:4420:50ca:a9a0:cef3:4e68) Quit (Ping timeout: 256 seconds)
[15:04] * lapide_viridi (~lapide_vi@ti0097a400-0355.bb.online.no) has joined #raspbian
[15:13] * lektrik (~mayday_ja@mail.rahb.ca) Quit (Read error: Connection reset by peer)
[15:26] * mildouze1 (~Icedove@AAmiens-156-1-75-24.w90-34.abo.wanadoo.fr) has joined #raspbian
[15:29] * head8debian (~irssi@unaffiliated/sydney) Quit (Quit: leaving)
[15:30] * head8debian (~irssi@unaffiliated/sydney) has joined #raspbian
[15:35] * Climuffff (~Climufff@ip1f13f739.dynamic.kabel-deutschland.de) has joined #raspbian
[15:36] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[15:40] * Nyctophilia (~IamHereFo@unaffiliated/nyctophilia) has joined #raspbian
[15:41] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 245 seconds)
[15:42] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[15:50] * twolife` is now known as twolife
[16:01] * Akagi201 (~akagi201@222.64.178.197) Quit (Remote host closed the connection)
[16:07] * TG|OC|Kiwi (~TGOC|Kiwi@mea77-5-88-181-139-92.fbx.proxad.net) Quit (Quit: http://www.kiwiirc.com/ - A hand-crafted IRC client)
[16:08] * teran (~teran@91.218.144.129) Quit (Remote host closed the connection)
[16:08] * teran (~teran@91.218.144.129) has joined #raspbian
[16:10] * Nyctophilia (~IamHereFo@unaffiliated/nyctophilia) Quit ()
[16:17] * lnr (~lnr@aim.engr.arizona.edu) Quit (Ping timeout: 240 seconds)
[16:17] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:17] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:17] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:17] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:18] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:18] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:18] * spinza (~spin@197.89.10.214) Quit (Excess Flood)
[16:18] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:18] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:18] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:18] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:19] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:19] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:19] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:19] * spinza (~spin@197.89.10.214) has joined #raspbian
[16:21] * marmotworks (~marmotwor@66-90-157-20.dyn.grandenetworks.net) Quit (Quit: marmotwork's ZNC died for some reason :|)
[16:21] * H4ndy|off is now known as H4ndy
[16:24] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[16:25] * marmotworks (~marmotwor@66-90-157-20.dyn.grandenetworks.net) has joined #raspbian
[16:26] * lnr (~lnr@aim.engr.arizona.edu) Quit (Ping timeout: 255 seconds)
[16:27] * lnr (~lnr@150.135.219.128) has joined #raspbian
[16:27] * lnr (~lnr@150.135.219.128) Quit (Max SendQ exceeded)
[16:27] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:27] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:28] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:28] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:28] * lnr (~lnr@150.135.219.128) has joined #raspbian
[16:28] * lnr (~lnr@150.135.219.128) Quit (Max SendQ exceeded)
[16:29] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:29] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:29] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:29] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:29] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:29] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:30] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:30] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:30] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:30] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:30] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:30] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:30] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:31] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:31] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:32] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[16:35] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[16:35] * lnr (~lnr@aim.engr.arizona.edu) Quit (Ping timeout: 244 seconds)
[16:36] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:36] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:36] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:36] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:36] * GTAXL (~gtaxlnetw@unaffiliated/gtaxl) has joined #raspbian
[16:36] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:36] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:36] <GTAXL> why is there an outdated nginx in the raspbian repo? nginx_1.2.1-2.2+wheezy3_all.deb
[16:37] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:37] * lnr (~lnr@aim.engr.arizona.edu) Quit (Max SendQ exceeded)
[16:37] <GTAXL> is there a debian repo I can use that has a newer version?
[16:37] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:37] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[16:40] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 240 seconds)
[16:40] * callumacrae is now known as nub
[16:42] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 256 seconds)
[16:46] * KushS (~kushagra@122.164.39.215) has joined #raspbian
[16:46] * lnr (~lnr@aim.engr.arizona.edu) Quit (Ping timeout: 255 seconds)
[16:47] <KushS> How can I chroot into a raspbian image I have on a sd card ?
[16:47] <KushS> using macosx
[16:47] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[16:47] <shiftplusone> by not using macosx
[16:48] <shiftplusone> will need a linux vm at least
[16:49] * head8debian is now known as sydney_untangle
[16:49] * Smither (~Smither@cpc65019-brad19-2-0-cust125.17-1.cable.virginm.net) Quit (Ping timeout: 272 seconds)
[16:53] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Remote host closed the connection)
[16:55] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[16:56] * lnr (~lnr@aim.engr.arizona.edu) Quit (Ping timeout: 240 seconds)
[16:57] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[17:02] * Chocolate_Chip (~CRL@2604:a880:800:10::785:e001) Quit (Quit: Tell me if you see this. It is an error.)
[17:02] * Akagi201 (~akagi201@222.64.178.197) has joined #raspbian
[17:04] * s7r (~s7r@openvpn/user/s7r) Quit (Ping timeout: 272 seconds)
[17:05] * Chocolate_Chip (~CRL@2604:a880:800:10::785:e001) has joined #raspbian
[17:05] * yoosi (~yoosi@c-67-183-66-97.hsd1.wa.comcast.net) has joined #raspbian
[17:06] * sydney_untangle is now known as head8debian
[17:06] * Gagz (~Gagz@2.218.99.27) has joined #raspbian
[17:06] * lnr (~lnr@aim.engr.arizona.edu) Quit (Ping timeout: 255 seconds)
[17:06] * lnr (~lnr@aim.engr.arizona.edu) has joined #raspbian
[17:07] <Gagz> hello all, I'm trying to set my resolv.conf to use nameserver 8.8.8.8 but whenever i reboot the pi it reverts to "# generated by resolv.conf" and stops me being able to connect to the internet. how can i make the changes perminant?
[17:07] * Akagi201 (~akagi201@222.64.178.197) Quit (Ping timeout: 265 seconds)
[17:09] <shiftplusone> Gagz: /etc/dhcpcd.conf, maybe?
[17:10] <shiftplusone> maybe something like this, but I have no idea: static domain_name_servers=8.8.8.8
[17:10] <TheLostAdmin> Gagz, you need to fiddle with a tool called resolvconf (part of debian). it rewrites the resolv.conf every time you boot or change IP addresses. It is supposed to make network hopping (like with laptops) easier. it's annoying for those of us with static environments.
[17:10] <shiftplusone> oh
[17:11] <TheLostAdmin> I had that same problem Gagz just mentioned. That's why I know.
[17:12] <shiftplusone> The more you know (*)
[17:12] <TheLostAdmin> specifically edit /etc/resolvconf.conf (fun name) and add/modify the name_server= line to the list of nameservers you want.
[17:12] <TheLostAdmin> sorry name_servers= line (there's an "s" there).
[17:12] <Gagz> ok thank you
[17:17] <TheLostAdmin> If I keep helping people, I'm going to have to change my name.
[17:20] * piper (~user@151.8.78.132) Quit (Ping timeout: 264 seconds)
[17:25] * Andocromn_ (~quassel@151.181.45.34) has joined #raspbian
[17:34] * qdk (~qdk@188.120.76.164) Quit (Ping timeout: 272 seconds)
[17:38] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[17:42] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 252 seconds)
[17:49] * bizarro_1 (~bizarro_1@221.Red-83-47-154.dynamicIP.rima-tde.net) has joined #raspbian
[17:52] * mike_t (~mike@80.234.0.178) has joined #raspbian
[17:52] * Gagz (~Gagz@2.218.99.27) Quit (Quit: Leaving)
[18:01] * taza (~taza@unaffiliated/taza) has joined #raspbian
[18:01] * varibull (~varibull@ta.tainstruments.com) Quit (Quit: Leaving)
[18:02] * varibull (~varibull@ta.tainstruments.com) has joined #raspbian
[18:02] * varibull (~varibull@ta.tainstruments.com) Quit (Remote host closed the connection)
[18:03] * varibull (~varibull@ta.tainstruments.com) has joined #raspbian
[18:03] <pmumble> you can actually put the nameservers right into /etc/network/interfaces, as a line: dns-nameservers x.x.x.x x.x.x.x
[18:04] <pmumble> right after your interface
[18:11] * qdk (~qdk@ip2.c1306.frb300.cust.comxnet.dk) has joined #raspbian
[18:13] * yoosi (~yoosi@c-67-183-66-97.hsd1.wa.comcast.net) Quit (Quit: WeeChat 0.3.8)
[18:13] * andocromn (~andocromn@173-166-116-210-newengland.hfc.comcastbusiness.net) Quit ()
[18:17] * Andocromn (~quassel@173-166-116-210-newengland.hfc.comcastbusiness.net) has joined #raspbian
[18:19] * ahop (~ahop@65.8.100.84.rev.sfr.net) has joined #raspbian
[18:19] <ahop> Hi!
[18:19] <ahop> If you have results / recipes to improve Raspbian boot time, here it is : http://www.reddit.com/r/raspberry_pi/comments/37buks/boot_time_contest_on_raspberrypi/
[18:24] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[18:25] * Andocromn (~quassel@173-166-116-210-newengland.hfc.comcastbusiness.net) Quit (Read error: Connection reset by peer)
[18:25] * Andocromn (~quassel@173-166-116-210-newengland.hfc.comcastbusiness.net) has joined #raspbian
[18:27] * Andocromn (~quassel@173-166-116-210-newengland.hfc.comcastbusiness.net) Quit (Client Quit)
[18:27] * Andocromn (~quassel@173-166-116-210-newengland.hfc.comcastbusiness.net) has joined #raspbian
[18:29] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) has joined #raspbian
[18:29] * shiftplusone (~shift@unaffiliated/shiftplusone) Quit (Quit: Leaving)
[18:30] * Andocromn (~quassel@173-166-116-210-newengland.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
[18:32] * Andocromn (~quassel@173-166-116-210-newengland.hfc.comcastbusiness.net) has joined #raspbian
[18:36] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[18:39] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[18:41] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 256 seconds)
[18:42] * varibull (~varibull@ta.tainstruments.com) Quit (Remote host closed the connection)
[18:42] * varibull (~varibull@ta.tainstruments.com) has joined #raspbian
[18:44] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 264 seconds)
[18:44] * mike_t (~mike@80.234.0.178) Quit (Remote host closed the connection)
[18:59] * dougl (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[19:10] * shiftplusone (~shiftplus@unaffiliated/shiftplusone) has joined #raspbian
[19:17] * pmumble (~pmumble@unaffiliated/pmumble) Quit (Remote host closed the connection)
[19:19] * pmumble (~pmumble@unaffiliated/pmumble) has joined #raspbian
[19:25] * teran (~teran@91.218.144.129) Quit (Remote host closed the connection)
[19:27] * shiftplusone (~shiftplus@unaffiliated/shiftplusone) Quit (Ping timeout: 265 seconds)
[19:34] * Akagi201 (~akagi201@222.64.178.197) has joined #raspbian
[19:39] * Akagi201 (~akagi201@222.64.178.197) Quit (Ping timeout: 250 seconds)
[19:40] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[19:40] * lektrik (~mayday_ja@mail.rahb.ca) has joined #raspbian
[19:42] * DropBear_ (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) has joined #raspbian
[19:42] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) Quit (Read error: Connection reset by peer)
[19:45] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 265 seconds)
[19:46] * peetbog (~peetbog@2601:2:4f81:cd20:4caf:4141:8b39:653f) has joined #raspbian
[19:48] * ahop (~ahop@65.8.100.84.rev.sfr.net) has left #raspbian
[19:51] * mildouze1 (~Icedove@AAmiens-156-1-75-24.w90-34.abo.wanadoo.fr) Quit (Quit: mildouze1)
[19:52] * lapide_viridi (~lapide_vi@ti0097a400-0355.bb.online.no) Quit (Quit: Leaving)
[19:55] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[19:58] * KushS (~kushagra@122.164.39.215) Quit (Remote host closed the connection)
[19:58] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[19:58] * KushS (~kushagra@122.164.39.215) has joined #raspbian
[20:13] <TheLostAdmin> my turn to ask a noobish question: How do I empty the trash through the GUI on Raspbian? it's the default GUI (I think) and has a trash can in the upper right hand corner (just below the Menu button). The only hits I get with google are to run a command from the terminal. It works but it's not really a clean solution for a GUI trash can.
[20:25] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[20:26] * Dragonkeeper (~dragonkee@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net) Quit (Ping timeout: 240 seconds)
[20:32] * twolife is now known as twolife`
[20:37] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[20:39] * taza (~taza@unaffiliated/taza) Quit ()
[20:40] * shiftplusone (~shiftplus@unaffiliated/shiftplusone) has joined #raspbian
[20:40] * taza (~taza@unaffiliated/taza) has joined #raspbian
[20:41] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[20:42] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 245 seconds)
[20:45] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 272 seconds)
[20:46] * peetbog (~peetbog@2601:2:4f81:cd20:4caf:4141:8b39:653f) Quit (Quit: Leaving)
[20:47] * sid (~sid@91.82.46.165) has joined #raspbian
[20:47] * sid is now known as Guest83184
[20:47] * Guest83184 (~sid@91.82.46.165) Quit (Client Quit)
[21:05] * XSoul (~XRule@213.191.175.201) Quit (Ping timeout: 250 seconds)
[21:06] * XSoul (~XRule@213.191.175.201) has joined #raspbian
[21:09] * head8debian is now known as sydney_untangle
[21:11] * sydney_untangle is now known as head8debian
[21:21] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[21:23] * Akagi201 (~akagi201@222.64.178.197) has joined #raspbian
[21:24] * H4ndy is now known as H4ndy|off
[21:28] * Akagi201 (~akagi201@222.64.178.197) Quit (Ping timeout: 272 seconds)
[21:37] * TheLostAdmin (~TheLostAd@75-119-254-217.dsl.teksavvy.com) Quit (Quit: Leaving)
[21:43] * bltzfsck (~bltzfsck@162-225-15-82.lightspeed.rcsntx.sbcglobal.net) has joined #raspbian
[21:48] * sifar (~CD@117.221.228.104) Quit (Quit: Leaving)
[22:06] * lektrik (~mayday_ja@mail.rahb.ca) Quit (Ping timeout: 252 seconds)
[22:19] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[22:24] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Read error: Connection reset by peer)
[22:25] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[22:25] * n2deep (n2deep@odin.sdf-eu.org) has joined #raspbian
[22:26] * HeroYooj_ (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) has joined #raspbian
[22:29] * HeroYoojin (~heroyooji@71-91-74-243.dhcp.leds.al.charter.com) Quit (Ping timeout: 256 seconds)
[22:38] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) has joined #raspbian
[22:43] * otter768 (~otter768@cpe-67-11-53-3.satx.res.rr.com) Quit (Ping timeout: 255 seconds)
[22:49] * jimvideo (~jimvideo@184-12-231-54.dr01.brny.ca.frontiernet.net) has joined #raspbian
[22:51] * buu (~buu@doc-209-33-76-14.post.tx.cebridge.net) Quit (Ping timeout: 250 seconds)
[22:58] * buu (~buu@doc-209-33-76-14.post.tx.cebridge.net) has joined #raspbian
[23:07] * b00ger_daddy (~aiB00gerD@pool-173-57-81-29.dllstx.fios.verizon.net) has joined #raspbian
[23:09] * Akagi201 (~akagi201@222.64.178.197) has joined #raspbian
[23:12] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Quit: Ja odoh a vi sta 'ocete...)
[23:13] * Akagi201 (~akagi201@222.64.178.197) Quit (Ping timeout: 264 seconds)
[23:16] * at0m (~at0m@d1F053367.access.telenet.be) Quit (Ping timeout: 265 seconds)
[23:19] * Akex_ (uid58281@gateway/web/irccloud.com/x-vbmiwpgjpwkxqfwp) Quit (Quit: Connection closed for inactivity)
[23:34] * teclo- (42@unaffiliated/teclo) Quit (Quit: Lost terminal)
[23:37] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[23:40] * Tachyon` is now known as Tach[Away]
[23:42] * morg4n (~unknown@177.130.132.27) has joined #raspbian
[23:44] <morg4n> hello guys i'm looking for REPOAITORY IN AOUTH mwerica, to be more specific in brazil, all of the mirror list not work here...? any kinf of help?
[23:45] * BeamWatcher (~gashead76@66-169-121-136.dhcp.ftwo.tx.charter.com) Quit (Quit: I'm out...)
[23:46] * BeamWatcher (~gashead76@66-169-121-136.dhcp.ftwo.tx.charter.com) has joined #raspbian
[23:56] * teclo- (42@unaffiliated/teclo) has joined #raspbian
[23:57] * turtlehat (~semulje@home.b3nny.eu) Quit (Ping timeout: 246 seconds)

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