#linuxcnc-devel | Logs for 2015-03-21

Back
[09:24:47] <mozmck> pcw_home: can I see the config you used for your preempt-rt 3.18.9 kernel? I'd like to compare settings with what I made.
[09:45:29] <pcw_home> freeby.mesanet.com/rtconfig
[10:51:30] <mozmck> pcw_home: thanks
[10:54:34] <pcw_home> I think that one is missing the Atheros so may bust laptop wireless
[10:55:50] <pcw_home> ( I could not find the Atheros stuff in menu config but xconfig has it )
[12:30:01] <andypugh> memfrob: Trying your config, I get an error I don’t quite understand:
[12:30:02] <andypugh> ./.config: line 25: $'\r': command not found
[12:30:03] <andypugh> Makefile:923: recipe for target 'vmlinux' failed
[13:19:13] <skunkworks> the mazak ran its first program today.. dad had it mostly figured out - just needed tooling setup.
[13:21:54] <cradek> another new machine?
[13:22:04] <skunkworks> a quick turn 20.
[13:22:18] <skunkworks> he got it a few months ago - the on that had the bad servo
[13:22:27] <cradek> cool
[13:22:46] <skunkworks> the original control still works.. simulation and everything
[13:31:03] <cradek> can't win 'em all
[13:35:56] <skunkworks> exactly
[13:38:25] <skunkworks> he doesn't have any inserts for his cutoff tools yet..
[13:46:08] <skunkworks> I can see where G71 and the like would be nice. (mazatrol does all that magically)
[13:46:30] <skunkworks> you give it the stock size and the profile and it clears automagically
[13:47:55] <skunkworks> (its own language though..)
[14:14:07] <cradek> yeah it would sure be nice to have that
[14:34:01] <mozmck_lp> zlog
[21:31:35] <jepler> andypugh: probably dos-style newlines got introduced, possibly by the pastebin site.
[21:31:38] <jepler> $ printf '#!/bin/sh\n\r\n' > wat.sh
[21:31:41] <jepler> $ bash wat.sh
[21:31:43] <jepler> wat.sh: line 2: $'\r': command not found
[21:32:01] <jepler> $'\r' is a way for bash to represent the carriage-return character
[21:32:40] <andypugh> Ah!
[21:32:47] <andypugh> OK, should be an easy fix.
[21:32:52] <andypugh> Thanks for the hint
[21:33:18] <andypugh> I will try again tomorrow, it’s late here now.
[21:33:43] <andypugh> (I was baffled by the very concept of an unknown command in a .config(
[21:39:03] <jepler> yeah me too
[21:39:20] <jepler> but on the face of it, it looks like you *could* treat it as a (ba)sh file which sets lots of variables...
[22:21:51] <skunkworks> zlog