#linuxcnc-devel | Logs for 2018-10-27
Back
[01:10:27] -!- c-log has quit [Ping timeout: 246 seconds]
[01:20:47] -!- c-log has joined #linuxcnc-devel
[01:24:54] -!- c-log has quit [Ping timeout: 252 seconds]
[01:26:13] -!- c-log has joined #linuxcnc-devel
[02:53:51] <skunkworks> floats?
[03:37:30] <rene_dev_> Floating point support for sserial slaves
[03:54:45] <skunkworks> ah
[03:55:32] <skunkworks> shouldn't you be sleeping? ;)
[03:59:55] -!- Rob_H has joined #linuxcnc-devel
[04:28:41] -!- Rob_H has quit [Ping timeout: 250 seconds]
[05:26:42] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15oro06 commented on issue #515: part of this message came from this post ... 02https://github.com/LinuxCNC/linuxcnc/pull/515#issuecomment-433605385
[05:29:16] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15oro06 commented on issue #515: part of this message came from this post ... 02https://github.com/LinuxCNC/linuxcnc/pull/515#issuecomment-433605385
[07:19:58] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15andypugh commented on issue #515: I think that the second problem is avoided (without your patch) by not using ... 02https://github.com/LinuxCNC/linuxcnc/pull/515#issuecomment-433612022
[08:39:36] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15oro06 commented on issue #515: i thought "-iquote" needed a full relative or absolute filepathname... 02https://github.com/LinuxCNC/linuxcnc/pull/515#issuecomment-433616973
[08:58:25] <jepler> hal/components/demux.comp:30:32: warning: suggest parentheses around ‘+’ inside ‘<<’ [-Wparentheses]
[08:58:28] <jepler> bit = sel_u32 + sel_bit(0) + sel_bit(1) << 1 + sel_bit(2) << 2
[08:58:34] <jepler> hm this warning makes me suspect the code doesn't do what is is intended
[09:08:06] -!- jthornton has quit [Remote host closed the connection]
[09:08:36] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler opened pull request #517: (failing) test for userspace components with headers (06master...06test-515) 02https://github.com/LinuxCNC/linuxcnc/pull/517
[09:09:36] -!- jthornton has joined #linuxcnc-devel
[09:10:36] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #515: I think I finally understand! Thanks for your patience, @oro06 and your help @andypugh ... 02https://github.com/LinuxCNC/linuxcnc/pull/515#issuecomment-433618969
[09:15:50] <jepler> huh
[09:15:51] <jepler> Component Pins:
[09:15:52] <jepler> Owner Type Dir Value Name
[09:15:52] <jepler> 30 bit OUT TRUE demux.0.out-00
[09:15:52] <jepler> 30 bit OUT FALSE demux.0.out-01
[09:15:54] <jepler> 30 bit ??? FALSE demux.0.out-02
[09:15:56] <jepler> ???
[09:19:55] <jepler> wee, looks like I get to make more pull requests
[09:52:25] -!- skunkworks has quit [Ping timeout: 246 seconds]
[10:26:23] -!- Tom_itx has joined #linuxcnc-devel
[10:40:04] <pcw_home> demux.0.out-02 suffering from gender confusion?
[10:45:35] -!- Tom_itx has quit [Quit: Leaving]
[11:19:49] -!- skunkworks has joined #linuxcnc-devel
[11:32:38] -!- JT-Fshop has joined #linuxcnc-devel
[11:50:36] <jepler> I think it's worse than that, rtapi_app goes ahead and segfaults just subsequent to me triggering the "???"
[11:50:39] <jepler> [6787167.352948] traps: rtapi_app[26530] general protection ip:7fdc1f71afef sp:7fdc218f0ea8 error:0
[12:20:46] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler opened pull request #518: halcompile: Add checks to generated code for array overflows (06master...06halcompile-overflow-check) 02https://github.com/LinuxCNC/linuxcnc/pull/518
[12:21:41] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler opened pull request #519: Demux bugfixes (06master...06demux-bugfixes) 02https://github.com/LinuxCNC/linuxcnc/pull/519
[12:22:28] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #516: @SebKuzminsky do you want this for 2.7? 02https://github.com/LinuxCNC/linuxcnc/pull/516#issuecomment-433634412
[12:23:06] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #518: @SebKuzminsky do you want this for 2.7? 02https://github.com/LinuxCNC/linuxcnc/pull/518#issuecomment-433634455
[12:33:30] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15andypugh commented on issue #519: is that a record? More bugs than lines of code? 02https://github.com/LinuxCNC/linuxcnc/pull/519#issuecomment-433635210
[12:43:29] <jepler> I sure didn't anticipate doing this much linuxcnc work this month
[12:43:33] <jepler> :shrug:
[12:48:25] <jepler> who was it mentioned being impacted by non-installability of the stretch image without network? I think I have a fix, I'll have a new iso uploaded to wlo later today if you would be kind enough to test.
[12:48:48] <jepler> It would also benefit from re-testing by someone who needs a device firmware during install for their network (wireless)
[12:48:53] <jepler> I'll paste a URL once it's available
[13:31:41] -!- Roguish has joined #linuxcnc-devel
[14:07:32] <skunkworks> jepler: Thank you !
[14:14:00] <jepler> "r13" isos are uploading...
[14:14:18] <jepler> 13 is a lucky number right?
[14:15:42] <skunkworks> sure! I have a computer that needs device firmware - I will test it at work
[14:16:17] <skunkworks> jepler: I finally found a laptop that I can pass the dedicated video to the qemu virtual machine. I am complete now.
[14:17:51] <skunkworks> I mean - the kids were pretty awesome - but this laptop....
[14:21:06] <jepler> skunkworks: wow getting accelerated video in a machine that is virtualized with free software is pretty awesome!
[14:21:59] <TurBoss> a fantastic numbre
[14:22:06] <TurBoss> *number
[14:22:07] <TurBoss> :P
[14:22:36] <jepler> OK the "r13" images are live at http://linuxcnc.org
[14:22:51] <jepler> oh dangit I didn't fix the iso names to have "2.7" in them like seb_kuzminsky requested
[14:25:25] <Tom_L> what default desktop is on this iso?
[14:25:28] <jepler> Tom_L: xfce
[14:25:32] <Tom_L> ok
[14:25:53] <jepler> same as I have always chosen for the stretch images. you should be able to install whatever desktop environment's "task" you want after initial installation, though.
[14:26:31] <Tom_L> yeah i should be able to :) i'm not that savvy on changing desktops but it's no matter.
[14:27:02] <jepler> or build your own image with your preferred DE, it would be a 1-line edit to "do.sh" in the live builder scripts at https://github.com if you really want to go OTT
[14:27:49] <Tom_L> i didn't use the iso first time through
[14:30:26] <jepler> that's fine, no reason to reinstall
[14:30:49] <jepler> unless you want to do it in order to give feedback
[14:30:53] <Tom_L> it's a test machine. busy right now but if i get a chance...
[14:31:00] <jepler> heh no worries
[14:31:40] <Tom_L> i'll just swap out drives so not to disturb my working preempt
[14:33:33] <jepler> I'll try installing a different DE in my sacrificial VM
[14:38:41] <jepler> so after installing task-xfce4-desktop, I rebooted. Now, in the menu at the upper right of the login screen (which is still the "xfce"/lightdm login screen), there's a choice of session. I chose "cinnamon", and then entered my login/password. easy as that!
[14:40:24] <jepler> errr
[14:40:28] <jepler> after installing task-cinnamon-desktop
[14:48:21] <jepler> similar with lxqt, except that it also prompted me to change to a different login manager, so after I accepted that and rebooted the login screen looked different as well
[14:50:25] <jepler> it's wonderful how fast boot/shutdown are, particularly in a VM
[14:50:29] <jepler> afk
[14:50:36] <jepler> skunkworks: I'll read back for your testing results
[14:50:44] <jepler> thanks again in anticipation
[15:06:19] * JT-Shop takes notes
[15:19:52] <hazzy-m> jthornton: I think I fixed at least some of the mark up errors, but the docs have not been built since my PR was merged, not sure what it up
[15:20:06] <hazzy-m> its been a week or so
[15:20:54] <JT-Shop> hazzy-m: you fixed the markup errors on M3 4 5 in master?
[15:21:07] <JT-Shop> should only take an hour or less to build the online docs
[15:21:09] <hazzy-m> yeah, it says last updated 2018-10-18
[15:21:53] <hazzy-m> JT-Shop (IRC): I think I only worked on the python interface docs
[15:21:58] <hazzy-m> can't remember for sure, lol
[15:22:41] <JT-Shop> naw Andy was the last one to work on that... I'll fix it in a bit
[15:23:24] <hazzy-m> oops, sorry, I thought I was in the other chan
[15:23:42] <JT-Shop> no your lost lol
[15:26:22] <Tom_L> is this image on the main download page?
[15:26:58] <JT-Shop> main download page? do we have one?
[15:27:19] <Tom_L> http://linuxcnc.org
[15:27:34] <Tom_L> didn't notice it
[15:27:34] <JT-Shop> nope http://linuxcnc.org
[15:27:58] <Tom_L> so it's not for prime time yet?
[15:28:02] <JT-Shop> dunno why stretch is somewhat hidden
[15:28:05] <JT-Shop> beats me
[15:28:19] <JT-Shop> I've been using it for a long while
[15:28:22] <Tom_L> i figured it would be on the main page by now
[15:31:00] <Tom_L> JT-Shop are you running the 64bit ver?
[15:33:45] <JT-Shop> aye
[15:34:14] <Tom_L> downloading... i'll have to see if i have a spare ssd here
[15:35:12] <JT-Shop> I'll dig up my notes to make stretch user friendly in a bit
[15:35:30] <Tom_L> i did a previous install from scratch
[15:36:16] -!- Tom_itx has joined #linuxcnc-devel
[15:36:26] <JT-Shop> https://paste.ubuntu.com
[15:38:08] <Tom_L> i tried to get the autologin to work but so far it's not
[15:38:47] <Tom_L> and apparently i lost my previous 2 install links
[15:40:27] <Tom_itx> https://paste.ubuntu.com
[15:40:39] <Tom_L> woops, damn cut n paste fails again
[15:40:54] <JT-Shop> you probably edited the wrong thing
[15:41:02] <Tom_L> err no that's a different link than yours
[15:43:15] -!- Tom_itx has quit [Quit: Leaving]
[15:46:01] <Tom_L> now to remember how to do a bootable thumbdrive..
[15:55:40] <jepler> https://github.com -- here's the PR for making stretch "official". I think the last remaining thing is, seb_kuzminsky requested that the iso filename all say "2.7" in them.
[15:59:52] <Tom_L> so are they dropping RTAI from here forward?
[16:05:26] <jepler> RTAI support remains in the linuxcnc source tree, but having a ready to ship RTAI kernel that runs on a wide array of hardware and on the buildbot has not materialiezd.
[16:05:31] <jepler> materialized
[16:07:05] <skunkworks> jepler: yes - it is amazing... http://electronicsam.com
[17:58:01] <hazzy-m> skunkworks: Is that a win10 VM running F360?
[18:08:58] -!- Tom_shop has joined #linuxcnc-devel
[18:10:09] -!- Tom_itx has joined #linuxcnc-devel
[18:10:26] -!- Tom_itx has quit [Client Quit]
[18:14:15] -!- Tom_shop has quit [Quit: Leaving]
[18:47:28] <skunkworks> hazzy-m: yes
[18:52:10] <skunkworks> hazzy-m: http://electronicsam.com
[18:52:29] <skunkworks> the fans scream... ;)
[19:41:32] -!- andypugh has joined #linuxcnc-devel
[20:20:05] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15c-morley pushed 4 new commits to 06qt5vcp_py2: 02https://github.com/LinuxCNC/linuxcnc/compare/02d79279bafd...f4047f3f427c
[20:20:05] -linuxcnc-github:#linuxcnc-devel- 13linuxcnc/06qt5vcp_py2 14e730cbf 15Chris Morley: qtvcp -silence error in designer
[20:20:05] -linuxcnc-github:#linuxcnc-devel- 13linuxcnc/06qt5vcp_py2 146e907ce 15Chris Morley: qtvcp -fix status_slider error from misspelled word
[20:20:05] -linuxcnc-github:#linuxcnc-devel- 13linuxcnc/06qt5vcp_py2 14a07fd0c 15Chris Morley: qtvcp -have ToolOffsetDialog remember it's geometry...
[20:22:47] -!- Tom_itx has joined #linuxcnc-devel
[20:24:21] -!- Roguish has quit [Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805]]
[20:24:37] -!- Tom_itx has quit [Client Quit]
[20:24:52] -!- Tom_shop has joined #linuxcnc-devel
[20:25:10] -!- Tom_shop has quit [Client Quit]
[20:45:25] -!- andypugh has quit [Quit: andypugh]