#linuxcnc-devel | Logs for 2016-04-17

Back
[00:02:47] <seb_kuzminsky> andypugh: i'd be happy to teach you the process, it's not hard
[00:03:21] <seb_kuzminsky> the key insight is that our linuxcnc repo on github is a mirror of the real repo at git.linuxcnc.org
[00:03:40] <seb_kuzminsky> so you can't make changes directly to the repo at github, because they'll be overwritten next time we sync from git.linuxcnc.org
[00:04:33] <seb_kuzminsky> so you have to fetch the PR into a local repo on your development machine, merge it into the right branch from glo, and push the result to glo (the push is just like what you do with your own commits)
[00:04:50] <seb_kuzminsky> after a while, glo will sync to github, and then you can close the PR
[00:06:50] <andypugh> Right, OK.
[00:07:08] <andypugh> At the moment I don’t have a dev machine, it became the lathe controller.
[00:08:14] <andypugh> I have a VM on the Mac, but I don’t know, at the moment, if I can push from there.
[00:08:54] <andypugh> I have a list of projects to get on with in the code, but at the moment I am 100% hardware on the lathe.
[00:09:22] <andypugh> So, right now, I probably can’t merge the new comp without a fair bit of work setting up a new dev system.
[00:17:09] -!- Loetmichel has quit [Ping timeout: 260 seconds]
[00:19:24] <andypugh> Actually, this might be OK, the Mac uses git too.
[00:20:02] <andypugh> The puzzle is how to get the PR into my local git
[00:26:09] <seb_kuzminsky> i thought jepler wrote up some docs on this a while back
[00:26:35] <andypugh> Maybe he did, I haven’t been paying much attention
[00:27:41] <seb_kuzminsky> and i can't find it, so maybe i'm hallucinating again
[00:27:43] <andypugh> The “command ine instructions” link is actually pretty clear.
[00:28:57] <seb_kuzminsky> there's this: https://help.github.com/articles/checking-out-pull-requests-locally/
[00:29:06] -!- rigid has quit [Quit: NO WINE, NO WIFE, NO CARRIER]
[00:29:07] <seb_kuzminsky> heh, which say to do what you just said
[00:30:01] <seb_kuzminsky> yep, those instructions seem spot on
[00:30:23] <seb_kuzminsky> what do you know, the github folks know git
[00:32:31] <andypugh> Well, except that the merge command asked me to write a commit message, and put me in vi to do it. And I have never used vi…
[00:32:54] -!- asdfasd has quit [Ping timeout: 260 seconds]
[00:34:27] <andypugh> How do you get out of vi?
[00:35:36] -!- tchaddad has quit [Remote host closed the connection]
[00:35:44] <Tom_itx> :x
[00:36:11] <Tom_itx> http://www.lagmonster.org/docs/vi.html
[00:37:06] <Tom_itx> i use pico
[00:37:35] <andypugh> Tom_itx: So do I. Or nano. When it is my choice.
[00:42:50] <andypugh> Looks like I don’t have the ssh keys etc set up on this machine.
[00:43:11] <andypugh> I tried pushing with dry-run and it wasn’t having it.
[00:43:37] -!- yasnak has quit [Read error: Connection reset by peer]
[00:48:45] <seb_kuzminsky> ok, i'll do it, i have github access here
[00:49:27] -!- tchaddad has quit [Ping timeout: 260 seconds]
[00:50:18] <andypugh> Thanks.
[00:52:57] <seb_kuzminsky> did you build it?
[00:53:31] -!- floppydisk-ph has quit [Ping timeout: 252 seconds]
[00:57:42] <seb_kuzminsky> it doesnt build on my uspace machine
[00:58:04] <seb_kuzminsky> the build system for our .comp files is really lame and broken
[01:02:00] -!- skunkworks has quit [Ping timeout: 276 seconds]
[01:03:56] <andypugh> Ah, well spotted.
[01:04:28] <andypugh> I didn’t try to build it. It shouldn’t need to be in the makefile should it?
[01:04:39] <andypugh> Should just be picked up as a comp.
[01:05:28] <andypugh> As I mentioned, I was in OSX Git, no point trying to build there.
[01:09:54] <andypugh> He has put it in src/hal/drivers That is probably the wrong place.
[01:12:02] -!- cbzx has quit [Quit: Konversation terminated!]
[01:17:42] <seb_kuzminsky> it might work on rtai and not on uspace
[01:17:50] <seb_kuzminsky> do you know what his development environment is?
[01:23:31] <KGB-linuxcnc> 03Sebastian Kuzminsky 05sleepybishop-max31855 c0f7aae 06linuxcnc Merge branch 'max31855' of https://github.com/sleepybishop/linuxcnc-mirror into sleepybishop-max31855 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c0f7aae
[01:23:32] <KGB-linuxcnc> 03Sebastian Kuzminsky 05sleepybishop-max31855 1cab897 06linuxcnc 03src/hal/components/max31855.comp 04src/hal/drivers/max31855.comp move the new max31855 comp to hal/components * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1cab897
[01:25:50] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[01:28:27] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky commented on issue #55: Unfortunately an annoying wrinkle in our .comp build system prevents the component from building on uspace configurations. I'm guessing you're developing on an RTAI machine?... 02https://github.com/LinuxCNC/linuxcnc/pull/55#issuecomment-210934628
[01:36:03] <linuxcnc-build> build #3258 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/3258 blamelist: Sebastian Kuzminsky <seb@highlab.com>, joseph calderon <calderon.joe@gmail.com>
[01:40:15] <linuxcnc-build> build #1873 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/1873 blamelist: Sebastian Kuzminsky <seb@highlab.com>, joseph calderon <calderon.joe@gmail.com>
[01:43:36] -!- SkramX has quit [Ping timeout: 276 seconds]
[01:44:26] <seb_kuzminsky> sigh
[01:44:38] <linuxcnc-build> build #1201 of 1902.clang-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1902.clang-wheezy-rtai-i386/builds/1201 blamelist: Sebastian Kuzminsky <seb@highlab.com>, joseph calderon <calderon.joe@gmail.com>
[01:55:29] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[01:55:32] <skunkworks> zlog
[01:55:32] <zlog> skunkworks: Log stored at http://tom-itx.no-ip.biz:81/~tom-itx/irc/logs/%23linuxcnc-devel/2016-04-16.html
[01:57:05] <linuxcnc-build> build #4061 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/4061 blamelist: Sebastian Kuzminsky <seb@highlab.com>, joseph calderon <calderon.joe@gmail.com>
[02:17:02] -!- justanotheruser has quit [Read error: Connection reset by peer]
[02:19:27] <andypugh> I wonder what the problem is?
[02:19:51] <seb_kuzminsky> NAN not defined
[02:20:36] <andypugh> Oh
[02:21:18] <andypugh> That’s something the chiip itself does a lot (we use them at work)
[02:21:58] <andypugh> As in, the chip sends a float, and it uses NaN as an error
[02:22:35] -!- teepee_ [teepee_!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[02:23:24] -!- teepee has quit [Ping timeout: 244 seconds]
[02:23:24] teepee_ is now known as teepee
[02:24:27] -!- SkramX has quit [Ping timeout: 264 seconds]
[02:51:48] -!- Contract_Pilot has quit [Quit: Leaving]
[03:02:33] -!- CaptHindsight has quit [Quit: Leaving]
[03:10:03] -!- AR_ has quit [Ping timeout: 276 seconds]
[03:27:50] -!- Nick001 has quit [Quit: ChatZilla 0.9.92 [Firefox 39.0.3/20150806001005]]
[03:28:53] -!- andypugh has quit [Quit: andypugh]
[03:37:21] -!- sumpfralle has quit [Ping timeout: 276 seconds]
[03:59:04] amnesic is now known as amnesic_away
[04:13:31] -!- justanotheruser has quit [Read error: Connection reset by peer]
[04:25:39] -!- patrickarlt has quit [Remote host closed the connection]
[04:50:39] -!- tchaddad has quit [Remote host closed the connection]
[04:53:52] -!- patrickarlt has quit [Quit: Leaving...]
[04:57:23] -!- beawesomeinstead has quit [Ping timeout: 244 seconds]
[05:21:56] -!- likevinyl has quit [Quit: likevinyl]
[06:00:42] -!- tchaddad has quit [Remote host closed the connection]
[06:11:02] -!- Mathnerd314_ has quit [Ping timeout: 268 seconds]
[06:25:46] -!- ve7it has quit [Remote host closed the connection]
[06:29:21] -!- Komzpa has quit [Ping timeout: 244 seconds]
[06:33:04] -!- tchaddad has quit [Remote host closed the connection]
[06:49:40] -!- kwallace has quit [Ping timeout: 264 seconds]
[06:50:46] -!- kwallace [kwallace!~kwallace@162.222.30.12] has joined #linuxcnc-devel
[06:50:54] -!- Swapper_1 has quit [Ping timeout: 264 seconds]
[07:04:14] -!- kwallace [kwallace!~kwallace@162.222.30.12] has parted #linuxcnc-devel
[07:11:11] -!- d42 has quit [Ping timeout: 244 seconds]
[07:55:29] -!- Connor1 [Connor1!~Connor@c-67-187-108-117.hsd1.tn.comcast.net] has joined #linuxcnc-devel
[07:56:43] -!- d42 has quit [*.net *.split]
[07:56:47] -!- Loetmichel2 has quit [*.net *.split]
[07:56:47] -!- FloppyDisk has quit [*.net *.split]
[07:56:47] -!- spooq has quit [*.net *.split]
[07:56:47] -!- jst_ has quit [*.net *.split]
[07:56:48] -!- maurris has quit [*.net *.split]
[07:56:49] -!- radish has quit [*.net *.split]
[07:56:49] -!- toastyde1th has quit [*.net *.split]
[07:56:49] -!- minibnz has quit [*.net *.split]
[07:56:50] -!- leptonix has quit [*.net *.split]
[07:56:52] -!- aedla has quit [*.net *.split]
[07:56:53] -!- Timbo has quit [*.net *.split]
[07:56:54] -!- MattyMatt has quit [*.net *.split]
[07:56:55] -!- TheBall has quit [*.net *.split]
[07:56:56] -!- calvinmetcalf has quit [*.net *.split]
[07:56:57] -!- Encapsulation has quit [*.net *.split]
[07:56:58] -!- wtsmer has quit [*.net *.split]
[07:57:00] -!- MrTrick has quit [*.net *.split]
[07:57:01] -!- Connor has quit [*.net *.split]
[07:57:03] MrTrick_ is now known as MrTrick
[07:57:16] -!- rob_h [rob_h!~robh@90.203.33.190] has joined #linuxcnc-devel
[07:58:43] -!- FloppyDisk5_25 has quit [Ping timeout: 244 seconds]
[07:59:11] calvinmetcalf_ is now known as calvinmetcalf
[08:11:37] -!- Swapper_1 has quit [Ping timeout: 260 seconds]
[08:12:01] -!- d42 has quit [*.net *.split]
[08:12:03] -!- Connor1 has quit [*.net *.split]
[08:12:03] -!- ybor has quit [*.net *.split]
[08:12:05] -!- MrTrick has quit [*.net *.split]
[08:12:06] -!- toastyde2th has quit [*.net *.split]
[08:12:08] -!- ThirtyThirtyWin has quit [*.net *.split]
[08:12:09] -!- Deejay has quit [*.net *.split]
[08:12:11] -!- teepee has quit [*.net *.split]
[08:12:12] -!- skunkworks has quit [*.net *.split]
[08:12:12] -!- rigid has quit [*.net *.split]
[08:12:14] -!- Tom_itx has quit [*.net *.split]
[08:12:18] -!- SpeedEvil has quit [*.net *.split]
[08:12:19] -!- Reventlov has quit [*.net *.split]
[08:12:20] -!- t12 has quit [*.net *.split]
[08:12:21] -!- tlab has quit [*.net *.split]
[08:12:21] -!- rkj has quit [*.net *.split]
[08:12:23] -!- Swapper__ has quit [*.net *.split]
[08:12:23] -!- Swapper_ has quit [*.net *.split]
[08:12:29] -!- cpresser has quit [*.net *.split]
[08:12:34] -!- MacGyverX has quit [*.net *.split]
[08:12:35] -!- _ink has quit [*.net *.split]
[08:12:35] -!- Lasper has quit [*.net *.split]
[08:12:40] -!- arekm has quit [*.net *.split]
[08:12:46] -!- zeeshan|2 has quit [*.net *.split]
[08:12:46] -!- amnesic_away has quit [*.net *.split]
[08:12:47] -!- a_morale has quit [*.net *.split]
[08:12:50] -!- theorbtwo has quit [*.net *.split]
[08:12:54] -!- pingufan has quit [*.net *.split]
[08:12:54] -!- amiri has quit [*.net *.split]
[08:12:59] -!- mal`` has quit [*.net *.split]
[08:13:06] -!- TekniQue has quit [*.net *.split]
[08:13:09] -!- tiwake has quit [*.net *.split]
[08:13:11] rigid_ is now known as rigid
[08:13:12] -!- rigid has quit [Changing host]
[08:17:46] -!- mal`` [mal``!~mal``@105.ip-167-114-152.net] has joined #linuxcnc-devel
[08:19:49] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[08:23:17] -!- pink_vampire has quit [Quit: KVIrc 4.9.1 Aria http://www.kvirc.net/]
[08:24:28] -!- Connor [Connor!~Connor@c-67-187-108-117.hsd1.tn.comcast.net] has joined #linuxcnc-devel
[08:36:25] -!- gregcnc has quit [Read error: Connection reset by peer]
[08:37:22] -!- A_Nub_ has quit [Read error: Network is unreachable]
[08:50:12] -!- kalxas has quit [Changing host]
[08:51:17] -!- yasnak has quit [Read error: Connection reset by peer]
[09:17:50] -!- SpeedEvil has quit [Max SendQ exceeded]
[09:22:05] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[09:53:15] -!- tumdedum_ has quit [Quit: leaving]
[09:59:14] -!- tumdedum_ has quit [Read error: Connection reset by peer]
[10:01:11] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[10:05:09] tumdedum_ is now known as tumdedum
[10:27:25] -!- b_b has quit [Changing host]
[10:47:36] <jthornton> I guess I'm stuck in another linux dependency hell loop jekyll doesn't seem to work on LinuxMint 17.3
[10:48:04] <jthornton> all their claims about simple just flew out the window lol
[10:56:58] -!- teepee has quit [Ping timeout: 244 seconds]
[10:57:12] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[10:58:31] -!- SEL [SEL!~SEL@net77-43-27-64.mclink.it] has joined #linuxcnc-devel
[10:58:44] -!- SEL has quit [Remote host closed the connection]
[11:02:08] amnesicz is now known as amnesic_away
[11:03:25] <jthornton> I did clone wlo and it looks far more complicated that just writing some html pages
[11:06:30] -!- pink_vampire has quit [Ping timeout: 276 seconds]
[11:12:30] -!- amnesic_away has quit [Ping timeout: 244 seconds]
[11:13:00] -!- asdfasd has quit [Ping timeout: 244 seconds]
[11:13:01] -!- rob_h has quit [Ping timeout: 244 seconds]
[11:13:02] -!- MrSunshine_ has quit [Ping timeout: 244 seconds]
[11:13:35] -!- dfgg has quit [Ping timeout: 244 seconds]
[11:13:36] -!- dagjomar_ has quit [Ping timeout: 244 seconds]
[11:14:06] -!- Gaston|Home has quit [Ping timeout: 244 seconds]
[11:14:15] -!- rob_h [rob_h!~robh@90.203.33.190] has joined #linuxcnc-devel
[11:16:25] -!- Gaston|Home [Gaston|Home!~quassel@rosie.office.tw.ly] has joined #linuxcnc-devel
[11:18:42] -!- humble_sea_bass has quit [Ping timeout: 244 seconds]
[11:18:42] -!- Roguish_ has quit [Ping timeout: 244 seconds]
[11:18:42] -!- PCW_ has quit [Ping timeout: 244 seconds]
[11:19:09] -!- Roguish_ [Roguish_!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[11:19:16] -!- PCW [PCW!~chatzilla@99.88.10.65] has joined #linuxcnc-devel
[11:23:24] -!- pink_vampire|2 has quit [Ping timeout: 276 seconds]
[11:25:40] -!- Komzpa has quit [Ping timeout: 250 seconds]
[11:30:25] -!- pink_vampire has quit [Quit: KVIrc 4.9.1 Aria http://www.kvirc.net/]
[11:38:10] -!- jsskangas [jsskangas!uid147771@gateway/web/irccloud.com/x-fzfqehmciegojxfn] has joined #linuxcnc-devel
[11:49:40] -!- jthornton has quit [Read error: Connection reset by peer]
[11:49:40] -!- JT-Shop has quit [Read error: Connection reset by peer]
[11:50:14] -!- jthornton [jthornton!~john@198.45.191.246] has joined #linuxcnc-devel
[11:50:15] -!- JT-Shop [JT-Shop!~john@198.45.191.246] has joined #linuxcnc-devel
[12:17:49] -!- zeeshan [zeeshan!~kvirc64@CPE84948c379051-CM84948c379050.cpe.net.cable.rogers.com] has joined #linuxcnc-devel
[12:38:14] -!- Valen has quit [Remote host closed the connection]
[12:55:22] -!- JT-Shop has quit [Ping timeout: 250 seconds]
[13:19:06] -!- steves_logging has quit [Ping timeout: 276 seconds]
[13:31:59] -!- nofxx has quit [Ping timeout: 244 seconds]
[13:44:19] <jsskangas> Any good suggestions for mini itx board with pci or pcie port?
[13:46:06] <jsskangas> I bought new CNC lathe without control, now fitting Mitsubishi servos and hand lapping it to finest accuracy
[13:59:21] -!- FloppyDisk5_25 has quit [Ping timeout: 244 seconds]
[14:05:52] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[14:08:28] -!- JT-Shop [JT-Shop!~john@198.45.191.246] has joined #linuxcnc-devel
[14:24:21] -!- Tom_L [Tom_L!~Tom@68.102.196.26] has joined #linuxcnc-devel
[14:24:22] -!- Tom_L has quit [Changing host]
[14:24:22] -!- Tom_L [Tom_L!~Tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[14:24:56] -!- Tom_L has quit [Client Quit]
[14:33:36] -!- kwallace [kwallace!~kwallace@162.222.30.12] has joined #linuxcnc-devel
[14:34:12] <pcw_home> jthornton: did you see this:
[14:34:13] <pcw_home> https://theoryl1.wordpress.com/2015/12/30/install-ruby-2-x-on-linux-mint-17-3/
[14:34:15] <pcw_home> and this
[14:34:16] <pcw_home> https://theoryl1.wordpress.com/2015/12/30/jekyll-static-site-generator/
[14:35:29] -!- pink_vampire has quit [Ping timeout: 250 seconds]
[15:02:35] -!- Mathnerd314 [Mathnerd314!~quassel@supertux/Mathnerd314] has joined #linuxcnc-devel
[15:18:01] -!- b_b has quit [Remote host closed the connection]
[15:18:38] -!- b_b has quit [Changing host]
[15:19:06] -!- b_b has quit [Remote host closed the connection]
[15:19:22] -!- b_b has quit [Changing host]
[15:21:47] -!- Tom_shop [Tom_shop!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[15:24:28] -!- zeeshan|2 [zeeshan|2!~kvirc64@CPE84948c379051-CM84948c379050.cpe.net.cable.rogers.com] has joined #linuxcnc-devel
[15:24:52] -!- b_b has quit [Ping timeout: 250 seconds]
[15:24:53] -!- rob_h has quit [Ping timeout: 250 seconds]
[15:25:30] -!- rob_h [rob_h!~robh@90.203.33.190] has joined #linuxcnc-devel
[15:25:45] -!- Roguish_ has quit [Ping timeout: 250 seconds]
[15:27:19] -!- Roguish_ [Roguish_!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[15:27:29] -!- zeeshan has quit [Ping timeout: 250 seconds]
[15:28:50] -!- b_b has quit [Changing host]
[15:30:48] -!- CaptHindsight has quit [*.net *.split]
[15:30:51] -!- dfgg has quit [*.net *.split]
[15:30:52] -!- Tom_itx has quit [*.net *.split]
[15:30:54] -!- ybor has quit [*.net *.split]
[15:30:56] -!- P1ersson has quit [*.net *.split]
[15:30:56] -!- liedman has quit [*.net *.split]
[15:31:00] -!- Gaston|Home has quit [Read error: Connection reset by peer]
[15:32:35] -!- Gaston|Home [Gaston|Home!~quassel@rosie.office.tw.ly] has joined #linuxcnc-devel
[15:37:53] -!- pink_vampire has quit [Ping timeout: 250 seconds]
[15:38:19] -!- BeachBumPete [BeachBumPete!~IceChat9@2601:585:8201:5d87:d0d5:13c1:9dae:52c] has joined #linuxcnc-devel
[15:38:27] -!- BeachBumPete [BeachBumPete!~IceChat9@2601:585:8201:5d87:d0d5:13c1:9dae:52c] has parted #linuxcnc-devel
[15:40:27] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[15:49:09] pink_vampire|2 is now known as pink_vampire
[16:05:47] -!- kalxas has quit [Quit: Goodbye]
[16:06:09] -!- beawesomeinstead has quit [Ping timeout: 276 seconds]
[16:06:48] -!- KGB-linuxcnc has quit [Ping timeout: 276 seconds]
[16:08:03] -!- KGB-linuxcnc [KGB-linuxcnc!~kgb-linux@git.linuxcnc.org] has joined #linuxcnc-devel
[16:11:40] -!- maxcnc has quit [Ping timeout: 250 seconds]
[16:13:08] Tom_shop is now known as Tom_itx
[16:19:23] <JT-Shop> pcw_home: thanks for the links, I did not come across them this morning being very frustrated at the BP part of my brain was shut off I think
[16:19:54] <JT-Shop> I did find and turn on the serial ports and got LinuxCNC to boot so I'm making progress finally
[16:20:34] -!- mase-tech has quit [Quit: Leaving]
[16:21:50] -!- skunkworks_ [skunkworks_!ae7c3ecc@gateway/web/freenode/ip.174.124.62.204] has joined #linuxcnc-devel
[16:22:37] <skunkworks_> pcw_home: Any idea why when I ping the 7i80 - I see the led's on the board count up but don't get any responce back to the comptuer
[16:23:41] <skunkworks_> we mounted the board and now can't communicate with it. May have plugged the 7i44 into the wrong plug
[16:25:05] -!- BeachBumPete has quit [Quit: I'm Outta here!!]
[16:28:31] -!- Komzzpa has quit [Ping timeout: 250 seconds]
[16:28:46] -!- Gaston|Home1 [Gaston|Home1!~quassel@rosie.office.tw.ly] has joined #linuxcnc-devel
[16:31:43] * JT-Shop copies the links to jthornton
[16:32:00] -!- pink_vampire has quit [*.net *.split]
[16:32:00] -!- Gaston|Home has quit [*.net *.split]
[16:32:03] -!- kwallace has quit [*.net *.split]
[16:32:03] -!- Komzpa has quit [*.net *.split]
[16:32:03] -!- morbo has quit [*.net *.split]
[16:33:26] -!- maxcnc has quit [Quit: ChatZilla 0.9.92 [Firefox 45.0/20160304114926]]
[16:34:43] <skunkworks_> I hooked up the 7i92 and it pings - so the computer side seems ok
[16:35:56] -!- joem_ has quit [Read error: Connection reset by peer]
[16:36:57] -!- Duc has quit [Ping timeout: 244 seconds]
[16:47:45] -!- radish has quit [Ping timeout: 276 seconds]
[16:48:18] -!- SpeedEvil has quit [Ping timeout: 244 seconds]
[16:51:34] <skunkworks_> well that is odd - I changed it from 'fixed from eprom - 10.10.10.10' to 'fixed - 192.168.1.121' and now it seems to be working again.
[16:54:15] -!- Giac0m0_ has quit [Ping timeout: 276 seconds]
[16:54:17] -!- Mathnerd314_ [Mathnerd314_!~quassel@supertux/Mathnerd314] has joined #linuxcnc-devel
[16:54:49] Giac0m0 is now known as Guest57445
[17:00:52] -!- FloppyDisk5_25 has quit [*.net *.split]
[17:00:52] -!- Roguish_ has quit [*.net *.split]
[17:00:53] -!- Mathnerd314 has quit [*.net *.split]
[17:00:57] -!- MrSunshine_ has quit [*.net *.split]
[17:00:57] -!- amnesicz has quit [*.net *.split]
[17:00:57] -!- teepee has quit [*.net *.split]
[17:00:58] -!- tumdedum has quit [*.net *.split]
[17:01:06] tumdedum_ is now known as tumdedum
[17:04:35] -!- swarfer has quit [Quit: swarfer]
[17:08:31] -!- Roguish_ [Roguish_!~chatzilla@50.143.183.159] has joined #linuxcnc-devel
[17:08:52] -!- morbo has quit [Ping timeout: 250 seconds]
[17:19:57] <pcw_home> beware if you change IP addresses or cards (MAC addresses) without clearing the ARP cache
[17:27:24] -!- humble_s3a_bass has quit [Client Quit]
[17:28:18] -!- steves_logging [steves_logging!~Steve@wsip-70-182-2-252.dc.dc.cox.net] has joined #linuxcnc-devel
[17:40:36] -!- hsbass has quit [Client Quit]
[17:41:13] -!- humble_s3a_bass has quit [Client Quit]
[17:43:30] -!- humble_sea_bass has quit [Quit: WeeChat 1.0]
[17:48:55] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[17:55:20] <skunkworks_> pcw_home: does that seem odd - it was working with 10.10.10.10 and when I inadvertantly plugged the 7i44 into the wrong plug it stopped seeing the card
[17:55:49] <skunkworks_> swapping the jumpers to the other ip - seemed to make it work again
[17:58:03] -!- d42 has quit [Ping timeout: 264 seconds]
[17:59:21] <pcw_home> you probably just caused a inadvertent power cycle so if you had been messing with jumpers it would re-read them then
[18:03:39] <skunkworks_> I had restarted the 7i80 multible times - wierd. I just set it back to 10.10.10.10 (fixed from eprom) and it is working
[18:04:09] <skunkworks_> (thought I had borked something)
[18:07:55] <skunkworks_> http://electronicsam.com/images/matsuura/20160417_130657.jpg
[18:08:43] <skunkworks_> Really only going to be 1 opto22 board on that side - but dad drilled the holes for 2 just in case.
[18:12:00] -!- likevinyl has quit [Changing host]
[18:13:33] Simonious is now known as Simonious_
[18:14:03] Simonious_ is now known as Simonous
[18:18:06] -!- dgarr [dgarr!~dgarrett@174-26-252-26.phnx.qwest.net] has joined #linuxcnc-devel
[18:19:11] <dgarr> jepler: or cradek this looks like a 2.5 unnoticed bug ? http://www.panix.com/~dgarrett/stuff/0001-glcanon.py-is_lathe-is-a-function.patch
[18:21:19] -!- b_b has quit [Remote host closed the connection]
[18:21:40] -!- b_b has quit [Changing host]
[18:22:36] <dgarr> commit 76b1ed44 2010-07-29
[18:31:02] -!- Komzzpa has quit [Quit: Konversation terminated!]
[18:32:27] -!- humble_sea_bass has quit [Client Quit]
[18:33:32] -!- humble_sea_bass has quit [Client Quit]
[18:39:33] -!- Komzzpa has quit [Ping timeout: 276 seconds]
[18:40:17] <seb_kuzminsky> dgarr: nice find, sure looks like a bug
[18:43:10] Gaston|Home1 is now known as Gaston|Home
[18:45:04] -!- Gaston|Home has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[18:45:44] -!- Gaston|Home [Gaston|Home!~quassel@rosie.office.tw.ly] has joined #linuxcnc-devel
[18:46:20] -!- humble_sea_bass has quit [Quit: WeeChat 1.0]
[19:12:24] -!- b_b has quit [Remote host closed the connection]
[19:23:37] -!- pink_vampire|2 has quit [Read error: Connection reset by peer]
[19:26:35] -!- _abc_ has quit [Quit: leaving]
[19:26:41] -!- likevinyl has quit [Ping timeout: 250 seconds]
[19:29:43] -!- Roguish_ has quit [Ping timeout: 250 seconds]
[19:30:58] -!- Mathnerd314 [Mathnerd314!~quassel@supertux/Mathnerd314] has joined #linuxcnc-devel
[19:31:32] -!- likevinyl has quit [Changing host]
[19:33:21] -!- dgarr has quit [*.net *.split]
[19:33:22] -!- d42 has quit [*.net *.split]
[19:33:24] -!- Mathnerd314_ has quit [*.net *.split]
[19:33:24] -!- liedman has quit [*.net *.split]
[19:33:40] -!- Guest57445 has quit [Ping timeout: 244 seconds]
[19:36:12] amnesic is now known as amnesic_away
[19:37:03] Giac0m0 is now known as Guest49103
[19:40:53] -!- morbo has quit [Ping timeout: 244 seconds]
[19:43:17] -!- dgarr [dgarr!~dgarrett@174-26-252-26.phnx.qwest.net] has joined #linuxcnc-devel
[19:44:13] -!- Roguish_ [Roguish_!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[19:45:18] -!- radish has quit [Ping timeout: 250 seconds]
[19:45:23] -!- morbo has quit [Read error: Connection reset by peer]
[19:47:54] -!- dgarr has quit [Ping timeout: 250 seconds]
[19:50:56] -!- morbo has quit [Ping timeout: 250 seconds]
[19:54:27] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:00:49] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:07:09] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:08:17] -!- morbo has quit [Ping timeout: 250 seconds]
[20:11:41] <jepler> dgarr: I was looking at a similar bit of code recently and I thought I concluded it was a function in one class and a data member in another. which is crazy in its own way. but I may not have read closely enough. I only have my phone for net access this weekend so I can't look into it further. maybe hold of on changing anything as old as 2.5 though?
[20:13:00] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:18:52] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:21:26] -!- tlab_ has quit [Quit: Leaving]
[20:40:02] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:44:33] ybor is now known as remstw
[20:48:15] -!- cers has quit [Ping timeout: 276 seconds]
[20:48:23] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[20:48:35] -!- morbo has quit [Ping timeout: 250 seconds]
[20:55:01] -!- pink_vampire|2 has quit [Ping timeout: 250 seconds]
[21:01:46] -!- Crom has quit [Read error: No route to host]
[21:04:52] -!- ve7it [ve7it!~LawrenceG@S010648f8b3c3bc3b.pk.shawcable.net] has joined #linuxcnc-devel
[21:20:25] -!- Deejay has quit [Quit: bye]
[21:22:02] -!- nofxx has quit [Ping timeout: 260 seconds]
[21:25:26] -!- JT-Shopp [JT-Shopp!~john@198.45.191.246] has joined #linuxcnc-devel
[21:27:17] -!- zeeshan [zeeshan!~kvirc64@173.32.39.47] has joined #linuxcnc-devel
[21:28:10] -!- toastydeath has quit [Read error: Connection reset by peer]
[21:30:23] -!- jsskangas_ [jsskangas_!uid147771@gateway/web/irccloud.com/x-tjpftiajecntbagb] has joined #linuxcnc-devel
[21:33:22] -!- Gaston|Home1 [Gaston|Home1!~quassel@80.252.185.191] has joined #linuxcnc-devel
[21:34:07] -!- Roguish__ [Roguish__!~chatzilla@50.143.183.159] has joined #linuxcnc-devel
[21:34:33] -!- Komzzpa has quit [Ping timeout: 244 seconds]
[21:36:02] -!- ravenlock has quit [Ping timeout: 260 seconds]
[21:39:04] -!- d42- has quit [Remote host closed the connection]
[21:41:08] -!- ve7it has quit [*.net *.split]
[21:41:08] -!- pink_vampire has quit [*.net *.split]
[21:41:11] -!- ThirtyThirtyWin has quit [*.net *.split]
[21:41:12] -!- shaun413 has quit [*.net *.split]
[21:41:13] -!- Roguish_ has quit [*.net *.split]
[21:41:13] -!- d42 has quit [*.net *.split]
[21:41:15] -!- likevinyl has quit [*.net *.split]
[21:41:17] -!- Gaston|Home has quit [*.net *.split]
[21:41:18] -!- teepee has quit [*.net *.split]
[21:41:23] -!- beawesomeinstead has quit [*.net *.split]
[21:41:23] -!- AR_ has quit [*.net *.split]
[21:41:26] -!- rob_h has quit [*.net *.split]
[21:41:26] -!- zeeshan|2 has quit [*.net *.split]
[21:41:27] -!- JT-Shop has quit [*.net *.split]
[21:41:28] -!- jsskangas has quit [*.net *.split]
[21:41:31] -!- asdfasd1 has quit [*.net *.split]
[21:41:31] -!- sumpfralle has quit [*.net *.split]
[21:41:32] -!- t12 has quit [*.net *.split]
[21:41:36] jsskangas_ is now known as jsskangas
[21:42:15] -!- rob_h [rob_h!~robh@90.203.33.190] has joined #linuxcnc-devel
[21:57:47] -!- ve7it [ve7it!~LawrenceG@S010648f8b3c3bc3b.pk.shawcable.net] has joined #linuxcnc-devel
[22:09:30] -!- ve7it has quit [Remote host closed the connection]
[22:11:51] -!- ve7it [ve7it!~LawrenceG@S010648f8b3c3bc3b.pk.shawcable.net] has joined #linuxcnc-devel
[22:12:45] -!- KGB-linuxcnc has quit [Ping timeout: 276 seconds]
[22:14:02] -!- KGB-linuxcnc [KGB-linuxcnc!~kgb-linux@git.linuxcnc.org] has joined #linuxcnc-devel
[22:31:28] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[22:34:32] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.92 [Firefox 39.0.3/20150806001005]]
[22:40:47] -!- Guest49103 has quit [Ping timeout: 260 seconds]
[22:44:00] -!- FloppyDisk5_25 has quit [Client Quit]
[22:44:24] Giac0m0 is now known as Guest24477
[22:54:15] -!- morbo has quit [Ping timeout: 250 seconds]
[22:55:04] -!- andypugh [andypugh!~andypugh@cpc14-basl11-2-0-cust1010.20-1.cable.virginm.net] has joined #linuxcnc-devel
[22:56:16] -!- jsskangas has quit [Quit: Connection closed for inactivity]
[23:04:17] -!- anth0ny has quit [Client Quit]
[23:14:30] -!- orangey has quit [Ping timeout: 276 seconds]
[23:14:42] -!- gambakufu has quit [Read error: Connection reset by peer]
[23:19:29] -!- trentster [trentster!~trentster@103.13.186.225] has parted #linuxcnc-devel
[23:24:08] -!- gambakufu has quit [Ping timeout: 250 seconds]
[23:29:22] -!- morbo has quit [Remote host closed the connection]
[23:34:27] -!- dagjomar has quit [Ping timeout: 260 seconds]
[23:48:47] -!- teepee has quit [Ping timeout: 250 seconds]
[23:49:37] -!- dagjomar has quit [Ping timeout: 260 seconds]
[23:51:34] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel