Back
[00:01:46] -!- asdfasd has quit [Ping timeout: 256 seconds]
[00:02:14] -!- DGMurdockIII has quit [Quit: Leaving]
[00:03:54] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[00:07:32] -!- AR_ has quit [Ping timeout: 252 seconds]
[00:09:54] -!- kb8wmc_ has quit [Quit: ChatZilla 0.9.91.1 [Firefox 20.0/20130329043827]]
[00:09:54] -!- anarchos2 has quit [Read error: Connection reset by peer]
[00:16:46] -!- Akex [Akex!uid58281@gateway/web/irccloud.com/x-hsadxcdewlhdrxik] has joined #linuxcnc-devel
[00:20:43] <mozmck> Have the pathpilot webinars been made available on the web anywhere yet?
[00:20:49] -!- tekniq has quit [Ping timeout: 255 seconds]
[00:26:50] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[00:30:25] -!- gonzo_nb has quit [Remote host closed the connection]
[00:56:35] sirdancealot is now known as koo6
[01:10:56] -!- koo5 has quit [Ping timeout: 246 seconds]
[01:22:24] lffurrywo is now known as furrywolf
[01:33:59] -!- Loetmichel has quit [Ping timeout: 245 seconds]
[01:38:50] -!- rob_h has quit [Ping timeout: 265 seconds]
[01:39:52] -!- koo5 has quit [Ping timeout: 245 seconds]
[01:40:14] -!- pcw_home has quit [Ping timeout: 245 seconds]
[01:57:40] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[02:03:29] -!- anth0ny_ has quit [Quit: anth0ny_]
[02:16:19] -!- pippin88 has quit [Ping timeout: 250 seconds]
[02:19:37] -!- memfrob [memfrob!~irc@unaffiliated/memfrob] has joined #linuxcnc-devel
[02:19:41] <memfrob> Hi all!
[02:22:12] <memfrob> I've been working on updating IPIPE, RTAI, removing IPIPE legacy, etc. many new things, updates, pulls, merges, etc. and I finally almost have everything working, i had to patch LinuxCNC up a bit to the new RTAI changes
[02:24:03] <memfrob> there is a problem that I have yet to fix and that is that RTAI has dropped rtai_ksched.ko and it is now rtai_sched.ko, but when LinuxCNC loads the modules, it doesn't know about rtai_sched.ko so it skips it as it is expected rtai_ksched.ko and when it loads rtai_fifos.ko two unknown symbols appear
[02:25:23] <memfrob> rtai_fifos: Unknown symbol reset_rt_fun_ext_index
[02:25:29] <memfrob> rtai_fifos: Unknown symbol set_rt_fun_ext_index
[02:29:01] -!- Akex has quit [Quit: Connection closed for inactivity]
[02:29:40] <memfrob> the changes to linuxcnc: dpaste.com/0Y6CVMQ
[02:31:29] -!- theorbtwo has quit [Ping timeout: 252 seconds]
[02:57:40] -!- fablab has quit [Ping timeout: 252 seconds]
[02:59:09] -!- pcw_home has quit [Read error: Connection reset by peer]
[03:02:48] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[03:13:47] -!- zeitue has quit [Ping timeout: 246 seconds]
[03:28:18] <cradek> memfrob: trying to follow: what do you mean by "it skips it"?
[03:32:38] -!- pippin88 has quit [Ping timeout: 264 seconds]
[03:40:14] <memfrob> ah, latency-test loads modules in a certain order
[03:40:47] <memfrob> because rtai_ksched isn't there, that module gets skipped as opposed to loading "rtai_sched"
[03:41:11] <memfrob> rtai_sched, formally rtai_ksched, has *set_rt_fun_ext_index functions
[03:41:47] <memfrob> when rtai_fifos loads, it has undefined functions because rtai_sched isn't loaded
[03:42:08] <memfrob> hence latency-test doesn't run
[03:45:59] <memfrob> i'll take a closer look at all this tomorrow but for the most part it's just about finished
[03:47:08] <cradek> looks like configure already handles some of this rtai module name variation
[03:47:26] <cradek> seems like you could experiment with that (add rtai_sched next to rtai_ksched and hope for the best?)
[03:48:45] <memfrob> indeed
[03:48:52] <cradek> perhaps both configure.in and rtapi.conf.in
[03:49:04] <memfrob> ok will do!
[03:49:25] * cradek waves a rubber chicken over configure.in
[03:51:33] -!- pandeiro has quit [Remote host closed the connection]
[03:58:01] -!- tekniq has quit [Ping timeout: 252 seconds]
[03:59:47] <memfrob> :P
[04:12:14] -!- syyl has quit [Ping timeout: 256 seconds]
[04:27:22] -!- AR_ has quit [Ping timeout: 240 seconds]
[04:29:43] -!- zee-Lathe has quit [Remote host closed the connection]
[04:37:42] -!- furrywolf has quit [Ping timeout: 244 seconds]
[05:07:33] -!- anth0ny_ has quit [Quit: anth0ny_]
[05:36:44] -!- Captain_Crow has quit [Read error: Connection reset by peer]
[05:45:28] -!- samuel7 has quit [Quit: Nettalk6 - www.ntalk.de]
[05:55:29] -!- mhaberler has quit [Ping timeout: 246 seconds]
[05:56:38] -!- kwallace [kwallace!~kwallace@tmb-219.sonnet.com] has parted #linuxcnc-devel
[05:59:47] <memfrob> One of the new features of RTAI (that I haven't gotten working yet) is an at-compile-time x86 latency calibration tool, and it adjusts RTAI to fit that system's timer, I don't know the full details but I believe it's supposed to lower latency dramatically on systems tuned for it.
[06:00:43] <memfrob> I sent a few emails out to the RTAI mailing list and I'm waiting on a potentional fix or at least some more info on why it's not working.
[06:02:22] -!- adam3999 has quit [Ping timeout: 255 seconds]
[06:10:36] -!- ve7it has quit [Remote host closed the connection]
[06:17:57] -!- FinboySlick has quit [Quit: Leaving.]
[06:30:46] -!- FreezingCold has quit [Ping timeout: 265 seconds]
[06:48:09] -!- DGMurdockIII has quit [Quit: Leaving]
[06:59:12] -!- pippin88_ has quit [Quit: Leaving]
[07:09:24] -!- tjtr33 has quit [Quit: Leaving]
[07:30:34] -!- mttr has quit [Ping timeout: 256 seconds]
[07:35:38] -!- tekniq has quit [Ping timeout: 246 seconds]
[08:07:03] -!- djinni` has quit [Ping timeout: 245 seconds]
[08:54:20] -!- zeitue has quit [Read error: Connection reset by peer]
[09:05:42] -!- Komzpa has quit [Read error: Connection reset by peer]
[09:05:49] -!- f1oat3 [f1oat3!~f1oat@AMontsouris-553-1-40-185.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[09:12:57] -!- mhaberler has quit [Quit: mhaberler]
[09:23:15] -!- jack16 has quit [Ping timeout: 252 seconds]
[09:28:09] -!- mariusl [mariusl!marius@105-208-157-123.access.mtnbusiness.co.za] has joined #linuxcnc-devel
[09:29:43] <mariusl> G'day All. Has anyone here configured the 7i80 on debian and mafe it work. I am looking for a sample config
[09:40:14] -!- shadowjack_ has quit [Read error: Connection reset by peer]
[09:56:42] -!- rob_h [rob_h!~robh@90.212.252.1] has joined #linuxcnc-devel
[09:59:20] -!- tekniq has quit [Ping timeout: 252 seconds]
[10:07:37] -!- zeitue has quit [Ping timeout: 264 seconds]
[10:29:02] -!- TTN has quit [Ping timeout: 245 seconds]
[10:36:44] -!- mariusl [mariusl!marius@105-208-157-123.access.mtnbusiness.co.za] has parted #linuxcnc-devel
[10:49:59] -!- Brunetty has quit [Read error: Connection reset by peer]
[10:53:18] -!- zeitue has quit [Ping timeout: 272 seconds]
[11:00:47] -!- Praesmeodymium has quit [Ping timeout: 252 seconds]
[11:02:45] Praesmeodymium|2 is now known as Praesmeodymium
[11:48:05] -!- zeitue has quit [Ping timeout: 244 seconds]
[12:08:17] -!- JT-Shop has quit [Read error: Connection reset by peer]
[12:09:53] -!- jthornton has quit [Read error: Connection reset by peer]
[12:13:00] -!- ketul [ketul!7c7d4564@gateway/web/freenode/ip.124.125.69.100] has joined #linuxcnc-devel
[12:19:43] <ketul> I am interested for New realtime kernels in LinuxCNC
[12:19:51] <ketul> can anyone help for getting started
[12:27:42] <archivist> your project, you need to decide
[12:28:07] -!- Loetmichel2 has quit []
[12:30:04] <archivist> have you looked at any linuxcnc documentation yet etc
[12:34:24] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[12:44:09] amnesic_away is now known as amnesic
[12:48:53] <ketul> yep archivist
[12:48:59] <ketul> I have seen it
[12:49:23] <ketul> and I cross compiled vanilla kernel for BBB also
[12:50:58] <ketul> So tell me any requirements from your side ?
[12:51:31] <ketul> Or I have to directly apply through melange?
[12:52:10] <archivist> no idea I am not a mentor
[12:52:35] <ketul> ok thats why I was asking about mentor on #brlcad
[12:52:37] -!- jthornton [jthornton!~john@184.21.239.59] has joined #linuxcnc-devel
[12:53:17] <archivist> you needed the real question which you have only just alluded to
[12:53:26] <ketul> also mailed to Sebastian Kuzminsky. But no response
[12:54:00] <archivist> everyone are volunteers, you need to wait for answers
[12:54:09] <ketul> ok
[13:08:03] -!- [cube] has quit [Ping timeout: 250 seconds]
[13:16:20] -!- johtso has quit [Quit: Connection closed for inactivity]
[13:25:02] -!- nerdfiles has quit [Ping timeout: 252 seconds]
[13:27:18] <CaptHindsight> ketul: new RTAI, preempr_rt or?
[13:40:49] amnesic is now known as amnesic_away
[13:58:24] -!- anth0ny_ has quit [Read error: Connection reset by peer]
[14:03:26] -!- anth0ny__ has quit [Quit: anth0ny__]
[14:13:37] -!- JT-Shop [JT-Shop!~john@184.21.239.59] has joined #linuxcnc-devel
[14:15:03] <ketul> CaptHindsight: yes
[14:15:28] -!- Brunetty has quit [Quit: Follow me]
[14:15:54] <archivist> yes what
[14:17:07] <archivist> ketul, this line was in Sean's message to gsoc students on the brlcad mailing list "If this were a college homework assignment, think of your ability to communicate well as being worth half your grade! The other half is how productive you can be without unnecessarily consuming the time of others."
[14:18:48] <ketul> LinuxCNC supports two realtime kernels: RTAI and Preempt-RT. I didn't get "or"
[14:19:27] <archivist> there are other kernels you could be writing another
[14:20:34] <ketul> LinuxCNC supports two realtime kernels: RTAI and Preempt-RT. We target a variety of Debian-based distributions, and we provide debian packages of the realtime kernels we need. The goal of this project is to expand existing packaging infrastructure to build newer versions of RTAI and Preempt-RT, for Debian Jessie and Ubuntu Trusty.
[14:20:43] <ketul> this is the project idea right.
[14:21:42] <ketul> so here the idea is not about other kernels
[14:22:08] <pcw_home> Yeah
[14:23:55] -!- paideia has quit [Client Quit]
[14:26:21] <ketul> archivist: Now tell me what I am supposed to do?
[14:28:42] <archivist> I think some self driving is required, I would have to google to tell you
[14:28:48] -!- kwallace [kwallace!~kwallace@tmb-231.sonnet.com] has joined #linuxcnc-devel
[14:31:25] <pcw_home> Have you built real time kernels before?
[14:31:27] <pcw_home> (RTAI is more trouble than Preemt-RT but typically has better performance)
[14:38:35] -!- Komzzpa has quit [Ping timeout: 252 seconds]
[14:44:56] <ketul> pcw_yes
[14:45:07] <ketul> I have build rtems too.
[14:45:11] <ketul> nd vanilla
[14:45:29] <ketul> pcw_home *
[14:52:35] <seb_kuzminsky> ketul: hi
[14:53:21] <seb_kuzminsky> you're right, the project as i wrote it down is: update our kernel packaging for rtai and rt-preempt
[14:55:03] <ketul> seb_kuzminsky: hi
[14:55:12] <seb_kuzminsky> for getting started, you've done the first step, which is to come talk to us
[14:55:22] <ketul> I mailed you .
[14:55:50] <seb_kuzminsky> the next step will be to check out the existing kernel packaging infrastructure, it's not super simple
[14:55:50] <ketul> ok then what am I supposed to be?
[14:56:07] <seb_kuzminsky> i saw your email, sorry i didnt reply sooner
[14:56:17] <ketul> np.
[14:57:07] <seb_kuzminsky> where are you from? what is your interest in linuxcnc and/or realtime kernels?
[14:57:29] <ketul> you mean stream?
[14:57:33] -!- mhaberler has quit [Quit: mhaberler]
[14:57:45] <ketul> Electronics and Communication
[14:58:25] -!- kwallace2 [kwallace2!~kwallace@smb-162.sonnet.com] has joined #linuxcnc-devel
[14:59:13] -!- kwallace has quit [Ping timeout: 255 seconds]
[14:59:30] <ketul> My interest is in embedded systems and know the basics about that
[15:00:02] <ketul> I do have worked with 3d printer
[15:00:08] <seb_kuzminsky> cool
[15:00:22] <seb_kuzminsky> have you used debian long?
[15:00:32] <ketul> yep
[15:00:41] <seb_kuzminsky> have you build debian packages before?
[15:00:42] <ketul> in beagle also
[15:01:32] <seb_kuzminsky> cool, we dont support on the beaglebone currently, but one possible outcome of this gsoc project would be a usable rt-preempt kernel for the bbb, and then linuxcnc could run on it
[15:03:02] <ketul> In that mail I wrote my github link about rt kernel build
[15:03:12] <ketul> :)
[15:03:33] <seb_kuzminsky> aha, i should read it
[15:03:36] * seb_kuzminsky reads
[15:03:43] <ketul> (y)
[15:04:26] <seb_kuzminsky> oh yeah, you sent it yesterday morning, it's not unusual for me to take a couple of days to respond to email unforunately
[15:04:45] <ketul> cool, ya its ok
[15:06:45] <ketul> actually currently working on UAV having Nuttx RTOS
[15:07:17] <seb_kuzminsky> ok cool, so you forked vmayoral's bbb build system and figured out how to run it, and documented the process
[15:07:22] <seb_kuzminsky> that's a great start
[15:07:54] <seb_kuzminsky> the build system we use is quite different, it's based on the debian.org packaging of the linux kernel
[15:08:07] <seb_kuzminsky> with a custom pbuilder-based build system wrapped around it
[15:08:24] <ketul> ok
[15:09:03] <ketul> so which kind of documents should I read for that
[15:09:07] <seb_kuzminsky> the next step is probably to clone the linux-rtai-build repo locally and try to build it
[15:09:21] <ketul> ok
[15:09:21] <pcw_home> also a bit different than embedded systems because 1 kernel needs to support a wide variety of hardware
[15:09:22] <seb_kuzminsky> the top-level README in that repo has all the docs we have about kernel building
[15:09:22] <pcw_home> (and how wide is an interesting choice)
[15:09:48] <seb_kuzminsky> pcw_home: yeah, good point
[15:10:03] <seb_kuzminsky> we get a lot of that by piggybacking on debian.org's kernel configs
[15:10:40] <ketul> ok
[15:10:50] <seb_kuzminsky> they have three x86 kernel configs, we build & ship two of them: 686-pae (32-bit) and amd64 (64-bit)
[15:11:19] <ketul> yep
[15:11:36] <seb_kuzminsky> we do not currently deal with their non-pae i486 flavor for ancient computers
[15:11:57] <seb_kuzminsky> it could be added, but i dont think it adds much value
[15:12:50] <seb_kuzminsky> the main thing we change is add what debian calls a patchset, containing one of memfrob's rtai patches
[15:14:09] <seb_kuzminsky> in addition to the rtai kernel that linuxcnc.org publishes, linuxcnc supports (can run under) the rt-preempt kernel that debian.org ships for wheezy (debian 7)
[15:14:55] <seb_kuzminsky> they ship that kernel for i686-pae and amd64 (and notably not for arm)
[15:15:12] <seb_kuzminsky> so, i have three goals for this gsoc project:
[15:15:32] <seb_kuzminsky> 1. update our rtai kernel (for 686-pae and amd64) to a newer version of linux & rtai
[15:16:04] <seb_kuzminsky> 2. debian.org dropped their preempt-rt kernel for jessie, we should pick it up (update to a newer version of linux & preempt-rt)
[15:16:13] <ketul> ok
[15:16:36] <seb_kuzminsky> 3. (stretch goal) build a preempt-rt kernel for some set of arm boards (bbb & u3 maybe?)
[15:17:02] <pcw_home> Jetson?
[15:17:35] <seb_kuzminsky> yeah, that's a good one
[15:18:00] <seb_kuzminsky> might work well with hm2 spi or eth
[15:18:27] <seb_kuzminsky> ketul: there's another student named shivam, who's also expressed interest in working on this project
[15:18:41] <seb_kuzminsky> we'll have to figure out how that works (this is my first year as a gsoc mentor)
[15:18:43] <ketul> ok cool
[15:19:31] <seb_kuzminsky> so for now i suggest you try to reproduce the linux-rtai-build build, and ask here or mail the emc-developers list with any questions
[15:21:04] <ketul> just want to tell you that as far as your repo linux-rtai-build is concerned I am the first 1 for fork. means 1 forks yet.
[15:22:18] <ketul> cool
[15:25:36] <pcw_home> seb_kuzminsky: isn't probe-parport is gone as of 2.7?
[15:25:51] <seb_kuzminsky> yes
[15:26:08] <pcw_home> (forum question)
[15:26:29] <seb_kuzminsky> http://linuxcnc.org/docs/2.7/html/getting-started/index.html#_updating_your_config
[15:28:25] -!- Komzzpa has quit [Ping timeout: 256 seconds]
[15:32:02] -!- nerdfiles has quit [Ping timeout: 264 seconds]
[15:40:59] amnesic_away is now known as amnesic
[16:10:17] -!- nerdfiles has quit [Ping timeout: 265 seconds]
[16:25:55] <memfrob> ketul: Didn't read all of the scrollback but if you want new RTAI code I'm actually in the midst of re-writing RTAI 4.1 with kernel 3.16.7 support and removing all the in-kernel legacy RT code (legacy interface to IPIPE)
[16:26:45] <memfrob> as of right now though in terms of stable, there is the master branch of my RTAI tree hosted at github.com/NTULINUX/RTAI
[16:27:27] <memfrob> dev tree has the latest 4.1 and additional odds and ends but does not work yet and does not have updated kernel patches
[16:27:30] <ketul> ok let me check
[16:28:09] <memfrob> master branch is rock solid and specifically tuned for linuxcnc, tested on 32 and 64-bit systems, latest kernel supported is 3.16.7
[16:29:48] <memfrob> speaking of dev tree, I got the rtai_sched module loaded before rtai_fifos but I'm running into a really serious problem which I think has to do with the re-write self. waiting for lat to become ready... (hangs here forever) mouse locks up, and kernel eventually freezes
[16:31:40] -!- ketul has quit [Ping timeout: 246 seconds]
[16:33:37] <memfrob> Also when I run halrun -U for some reason it says cannot access shared memory errno=19
[16:33:39] -!- ketul [ketul!7c7d4564@gateway/web/freenode/ip.124.125.69.100] has joined #linuxcnc-devel
[16:34:02] <memfrob> /etc/security/limits.conf has the memlock stuff in there but it still has issues
[16:34:29] -!- tocka has quit [Quit: tocka]
[16:36:38] <ketul> memfrob: sorry missed last lines can you please copy paste?
[16:36:59] <memfrob> the lines after let me check?
[16:37:41] <memfrob> master branch is rock solid and specifically tuned for linuxcnc, tested on 32 and 64-bit systems, latest kernel supported is 3.16.7
[16:37:52] <ketul> ok got
[16:38:05] <ketul> seb_kuzminsky: done built
[16:38:10] <memfrob> the rest of what i said was just about the problems I'm having with dev branch
[16:38:28] <memfrob> Hmm.. where is jepler?
[16:39:40] <memfrob> A few months back he proposed the idea of an RTAPI that has a direct interface to IPIPE, now that I'm re-writing RTAI a third time and the problems I'm having, I really wish I supported his idea.
[16:40:22] <memfrob> a RTAPI -> IPIPE without xenomai / rtai would really make things easy.
[16:42:14] <CaptHindsight> a concern the devs here might have is long term support for this vs rolling the dice with RTAI.org
[16:42:38] -!- karavanjo has quit [Ping timeout: 246 seconds]
[16:54:15] -!- zeitue has quit [Ping timeout: 250 seconds]
[16:56:14] -!- CaptHindsight has quit [Read error: Connection reset by peer]
[16:59:11] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[17:00:18] -!- adam3999 [adam3999!~adam3999@pool-108-38-17-37.lsanca.fios.verizon.net] has joined #linuxcnc-devel
[17:30:04] <ketul> seb_kuzminsky: reproduced successfully.
[17:30:38] <ketul> :)
[17:31:33] amnesic is now known as amnesic_away
[17:38:22] -!- CaptHindsight has quit [Quit: gone]
[17:38:23] -!- micges has quit [Quit: Ex-Chat]
[17:43:22] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[17:44:44] -!- FreezingCold has quit [Read error: Connection reset by peer]
[17:56:08] -!- amiri_ has quit [Ping timeout: 265 seconds]
[18:01:25] -!- micges [micges!~micges@ewu147.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[18:03:09] -!- AR_ has quit [Ping timeout: 250 seconds]
[18:05:04] <seb_kuzminsky> ketul: great! did you build both linux-image-rtai and rtai-modules? link to your deb archive pls
[18:10:41] <ketul> its same as your repo
[18:11:18] <ketul> rtai modules remaining I think
[18:11:45] <memfrob> my repo?
[18:12:11] <ketul> last line "touch stamps/precise/i386/kernel-wedge.deb"
[18:12:25] <memfrob> ah, not my repo.
[18:13:02] <ketul> yep memfrob. actually +seb_kuzminsky told me to do so.
[18:14:03] <ketul> :)
[18:14:25] <memfrob> my repo has nothing to do with seb's work just FYI
[18:18:45] <memfrob> wait, seb_kuzminsky, which one of my patches did you include?
[18:18:57] <ketul> cool
[18:19:07] <memfrob> i'm so confused!
[18:19:27] <ketul> me too .
[18:20:12] <memfrob> heh.
[18:21:26] <ketul> actually I am interested for project called New realtime kernels (mentor is seb_kuzminsky)
[18:22:56] <memfrob> IPIPE (the RT kernel code used by xenomai and RTAI) only goes up to 3.16 but i was able to bump it to 3.16.7, 3.18 is in development though
[18:23:27] -!- micges has quit [Quit: Ex-Chat]
[18:23:38] <memfrob> http://git.xenomai.org/ipipe.git/
[18:23:59] <memfrob> When 3.18 is stable I'll throw it into RTAI
[18:30:49] <memfrob> probably master branch as the dev branch might be broken for quite some time
[18:37:01] -!- AR__ has quit [Ping timeout: 264 seconds]
[19:04:26] <seb_kuzminsky> memfrob: ketul is reproducing the steps that i took to build our kernel & rtai debs, as an introduction to the build system, so that he can update it to a new kernel & rtai version in the future
[19:05:41] <seb_kuzminsky> it's using your hal-linux-3.4.55-x86-1.patch
[19:06:03] <seb_kuzminsky> from commit a0dc5355 of the Shabby RTAI repo
[19:06:55] <seb_kuzminsky> ketul: when i asked for a link to the deb archive, i meant the debian packages that you built using that build system.
[19:07:26] <seb_kuzminsky> they show up in "dists/", in the top-level directory of the linux-rtai-build checkout
[19:09:53] -!- furrywolf has quit [Ping timeout: 250 seconds]
[19:11:08] -!- nerdfiles has quit [Read error: Connection reset by peer]
[19:16:08] amnesic_away is now known as amnesic
[19:16:08] -!- Roguish [Roguish!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[19:20:26] <ketul> seb_kuzminsky: I built debian package for amd64 and i386 right.
[19:22:12] <ketul> I got that in /dists/precise/main
[19:25:45] <ketul> sorry let me do some changes
[19:32:22] -!- DaViruz has quit [Ping timeout: 240 seconds]
[19:43:00] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[19:59:26] -!- tiwake has quit [Ping timeout: 244 seconds]
[20:02:30] -!- TTN has quit [Ping timeout: 252 seconds]
[20:02:53] -!- Camaban has quit [Ping timeout: 246 seconds]
[20:14:23] -!- karavanjo has quit [Ping timeout: 246 seconds]
[20:18:44] -!- micges [micges!~micges@eps246.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[20:23:39] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[20:24:26] -!- MrFahrenheit has quit [Quit: That's all]
[20:29:39] -!- kwallace_shop [kwallace_shop!~kwallace@smb-162.sonnet.com] has joined #linuxcnc-devel
[20:32:26] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[20:39:13] -!- WalterN has quit [Ping timeout: 244 seconds]
[20:39:25] -!- erve has quit [Remote host closed the connection]
[20:49:47] -!- nerdfiles has quit [Ping timeout: 246 seconds]
[20:54:33] <KimK_laptop> skunkworks: Hi Sam. I recall your interest in engines. Have you seen this piston & connecting rod animation done with FreeCAD?
http://giant.gfycat.com/EntireUnimportantIndianpangolin.gif Details here:
http://freecad-tutorial.blogspot.com/2014/06/piston-conrod-animation.html
[20:59:53] -!- MrFahrenheit has quit [Ping timeout: 244 seconds]
[21:15:20] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[21:19:50] -!- nerdfiles has quit [Ping timeout: 246 seconds]
[21:21:58] -!- MrFahrenheit has quit [Quit: That's all]
[21:23:13] -!- ketul has quit [Ping timeout: 246 seconds]
[21:40:37] -!- mttr has quit [Ping timeout: 255 seconds]
[21:48:16] -!- TTN has quit [Ping timeout: 255 seconds]
[21:51:54] -!- f1oat3 has quit [Ping timeout: 256 seconds]
[21:59:54] WalterN is now known as tiwake
[22:06:18] -!- MrFahrenheit has quit [Quit: That's all]
[22:16:56] -!- nerdfiles has quit [Read error: Connection reset by peer]
[22:21:56] -!- Deejay has quit [Quit: bye]
[22:24:11] -!- Brunetty has quit [Quit: Follow me]
[22:40:18] -!- tinkerer has quit [Remote host closed the connection]
[22:41:02] -!- tekniq has quit [Ping timeout: 264 seconds]
[22:44:30] -!- CaptHindsight has quit [Read error: Connection reset by peer]
[22:54:01] -!- anarchos2 has quit [Read error: Connection reset by peer]
[22:57:11] -!- mhaberler has quit [Quit: mhaberler]
[23:02:04] -!- FreezingCold has quit [Ping timeout: 255 seconds]
[23:04:49] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[23:26:03] -!- gonzo_nb has quit [Remote host closed the connection]
[23:27:40] -!- micges has quit [Quit: Ex-Chat]
[23:28:26] -!- nerdfiles has quit [Read error: Connection reset by peer]
[23:48:26] <memfrob> seb_kuzminsky: oh that commit, i thought it was a commit from my master NTULINUX branch