#raspbian IRC Log

Index

IRC Log for 2014-05-06

Timestamps are in GMT/BST.

[0:00] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) Quit (Remote host closed the connection)
[0:01] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) has joined #raspbian
[0:02] * ZZRMike (~ZZRMike@107-215-19-31.lightspeed.irvnca.sbcglobal.net) has joined #raspbian
[0:03] * Alina-malina (Alina-mali@unaffiliated/alina-malina) Quit (Read error: Connection reset by peer)
[0:03] * Alina-malina (Alina-mali@unaffiliated/alina-malina) has joined #raspbian
[0:04] <ZZRMike> I'm trying to set up an OpenVPN server on raspbian, but for some reason after following all of the steps in this tutorial, I can't connect to it and if I run nmap against 1149 on it, it says the port is closed. Is this a common issue?
[0:09] <svetter> ZZRMike: is the daemon running? ps aux | grep openvpn
[0:10] <ZZRMike> yep
[0:11] <svetter> ss -natup | grep openvpn
[0:11] <ZZRMike> /usr/sbin/openvpn --writepid /var/run/openvpn.server.pid --daemon ovpn-server --cd /etc/openvpn --config /etc/openvpn/server.conf
[0:11] <svetter> do you see 1149/tcp listed?
[0:11] <ZZRMike> No, just udp
[0:11] <svetter> makes sense
[0:12] <svetter> ufw enabled maybe?
[0:12] <svetter> i don't think it's installed by default on debian but you never know
[0:12] <svetter> check your iptables rules
[0:13] <ZZRMike> if I run iptables -L, input/forward/output are all set to accept with no entries in the table
[0:14] <svetter> maybe run openvpn in foreground and try to connect to it
[0:16] <ZZRMike> I tried running it using " openvpn --config /etc/openvpn/server.conf", am I missing anything there? It doesn't seem to work if I do it that way either.
[0:18] <svetter> don't really know, i was just throwing ideas out there. i was hoping you'd see log messages. maybe look in /var/log/daemon.log or /var/log/openvpn ?
[0:20] <ZZRMike> It was yelling about using "--script-security 2", so I added that in, and it looks like it is working okay? it's not yelling about anything, the only thing that stands out to me at this point is "UDPv4 link remote: [undef]"
[0:22] * jameswatling (~jameswatl@121-79-209-96.dsl.sta.inspire.net.nz) Quit (Remote host closed the connection)
[0:29] <svetter> doesn't it say bound afterwards?
[0:33] * TDog (~chatzilla@65.129.151.229) Quit (Ping timeout: 264 seconds)
[0:35] <ZZRMike> "UDPv4 link local (bound): [AF_INET]192.168.0.22:1194" "UDPv4 link remote: [undef]"
[0:39] * vravn (~vravn@syn.rook.sx) Quit (Ping timeout: 240 seconds)
[0:42] * supermike (sid7360@gateway/web/irccloud.com/x-tsnalivggqjqlgqq) Quit (Read error: Connection reset by peer)
[0:43] * supermike (sid7360@gateway/web/irccloud.com/x-sxqcropxamuvqgrz) has joined #raspbian
[0:43] <shawnbon206> https://packages.debian.org/wheezy/uwsgi-core no jessie and raspbian has no sid so i cant backport
[0:43] * vravn (~vravn@syn.rook.sx) has joined #raspbian
[0:43] <shawnbon206> so... yeah
[0:44] <shawnbon206> reinsalling wheezy now
[0:44] <shawnbon206> eff
[0:49] * nitdega_ (nitdega@2602:304:ab12:9c31:c4de:7301:9174:9f24) has joined #raspbian
[0:52] * nitdega (nitdega@2602:304:ab12:9c31:c4de:7301:9174:9f24) Quit (Ping timeout: 240 seconds)
[1:04] * Robby (robby@chillum.thcgirls.com) Quit (Ping timeout: 245 seconds)
[1:07] * mdorenka (~mdorenka@x2f66eb5.dyn.telefonica.de) Quit (Ping timeout: 264 seconds)
[1:09] * mdorenka (~mdorenka@x2f6a830.dyn.telefonica.de) has joined #raspbian
[1:10] * Robby (robby@chillum.thcgirls.com) has joined #raspbian
[1:10] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 252 seconds)
[1:12] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) Quit (Read error: Connection reset by peer)
[1:12] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[1:13] * hououina (~hououina@c-71-60-244-180.hsd1.pa.comcast.net) has joined #raspbian
[1:14] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[1:19] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[1:21] * hououina (~hououina@c-71-60-244-180.hsd1.pa.comcast.net) Quit (Quit: Leaving)
[1:23] * jameswatling (~jameswatl@121-79-209-96.dsl.sta.inspire.net.nz) has joined #raspbian
[1:27] * jameswatling (~jameswatl@121-79-209-96.dsl.sta.inspire.net.nz) Quit (Ping timeout: 240 seconds)
[1:28] * AZTech (~chatzilla@65.129.151.229) Quit (Read error: Connection reset by peer)
[1:28] * AZTech (~chatzilla@65.129.151.229) has joined #raspbian
[1:29] * kradenn (~kradenn@173-161-238-93-Philadelphia.hfc.comcastbusiness.net) Quit (Quit: Leaving)
[1:31] * Googy (~Gooogy@31-19-202-246-dynip.superkabel.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[1:32] * vravn (~vravn@syn.rook.sx) Quit (Ping timeout: 240 seconds)
[1:33] * ZZRMike (~ZZRMike@107-215-19-31.lightspeed.irvnca.sbcglobal.net) Quit (Remote host closed the connection)
[1:34] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[1:35] * vravn (~vravn@syn.rook.sx) has joined #raspbian
[1:42] * exiton_ (~exiton@brln-4db9f3f7.pool.mediaWays.net) has joined #raspbian
[1:42] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[1:43] * jameswatling (~jameswatl@121-79-209-96.dsl.sta.inspire.net.nz) has joined #raspbian
[1:43] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[1:45] * exiton (~exiton@brln-4d0c3ac7.pool.mediaWays.net) Quit (Ping timeout: 240 seconds)
[1:46] * kradenn (~kradenn@pool-108-11-34-134.atclnj.east.verizon.net) has joined #raspbian
[1:49] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-bgyuzpzxdikxmfxm) Quit (Quit: Connection closed for inactivity)
[2:00] * meti (~meti@unaffiliated/meti) Quit (Read error: Connection reset by peer)
[2:00] * meti (~meti@unaffiliated/meti) has joined #raspbian
[2:03] * meti (~meti@unaffiliated/meti) Quit (Read error: Connection reset by peer)
[2:03] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-ijfcgtcjldvaitxf) has joined #raspbian
[2:03] * meti (~meti@unaffiliated/meti) has joined #raspbian
[2:25] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[2:25] * ChanServ sets mode +o vagrantc
[2:29] * WishBoy (~WishBoy@203.20.55.59) Quit (Remote host closed the connection)
[2:45] * king4life (~ubuntu@ec2-54-243-12-213.compute-1.amazonaws.com) has joined #raspbian
[2:52] * lvispy (~luiz@179-125-129-211.desktop.com.br) has joined #raspbian
[2:56] * WishBoy (~WishBoy@203.20.55.59) has joined #raspbian
[3:02] * Vector- (~Vector@host31-54-26-2.range31-54.btcentralplus.com) has joined #raspbian
[3:03] * MrVector (~Vector@host31-54-26-2.range31-54.btcentralplus.com) Quit (Ping timeout: 240 seconds)
[3:03] * Vector- is now known as MrVector
[3:05] <shawnbon206> missing in jessie : raspi-copies-and-fills
[3:05] <shawnbon206> should i use apt pinning to get it?
[3:05] <shawnbon206> i guess i will just go without
[3:05] * taza (~zap@unaffiliated/taza) Quit ()
[3:07] * roboguy_ (~roboguy_@207.59.124.24.cm.sunflower.com) Quit ()
[3:10] <sney> isn't that an arch:all package?
[3:10] <shiftplusone> sney, would you happen to know how to run a script each time a particular package is installed/updated?
[3:11] <shiftplusone> the word 'hooks' comes to mind, but I can't find much information.
[3:11] <sney> can the script be called from the particular package's postinst?
[3:11] * jameswatling (~jameswatl@121-79-209-96.dsl.sta.inspire.net.nz) Quit (Read error: Connection reset by peer)
[3:12] <shiftplusone> does the package have to support that, or is that something I can add myself?
[3:12] * jameswatling (~jameswatl@121-79-209-96.dsl.sta.inspire.net.nz) has joined #raspbian
[3:12] <sney> well, it goes inside the deb
[3:12] <shiftplusone> ah, can't do that
[3:13] <SirLagz> shiftplusone: what are you trying to do ?
[3:13] <sney> I'm thinking some hacky solution involving dependencies and a homegrown package that runs the script.. but #debian-mentors on irc.oftc.net would be the place to ask
[3:14] <shiftplusone> Oh what aren't I trying to do.... let me tell you of the things I am trying to do. I just want to automatically copy /vmlinuz to /boot/kernel-raspbian.img each time the kernel package updates.
[3:14] <sney> (before you say "but it's for raspbian!" the development channels are much less anal about things being debian only)
[3:14] <SirLagz> shiftplusone: why not make a symlink ?
[3:15] <SirLagz> oh wait. nm
[3:15] <SirLagz> I derp
[3:15] <shiftplusone> fat32
[3:15] <SirLagz> yeah just remembered lol
[3:15] <shiftplusone> and... doesn't make sense anyway
[3:15] <SirLagz> true
[3:15] <sney> it should really be a debconf thing in the stock package imho
[3:16] <shiftplusone> Alright, I'll shelve it for now. Thanks
[3:20] * lvispy (~luiz@179-125-129-211.desktop.com.br) Quit ()
[3:22] <sney> shiftplusone: I was curious so I asked in -mentors for you. they seem to know how
[3:22] <shiftplusone> ah sec, I'll pop in
[3:23] <sney> https://wiki.debian.org/DpkgTriggers part 1
[3:23] <sney> and we're seeing if there's something more specific for kernels
[3:24] <shiftplusone> I seem to be unable to connect to oftc
[3:24] <sney> dns? maybe try irc.debian.org?
[3:25] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) Quit (Write error: Connection reset by peer)
[3:25] <shiftplusone> I can reslove it elsewhere, but the irc client is having trouble
[3:25] <sney> part 2 is, anyway, /etc/kernel/postinst.d
[3:25] <sney> it's what causes the bootloader to update on e.g. x86 systems
[3:34] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) has joined #raspbian
[3:50] * Edler (~textual@206.248.136.218) has joined #raspbian
[3:59] * bizarro_1 (~bizarro_1@119.Red-83-33-185.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
[4:05] * ReggieUK (ReggieUK@90.203.109.225) Quit ()
[4:08] * WishBoy (~WishBoy@203.20.55.59) Quit (Remote host closed the connection)
[4:08] * iio7 (~iio7@146.185.28.236) has joined #raspbian
[4:08] <iio7> I have just installed raspbian, latest image, none of the mirrors are working. Doing an apt-get update fails on all mirrors!
[4:09] <iio7> Is it possible to use Debian mirrors instead?
[4:09] <shiftplusone> no
[4:09] <shiftplusone> pastebin the errors
[4:09] <iio7> Not much to paste other than connection failures on all mirrors.
[4:10] <iio7> And DNS is working. I can ping google and stuff.
[4:10] * WishBoy (~WishBoy@6csslist.com) has joined #raspbian
[4:13] <king4life> strace -f?
[4:17] <shiftplusone> without all of the messages, there's nowhere to go from here, imho.
[4:20] <iio7> right now I am seriously thinking about smashing the think with a hammer!
[4:20] <iio7> think -> thing
[4:22] <iio7> Is it not possible to use Debian ARM mirrors?
[4:22] <shiftplusone> different architectures
[4:23] <shiftplusone> debian's armhf and armel are not the same as raspbian's
[4:24] <iio7> I don't get that.. isn't raspbian build using debian?
[4:25] <shiftplusone> it is, but it is not debian. everything is re-compiled
[4:25] <shiftplusone> for the pi
[4:26] <iio7> I see
[4:26] <shiftplusone> if debian armhf would run on the pi, then raspbian would be pointless.
[4:26] <iio7> Why won't it run?
[4:26] <shiftplusone> pi is armv6
[4:26] <shiftplusone> debian's armhf is armv7
[4:27] <shiftplusone> and armel is soft float
[4:27] <shiftplusone> which runs on the pi just fine, but you can't mix sources for different architectures like that, without knowing what's you're doing.
[4:29] <king4life> I imagine soft float is not as performant.
[4:29] <iio7> I know what I am doing, but soft float is pretty useless.
[4:30] <king4life> There must be a return value from connect(2) which you can retrieve with strace.
[4:31] <shiftplusone> A simple trace route may show the problem without all that
[4:33] <iio7> Maybe if I remembered that the freaking firewall is running with a whitelist based upon MAC addresses.
[4:33] <iio7> My bad
[4:35] <hifi> shiftplusone: soft float isn't ABI compatible?
[4:36] <iio7> yup.. that got it working.
[4:36] <shiftplusone> hifi, I don't fall into the category of people who know what they're doing when it comes to that.
[4:37] <hifi> ok, I was just wondering what the real consequences are, like does it blow up if there is a floating point function call between hf/sf binaries that is the deal breaker
[4:37] <shawnbon206> http://moinmo.in/HowTo/NginxWithUwsgi hello, i am following this guide, it asks me to install daemon tools which is impossible on the pi. i dont know what it is for so i am having trouble researching an alternative
[4:37] <hifi> or is it more about mixing different versions of debian and breaking debian/raspbian
[4:42] * iio7 (~iio7@146.185.28.236) Quit (Quit: Leaving)
[5:03] * TDog (~chatzilla@65.129.151.229) has joined #raspbian
[5:12] * jameswatling (~jameswatl@121-79-209-96.dsl.sta.inspire.net.nz) Quit (Quit: Leaving...)
[5:29] * txt-file (~txt-file@2a03:f80:354:37:235:49:34:fab) Quit (Ping timeout: 252 seconds)
[5:29] * txt-file (~txt-file@2a03:f80:354:37:235:49:34:fab) has joined #raspbian
[5:39] <shawnbon206> hifi btw, jessie cant be installed headless anymore
[5:39] <shawnbon206> because of change to ssh package
[5:40] <shiftplusone> disabled root login?
[5:40] <hifi> shiftplusone: there is an open ticket in github how to overcome that
[5:40] <shawnbon206> password logins are disabled by default on sshd
[5:40] <hifi> not sure if it was fixed or worked around yet
[5:41] <hifi> I think the final solution is to adopt the 'pi' user again
[5:41] <shawnbon206> makes sense
[5:41] <shiftplusone> or add an option to tweak sshd config
[5:42] <hifi> that's the workaround
[5:42] <hifi> https://github.com/hifi/raspbian-ua-netinst/issues/45#issuecomment-40804744
[5:42] <shiftplusone> I am not affected by the issue, I just asked if it comes up again.
[5:43] <hifi> good thing I designed it originally to have a post install script :p
[5:43] <shiftplusone> diederik really went to town on the installer =D
[5:43] <hifi> he's a good maintainer :)
[5:44] <hifi> glad someone took the initiative to continue the project
[5:46] <shiftplusone> didn't have time/interest for it yourself?
[5:46] <hifi> no really, I loved the original challenge
[5:46] <hifi> not*
[5:47] <hifi> and I hated the fact people used minified pre-installed images
[5:47] <hifi> after the world was again in balance I moved to other thing
[5:51] * shawnbon206 (Elite7741@gateway/shell/elitebnc/x-vrallkdrrlaaerrw) has left #raspbian
[5:53] <shiftplusone> hifi, would you be interested in a postinstall script to update config.txt to boot the raspbian kernel?
[5:55] <hifi> huh?
[5:56] <hifi> I think diederik is going to change the install process to install the raspbian kernel package and configure it
[5:56] <shiftplusone> figured cutting out the cp vmlinuz step would be good for the installer
[5:56] <hifi> one issue is that if you don't know the cp thingy exists your kernel modules will fail to load when you upgrade your kernel package
[5:57] <shiftplusone> hence the postinstall script
[5:57] <shiftplusone> to automatically fix it
[5:57] <hifi> it doesn't help you after you have installed it
[5:57] <hifi> when you do apt-get upgrade
[5:57] <shiftplusone> no no
[5:57] <vagrantc> real kernel packages have hooks in /etc/kernel/*.d/
[5:57] <shiftplusone> yes
[5:57] <shiftplusone> that's the postinstall I am talking about
[5:57] <hifi> oh, right
[5:58] <shiftplusone> /etc/kernel/postinst.d/updateconfig
[5:58] <hifi> you should really talk to someone with @
[5:58] <vagrantc> although if someone installs a poorly packaged kernel, it may not respect those
[5:58] <hifi> because that's a raspbian issue, not raspbian-ua-netinst
[5:58] * vagrantc doesn't even know where i got this @ hat
[5:58] <shiftplusone> plugwash handed out a bunch of @s one night
[5:59] <shiftplusone> I think it was after I ended up talking in Russian here while helping a guy and upset some people.
[5:59] <vagrantc> that'll teach me to contribute code
[6:00] * clonak (~quassel@101.98.213.233) has joined #raspbian
[6:01] <shiftplusone> hifi, I don't think it's an issue on raspbian's end though. Their setup makes sense. You can have the raspberrypi-bootloader package installed, and you'd have two packages overwriting each other's kernel, which isn't good. So installing to /boot under a different filename isn't the wrong solution, I think.
[6:03] <vagrantc> packages that ship the same file should conflict with one another
[6:04] <shiftplusone> so they don't (since you may want to have both installed).... makes sense.
[6:05] <vagrantc> ah, they both use hooks to copy the file
[6:06] <shiftplusone> heh.... not the prettiest thing... I suck at sed. sed -i /boot/config.txt -e 's/\(^[[:space:]]*kernel[[:space:]]\+\)[[:graph:]]\+\([[:space:]]*\(#[[:print:]]*\)*$\)/\1'$(basename $2)'\2/'
[6:11] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) Quit (Ping timeout: 245 seconds)
[6:12] <SirLagz> shiftplusone: ...aaaHHHHH MY EYES!!!
[6:12] <SirLagz> shiftplusone: j/k :P
[6:13] <shiftplusone> >.>
[6:18] * OutOfLine (~user@82-220-74-91.dslplus.solnet.ch) has joined #raspbian
[6:22] <hifi> shiftplusone: it's broken because installing the raspbian kernel package causes hardlink errors
[6:22] <hifi> that is confusing
[6:23] <shiftplusone> What's broken?
[6:23] <hifi> the package
[6:24] <shiftplusone> I haven't seen any errors O_o
[6:24] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[6:24] * echopleks (~echopleks@69.172.145.236) has joined #raspbian
[6:26] * Alynna (~alynna@c-174-51-45-219.hsd1.co.comcast.net) has joined #raspbian
[6:27] <hifi> when you install a raspbian kernel package it shows a hardlink error when it tries to hardlink the real kernel vmlinuz to /vmlinuz
[6:27] * WishBoy (~WishBoy@6csslist.com) Quit (Read error: Connection reset by peer)
[6:29] * WishBoy (~WishBoy@6csslist.com) has joined #raspbian
[6:30] * manuscle (~manuscle@aqu33-4-82-233-55-206.fbx.proxad.net) has joined #raspbian
[6:30] <shiftplusone> Just reinstalled it and didn't see it. might be a different package to the one I reinstalled though
[6:33] * trisi_ (~trisi@216-67-79-218-rb1.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[6:33] * Alynna (~alynna@c-174-51-45-219.hsd1.co.comcast.net) Quit (Ping timeout: 250 seconds)
[6:34] * FlummN_away is now known as FlummN
[6:35] * trisi (~trisi@216-67-119-159-rb3.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[6:35] * trisi_ is now known as trisi
[6:38] * twolife` is now known as twolife
[6:41] * trisi_ (~trisi@63-140-81-85.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[6:44] * trisi (~trisi@216-67-79-218-rb1.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[6:44] * trisi_ is now known as trisi
[6:53] * ColdKeyboard (~coldkeybo@adsl-165-191-210.teol.net) has joined #raspbian
[7:02] * trisi_ (~trisi@69-161-17-81-rb2.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[7:03] * ppq (~ppq@unaffiliated/ppq) Quit (Quit: Leaving)
[7:04] * trisi (~trisi@63-140-81-85.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[7:04] * trisi_ is now known as trisi
[7:10] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) has joined #raspbian
[7:10] <hifi> shiftplusone: did you install the raspbian kernel or the foundation kernel
[7:10] <shiftplusone> raspbian
[7:10] <hifi> maybe it was fixed then
[7:11] <hifi> it did try to create /vmlinuz by hardlinking it from /boot before
[7:11] <hifi> and because /boot is fat it was no dice
[7:14] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) Quit (Ping timeout: 252 seconds)
[7:21] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) has joined #raspbian
[7:24] * ColdKeyboard (~coldkeybo@adsl-165-191-210.teol.net) Quit ()
[7:29] * echopleks (~echopleks@69.172.145.236) Quit (Ping timeout: 252 seconds)
[7:32] * BManojlovic (~steki@91.195.39.5) has joined #raspbian
[7:32] * BManojlovic (~steki@91.195.39.5) Quit (Changing host)
[7:32] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[7:35] * trisi_ (~trisi@209-193-56-40-rb1.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[7:37] * trisi (~trisi@69-161-17-81-rb2.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[7:37] * trisi_ is now known as trisi
[7:39] * trisi_ (~trisi@216-67-5-95-rb2.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[7:41] * trisi (~trisi@209-193-56-40-rb1.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[7:41] * trisi_ is now known as trisi
[7:46] * trisi_ (~trisi@216-67-22-56-rb3.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[7:47] * FR^2 (~frquadrat@farsquare.de) has joined #raspbian
[7:48] * trisi (~trisi@216-67-5-95-rb2.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[7:48] * trisi_ is now known as trisi
[7:52] * trisi_ (~trisi@69-162-195-67-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[7:54] * trisi (~trisi@216-67-22-56-rb3.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[7:54] * trisi_ is now known as trisi
[8:00] * zGrr (~G@178.180.239.80.nat.umts.dynamic.t-mobile.pl) has joined #raspbian
[8:02] * bolt (~r00t@unaffiliated/bolt) Quit (Remote host closed the connection)
[8:04] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[8:05] <zGrr> moin :)
[8:06] * piper (~user@151.8.78.132) has joined #raspbian
[8:13] * Fusing3 (~fusing@195-132-122-9.rev.numericable.fr) has joined #raspbian
[8:19] * Fusing3 (~fusing@195-132-122-9.rev.numericable.fr) Quit (Quit: Nettalk6 - www.ntalk.de)
[8:20] * OutOfLine (~user@82-220-74-91.dslplus.solnet.ch) Quit (Read error: Connection reset by peer)
[8:21] * OutOfLine (~user@82-220-74-91.dslplus.solnet.ch) has joined #raspbian
[8:22] * blaubarschbube (~blaubarsc@nat.hamburg.contentfleet.com) Quit (Ping timeout: 240 seconds)
[8:22] * mike_t (~mike@pluto.dd.vaz.ru) has joined #raspbian
[8:27] * h41 (~h41@g230136243.adsl.alicedsl.de) has joined #raspbian
[8:28] * h41 (~h41@g230136243.adsl.alicedsl.de) Quit (Remote host closed the connection)
[8:35] * blaubarschbube (~blaubarsc@nat.hamburg.contentfleet.com) has joined #raspbian
[8:39] * karimb (~kboumedhe@87.pool85-52-16.dynamic.orange.es) has joined #raspbian
[8:42] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Ping timeout: 245 seconds)
[8:44] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) Quit (Ping timeout: 252 seconds)
[8:48] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) has joined #raspbian
[8:56] * FearTec (~FearTec@unaffiliated/feartec) has joined #raspbian
[8:57] * FearTec (~FearTec@unaffiliated/feartec) Quit (Client Quit)
[8:57] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) Quit (Ping timeout: 245 seconds)
[9:01] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) has joined #raspbian
[9:09] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) Quit (Ping timeout: 245 seconds)
[9:10] * teran (~teran@91.218.144.129) has joined #raspbian
[9:14] * clonak_ (clonak@dal0.bnc.im) has joined #raspbian
[9:17] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) has joined #raspbian
[9:19] * lvispy (~luiz@179-125-129-211.desktop.com.br) has joined #raspbian
[9:22] * FlummN is now known as FlummN_away
[9:30] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) Quit (Ping timeout: 252 seconds)
[9:33] * uninchar (~uninchar@62.218.140.154) has joined #raspbian
[9:45] * jakllsch_ (~jakllsch@netbsd/developer/jakllsch) has joined #raspbian
[9:46] * SirLagz_ (~SirLagz@ppp121-45-242-139.lns20.per2.internode.on.net) has joined #raspbian
[9:46] * Alynna (~alynna@2001:558:6040:9:6464:1006:7b33:d4a4) has joined #raspbian
[9:46] * builder_ (~cha0s@green.kewlguyz.com) has joined #raspbian
[9:46] * D1390 (~d1390@248.Red-81-47-179.staticIP.rima-tde.net) has joined #raspbian
[9:47] * _owlsoup is now known as Owlhog
[9:47] * FlummN_away is now known as FlummN
[9:48] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 246 seconds)
[9:49] * outofbounds_ (~outofboun@198.199.109.226) has joined #raspbian
[9:50] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[9:50] * builder__ (~cha0s@green.kewlguyz.com) Quit (*.net *.split)
[9:50] * SirLagz (~SirLagz@ppp121-45-242-139.lns20.per2.internode.on.net) Quit (*.net *.split)
[9:50] * jakllsch (~jakllsch@netbsd/developer/jakllsch) Quit (*.net *.split)
[9:50] * outofbounds (~outofboun@198.199.109.226) Quit (*.net *.split)
[10:06] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) Quit (Ping timeout: 272 seconds)
[10:08] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) has joined #raspbian
[10:27] * piper (~user@151.8.78.132) Quit (Remote host closed the connection)
[10:33] <D1390> does raspbian use NetworkManager (NM), wicd or legacy methods?
[10:33] <D1390> i'm reading https://www.debian.org/doc/manuals/debian-reference/ch05.en.html
[10:34] <shiftplusone> you mean the Foundation's image of Raspbian?
[10:34] <shiftplusone> (from raspberrypi.org)
[10:34] <D1390> yes
[10:35] <shiftplusone> well, it's not NM or wicd.
[10:35] <shiftplusone> just plain interfaces file for eth and that+wpa_supplicant/wpa_gui for wifi.
[10:36] <D1390> I connect thru remote desktop on wlan0 but surprisingly i cannot get eth0 working and i don't know why
[10:37] <D1390> my interfaces: loopback, eth0 with dhcp, and wlan0 with dchp
[10:40] <D1390> dmesg says smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup _and_ smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 but ifconfig doesn't show IP
[10:44] <D1390> syslog says ifplugd(eth0)[1864]: Link beat lost. _and_ ifplugd(eth0)[1864]: Link beat detected.
[10:45] <D1390> sudo ifconfig eth0 down; sudo ifconfig eth0 up does nothing and reports nothing AFAIK
[10:47] <shiftplusone> you want ethernet and wireless at the same time?
[10:49] <D1390> I'm trying to set an Acces point
[10:50] <shiftplusone> I seem to recall something about the interfaces file being set up to either have one or the other by default, but not both.
[10:50] * bizarro_1 (~bizarro_1@65.Red-88-20-102.staticIP.rima-tde.net) has joined #raspbian
[10:51] <D1390> indeed i have a 3G usb modem, to access the internet, eth0 should be to access the LAN and wifi for sharing internet with others
[10:52] <D1390> right now my problem is eth0 does not get uyp
[10:53] <D1390> where is the log?!
[10:54] <ShorTie> don't know how to do it manually, could never get it to work, but wicd does make it so both interfaces work together
[10:54] <D1390> sudo service networking restart ... doesn't help
[10:59] * binarydog (~weechat@37-186-3-39.ip.as39912.net) has joined #raspbian
[11:01] * binarydo1 (~weechat@37-186-3-39.ip.as39912.net) Quit (Ping timeout: 276 seconds)
[11:01] <ShorTie> and not sure what thru put your 3g does, but the pi uses the same bandwidth for eth and wlan, so the pi is not the optimal device for a access point, imho
[11:04] * trisi_ (~trisi@216-67-35-140-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[11:05] * trisi (~trisi@69-162-195-67-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[11:05] * trisi_ is now known as trisi
[11:06] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[11:06] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Ping timeout: 246 seconds)
[11:07] * sKeiths (skeith@2a01:4f8:191:9111:20::10) Quit (Changing host)
[11:07] * sKeiths (skeith@unaffiliated/skeiths) has joined #raspbian
[11:12] * lvispy (~luiz@179-125-129-211.desktop.com.br) Quit ()
[11:18] * REffesgnh (~anonymous@140.135.25.123) has joined #raspbian
[11:20] <REffesgnh> hello everyone, can i set up a ap, and connect to the internet using wifi dongle?
[11:21] <kingii> are u doing out of curiosity? cause a wlan ap costs less than a rpi
[11:21] <Odie_> REffesgnh: you can
[11:21] <Odie_> it depends on the dongle you use, if it supports ap mode or not
[11:22] <Odie_> the one that I was using needed extra drivers to work, but they were available from realtek
[11:22] <Odie_> well, I think the part was newer version of hostapd
[11:22] <REffesgnh> i use ew7811un
[11:22] <Odie_> (hostapd is the software that allows you to setup AP)
[11:23] <Odie_> I also had issue that my upload speed was faster than download speed
[11:23] <Odie_> I assume this is because the encryption on wlan takes effort from the raspberry, and it cant encode it fast enough
[11:23] <Odie_> but I haven't dug into this too deeply
[11:24] <REffesgnh> because when i edit iface wlan0 inet static, it has assgined an ip address
[11:24] * ruben-ikmaak (~ikmaak@541A275B.cm-5-3a.dynamic.ziggo.nl) Quit (Read error: Connection reset by peer)
[11:24] <D1390> REffsgnh: for example http://www.pi-point.co.uk/documentation/
[11:24] * nitdega__ (nitdega@2602:304:ab12:9c31:c4de:7301:9174:9f24) has joined #raspbian
[11:25] <REffesgnh> and i cant connet to the internet using wpa_gui
[11:27] <REffesgnh> so i wonder if the dongle can do only one thing at the same time?
[11:27] * Patina_ (~tomas@dhcp-5-103-223-5.seas-nve.net) Quit (Read error: Connection reset by peer)
[11:27] * nitdega_ (nitdega@2602:304:ab12:9c31:c4de:7301:9174:9f24) Quit (Ping timeout: 240 seconds)
[11:30] <D1390> shiftplusone: ShorTie: guess what? sudo ifconfig eth0 up ....does nothing but sudo ifup eth0..... brings up my eth0 with the dhcp... odd
[11:40] * diederik (~diederik@f191104.upc-f.chello.nl) has joined #raspbian
[11:41] <Odie_> REffesgnh: what are you trying to do?
[11:41] <Odie_> just slap in to wlan adapters if you need two
[11:43] * ruben-ikmaak (~ikmaak@541A275B.cm-5-3a.dynamic.ziggo.nl) has joined #raspbian
[11:43] * h41 (~h41@g230136243.adsl.alicedsl.de) has joined #raspbian
[11:45] <REffesgnh> set up a AP and use wpa_gui to connect internet
[11:46] <Odie_> how do you plan to connect to the internet? via wlan?
[11:46] <Odie_> if yes, then get 2 adapters
[11:47] <REffesgnh> so i cannot use 1 adapater to do those?
[11:47] * Fogest (Fogest@2604:180::1458:e4e6) Quit (Ping timeout: 258 seconds)
[11:48] <Odie_> I'm not aware of a way of doing it with just one
[11:48] <Odie_> but, why do you need AP since you already have one?
[11:49] <REffesgnh> i see, thank u!
[11:49] * gnarface_ (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) has joined #raspbian
[11:49] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 258 seconds)
[11:49] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) Quit (Ping timeout: 258 seconds)
[11:50] <REffesgnh> because i wanna control rpi using my ipad
[11:50] <Odie_> you dont need AP for that
[11:50] <Odie_> just connect to the same wireless network with the rpi and the ipad
[11:50] <Odie_> and then you can do control it with the ipad
[11:51] * Fogest (Fogest@2604:180::1458:e4e6) has joined #raspbian
[11:52] <REffesgnh> but that's when a place have network
[11:52] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[11:52] <REffesgnh> if i dont have network, rpi can set an ap
[11:54] <Odie_> yes
[11:54] <Odie_> and if you dont have network, there is no internet
[11:54] <Odie_> to connect to via wlan
[11:54] <Odie_> so you need either AP or regular wifi connection
[11:54] <Odie_> you never need both at the same time
[11:55] <Odie_> I don't know for sure about the ipads, but atleast android tablets allow you to share internet connection via wlan to other devices
[11:56] <Odie_> so you connect the table to intneret via mobile network (gsm, umts whatever) and share it by putting up the tablet as wifi AP
[11:56] <Odie_> then you could connect to that with the raspberry
[11:57] <Odie_> but I'm not compatible with iProducts, so I have no idea if this works with iPad
[11:57] * trisi_ (~trisi@66-230-105-114-rb1.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[11:58] <kingii> i'm assuming he sticks a network cable to the rpi so the the rpi can be the ap ?
[11:59] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) has joined #raspbian
[11:59] <Odie_> in that case, that would be the needed "second dongle"
[11:59] <REffesgnh> no, without a cable
[11:59] <Odie_> if you dont have wifi available, you dont have any internet, right?
[12:00] * trisi (~trisi@216-67-35-140-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[12:00] * trisi_ is now known as trisi
[12:01] <kingii> so internet from a dongle on an rpi , another usb-wlan part to create a wlan for the ipad
[12:01] <kingii> ?
[12:02] <REffesgnh> but what if someplace like my school, it can only let one device connect wifi through personal account
[12:02] <Odie_> dongle costs you something like $5 delivered to your doorstep
[12:03] <Odie_> get 2nd one
[12:03] * trisi_ (~trisi@69-161-7-179-rb2.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[12:04] <Odie_> (ordered directly from dx.com)
[12:04] * trisi (~trisi@66-230-105-114-rb1.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[12:04] * trisi_ is now known as trisi
[12:05] <REffesgnh> i was thinking i can connect to internet and set up an ap usng one wifi dongle. but it seems not possible. thank you guys!
[12:06] * gnarface_ is now known as gnarface
[12:07] * uninchar (~uninchar@62.218.140.154) Quit (Quit: Leaving)
[12:12] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) Quit (Ping timeout: 258 seconds)
[12:16] * int3nz0r (~int3nz0r@145.102.76.253) has joined #raspbian
[12:16] * nils_2_ (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[12:18] * REffesgnh (~anonymous@140.135.25.123) Quit (Remote host closed the connection)
[12:19] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 240 seconds)
[12:21] * nils_2_ is now known as nils_2
[12:21] * int3nz0r (~int3nz0r@145.102.76.253) Quit (Quit: Textual IRC Client: http://www.textualapp.com/)
[12:24] * binarydo1 (~weechat@37-186-3-39.ip.as39912.net) has joined #raspbian
[12:25] * Fogest (Fogest@2604:180::1458:e4e6) Quit (Ping timeout: 258 seconds)
[12:25] * teran (~teran@91.218.144.129) Quit (Remote host closed the connection)
[12:25] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[12:26] * rosapoP (~none@213-65-0-114-no185.business.telia.com) has joined #raspbian
[12:27] * DaQatz (~DB@c-50-189-2-143.hsd1.nh.comcast.net) has joined #raspbian
[12:30] * binarydog (~weechat@37-186-3-39.ip.as39912.net) Quit (Ping timeout: 258 seconds)
[12:30] * SpicyShibe (~DB@50.189.2.143) Quit (Ping timeout: 258 seconds)
[12:30] * Fogest (Fogest@2604:180::1458:e4e6) has joined #raspbian
[12:32] * DaQatz is now known as SpicyShibe
[12:33] * FlummN is now known as FlummN_away
[12:35] * TDog (~chatzilla@65.129.151.229) Quit (Ping timeout: 240 seconds)
[12:39] * teran_ (~teran@91.218.144.129) has joined #raspbian
[12:40] * trisi_ (~trisi@66-230-102-165-rb1.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[12:41] * trisi (~trisi@69-161-7-179-rb2.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[12:42] * trisi (~trisi@216-67-49-76-rb1.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[12:43] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[12:45] * trisi_ (~trisi@66-230-102-165-rb1.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[12:45] * stuartf (~stuart@99-172-127-115.lightspeed.tukrga.sbcglobal.net) Quit (Disconnected by services)
[12:46] * trisi_ (~trisi@63-140-76-132-rb3.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[12:48] * trisi (~trisi@216-67-49-76-rb1.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[12:48] * trisi_ is now known as trisi
[12:48] * teran_ (~teran@91.218.144.129) Quit (Remote host closed the connection)
[12:48] * Fogest (Fogest@2604:180::1458:e4e6) Quit (*.net *.split)
[12:48] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[12:50] * trisi_ (~trisi@216-67-63-51-rb3.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[12:52] * trisi (~trisi@63-140-76-132-rb3.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[12:52] * trisi_ is now known as trisi
[12:55] * Fogest (Fogest@2604:180::1458:e4e6) has joined #raspbian
[12:59] * trisi_ (~trisi@209-112-223-110-rb1.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[13:01] * trisi (~trisi@216-67-63-51-rb3.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[13:02] * teran_ (~teran@91.218.144.129) has joined #raspbian
[13:03] * trisi (~trisi@69-161-3-210-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[13:03] * trisi_ (~trisi@209-112-223-110-rb1.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[13:04] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[13:05] * trisi_ (~trisi@216-67-46-159-rb1.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[13:08] * trisi (~trisi@69-161-3-210-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[13:08] * trisi (~trisi@209-112-132-25.dynamic.dsl.acsalaska.net) has joined #raspbian
[13:11] * trisi- (~trisi@63-140-102-52.dynamic.dsl.acsalaska.net) has joined #raspbian
[13:11] * trisi_ (~trisi@216-67-46-159-rb1.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[13:12] * teran_ (~teran@91.218.144.129) Quit ()
[13:13] * teran (~teran@91.218.144.129) has joined #raspbian
[13:13] <D1390> I've just learned wpa (specially when using wpa_gui) doesn't tell you are wrong when your set up mixes wpa2 with tkip... it just fails, makes the scanned networks dissappear from the window and if you exit and try later not even wlan0 appears anymore... i've been forced to unplug and plug the dongle several times till I discovered my own configuration mistake
[13:14] * mike_t (~mike@pluto.dd.vaz.ru) Quit (Remote host closed the connection)
[13:14] * trisi (~trisi@209-112-132-25.dynamic.dsl.acsalaska.net) Quit (Ping timeout: 250 seconds)
[13:14] * trisi- is now known as trisi
[13:14] <D1390> note to myself: don't mix wpa with wpa2
[13:15] * SirLagz_ is now known as SirLagz
[13:21] * trisi_ (~trisi@69-161-4-249-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[13:24] * trisi (~trisi@63-140-102-52.dynamic.dsl.acsalaska.net) Quit (Ping timeout: 250 seconds)
[13:24] * trisi_ is now known as trisi
[13:24] * drwhom (~drwhom@hulk.soic.indiana.edu) has joined #raspbian
[13:29] <D1390> how do i tell wpa to change the default route after setting up an interface?
[13:31] <SirLagz> D1390: why do you want to change the default route ?
[13:36] <D1390> i have 3g dongle (ppp0) as default but when finding my WLAN (wlan0) I'd like the raspbian to grab it and change the default gateway route
[13:36] <D1390> to save data fees
[13:38] <SirLagz> D1390: you'd be better off getting it to disconnect ppp0 when wlan0 is connected
[13:38] <SirLagz> D1390: you could do that with a post-up line in wlan0 in /etc/network/interfaces
[13:39] <SirLagz> D1390: and then a post-down line for wlan0 could also bring ppp0 back up
[13:39] <D1390> will that work even if the wlan is configured by wpa-supplicant
[13:39] <D1390> ??
[13:40] <SirLagz> D1390: when you say configured by wpa-supplicant, do you mean you have the configuration in /etc/wpa_supplicant.conf (for example) ?
[13:41] <D1390> yes /etc/wpa_suplicant/wpa_supplicant.com
[13:41] <D1390> you know
[13:41] <SirLagz> D1390: I assume it would still work. Only one way to find out :D
[13:42] <D1390> hack...hack... hack!!!
[13:42] <D1390> thx
[13:42] <SirLagz> no problems
[13:57] * cyber37 (~cyber37@43.221.91.92.rev.sfr.net) has joined #raspbian
[13:57] * lvispy (~luiz@179-125-129-211.desktop.com.br) has joined #raspbian
[13:58] <cyber37> Hi guy's, i have a .Jar file (java compilated) and i want to open it from raspian in "graphic mode.." my app is on the desktop but when i open the app it open it with a files manager
[13:58] <cyber37> I want to open it with sun JAVA machine
[13:59] <cyber37> but it's not here when a do right click "open with" but i think it is installed
[13:59] <cyber37> sudo apt-get install oracle-java7-jdk
[14:01] * mdorenka (~mdorenka@x2f6a830.dyn.telefonica.de) Quit (Ping timeout: 252 seconds)
[14:01] * mdorenka- (~mdorenka@x2f64ada.dyn.telefonica.de) has joined #raspbian
[14:01] * mdorenka- is now known as mdorenka
[14:10] * clonak_ (clonak@dal0.bnc.im) Quit (Ping timeout: 250 seconds)
[14:12] * mcnoche (~Thunderbi@205-168-220-129.dia.static.qwest.net) has joined #raspbian
[14:15] * twolife is now known as twolife`
[14:15] * PJimiPad (~pjimipad@184.151.231.64) has joined #raspbian
[14:19] <cyber37> ok it's done i arrive by making a manual link
[14:21] * WishBoy- (~WishBoy@6csslist.com) has joined #raspbian
[14:24] * WishBoy (~WishBoy@6csslist.com) Quit (Ping timeout: 264 seconds)
[14:28] * WishBoy- (~WishBoy@6csslist.com) Quit (Remote host closed the connection)
[14:28] * WishBoy (~WishBoy@6csslist.com) has joined #raspbian
[14:31] * teran (~teran@91.218.144.129) Quit (Remote host closed the connection)
[14:32] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) has joined #raspbian
[14:33] * WishBoy (~WishBoy@6csslist.com) Quit (Remote host closed the connection)
[14:33] * vravn (~vravn@syn.rook.sx) Quit (Ping timeout: 240 seconds)
[14:33] * teran_ (~teran@91.218.144.129) has joined #raspbian
[14:34] * WishBoy (~WishBoy@203.20.55.59) has joined #raspbian
[14:37] * vravn (~vravn@syn.rook.sx) has joined #raspbian
[14:37] * teran (~teran@broadband-109-173-63-9.nationalcablenetworks.ru) Quit (Ping timeout: 252 seconds)
[14:38] * mike_t (~mike@5850-AMTS-1-139.dialup.samtel.ru) has joined #raspbian
[14:38] * teran_ (~teran@91.218.144.129) Quit (Client Quit)
[14:38] * teran (~teran@91.218.144.129) has joined #raspbian
[14:40] * AZTech (~chatzilla@65.129.151.229) Quit (Read error: Connection reset by peer)
[14:40] * AZTech (~chatzilla@65.129.151.229) has joined #raspbian
[14:46] * manuscle (~manuscle@aqu33-4-82-233-55-206.fbx.proxad.net) Quit (Quit: Ex-Chat)
[14:46] * PJimiPad (~pjimipad@184.151.231.64) Quit (Quit: Colloquy for iPad - http://colloquy.mobi)
[14:49] * trisi_ (~trisi@63-140-86-186.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[14:49] * sqrrl (~mj@unaffiliated/squirrel) Quit (Ping timeout: 250 seconds)
[14:51] * trisi (~trisi@69-161-4-249-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[14:51] * trisi_ is now known as trisi
[14:56] * trisi_ (~trisi@209-112-214-114-rb1.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[14:57] * jakllsch_ is now known as jakllsch
[14:58] * TDog (~chatzilla@174-30-168-129.tcso.qwest.net) has joined #raspbian
[14:59] * trisi (~trisi@63-140-86-186.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[14:59] * trisi_ is now known as trisi
[15:02] * SpicyShibe (~DB@c-50-189-2-143.hsd1.nh.comcast.net) Quit (Ping timeout: 240 seconds)
[15:04] * AZTech (~chatzilla@65.129.151.229) Quit (Read error: Connection reset by peer)
[15:04] * DaQatz (~DB@c-50-189-2-143.hsd1.nh.comcast.net) has joined #raspbian
[15:04] * lazy_prince (~killer_pr@122.171.111.39) has joined #raspbian
[15:04] * lazy_prince is now known as killer_prince
[15:04] * AZTech (~chatzilla@65.129.151.229) has joined #raspbian
[15:06] * DaQatz is now known as SpicyShibe
[15:09] * cyber37 (~cyber37@43.221.91.92.rev.sfr.net) Quit (Quit: Lost terminal)
[15:10] * D1390 (~d1390@248.Red-81-47-179.staticIP.rima-tde.net) Quit (Quit: Saliendo)
[15:10] * outofbounds_ is now known as outofbounds
[15:12] * trisi_ (~trisi@216-67-30-157-rb2.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[15:12] * clonak_ (clonak@dal0.bnc.im) has joined #raspbian
[15:13] * echopleks (~echopleks@69.172.145.236) has joined #raspbian
[15:15] * trisi (~trisi@209-112-214-114-rb1.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[15:17] * trisi (~trisi@63-140-82-18.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[15:17] * TDog_ (~chatzilla@174-30-168-129.tcso.qwest.net) has joined #raspbian
[15:18] * trisi_ (~trisi@216-67-30-157-rb2.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[15:18] * TDog (~chatzilla@174-30-168-129.tcso.qwest.net) Quit (Ping timeout: 240 seconds)
[15:18] * TDog_ is now known as TDog
[15:22] * trisi_ (~trisi@216-67-5-95-rb2.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[15:22] * lvispy (~luiz@179-125-129-211.desktop.com.br) Quit ()
[15:22] * azeam (~azeam@unaffiliated/azeam) Quit (Ping timeout: 252 seconds)
[15:23] * echopleks (~echopleks@69.172.145.236) Quit (Ping timeout: 264 seconds)
[15:23] * trisi (~trisi@63-140-82-18.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[15:23] * trisi_ is now known as trisi
[15:29] * [SkG] (~Esqueje@62.83.47.190.dyn.user.ono.com) has joined #raspbian
[15:29] * [SkG] (~Esqueje@62.83.47.190.dyn.user.ono.com) Quit (Changing host)
[15:29] * [SkG] (~Esqueje@unaffiliated/skg/x-897332) has joined #raspbian
[15:32] * h41 (~h41@g230136243.adsl.alicedsl.de) Quit (Remote host closed the connection)
[15:35] * mike_t (~mike@5850-AMTS-1-139.dialup.samtel.ru) Quit (Ping timeout: 265 seconds)
[15:35] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[15:35] * ChanServ sets mode +o vagrantc
[15:37] * azeam (~azeam@unaffiliated/azeam) has joined #raspbian
[15:40] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[15:42] * Jonno_ (~jon@c-661ce353.028-32-6c6b7010.cust.bredbandsbolaget.se) has joined #raspbian
[15:42] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Read error: Operation timed out)
[15:48] * mike_t (~mike@5850-AMTS-1-139.dialup.samtel.ru) has joined #raspbian
[15:52] * zGrr (~G@178.180.239.80.nat.umts.dynamic.t-mobile.pl) Quit (Remote host closed the connection)
[15:53] * rela (~x@pdpc/supporter/active/rela) Quit (Quit: Leaving)
[15:54] * teran (~teran@91.218.144.129) Quit (Remote host closed the connection)
[15:54] * teran (~teran@91.218.144.129) has joined #raspbian
[15:58] * teran (~teran@91.218.144.129) Quit (Ping timeout: 240 seconds)
[16:01] * trisi_ (~trisi@63-140-90-210.dynamic.dsl.acsalaska.net) has joined #raspbian
[16:04] * trisi (~trisi@216-67-5-95-rb2.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[16:04] * trisi_ is now known as trisi
[16:06] * SpicyShibe (~DB@c-50-189-2-143.hsd1.nh.comcast.net) Quit (Ping timeout: 240 seconds)
[16:06] * trisi_ (~trisi@66-230-103-84-rb1.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[16:09] <diederik> Hi! It looks like the raspberrypi-bootloader-nokernel package is not part of the jessie suite. Anyone knows why?
[16:09] * trisi (~trisi@63-140-90-210.dynamic.dsl.acsalaska.net) Quit (Ping timeout: 250 seconds)
[16:09] * trisi_ is now known as trisi
[16:13] <diederik> scratch that, it is.
[16:13] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[16:16] * Googy (~Gooogy@31-19-202-246-dynip.superkabel.de) has joined #raspbian
[16:23] * DaQatz (~DB@c-50-189-2-143.hsd1.nh.comcast.net) has joined #raspbian
[16:23] * kradenn (~kradenn@pool-108-11-34-134.atclnj.east.verizon.net) Quit (Quit: Leaving)
[16:24] * trisi_ (~trisi@216-67-10-134-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[16:25] * DaQatz is now known as SpicySHube
[16:25] * SpicySHube is now known as SpicyShibe
[16:26] * trisi (~trisi@66-230-103-84-rb1.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[16:26] * trisi_ is now known as trisi
[16:27] <diederik> hifi: does installation of raspberrypi-bootloader-nokernel in the cdebootstrap fase fail because it's in the firmware section of the archive (ie not main)?
[16:27] * mike_t` (~mike@95.67.213.167) has joined #raspbian
[16:27] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) has joined #raspbian
[16:29] * mike_t (~mike@5850-AMTS-1-139.dialup.samtel.ru) Quit (Ping timeout: 252 seconds)
[16:31] * trisi_ (~trisi@216-67-5-232-rb2.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[16:31] * MrVector (~Vector@host31-54-26-2.range31-54.btcentralplus.com) Quit (Quit: - nbs-irc 2.39 - www.nbs-irc.net -)
[16:33] * trisi (~trisi@216-67-10-134-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[16:33] * trisi_ is now known as trisi
[16:34] * gniourf (~gniourf@pdm-l03.insa-lyon.fr) Quit (Quit: Leaving)
[16:36] * WishBoy- (~WishBoy@203.20.55.59) has joined #raspbian
[16:37] * lvispy (~luiz@179-125-129-211.desktop.com.br) has joined #raspbian
[16:37] * trisi_ (~trisi@63-140-101-215.dynamic.dsl.acsalaska.net) has joined #raspbian
[16:37] * WishBoy (~WishBoy@203.20.55.59) Quit (Ping timeout: 240 seconds)
[16:40] * trisi (~trisi@216-67-5-232-rb2.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[16:40] * trisi_ is now known as trisi
[16:42] * Marchal (~Marchal@shell.franken.de) Quit (Ping timeout: 250 seconds)
[16:42] <hifi> diederik: yes
[16:43] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) Quit (Ping timeout: 250 seconds)
[16:43] <hifi> diederik: you could try installing it after chrooting into the installed system
[16:43] <diederik> ok, thanks. Should be do-able :-)
[16:54] * trisi_ (~trisi@63-140-83-238.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[16:56] * trisi (~trisi@63-140-101-215.dynamic.dsl.acsalaska.net) Quit (Ping timeout: 250 seconds)
[16:56] * trisi_ is now known as trisi
[17:00] * mike_t` is now known as mike_t
[17:02] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[17:04] * AZTech (~chatzilla@65.129.151.229) Quit (Read error: Connection reset by peer)
[17:04] * AZTech (~chatzilla@65.129.151.229) has joined #raspbian
[17:05] * trisi_ (~trisi@209-112-215-39-rb1.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[17:07] * trisi (~trisi@63-140-83-238.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[17:09] * trisi (~trisi@216-67-38-212-rb3.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[17:09] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) has joined #raspbian
[17:11] * mr-jack (~mr-jack@unaffiliated/mr-jack) has joined #raspbian
[17:11] * trisi- (~trisi@69-161-16-85-rb2.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[17:11] * trisi_ (~trisi@209-112-215-39-rb1.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[17:12] * taza (~zap@unaffiliated/taza) has joined #raspbian
[17:14] * trisi_ (~trisi@63.140.80.128) has joined #raspbian
[17:14] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) Quit (Ping timeout: 252 seconds)
[17:14] * trisi (~trisi@216-67-38-212-rb3.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[17:14] * trisi_ is now known as trisi
[17:16] * karimb (~kboumedhe@87.pool85-52-16.dynamic.orange.es) Quit (Quit: Leaving)
[17:16] * trisi- (~trisi@69-161-16-85-rb2.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[17:17] * lvispy (~luiz@179-125-129-211.desktop.com.br) Quit (Ping timeout: 240 seconds)
[17:18] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[17:22] * Marchal (~Marchal@shell.franken.de) has joined #raspbian
[17:24] * trisi_ (~trisi@216-67-49-251-rb1.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[17:24] <diederik> and done \o/
[17:25] * PJimiPad (~pjimipad@184.151.231.235) has joined #raspbian
[17:26] * trisi (~trisi@63.140.80.128) Quit (Ping timeout: 250 seconds)
[17:26] * trisi_ is now known as trisi
[17:35] * SpicyShibe (~DB@c-50-189-2-143.hsd1.nh.comcast.net) Quit (Ping timeout: 255 seconds)
[17:44] * lvispy (~luiz@177.131.93.225) has joined #raspbian
[17:48] * PJimiPad (~pjimipad@184.151.231.235) Quit (Quit: Colloquy for iPad - http://colloquy.mobi)
[17:51] * FR^2 (~frquadrat@farsquare.de) Quit (Quit: Connection reset by peer)
[17:51] * mike_t (~mike@95.67.213.167) Quit (Remote host closed the connection)
[18:06] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) has joined #raspbian
[18:06] * lvispy (~luiz@177.131.93.225) Quit (Read error: Connection reset by peer)
[18:07] * lvispy (~luiz@177.131.93.225) has joined #raspbian
[18:15] * PasNox (~pasnox@c3m33-1-88-182-25-179.fbx.proxad.net) has joined #raspbian
[18:22] * DaQatz_ (~DB@c-50-189-2-143.hsd1.nh.comcast.net) has joined #raspbian
[18:26] * DaQatz_ (~DB@c-50-189-2-143.hsd1.nh.comcast.net) Quit (Client Quit)
[18:26] * DaQatz (~DB@c-50-189-2-143.hsd1.nh.comcast.net) has joined #raspbian
[18:31] * trisi_ (~trisi@216-67-52-63-rb1.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[18:33] * trisi (~trisi@216-67-49-251-rb1.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[18:33] * trisi_ is now known as trisi
[18:38] * trisi (~trisi@216-67-52-63-rb1.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[18:39] * husker (~Icedove@2a02:1810:9212:1e00:213:e8ff:fe9c:4787) has joined #raspbian
[18:40] * trisi (~trisi@63-140-104-199.dynamic.dsl.acsalaska.net) has joined #raspbian
[18:42] * ColdKeyboard (~coldkeybo@adsl-165-191-210.teol.net) has joined #raspbian
[18:42] * husker (~Icedove@2a02:1810:9212:1e00:213:e8ff:fe9c:4787) Quit (Client Quit)
[18:44] * trisi_ (~trisi@216-67-29-19-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[18:44] * trisi (~trisi@63-140-104-199.dynamic.dsl.acsalaska.net) Quit (Ping timeout: 250 seconds)
[18:45] * trisi_ is now known as trisi
[18:45] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) Quit (Ping timeout: 250 seconds)
[18:50] * ColdKeyboard (~coldkeybo@adsl-165-191-210.teol.net) Quit ()
[18:52] * trisi_ (~trisi@216-67-120-102.dynamic.cdma.acsalaska.net) has joined #raspbian
[18:54] * trisi- (~trisi@209-112-136-82-rb1.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[18:55] * trisi (~trisi@216-67-29-19-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[18:56] * trisi_ (~trisi@216-67-120-102.dynamic.cdma.acsalaska.net) Quit (Ping timeout: 250 seconds)
[18:56] * trisi (~trisi@209-112-146-76-rb2.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[18:59] * trisi- (~trisi@209-112-136-82-rb1.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[18:59] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[19:00] * trisi_ (~trisi@74-124-97-101.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[19:01] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:03] * trisi (~trisi@209-112-146-76-rb2.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[19:04] * trisi (~trisi@66-230-105-66-rb1.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[19:06] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) Quit (Client Quit)
[19:06] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:06] * trisi_ (~trisi@74-124-97-101.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[19:09] * trisi_ (~trisi@216-67-43-253-rb1.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[19:12] * trisi (~trisi@66-230-105-66-rb1.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[19:12] * trisi_ is now known as trisi
[19:14] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) has joined #raspbian
[19:14] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[19:15] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) has joined #raspbian
[19:16] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:19] * Fusing4 (~fusing@144.245.76.86.rev.sfr.net) has joined #raspbian
[19:19] * Fusing3 (~fusing@144.245.76.86.rev.sfr.net) Quit (Ping timeout: 255 seconds)
[19:20] * lvispy (~luiz@177.131.93.225) Quit (Read error: Connection reset by peer)
[19:20] * sam (~sam@poulet.zoy.org) Quit (Ping timeout: 240 seconds)
[19:27] * sam (~sam@poulet.zoy.org) has joined #raspbian
[19:36] * trisi_ (~trisi@209-112-136-48-rb1.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[19:36] * frank1e (~frank1e@unaffiliated/frank1e) has joined #raspbian
[19:37] * trisi (~trisi@216-67-43-253-rb1.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[19:37] * trisi_ is now known as trisi
[19:48] * trisi_ (~trisi@209-193-29-227-rb2.fai.dsl.dynamic.acsalaska.net) has joined #raspbian
[19:49] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) Quit (Remote host closed the connection)
[19:51] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[19:51] * trisi (~trisi@209-112-136-48-rb1.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[19:51] * trisi_ is now known as trisi
[19:56] * clonak_ (clonak@dal0.bnc.im) Quit (Ping timeout: 265 seconds)
[20:00] * AZTech (~chatzilla@65.129.151.229) Quit (Max SendQ exceeded)
[20:04] * dbrgn (~danilo@v22011081724612999.yourvserver.net) Quit (Ping timeout: 240 seconds)
[20:05] * dbrgn (~danilo@v22011081724612999.yourvserver.net) has joined #raspbian
[20:07] * trisi_ (~trisi@69-161-4-248-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[20:09] * AZTech (~chatzilla@65.129.151.229) has joined #raspbian
[20:10] * trisi (~trisi@209-193-29-227-rb2.fai.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[20:10] * trisi_ is now known as trisi
[20:14] * Edler (~textual@206.248.136.218) Quit (Ping timeout: 250 seconds)
[20:17] * hrebicek (~hrebicek_@201.173.broadband6.iol.cz) Quit (Ping timeout: 245 seconds)
[20:17] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) Quit (Remote host closed the connection)
[20:18] * WishBoy (~WishBoy@6csslist.com) has joined #raspbian
[20:18] * WishBoy- (~WishBoy@203.20.55.59) Quit (Read error: Connection reset by peer)
[20:20] * Fusing4 (~fusing@144.245.76.86.rev.sfr.net) Quit (Quit: Nettalk6 - www.ntalk.de)
[20:24] * TDog (~chatzilla@174-30-168-129.tcso.qwest.net) Quit (Ping timeout: 240 seconds)
[20:25] * ppq (~ppq@unaffiliated/ppq) Quit (Quit: Leaving)
[20:25] * mr-jack (~mr-jack@unaffiliated/mr-jack) Quit (Quit: ...)
[20:25] * PasNox (~pasnox@c3m33-1-88-182-25-179.fbx.proxad.net) Quit (Quit: Leaving - Cross platform IDE http://monkeystudio.org)
[20:26] * OutOfLine (~user@82-220-74-91.dslplus.solnet.ch) Quit (Ping timeout: 250 seconds)
[20:28] * mcnoche (~Thunderbi@205-168-220-129.dia.static.qwest.net) Quit (Quit: mcnoche)
[20:28] * YoY_ (~YoY@25.142.16.93.rev.sfr.net) has joined #raspbian
[20:30] * _yoy_ (~YoY@95.142.16.93.rev.sfr.net) Quit (Ping timeout: 245 seconds)
[20:30] * hrebicek (~hrebicek_@201.173.broadband6.iol.cz) has joined #raspbian
[20:35] * frank1e (~frank1e@unaffiliated/frank1e) Quit (Read error: No route to host)
[20:35] * mcnoche (~Thunderbi@205-168-220-129.dia.static.qwest.net) has joined #raspbian
[20:36] * frank1e (~frank1e@unaffiliated/frank1e) has joined #raspbian
[20:40] * mcnoche (~Thunderbi@205-168-220-129.dia.static.qwest.net) Quit (Client Quit)
[20:41] * rosapoP (~none@213-65-0-114-no185.business.telia.com) Quit (Quit: Leaving)
[20:47] * clonak_ (clonak@dal0.bnc.im) has joined #raspbian
[20:47] * aZz7eCh (~aZz7eCh@unaffiliated/azz7ech) Quit (Ping timeout: 252 seconds)
[21:05] * jens (~jdsrv@mumble.jdsrv.de) has joined #raspbian
[21:06] * jens is now known as Guest64447
[21:06] * arch__ (arch@l3.fi) Quit (Ping timeout: 240 seconds)
[21:07] * Guest83193 (~jdsrv@mumble.jdsrv.de) Quit (Ping timeout: 276 seconds)
[21:08] * arch_ (arch@l3.fi) has joined #raspbian
[21:10] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) Quit (Ping timeout: 272 seconds)
[21:10] * m4rsh (~quassel@p5DCD2F1E.dip0.t-ipconnect.de) has joined #raspbian
[21:14] * KillYourTV (~kytv@gateway/tor-sasl/killyourtv) has joined #raspbian
[21:16] * azeam (~azeam@unaffiliated/azeam) Quit (Ping timeout: 250 seconds)
[21:20] * lvispy (~luiz@177.131.93.225) has joined #raspbian
[21:22] * m4rsh (~quassel@p5DCD2F1E.dip0.t-ipconnect.de) has left #raspbian
[21:25] * azeam (~azeam@unaffiliated/azeam) has joined #raspbian
[21:29] * lvispy (~luiz@177.131.93.225) Quit ()
[21:32] * frank1e_ (~frank1e@95-91-223-97-dynip.superkabel.de) has joined #raspbian
[21:34] * frank1e (~frank1e@unaffiliated/frank1e) Quit (Ping timeout: 265 seconds)
[21:38] * lvispy (~luiz@177.131.93.225) has joined #raspbian
[21:43] * [SkG] (~Esqueje@unaffiliated/skg/x-897332) Quit (Remote host closed the connection)
[21:45] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[21:52] * stuartf (~stuart@99-172-127-115.lightspeed.tukrga.sbcglobal.net) has joined #raspbian
[21:52] * ColdKeyboard (~coldkeybo@adsl-165-191-210.teol.net) has joined #raspbian
[21:55] * bolt (~r00t@unaffiliated/bolt) Quit (Quit: telnet irc.freenode.net 6667)
[21:57] * bolt (~r00t@unaffiliated/bolt) has joined #raspbian
[21:58] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[22:01] * frank1e_ (~frank1e@95-91-223-97-dynip.superkabel.de) Quit (Quit: In Free Lunch We Trust.)
[22:01] * frank1e (~frank1e@unaffiliated/frank1e) has joined #raspbian
[22:15] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Read error: Connection reset by peer)
[22:16] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[22:19] * BManojlovic (~steki@cable-94-189-161-190.dynamic.sbb.rs) has joined #raspbian
[22:19] * BManojlovic (~steki@cable-94-189-161-190.dynamic.sbb.rs) Quit (Changing host)
[22:19] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[22:22] * jpg__ (jpg_@gateway/shell/elitebnc/x-qrsrzmafzrkljmjn) Quit (Remote host closed the connection)
[22:22] * zz_Kymru (Elite8681@gateway/shell/elitebnc/x-qnytuengrfruyogr) Quit (Remote host closed the connection)
[22:23] * trisi_ (~trisi@69-161-4-224-rb2.sol.dsl.dynamic.acsalaska.net) has joined #raspbian
[22:26] * trisi- (~trisi@66-230-110-133-rb1.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[22:26] * trisi (~trisi@69-161-4-248-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[22:27] * trisi- is now known as trisi
[22:28] * trisi_ (~trisi@69-161-4-224-rb2.sol.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 250 seconds)
[22:29] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[22:31] * pbn (pbn@wopr.geekshells.org) has joined #raspbian
[22:42] * diederik (~diederik@f191104.upc-f.chello.nl) Quit (Quit: Konversation terminated!)
[23:01] * parallel21 (~paralle21@162.243.212.98) has left #raspbian
[23:02] * atouk (~kvirc@ool-4575268a.dyn.optonline.net) Quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[23:02] * parallel21 (~paralle21@162.243.212.98) has joined #raspbian
[23:03] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Quit: bye lol)
[23:06] * parallel21 (~paralle21@162.243.212.98) Quit (Quit: Quitting ...)
[23:07] * parallel21 (~paralle21@162.243.212.98) has joined #raspbian
[23:11] * frank1e (~frank1e@unaffiliated/frank1e) Quit (Quit: In Free Lunch We Trust.)
[23:26] * M3mphiZ (~quassel@81.92.166.228) Quit (Remote host closed the connection)
[23:27] * hsp (~hsp@37-4-182-52-dynip.superkabel.de) Quit (Ping timeout: 252 seconds)
[23:30] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) has joined #raspbian
[23:33] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Read error: Operation timed out)
[23:35] * teran (~teran@broadband-5-228-37-65.nationalcablenetworks.ru) Quit (Ping timeout: 276 seconds)
[23:37] * PJimiPad (~pjimipad@184.151.178.226) has joined #raspbian
[23:40] * hsp (~hsp@37-4-182-52-dynip.superkabel.de) has joined #raspbian
[23:51] * DaQatz (~DB@c-50-189-2-143.hsd1.nh.comcast.net) Quit (Remote host closed the connection)
[23:58] * inch (mijutu@ellipsis.fi) Quit (Ping timeout: 252 seconds)

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