#raspbian IRC Log

Index

IRC Log for 2014-11-27

Timestamps are in GMT/BST.

[0:00] * lordievader (~lordievad@524B7B36.cm-4-4b.dynamic.ziggo.nl) Quit (Ping timeout: 240 seconds)
[0:01] * lordievader_ (~lordievad@524B7B36.cm-4-4b.dynamic.ziggo.nl) Quit (Ping timeout: 256 seconds)
[0:01] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[0:01] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[0:03] * Greek-B0y (~Greek-Boy@41.188.150.226) Quit (Read error: Connection reset by peer)
[0:09] * heroux (sandroco@50708355.static.ziggozakelijk.nl) Quit (Ping timeout: 265 seconds)
[0:10] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 240 seconds)
[0:25] * CNpigCA_ (~CNpigCA@209-195-80-151.cpe.distributel.net) has joined #raspbian
[0:27] * heroux (sandroco@50708355.static.ziggozakelijk.nl) has joined #raspbian
[0:27] * CNpigCA_ (~CNpigCA@209-195-80-151.cpe.distributel.net) Quit (Client Quit)
[0:32] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[0:32] * Dagger2 (~dagger@sawako.haruhi.eu) Quit (Ping timeout: 272 seconds)
[0:34] * taza (~taza@unaffiliated/taza) Quit ()
[0:36] * Dagger2 (~dagger@sawako.haruhi.eu) has joined #raspbian
[0:37] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 264 seconds)
[0:42] * cads (~max@2601:0:9300:e86:d08d:b50:2cc:fd36) Quit (Remote host closed the connection)
[0:44] * taza (~taza@unaffiliated/taza) has joined #raspbian
[0:46] * UniOn (~UniOn___@5419C81A.cm-5-2d.dynamic.ziggo.nl) Quit (Remote host closed the connection)
[1:18] <killercode> hi...
[1:19] <killercode> I'm trying to make a clone of my sd card but it has 32Gb...
[1:19] <killercode> and I'm on windows...
[1:19] <killercode> and I need to do an image of it.. to send to another guy
[1:20] <killercode> I'm using berryboot on my rasp
[1:20] <killercode> any clues how can I do this?
[1:21] <shiftplusone> a major pain without linux
[1:21] <shiftplusone> a minor pain with linux
[1:22] <killercode> :(
[1:23] <tytan> Could I backup my Pi SD card using dd btw?
[1:25] <Lambda_Aurigae> if on linux, yeah.
[1:26] <Lambda_Aurigae> I didn't actually check, but, what format does raspbian use for the SD partition anyhow?
[1:27] <killercode> so no tool fr this :(
[1:27] <tytan> rootfs
[1:27] <tytan> win32diskimager
[1:27] <tytan> i think
[1:27] <shiftplusone> Lambda_Aurigae, which partition? Boot or rootfs?
[1:27] <killercode> yes... but i get a 32gb image or am i wrong?
[1:28] <Lambda_Aurigae> rootfs is not a filesystem type..it is just a filesystem.
[1:32] <Lambda_Aurigae> so, boot is fat32
[1:33] <shiftplusone> yup, has to be.
[1:33] <Lambda_Aurigae> and the other one is ext4
[1:34] <shiftplusone> aye
[1:34] <Lambda_Aurigae> so, if you had some way to format ext4 on an SD from windows you could just copy the files rather than doing an image.
[1:34] <Lambda_Aurigae> at least, pre-win7.
[1:34] * linwiz (~linwiz@unaffiliated/linwiz) has joined #raspbian
[1:34] <Lambda_Aurigae> because there is an ext filesystem driver for xp.
[1:35] <Lambda_Aurigae> hmm...not sure it works with ext4 though.
[1:35] <Lambda_Aurigae> so, no easy way with windows that I know of...
[1:35] <linwiz> Does anyone know when there will be an available udpate for clamav? The one currently included is outdated.
[1:35] <Lambda_Aurigae> not for a 32GB anyhow.
[1:35] <shiftplusone> there's one that does, but then there's the question of how well it supports all the permissions... those drivers are generally limited.
[1:36] <shiftplusone> linwiz, it just tracks debian, so... that's a question for the debian folk
[1:36] <linwiz> I see they are behind as well.
[1:37] <linwiz> Thank you shiftplusone
[1:38] * WillAmes (~py@ool-18b9b3ea.dyn.optonline.net) has joined #raspbian
[1:40] * NicoHood (~Thunderbi@p5DC4FF92.dip0.t-ipconnect.de) has joined #raspbian
[1:40] * linwiz (~linwiz@unaffiliated/linwiz) has left #raspbian
[1:45] * loadbang (~simon@host109-151-149-86.range109-151.btcentralplus.com) Quit (Quit: loadbang)
[1:45] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[1:46] <killercode> god.... and I just saw that I have 22Gb unallocated....
[1:47] <killercode> I just need the 7Gb image :P
[1:49] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Ping timeout: 265 seconds)
[1:51] * diederik (~quassel@dhcp-077-251-173-228.chello.nl) Quit (Remote host closed the connection)
[1:55] <tytan> When I dd my SD card to my internal SSD... How do I name the file?
[1:55] <tytan> ... of=/home/user/desktop/irstest.img? .dmg? .iso? or is it not relevant?
[1:56] <Lambda_Aurigae> whatever you want. so long as you use the same when you put it back onto another SD.
[1:57] <Lambda_Aurigae> in linux, filename extensions are not used the same as they are in windows. In windows, traditionally, programs would use a file depending on its extension. This is, traditionally, not the same in linux, but it is becoming more and more so.
[1:58] <Lambda_Aurigae> for sake of readability and keeping with the way others do it, I would say use .img
[1:58] <Odie_> I'd probably use img, but its 100% up to you what would be most clear for you
[1:58] * Eurbus (~Eurbus@wsip-70-184-84-84.ph.ph.cox.net) has joined #raspbian
[1:59] <tytan> Lambda_Aurigae So if I get that right I could create a file with no extention?
[1:59] <Lambda_Aurigae> yup.
[1:59] <Lambda_Aurigae> in linux file extensions are just for readability.
[1:59] <Lambda_Aurigae> in windows an executable has to be .com or .exe or .bat or whatever...linux doesn't care about the extension.
[2:00] * \mSg (~mSg@unaffiliated/msg/x-4576342) Quit (Ping timeout: 258 seconds)
[2:02] <Lambda_Aurigae> ok..have fun...time for bed here.
[2:03] * Eurbus (~Eurbus@wsip-70-184-84-84.ph.ph.cox.net) Quit (Ping timeout: 258 seconds)
[2:05] <tytan> It imported the new key. same error again after that
[2:05] <tytan> http://pastebin.com/7wWyQhUF
[2:05] * tytan is getting water now ...
[2:06] <tytan> Wrong channel, sorry xD
[2:16] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[2:20] * NicoHood (~Thunderbi@p5DC4FF92.dip0.t-ipconnect.de) Quit (Quit: *poof*)
[2:21] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[2:21] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Quit: Leaving...)
[2:24] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[2:26] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 245 seconds)
[2:59] * geturafr1nordr (~geturafr1@srv51.k0nsl.org) Quit (Ping timeout: 244 seconds)
[3:00] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) Quit (Ping timeout: 250 seconds)
[3:00] * Hopper (~Hopper@194.171.223.87.dynamic.jazztel.es) Quit (Read error: Connection reset by peer)
[3:04] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[3:05] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[3:06] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) has joined #raspbian
[3:06] * \mSg (~mSg@unaffiliated/msg/x-4576342) has joined #raspbian
[3:10] * \mSg (~mSg@unaffiliated/msg/x-4576342) Quit (Remote host closed the connection)
[3:20] * geturafr1nordr (~geturafr1@srv51.k0nsl.org) has joined #raspbian
[3:21] * tytan (~textual@p4FEAB1BD.dip0.t-ipconnect.de) has left #raspbian
[3:31] * geturafr1nordr (~geturafr1@srv51.k0nsl.org) Quit (Ping timeout: 240 seconds)
[3:37] * andatche (~andatche@mule.andatche.com) Quit (Ping timeout: 255 seconds)
[3:40] * andatche (~andatche@mule.andatche.com) has joined #raspbian
[3:42] * \mSg (~mSg@unaffiliated/msg/x-4576342) has joined #raspbian
[3:45] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[3:49] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 240 seconds)
[3:50] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Ping timeout: 240 seconds)
[3:50] * mike_t (~mike@109.169.167.169) has joined #raspbian
[3:52] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[3:56] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has left #raspbian
[3:56] * mike_t (~mike@109.169.167.169) Quit (Remote host closed the connection)
[4:00] * bigmac_ (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[4:03] * Gazpaxxo (~bizarro_1@150.Red-88-5-43.dynamicIP.rima-tde.net) has joined #raspbian
[4:04] * Megaf_ (~Megaf@unaffiliated/megaf) has joined #raspbian
[4:06] * spacedentist_ (~quassel@hunson.server.spacedentist.net) has joined #raspbian
[4:06] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Quit: bye lol)
[4:06] * tkeranen_ (~tuukka@dsl-hkibrasgw3-58c156-153.dhcp.inet.fi) has joined #raspbian
[4:07] * trumee_ (~parul@c-98-199-151-246.hsd1.tx.comcast.net) has joined #raspbian
[4:08] * andatche (~andatche@mule.andatche.com) Quit (Ping timeout: 240 seconds)
[4:08] * yang__ (yang@freenode/sponsor/fsf.member.yang) has joined #raspbian
[4:09] * TDog_ (~chatzilla@65.129.201.154) has joined #raspbian
[4:09] * siruf_ (~siruf@unaffiliated/motley) has joined #raspbian
[4:09] * bizarro_1 (~bizarro_1@150.Red-88-5-43.dynamicIP.rima-tde.net) Quit (Ping timeout: 264 seconds)
[4:09] * evil_dan2wik (~evil_dan2@unaffiliated/evil-dan2wik/x-0106201) Quit (Ping timeout: 264 seconds)
[4:09] * blackjid (~blackjid@ec2-54-243-43-171.compute-1.amazonaws.com) Quit (Ping timeout: 264 seconds)
[4:09] * spacedentist (~quassel@hunson.server.spacedentist.net) Quit (Ping timeout: 264 seconds)
[4:09] * Megaf (~Megaf@unaffiliated/megaf) Quit (Ping timeout: 264 seconds)
[4:09] * trumee (~parul@c-98-199-151-246.hsd1.tx.comcast.net) Quit (Ping timeout: 264 seconds)
[4:09] * tkeranen (~tuukka@dsl-hkibrasgw3-58c156-153.dhcp.inet.fi) Quit (Ping timeout: 264 seconds)
[4:09] * TDog (~chatzilla@65.129.201.154) Quit (Ping timeout: 264 seconds)
[4:09] * joshskidmore (~joshskidm@108.61.193.136) Quit (Ping timeout: 264 seconds)
[4:09] * yang (yang@freenode/sponsor/fsf.member.yang) Quit (Ping timeout: 264 seconds)
[4:09] * xtr3mp0ison1337 (~xtr3mpois@e180206216.adsl.alicedsl.de) Quit (Ping timeout: 264 seconds)
[4:09] * siruf (~siruf@unaffiliated/motley) Quit (Ping timeout: 264 seconds)
[4:10] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[4:10] * TDog_ is now known as TDog
[4:10] * joshskidmore_ (~joshskidm@108.61.193.136) has joined #raspbian
[4:10] * dilm (~dilm@195.88.84.157) Quit (Ping timeout: 264 seconds)
[4:10] * siruf_ is now known as siruf
[4:10] * evil_dan- (~evil_dan2@unaffiliated/evil-dan2wik/x-0106201) has joined #raspbian
[4:10] * blackjid (~blackjid@ec2-54-243-43-171.compute-1.amazonaws.com) has joined #raspbian
[4:10] * evil_dan- is now known as evil_dan2wik
[4:10] * Obi-Wan (~obi-wan@unaffiliated/obi-wan) Quit (Ping timeout: 264 seconds)
[4:11] * dilm (~dilm@195.88.84.157) has joined #raspbian
[4:11] * xtr3mp0ison1337 (~xtr3mpois@e180206216.adsl.alicedsl.de) has joined #raspbian
[4:13] <killercode> ufff finally made it
[4:13] <killercode> since I didn't expanded the filesystem what I did was
[4:14] <killercode> create an image with win32DiskImage that generated a 30Gb .img
[4:14] * Obi-Wan (~obi-wan@unaffiliated/obi-wan) has joined #raspbian
[4:14] <killercode> then on cygwin I ran fdisk -lu <img-name>
[4:15] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 244 seconds)
[4:15] <killercode> sumed up the total sectors used by the partitions and then
[4:15] * andatche (~andatche@mule.andatche.com) has joined #raspbian
[4:16] <killercode> $ truncate --size=$[(totalsize+1)*<sectorsize>] <img-name>
[4:16] <killercode> and voila.... a 7Gb image :)
[4:17] <killercode> by the way fdisk on cygwin is at /usr/sbin :)
[4:21] * asdofindia (~asdofindi@unaffiliated/asdofindia) has joined #raspbian
[4:23] * chris349 (~office@c-50-140-101-134.hsd1.fl.comcast.net) has joined #raspbian
[4:30] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[4:34] * Climuffff (~Climufff@ip1f139772.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[4:35] * Aikanaro (Aikanaro@shell.xshellz.com) Quit (Ping timeout: 264 seconds)
[4:41] * Aikanaro (Aikanaro@shell.xshellz.com) has joined #raspbian
[4:49] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Remote host closed the connection)
[4:52] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-ywfjaojmnegvuzri) Quit (Quit: Connection closed for inactivity)
[4:53] * lost_soul (~noymfb@cpe-67-246-98-246.twcny.res.rr.com) has joined #raspbian
[5:11] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[5:12] * Lupinedk is now known as lupinedk
[5:14] * peetbog (~rich@c-50-171-248-18.hsd1.mn.comcast.net) Quit (Quit: Leaving)
[5:14] * killercode (~killercod@a95-93-59-66.cpe.netcabo.pt) Quit (Ping timeout: 264 seconds)
[5:15] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[5:25] * louzar (~louzar@41.230.46.143) Quit (Ping timeout: 250 seconds)
[5:25] * louzar (~louzar@41.230.47.188) has joined #raspbian
[5:27] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[5:27] * jimvideo (~jimvideo@184-12-227-157.dr01.brny.ca.frontiernet.net) Quit (Quit: Leaving)
[5:28] * killer_prince is now known as lazy_prince
[5:31] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[5:36] * Anakat_ (~Anakat@76.91.240.102) has joined #raspbian
[5:37] * Anakat (~Anakat@2605:e000:6088:3b00:f14d:793c:386d:fdcc) Quit (Ping timeout: 258 seconds)
[5:43] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[5:47] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[5:50] * bigmac_ (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: No route to host)
[5:51] * bigmac_ (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[5:52] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[5:55] * gdanailov (~gdanailov@62.176.102.154) has joined #raspbian
[5:57] * bigmac_ (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Quit: Leaving)
[5:58] * gdanailov (~gdanailov@62.176.102.154) Quit (Max SendQ exceeded)
[5:58] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[5:59] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[6:00] * gdanailov (~gdanailov@62.176.102.154) has joined #raspbian
[6:01] * nitdega (~nitdega@2602:306:2420:8aa1:9d23:c991:31f3:6cf4) Quit (Ping timeout: 258 seconds)
[6:02] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Remote host closed the connection)
[6:03] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[6:03] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 272 seconds)
[6:04] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[6:06] * gdanailov (~gdanailov@62.176.102.154) Quit (Ping timeout: 250 seconds)
[6:07] * gdanailov (~gdanailov@92.247.12.187) has joined #raspbian
[6:08] * chris349 (~office@c-50-140-101-134.hsd1.fl.comcast.net) Quit (Ping timeout: 244 seconds)
[6:15] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[6:19] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[6:23] * geturafr1nordr (~geturafr1@srv51.k0nsl.org) has joined #raspbian
[6:31] * Gazpaxxo (~bizarro_1@150.Red-88-5-43.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
[6:31] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[6:34] * lupinedk is now known as Lupinedk
[6:36] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[6:39] * ppq (~ppq@unaffiliated/ppq) Quit (Quit: uni)
[6:48] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[6:52] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[6:58] * taza (~taza@unaffiliated/taza) Quit ()
[7:01] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) has joined #raspbian
[7:03] * Paradisee (~quassel@2.239.28.120) Quit (Remote host closed the connection)
[7:04] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[7:09] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[7:20] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[7:20] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) Quit (Quit: Konversation terminated!)
[7:24] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[7:24] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[7:25] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 258 seconds)
[7:26] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[7:26] * Megaf_ (~Megaf@unaffiliated/megaf) Quit (Ping timeout: 272 seconds)
[7:36] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[7:38] * DianNaoMao (~Icedove@dslb-092-077-018-022.092.077.pools.vodafone-ip.de) has joined #raspbian
[7:41] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[7:45] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[7:47] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[7:48] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) has joined #raspbian
[7:50] * twolife` is now known as twolife
[7:52] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 245 seconds)
[7:52] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[7:54] * mike_t (~mike@pluto.dd.vaz.ru) has joined #raspbian
[7:55] * gdanailov (~gdanailov@92.247.12.187) Quit (Remote host closed the connection)
[7:57] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[7:58] * gdanailov (~gdanailov@92.247.12.187) has joined #raspbian
[8:03] * _owlsoup (owlsoup@staff-14.50.hgo.se) has joined #raspbian
[8:03] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[8:06] * owlsoup (owlsoup@staff-14.50.hgo.se) Quit (Ping timeout: 240 seconds)
[8:07] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Ping timeout: 240 seconds)
[8:08] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[8:11] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[8:11] * louzar (~louzar@41.230.47.188) has joined #raspbian
[8:13] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[8:14] * zGrr (~grr@user-46-112-161-148.play-internet.pl) has joined #raspbian
[8:14] * BManojlovic (~steki@93-86-154-233.dynamic.isp.telekom.rs) has joined #raspbian
[8:14] * BManojlovic (~steki@93-86-154-233.dynamic.isp.telekom.rs) Quit (Changing host)
[8:14] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[8:15] <zGrr> moin :)
[8:21] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 258 seconds)
[8:24] * troyt (~troyt@2601:7:6200:1362:44dd:acff:fe85:9c8e) Quit (Ping timeout: 258 seconds)
[8:25] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[8:29] * stooopid (~roland@77.64.187.81.in-addr.arpa) has joined #raspbian
[8:29] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[8:34] * __owlsoup (owlsoup@staff-14.50.hgo.se) has joined #raspbian
[8:38] * _owlsoup (owlsoup@staff-14.50.hgo.se) Quit (Ping timeout: 240 seconds)
[8:40] * spacedentist_ is now known as spacedentist
[8:41] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[8:45] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[8:45] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[8:48] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[8:50] * lordievader (~lordievad@524B7B36.cm-4-4b.dynamic.ziggo.nl) has joined #raspbian
[8:51] * lordieva1er (~lordievad@524B7B36.cm-4-4b.dynamic.ziggo.nl) has joined #raspbian
[8:52] * lordievader is now known as lordievader_
[8:52] * lordieva1er is now known as lordievader
[8:56] * Aiden (0ecb2736@gateway/web/freenode/ip.14.203.39.54) has joined #raspbian
[8:57] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[8:58] * stooopid (~roland@77.64.187.81.in-addr.arpa) has left #raspbian
[9:01] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[9:01] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[9:04] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[9:06] * Aiden (0ecb2736@gateway/web/freenode/ip.14.203.39.54) Quit (Quit: Page closed)
[9:07] * zGrr (~grr@user-46-112-161-148.play-internet.pl) Quit (Ping timeout: 256 seconds)
[9:08] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 240 seconds)
[9:08] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 250 seconds)
[9:10] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[9:13] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[9:17] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[9:18] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[9:23] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[9:23] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 265 seconds)
[9:23] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[9:29] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[9:34] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[9:35] * Paradisee (~quassel@2.239.28.120) Quit (Read error: Connection reset by peer)
[9:35] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[9:39] * Paradisee_ (~quassel@2.239.28.120) has joined #raspbian
[9:41] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Quit: http://www.twitter.com/aleenamaleena)
[9:42] * Paradisee (~quassel@2.239.28.120) Quit (Ping timeout: 240 seconds)
[9:45] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[9:50] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[9:52] * bpugh (~bpugh@c-67-161-31-214.hsd1.ca.comcast.net) has joined #raspbian
[9:52] * bpugh (~bpugh@c-67-161-31-214.hsd1.ca.comcast.net) Quit (Client Quit)
[9:55] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[9:58] * s7r (~s7r@openvpn/user/s7r) Quit (Remote host closed the connection)
[10:02] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[10:04] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[10:05] * teran (~teran@91.218.144.129) has joined #raspbian
[10:07] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[10:07] * creep (~creep@p549AE3E4.dip0.t-ipconnect.de) has joined #raspbian
[10:08] * Paradisee_ (~quassel@2.239.28.120) Quit (Read error: Connection reset by peer)
[10:09] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[10:09] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Ping timeout: 250 seconds)
[10:12] * bpugh (~bpugh@c-67-161-31-214.hsd1.ca.comcast.net) has joined #raspbian
[10:16] * BManojlovic is now known as steki
[10:17] * BManojlovic (~steki@91.195.39.5) has joined #raspbian
[10:17] * BManojlovic (~steki@91.195.39.5) Quit (Changing host)
[10:17] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[10:18] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[10:21] * steki (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 245 seconds)
[10:22] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[10:24] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[10:24] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[10:34] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[10:35] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[10:36] * bpugh (~bpugh@c-67-161-31-214.hsd1.ca.comcast.net) Quit ()
[10:37] * asdofindia (~asdofindi@unaffiliated/asdofindia) Quit (Ping timeout: 264 seconds)
[10:37] * asdofindia (~asdofindi@unaffiliated/asdofindia) has joined #raspbian
[10:39] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[10:50] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[10:51] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 258 seconds)
[10:52] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[10:55] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[11:06] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:07] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[11:08] * teran_ (~teran@91.218.144.129) has joined #raspbian
[11:10] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[11:12] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 255 seconds)
[11:12] * teran (~teran@91.218.144.129) Quit (Ping timeout: 264 seconds)
[11:13] * loadbang (~simon@host109-151-149-86.range109-151.btcentralplus.com) has joined #raspbian
[11:20] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 272 seconds)
[11:20] * darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it) has joined #raspbian
[11:22] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:27] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[11:28] * dodo (~dodo@137.204.70.113) has joined #raspbian
[11:28] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) has joined #raspbian
[11:29] * dodo (~dodo@137.204.70.113) Quit (Client Quit)
[11:36] * Pappaduck (~Pappaduck@cpc6-lewi15-2-0-cust67.2-4.cable.virginm.net) has joined #raspbian
[11:39] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:43] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 258 seconds)
[11:52] * Thomas65 (~Thomas65@xdsl-85-197-46-106.netcologne.de) has joined #raspbian
[11:53] * Thomas65 (~Thomas65@xdsl-85-197-46-106.netcologne.de) has left #raspbian
[11:55] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[11:56] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[11:56] * louzar (~louzar@41.230.47.188) has joined #raspbian
[11:59] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 258 seconds)
[12:01] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Read error: Connection reset by peer)
[12:02] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[12:05] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[12:09] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Ping timeout: 244 seconds)
[12:11] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:16] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 258 seconds)
[12:17] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Ping timeout: 250 seconds)
[12:22] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[12:26] * Hopper (~Hopper@194.171.223.87.dynamic.jazztel.es) has joined #raspbian
[12:27] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:27] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 240 seconds)
[12:32] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[12:32] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[12:33] * louzar (~louzar@41.230.47.188) has joined #raspbian
[12:36] * Megaf (~Megaf@unaffiliated/megaf) Quit (Read error: Connection reset by peer)
[12:37] * Megaf (~Megaf@unaffiliated/megaf) has joined #raspbian
[12:37] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[12:39] * anonnumberanon (~anonnumbe@unaffiliated/anonnumberanon) has joined #raspbian
[12:40] <anonnumberanon> Should Alfa awus036h work out of the box on Raspbian?
[12:40] <anonnumberanon> a network antenna
[12:40] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[12:40] <anonnumberanon> adapter
[12:41] * louzar (~louzar@41.230.47.188) has joined #raspbian
[12:43] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:43] * Stefan____ (8d1c4b0b@gateway/web/freenode/ip.141.28.75.11) has joined #raspbian
[12:44] <Stefan____> hi guys
[12:44] <Stefan____> i've a question have anyone an running node-webkit on raspbian ?
[12:48] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[12:59] * rela (~x@pD9E55310.dip0.t-ipconnect.de) has joined #raspbian
[12:59] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[12:59] * rela (~x@pD9E55310.dip0.t-ipconnect.de) Quit (Changing host)
[12:59] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:00] * louzar (~louzar@41.230.47.188) has joined #raspbian
[13:04] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[13:07] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[13:07] * louzar (~louzar@41.230.47.188) has joined #raspbian
[13:09] * andrew__ (~andrew@116.24.236.223) Quit (Ping timeout: 265 seconds)
[13:09] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:14] * mike_t (~mike@pluto.dd.vaz.ru) Quit (Remote host closed the connection)
[13:15] * anonnumberanon (~anonnumbe@unaffiliated/anonnumberanon) Quit (Ping timeout: 258 seconds)
[13:15] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:19] * masterelectron (~Eric@vc-nat-gp-n-41-13-80-218.umts.vodacom.co.za) has joined #raspbian
[13:20] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[13:23] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[13:23] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[13:23] * louzar (~louzar@41.230.47.188) has joined #raspbian
[13:27] * nitdega (~nitdega@adsl-98-66-23-246.mem.bellsouth.net) has joined #raspbian
[13:27] * nitdega (~nitdega@adsl-98-66-23-246.mem.bellsouth.net) Quit (Client Quit)
[13:28] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 240 seconds)
[13:29] * zGrr (~grr@user-46-112-161-148.play-internet.pl) has joined #raspbian
[13:32] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:32] * andrew__ (~andrew@116.24.236.223) Quit (Ping timeout: 264 seconds)
[13:32] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:32] * nitdega (~nitdega@2602:306:2421:7f61:1892:6a1a:a9f2:f6a9) has joined #raspbian
[13:32] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:33] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:33] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:34] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:34] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:35] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:35] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:35] <masterelectron> Hi, has anyone got experiance creating an offline (private net) mirror? The class room has no connectivity.
[13:36] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:36] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[13:36] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:37] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:37] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:37] <Lambda_Aurigae> masterelectron, I've done it with regular debian repo.
[13:37] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:38] <Lambda_Aurigae> debian even has a nice little utility to do it for you pretty much after a little configuration.
[13:38] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:38] <masterelectron> I have been reading about ftpsync, how did you do it
[13:38] <Lambda_Aurigae> with ftpsync
[13:38] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:39] <masterelectron> Would it work with rasbian and if so where do I point it?
[13:39] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:39] <Lambda_Aurigae> it should work for raspbian I would think. where to point it I don't know yet. haven't been in the raspbian world very long myself.
[13:39] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:39] <Lambda_Aurigae> but the repositories are setup the same.
[13:40] * andrew__ (~andrew@116.24.236.223) Quit (Max SendQ exceeded)
[13:40] * andrew__ (~andrew@116.24.236.223) has joined #raspbian
[13:41] <masterelectron> I am in the process of upgrading my home adsl to a higher speed what volume of data would the debian I386 archive require
[13:42] <Lambda_Aurigae> last time I did a mirror of i386 it was about 45GB
[13:42] <masterelectron> Do you have the ftpsync config handy?
[13:43] <Lambda_Aurigae> not currently. I have to rebuild it.
[13:43] <Lambda_Aurigae> I need to set up another, this time for 64bit intel.
[13:43] <Lambda_Aurigae> but the instructions are pretty straightforward.
[13:44] <masterelectron> Ok! no problem. the 64 bit part would have been the next Q.
[13:45] <masterelectron> Should I mirror the security archive as well or does that find its way to the standard stable archive.
[13:45] <Lambda_Aurigae> I used my old 32bit mirror for setting up older computers for low income families....but I haven't done that in a few years and that server has since been repurposed.
[13:45] * andrew__ (~andrew@116.24.236.223) Quit (Ping timeout: 272 seconds)
[13:46] <Lambda_Aurigae> if I were doing it, I would grab security and backports too.
[13:46] <Lambda_Aurigae> I know a lot more about it now than I did back then.
[13:46] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[13:47] * louzar (~louzar@41.230.47.188) has joined #raspbian
[13:47] <Lambda_Aurigae> https://wiki.debian.org/HowToSetupADebianRepository#APT_Archive_Mirroring_Tools
[13:48] <Lambda_Aurigae> just found this..several different tools for it
[13:48] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[13:48] <masterelectron> Well, just started my sync of wheezey I386 32&64 bits, just pointed it to a local mirror and of it went. Seeing the structure being created right now.
[13:48] <Lambda_Aurigae> I like the dput and dupload toward the bottom there...for adding your own packages to your own repository.
[13:49] * NicoHood (~Thunderbi@p5B3FE4D5.dip0.t-ipconnect.de) has joined #raspbian
[13:49] <masterelectron> Will check that out as well, some lesson plans to distribute as well
[13:49] <masterelectron> dput/dupload
[13:50] <masterelectron> Ooops, be back in a minute
[13:51] <masterelectron> Ok restarted sync, Was also mirroring HURD-I386
[13:52] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[13:52] <masterelectron> Any news of the progress of WAYLAND for the pi
[13:54] * louzar (~louzar@41.230.47.188) Quit (Remote host closed the connection)
[13:55] * louzar (~louzar@41.230.47.188) has joined #raspbian
[13:56] <zGrr> It looks like Wayland stalled a little bit.
[13:57] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-czvxlgpgsrmfedds) has joined #raspbian
[13:59] <zGrr> masterelectron: mer/Nemo is based on Wayland, I think. So I would check with them first.
[13:59] <masterelectron> Sorry don know mer/Nemo ??
[14:00] <masterelectron> Got it mobile linux
[14:03] * Techguy305 (~kvirc@rrcs-71-43-208-2.se.biz.rr.com) has joined #raspbian
[14:04] <masterelectron> Thank all, need to leave. enjoy the rest of the day/night as the case may be ;->
[14:04] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:04] * masterelectron (~Eric@vc-nat-gp-n-41-13-80-218.umts.vodacom.co.za) has left #raspbian
[14:06] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[14:08] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 240 seconds)
[14:09] * Paradisee (~quassel@2.239.28.120) Quit (Remote host closed the connection)
[14:10] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Ping timeout: 245 seconds)
[14:16] * gorhgorh (~gorhgorh@109.26.90.92.rev.sfr.net) has joined #raspbian
[14:16] <kingi> http://www.twitch.tv/dreamhackcs
[14:20] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:21] * Paradisee (~quassel@93-45-171-204.ip103.fastwebnet.it) has joined #raspbian
[14:24] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[14:25] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[14:27] * Stefan____ (8d1c4b0b@gateway/web/freenode/ip.141.28.75.11) Quit (Quit: Page closed)
[14:28] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 240 seconds)
[14:35] * NicoHood (~Thunderbi@p5B3FE4D5.dip0.t-ipconnect.de) Quit (Ping timeout: 255 seconds)
[14:36] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:37] * gorhgorh_ (~gorhgorh@109.26.90.92.rev.sfr.net) has joined #raspbian
[14:38] * gorhgorh (~gorhgorh@109.26.90.92.rev.sfr.net) Quit (Ping timeout: 265 seconds)
[14:38] * gorhgorh_ is now known as gorhgorh
[14:41] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[14:46] * Techguy305 (~kvirc@rrcs-71-43-208-2.se.biz.rr.com) Quit (Ping timeout: 244 seconds)
[14:46] * gorhgorh (~gorhgorh@109.26.90.92.rev.sfr.net) Quit (Ping timeout: 240 seconds)
[14:48] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[14:52] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[14:55] * Lupinedk is now known as lupinedk
[14:55] * loadbang (~simon@host109-151-149-86.range109-151.btcentralplus.com) Quit (Quit: loadbang)
[14:55] * babysparky (~pi@cpe-67-244-78-9.nyc.res.rr.com) has joined #raspbian
[14:56] * gorhgorh (~gorhgorh@110.26.90.92.rev.sfr.net) has joined #raspbian
[14:56] * gorhgorh (~gorhgorh@110.26.90.92.rev.sfr.net) Quit (Client Quit)
[14:57] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[15:04] * gdanailov (~gdanailov@92.247.12.187) Quit (Ping timeout: 255 seconds)
[15:04] * loadbang (~simon@host109-151-149-86.range109-151.btcentralplus.com) has joined #raspbian
[15:04] * teran_ (~teran@91.218.144.129) Quit (Remote host closed the connection)
[15:06] * teran (~teran@91.218.144.129) has joined #raspbian
[15:06] * teran_ (~teran@91.218.144.129) has joined #raspbian
[15:09] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:10] * teran (~teran@91.218.144.129) Quit (Ping timeout: 258 seconds)
[15:11] * Climuffff (~Climufff@ip1f139772.dynamic.kabel-deutschland.de) has joined #raspbian
[15:13] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[15:25] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:27] * lazy_prince is now known as killer_prince
[15:29] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 244 seconds)
[15:31] * diederik (~quassel@dhcp-077-251-173-228.chello.nl) has joined #raspbian
[15:40] * twolife is now known as twolife`
[15:40] * gdanailov (~gdanailov@94.26.94.2) has joined #raspbian
[15:41] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:47] * twikz (~twikz@client-leo-31uxegglo6z0d.pool.twikz.com) has joined #raspbian
[15:48] * Techguy305 (~kvirc@rrcs-71-43-208-2.se.biz.rr.com) has joined #raspbian
[15:55] * xtr3mpoison12 (~xtr3mpois@g228153215.adsl.alicedsl.de) has joined #raspbian
[15:55] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[15:56] * gorhgorh (~gorhgorh@107.26.90.92.rev.sfr.net) has joined #raspbian
[15:57] * xtr3mp0ison1337 (~xtr3mpois@e180206216.adsl.alicedsl.de) Quit (Ping timeout: 255 seconds)
[16:00] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 245 seconds)
[16:04] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[16:05] * jimvideo (~jimvideo@184-12-227-157.dr01.brny.ca.frontiernet.net) has joined #raspbian
[16:07] * DianNaoMao (~Icedove@dslb-092-077-018-022.092.077.pools.vodafone-ip.de) Quit (Ping timeout: 258 seconds)
[16:07] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[16:11] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Ping timeout: 255 seconds)
[16:11] * teran_ (~teran@91.218.144.129) Quit (Remote host closed the connection)
[16:14] * Techguy305 (~kvirc@rrcs-71-43-208-2.se.biz.rr.com) Quit (Ping timeout: 255 seconds)
[16:16] * zGrr (~grr@user-46-112-161-148.play-internet.pl) Quit (Ping timeout: 255 seconds)
[16:16] * zGrr (~grr@user-46-112-161-148.play-internet.pl) has joined #raspbian
[16:21] * wiiguy (fake@unaffiliated/wiiguy) has joined #raspbian
[16:22] * gorhgorh (~gorhgorh@107.26.90.92.rev.sfr.net) Quit (Ping timeout: 255 seconds)
[16:23] * zGrr (~grr@user-46-112-161-148.play-internet.pl) Quit (Ping timeout: 240 seconds)
[16:23] * zGrr (~grr@user-46-112-161-148.play-internet.pl) has joined #raspbian
[16:29] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[16:35] * teran (~teran@91.218.144.129) has joined #raspbian
[16:37] * teran_ (~teran@91.218.144.129) has joined #raspbian
[16:38] * zGrr (~grr@user-46-112-161-148.play-internet.pl) Quit (Quit: Leaving)
[16:39] * teran (~teran@91.218.144.129) Quit (Ping timeout: 272 seconds)
[16:40] * NicoHood (~Thunderbi@p5B3FE4D5.dip0.t-ipconnect.de) has joined #raspbian
[16:42] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Quit: Ja odoh a vi sta 'ocete...)
[16:51] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) Quit (Ping timeout: 272 seconds)
[17:00] * Fohlen (~Fohlen@ns327683.ip-37-187-111.eu) has joined #raspbian
[17:01] <Fohlen> anyone has an idea how I could get wicd-curses running without having an internet connection (on the raspy) in the first place?
[17:01] * Lorenzo64 (~lorenzo@adsl-ull-3-32.42-151.net24.it) has joined #raspbian
[17:01] <Fohlen> I simply don't manage to make a wifi connection using wpa_supplicant because my ssid includes spaces and ! which basically kills the entire config.
[17:01] <Fohlen> even within ""
[17:02] <Fohlen> indeed you should deliver the tool with raspbian by default.
[17:05] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 258 seconds)
[17:05] * Qatz (~DB@2601:6:4a80:5d6::90) has joined #raspbian
[17:13] * Aldem (~Aldem@unaffiliated/aldem) has joined #raspbian
[17:14] <Aldem> Hi
[17:14] <Aldem> Raspbian installed fine but the text isn't in the good language. How can I change to english ?
[17:14] <Aldem> Thanks
[17:14] * ztaale (~bleh@ti0098a400-0242.bb.online.no) has joined #raspbian
[17:16] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[17:21] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 265 seconds)
[17:21] * skylite (~skylite@4E5C54FD.dsl.pool.telekom.hu) has joined #raspbian
[17:21] * gorhgorh (~gorhgorh@112.26.90.92.rev.sfr.net) has joined #raspbian
[17:22] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 255 seconds)
[17:25] <Aldem> No one ?
[17:30] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[17:33] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[17:33] <Fohlen> Aldem: update locales.
[17:37] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[17:39] * mike_t (~mike@109.169.167.169) has joined #raspbian
[17:39] <Fohlen> Aldem: sudo dpkg-reconfigure locales
[17:40] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) has joined #raspbian
[17:42] <Aldem> Yes
[17:42] <Aldem> Worked
[17:42] <Aldem> Now I'm having problems with the wifi configurator
[17:43] <Aldem> I use WPA2 Personnal but without PSK
[17:43] <Aldem> However, it's only WPA2 option requires a PSK
[17:44] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[17:47] <babysparky> WPA2-PSK
[17:47] <babysparky> i have been having trouble as well
[17:48] <babysparky> trying to run my wifi adapter
[17:48] <babysparky> I don't know if the distro has the driver
[17:48] * gorhgorh (~gorhgorh@112.26.90.92.rev.sfr.net) Quit (Ping timeout: 258 seconds)
[17:49] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[17:49] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 256 seconds)
[17:50] * CNpigCA (~CNpigCA@MALTON22-1176060178.sdsl.bell.ca) Quit (Quit: Textual IRC Client: www.textualapp.com)
[17:52] * gorhgorh (~gorhgorh@111.26.90.92.rev.sfr.net) has joined #raspbian
[17:53] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 255 seconds)
[17:54] <Aldem> I bought a Canakit Raspbery B+ Starter Kit
[17:54] <babysparky> thats nice
[17:55] <babysparky> what are ur first project?
[17:55] <Aldem> Didn't start one yet
[17:55] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[17:59] * Paradisee (~quassel@93-45-171-204.ip103.fastwebnet.it) Quit (Remote host closed the connection)
[17:59] * otter768 (~otter768@cpe-70-117-0-42.satx.res.rr.com) Quit (Remote host closed the connection)
[18:04] * gorhgorh (~gorhgorh@111.26.90.92.rev.sfr.net) Quit (Quit: gorhgorh)
[18:05] * mike_t (~mike@109.169.167.169) Quit (Remote host closed the connection)
[18:06] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[18:07] * gorhgorh (~gorhgorh@111.26.90.92.rev.sfr.net) has joined #raspbian
[18:13] * Lorenzo64 (~lorenzo@adsl-ull-3-32.42-151.net24.it) Quit (Ping timeout: 264 seconds)
[18:17] * Lorenzo64 (~lorenzo@adsl-ull-3-32.42-151.net24.it) has joined #raspbian
[18:19] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[18:24] * taza (~taza@unaffiliated/taza) has joined #raspbian
[18:31] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) Quit (Read error: Connection reset by peer)
[18:31] * H4ndy (~H4ndy@77-64-182-145.dynamic.primacom.net) has joined #raspbian
[18:32] * Alina-malina (~Alina-mal@unaffiliated/alina-malina) has joined #raspbian
[18:33] * loadbang (~simon@host109-151-149-86.range109-151.btcentralplus.com) Quit (Quit: loadbang)
[18:33] * rela (~x@pdpc/supporter/active/rela) Quit (Quit: Leaving)
[18:34] * gdanailov (~gdanailov@94.26.94.2) Quit (Ping timeout: 250 seconds)
[18:34] * fasted (~user@h-194-194.a328.priv.bahnhof.se) Quit (Remote host closed the connection)
[18:44] * gorhgorh_ (~gorhgorh@150.20.90.92.rev.sfr.net) has joined #raspbian
[18:46] * gdanailov (~gdanailov@94.26.94.2) has joined #raspbian
[18:46] * Hopper_ (Hopper@244.236.219.87.dynamic.jazztel.es) has joined #raspbian
[18:47] * lupinedk is now known as Lupinedk
[18:47] * gorhgorh (~gorhgorh@111.26.90.92.rev.sfr.net) Quit (Ping timeout: 256 seconds)
[18:47] * gorhgorh_ is now known as gorhgorh
[18:48] * Hopper (~Hopper@194.171.223.87.dynamic.jazztel.es) Quit (Ping timeout: 255 seconds)
[18:49] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[18:53] * bizarro_1 (~bizarro_1@144.Red-88-20-102.staticIP.rima-tde.net) has joined #raspbian
[18:59] * Nik05 (~Nik05@unaffiliated/nik05) Quit (Remote host closed the connection)
[19:02] * Nik05 (~Nik05@unaffiliated/nik05) has joined #raspbian
[19:03] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[19:03] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[19:04] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[19:08] * Xack (Matrixiumn@unaffiliated/matrixiumn) Quit (Quit: ZNC - http://znc.in)
[19:09] * Matrixiumn (Maxp30@unaffiliated/matrixiumn) has joined #raspbian
[19:09] * MIR100 (~MIR100@c-76-16-58-23.hsd1.il.comcast.net) Quit (Read error: Connection reset by peer)
[19:10] * MIR100 (~MIR100@c-76-16-58-23.hsd1.il.comcast.net) has joined #raspbian
[19:13] * Matrixiumn (Maxp30@unaffiliated/matrixiumn) Quit (Client Quit)
[19:13] * noonker_ (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[19:13] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 264 seconds)
[19:14] * Matrixiumn (znc@unaffiliated/matrixiumn) has joined #raspbian
[19:18] * teran_ (~teran@91.218.144.129) Quit (Remote host closed the connection)
[19:26] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[19:26] * gorhgorh (~gorhgorh@150.20.90.92.rev.sfr.net) Quit (Quit: gorhgorh)
[19:29] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[19:32] * killercode (~killercod@87.ip-37-59-106.eu) has joined #raspbian
[19:36] * UniOn (~UniOn___@5419C81A.cm-5-2d.dynamic.ziggo.nl) has joined #raspbian
[19:38] * rabahgnu (~rabahgnu@21.161.92.92.rev.sfr.net) has joined #raspbian
[19:42] * gdanailov (~gdanailov@94.26.94.2) Quit (Remote host closed the connection)
[19:44] * plugwash (~plugwash@97e5befb.skybroadband.com) has joined #raspbian
[19:44] * ChanServ sets mode +o plugwash
[19:45] * gdanailov (~gdanailov@94.26.94.2) has joined #raspbian
[19:46] * hanfm (~Thunderbi@koln-4db4aeca.pool.mediaWays.net) has joined #raspbian
[19:47] * Aikanaro (Aikanaro@shell.xshellz.com) Quit (Ping timeout: 256 seconds)
[19:51] * Paradisee_ (~quassel@2.239.28.120) has joined #raspbian
[19:52] * Hopper_ (Hopper@244.236.219.87.dynamic.jazztel.es) Quit (Ping timeout: 255 seconds)
[19:53] * Aikanaro (Aikanaro@shell.xshellz.com) has joined #raspbian
[19:54] * Paradisee (~quassel@2.239.28.120) Quit (Ping timeout: 258 seconds)
[19:56] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[19:59] * babysparky (~pi@cpe-67-244-78-9.nyc.res.rr.com) Quit (Quit: Leaving)
[20:00] * alanbang (2ed0d197@gateway/web/freenode/ip.46.208.209.151) has joined #raspbian
[20:01] * trumee_ is now known as trumee
[20:06] * alanbang (2ed0d197@gateway/web/freenode/ip.46.208.209.151) Quit (Quit: Page closed)
[20:11] * Hopper (Hopper@75.232.106.212.dynamic.jazztel.es) has joined #raspbian
[20:14] * xtr3mpoison12 (~xtr3mpois@g228153215.adsl.alicedsl.de) Quit (Ping timeout: 264 seconds)
[20:23] * Lorenzo64 (~lorenzo@adsl-ull-3-32.42-151.net24.it) Quit (Quit: Leaving)
[20:25] * loadbang (~simon@host109-151-149-86.range109-151.btcentralplus.com) has joined #raspbian
[20:26] * benonsoftware is now known as \b
[20:27] * \b is now known as benonsoftware
[20:29] * percY- (~percY@97-93-115-59.static.mtpk.ca.charter.com) Quit (Ping timeout: 264 seconds)
[20:42] * gorhgorh (~gorhgorh@146.21.90.92.rev.sfr.net) has joined #raspbian
[20:45] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[20:46] * Paradisee (~quassel@2.239.28.120) Quit (Remote host closed the connection)
[20:46] * anonnumberanon (~anonnumbe@unaffiliated/anonnumberanon) has joined #raspbian
[20:47] <anonnumberanon> running raspbian is a pure joy
[20:47] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[20:47] * Paradisee (~quassel@2.239.28.120) Quit (Read error: Connection reset by peer)
[20:48] * Paradisee (~quassel@2.239.28.120) has joined #raspbian
[20:48] * Paradisee_ (~quassel@2.239.28.120) Quit (Ping timeout: 240 seconds)
[20:49] * noonker_ (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 255 seconds)
[20:50] * gorhgorh (~gorhgorh@146.21.90.92.rev.sfr.net) Quit (Ping timeout: 258 seconds)
[20:52] <Lambda_Aurigae> anonnumberanon, it's debian
[20:52] * Techguy305 (~kvirc@rrcs-71-43-208-2.se.biz.rr.com) has joined #raspbian
[20:52] <Lambda_Aurigae> for dessert!
[20:53] <anonnumberanon> No Debian works better for setting up wifi. Debian just works.
[20:54] <Lambda_Aurigae> my wifi just worked.
[20:54] * Techguy305 (~kvirc@rrcs-71-43-208-2.se.biz.rr.com) Quit (Client Quit)
[20:54] <Lambda_Aurigae> had to run the wifi configurator thingie to get it to connect to my network but that was expected.
[20:54] <Lambda_Aurigae> my wifi dongle was even stolen off of a dead blueray player.
[21:05] * wiiguy (fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[21:05] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[21:06] * gdanailov (~gdanailov@94.26.94.2) Quit (Ping timeout: 258 seconds)
[21:08] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) has joined #raspbian
[21:12] * twikz (~twikz@client-leo-31uxegglo6z0d.pool.twikz.com) Quit ()
[21:13] * NicoHood (~Thunderbi@p5B3FE4D5.dip0.t-ipconnect.de) Quit (Quit: *poof*)
[21:20] * noonker (~noonker@c-98-209-32-170.hsd1.mi.comcast.net) Quit (Ping timeout: 240 seconds)
[21:29] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) Quit (Quit: leaving)
[21:33] * lost_soul (~noymfb@cpe-67-246-98-246.twcny.res.rr.com) Quit (Quit: Konversation terminated!)
[21:33] * azizLIGHT (~azizLIGHT@unaffiliated/azizlight) has joined #raspbian
[21:39] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 258 seconds)
[21:40] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[21:42] * Percy- (~percY@97-93-115-59.static.mtpk.ca.charter.com) has joined #raspbian
[21:50] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[21:50] * jimvideo (~jimvideo@184-12-227-157.dr01.brny.ca.frontiernet.net) Quit (Quit: Leaving)
[21:53] * ruben-ikmaak (~sikko@541F7D85.cm-5-8b.dynamic.ziggo.nl) Quit (Remote host closed the connection)
[21:55] * ruben-ikmaak (~sikko@541F7D85.cm-5-8b.dynamic.ziggo.nl) has joined #raspbian
[22:11] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[22:12] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[22:12] * skylite (~skylite@4E5C54FD.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[22:13] * H4ndy (~H4ndy@77-64-182-145.dynamic.primacom.net) Quit (Quit: Blessed is the mind too small for doubt.)
[22:19] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[22:28] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[22:31] * jjido (~jjido@2.120.173.99) has joined #raspbian
[22:45] * BManojlovic (~steki@95.180.102.170) has joined #raspbian
[22:45] * BManojlovic (~steki@95.180.102.170) Quit (Changing host)
[22:45] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[22:45] * Pappaduck (~Pappaduck@cpc6-lewi15-2-0-cust67.2-4.cable.virginm.net) Quit (Read error: Connection reset by peer)
[22:51] * Lupinedk is now known as lupinedk
[22:56] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[22:57] * kraut (~kraut@blackhole.netzdeponie.de) Quit (Ping timeout: 265 seconds)
[22:58] * kraut (~kraut@blackhole.netzdeponie.de) has joined #raspbian
[23:00] * anonnumberanon (~anonnumbe@unaffiliated/anonnumberanon) Quit (Remote host closed the connection)
[23:03] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[23:03] * Cybertinus (~Cybertinu@cybertinus.customer.cloud.nl) Quit (Remote host closed the connection)
[23:04] * Cybertinus (~Cybertinu@2a00:6960:1:1:0:24:107:1) has joined #raspbian
[23:05] * Percy- (~percY@97-93-115-59.static.mtpk.ca.charter.com) Quit ()
[23:14] * lupinedk is now known as Lupinedk
[23:22] * foogle (~foogle@gateway/tor-sasl/foogle) Quit (Ping timeout: 250 seconds)
[23:25] * kilian__ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) has joined #raspbian
[23:26] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) Quit (Ping timeout: 264 seconds)
[23:29] * foogle (~foogle@gateway/tor-sasl/foogle) has joined #raspbian
[23:31] * barfly (~bart@d54C58BDE.access.telenet.be) has joined #raspbian
[23:38] * Bribri is now known as Brybry
[23:46] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[23:46] * killercode (~killercod@87.ip-37-59-106.eu) Quit ()
[23:46] * hanfm (~Thunderbi@koln-4db4aeca.pool.mediaWays.net) Quit (Quit: hanfm)
[23:48] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) Quit (Remote host closed the connection)
[23:49] * Odie_ (odie@shell2.ipi.fi) Quit (Ping timeout: 245 seconds)
[23:50] * Odie_ (odie@shell2.ipi.fi) has joined #raspbian
[23:51] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[23:53] * jjido (~jjido@2.120.173.99) Quit (Read error: No route to host)
[23:54] * jjido (~jjido@2.120.173.99) has joined #raspbian
[23:55] * Eurbus (~Eurbus@ip72-208-106-129.ph.ph.cox.net) has joined #raspbian
[23:56] * Hopper (Hopper@75.232.106.212.dynamic.jazztel.es) Quit (Read error: Connection reset by peer)
[23:56] * jjido (~jjido@2.120.173.99) Quit (Remote host closed the connection)
[23:57] * jjido (~jjido@2.120.173.99) has joined #raspbian

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