#linuxcnc-devel | Logs for 2015-12-31

Back
[01:10:27] <KGB-linuxcnc> 03Chris Morley 05panelui 0b36e94 06linuxcnc 71 commits pushed, 1067 files changed, 031974(+), 041007(-)
[01:56:42] <linuxcnc-build> build #2005 of 1405.rip-wheezy-armhf is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1405.rip-wheezy-armhf/builds/2005 blamelist: dummy, John Morris <john@zultron.com>, Chris Radek <chris@timeguy.com>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian
[01:56:42] <linuxcnc-build> Kuzminsky <seb@highlab.com>, John Thornton <bjt128@gmail.com>, chris morley <chrisinnanaimo@hotmail.com>, Dewey Garrett <dgarrett@panix.com>
[08:17:32] <jepler> > command timed out: 1200 seconds without output, attempting to kill
[08:17:40] <jepler> looks like the machine fell over or something
[08:24:18] <archivist> axis has fell over but everything else seems ok, the gcode it was running finished ok
[08:26:35] <archivist> managed to capture a whole worm rotation logging 19200 points, but looks like I need a power down or kill -9, the - button top right blinks when clicked but is otherwise ignored
[08:41:24] * JT-Shop writes a link checker in go for fun
[08:45:58] <jepler> jthornton: if we find out you're a programmer we'll really put you to work
[08:47:37] <JT-Shop> lol
[08:47:38] <archivist> does programming gcode or php count http://www.archivist.info/cnc/wormtest/plot_normalised2_3.php
[08:47:40] <JT-Shop> opps
[08:48:40] <jepler> archivist: nice
[08:48:51] <jepler> .. we need a php developer to maintain the forum!
[08:50:23] <jepler> afk
[08:50:25] <archivist> one cycle, worm gear, 12 cycles, worm rotation rate, what looks like a decaying oscillation, tooth engagement worm to wheel
[08:51:34] <archivist> 22 hours to do 19200 grabs after a dwell to make sure it is still
[08:52:22] <JT-Shop> all php and mysql http://gnipsel.com/jtr/
[08:52:47] <JT-Shop> php and my sql also http://gnipsel.com/spyder
[08:53:01] <archivist> wotno baked beans
[08:54:14] * JT-Shop doesn't care for beans
[10:54:14] <KGB-linuxcnc> 03Jeff Epler 05master b8fcd14 06linuxcnc 03docs/man/man3/hal_stream.3hal 04docs/man/man3/rtapi_stream.3rtapi docs: rename hal_stream manpage * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b8fcd14
[10:55:05] <seb_kuzminsky> haha wow
[10:56:12] <jepler> I went looking for the manpage so I could clarify something for cmorley .. and it wasn't there!
[10:56:39] <jepler> "but I remember writing it!" I said to myself...
[11:14:42] <JT-Shop> hey seb_kuzminsky my link checker found a couple more broken links... I need to refine it some more
[11:20:16] <seb_kuzminsky> JT-Shop: in the collapsed front page? or somewhere else?
[11:29:02] <JT-Shop> the collapsing has nothing to do with it, the collapsing is only in the browser.
[11:29:45] <JT-Shop> yea in index.html, I've not written the part that checks the linked html pages yet
[12:56:28] <Roguish> hey all. an off topic question, anyone have experience with freeNAS?
[13:10:52] <seb_kuzminsky> JT-Shop: hmm, then i wonder why the w3c linkchecker didnt find them
[13:13:36] <jepler> http://lxr.free-electrons.com/source/drivers/parport/parport_pc.c#L138
[13:13:47] <jepler> linux parport_pc mode switching is different (more nuanced) than that in linuxcnc
[13:15:54] <jepler> I started looking around because I saw mention in a datasheet for OXP16PCI954 that the ECR[4:0] must be written 00001, but e.g., hm2_7i43 writes a hardcoded 0x94 to it which sets some wrong bits
[13:16:49] <jepler> .. and pluto writes 0x80, which also doesn't have the right bits set
[13:18:12] <jepler> linux takes care to write back the existing low bits ECR[4:0]
[13:19:12] <jepler> the other stuff doesn't seem so relevant to us, we only ever change between modes 0 and 4
[13:21:19] <seb_kuzminsky> huh, nice
[13:21:38] <jepler> .. somebody should add a mode switching API to rtapi_parport and then use it ..
[13:21:44] <jepler> not sure whether it would fix anybody's actual cards of course
[13:24:38] <mozmck> I wonder if anyone has tested gscreen or gmoccapy with the JA branch? There does not seem to be any support for teleop in gscreen that I can tell.
[13:25:51] <mozmck> If I'm not mistaken, teleop is needed for 2-joint gantry machines for jogging and homing?
[13:31:27] <JT-Shop> seb_kuzminsky: the one we use or the on line link checker?
[13:39:10] <jepler> seb_kuzminsky: maybe because index.html is not passed to checkref_en ?
[13:39:39] <jepler> https://emergent.unpythonic.net/files/sandbox/0001-untested-check-links-from-index.html.patch
[13:46:03] <seb_kuzminsky> jepler: /me slinks away
[13:46:05] <jepler> wrong path to index.html
[13:46:08] <jepler> in my patch
[13:46:55] <seb_kuzminsky> why did i think index.html was included in DOC_TARGETS_HTML_EN?
[13:47:27] <jepler> uh .. maybe it should? not sure
[13:47:35] <jepler> cp: cannot stat `../docs/src/code/homing.svg': No such file or directory
[13:47:44] <jepler> hm I seem to have a doc build problem relating to the ".dot" files
[13:48:36] <seb_kuzminsky> you must be missing build dependencies
[13:48:46] <jepler> how does it not error during the build though?
[13:48:50] <jepler> I do have the "dot" program installed
[13:49:01] <jepler> jthornton: are halstreamer.1.html and streamer.9.html the bad links you found?
[13:53:41] <JT-Shop> let me go look
[13:55:08] <jepler> actually I may be hitting an error you get when you build *only* html docs
[13:55:20] <jepler> asciideps doesn't make .html files depend on their images
[13:55:24] <jepler> which in some sense is right
[13:55:34] <jepler> but an indirect dependency is the only thing that's going to make a .svg be built from a .dot
[14:03:31] <jthornton> man/man3/PM_ROTATION_VECTOR.33.html
[14:03:42] <jthornton> common/stepper-diagnostics.html
[14:08:30] <KGB-linuxcnc> 03Jeff Epler 05jepler/doc-links-etc 6c58db3 06linuxcnc 10docs/src/Submakefile build: error if images can't be copied to into html docs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6c58db3
[14:08:30] <KGB-linuxcnc> 03Jeff Epler 05jepler/doc-links-etc 8228673 06linuxcnc 10docs/src/asciideps build: ensure images are generated when building html docs only * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8228673
[14:08:31] <KGB-linuxcnc> 03Jeff Epler 05jepler/doc-links-etc 7492773 06linuxcnc 10docs/src/Submakefile build: ensure asciidoc manpages are built before checklink is run * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7492773
[14:08:33] <KGB-linuxcnc> 03Jeff Epler 05jepler/doc-links-etc 30747ac 06linuxcnc 10docs/src/Submakefile build: check links from index.html * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=30747ac
[14:08:37] <KGB-linuxcnc> 03Jeff Epler 05jepler/doc-links-etc 1826e55 06linuxcnc 10docs/src/Submakefile build: check links from index_*.html * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1826e55
[14:09:35] <jepler> is "33" a typo in IRC, or did such a typo sneak into the documentation? I'm not seeing that one here.
[14:09:45] <jepler> common/stepper-diagnostics.html is one I see in index_es.html
[14:12:52] <JT-Shop> oh I did that to test
[14:23:33] <seb_kuzminsky> yay, thanks guys
[14:25:01] <JT-Shop> I'll fix it in the morning
[16:56:34] <jepler> bizarre. I got a link that I need to approve a message but visiting the page logged in gives me an access denied message
[16:57:03] <jepler> I see that message or an identical one at a slightly different URL has been approved so I guess I won't sweat it
[16:57:22] <seb_kuzminsky> i approved a couple of messages about mb2hal earlier todauy
[16:57:25] <jepler> oh he double posted while in new user moderation and one copy was deleted?
[16:57:30] <seb_kuzminsky> hmm
[16:57:42] <jepler> this was a message from ex262 substantially similar to https://forum.linuxcnc.org/forum/16-stepconf-wizard/30135-configuring-e-stop-disables-motors#67611
[16:58:09] <seb_kuzminsky> ah, that's not what i clicked on
[17:21:32] <jepler> hm, hey, is content-security-policy report-uri a big fat truck to drive phone home URL requests through?
[17:23:17] <jepler> but I forget, the web isn't for the people clicking on the browser, it's for the middle-men with their tracking pixels and their flash ads
[17:23:21] <jepler> happy 2016
[18:25:19] <Roguish> just for fun; http://itvision.altervista.org/why.linux.is.not.ready.for.the.desktop.current.html
[18:55:04] <CaptHindsight> https://www.youtube.com/watch?v=lfDwDOAwtnw M61 20mm Cannon
[19:00:40] <CaptHindsight> woops
[20:59:16] <linuxcnc-build> build #3826 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3826 blamelist: dummy, John Morris <john@zultron.com>, Chris Radek <chris@timeguy.com>, Chris Morley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>,
[20:59:16] <linuxcnc-build> John Thornton <bjt128@gmail.com>, chris morley <chrisinnanaimo@hotmail.com>, Dewey Garrett <dgarrett@panix.com>
[21:52:27] <linuxcnc-build> build #10 of 4023.deb-jessie-rtai-i386 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4023.deb-jessie-rtai-i386/builds/10 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:04:09] <linuxcnc-build> build #968 of 1903.clang-wheezy-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1903.clang-wheezy-amd64/builds/968 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:07:00] <linuxcnc-build> build #77 of 1505.rip-jessie-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1505.rip-jessie-rtai-i386/builds/77 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:16:06] <linuxcnc-build> build #968 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/968 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:19:24] <linuxcnc-build> build #3816 of 1306.rip-precise-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1306.rip-precise-amd64/builds/3816 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:21:17] <linuxcnc-build> build #2007 of 1405.rip-wheezy-armhf is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1405.rip-wheezy-armhf/builds/2007 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:21:56] <linuxcnc-build> build #3814 of 1300.rip-precise-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1300.rip-precise-i386/builds/3814 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:25:48] <linuxcnc-build> build #3025 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/3025 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:40:35] <linuxcnc-build> build #1974 of 1400.rip-wheezy-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1400.rip-wheezy-i386/builds/1974 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:43:22] <linuxcnc-build> build #1975 of 1403.rip-wheezy-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1403.rip-wheezy-amd64/builds/1975 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:59:21] <linuxcnc-build> build #2167 of 1404.rip-wheezy-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1404.rip-wheezy-rtpreempt-amd64/builds/2167 blamelist: Jeff Epler <jepler@unpythonic.net>
[23:05:45] <linuxcnc-build> build #1485 of 1402.rip-wheezy-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/1485 blamelist: Jeff Epler <jepler@unpythonic.net>
[23:17:31] <linuxcnc-build> build #442 of 1520.rip-jessie-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1520.rip-jessie-amd64/builds/442 blamelist: Jeff Epler <jepler@unpythonic.net>
[23:20:30] <linuxcnc-build> build #1640 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/1640 blamelist: Jeff Epler <jepler@unpythonic.net>
[23:22:58] <linuxcnc-build> build #442 of 1530.rip-jessie-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1530.rip-jessie-rtpreempt-amd64/builds/442 blamelist: Jeff Epler <jepler@unpythonic.net>
[23:23:09] <linuxcnc-build> build #442 of 1500.rip-jessie-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1500.rip-jessie-i386/builds/442 blamelist: Jeff Epler <jepler@unpythonic.net>
[23:24:14] <linuxcnc-build> build #442 of 1510.rip-jessie-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1510.rip-jessie-rtpreempt-i386/builds/442 blamelist: Jeff Epler <jepler@unpythonic.net>
[23:24:15] <linuxcnc-build> build #3828 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3828 blamelist: Jeff Epler <jepler@unpythonic.net>