• [00:00:35] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagle
  • [00:00:35] * Topic is 'http://beagleboard.org/chat has a guide on how to ask questions and links to the logs | never ask to ask, just ask | be patient | pastebin a boot log | http://ahsoftware.de/Beaglebone_Black_Boot_explained.svg | http://beagleboard.org/latest-images | http://beagleboard.org/Support/bone101 | direct bonescript/node.js questions to #beagle-bonescript | books: http://bit.ly/bbb-books'
  • [00:00:35] * Set by jkridner!~jkridner@pdpc/supporter/active/jkridner on Sun Mar 29 23:21:44 UTC 2015
  • [00:00:35] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagleboard
  • [00:00:35] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beaglebone
  • [00:09:00] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
  • [00:12:22] * boB_K7IQ (~IceChat9@c-73-19-73-115.hsd1.wa.comcast.net) Quit (Ping timeout: 252 seconds)
  • [00:14:50] * idwer (~irc@unaffiliated/idwer) Quit (Remote host closed the connection)
  • [00:17:50] * The_Ball (~ballen@80.202.192.42) has joined #beagle
  • [00:23:19] * The_Ball (~ballen@80.202.192.42) Quit (Ping timeout: 265 seconds)
  • [00:23:33] * doc_ (6156b1ad@gateway/web/freenode/ip.97.86.177.173) Quit (Quit: Page closed)
  • [00:26:18] * shubhangi (uid69276@gateway/web/irccloud.com/x-fdrdtbazxsydfqjb) Quit (Quit: Connection closed for inactivity)
  • [00:37:41] * The_Ball (~ballen@80.202.192.42) has joined #beagle
  • [00:39:17] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) has joined #beaglebone
  • [00:43:29] * willw (~willw@70-56-52-18.hlrn.qwest.net) has joined #beaglebone
  • [00:47:47] * willw (~willw@70-56-52-18.hlrn.qwest.net) Quit (Ping timeout: 256 seconds)
  • [00:50:23] * Shadyman (~matthew@unaffiliated/shadyman) has joined #beagle
  • [00:51:42] * ocamlman (~ocamlman@cpe-67-249-140-143.twcny.res.rr.com) has joined #beagle
  • [01:12:44] * Akex_ (uid58281@gateway/web/irccloud.com/x-ntbzdlwtpbrelwtd) has joined #beaglebone
  • [01:13:12] * emeb (~ericb@ip72-200-71-216.tc.ph.cox.net) Quit (Quit: Leaving.)
  • [01:13:57] * dwery (~dwery@nslu2-linux/dwery) Quit (Ping timeout: 240 seconds)
  • [01:23:46] * gustavoz (~gustavoz@186.22.136.136) has joined #beagle
  • [01:25:03] <ocamlman> I'm running a BBB with the latest ubuntu image. I added some things to my uEnv.txt but they did not load. Do I need to configure anything to enable running those commands or is there a way to look for errors that may have occurred?
  • [01:29:31] <veremit> which uEnv did you modify (sounds like a stupid question .. but there are often two .. and only one is read ..!)
  • [01:30:15] * kiwichris (~kiwichris@144.132.189.169) Quit ()
  • [01:30:57] <ocamlman> veremit, I modified /boot/uboot/uEnv.txt
  • [01:31:19] <veremit> hmm never known a /boot/uboot .. lol
  • [01:31:34] <veremit> do a 'mount' ?
  • [01:31:45] <ocamlman> veremit, that file existed and had several lines already in it
  • [01:31:50] <veremit> should be just /boot/uEnv.txt or possibly somethine else
  • [01:31:56] <ocamlman> veremit, mount by itself with no arguments?
  • [01:32:10] <veremit> ocamlman .. yes I've seen several setups with multiple uenv all with lines in them ..
  • [01:32:16] <veremit> and have modified the wrong one before myself :D
  • [01:33:09] <veremit> ocamlman .. yes 'mount' alone will tell you which filesystems are mounted where
  • [01:33:17] <ocamlman> veremit, my /boot contains only the initrd-img and a directory uboot
  • [01:33:48] <veremit> 'cat /proc/cmdline' may also give you a hint what the kernel command-line being ran is .. eg. where rootfs is, any module options ..
  • [01:34:06] <ocamlman> mount output: http://pastebin.com/hVR5v62Y
  • [01:34:13] <veremit> .. this usually matches any uEnv parameters normally
  • [01:34:55] <veremit> ocamlman .. ah I see .. yes, the boot partition is mounted under /boot/uboot .. so that makes sense
  • [01:35:13] <veremit> so /boot/uboot/uEnv shoujd be executed
  • [01:35:20] <veremit> ahem,... read :)
  • [01:36:10] <ocamlman> veremit, no .txt?
  • [01:36:28] <veremit> the only thing I can think of, is to 'catch' uboot, by pressing a key at boot when the prompt comes up (debug console if needed) .. and I think you can load the uEnv file there .. but I dunno whether there's any error reporting
  • [01:36:37] <veremit> uEnv.txt yes
  • [01:36:43] <veremit> <= lazy typist
  • [01:37:14] <veremit> and tired lol
  • [01:37:29] <veremit> what options are you changing?
  • [01:37:35] <veremit> ^ ocamlman
  • [01:38:15] <ocamlman> veremit, for example, i added: cape_enable=capemgr.enable_partno=BB-UART1
  • [01:38:49] <veremit> ocamlman .. what kernel are you running .. the newer ones don't support the capemgr afaik ..
  • [01:38:52] <ocamlman> veremit, but as you can see, it wasn't added: http://pastebin.com/HjBKF6Tx
  • [01:39:29] <veremit> ah
  • [01:39:50] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [01:40:26] <veremit> should that be 'BBB-UART1' or ... you may need to check in /lib/firmware ..
  • [01:40:35] <ocamlman> veremit, BeagleBoard.org BeagleBone Debian Image 2014-05-14
  • [01:41:30] <ocamlman> veremit, echo BB-UART1 > /sys/devices/bone_capemgr.9/slots -- works
  • [01:41:40] <ocamlman> veremit, ive noticed that the above command only works under su, not sudo
  • [01:42:31] <veremit> yes, you cannot echo with sudo .. you'd need to sudo -c "echo ....etc because the permissions only apply to the echo NOT to the redirection :)
  • [01:42:58] <ocamlman> ah, gotcha
  • [01:43:42] <veremit> yeah there's a way .. I've used it ..
  • [01:43:55] <veremit> ocamlman .. check over .. http://tinkernow.com/2015/01/beaglebone-black-rs232-uart-setup/ .. just googled ..
  • [01:44:27] <veremit> looks equivalent
  • [01:46:27] * devtea (~tdreyer1@unaffiliated/tdreyer1) Quit (Read error: Connection reset by peer)
  • [01:46:44] * DJW|Home (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) has joined #beagle
  • [01:48:42] <veremit> ok I gotta sleep .. my eyes goin sore .. good luck .. bb tom. Just found an rs485 article .. ^^ .. nini
  • [01:49:01] * DJWillis (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) Quit (Ping timeout: 255 seconds)
  • [01:49:22] <ocamlman> veremit, thanks for the help
  • [01:49:46] <veremit> ocamlman .. if you can post 'uname -a' result .. someone might be able to pick up :)
  • [01:49:54] * veremit afk
  • [01:51:40] * devtea (~tdreyer1@unaffiliated/tdreyer1) has joined #beagle
  • [02:00:17] * Humpelstilzchen (erik@x55b02b2f.dyn.telefonica.de) Quit (Ping timeout: 250 seconds)
  • [02:01:51] * Humpelstilzchen (erik@x50abd1c2.dyn.telefonica.de) has joined #beagle
  • [02:12:37] * ocamlman (~ocamlman@cpe-67-249-140-143.twcny.res.rr.com) Quit (Ping timeout: 265 seconds)
  • [02:19:26] * Okular (~Ron@65-129-54-200.bois.qwest.net) Quit (Remote host closed the connection)
  • [02:46:51] * treeherder (~hive_quee@veles.packetfire.org) Quit (Max SendQ exceeded)
  • [02:49:44] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [02:54:36] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 265 seconds)
  • [02:57:59] * dlan (~dennis@gentoo/developer/dlan) Quit (Ping timeout: 265 seconds)
  • [02:59:17] * dlan (~dennis@gentoo/developer/dlan) has joined #beagle
  • [03:00:25] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [03:06:41] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 265 seconds)
  • [03:10:01] * dlan (~dennis@gentoo/developer/dlan) Quit (Ping timeout: 264 seconds)
  • [03:10:24] * dlan (~dennis@gentoo/developer/dlan) has joined #beagle
  • [03:11:01] * eikeon (~textual@98.218.4.80) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
  • [03:16:52] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [03:24:54] * Akex_ (uid58281@gateway/web/irccloud.com/x-ntbzdlwtpbrelwtd) Quit (Quit: Connection closed for inactivity)
  • [03:25:42] * treeherder (~hive_quee@veles.packetfire.org) Quit (Excess Flood)
  • [03:26:25] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [03:32:18] * treeherder (~hive_quee@veles.packetfire.org) Quit (Max SendQ exceeded)
  • [03:32:54] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [03:34:37] * calculus (~calculus@gentoo/user/calculus) Quit (Ping timeout: 264 seconds)
  • [03:34:38] * treeherder (~hive_quee@veles.packetfire.org) Quit (Excess Flood)
  • [03:35:19] * calculus (~calculus@gentoo/user/calculus) has joined #beagle
  • [03:35:19] * ChanServ sets mode +o calculus
  • [03:36:31] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [03:37:54] * treeherder (~hive_quee@veles.packetfire.org) Quit (Max SendQ exceeded)
  • [03:47:25] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [03:53:23] * joel_ (~agnel@c-98-207-106-152.hsd1.ca.comcast.net) Quit (Ping timeout: 250 seconds)
  • [04:00:07] * joel_ (~agnel@c-98-207-106-152.hsd1.ca.comcast.net) has joined #beagle
  • [04:00:39] * ocamlman (~ocamlman@cpe-67-249-140-143.twcny.res.rr.com) has joined #beagle
  • [04:00:50] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 272 seconds)
  • [04:04:17] * Starduster (~sd@unaffiliated/starduster) Quit (Ping timeout: 240 seconds)
  • [04:04:27] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [04:07:35] * VirG (~VirGin@172.56.38.133) has joined #beagle
  • [04:12:07] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 255 seconds)
  • [04:19:58] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [04:24:16] * contempt (contempt@unaffiliated/contempt) Quit (Ping timeout: 252 seconds)
  • [04:28:25] * contempt (contempt@unaffiliated/contempt) has joined #beagleboard
  • [04:28:25] * contempt (contempt@unaffiliated/contempt) has joined #beagle
  • [04:29:51] * Killerhands (~Killerhan@pool-108-0-5-54.lsanca.fios.verizon.net) has joined #beagle
  • [04:31:20] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 265 seconds)
  • [04:33:30] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [04:39:19] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 250 seconds)
  • [04:39:25] * citylight2 (~me@bzq-84-111-154-73.cablep.bezeqint.net) Quit (Ping timeout: 264 seconds)
  • [04:46:38] * VirG (~VirGin@172.56.38.133) Quit (Ping timeout: 252 seconds)
  • [04:51:32] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [04:54:25] * VirG (~VirGin@172.56.38.133) has joined #beagle
  • [04:56:32] * jamesaxl (~jamesaxl@105.157.107.232) Quit (Remote host closed the connection)
  • [05:04:37] * ocamlman (~ocamlman@cpe-67-249-140-143.twcny.res.rr.com) Quit (Ping timeout: 240 seconds)
  • [05:10:02] * VirG (~VirGin@172.56.38.133) Quit (Ping timeout: 246 seconds)
  • [05:27:09] * n-st (~n-st@2001:470:7272:0:6978:e606:dffe:fc08) Quit (Remote host closed the connection)
  • [05:40:01] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [05:44:04] * citylight2 (~me@bzq-218-29-26.cablep.bezeqint.net) has joined #beagle
  • [05:49:21] * citylight2 (~me@bzq-218-29-26.cablep.bezeqint.net) Quit (Remote host closed the connection)
  • [05:50:22] * boB_K7IQ (~IceChat9@c-73-221-121-119.hsd1.wa.comcast.net) has joined #beagle
  • [06:08:17] * willw (~willw@70-56-52-18.hlrn.qwest.net) has joined #beaglebone
  • [06:09:52] * tzafrir (~tzafrir@bzq-179-40-172.cust.bezeqint.net) Quit (Ping timeout: 252 seconds)
  • [06:12:54] * willw (~willw@70-56-52-18.hlrn.qwest.net) Quit (Ping timeout: 256 seconds)
  • [06:20:14] * citylight2 (~me@bzq-218-29-26.cablep.bezeqint.net) has joined #beagle
  • [06:23:56] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [06:27:13] * cbrake (~Thunderbi@cable2-pool191-cs-168.doycomm.com) Quit (Ping timeout: 250 seconds)
  • [06:32:11] * guilhermebr (uid14771@gateway/web/irccloud.com/x-suiskdbqzfiwvzcg) Quit (Quit: Connection closed for inactivity)
  • [06:45:27] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Quit: Leaving.)
  • [06:46:18] * Starduster (~sd@unaffiliated/starduster) has joined #beagle
  • [06:49:20] * eikeon (~textual@98.218.4.80) has joined #beagle
  • [07:14:59] * eikeon (~textual@98.218.4.80) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
  • [07:15:10] * johanhenselmans_ (~localadmi@pretsense.xs4all.nl) has joined #beagle
  • [07:15:11] * johanhenselmans_ (~localadmi@pretsense.xs4all.nl) has joined #beaglebone
  • [07:16:01] * johanhenselmans (~localadmi@pretsense.xs4all.nl) Quit (Ping timeout: 276 seconds)
  • [07:16:01] * johanhenselmans_ is now known as johanhenselmans
  • [07:28:16] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 256 seconds)
  • [07:30:33] * NulL` (~bleh1@217.28.4.113) has joined #beagle
  • [07:30:45] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [07:37:32] * tzafrir (~tzafrir@local.xorcom.com) has joined #beagle
  • [07:46:52] * eFfeM (~frans@c73189.upc-c.chello.nl) has joined #beagle
  • [07:56:28] * willw (~willw@70-56-52-18.hlrn.qwest.net) has joined #beaglebone
  • [08:00:51] * willw (~willw@70-56-52-18.hlrn.qwest.net) Quit (Ping timeout: 244 seconds)
  • [08:12:39] * eFfeM (~frans@c73189.upc-c.chello.nl) Quit (Quit: Leaving.)
  • [08:20:28] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [08:23:38] * idwer (~irc@unaffiliated/idwer) has joined #beagle
  • [08:28:25] * fractionuser (~fraction@host81-151-34-9.range81-151.btcentralplus.com) has joined #beagle
  • [08:28:26] * fractionuser (~fraction@host81-151-34-9.range81-151.btcentralplus.com) has left #beagle
  • [08:28:39] * skhreze (~debian@ip-5-172-247-218.free.aero2.net.pl) has joined #beagle
  • [08:28:48] * rob_w (~rob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [08:51:21] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [08:55:57] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 276 seconds)
  • [08:56:45] * alan_o (~alan@c-73-21-204-125.hsd1.fl.comcast.net) Quit (Read error: Connection reset by peer)
  • [09:02:37] * boB_K7IQ (~IceChat9@c-73-221-121-119.hsd1.wa.comcast.net) Quit (Ping timeout: 276 seconds)
  • [09:03:48] * Matrixiumn is now known as Xack
  • [09:11:49] * rob_w (~rob@unaffiliated/rob-w/x-1112029) Quit (Read error: Connection reset by peer)
  • [09:17:57] * skhreze (~debian@ip-5-172-247-218.free.aero2.net.pl) Quit (Ping timeout: 250 seconds)
  • [09:18:34] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 255 seconds)
  • [09:21:30] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [09:21:42] * idwer_ (~irc@unaffiliated/idwer) has joined #beagle
  • [09:24:27] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 250 seconds)
  • [09:28:18] * idwer (~irc@unaffiliated/idwer) has joined #beagle
  • [09:29:12] * skhreze (~debian@ip-5-172-247-201.free.aero2.net.pl) has joined #beagle
  • [09:30:27] * idwer_ (~irc@unaffiliated/idwer) Quit (Ping timeout: 264 seconds)
  • [09:33:32] * dwery (~dwery@93-50-192-40.ip153.fastwebnet.it) has joined #beagle
  • [09:33:43] * dwery (~dwery@93-50-192-40.ip153.fastwebnet.it) Quit (Changing host)
  • [09:33:43] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [09:37:58] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [09:40:34] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 244 seconds)
  • [09:53:15] * lyakh (~lyakh@xdsl-78-35-94-17.netcologne.de) has joined #beagle
  • [09:56:04] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [10:02:20] * Akex_ (uid58281@gateway/web/irccloud.com/x-sjfnualotuusxghn) has joined #beaglebone
  • [10:19:33] * VirG (~VirGin@172.56.39.187) has joined #beagle
  • [10:24:58] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [10:28:53] * skhreze (~debian@ip-5-172-247-201.free.aero2.net.pl) Quit (Ping timeout: 276 seconds)
  • [10:30:23] * skhreze (~debian@ip-5-172-247-241.free.aero2.net.pl) has joined #beagle
  • [10:35:53] * VirG (~VirGin@172.56.39.187) Quit (Ping timeout: 252 seconds)
  • [10:37:19] * mrpackethead2 (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [10:46:33] * VirG (~VirGin@172.56.39.187) has joined #beagle
  • [10:51:30] * LordDVG (~LordDVG@unaffiliated/lorddvg) has joined #beagle
  • [10:54:20] * eikeon (~textual@98.218.4.80) has joined #beagle
  • [10:57:07] * skhreze (~debian@ip-5-172-247-241.free.aero2.net.pl) Quit (Ping timeout: 255 seconds)
  • [10:58:59] * skhreze (~debian@ip-5-172-247-210.free.aero2.net.pl) has joined #beagle
  • [10:59:19] * BellinganRoy (~Bellingan@host108-5-dynamic.17-79-r.retail.telecomitalia.it) has joined #beagle
  • [11:10:20] * H-H-H (~H-H-H@host-92-3-78-129.as43234.net) has joined #beagle
  • [11:17:23] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) has joined #beaglebone
  • [11:21:15] * LordDVG (~LordDVG@unaffiliated/lorddvg) Quit (Remote host closed the connection)
  • [11:24:31] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [11:24:43] * mrpackethead2 (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Remote host closed the connection)
  • [11:25:15] * mrpackethead2 (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [11:29:31] * mrpackethead2 (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 255 seconds)
  • [11:30:57] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 240 seconds)
  • [11:31:55] * skhreze_ (~debian@ip-5-172-247-251.free.aero2.net.pl) has joined #beagle
  • [11:32:59] * willw (~willw@70-56-52-18.hlrn.qwest.net) has joined #beaglebone
  • [11:33:05] * NulL`` (~bleh1@92.39.202.117) has joined #beagle
  • [11:33:17] * skhreze (~debian@ip-5-172-247-210.free.aero2.net.pl) Quit (Ping timeout: 265 seconds)
  • [11:35:15] * NulL` (~bleh1@217.28.4.113) Quit (Ping timeout: 264 seconds)
  • [11:37:37] * willw (~willw@70-56-52-18.hlrn.qwest.net) Quit (Ping timeout: 264 seconds)
  • [11:37:54] * skhreze_ is now known as skhreze
  • [11:39:53] * NulL` (~bleh1@217.28.13.58) has joined #beagle
  • [11:39:55] * NulL` is now known as NulL```
  • [11:40:24] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [11:41:30] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [11:43:00] * NulL`` (~bleh1@92.39.202.117) Quit (Ping timeout: 276 seconds)
  • [11:51:38] * VirG1 (~VirGin@172.56.39.187) has joined #beagle
  • [11:53:24] * VirG (~VirGin@172.56.39.187) Quit (Ping timeout: 276 seconds)
  • [12:04:37] * VirG1 (~VirGin@172.56.39.187) Quit (Ping timeout: 240 seconds)
  • [12:12:06] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [12:13:32] * VirG (~VirGin@172.56.39.187) has joined #beagle
  • [12:14:56] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [12:17:59] * VirG (~VirGin@172.56.39.187) Quit (Ping timeout: 256 seconds)
  • [12:19:42] * neemo (~nemo@80.82.70.163) Quit (Ping timeout: 244 seconds)
  • [12:20:27] * neemo (~nemo@80.82.70.163) has joined #beagle
  • [12:29:52] * WillAmes (~py@ool-18b9b3ea.dyn.optonline.net) has joined #beagle
  • [12:38:18] * skhreze (~debian@ip-5-172-247-251.free.aero2.net.pl) Quit (Ping timeout: 244 seconds)
  • [12:39:54] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) Quit (Quit: WeeChat 1.2)
  • [12:41:54] * skhreze (~debian@ip-5-172-247-240.free.aero2.net.pl) has joined #beagle
  • [12:45:52] * The_Ball (~ballen@80.202.192.42) Quit (Ping timeout: 252 seconds)
  • [12:48:33] * The_Ball (~ballen@42.80-202-192.nextgentel.com) has joined #beagle
  • [13:03:31] * ocamlman (~ocamlman@cpe-67-249-140-143.twcny.res.rr.com) has joined #beagle
  • [13:05:39] * cbrake (~Thunderbi@cable-pool5-cs-230.doycomm.com) has joined #beagle
  • [13:15:22] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [13:20:55] * jevin_ (~jevin@72.12.217.220) Quit (Remote host closed the connection)
  • [13:21:14] * willw (~willw@70-56-52-18.hlrn.qwest.net) has joined #beaglebone
  • [13:21:16] * happyhippo (~happyhipp@203.161.112.50.static.amnet.net.au) has joined #beaglebone
  • [13:21:59] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 252 seconds)
  • [13:23:41] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [13:23:56] * jamesaxl (~jamesaxl@105.158.218.138) has joined #beagle
  • [13:25:17] * willw (~willw@70-56-52-18.hlrn.qwest.net) Quit (Ping timeout: 246 seconds)
  • [13:38:40] * dlan (~dennis@gentoo/developer/dlan) Quit (Ping timeout: 252 seconds)
  • [13:39:37] * gustavoz (~gustavoz@186.22.136.136) Quit (Quit: Leaving)
  • [13:39:45] * dlan (~dennis@gentoo/developer/dlan) has joined #beagle
  • [13:44:11] * dlan (~dennis@gentoo/developer/dlan) Quit (Ping timeout: 246 seconds)
  • [13:44:23] * skhreze_ (~debian@ip-5-172-247-238.free.aero2.net.pl) has joined #beagle
  • [13:45:15] * dlan (~dennis@gentoo/developer/dlan) has joined #beagle
  • [13:45:25] * skhreze (~debian@ip-5-172-247-240.free.aero2.net.pl) Quit (Ping timeout: 255 seconds)
  • [13:48:43] * c10ud (~c10ud@host77-83-dynamic.7-79-r.retail.telecomitalia.it) has joined #beagle
  • [13:48:43] * c10ud (~c10ud@host77-83-dynamic.7-79-r.retail.telecomitalia.it) Quit (Changing host)
  • [13:48:43] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [13:50:21] * dlan (~dennis@gentoo/developer/dlan) Quit (Remote host closed the connection)
  • [13:50:41] * dlan (~dennis@gentoo/developer/dlan) has joined #beagle
  • [14:03:41] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) has joined #beagle
  • [14:09:35] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) Quit (Quit: Leaving)
  • [14:10:00] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) has joined #beagle
  • [14:15:23] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [14:17:51] * emeb (~ericb@ip72-200-71-216.tc.ph.cox.net) has joined #beagle
  • [14:18:03] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [14:23:15] * happyhippo (~happyhipp@203.161.112.50.static.amnet.net.au) Quit (Quit: Leaving)
  • [14:24:21] * The_Ball (~ballen@42.80-202-192.nextgentel.com) Quit (Ping timeout: 256 seconds)
  • [14:24:27] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 264 seconds)
  • [14:31:00] * eikeon (~textual@98.218.4.80) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
  • [14:31:05] * Okular (~Ron@174-27-25-54.bois.qwest.net) has joined #beagle
  • [14:33:11] * gusnan (~gusnan@unaffiliated/gusnan) Quit (Ping timeout: 246 seconds)
  • [14:33:13] * richardp_ (~richardpo@c-50-182-239-203.hsd1.nj.comcast.net) Quit (Read error: Connection reset by peer)
  • [14:33:23] * richardpotthoff (~richardpo@c-50-182-239-203.hsd1.nj.comcast.net) has joined #beagle
  • [14:33:25] * Gaston|Home (~quassel@rosie.office.tw.ly) Quit (Ping timeout: 264 seconds)
  • [14:35:21] * gusnan (~gusnan@unaffiliated/gusnan) has joined #beagle
  • [14:36:02] * Gaston|Home (~quassel@rosie.office.tw.ly) has joined #beagle
  • [14:36:50] * The_Ball (~ballen@80.202.192.42) has joined #beagle
  • [14:43:50] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [14:45:46] * skhreze (~debian@ip-5-172-247-205.free.aero2.net.pl) has joined #beagle
  • [14:46:51] * eikeon (~textual@98.218.4.80) has joined #beagle
  • [14:46:57] * skhreze_ (~debian@ip-5-172-247-238.free.aero2.net.pl) Quit (Ping timeout: 276 seconds)
  • [14:48:07] * n-st (~n-st@2001:470:7272:0:b56a:634e:184e:26d6) has joined #beagle
  • [14:49:27] * VirG (~VirGin@172.56.39.163) has joined #beagle
  • [14:55:42] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) Quit (Ping timeout: 272 seconds)
  • [15:01:14] * ocamlman (~ocamlman@cpe-67-249-140-143.twcny.res.rr.com) Quit (Quit: Leaving)
  • [15:02:32] * RagBal (~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl) Quit (Remote host closed the connection)
  • [15:09:51] * Shadyman (~matthew@unaffiliated/shadyman) has joined #beagle
  • [15:12:31] * jsst (~jsst@kbl-mdb5926.zeelandnet.nl) Quit (Quit: Lost terminal)
  • [15:12:51] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Ping timeout: 250 seconds)
  • [15:14:36] * jsst (~jsst@kbl-mdb5926.zeelandnet.nl) has joined #beagle
  • [15:18:34] * SpeedEvil (~quassel@mauve.plus.com) has joined #beagle
  • [15:18:43] * SpeedEvil (~quassel@mauve.plus.com) Quit (Changing host)
  • [15:18:43] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [15:19:38] * n-st (~n-st@2001:470:7272:0:b56a:634e:184e:26d6) Quit (Quit: n-st)
  • [15:19:51] * n-st (~n-st@2001:470:7272:0:b56a:634e:184e:26d6) has joined #beagle
  • [15:21:46] * VirG (~VirGin@172.56.39.163) Quit (Quit: Leaving.)
  • [15:23:56] * ocamlman (~ocamlman@cpe-67-249-140-143.twcny.res.rr.com) has joined #beagle
  • [15:26:13] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 264 seconds)
  • [15:28:50] * RagBal (~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl) has joined #beagle
  • [15:29:24] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) has joined #beagle
  • [15:30:01] <ocamlman> hello - I am loading several capes in uEnv.txt (e.g. cape_enable=capemgr.enable_partno=BB-UART1) but it looks like (based on cat /proc/cmdline) only the last of several capes is actually loaded
  • [15:31:09] <ocamlman> specifically, here is what I added: http://pastebin.com/9SPZbdvH -- if I comment out hte last two, then UART1 is loaded. If is then uncomment the PRU, then the PRU is loaded but not UART1. any idea why?
  • [15:32:29] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [15:33:48] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Quit: Leaving.)
  • [15:34:58] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) Quit (Ping timeout: 272 seconds)
  • [15:35:38] * n-st (~n-st@2001:470:7272:0:b56a:634e:184e:26d6) Quit (Quit: n-st)
  • [15:38:12] <tbr> you're overwriting the variable
  • [15:38:13] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-rdivwheaeeolztsq) has joined #beagle
  • [15:47:13] * n-st (~n-st@2001:470:7272:0:b56a:634e:184e:26d6) has joined #beagle
  • [15:49:40] * skhreze (~debian@ip-5-172-247-205.free.aero2.net.pl) Quit (Ping timeout: 264 seconds)
  • [15:50:29] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [15:51:56] * bzb (~bzb@198-48-196-219.cpe.pppoe.ca) has joined #beagle
  • [15:51:56] * dwery (~dwery@nslu2-linux/dwery) Quit (Read error: Connection reset by peer)
  • [15:53:11] * skhreze (~debian@ip-5-172-247-243.free.aero2.net.pl) has joined #beagle
  • [15:53:32] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [15:54:01] * bzb (~bzb@198-48-196-219.cpe.pppoe.ca) Quit (Read error: Connection reset by peer)
  • [15:55:39] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 245 seconds)
  • [15:56:13] * ale2 (~canaima@186.167.243.234) has joined #beagle
  • [15:56:49] * bizarro_1 (~bizarro_1@202.Red-83-47-146.dynamicIP.rima-tde.net) Quit (Ping timeout: 255 seconds)
  • [15:57:03] * bizarro_1 (~bizarro_1@202.Red-83-47-146.dynamicIP.rima-tde.net) has joined #beagle
  • [15:57:41] <ocamlman> tbr, that makes sense - is there a way to avoid that?
  • [15:58:10] * lyakh (~lyakh@xdsl-78-35-94-17.netcologne.de) Quit (Quit: thanks, bye)
  • [15:58:16] <ocamlman> tbr, i tried comma seperating the items and that works! is there a way to indicate though that if in a previous section the variable was set just append my new values to it?
  • [15:58:27] <tbr> haven't worked with uboot in a while. I'd expect those to aggregate on one line somehow
  • [15:58:52] <tbr> see, comma separated
  • [15:59:02] <tbr> try u-boot documentation?
  • [15:59:36] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [16:05:14] * nerdboy (~sarnold@gentoo/developer/nerdboy) Quit (Excess Flood)
  • [16:06:36] * nerdboy (~sarnold@gatekeeper.gentoogeek.org) has joined #beagle
  • [16:06:59] * nerdboy (~sarnold@gatekeeper.gentoogeek.org) Quit (Changing host)
  • [16:06:59] * nerdboy (~sarnold@gentoo/developer/nerdboy) has joined #beagle
  • [16:08:42] * treeherder (~hive_quee@veles.packetfire.org) Quit (Remote host closed the connection)
  • [16:09:03] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [16:09:57] * citylight2 (~me@bzq-218-29-26.cablep.bezeqint.net) Quit (Ping timeout: 240 seconds)
  • [16:10:04] * ale2 (~canaima@186.167.243.234) Quit (Ping timeout: 264 seconds)
  • [16:15:05] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [16:16:20] * ale2 (~canaima@186.167.243.130) has joined #beagle
  • [16:23:26] * n-st_ (~n-st@rho.voidptr.de) has joined #beagle
  • [16:26:22] * n-st (~n-st@2001:470:7272:0:b56a:634e:184e:26d6) Quit (Quit: n-st)
  • [16:29:52] * n-st_ (~n-st@rho.voidptr.de) Quit (Quit: ZNC - http://znc.in)
  • [16:30:31] * n-st (~n-st@rho.voidptr.de) has joined #beagle
  • [16:31:58] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [16:34:01] * devtea (~tdreyer1@unaffiliated/tdreyer1) Quit (Read error: Connection reset by peer)
  • [16:39:44] * devtea (~tdreyer1@unaffiliated/tdreyer1) has joined #beagle
  • [16:42:58] <Abhishek_> I've created a hotspot using a beaglebone black and a wifi module
  • [16:43:25] <Abhishek_> A device is connected to the hotspot, but I'm unable to access it via "ping" or "curl"
  • [16:43:33] <Abhishek_> It exits saying "no route to host"
  • [16:44:50] * AMeya (73758522@gateway/web/freenode/ip.115.117.133.34) has joined #beaglebone
  • [16:45:09] <AMeya> Hello everyone
  • [16:45:52] <AMeya> I am little confused on where to start with Beaglebone Black
  • [16:46:12] * super (super@ca2.blackcatz.org) has joined #beagle
  • [16:46:38] * eikeon (~textual@98.218.4.80) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
  • [16:52:10] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [16:54:11] * n-st (~n-st@rho.voidptr.de) Quit (Quit: ZNC - http://znc.in)
  • [16:54:38] * skhreze (~debian@ip-5-172-247-243.free.aero2.net.pl) Quit (Ping timeout: 265 seconds)
  • [16:55:30] * eikeon (~textual@98.218.4.80) has joined #beagle
  • [16:57:02] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 252 seconds)
  • [16:57:46] * ale2 (~canaima@186.167.243.130) Quit (Ping timeout: 252 seconds)
  • [16:57:54] * n-st (~n-st@rho.voidptr.de) has joined #beagle
  • [16:58:30] * skhreze (~debian@ip-5-172-247-193.free.aero2.net.pl) has joined #beagle
  • [17:05:22] * ale2 (~canaima@186.167.243.6) has joined #beagle
  • [17:05:35] * ale2 (~canaima@186.167.243.6) has left #beagle
  • [17:05:57] * The_Ball (~ballen@80.202.192.42) Quit (Ping timeout: 250 seconds)
  • [17:10:31] * AMeya (73758522@gateway/web/freenode/ip.115.117.133.34) Quit (Ping timeout: 246 seconds)
  • [17:20:42] * The_Ball (~ballen@80.202.192.42) has joined #beagle
  • [17:41:36] * VirG (~VirGin@c-24-6-53-29.hsd1.ca.comcast.net) has joined #beagle
  • [17:43:55] * drkfdr (~darkfader@ip3e8346be.speed.planet.nl) has joined #beagle
  • [17:44:36] * idwer_ (~irc@unaffiliated/idwer) has joined #beagle
  • [17:45:06] * n-st (~n-st@rho.voidptr.de) Quit (Quit: ZNC - http://znc.in)
  • [17:45:36] * n-st (~n-st@rho.voidptr.de) has joined #beagle
  • [17:49:04] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 264 seconds)
  • [17:49:04] * shubhangi (uid69276@gateway/web/irccloud.com/x-aqtyamifejertrvl) has joined #beagle
  • [17:49:05] * Okular_ (~Ron@174-27-25-54.bois.qwest.net) has joined #beagle
  • [17:49:07] * Okular_ (~Ron@174-27-25-54.bois.qwest.net) Quit (Remote host closed the connection)
  • [17:49:43] * Okular_ (~Ron@174-27-25-54.bois.qwest.net) has joined #beagle
  • [17:49:44] * tzafrir (~tzafrir@local.xorcom.com) Quit (Ping timeout: 265 seconds)
  • [17:50:44] * Okular (~Ron@174-27-25-54.bois.qwest.net) Quit (Disconnected by services)
  • [17:50:53] * Okular_ is now known as Okular
  • [17:51:11] * Okular_ (~Ron@174-27-25-54.bois.qwest.net) has joined #beagle
  • [17:52:54] <Okular> Anyone here today?
  • [17:55:55] * skhreze_ (~debian@ip-5-172-247-213.free.aero2.net.pl) has joined #beagle
  • [17:56:57] * emeb (~ericb@ip72-200-71-216.tc.ph.cox.net) Quit (Quit: Leaving.)
  • [17:57:34] * skhreze (~debian@ip-5-172-247-193.free.aero2.net.pl) Quit (Ping timeout: 276 seconds)
  • [18:02:50] * idwer_ is now known as idwer
  • [18:03:44] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [18:08:26] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Ping timeout: 246 seconds)
  • [18:08:26] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [18:11:33] * PDogJr (~PurpleDog@unaffiliated/purpledog) Quit (Read error: Connection reset by peer)
  • [18:12:37] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 240 seconds)
  • [18:13:33] <mjgardes> nobody here.
  • [18:13:52] <myself> apparently not.
  • [18:18:14] * PDogJr (~PurpleDog@unaffiliated/purpledog) has joined #beagle
  • [18:20:39] * Chrille_ is now known as Chrille
  • [18:53:15] * KotH is busy listening to EAV
  • [18:58:18] * skhreze (~debian@ip-5-172-247-208.free.aero2.net.pl) has joined #beagle
  • [18:59:41] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #beagle
  • [19:00:48] * skhreze_ (~debian@ip-5-172-247-213.free.aero2.net.pl) Quit (Ping timeout: 272 seconds)
  • [19:01:09] * j0rd_ (~j0rd_@unaffiliated/j0rd-/x-9112651) Quit (Read error: Connection reset by peer)
  • [19:04:52] * tzafrir (~tzafrir@bzq-179-40-172.cust.bezeqint.net) has joined #beagle
  • [19:11:48] * citylight2 (~me@bzq-84-111-154-73.red.bezeqint.net) has joined #beagle
  • [19:13:23] * NulL` (~bleh1@217.28.7.224) has joined #beagle
  • [19:13:26] * NulL` is now known as NulL````
  • [19:16:38] * NulL``` (~bleh1@217.28.13.58) Quit (Ping timeout: 272 seconds)
  • [19:17:02] * j0rd_ (~j0rd_@unaffiliated/j0rd-/x-9112651) has joined #beagle
  • [19:29:04] * NulL` (~bleh1@217.28.1.9) has joined #beagle
  • [19:29:06] * NulL` is now known as NulL`````
  • [19:30:55] * NulL```` (~bleh1@217.28.7.224) Quit (Ping timeout: 256 seconds)
  • [19:34:46] * skhreze (~debian@ip-5-172-247-208.free.aero2.net.pl) Quit (Quit: leaving)
  • [19:35:09] * skhreze (~debian@ip-5-172-247-208.free.aero2.net.pl) has joined #beagle
  • [19:35:17] <Okular> I am new with bbb and I am racking my brains trying to figure out what process is killing anything I leave running overnight.
  • [19:35:49] <Okular> I checked out the usual init.d, crontab etc, nada. How was this done on bbb?
  • [19:36:36] <zmatt> uhh, nothing should be doing that
  • [19:36:38] * skhreze (~debian@ip-5-172-247-208.free.aero2.net.pl) Quit (Client Quit)
  • [19:36:59] * skhreze (~debian@ip-5-172-247-208.free.aero2.net.pl) has joined #beagle
  • [19:37:13] <Okular> That's what I was thinking too but when I leave a node server running, something kills it overnight.
  • [19:38:15] <zmatt> have you checked things like the kernel log? any chance the node server might be leaking memory and getting killed by the OOM-killer?
  • [19:38:36] <Okular> Nope but I will right now.
  • [19:39:08] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [19:39:20] <zmatt> checking the systemd journal would definitely be the first step here
  • [19:40:09] * James_Johnson (~clayshoot@wsip-70-184-254-102.ok.ok.cox.net) has joined #beagle
  • [19:44:21] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 265 seconds)
  • [19:46:05] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [19:52:33] * woglinde (~henning@x55b34459.dyn.telefonica.de) has joined #beagle
  • [19:54:00] * NulL````` (~bleh1@217.28.1.9) Quit (Ping timeout: 272 seconds)
  • [20:05:40] * skhreze (~debian@ip-5-172-247-208.free.aero2.net.pl) Quit (Ping timeout: 255 seconds)
  • [20:08:38] <Okular> Thanks
  • [20:12:43] * LordDVG (~LordDVG@unaffiliated/lorddvg) has joined #beagle
  • [20:17:17] * skhreze (~debian@ip-5-172-247-201.free.aero2.net.pl) has joined #beagle
  • [20:26:33] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [20:28:37] * eikeon (~textual@98.218.4.80) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
  • [20:32:26] * tema (~tema@178-16-155-142.obit.ru) has joined #beagle
  • [20:32:56] * emeb (~ericb@174-22-214-156.phnx.qwest.net) has joined #beagle
  • [20:38:59] * boB_K7IQ (~IceChat9@static-50-125-97-34.myvi.wa.frontiernet.net) has joined #beagle
  • [20:43:01] * asiachii (1f31d091@gateway/web/freenode/ip.31.49.208.145) has joined #beagle
  • [20:43:48] <asiachii> hello
  • [20:45:09] * asiachii (1f31d091@gateway/web/freenode/ip.31.49.208.145) Quit (Client Quit)
  • [20:45:32] * asiachii (1f31d091@gateway/web/freenode/ip.31.49.208.145) has joined #beagle
  • [20:45:39] <asiachii> hello
  • [20:49:55] * LordDVG (~LordDVG@unaffiliated/lorddvg) Quit (Remote host closed the connection)
  • [21:05:26] * asiachii (1f31d091@gateway/web/freenode/ip.31.49.208.145) Quit (Quit: Page closed)
  • [21:06:18] <veremit> did someone say something?! :p
  • [21:10:42] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [21:16:56] * jevin (~jevin@72.12.217.220) has joined #beagle
  • [21:17:09] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 265 seconds)
  • [21:18:11] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [21:18:43] * eikeon (~textual@98.218.4.80) has joined #beagle
  • [21:18:46] * skhreze_ (~debian@ip-5-172-247-216.free.aero2.net.pl) has joined #beagle
  • [21:18:55] * James_Johnson (~clayshoot@wsip-70-184-254-102.ok.ok.cox.net) Quit (Quit: James_Johnson)
  • [21:20:42] * skhreze (~debian@ip-5-172-247-201.free.aero2.net.pl) Quit (Ping timeout: 256 seconds)
  • [21:25:13] * H-H-H (~H-H-H@host-92-3-78-129.as43234.net) Quit (Quit: Leaving)
  • [21:26:22] * boB_K7IQ (~IceChat9@static-50-125-97-34.myvi.wa.frontiernet.net) Quit (Ping timeout: 256 seconds)
  • [21:28:08] * VirG (~VirGin@c-24-6-53-29.hsd1.ca.comcast.net) Quit (Quit: Leaving.)
  • [21:28:34] * seckford (~cwr@host-92-24-185-59.ppp.as43234.net) has joined #beaglebone
  • [21:28:42] * seckford (~cwr@host-92-24-185-59.ppp.as43234.net) has left #beaglebone
  • [21:31:05] * roric_ (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beaglebone
  • [21:31:07] * roric_ (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beagleboard
  • [21:42:20] * jevin (~jevin@72.12.217.220) Quit (Quit: Textual IRC Client: www.textualapp.com)
  • [21:47:07] * emeb (~ericb@174-22-214-156.phnx.qwest.net) Quit (Ping timeout: 265 seconds)
  • [21:50:55] * skhreze_ (~debian@ip-5-172-247-216.free.aero2.net.pl) Quit (Ping timeout: 276 seconds)
  • [21:59:28] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Quit: cya)
  • [22:01:02] * bfederau (~quassel@service.basyskom.com) Quit (Remote host closed the connection)
  • [22:01:18] * bfederau (~quassel@service.basyskom.com) has joined #beagle
  • [22:03:22] * jevin (~jevin@72.12.217.220) has joined #beagle
  • [22:04:44] * James_Johnson (~clayshoot@ip68-0-127-69.tu.ok.cox.net) has joined #beagle
  • [22:16:07] * roric_ (~roric@h196n19-vrr-a31.ias.bredband.telia.com) Quit (Ping timeout: 265 seconds)
  • [22:17:02] * The_Ball (~ballen@80.202.192.42) Quit (Quit: Leaving)
  • [22:18:00] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-rdivwheaeeolztsq) Quit (Quit: Connection closed for inactivity)
  • [22:18:14] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 252 seconds)
  • [22:19:03] * BellinganRoy (~Bellingan@host108-5-dynamic.17-79-r.retail.telecomitalia.it) Quit (Quit: Konversation terminated!)
  • [22:22:06] * Vasco is now known as Vasco_O
  • [22:22:27] * willw (~willw@70-56-52-18.hlrn.qwest.net) has joined #beaglebone
  • [22:23:51] * woglinde (~henning@x55b34459.dyn.telefonica.de) Quit (Ping timeout: 265 seconds)
  • [22:25:27] * citylight2 (~me@bzq-84-111-154-73.red.bezeqint.net) Quit (Ping timeout: 256 seconds)
  • [22:27:02] * willw (~willw@70-56-52-18.hlrn.qwest.net) Quit (Ping timeout: 252 seconds)
  • [22:30:19] * kiwichris (~kiwichris@msc1401703.lnk.telstra.net) has joined #beagle
  • [22:43:54] * jamesaxl (~jamesaxl@105.158.218.138) Quit (Remote host closed the connection)
  • [22:59:05] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
  • [23:00:41] * manuel_ (~manuel@pD9FDE89E.dip0.t-ipconnect.de) has joined #beagle
  • [23:07:39] * emeb (~ericb@174-22-214-156.phnx.qwest.net) has joined #beagle
  • [23:11:07] * VirG (~VirGin@172.56.38.249) has joined #beagle
  • [23:11:48] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [23:12:32] * boB_K7IQ (~IceChat9@2601:8:8180:ac70:79e0:d9a5:9015:3bd1) has joined #beagle
  • [23:12:37] * gustavoz (~gustavoz@186.22.136.136) has joined #beagle
  • [23:15:02] * praneeth (praneeth@nat/ti/x-mfkznkyvahsdnuwz) Quit (Remote host closed the connection)
  • [23:15:27] * praneeth (praneeth@nat/ti/x-zjhksanlusyqvkrc) has joined #beagle
  • [23:17:22] * emeb (~ericb@174-22-214-156.phnx.qwest.net) Quit (Ping timeout: 255 seconds)
  • [23:19:50] * boB_K7IQ (~IceChat9@2601:8:8180:ac70:79e0:d9a5:9015:3bd1) Quit (Ping timeout: 272 seconds)
  • [23:20:52] * boB_K7IQ (~IceChat9@c-73-221-121-119.hsd1.wa.comcast.net) has joined #beagle
  • [23:33:24] * drkfdr_nl (~darkfader@ip3e8346be.speed.planet.nl) has joined #beagle
  • [23:36:21] * drkfdr (~darkfader@ip3e8346be.speed.planet.nl) Quit (Ping timeout: 265 seconds)
  • [23:39:32] * wednesday (~wednesday@c-67-183-82-182.hsd1.wa.comcast.net) has joined #beagle
  • [23:39:32] * wednesday (~wednesday@c-67-183-82-182.hsd1.wa.comcast.net) has joined #beaglebone
  • [23:43:13] * idwer_ (~irc@unaffiliated/idwer) has joined #beagle
  • [23:45:39] * drkfdr_nl (~darkfader@ip3e8346be.speed.planet.nl) Quit (Quit: Read error: Connection reset by peer)
  • [23:46:29] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 256 seconds)
  • [23:58:36] * idwer_ is now known as idwer