#raspbian IRC Log

Index

IRC Log for 2013-09-18

Timestamps are in GMT/BST.

[0:00] <gnarface> does the host machine have a route back to the clients?
[0:02] <mist__> i'm assuming so since i can ping the entire server net
[0:02] <mist__> and if i ping from the server net the traffic goes all the way to the client but doesn't come back
[0:03] <gnarface> did you look at the routes on the client before and after connecting?
[0:03] <mist__> also the route error doesn't seem to be an issue, for some reason it runs the same command twice and thats why it showed the error
[0:03] <mist__> only after connecting i think
[0:04] <mist__> the routes look good
[0:04] <gnarface> so you're trying to ping a client from the host and can't
[0:04] <gnarface> ?
[0:04] <gnarface> maybe i don't actually understand your problem because so far you've described everything as working to me
[0:05] <gnarface> i'm not clear on what exactly you think you should be able to ping that isn't pinging
[0:05] <mist__> i do not get a response when i ping the client from the server net
[0:05] <gnarface> right
[0:05] <gnarface> you wouldn't be expected to
[0:05] <mist__> hmkay
[0:06] <gnarface> you wouldn't be expected to be able to connect to a client from the server net at all unless the client was bridged
[0:06] <gnarface> or you'd done extra iptables configuration
[0:06] <gnarface> because the clients are all in a NAT
[0:06] <mist__> what about computers in the client net, shouldn't they be able to ping the server net?
[0:06] <gnarface> i thought you *JUST* said they could
[0:07] <gnarface> do you know what a NAT is?
[0:07] <mist__> ah no, sorry. the server net can't ping the client net. the client can ping the server net. the client net cannot ping the server net
[0:07] <gnarface> you told me earlier you didn't set up the openvpn server in bridged mode. nothing i've told you so far is accurate for a bridged vpn
[0:08] <gnarface> but if you'd actually read the howto, you would be aware of whether you were using a bridged mode vpn or not for sure
[0:08] <mist__> Including multiple machines on the client side when using a routed VPN (dev tun)
[0:08] <mist__> this is what i'm reading from the howto
[0:08] <gnarface> this statement makes sense: ah no, sorry. the server net can't ping the client net. the client can ping the server net.
[0:08] <mist__> its not a bridged net
[0:08] <gnarface> this statement does not make sense, and directly countradicts the first statment: the client net cannot ping the server net
[0:09] <gnarface> AH
[0:09] <gnarface> ok so that's an important difference
[0:09] <gnarface> the openvpn CLIENT has no control over the routes of the other machines on its LAN
[0:10] <mist__> yeah i've added routes manually on the hosts on the clients lan
[0:12] <mist__> sorry that i can't explain this better =( i do appreciate the help though
[0:16] <gnarface> did you read that whole section?
[0:16] <gnarface> The last step, and one that is often forgotten, is to add a route to the server's LAN gateway which directs 192.168.4.0/24 to the OpenVPN server box (you won't need this if the OpenVPN server box is the gateway for the server LAN). Suppose you were missing this step and you tried to ping a machine (not the OpenVPN server itself) on the server LAN from 192.168.4.8? The outgoing ping would probably reach the machine, but
[0:16] <gnarface> then it wouldn't know how to route the ping reply, because it would have no idea how to reach 192.168.4.0/24. The rule of thumb to use is that when routing entire LANs through the VPN (when the VPN server is not the same machine as the LAN gateway), make sure that the gateway for the LAN routes all VPN subnets to the VPN server machine.
[0:17] <gnarface> you're sure you did this?
[0:17] <gnarface> the client lan gateway will also need a route added, i think
[0:17] <gnarface> i don't think you should have to add it to each host on the client lan manually
[0:18] <mist__> gnarface: unfortunately i do not have cli/root access to the router. which is why this is such a hassle =(
[0:19] <gnarface> mist__: you may not actually be able to *succeed* at this without administrative control over both routers
[0:19] <mist__> i did some further digging, seems the icmp packet goes from the client net host, to the ovpn client, the packet is seen leaving the tun0 inteface. BUT it is not seen by the server interface. i can see the packet coming if i check the external interface though =/
[0:19] * matus (~matus@188-167-184-52.dynamic.chello.sk) Quit (Quit: Leaving)
[0:20] <mist__> if push comes to shove i'll dump the router firmware via JTAG and crack open the squashfs partition but seriosuly, so much work =(
[0:24] * Natch (~Natch@c-cdcee155.25-4-64736c10.cust.bredbandsbolaget.se) has joined #raspbian
[0:25] <mist__> nvm i'll just do ipsec with racoon instead
[0:29] <gnarface> mist__: good luck...
[0:43] <mist__> aaand:~ root# ping 10.7.1.1
[0:43] <mist__> PING 10.7.1.1 (10.7.1.1): 56 data bytes
[0:43] <mist__> 64 bytes from 10.7.1.1: icmp_seq=0 ttl=62 time=24.802 ms
[0:43] <mist__> yay =D
[0:44] * topcyde (~topcyde@adsl-64-218-114-206.dsl.amrltx.swbell.net) has joined #raspbian
[0:44] <gnarface> heh
[0:45] <gnarface> is that with ipsec and raccoon? i think i just spotted the problem with your openvpn configuration...
[0:50] <mist__> yeah gnarface =) what was the issue with my openvpn?
[0:51] <gnarface> 10.7.0.0
[0:51] <gnarface> 10.7.1.1
[0:51] <mist__> its /16
[0:51] <gnarface> ah
[0:52] <gnarface> nevermind
[0:52] <mist__> =)
[0:52] * passstab (~coplon@c-68-80-38-97.hsd1.pa.comcast.net) has joined #raspbian
[0:54] <mist__> not sure what kind of performance i will be getting out of this though. That was maily the reason why i wanted openvpn. it seemed lighter
[0:55] <gnarface> well i think your approach to openvpn was flawed
[0:55] <gnarface> on a number of levels
[0:55] <mist__> probaby
[0:56] <mist__> like i started out with. I'm a openvpn noob and most likely i should have used bridge
[0:56] <gnarface> well its important to note that you *do* have to read the WHOLE howto even if you're only using one setup
[0:57] <gnarface> and you might benefit from reading it repeatedly
[0:58] <gnarface> its also important to note that when you're new to openvpn its very helpful to turn log verbosity to max and actually tail the logs on the client and server sides at once (in separate terminal windows) starting immediately after a clean boot,
[0:58] <gnarface> so that you can watch what open vpn actually *does*
[0:58] * tinti (~tinti@pdpc/supporter/student/tinti) Quit (Ping timeout: 276 seconds)
[0:58] <gnarface> then it will make it easier to see what you need to change
[0:59] * tinti (~tinti@pdpc/supporter/student/tinti) has joined #raspbian
[1:00] <gnarface> there *are* a couple of the finer points of its behavior that aren't really clearly stated in the config
[1:00] <gnarface> its better to actually pay attention to what it does
[1:00] <gnarface> check routes 1) after a clean boot 2) before starting openvpn 3) after successful/failed connection attempt
[1:01] <gnarface> bridged mode *is* easier
[1:02] <gnarface> the primary confusion with routed mode is the weird way you have to nest NATs and ... then it points one backwards and runs point-to-point connections through it, so the client ip addresses aren't even the same on either end of the tunnel
[1:03] <gnarface> but routed mode is a lot more flexible ...
[1:05] * plugwash (~plugwash@94.6.24.111) Quit (Remote host closed the connection)
[1:13] * Syliss (~Home@dpncorp1.digitalpath.net) Quit (Quit: Syliss)
[1:21] * Broken_Biscuit (~Oliver@94-192-128-116.zone6.bethere.co.uk) Quit (Read error: Connection reset by peer)
[1:22] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[1:23] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[1:41] <mist__> gnarface: i'm gonna give it another good try, probably not tonight but definately the coming days
[1:43] <mist__> i guess i'll have to look through the documentation a bit more thoroughly. Since i've dealt with vpns previously in other formats i figured i had alot of the basic knowledge already. i guess i was wrong xD
[1:46] <gnarface> openvpn leaves a lot to the system
[1:46] <gnarface> and even when it does automagically do things on the system, it does them with the same system tools you'd use yourself
[1:47] <gnarface> its little more than a hyped up frontend for point-to-point ssl tunneling, but that is also what makes it so light
[1:48] <gnarface> the down side is if your router isn't also the machine running the vpn, its severely limited in its ability to abstract all this in an intuitive way
[1:49] <gnarface> additionally, if it fails to cleanly connect, or if there is some other config error, it can in many cases leave the routing stack in an unusable state that the next start attempt of openvpn will not be able to clean up for, and will summarily fail for entirely different reasons
[1:49] <gnarface> making debugging very confusing
[1:50] <mist__> well when i killed the openvpn client it seemed to clean the routing table
[1:50] <gnarface> its a bit better behaved on linux especially if you don't drop root permissions
[1:51] <gnarface> on other operating systems i think routes related to virtual interfaces don't necessarily get deleted with their interface
[1:51] <gnarface> but your situation may simply have been that you omitted the ccd configuration
[1:51] <gnarface> it mentioned making a ccd/ subdirectory for per-client configurations
[1:52] <gnarface> which in this case i think you have to do even for only the one client
[1:52] <gnarface> then to get the rest of the client network connected i think you *should* just have to add one route entry to the client network's gateway (if its not the openvpn machine)
[1:53] <gnarface> you mentioned not having admin access to the client network though
[1:53] <gnarface> does that mean you can't set a route on the client network's outbound router?
[1:55] <gnarface> i'm not sure if you actually can do this without the router's permission
[1:56] <gnarface> i've never tried setting per-host routes for that part like you describe
[1:56] <gnarface> but it seems to me that then you'd need a host route for each client on the cilent vpn gateway, wouldn't you?
[1:56] <gnarface> since it wouldn't be able to get to them through the ... real gateway...
[1:57] <gnarface> it may be easier to simply replace the client network
[1:57] <mist__> gnarface: yes, i couldn't set a default route in the gateway. real pain in the ass
[1:58] <mist__> replacing the client network was also a no-go since it is VDSL based
[2:06] <gnarface> you aren't using the same ip subnet as for the server network and the client LAN, or as for the opnvpn client virtual NAT, are you?
[2:06] <gnarface> that's another thing to watch for
[2:06] <gnarface> in routed mode, none of the subnets can overlap
[2:08] <mist__> nope
[2:09] <mist__> 10.10.0.0/16 and 10.7.0.0/16
[2:09] <mist__> 10.100.0.0/24 for the tunnel
[2:11] <mist__> right now i'm fighting with finding a way to add a static route on startup on a appletv =X not the easiest thing it seems
[2:40] * ReggieUK (ReggieUK@05444603.skybroadband.com) Quit ()
[2:47] <mist__> whoaaa it seriously took 2 hours to figure out a way to start something automatically xD
[2:50] <mist__> ok back to openvpn then xD
[3:11] * ZIPY_ (~ZIPY@dslb-188-109-019-169.pools.arcor-ip.net) has joined #raspbian
[3:11] * petersaints_ (~quassel@a79-168-91-231.cpe.netcabo.pt) has joined #raspbian
[3:12] * brainwash_ (~brainwash@unaffiliated/brainwash) has joined #raspbian
[3:13] * \\Mr_C\\ (mrc@68-186-204-95.dhcp.leds.al.charter.com) Quit (*.net *.split)
[3:13] * brainwash (~brainwash@unaffiliated/brainwash) Quit (*.net *.split)
[3:13] * ZIPY (~ZIPY@unaffiliated/zipy) Quit (*.net *.split)
[3:13] * PieterPi (~PieterPi2@195-241-208-148.ip.telfort.nl) Quit (*.net *.split)
[3:13] * joat (~joat@ip70-160-158-40.hr.hr.cox.net) Quit (*.net *.split)
[3:13] * ciborg (~uid5739@gateway/web/irccloud.com/x-cnfbmzruxtlskekv) Quit (*.net *.split)
[3:13] * Lupinedk (~lupine6@unaffiliated/lupinedk) Quit (*.net *.split)
[3:13] * petersaints (~quassel@a79-168-91-231.cpe.netcabo.pt) Quit (*.net *.split)
[3:13] * teeteewhy (~teeteewhy@no.ra.pe) Quit (*.net *.split)
[3:13] * sam (~sam@poulet.zoy.org) Quit (*.net *.split)
[3:13] * lookshe (~DaLutz@unaffiliated/lookshe) Quit (*.net *.split)
[3:13] * brainwash_ is now known as brainwash
[3:13] * teeteewhy_ (~teeteewhy@no.ra.pe) has joined #raspbian
[3:13] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) Quit (Ping timeout: 264 seconds)
[3:13] * sam (~sam@poulet.zoy.org) has joined #raspbian
[3:15] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) has joined #raspbian
[3:16] * rotorgeek (~quassel@71-33-154-232.hlrn.qwest.net) has joined #raspbian
[3:16] * joat (~joat@ip70-160-158-40.hr.hr.cox.net) has joined #raspbian
[3:17] * ciborg (uid5739@gateway/web/irccloud.com/session) has joined #raspbian
[3:17] * ciborg (uid5739@gateway/web/irccloud.com/session) Quit (Changing host)
[3:17] * ciborg (uid5739@gateway/web/irccloud.com/x-msbrxdmiiutgjtuo) has joined #raspbian
[3:17] * Lupinedk (~lupine6@unaffiliated/lupinedk) has joined #raspbian
[3:18] * lookshe (~DaLutz@ssh.fumuga.com) has joined #raspbian
[3:18] * lookshe (~DaLutz@ssh.fumuga.com) Quit (Changing host)
[3:18] * lookshe (~DaLutz@unaffiliated/lookshe) has joined #raspbian
[3:23] * idstam (~johan@c-887272d5.027-359-73746f23.cust.bredbandsbolaget.se) has joined #raspbian
[3:25] * PieterPi (~PieterPi2@195-241-208-148.ip.telfort.nl) has joined #raspbian
[3:45] * bizarro_1 (~bizarro_1@248.Red-83-49-224.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
[3:45] * n4rf (~kvirc@ks26854.kimsufi.com) Quit (Ping timeout: 256 seconds)
[3:45] * B0r3dw15dom (B0r3dw15do@2a00:1a28:1251:46:246:93:135:4) Quit (Ping timeout: 260 seconds)
[4:07] * B0r3dw15dom (B0r3dw15do@2a00:1a28:1251:46:246:93:135:4) has joined #raspbian
[4:18] * rotorgeek (~quassel@71-33-154-232.hlrn.qwest.net) Quit (Remote host closed the connection)
[4:22] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) Quit (Ping timeout: 264 seconds)
[4:24] * B0r3dw15dom (B0r3dw15do@2a00:1a28:1251:46:246:93:135:4) Quit (Ping timeout: 264 seconds)
[4:30] * mike_t (~mike@80.234.120.72) has joined #raspbian
[4:31] * edman007 (~edman007@pdpc/supporter/active/edman007) Quit (Ping timeout: 248 seconds)
[4:35] * Lupinedk is now known as lupinedk
[4:37] * passstab (~coplon@c-68-80-38-97.hsd1.pa.comcast.net) Quit (Remote host closed the connection)
[4:45] * edman007 (~edman007@pdpc/supporter/active/edman007) has joined #raspbian
[4:50] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) has joined #raspbian
[4:51] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[5:11] * kroq-gar78 (~kroq-gar7@pool-71-170-199-93.dllstx.fios.verizon.net) Quit (Ping timeout: 248 seconds)
[5:32] * lupinedk is now known as Lupinedk
[5:46] * matus (~matus@188-167-184-52.dynamic.chello.sk) has joined #raspbian
[6:09] * nullie (~nullie@2a02:6b8:0:2807:5e26:aff:fe6e:b58d) has joined #raspbian
[6:27] * PasNox (~PasNox@beg33-4-78-237-93-55.fbx.proxad.net) has joined #raspbian
[6:32] * techman2 (~glen@unaffiliated/techman2) has joined #raspbian
[6:34] * ribamar (~ribamar@177.158.157.246) Quit (Ping timeout: 245 seconds)
[6:40] * twolife` is now known as twolife
[6:41] * Natch_k (~Natch@c-cdcee155.25-4-64736c10.cust.bredbandsbolaget.se) has joined #raspbian
[6:42] * techman2 (~glen@unaffiliated/techman2) Quit (Ping timeout: 252 seconds)
[6:43] * Natch (~Natch@c-cdcee155.25-4-64736c10.cust.bredbandsbolaget.se) Quit (Ping timeout: 260 seconds)
[6:43] * Natch_k is now known as Natch
[6:47] * ribamar (~ribamar@177.134.156.252) has joined #raspbian
[6:56] * techman2 (~glen@101.166.181.32) has joined #raspbian
[7:12] * chiques (~chiques@pool-71-189-111-30.lsanca.fios.verizon.net) Quit (Quit: Leaving)
[7:24] * StathisA (~StathisA@ATHG7DM01.yr.com) has joined #raspbian
[7:25] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[7:27] * demure (U2FsdGVkX1@ma.sdf.org) Quit (Ping timeout: 245 seconds)
[7:31] * FR^2 (~frquadrat@farsquare.de) has joined #raspbian
[7:32] * edman007 (~edman007@pdpc/supporter/active/edman007) Quit (Ping timeout: 264 seconds)
[7:33] * techman2 (~glen@101.166.181.32) Quit (Ping timeout: 252 seconds)
[7:35] * paracyst (~floor@unaffiliated/paracyst) has joined #raspbian
[7:40] * demure (U2FsdGVkX1@ma.sdf.org) has joined #raspbian
[7:41] * jinie (~jinie@2a00:f10:103:201:ba27:ebff:fe3b:4af) Quit (*.net *.split)
[7:43] * jinie (~jinie@2a00:f10:103:201:ba27:ebff:fe3b:4af) has joined #raspbian
[7:45] * edman007 (~edman007@pool-71-251-9-76.nycmny.fios.verizon.net) has joined #raspbian
[7:45] * edman007 (~edman007@pool-71-251-9-76.nycmny.fios.verizon.net) Quit (Changing host)
[7:45] * edman007 (~edman007@pdpc/supporter/active/edman007) has joined #raspbian
[7:50] * makem (~no1soco@cpc2-chms5-2-0-cust595.20-1.cable.virginmedia.com) has joined #raspbian
[7:53] * blkaway is now known as blkhawk
[7:55] * larsgk (~lgk@212-60-115-150.ip.cust.zensystems.net) has joined #raspbian
[7:56] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) Quit (Ping timeout: 264 seconds)
[7:57] * th0rsten (99600c1a@gateway/web/freenode/ip.153.96.12.26) has joined #raspbian
[8:11] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) Quit (Quit: Leaving)
[8:21] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) has joined #raspbian
[8:30] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) has joined #raspbian
[8:54] * Mogwai (~mogwai@206-248-185-174.dsl.teksavvy.com) Quit (Ping timeout: 256 seconds)
[8:54] * Motogeek (~quassel@108.161.113.36) Quit (Ping timeout: 264 seconds)
[8:57] * th0rsten (99600c1a@gateway/web/freenode/ip.153.96.12.26) Quit (Ping timeout: 250 seconds)
[9:02] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) Quit (Quit: Leaving)
[9:06] * makem (~no1soco@cpc2-chms5-2-0-cust595.20-1.cable.virginmedia.com) Quit ()
[9:11] * andypiper (~andypiper@pdpc/supporter/professional/andypiper) has joined #raspbian
[9:11] * Mogwai (~mogwai@206-248-185-100.dsl.teksavvy.com) has joined #raspbian
[9:15] * brainwash (~brainwash@unaffiliated/brainwash) Quit (Ping timeout: 248 seconds)
[9:17] * brainwash (~brainwash@unaffiliated/brainwash) has joined #raspbian
[9:20] * gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net) has joined #raspbian
[9:23] * kooldavi (~schlosser@sign-4db6a6bd.pool.mediaWays.net) has joined #raspbian
[9:31] * andypiper (~andypiper@pdpc/supporter/professional/andypiper) Quit (Quit: Computer has gone to sleep.)
[10:25] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) Quit (Ping timeout: 276 seconds)
[10:33] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 260 seconds)
[10:43] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) has joined #raspbian
[10:44] * twolife is now known as twolife`
[10:48] * Diaoul (~Diaoul@APuteaux-652-1-100-185.w90-2.abo.wanadoo.fr) Quit (Ping timeout: 245 seconds)
[10:51] * quackgyver (uid11872@gateway/web/irccloud.com/x-dqhxoqozplsootjk) Quit (Disconnected by services)
[10:55] * PieterPi (~PieterPi2@195-241-208-148.ip.telfort.nl) Quit (Ping timeout: 248 seconds)
[10:56] * bizarro_1 (~bizarro_1@253.Red-88-27-93.staticIP.rima-tde.net) has joined #raspbian
[11:03] * Diaoul (~Diaoul@APuteaux-652-1-252-12.w82-124.abo.wanadoo.fr) has joined #raspbian
[11:04] * andypiper (~andypiper@pdpc/supporter/professional/andypiper) has joined #raspbian
[11:06] * StathisA (~StathisA@ATHG7DM01.yr.com) Quit ()
[11:08] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[11:09] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[11:10] * andypiper (~andypiper@pdpc/supporter/professional/andypiper) Quit (Quit: Computer has gone to sleep.)
[11:13] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[11:13] * darkbasic_ (~quassel@niko.linuxsystems.it) has joined #raspbian
[11:19] * zer0-day (~Nishikigo@unaffiliated/zer0-day) Quit (Quit: zer0-day)
[11:26] * north (~octocat@14.139.65.13) has joined #raspbian
[11:27] <north> hey all. How do I login to RPi without password and username in the first boot itself ?
[11:28] * BCMM (~BCMM@unaffiliated/bcmm) has joined #raspbian
[11:33] <nullie> you supply default username and password
[11:34] <nullie> root:hexxeh
[11:34] <nullie> root:raspbian
[11:34] <nullie> pi:raspberry
[11:35] <north> assuming I don't have a monitor I'm just running a headless Pi board even the first time
[11:35] * \\Mr_C\\ (mrc@68-186-204-95.dhcp.leds.al.charter.com) has joined #raspbian
[11:36] <north> nullie:
[11:36] <nullie> it's same for ssh login
[11:36] <nullie> pi:raspberry
[11:45] * mythos (~mythos@unaffiliated/mythos) has joined #raspbian
[11:46] * LordThumper (LordThumpe@c48-94.i07-13.onvol.net) has joined #raspbian
[11:46] <LordThumper> Hi all. What kernel branch does the current build of Raspian use?
[11:50] * Broken_Biscuit (~Oliver@94-192-128-116.zone6.bethere.co.uk) has joined #raspbian
[11:51] * PieterPi (~PieterPi2@195-241-208-148.ip.telfort.nl) has joined #raspbian
[11:53] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) has joined #raspbian
[11:55] * north1 (~octocat@14.139.65.13) has joined #raspbian
[11:55] * north (~octocat@14.139.65.13) Quit (Ping timeout: 245 seconds)
[12:04] * odonata (~bonk@unaffiliated/odonata) has joined #raspbian
[12:04] * graffi (~kvirc@212.122.223.74) has joined #raspbian
[12:05] * Motogeek (~quassel@75-119-228-84.dsl.teksavvy.com) has joined #raspbian
[12:10] <gnarface> LordThumper: an excellent question
[12:12] * kooldavi (~schlosser@sign-4db6a6bd.pool.mediaWays.net) Quit (Read error: Connection reset by peer)
[12:12] * graffi (~kvirc@212.122.223.74) Quit (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
[12:15] <LordThumper> Without an excellent answer is just another question
[12:15] <gnarface> well rpi-update currently gives me 3.6.11+ preempt
[12:16] <LordThumper> awesome, thanks
[12:16] <gnarface> a quick apt-cache search shows 3.2 and 3.6 packages in the raspbian repo though
[12:16] <gnarface> whatever the foundation's pre-installed raspbian image (from raspberrypi.org) is using, i have no idea
[12:17] <gnarface> rpi-update also comes with firmware
[12:17] <gnarface> i think the raspbian packages may ignore the fact there is firmware
[12:17] <gnarface> but i'm not sure about that
[12:18] <LordThumper> oh
[12:19] * north (~octocat@14.139.65.13) has joined #raspbian
[12:20] * north1 (~octocat@14.139.65.13) Quit (Remote host closed the connection)
[12:27] * nitdega_ (nitdega@2602:306:2421:8a41:c42:8fb6:3dcf:b21b) has joined #raspbian
[12:27] * NullMode (~quassel@unaffiliated/nullmode) has left #raspbian
[12:30] * nitdega (nitdega@2602:306:2421:8a41:c42:8fb6:3dcf:b21b) Quit (Ping timeout: 264 seconds)
[12:31] * nitdega_ (nitdega@2602:306:2421:8a41:c42:8fb6:3dcf:b21b) Quit (Ping timeout: 264 seconds)
[12:35] * north (~octocat@14.139.65.13) has left #raspbian
[12:39] * tinti_ (~tinti@201.49.230.58) has joined #raspbian
[12:39] * tinti_ (~tinti@201.49.230.58) Quit (Changing host)
[12:39] * tinti_ (~tinti@pdpc/supporter/student/tinti) has joined #raspbian
[12:43] * os2mac2 (~jim.macdo@131-239-58-66.gci.net) Quit (Ping timeout: 276 seconds)
[13:02] * cads (~m@adsl-74-160-80-249.asm.bellsouth.net) has joined #raspbian
[13:03] * hsp (~holgi@77-20-198-2-dynip.superkabel.de) has joined #raspbian
[13:04] * taza (~zap@unaffiliated/taza) has joined #raspbian
[13:14] * larsgk (~lgk@212-60-115-150.ip.cust.zensystems.net) Quit (Ping timeout: 264 seconds)
[13:18] * rotorgeek (~quassel@71-33-154-232.hlrn.qwest.net) has joined #raspbian
[13:22] * hurbert (~me@S010698fc1145956d.vc.shawcable.net) Quit (Ping timeout: 245 seconds)
[13:23] * rotorgeek (~quassel@71-33-154-232.hlrn.qwest.net) Quit (Remote host closed the connection)
[13:24] * nitdega (nitdega@2602:304:ab12:7fc1:d54e:b583:869:9e58) has joined #raspbian
[13:33] * nitdega (nitdega@2602:304:ab12:7fc1:d54e:b583:869:9e58) Quit (Quit: Leaving)
[13:36] * LordThumper (LordThumpe@c48-94.i07-13.onvol.net) Quit (Ping timeout: 264 seconds)
[13:36] * ReggieUK (ReggieUK@05444603.skybroadband.com) has joined #raspbian
[13:42] * LordThumper (LordThumpe@c48-94.i07-13.onvol.net) has joined #raspbian
[13:45] * ReggieUK (ReggieUK@05444603.skybroadband.com) Quit (Ping timeout: 260 seconds)
[13:48] * cads (~m@adsl-74-160-80-249.asm.bellsouth.net) Quit (Ping timeout: 245 seconds)
[13:50] * ReggieUK (ReggieUK@94.11.158.232) has joined #raspbian
[14:02] * ReggieUK (ReggieUK@94.11.158.232) Quit (Read error: No buffer space available)
[14:02] * Reggie__ (ReggieUK@94.11.158.232) has joined #raspbian
[14:05] * Mogwai` (~mogwai@206-248-185-100.dsl.teksavvy.com) has joined #raspbian
[14:05] * Mogwai (~mogwai@206-248-185-100.dsl.teksavvy.com) Quit (Read error: Connection reset by peer)
[14:13] * optimusprimem (~globo_com@unaffiliated/optimusprimem) Quit (Ping timeout: 245 seconds)
[14:14] * Reggie__ is now known as ReggieUK
[14:19] * nullie (~nullie@2a02:6b8:0:2807:5e26:aff:fe6e:b58d) Quit (Remote host closed the connection)
[14:20] * nullie (~nullie@2a02:6b8:0:2807:5e26:aff:fe6e:b58d) has joined #raspbian
[14:22] * optimusprimem (~globo_com@unaffiliated/optimusprimem) has joined #raspbian
[14:26] * ReggieUK (ReggieUK@94.11.158.232) Quit (Ping timeout: 264 seconds)
[14:27] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 264 seconds)
[14:30] * gianlucadv (~gianlucad@aspic.bio.disco.unimib.it) Quit (Max SendQ exceeded)
[14:31] * PasNox (~PasNox@beg33-4-78-237-93-55.fbx.proxad.net) Quit (Quit: Leaving)
[14:31] * gianlucadv (~gianlucad@aspic.bio.disco.unimib.it) has joined #raspbian
[14:32] * Lupinedk is now known as lupinedk
[14:51] * LordThumper (LordThumpe@c48-94.i07-13.onvol.net) Quit (Read error: Operation timed out)
[15:00] * PasNox (~pasnox@2a01:e35:8b61:9b30:260:b3ff:fe53:ed21) has joined #raspbian
[15:12] * hsp (~holgi@77-20-198-2-dynip.superkabel.de) Quit (Remote host closed the connection)
[15:13] * topcyde (~topcyde@adsl-64-218-114-206.dsl.amrltx.swbell.net) Quit (Ping timeout: 245 seconds)
[15:19] * hsp (~holgi@77-20-198-2-dynip.superkabel.de) has joined #raspbian
[15:25] * BCMM (~BCMM@unaffiliated/bcmm) Quit (Read error: Connection reset by peer)
[15:25] * themill (~stuart@unaffiliated/themill) Quit (Ping timeout: 252 seconds)
[15:30] * blkhawk is now known as blkaway
[15:31] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Quit: Ja odoh a vi sta 'ocete...)
[15:34] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has joined #raspbian
[15:36] * PieterPi (~PieterPi2@195-241-208-148.ip.telfort.nl) Quit (Ping timeout: 248 seconds)
[15:38] * darkbasic_ (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[15:39] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[15:48] * ReggieUK (ReggieUK@05444b93.skybroadband.com) has joined #raspbian
[15:50] * passstab (~coplon@c-68-80-38-97.hsd1.pa.comcast.net) has joined #raspbian
[15:51] * mythos (~mythos@unaffiliated/mythos) has joined #raspbian
[15:52] * blkaway is now known as blkhawk
[15:59] * nullie (~nullie@2a02:6b8:0:2807:5e26:aff:fe6e:b58d) Quit (Remote host closed the connection)
[16:04] * taza (~zap@unaffiliated/taza) Quit ()
[16:08] * dest4ever (~kvirc@unaffiliated/dest4ever) has joined #raspbian
[16:12] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) has joined #raspbian
[16:16] * wad (~wad@vps.zerbat.com) has joined #raspbian
[16:33] <passstab> hifi, is your netinstall complete?
[16:39] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[16:42] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) Quit (Remote host closed the connection)
[16:46] * FR^2 (~frquadrat@farsquare.de) Quit (Quit: Connection reset by peer)
[16:52] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) has joined #raspbian
[16:58] * daveee123 (~daveee123@ip-122-28.wireless.oberlin.edu) Quit (Remote host closed the connection)
[17:00] * mike_t (~mike@80.234.120.72) Quit (Remote host closed the connection)
[17:01] <hifi> passstab: what do you mean by that?
[17:09] * optimusprimem (~globo_com@unaffiliated/optimusprimem) Quit (Ping timeout: 245 seconds)
[17:12] * XpineX_ (~XpineX@93-160-241-247-dynamic.dk.customer.tdc.net) has joined #raspbian
[17:16] * XpineX (~XpineX@93-160-241-247-dynamic.dk.customer.tdc.net) Quit (Ping timeout: 256 seconds)
[17:16] * testuser007 (57a0c6e9@gateway/web/freenode/ip.87.160.198.233) has joined #raspbian
[17:17] * testuser007 (57a0c6e9@gateway/web/freenode/ip.87.160.198.233) Quit (Client Quit)
[17:21] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[17:24] * optimusprimem (~globo_com@177.53.180.133) has joined #raspbian
[17:24] * optimusprimem (~globo_com@177.53.180.133) Quit (Changing host)
[17:24] * optimusprimem (~globo_com@unaffiliated/optimusprimem) has joined #raspbian
[17:24] * gianlucadv (~gianlucad@aspic.bio.disco.unimib.it) Quit (Quit: ZNC - http://znc.sourceforge.net)
[17:26] * gianlucadv (~gianlucad@aspic.bio.disco.unimib.it) has joined #raspbian
[17:27] * bertrik (~quassel@rockbox/developer/bertrik) has joined #raspbian
[17:34] * optimusprimem (~globo_com@unaffiliated/optimusprimem) Quit (Ping timeout: 245 seconds)
[17:38] * twikz (~twikz@client-ad5b9fe9fe00461f.pool.twikz.com) has joined #raspbian
[17:44] * plugwash (~plugwash@94.6.24.111) has joined #raspbian
[17:49] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) Quit (Ping timeout: 264 seconds)
[17:51] * XpineX_ is now known as XpineX
[17:58] * YoY (~YoY@ARennes-655-1-62-94.w109-218.abo.wanadoo.fr) Quit (Quit: Leaving...)
[17:59] * YoY (~YoY@ARennes-655-1-62-94.w109-218.abo.wanadoo.fr) has joined #raspbian
[18:01] * Berry6510 (~Berry@5356AEE3.cm-6-7c.dynamic.ziggo.nl) has joined #raspbian
[18:10] * sinnet3000 (sinnet3000@3ee-008.static.bnc4free.com) Quit (Quit: I'm using a Free IRC Bouncer from BNC4FREE - http://bnc4free.com/)
[18:12] * sinnet3000 (sinnet3000@3ee-008.static.bnc4free.com) has joined #raspbian
[18:21] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[18:26] * trust2fire (~trust2fir@189.253.56.190.static.intelnet.net.gt) has joined #raspbian
[18:26] * trust2fire (~trust2fir@189.253.56.190.static.intelnet.net.gt) Quit (Remote host closed the connection)
[18:27] * sinnet3000 (sinnet3000@3ee-008.static.bnc4free.com) Quit (Remote host closed the connection)
[18:27] * trust2fire (~trust2fir@190.56.254.189) has joined #raspbian
[18:43] * Syliss (~Home@dpncorp1.digitalpath.net) has joined #raspbian
[18:45] * meti_ (~meti@unaffiliated/meti) has joined #raspbian
[18:46] * meti_ (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[18:47] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) Quit (Remote host closed the connection)
[18:47] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) has joined #raspbian
[18:48] * meti_ (~meti@unaffiliated/meti) has joined #raspbian
[18:48] * zer0-day (~Nishikigo@unaffiliated/zer0-day) has joined #raspbian
[18:49] * meti (~meti@unaffiliated/meti) Quit (Ping timeout: 241 seconds)
[18:52] * Syliss (~Home@dpncorp1.digitalpath.net) Quit (Quit: Syliss)
[18:53] * meti_ (~meti@unaffiliated/meti) Quit (Ping timeout: 260 seconds)
[18:54] * meti (~meti@unaffiliated/meti) has joined #raspbian
[18:54] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[18:55] * meti (~meti@unaffiliated/meti) has joined #raspbian
[18:56] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[18:57] * twikz (~twikz@client-ad5b9fe9fe00461f.pool.twikz.com) Quit (Remote host closed the connection)
[18:59] * nitdega (nitdega@2602:304:ab12:7fc1:d54e:b583:869:9e58) has joined #raspbian
[19:01] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:01] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:02] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has joined #raspbian
[19:04] * hsp (~holgi@77-20-198-2-dynip.superkabel.de) Quit (Ping timeout: 264 seconds)
[19:06] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Disconnected by services)
[19:07] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[19:07] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:08] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:10] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:10] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:11] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Ping timeout: 240 seconds)
[19:11] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:11] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:11] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:12] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:14] * YoY (~YoY@ARennes-655-1-62-94.w109-218.abo.wanadoo.fr) Quit (Quit: Leaving...)
[19:14] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:15] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[19:15] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:15] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:16] * YoY (~YoY@ARennes-655-1-62-94.w109-218.abo.wanadoo.fr) has joined #raspbian
[19:16] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:16] * Syliss (~Home@dpncorp1.digitalpath.net) has joined #raspbian
[19:18] * zwiep` (~zwiep@94-225-242-205.access.telenet.be) has joined #raspbian
[19:20] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:21] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:27] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:29] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:32] * Diaoul (~Diaoul@APuteaux-652-1-252-12.w82-124.abo.wanadoo.fr) Quit (Quit: ZNC - http://znc.in)
[19:33] * Berry6510 (~Berry@5356AEE3.cm-6-7c.dynamic.ziggo.nl) Quit (Remote host closed the connection)
[19:33] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:34] * Berry6510 (~Berry@5356AEE3.cm-6-7c.dynamic.ziggo.nl) has joined #raspbian
[19:34] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:34] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:35] * satellit_e (~satellit@c-24-19-192-50.hsd1.wa.comcast.net) Quit (Ping timeout: 240 seconds)
[19:35] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:35] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:36] * meti (~meti@unaffiliated/meti) Quit (Max SendQ exceeded)
[19:39] * Diaoul (~Diaoul@APuteaux-652-1-252-12.w82-124.abo.wanadoo.fr) has joined #raspbian
[19:39] * paracyst (~floor@unaffiliated/paracyst) Quit ()
[19:41] * meti (~meti@unaffiliated/meti) has joined #raspbian
[19:51] * ztaale (~bleh@ti0098a380-dhcp1005.bb.online.no) has joined #raspbian
[19:54] * PasNox (~pasnox@2a01:e35:8b61:9b30:260:b3ff:fe53:ed21) Quit (Quit: Leaving - Best cross platform IDE http://monkeystudio.org)
[20:00] * nullie (~nullie@46.48.73.216) has joined #raspbian
[20:02] * idstam (~johan@c-887272d5.027-359-73746f23.cust.bredbandsbolaget.se) Quit (Ping timeout: 260 seconds)
[20:08] * twikz (~twikz@client-0df716dcbb483d48.pool.twikz.com) has joined #raspbian
[20:08] * __djo__ (~textual@197.87.223.127) has joined #raspbian
[20:12] * twikz (~twikz@client-0df716dcbb483d48.pool.twikz.com) Quit (Ping timeout: 260 seconds)
[20:18] * nitdega (nitdega@2602:304:ab12:7fc1:d54e:b583:869:9e58) Quit (Quit: Leaving)
[20:19] <__djo__> part
[20:19] * __djo__ (~textual@197.87.223.127) has left #raspbian
[20:20] * nitdega (nitdega@2602:304:ab12:7fc1:21e0:181:1df:7e2a) has joined #raspbian
[20:35] * zer0-day (~Nishikigo@unaffiliated/zer0-day) Quit (Quit: zer0-day)
[20:38] * optimusprimem (~globo_com@177.53.180.133) has joined #raspbian
[20:38] * optimusprimem (~globo_com@177.53.180.133) Quit (Changing host)
[20:38] * optimusprimem (~globo_com@unaffiliated/optimusprimem) has joined #raspbian
[20:38] * zwiep` (~zwiep@94-225-242-205.access.telenet.be) Quit (Quit: Leaving)
[20:41] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[20:45] * satellit_e (~satellit@c-24-19-192-50.hsd1.wa.comcast.net) has joined #raspbian
[20:49] * lupinedk is now known as Lupinedk
[20:51] * matus (~matus@188-167-184-52.dynamic.chello.sk) Quit (Quit: Leaving)
[20:55] * satellit_e (~satellit@c-24-19-192-50.hsd1.wa.comcast.net) Quit (Ping timeout: 264 seconds)
[21:01] * [SkG] (~sconde@unaffiliated/skg/x-897332) has joined #raspbian
[21:05] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[21:09] * nullie (~nullie@46.48.73.216) Quit (Ping timeout: 245 seconds)
[21:15] * bertrik (~quassel@rockbox/developer/bertrik) Quit (Remote host closed the connection)
[21:36] * scotepi (~Scotepi@rrcs-50-75-35-110.nys.biz.rr.com) has joined #raspbian
[21:37] <scotepi> I had 3 new pi's all run raspbain.. 1 of them keeps droping ssh for some reason, it normaly takes 2-3 tries to get it working again. Is this a known issue?
[21:39] * optimusprimem (~globo_com@unaffiliated/optimusprimem) Quit (Ping timeout: 245 seconds)
[21:54] * scotepi (~Scotepi@rrcs-50-75-35-110.nys.biz.rr.com) Quit (Quit: Leaving)
[21:58] * optimusprimem (~globo_com@unaffiliated/optimusprimem) has joined #raspbian
[22:01] * ztaale (~bleh@ti0098a380-dhcp1005.bb.online.no) Quit (Read error: Connection reset by peer)
[22:02] * twikz (~twikz@client-e4a7e3cc50f005ce.pool.twikz.com) has joined #raspbian
[22:11] * dubbe (~dubbe@ec2-46-137-120-171.eu-west-1.compute.amazonaws.com) Quit (Ping timeout: 240 seconds)
[22:12] * satellit_e (~satellit@c-24-19-192-50.hsd1.wa.comcast.net) has joined #raspbian
[22:13] * dubbe (~dubbe@ec2-46-137-120-171.eu-west-1.compute.amazonaws.com) has joined #raspbian
[22:14] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Quit: Ja odoh a vi sta 'ocete...)
[22:15] * twikz (~twikz@client-e4a7e3cc50f005ce.pool.twikz.com) Quit (Remote host closed the connection)
[22:29] * trust2fire (~trust2fir@190.56.254.189) Quit (Quit: hasta la vista compadre)
[22:30] * Deadlights (~thedoctor@cpe-071-070-075-122.sc.res.rr.com) Quit (Ping timeout: 256 seconds)
[22:36] * passstab (~coplon@c-68-80-38-97.hsd1.pa.comcast.net) Quit (Remote host closed the connection)
[22:41] * kroq-gar78 (~kroq-gar7@pool-71-170-199-93.dllstx.fios.verizon.net) has joined #raspbian
[22:45] <gnarface> scotepi should learn to wait longer or responses
[22:47] <sney> that is a good habit for anyone hoping for irc support
[23:00] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[23:11] * [SkG] (~sconde@unaffiliated/skg/x-897332) Quit (Read error: Connection reset by peer)
[23:12] * Deadlights (~thedoctor@cpe-071-070-075-122.sc.res.rr.com) has joined #raspbian
[23:17] * atouk|2 (~kvirc@ool-457e23d5.dyn.optonline.net) has joined #raspbian
[23:19] * atouk (~kvirc@ool-457e23d5.dyn.optonline.net) Quit (Ping timeout: 240 seconds)
[23:30] * themill (~stuart@unaffiliated/themill) has joined #raspbian
[23:45] * nitdega (nitdega@2602:304:ab12:7fc1:21e0:181:1df:7e2a) Quit (Ping timeout: 240 seconds)
[23:45] * nitdega (nitdega@2602:304:ab12:7fc1:21e0:181:1df:7e2a) has joined #raspbian
[23:45] * tinti_ (~tinti@pdpc/supporter/student/tinti) Quit (Read error: Connection reset by peer)
[23:47] * plugwash (~plugwash@94.6.24.111) Quit (Remote host closed the connection)
[23:51] * blkhawk is now known as blkaway
[23:56] * Mogwai` is now known as Mogwai
[23:56] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) Quit (Ping timeout: 264 seconds)
[23:56] * pi__ (~pi@74.113.247.237) has joined #raspbian
[23:57] <pi__> Just installed and I think I have wrong keyboard settings. When I try to do uppercase 3, I get £ instead of #
[23:58] * dougiel (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[23:58] <pi__> How can I change/fix the keyboard settings

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