Am 27.09.2013 um 19:52 schrieb sam sokolik <[email protected]>:
> The solution showed up in the syslog. > > Sep 26 14:55:34 empire-System-Product-Name rsyslogd-2177: imuxsock > begins to drop messages from pid 28002 due to rate-limiting > > Doing a bit of searching > http://www.rsyslog.com/changing-the-settings/ > > mhaberler suggested adding > > $SystemLogRateLimitInterval 2 > $SystemLogRateLimitBurst 5000 > > Then > sudo service rsyslog restart > > and bingo missing info is there now > http://pastebin.ca/2459203 > > Yay > sam this is now fixed in https://github.com/mhaberler/linuxcnc/commits/unified-build-candidate-3 and https://github.com/mhaberler/linuxcnc/commits/ubc3-7i80-rtnet, which is rebased on the former the 'make' step checks for logging setup and working properly, and suggests a 'sudo make log' step if not -m > > > > On 9/26/2013 8:36 AM, andy pugh wrote: >> On 26 September 2013 14:09, sam sokolik <[email protected]> wrote: >>> I goofed around with it some more and can't figure you how to get the >>> pin data.. >> It is output by >> http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/hal/drivers/mesa-hostmot2/pins.c;h=865f203dd00b7fc36339d78c3ea61e738aca39d2;hb=HEAD#l460 >> Using the HM2_PRINT Macro >> http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/hal/drivers/mesa-hostmot2/hostmot2.h;h=42ea60652d39ace5a197320bd13639721108f904;hb=HEAD#l63 >> >> It is notable that rtapi_print is used, rather than rtapi_print_msg. >> http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/rtapi/rtai_rtapi.c;hb=2e337014ec2cdbf2d2cc0a2764351d0b0df3c37f#l460 >> >> In ubc3 the definition is the same >> http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/rtapi/rtapi_support.c;hb=260a563435ab299cac84d5625b45f2abbcf8df81#l194 >> >> Which seems to lead to here: >> http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=blob;f=src/rtapi/rtapi_support.c;hb=260a563435ab299cac84d5625b45f2abbcf8df81#l108 >> >> Where there is a suggestion that the data might go to stderr instead >> during startup. Can you see anything in there? >> > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Emc-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-developers ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
