#linuxcnc-devel | Logs for 2014-03-08

Back
[00:01:55] -!- jamesarm97 has quit [Ping timeout: 252 seconds]
[00:05:56] -!- Einar__ has quit [Ping timeout: 265 seconds]
[00:07:16] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[00:10:23] -!- tumdedum has quit [Ping timeout: 264 seconds]
[00:12:10] -!- lyzidiamond has quit [Client Quit]
[00:17:37] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[00:23:56] -!- mcell has quit [Ping timeout: 252 seconds]
[00:36:49] -!- PetefromTn_ has quit [Ping timeout: 240 seconds]
[00:39:46] -!- PCW has quit [Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424]]
[00:46:17] -!- lyzidiamond has quit [Quit: lyzidiamond]
[00:49:45] <andypugh> dgarr: You are way ahead of me, I didn't even know you could shorten the commands.
[00:50:24] <dgarr> if you mean gitl, it's just a bash alias
[00:50:54] <cradek> dgarr: we'll have to wait for seb - I still need manpage in-hand when using rebase
[00:51:12] <dgarr> ok thanks -- it's beyond me
[00:51:13] <cradek> ... this may not be the same thing at all
[00:51:23] <andypugh> I tend to work in a feature branch locally, eventually combune my work onto one commit, check out master, cherry-pick that commit, then push.
[00:51:29] <cradek> recommend adding --graph to your gitl, because you can see merges then
[00:51:54] <cradek> if you rebased your branch correctly (moved it from one point on master to another) it's expected that you'll have to --force your push
[00:52:01] <andypugh> Not because that is the right thing to do, it is the wrong thing to do, but it is all I know how to make happen
[00:52:03] <cradek> so you may not have anything wrong at all
[00:52:45] <cradek> if you look at gitk or git log --graph you might see it better
[00:53:55] -!- lyzidiamond has quit [Client Quit]
[00:55:19] <cradek> I think your rebase was right
[00:56:03] <cradek> I don't think you've got a problem at all; you've just got to force your push because you rebased (rewrote history)
[00:56:11] <cradek> and this is fine to do in a dgarr/* branch
[00:56:46] <dgarr> i never have had to force, let me try that with dry-run
[00:57:00] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[00:57:14] <cradek> I'd like to see a screenshot of gitk for good measure
[00:57:30] <cradek> or the same thing: git log --graph --decorate
[00:58:01] <dgarr> git push --dry-run --force origin dgarr/demo_apps shows no errors so maybe thats ok , should i just do that?
[00:58:19] <cradek> I think so, but let's look at it once more first
[00:58:31] -!- lyzidiamond has quit [Client Quit]
[00:59:02] -!- dnaleromj has quit [Client Quit]
[01:01:18] <dgarr> http://www.panix.com/~dgarrett/stuff/gitk.png
[01:01:58] <cradek> that looks perfect
[01:02:11] <dgarr> so i should try the --force?
[01:02:13] <cradek> you just moved that branch of one commit with rebase
[01:02:15] <andypugh> I need to make a trivial push, I have dropped out of History :-)
[01:02:31] <cradek> yes use --force
[01:03:13] <KGB-linuxcnc> 03Dewey Garrett 05dgarr/demo_apps 85b3caf 06linuxcnc 10(19 files in 6 dirs) linuxcnc.in,pickconfig.tcl: support .demo files * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=85b3caf
[01:03:21] <cradek> yay
[01:03:26] <andypugh> (hardly surprising, I have been bashing metal, not code, for months)
[01:04:08] <cradek> andypugh: what do you mean dropped out of History?
[01:04:14] <dgarr> ok -- thanks i guess i have to study when --force is required, i didn't find the git messages very helpful
[01:04:24] <andypugh> (Question) Does anyone actually _want_ the tool table work? I pushed a branch, there was no comment.
[01:04:45] <cradek> as soon as you rebased the branch that you had previously pushed, it became neccessary
[01:04:59] -!- ingsoc has quit [Ping timeout: 264 seconds]
[01:05:20] <cradek> you rewrote the existing branch (by moving it to a new parent) instead of just piling more commits on top of it ("fast-forward")
[01:06:12] <cradek> the non-fast-forward message means the git server detected you are trying to do something OTHER than just pile new commits on top of existing stuff, so it stops you and makes you think twice, and force it if that's what you meant
[01:07:30] <cradek> (and it's not you - pretty much all of the git UI is obtuse and incomprehensible)
[01:09:06] <dgarr> your explanation helps, its funny the git message (dry-run, no force) had 1 error line and 4 'hint' lines but even now the text confuses me
[01:09:21] <cradek> andypugh: I think yes people really want it, including me. I bet all our brains are full of ubc3 stuff though.
[01:11:13] <cradek> I think they added the hints recently - it used to just say "nope, failed, non-fast-forward"
[01:11:22] <andypugh> That could be it. I do intend to get back to it. It would be easier if I actuallly needed it, I think. I am mainly doing it because I said I would, and started it before I realised the scope.
[01:11:58] <cradek> yuck, that sure makes it hard.
[01:12:57] <andypugh> It does need doing. It is only when you look at tool offsets that you realise how oddly handled they are.
[01:13:34] <andypugh> But making them less odd touches more than (say) the TP work.
[01:13:49] -!- jamesarm97 has quit [Client Quit]
[01:14:06] <andypugh> Less than mah's "expunge NML" ambition though.
[01:14:50] <cradek> yes he's not shy
[01:15:09] <cradek> the biggest thing I see people want every day is "also apply tool offset #N"
[01:15:32] <cradek> or more specifically "apply offsets #1 and #10", although I see the general solution as "also"
[01:15:46] <andypugh> I am quite liking that there is more appetite for big changes now than there was. The JMK "why jog while paused is hard" document is interesting reading now. I rather find myself thinking "Not _that_ hard, then"
[01:17:29] <cradek> jogging while paused is simple and can just be hacked in. (note: simple != easy) changing the tool offset is the complex (and important) part and takes fundamental changes.
[01:17:52] <andypugh> The hard thing is tool database + offset when paused + lookahead. I think we need to dump the queue much more readily. With modern hardware that is likely to be hardly any penalty at all. But It takes a lit of work to test.
[01:18:59] <andypugh> it isn't "hard" is is just "big"
[01:21:49] <andypugh> What I still need to work out is the difference between comitted database state and internal lookahead tool database state. I rather suspect that _any_ tool geometry change has to instantly invalidate the motion queue. Which is probably no penalty at all in practice. I doubt anyone demands smooth motion thorugh a G10.
[01:22:42] <cradek> G10 of tool stuff doesn't change anything about the path
[01:23:06] <cradek> only at G41/42/43 time
[01:23:28] <cradek> when those happen you need to get the latest
[01:23:44] <cradek> but I bet nobody cares about queueing past them at all
[01:23:58] <cradek> because they never? happen when the tool is touching the work
[01:25:42] <andypugh> Quite. I suspect that you probably can maintain the queue through a G10, but it complicates the internal view of tool state. It is much easier to not try, and to have the tool table "always true, right now"
[01:27:15] <zultron> Hrm, was dgarr's problem not that he didn't do a 'git fetch origin' first?
[01:27:26] <andypugh> I probably need to talk to Robert too, as the other person in the word who has a clue about the TP
[01:27:51] <cradek> I don't think dgarr had anything wrong at all
[01:28:07] -!- PetefromTn_ has quit [Quit: Relax, its only ONES and ZEROS!]
[01:28:30] <cradek> he rebased a branch he had previously pushed, but didn't realize that would cause a --force to be required
[01:28:43] <zultron> Once he did the 'rebase origin/master', he should've had a fast-forwardable branch.
[01:28:49] -!- garfong has quit [Ping timeout: 240 seconds]
[01:29:06] <zultron> When he tried to do the push, the server complained that it wasn't fast-forwardable.
[01:29:21] <cradek> but he was pushing his feature, not master
[01:29:23] <zultron> That probably means there were commits added to origin/master that he hadn't fetched yet.
[01:29:37] <zultron> Oh, missed that. Whew!
[01:29:53] <zultron> Aha: git push --dry-run origin dgarr/demo_apps
[01:30:20] <andypugh> Why is it that I admire Git and hate windows? The former actually gets in my way more often.
[01:31:18] <zultron> git's a lot of extra typing, but worth the effort.
[01:32:20] <andypugh> Though, I did recently find a truly annoying Windows/Excel issue. Even Stackoverflow was mute: http://stackoverflow.com/questions/22071347/excel-vba-ribbon-getenabled-not-called-when-code-running
[01:32:55] -!- Groguard has quit [Read error: Connection reset by peer]
[01:33:11] -!- skors has quit [Ping timeout: 264 seconds]
[01:33:11] <cradek> I don't even know what ways windows is irritating lately, so I can't comment
[01:33:36] <cradek> but surely it's like comparing apples and ... submarines?
[01:34:26] <cradek> I must have the one IT job in the world where I don't have to deal with windows at all
[01:35:00] <linuxcnc-build> build #1882 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/1882 blamelist: Chris Radek <chris@timeguy.com>
[01:35:40] <andypugh> I accidentally buuilt a 20,000 loc Excel macro,
[01:35:43] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[01:36:07] <cradek> hm, wonder what on earth that means
[01:36:08] <andypugh> (If I had known what it would become, I would have started somewhere else)
[01:36:20] zz_Groguard is now known as Groguard
[01:36:27] <andypugh> (loc == lines of code)
[01:36:49] <cradek> haha
[01:37:18] <andypugh> It was useful, I used it, I emailed it to colleagues, it grew...
[01:37:49] <andypugh> Then they said "can it do this"and Lo! it could y doubling in size
[01:38:15] -!- rob_h has quit [Ping timeout: 265 seconds]
[01:42:32] <andypugh> Currently it can work with either http://www.accuratetechnologies.com/content/view/178/174/lang,en/ or http://www.etas.com/en/products/inca.php (via wrapper classes, so actually you can work with both at the same time) to do almost anything to a vehicle ECO, while at the same time also talking to https://www.avl.com/puma-open to control an engine test bed. The fact it runs in Excel is purely an accident that lets me
[01:42:33] <andypugh> email a "spreadsheet" to colleagues without anyone realising that actually is is software.
[01:44:12] <cradek> wow, I bet you could be mistaken for an expert in windows stuff.
[01:44:49] -!- MrSunshine_ has quit [Ping timeout: 240 seconds]
[01:44:53] <andypugh> And, frankly, the VBA IDE is a nice place to work, breakpoints, seeing inside objects, all unavoidably Object oriented (as you can only actually _see_ from inside a huge object model.
[01:46:16] -!- asdfasd has quit [Read error: Connection reset by peer]
[01:46:49] <andypugh> Seriously, if you know anyone who wants to learn OO then tell them to try Excel VBA. it's OO but effectively interpreted, so runtime debuggable/ viewable/ etc.
[01:47:26] <andypugh> And you can't cheat, you are inserted at the bottom of the object structure.
[01:48:30] <andypugh> And when you type a dot after your variable, there is a drop-down of the availaible properties/methods.
[01:49:47] <andypugh> <ahem, tries to regain Linux-cred> It is fundamentally flawed in many ways, of course, especially philosophical ones.
[01:55:57] -!- lyzidiamond has quit [Quit: lyzidiamond]
[02:09:30] -!- Tecan has quit [Changing host]
[02:10:54] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[02:11:07] -!- sumpfralle1 has quit [Ping timeout: 265 seconds]
[02:11:13] -!- PetefromTn_ has quit [Ping timeout: 252 seconds]
[02:21:13] -!- c-bob|| has quit [Ping timeout: 240 seconds]
[02:23:00] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.24/20140203230751]]
[02:38:10] <skunkworks> I use VB for applications in ms access.. it is surprisingly powerful...
[02:40:16] <skunkworks> we have made some wicked database applications with it pretty quickly
[02:40:24] <skunkworks> for internal stuff.
[02:42:14] <andypugh> Yes, like, for example, triviallly just deleting all the standard menus.
[02:45:14] -!- andypugh has quit [Quit: andypugh]
[02:45:35] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[02:52:29] -!- ve7it has quit [Remote host closed the connection]
[02:55:28] <linuxcnc-build> build #37 of 4017.deb-wheezy-armhf is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-armhf/builds/37 blamelist: Dewey Garrett <dgarrett@panix.com>
[03:30:51] -!- titomir has quit [Read error: Connection reset by peer]
[03:30:51] -!- kostjya has quit [Read error: Connection reset by peer]
[03:40:59] -!- herron_ has quit [Ping timeout: 264 seconds]
[04:14:59] -!- ink has quit [Ping timeout: 240 seconds]
[04:20:30] -!- tjtr33 has quit [Quit: Leaving]
[04:26:40] -!- viz has quit [Quit: Page closed]
[04:31:20] -!- WalterN has quit [Read error: Operation timed out]
[04:32:23] -!- helix247 has quit [Quit: Computer has gone to sleep.]
[04:37:16] KreAture is now known as KreAture_Zzz
[04:40:04] <linuxcnc-build> build #38 of 4017.deb-wheezy-armhf is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-armhf/builds/38 blamelist: dummy, Dewey Garrett <dgarrett@panix.com>
[04:42:51] -!- dgarr has quit [Read error: Connection reset by peer]
[04:46:29] -!- thomaslindstr_m has quit [Quit: Leaving...]
[04:47:01] -!- Spyou has quit [Read error: Connection reset by peer]
[04:48:38] -!- kanzure has quit [Ping timeout: 240 seconds]
[04:49:05] -!- zzolo has quit [Quit: zzolo]
[04:55:56] -!- WalterN has quit [Ping timeout: 265 seconds]
[05:10:40] -!- Connor_iPad has quit [Quit: I'm Gone!]
[05:12:46] -!- AR__ has quit [Ping timeout: 244 seconds]
[05:16:23] -!- jamesarm97 has quit [Ping timeout: 244 seconds]
[05:19:40] -!- PetefromTn_ has quit [Quit: Give a man a fish and he will eat for a day. Teach him how to fish, and he will sit in a boat and drink beer all day]
[05:23:14] -!- toastyde1th has quit [Read error: Connection reset by peer]
[05:34:48] -!- ries has quit [Quit: ries]
[05:55:18] -!- jonasthomas has quit [Ping timeout: 240 seconds]
[06:01:08] -!- cmorley has quit [Quit: Leaving.]
[06:01:41] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[06:04:07] -!- Connor_iPad has quit [Client Quit]
[06:09:43] -!- kwallace1 [kwallace1!~kwallace@smb-170.sonnet.com] has parted #linuxcnc-devel
[06:21:33] -!- zumba_addict has quit [Read error: Connection reset by peer]
[06:33:37] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[06:37:35] -!- FinboySlick has quit [Quit: Leaving.]
[06:41:11] -!- Komzpa has quit [Remote host closed the connection]
[06:45:44] -!- valeech has quit [Quit: valeech]
[06:56:50] -!- _1SheYode has quit []
[07:10:14] -!- endrews has quit [Remote host closed the connection]
[07:14:42] -!- ink has quit [Ping timeout: 244 seconds]
[07:35:35] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[07:40:38] -!- ink has quit [Ping timeout: 240 seconds]
[07:45:43] -!- sjx has quit [Ping timeout: 252 seconds]
[07:46:54] -!- qingpei [qingpei!~qingpei@218.2.101.210] has joined #linuxcnc-devel
[07:57:04] -!- MrSunshine has quit [Ping timeout: 244 seconds]
[08:05:20] -!- sjx has quit [Ping timeout: 244 seconds]
[08:15:58] -!- sjx has quit [Ping timeout: 252 seconds]
[08:19:14] -!- sjx has quit [Read error: Connection reset by peer]
[08:24:13] -!- sjx_ has quit [Ping timeout: 252 seconds]
[08:49:25] -!- cradek_ [cradek_!~chris@outpost.timeguy.com] has joined #linuxcnc-devel
[08:56:04] -!- sulky has quit [*.net *.split]
[08:56:05] -!- SadMan has quit [*.net *.split]
[08:56:06] -!- jfrmilner has quit [*.net *.split]
[08:56:07] -!- cradek has quit [*.net *.split]
[08:56:07] -!- olli- has quit [*.net *.split]
[08:56:09] olli^-^ is now known as olli-
[09:02:28] -!- SadMan [SadMan!foobar@sadman.net] has joined #linuxcnc-devel
[09:03:18] -!- herron_ has quit [Ping timeout: 240 seconds]
[09:09:58] -!- sjx has quit [Ping timeout: 240 seconds]
[09:10:13] -!- GJdan has quit [Quit: WeeChat 0.4.3]
[09:13:37] -!- Komzpa has quit [Ping timeout: 240 seconds]
[09:25:00] -!- rob_h [rob_h!~robh@94.10.126.73] has joined #linuxcnc-devel
[09:30:29] -!- syyl_ws has quit [Ping timeout: 240 seconds]
[09:30:38] -!- syyl- has quit [Ping timeout: 240 seconds]
[09:32:10] -!- qingpei has quit [Quit: qingpei]
[09:50:51] -!- terabyte- has quit [Quit: terabyte-]
[10:10:24] -!- sjx has quit [Ping timeout: 252 seconds]
[10:28:10] -!- syyl_ws_ has quit [Remote host closed the connection]
[10:29:27] -!- skors has quit [Ping timeout: 265 seconds]
[10:35:10] -!- kludge` has quit [Ping timeout: 252 seconds]
[10:46:32] -!- herron_ has quit [Ping timeout: 244 seconds]
[10:49:29] -!- marakoza has quit [Ping timeout: 240 seconds]
[10:53:44] -!- Lathe_newbie has quit [Read error: Connection reset by peer]
[11:26:01] -!- herron_ has quit [Ping timeout: 240 seconds]
[11:34:01] -!- Lathe_newbie has quit [Ping timeout: 240 seconds]
[11:39:10] -!- huston has quit [Remote host closed the connection]
[11:39:22] -!- qingpei [qingpei!~qingpei@218.2.101.210] has joined #linuxcnc-devel
[11:54:41] -!- mcell has quit [Quit: Távozom]
[12:07:22] -!- sjx has quit [Ping timeout: 264 seconds]
[12:08:08] -!- cnccnc1 has quit [Ping timeout: 245 seconds]
[12:33:19] linuxcnc is now known as linuxcnc_newbie
[12:34:23] -!- qingpei has quit [Quit: qingpei]
[12:35:59] -!- herron_ has quit [Ping timeout: 240 seconds]
[13:00:12] -!- helix247 has quit [Quit: Computer has gone to sleep.]
[13:01:29] -!- helix247 has quit [Read error: Connection reset by peer]
[13:06:03] -!- helix247_ has quit [Ping timeout: 265 seconds]
[13:07:59] -!- sjx has quit [Ping timeout: 265 seconds]
[13:46:21] -!- norbert [norbert!~norbert@a89-182-89-64.net-htp.de] has joined #linuxcnc-devel
[14:05:01] -!- amiri has quit [Ping timeout: 265 seconds]
[14:06:10] -!- amiri_ has quit [Ping timeout: 264 seconds]
[14:06:49] -!- PetefromTn has quit [Quit: Bye]
[14:08:53] -!- sjx has quit [Ping timeout: 265 seconds]
[14:15:21] <KGB-linuxcnc> 03Norbert Schechner 05master 5e077fb 06linuxcnc 10src/emc/usr_intf/gmoccapy/gmoccapy.py 10src/emc/usr_intf/gmoccapy/release_notes.txt gmoccapy_1_0_6_1 - error pin correction * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5e077fb
[14:15:21] <KGB-linuxcnc> 03Norbert Schechner 05master 7424158 06linuxcnc Merge branch 'master' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7424158
[14:26:01] <KGB-linuxcnc> 03Norbert Schechner 05master e1d36aa 06linuxcnc 10src/emc/usr_intf/gmoccapy/gmoccapy.glade 10src/emc/usr_intf/gmoccapy/gmoccapy.py 10src/emc/usr_intf/gmoccapy/release_notes.txt gmoccapy_1_0_6_2 - changed standard settings ob box_custom_? * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e1d36aa
[14:27:14] -!- cmorley [cmorley!~chris@70.67.17.3] has joined #linuxcnc-devel
[14:35:54] -!- qingpei [qingpei!~qingpei@218.2.101.210] has joined #linuxcnc-devel
[14:41:13] -!- whirlpool [whirlpool!~whirlpool@188.120.231.107] has joined #linuxcnc-devel
[14:54:01] -!- helix247_ has quit [Ping timeout: 244 seconds]
[15:05:21] -!- linuxcnc_newbie has quit [Quit: Page closed]
[15:07:55] -!- kwallace [kwallace!~kwallace@smb-22.sonnet.com] has joined #linuxcnc-devel
[15:08:58] -!- sjx has quit [Ping timeout: 240 seconds]
[15:15:01] -!- tumdedum has quit [Changing host]
[15:40:48] <linuxcnc-build> build #39 of 4017.deb-wheezy-armhf is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-armhf/builds/39 blamelist: Norbert Schechner <nieson@web.de>
[15:41:13] -!- whirlpool has quit [Remote host closed the connection]
[15:41:42] -!- terabyte- has quit [Quit: terabyte-]
[15:46:01] -!- zumba_ad_ has quit [Ping timeout: 240 seconds]
[16:02:46] -!- sjx has quit [Read error: Connection reset by peer]
[16:07:58] -!- sjx has quit [Ping timeout: 264 seconds]
[16:08:44] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[16:13:04] -!- sjx has quit [Ping timeout: 244 seconds]
[16:13:33] <norbert> Someone here to tell me how to add a message to linuxcnc.error_chanel with python code?
[16:30:53] KreAture_Zzz is now known as KreAture
[16:57:49] -!- Roguish [Roguish!~Roguish@c-50-184-157-247.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[17:01:16] -!- dnaleromj has quit []
[17:06:08] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[17:06:10] -!- qingpei has quit [Quit: qingpei]
[17:13:38] -!- sjx has quit [Ping timeout: 240 seconds]
[17:21:48] -!- miss0r1 has quit [Quit: Leaving]
[17:22:27] <linuxcnc-build> build #40 of 4017.deb-wheezy-armhf is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-armhf/builds/40 blamelist: Norbert Schechner <nieson@web.de>
[17:23:09] -!- sivilia has quit [Remote host closed the connection]
[17:24:11] -!- sudani has quit [Remote host closed the connection]
[17:24:36] -!- terabyte- has quit [Client Quit]
[17:24:57] <norbert> Not me again, please!
[17:26:41] -!- garfong has quit [Ping timeout: 252 seconds]
[17:29:06] <seb_kuzminsky> heh
[17:29:16] <seb_kuzminsky> not your fault this time ;-)
[17:29:33] <seb_kuzminsky> your branch is based on master, which doesn't build on armhf
[17:29:56] <seb_kuzminsky> the 'build rip and runtests' builder knows not to try, but the deb builder doesn't know not to try
[17:30:09] <seb_kuzminsky> notice that the name of the failed builder is deb-wheezy-armhf
[17:30:45] <norbert> OK but I do not like to get blamed ;-)
[17:31:38] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[17:32:17] -!- sjx has quit [Read error: Connection reset by peer]
[17:34:04] <seb_kuzminsky> heh
[17:36:59] -!- sjx has quit [Ping timeout: 240 seconds]
[18:00:46] -!- helix247_ has quit [Quit: Computer has gone to sleep.]
[18:05:13] -!- helix247_ has quit [Ping timeout: 240 seconds]
[18:12:01] -!- ler_hydra has quit [Remote host closed the connection]
[18:16:03] -!- emc2_new_user has quit [Ping timeout: 245 seconds]
[18:28:02] -!- pcw_home has quit [Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152524]]
[18:29:16] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[18:38:15] -!- sjx has quit [Ping timeout: 244 seconds]
[18:46:38] -!- PetefromTn_ has quit [Ping timeout: 240 seconds]
[18:50:48] -!- micges [micges!~captain_p@dcc226.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[18:52:04] -!- skors has quit [Quit: WeeChat 0.4.3]
[18:52:04] -!- sirdancealo2 has quit [Read error: Connection reset by peer]
[18:59:50] -!- lyzidiamond has quit [Client Quit]
[19:03:12] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[19:07:29] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[19:09:29] Cylly is now known as Loetmichel
[19:14:14] -!- jonasthomas has quit [Remote host closed the connection]
[19:24:10] -!- mablae__ has quit [Ping timeout: 264 seconds]
[19:26:58] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:38:42] -!- sjx has quit [Ping timeout: 244 seconds]
[19:41:41] -!- Zaaarin has quit []
[19:52:59] -!- helix247_ has quit [Ping timeout: 240 seconds]
[19:53:54] -!- Komzpa has quit [Read error: Operation timed out]
[19:58:08] -!- Tom_R2E3 has quit [Quit: Leaving]
[20:02:10] -!- mhaberler [mhaberler!~mhaberler@h081217197121.dyn.cm.kabsi.at] has joined #linuxcnc-devel
[20:03:08] -!- jonasthomas [jonasthomas!~chatzilla@c-98-227-88-153.hsd1.in.comcast.net] has joined #linuxcnc-devel
[20:04:24] <jonasthomas> hello Is anyone here versed into running linux cnc beagle bone black. I trying to figure out how to get X-windows running on a remote desktop.
[20:04:56] <jonasthomas> mhaberler are you around?
[20:05:11] <mhaberler> yes
[20:05:53] <jonasthomas> ah.. I think was reading a blog that you've been playing around with the beaglebone and linux cnc... Is that correct?
[20:05:54] <mhaberler> did you try export DISPLAY=<ip of X server host>:0.0 - at least thats what I use
[20:06:06] <mhaberler> playing around... sort of correct
[20:07:03] <mhaberler> there are various other ways, like tunneling over ssh but that slows down quit a bit
[20:07:15] <jonasthomas> Oh boy this is really a dumb question... Ip of X server host is for the BBB?
[20:07:47] <mhaberler> it is the address of the X server, i.e. the machine running the display
[20:08:01] <jonasthomas> Ahhh...
[20:08:04] <mhaberler> you execute that on the BB before you start linuxcnc
[20:08:32] <mhaberler> whatever your host is - some people even use windows X servers, but on linux ifconfig will tell you the interface address
[20:08:38] <jonasthomas> So I could put that in the /home/.bashrc
[20:08:57] <mhaberler> that is what I do, but I do have a stable IP address setup
[20:09:33] <mhaberler> it might not be useful to save in .bashrc if you use DHCP and get different addresses all the time
[20:10:14] <jonasthomas> At the moment I have the usb cable from my laptop to the BBB
[20:10:20] <mhaberler> before this works you need to enable remote X access on the display
[20:10:28] <mhaberler> well thats just an IP link, right?
[20:10:47] <mhaberler> ethernet over usb I assume
[20:11:03] <mhaberler> so you have an ip address on the display host, I hope?
[20:11:29] -!- PetefromTn_ has quit [Quit: Hard work pays off in the future, laziness pays off now]
[20:11:34] <jonasthomas> ummm... hold on let me try a few things.
[20:14:39] <mhaberler> anyway, before firing off linuxcnc on the display host you execute something like 'xhost <ip address of beaglebone>'
[20:15:00] <mhaberler> which will allow bb X clients to connect to the X display server
[20:16:24] <jonasthomas> Oh boy I'm confused at the moment(which isn't too hard to do ;) )
[20:20:31] -!- ben5446 has quit [Quit: Page closed]
[20:33:58] -!- FreezingCold has quit [Ping timeout: 240 seconds]
[20:39:46] -!- sjx has quit [Ping timeout: 264 seconds]
[20:39:55] -!- Komzpa has quit [Ping timeout: 265 seconds]
[20:53:51] -!- tom_R2E3 has quit [Remote host closed the connection]
[20:57:05] -!- Komzpa has quit [Read error: No route to host]
[21:15:12] -!- legible has quit [Remote host closed the connection]
[21:22:38] -!- terabyte- has quit [Quit: terabyte-]
[21:23:39] -!- terabyte- has quit [Client Quit]
[21:29:25] -!- Komzpa has quit [Remote host closed the connection]
[21:32:41] -!- Komzpa has quit [Remote host closed the connection]
[21:39:34] -!- motioncontrol has quit [Remote host closed the connection]
[21:40:07] -!- sjx has quit [Ping timeout: 244 seconds]
[21:41:40] -!- Komzpa has quit [Ping timeout: 244 seconds]
[21:47:05] <jonasthomas> mhaberler are you still around?
[21:47:15] <mhaberler> yes
[21:48:40] <jonasthomas> I think I had everything setup ok... I had shh connection going to the bone and a regular terminal connection.. I had them ping each other..
[21:49:08] <jonasthomas> I open up a vnc to the bone had that working
[21:49:58] <jonasthomas> I did the DISPLAY = .... from the VNC and that seemed to work.
[21:50:26] <jonasthomas> did the xhost ... that worked...
[21:50:52] <jonasthomas> when I fired up linuxcnc &
[21:50:54] <jonasthomas> I got a unable to connect.
[21:51:27] <mhaberler> why vnc?
[21:51:55] <jonasthomas> I thought I needed that.
[21:52:10] <mhaberler> did you use any instructions from somewhere already, and if so, which ones - please point me to them?
[21:52:45] <jonasthomas> Not directly... I had someone who was doing stuff with RPI and I sort of adapted.
[21:53:02] <mhaberler> and where was that ?
[21:53:34] <jonasthomas> at the hacker space I belong to.. Not directly published.
[21:53:38] <mhaberler> aha
[21:54:02] <mhaberler> well I cant help you with that because I havent seen that, so hard to comment
[21:54:13] <mhaberler> I can tell you what I use
[21:54:39] <jonasthomas> I understand.
[21:54:40] <jonasthomas> I think the issue with the rpi was that you couldn't do it over usb... I wonder if the same applies to bbb
[21:54:40] <mhaberler> you seem to have some X server running on the BB?
[21:54:53] <jonasthomas> tinyvnc
[21:54:57] <mhaberler> aha
[21:55:39] <mhaberler> well vnc will have rather poor performance for the graphics remotely, which is why I use a direct X connection
[21:55:58] <jonasthomas> if you hook up a bbb to a laptop over ethernet do you need a crossover cable?
[21:56:35] <mhaberler> if you can ping vice versa, it should not matter - an IP connection is all that is needed, that has nothing to do which medium it goes over
[21:56:42] <mhaberler> I take that works?
[21:57:05] <mhaberler> as I understand from above
[21:57:53] <jonasthomas> I had a ethernet cable to router to BBB. bbb ->usb-> laptop that worked and I could update the bbb.
[21:58:24] <jonasthomas> bbb-> Ethernet-> laptop does not.
[21:58:39] <jonasthomas> hense the crossover question
[21:58:46] <mhaberler> and the laptop runs... what, linux, windows?
[21:58:47] <mhaberler> mac?
[21:59:01] <jonasthomas> 64 bit 12.04 ubuntu
[21:59:10] <mhaberler> aha
[21:59:55] <mhaberler> well likely that ethernet/laptop/bbb thing is merely a dhcp server is missing on the laptop, but it dont matter for now if you have IP connectivity one way or the other
[22:00:14] <jonasthomas> so your saying I can fire up linuxcnc without VNC..
[22:00:21] <mhaberler> yes
[22:00:34] <jonasthomas> ah.. my misunderstanding...
[22:00:56] <mhaberler> and it will perform better because VNC works at the copy-bitmap-over-tcp level which is a lot of traffic and cycles with fast updating grahics
[22:01:06] <jonasthomas> Ok.. let me do so rewiring... and try this again..
[22:01:25] <jonasthomas> Cool... so you do this over usb or over ethernet?
[22:01:30] <mhaberler> it is not important _how_ you get from a to be
[22:01:41] <mhaberler> if you can ping from either side you are fine
[22:01:56] <mhaberler> you can, I assume?
[22:02:27] <jonasthomas> ok.. let me try this again.. (I was till I started rewiring... back to where I was... Back in a few...
[22:02:46] <mhaberler> choose whatever works to ping from either side
[22:07:07] <jonasthomas> So this is coming to you from Laptop-> usb-> BBB-> to->ethernet -> router (I'm amazed that this works so easily)
[22:07:33] <mhaberler> I do not understand ?
[22:08:05] <mhaberler> probably the easiest thing is: plug both bb and laptop into router over ethernet
[22:08:52] <mhaberler> the router will give ip addresses to both; obviously the laptop wont give an ip address to a client like the bb because it is a dhcp client
[22:09:10] <mhaberler> (in case you connect them directly)
[22:09:37] <mhaberler> re crossover - these times are pretty much past, nowadays most ethernet plugs autodetect sex
[22:10:48] <mhaberler> (note this is neither a linuxcnc nor a development issue - it is basic networking so this is kind of the wrong forum)
[22:11:44] <jonasthomas> unfortunately I don't have the cabling and a wall wart with me at the moment
[22:12:16] <mhaberler> are you saying you power the bb over usb?
[22:12:28] <jonasthomas> yes
[22:12:45] <mhaberler> this is very likely to fail, because of power consumption
[22:13:12] <jonasthomas> at this point, its a bare bbb nothing hooked up... Just for play.
[22:13:46] <mhaberler> well yes, I assume you have the linuxcnc SD image on it, and hence the xenomai kernel
[22:13:49] <mhaberler> right?
[22:14:30] <jonasthomas> I got everything from http://blog.machinekit.io/p/machinekit_16.html
[22:14:36] <mhaberler> ok
[22:15:11] <mhaberler> this means you run the xenomai kernel, which disables power saving to gain RT performance, and this is why USB power is likely to be insufficient
[22:16:02] <mhaberler> it might look it works, then keels over - I found this not to work reliably without a good external 5V supply (good = > 2amps)
[22:16:23] <mhaberler> a USB port can only feed up to 0.5amps
[22:16:33] <mhaberler> anyway this is an unrelated issue
[22:16:44] <jonasthomas> The lights all seem to be blinking but when I get a wall wart I'll get one.. good point..
[22:16:54] <mhaberler> see?
[22:17:10] <mhaberler> anyway, assume you have a good power supply
[22:17:24] <mhaberler> and an IP link, say through the router
[22:17:45] <mhaberler> you can log into the bb from the laptop, can you ? I assume you did so before?
[22:18:35] <jonasthomas> ok.. I have an ssh terminal session to the bone and a terminal session to the laptop... I'm able to ping between the two... So on to the next steps.
[22:18:45] <mhaberler> excellent
[22:19:11] <mhaberler> now record these steps:
[22:19:24] <mhaberler> record IP address of BB
[22:19:33] <mhaberler> record IP address of laptop
[22:19:39] <mhaberler> on laptop, do:
[22:19:53] <mhaberler> xhost <substitute ip address of bb>
[22:20:09] <mhaberler> on bb do this:
[22:20:23] <mhaberler> export DISPLAY=<laptop ip address>:0.0
[22:20:25] -!- Deejay has quit [Quit: bye]
[22:20:32] <mhaberler> then run linuxcnc
[22:21:04] <mhaberler> disable or remove that tinyvnc thing first
[22:21:10] <mhaberler> done
[22:21:12] <jonasthomas> I did that and got
[22:21:14] <jonasthomas> Application initialization failed: couldn't connect to display "192.168.7.1:0.1
[22:21:31] <mhaberler> that is not what I said if you compare to above line
[22:21:37] <mhaberler> I wrote:
[22:21:42] <mhaberler> export DISPLAY=<laptop ip address>:0.0
[22:21:50] <mhaberler> so the 0.1 comes from somewhere else
[22:22:15] <jonasthomas> hmm..
[22:22:37] <mhaberler> if you run a shell and do this:
[22:22:52] <mhaberler> $ export DISPLAY=1.2.1.4:0.0
[22:22:54] <mhaberler> then run
[22:22:58] <mhaberler> $ linuxcnc
[22:23:32] <mhaberler> it is impossible you get "couldn't connect to display "1.2.3.4:0.1"
[22:23:38] <mhaberler> note trailing '1'
[22:24:13] <mhaberler> the above commands (export, linuxcnc) must be run from the BB in the same shell
[22:25:14] <mhaberler> it looks like you still have this tinyvnc thing running - remove it
[22:25:33] <mhaberler> make sure there is no X server or Xvnc running on the BB
[22:26:03] <jonasthomas> At this point, I think I might need to redo the sd card and start from ground zero.. I think I did do much messing around to trust anything...
[22:26:46] <mhaberler> was there a tinyvnc on Charles' image? I dont think there i
[22:26:47] <mhaberler> s
[22:27:08] <jonasthomas> No I loaded that from debian
[22:27:18] <mhaberler> aha, then remove it
[22:27:36] <mhaberler> like 'apt-get remove <whatever that package name was>'
[22:27:46] <mhaberler> no need to restart a new image
[22:28:19] <jonasthomas> Ok..
[22:31:28] <jonasthomas> I'm being called to chores... ;( bbl.
[22:31:36] <mhaberler> ok
[22:32:53] -!- chillly has quit [Quit: Leaving]
[22:35:59] -!- jonasthomas has quit [Remote host closed the connection]
[22:36:46] -!- steves_logging has quit [Ping timeout: 264 seconds]
[22:36:50] -!- larryone has quit [Quit: This computer has gone to sleep]
[22:39:47] -!- mhaberler has quit [Quit: mhaberler]
[22:42:10] -!- sjx has quit [Ping timeout: 264 seconds]
[22:44:00] -!- larryone has quit [Client Quit]
[22:44:22] -!- bedah has quit [Quit: Ex-Chat]
[22:48:07] -!- ink has quit [Remote host closed the connection]
[22:49:48] -!- findux has quit [Ping timeout: 245 seconds]
[22:53:29] -!- Tom_R2E3 has quit [Ping timeout: 240 seconds]
[23:00:11] <seb_kuzminsky> linuxcnc-build: force build --branch=unified-build-candidate-3 0000.checkin
[23:00:12] <linuxcnc-build> build forced [ETA 1h32m29s]
[23:00:12] <linuxcnc-build> I'll give a shout when the build finishes
[23:01:45] -!- mozmck has quit [Read error: Connection reset by peer]
[23:03:27] -!- mozmck [mozmck!~moses@67.210.159.209] has joined #linuxcnc-devel
[23:09:44] -!- larryone has quit [Quit: This computer has gone to sleep]
[23:11:29] -!- mcfloppy has quit [Ping timeout: 269 seconds]
[23:12:05] -!- mcell has quit [Ping timeout: 244 seconds]
[23:18:17] -!- Tom_R2E3 has quit [Ping timeout: 244 seconds]
[23:19:58] cradek_ is now known as cradek
[23:20:13] -!- cradek has quit [Changing host]
[23:20:13] -!- cradek [cradek!~chris@emc/board-of-directors/cradek] has joined #linuxcnc-devel
[23:20:13] -!- mode/#linuxcnc-devel [+v cradek] by ChanServ
[23:21:10] -!- Einar__ has quit [Ping timeout: 264 seconds]
[23:22:03] pete1 is now known as Connor_on_Petes_
[23:22:21] Connor_on_Petes_ is now known as Connor_CNC
[23:24:08] -!- elenor has quit [Remote host closed the connection]
[23:25:41] <linuxcnc-build> build #35 of 1401.rip-wheezy-amd64 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-amd64/builds/35
[23:26:14] -!- steves_logging [steves_logging!~Steve@wsip-70-168-134-18.dc.dc.cox.net] has joined #linuxcnc-devel
[23:27:16] <linuxcnc-build> build #35 of 1400.rip-wheezy-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1400.rip-wheezy-i386/builds/35
[23:33:10] -!- micges has quit [Ping timeout: 264 seconds]
[23:41:58] -!- sjx has quit [Ping timeout: 240 seconds]
[23:45:58] -!- micges [micges!~captain_p@epo231.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel