- LinuxCNC
- Installing LinuxCNC
- [solved] miltask 11 waiting for s.joints input.0.0.xx output.0.0.xx error
[solved] miltask 11 waiting for s.joints input.0.0.xx output.0.0.xx error
16 Jun 2017 21:09 - 17 Jun 2017 11:21 #94628
by bkt
I work araund these all these day ... first I found some strange error on mesa card (pcw has learn me that is because I have used an old version of mesaflash) after that I reinstalled everything i did to avoid any mistakes ... I also did the runtest successfully ... during the configuration only a few warnings (which I carry below) ... are on ubuntu 14.04 kernel 4.8.15 rt-10 and not I understand what happens ...
my "make" warning + runtest result:
this my backtrace .... {my ptrace_scope file have only one row whit the number 1 printed on, only 1 without other}
this my terminal ...
any type of suggestion is apprpriate
regards
giorgio
my "make" warning + runtest result:
Warning: Spoiler!
rtapi/uspace_rtapi_app.cc:519:34: warning: ignoring return value of ‘int setreuid(__uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setreuid(fallback_uid, 0);
^
rtapi/uspace_rtapi_app.cc: In function ‘int rtapi_spawn_as_root(pid_t*, const char*, const posix_spawn_file_actions_t*, const posix_spawnattr_t*, char* const*, char* const*)’:
rtapi/uspace_rtapi_app.cc:1203:25: warning: ignoring return value of ‘int setreuid(__uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setreuid(euid, euid);
^
rtapi/uspace_rtapi_app.cc:1206:37: warning: ignoring return value of ‘int setresuid(__uid_t, __uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setresuid(ruid, ruid, (pid_t)-1);
^
rtapi/uspace_rtapi_app.cc: In function ‘int rtapi_spawnp_as_root(pid_t*, const char*, const posix_spawn_file_actions_t*, const posix_spawnattr_t*, char* const*, char* const*)’:
rtapi/uspace_rtapi_app.cc:1217:25: warning: ignoring return value of ‘int setreuid(__uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setreuid(euid, euid);
^
rtapi/uspace_rtapi_app.cc:1220:37: warning: ignoring return value of ‘int setresuid(__uid_t, __uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setresuid(ruid, ruid, (pid_t)-1);
hal/user_comps/hy_gt_vfd.c:477:24: warning: unused variable ‘t’ [-Wunused-variable]
struct timeval t;
^
hal/user_comps/hy_gt_vfd.c:605:15: warning: unused variable ‘f’ [-Wunused-variable]
float f;
^
hal/user_comps/hy_gt_vfd.c:604:13: warning: unused variable ‘r’ [-Wunused-variable]
int r;
Compiling emc/ini/iniaxis.cc
In file included from emc/ini/iniaxis.cc:31:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/ini/inijoint.cc
In file included from emc/ini/inijoint.cc:29:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/ini/initool.cc
Compiling emc/ini/initraj.cc
In file included from emc/ini/initraj.cc:26:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/ini/inihal.cc
In file included from emc/ini/inihal.cc:27:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes
In file included from emc/ini/iniaxis.cc:31:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/ini/inijoint.cc
In file included from emc/ini/inijoint.cc:29:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/ini/initool.cc
Compiling emc/ini/initraj.cc
In file included from emc/ini/initraj.cc:26:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/ini/inihal.cc
In file included from emc/ini/inihal.cc:27:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/nml_intf/interpl.cc
Linking liblinuxcnc.a
Linking linuxcnc.so
Compiling emc/usr_intf/emcrsh.cc
Linking linuxcncrsh
Compiling emc/usr_intf/schedrmt.cc
Compiling emc/usr_intf/emcsched.cc
Linking schedrmt
Compiling emc/usr_intf/emclcd.cc
Compiling emc/usr_intf/sockets.c
Linking linuxcnclcd
Compiling emc/usr_intf/halui.cc
emc/usr_intf/halui.cc:199:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Linking halui
Compiling emc/task/emcsvr.cc
Linking linuxcncsvr
Compiling emc/motion/emcmotglb.c
Compiling emc/task/emctask.cc
Compiling emc/task/emccanon.cc
Compiling emc/task/emctaskmain.cc
In file included from emc/task/emctaskmain.cc:85:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/motion/usrmotintf.cc
Compiling emc/motion/emcmotutil.c
Compiling emc/task/taskintf.cc
In file included from emc/task/taskintf.cc:34:0:
emc/ini/inihal.hh:84:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wignored-attributes"
^
Compiling emc/motion/dbuf.c
Compiling emc/motion/stashf.c
Compiling emc/rs274ngc/tool_parse.cc
Compiling emc/task/taskmodule.cc
emc/task/taskmodule.cc: In function ‘void init_module_emctask()’:
emc/task/taskmodule.cc:331:41: warning: ‘EMC_TRAJ_STAT::<anonymous union>::axes’ is deprecated [-Wdeprecated-declarations]
.def_readwrite("axes", &EMC_TRAJ_STAT::axes )
^
In file included from emc/task/taskmodule.cc:44:0:
emc/nml_intf/emc_nml.hh:1028:44: note: declared here
int axes __attribute__((deprecated)); // maximum axis number
hal/drivers/mesa-hostmot2/hm2_rpspi.c: In function ‘check_platform’:
hal/drivers/mesa-hostmot2/hm2_rpspi.c:546:1: warning: the frame size of 8208 bytes is larger than 2560 bytes [-Wframe-larger-than=]
/***********************************/
jo@jo56:~/linuxcnc-dev/src$ ../scripts/rip-environment
This script can be used in one of two ways.
It can be loaded in the context of your shell, by executing
. ../scripts/rip-environment
after this, commands like 'linuxcnc', 'halrun' and so on refer to the
version in this directory, instead of to an installed version of
linuxcnc (if any)
Second, it can be used to run a command in this directory without
modifying the environment of the calling shell:
../scripts/rip-environment command...
such as
../scripts/rip-environment halrun foo.hal
../scripts/rip-environment linuxcnc configs/.../foo.ini
jo@jo56:~/linuxcnc-dev/src$ . ../scripts/rip-environment
jo@jo56:~/linuxcnc-dev/src$ runtests
Running test: /home/jo/linuxcnc-dev/tests/abort/feed-rate
Running test: /home/jo/linuxcnc-dev/tests/abs.0
Running test: /home/jo/linuxcnc-dev/tests/alias.0
Running test: /home/jo/linuxcnc-dev/tests/and-or-not-mux.0
Running test: /home/jo/linuxcnc-dev/tests/basic
Running test: /home/jo/linuxcnc-dev/tests/biquad
Running test: /home/jo/linuxcnc-dev/tests/build/header-sanity
Running test: /home/jo/linuxcnc-dev/tests/build/ui
Running test: /home/jo/linuxcnc-dev/tests/ccomp/early-exit
Running test: /home/jo/linuxcnc-dev/tests/ccomp/lathe-comp
Running test: /home/jo/linuxcnc-dev/tests/ccomp/mill-g90g91g92
Running test: /home/jo/linuxcnc-dev/tests/ccomp/mill-line-arc-entry
Running test: /home/jo/linuxcnc-dev/tests/ccomp/mill-zchanges
Running test: /home/jo/linuxcnc-dev/tests/counter-encoder.0
Running test: /home/jo/linuxcnc-dev/tests/edge/both-starting-high
Running test: /home/jo/linuxcnc-dev/tests/edge/both
Running test: /home/jo/linuxcnc-dev/tests/edge/falling-starting-high
Running test: /home/jo/linuxcnc-dev/tests/edge/falling
Running test: /home/jo/linuxcnc-dev/tests/edge/rising-starting-high
Running test: /home/jo/linuxcnc-dev/tests/edge/rising
Running test: /home/jo/linuxcnc-dev/tests/flipflop.0
Running test: /home/jo/linuxcnc-dev/tests/hal-link-unlink
Running test: /home/jo/linuxcnc-dev/tests/halcompile/extralib
Running test: /home/jo/linuxcnc-dev/tests/halcompile/names
Running test: /home/jo/linuxcnc-dev/tests/halcompile/userspace-count-names
Running test: /home/jo/linuxcnc-dev/tests/halcompile/userspace
Running test: /home/jo/linuxcnc-dev/tests/halmodule.0
Running test: /home/jo/linuxcnc-dev/tests/halmodule.1
Running test: /home/jo/linuxcnc-dev/tests/halrun-getopt-reset
Running test: /home/jo/linuxcnc-dev/tests/halui/jogging
Running test: /home/jo/linuxcnc-dev/tests/halui/mdi
Running test: /home/jo/linuxcnc-dev/tests/hard-limits
Running test: /home/jo/linuxcnc-dev/tests/hm2-idrom
Running test: /home/jo/linuxcnc-dev/tests/ilowpass/low-gain
Running test: /home/jo/linuxcnc-dev/tests/ilowpass/wrap-around
Running test: /home/jo/linuxcnc-dev/tests/interp/abort-hot-comment
Running test: /home/jo/linuxcnc-dev/tests/interp/bad
Running test: /home/jo/linuxcnc-dev/tests/interp/cam-nisley
Running test: /home/jo/linuxcnc-dev/tests/interp/compile
Running test: /home/jo/linuxcnc-dev/tests/interp/crazy-paths
Running test: /home/jo/linuxcnc-dev/tests/interp/do-while-break
Running test: /home/jo/linuxcnc-dev/tests/interp/exists
Running test: /home/jo/linuxcnc-dev/tests/interp/flowsnake
Running test: /home/jo/linuxcnc-dev/tests/interp/fractional-linenumbers
Running test: /home/jo/linuxcnc-dev/tests/interp/g10/g10-l1-l10
Running test: /home/jo/linuxcnc-dev/tests/interp/g10/g10-l11
Running test: /home/jo/linuxcnc-dev/tests/interp/g10/g10-l2-while-active
Running test: /home/jo/linuxcnc-dev/tests/interp/g10/g10-l20-while-active
Running test: /home/jo/linuxcnc-dev/tests/interp/g10/g10-with-g92
Running test: /home/jo/linuxcnc-dev/tests/interp/g52/g52-g92-interaction
Running test: /home/jo/linuxcnc-dev/tests/interp/g52/g92-offset-persistence
Running test: /home/jo/linuxcnc-dev/tests/interp/g6164
Running test: /home/jo/linuxcnc-dev/tests/interp/g76
Running test: /home/jo/linuxcnc-dev/tests/interp/g81/g17/g98
Running test: /home/jo/linuxcnc-dev/tests/interp/g81/g17/g99
Running test: /home/jo/linuxcnc-dev/tests/interp/g81/g18/g98
Running test: /home/jo/linuxcnc-dev/tests/interp/g81/g18/g99
Running test: /home/jo/linuxcnc-dev/tests/interp/g81/g19/g98
Running test: /home/jo/linuxcnc-dev/tests/interp/g81/g19/g99
Running test: /home/jo/linuxcnc-dev/tests/interp/g84/g17/g98
Running test: /home/jo/linuxcnc-dev/tests/interp/g84/g17/g99
Running test: /home/jo/linuxcnc-dev/tests/interp/g84/g18/g98
Running test: /home/jo/linuxcnc-dev/tests/interp/g84/g18/g99
Running test: /home/jo/linuxcnc-dev/tests/interp/g84/g19/g98
Running test: /home/jo/linuxcnc-dev/tests/interp/g84/g19/g99
Running test: /home/jo/linuxcnc-dev/tests/interp/good
Running test: /home/jo/linuxcnc-dev/tests/interp/iniparam-failassign
Running test: /home/jo/linuxcnc-dev/tests/interp/iniparam
Running test: /home/jo/linuxcnc-dev/tests/interp/inside-corners
Running test: /home/jo/linuxcnc-dev/tests/interp/inverse-time-with-comp
Running test: /home/jo/linuxcnc-dev/tests/interp/m19
Running test: /home/jo/linuxcnc-dev/tests/interp/mdi-oword-m66
Running test: /home/jo/linuxcnc-dev/tests/interp/oword-bug315-p2
Running test: /home/jo/linuxcnc-dev/tests/interp/oword-bug315
Running test: /home/jo/linuxcnc-dev/tests/interp/oword-unwind
Running test: /home/jo/linuxcnc-dev/tests/interp/plug
Running test: /home/jo/linuxcnc-dev/tests/interp/pymove
Running test: /home/jo/linuxcnc-dev/tests/interp/python-self
Running test: /home/jo/linuxcnc-dev/tests/interp/return-value
Running test: /home/jo/linuxcnc-dev/tests/interp/sequence-number
Running test: /home/jo/linuxcnc-dev/tests/interp/subroutine-return
Running test: /home/jo/linuxcnc-dev/tests/interp/subs-follow-main
Running test: /home/jo/linuxcnc-dev/tests/interp/value-returned
Running test: /home/jo/linuxcnc-dev/tests/io-startup/nonrandom/no-tool-in-P0
Running test: /home/jo/linuxcnc-dev/tests/io-startup/nonrandom/tool-in-P0
Running test: /home/jo/linuxcnc-dev/tests/io-startup/random/no-tool-in-P0
Running test: /home/jo/linuxcnc-dev/tests/io-startup/random/tool-in-P0
Running test: /home/jo/linuxcnc-dev/tests/lathe
Running test: /home/jo/linuxcnc-dev/tests/limit3.0
Running test: /home/jo/linuxcnc-dev/tests/limit3.1
Running test: /home/jo/linuxcnc-dev/tests/limit3.2
Running test: /home/jo/linuxcnc-dev/tests/linuxcncrsh-tcp
Running test: /home/jo/linuxcnc-dev/tests/linuxcncrsh
Running test: /home/jo/linuxcnc-dev/tests/loadrt.1
Running test: /home/jo/linuxcnc-dev/tests/loadrt.2
Running test: /home/jo/linuxcnc-dev/tests/lowlevel/mutex
Running test: /home/jo/linuxcnc-dev/tests/m70-m73/m70m72-restore.0
Running test: /home/jo/linuxcnc-dev/tests/m70-m73/m73-flood-mist-restore.0
Running test: /home/jo/linuxcnc-dev/tests/m70-m73/m73autorestore.0
Running test: /home/jo/linuxcnc-dev/tests/mdi-queue-length
Running test: /home/jo/linuxcnc-dev/tests/mdi-queue/oword-queue-buster
Running test: /home/jo/linuxcnc-dev/tests/mdi-queue/simple-queue-buster
Running test: /home/jo/linuxcnc-dev/tests/mdi-while-queuebuster-waitflag
Running test: /home/jo/linuxcnc-dev/tests/modparam.0
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder/1-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder/8-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder/9-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder/num_chan=0
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder/num_chan=1
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder/num_chan=8
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder/num_chan=9
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder_ratio/1-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder_ratio/8-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder_ratio/9-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder_ratio/num_chan=0
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder_ratio/num_chan=1
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder_ratio/num_chan=8
Running test: /home/jo/linuxcnc-dev/tests/module-loading/encoder_ratio/num_chan=9
Running test: /home/jo/linuxcnc-dev/tests/module-loading/or2/0-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/or2/1-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/or2/16-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/or2/17-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/or2/count=1
Running test: /home/jo/linuxcnc-dev/tests/module-loading/or2/count=16
Running test: /home/jo/linuxcnc-dev/tests/module-loading/or2/count=17
Running test: /home/jo/linuxcnc-dev/tests/module-loading/pid/1-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/pid/16-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/pid/17-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/pid/num_chan=0
Running test: /home/jo/linuxcnc-dev/tests/module-loading/pid/num_chan=1
Running test: /home/jo/linuxcnc-dev/tests/module-loading/pid/num_chan=16
Running test: /home/jo/linuxcnc-dev/tests/module-loading/pid/num_chan=17
Running test: /home/jo/linuxcnc-dev/tests/module-loading/rtapi-app-main-fails
loadrt found the test component, and it failed to load
Running test: /home/jo/linuxcnc-dev/tests/module-loading/siggen/1-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/siggen/16-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/siggen/17-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/siggen/num_chan=0
Running test: /home/jo/linuxcnc-dev/tests/module-loading/siggen/num_chan=1
Running test: /home/jo/linuxcnc-dev/tests/module-loading/siggen/num_chan=16
Running test: /home/jo/linuxcnc-dev/tests/module-loading/siggen/num_chan=17
Running test: /home/jo/linuxcnc-dev/tests/module-loading/sim_encoder/1-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/sim_encoder/8-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/sim_encoder/9-names
Running test: /home/jo/linuxcnc-dev/tests/module-loading/sim_encoder/num_chan=0
Running test: /home/jo/linuxcnc-dev/tests/module-loading/sim_encoder/num_chan=1
Running test: /home/jo/linuxcnc-dev/tests/module-loading/sim_encoder/num_chan=8
Running test: /home/jo/linuxcnc-dev/tests/module-loading/sim_encoder/num_chan=9
Running test: /home/jo/linuxcnc-dev/tests/motion-logger/basic
Running test: /home/jo/linuxcnc-dev/tests/motion-logger/mountaindew
Skipping test: /home/jo/linuxcnc-dev/tests/motion-logger/startup-gcode-abort
Skipping test: /home/jo/linuxcnc-dev/tests/motion/g0
Running test: /home/jo/linuxcnc-dev/tests/motion/jogwheel-axis
Running test: /home/jo/linuxcnc-dev/tests/motion/jogwheel-joint
Running test: /home/jo/linuxcnc-dev/tests/multiclick
Running test: /home/jo/linuxcnc-dev/tests/mux
Running test: /home/jo/linuxcnc-dev/tests/near.0
Running test: /home/jo/linuxcnc-dev/tests/overrun
Running test: /home/jo/linuxcnc-dev/tests/oword/sub.0
Running test: /home/jo/linuxcnc-dev/tests/oword/while.0
Running test: /home/jo/linuxcnc-dev/tests/realtime-math
Running test: /home/jo/linuxcnc-dev/tests/remap/duplicate-o-word
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/args.0
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/args.1
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/args.2
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/body-ngc
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/body-py
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/canon_error
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/epilog
Running test: /home/jo/linuxcnc-dev/tests/remap/fail/prolog
Running test: /home/jo/linuxcnc-dev/tests/remap/introspect
Running test: /home/jo/linuxcnc-dev/tests/remap/m30-interaction
Running test: /home/jo/linuxcnc-dev/tests/remap/nested-remaps-oword
Running test: /home/jo/linuxcnc-dev/tests/remap/oword-pycall
Running test: /home/jo/linuxcnc-dev/tests/remap/posargs.0
Running test: /home/jo/linuxcnc-dev/tests/remap/predefined-named-params
Running test: /home/jo/linuxcnc-dev/tests/remap/remap-io
Running test: /home/jo/linuxcnc-dev/tests/remap/remap-reentry
Running test: /home/jo/linuxcnc-dev/tests/remap/sequencing
Running test: /home/jo/linuxcnc-dev/tests/remap/variable-injection
Running test: /home/jo/linuxcnc-dev/tests/rs274ngc-startup
Running test: /home/jo/linuxcnc-dev/tests/rtapi_printf.0
Running test: /home/jo/linuxcnc-dev/tests/save.0
Skipping test: /home/jo/linuxcnc-dev/tests/save.1
Running test: /home/jo/linuxcnc-dev/tests/source.0
Running test: /home/jo/linuxcnc-dev/tests/startup-state
Skipping test: /home/jo/linuxcnc-dev/tests/statbuffer-g5x-abort
Running test: /home/jo/linuxcnc-dev/tests/stepgen.0
Running test: /home/jo/linuxcnc-dev/tests/stepgen.1
Running test: /home/jo/linuxcnc-dev/tests/stepgen.2
Running test: /home/jo/linuxcnc-dev/tests/symbols.0
Running test: /home/jo/linuxcnc-dev/tests/symbols.1
Running test: /home/jo/linuxcnc-dev/tests/t0/nonrandom
Running test: /home/jo/linuxcnc-dev/tests/t0/random-with-t0
Running test: /home/jo/linuxcnc-dev/tests/t0/random-without-t0
Running test: /home/jo/linuxcnc-dev/tests/tclsh-extensions
Running test: /home/jo/linuxcnc-dev/tests/threads.0
Running test: /home/jo/linuxcnc-dev/tests/threads.1
Running test: /home/jo/linuxcnc-dev/tests/timedelay.0
Running test: /home/jo/linuxcnc-dev/tests/tlo
Running test: /home/jo/linuxcnc-dev/tests/toolchanger/m61
Running test: /home/jo/linuxcnc-dev/tests/toolchanger/toolno-pocket-differ/nonrandom
Running test: /home/jo/linuxcnc-dev/tests/toolchanger/toolno-pocket-differ/random
Running test: /home/jo/linuxcnc-dev/tests/twopass-personality
Running test: /home/jo/linuxcnc-dev/tests/twopass
Running test: /home/jo/linuxcnc-dev/tests/uspace/spawnv-root
Runtest: 201 tests run, 201 successful, 0 failed + 0 expected
this my backtrace .... {my ptrace_scope file have only one row whit the number 1 printed on, only 1 without other}
Warning: Spoiler!
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operazione non permessa.
/home/jo/linuxcnc-dev/configs/giorgio1/7905: File o directory non esistente.
No thread selected
No stack.
this my terminal ...
Warning: Spoiler!
jo@jo56:~$ cd linuxcnc-dev/src
jo@jo56:~/linuxcnc-dev/src$ . ../scripts/rip-environment
jo@jo56:~/linuxcnc-dev/src$ linuxcnc
LINUXCNC - 2.8.0~pre1
Machine configuration directory is '/home/jo/linuxcnc-dev/configs/giorgio1'
Machine configuration file is 'giorgio1.ini'
Starting LinuxCNC...
Found file(REL): ./giorgio1.hal
Note: Using POSIX realtime
hm2: loading Mesa HostMot2 driver version 0.15
hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
hm2_pci: discovered 5i25 at 0000:04:00.0
hm2/hm2_5i25.0: Smart Serial Firmware Version 43
Board hm2_5i25.0.7i77.0.0 Hardware Mode 0 = standard
Board hm2_5i25.0.7i77.0.0 Software Mode 0 = input_output
Board hm2_5i25.0.7i77.0.0 Software Mode 1 = io_analog
Board hm2_5i25.0.7i77.0.0 Software Mode 2 = io_analog_fieldvoltage
Board hm2_5i25.0.7i77.0.0 Software Mode 3 = io_encoder_analog_fieldvoltage
Board hm2_5i25.0.7i77.0.1 Hardware Mode 0 = standard
Board hm2_5i25.0.7i77.0.1 Software Mode 0 = analogout_enables
hm2/hm2_5i25.0: 34 I/O Pins used:
hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
hm2/hm2_5i25.0: IO Pin 001 (P3-14): IOPort
hm2/hm2_5i25.0: IO Pin 002 (P3-02): IOPort
hm2/hm2_5i25.0: IO Pin 003 (P3-15): Smart Serial Interface #0, pin TxData1 (Output)
hm2/hm2_5i25.0: IO Pin 004 (P3-03): Smart Serial Interface #0, pin RxData1 (Input)
hm2/hm2_5i25.0: IO Pin 005 (P3-16): Smart Serial Interface #0, pin TxData0 (Output)
hm2/hm2_5i25.0: IO Pin 006 (P3-04): Smart Serial Interface #0, pin RxData0 (Input)
hm2/hm2_5i25.0: IO Pin 007 (P3-17): Muxed Encoder Select #0, pin Mux Select 0 (Output)
hm2/hm2_5i25.0: IO Pin 008 (P3-05): Muxed Encoder #0, pin Muxed A (Input)
hm2/hm2_5i25.0: IO Pin 009 (P3-06): Muxed Encoder #0, pin Muxed B (Input)
hm2/hm2_5i25.0: IO Pin 010 (P3-07): Muxed Encoder #0, pin Muxed Index (Input)
hm2/hm2_5i25.0: IO Pin 011 (P3-08): Muxed Encoder #1, pin Muxed A (Input)
hm2/hm2_5i25.0: IO Pin 012 (P3-09): Muxed Encoder #1, pin Muxed B (Input)
hm2/hm2_5i25.0: IO Pin 013 (P3-10): Muxed Encoder #1, pin Muxed Index (Input)
hm2/hm2_5i25.0: IO Pin 014 (P3-11): Muxed Encoder #2, pin Muxed A (Input)
hm2/hm2_5i25.0: IO Pin 015 (P3-12): Muxed Encoder #2, pin Muxed B (Input)
hm2/hm2_5i25.0: IO Pin 016 (P3-13): Muxed Encoder #2, pin Muxed Index (Input)
hm2/hm2_5i25.0: IO Pin 017 (P2-01): IOPort
hm2/hm2_5i25.0: IO Pin 018 (P2-14): IOPort
hm2/hm2_5i25.0: IO Pin 019 (P2-02): IOPort
hm2/hm2_5i25.0: IO Pin 020 (P2-15): IOPort
hm2/hm2_5i25.0: IO Pin 021 (P2-03): IOPort
hm2/hm2_5i25.0: IO Pin 022 (P2-16): IOPort
hm2/hm2_5i25.0: IO Pin 023 (P2-04): IOPort
hm2/hm2_5i25.0: IO Pin 024 (P2-17): IOPort
hm2/hm2_5i25.0: IO Pin 025 (P2-05): IOPort
hm2/hm2_5i25.0: IO Pin 026 (P2-06): IOPort
hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
hm2/hm2_5i25.0: registered
hm2_5i25.0: initialized AnyIO board at 0000:04:00.0
note: MAXV max: 950.000 units/sec 57000.000 units/min
note: LJOG max: 950.000 units/sec 57000.000 units/min
note: LJOG default: 500.000 units/sec 30000.000 units/min
note: AJOG max: 220.000 units/sec 13200.000 units/min
note: AJOG default: 180.000 units/sec 10800.000 units/min
waiting for s.joints<0>, s.kinematics_type<0>
waiting for s.joints<0>, s.kinematics_type<0>
/home/jo/linuxcnc-dev/bin/milltask (pid 8624) died on signal 11, backtrace stored in /tmp/backtrace.8624
/home/jo/linuxcnc-dev/bin/milltask exiting
waiting for s.joints<0>, s.kinematics_type<0>
waiting for s.joints<0>, s.kinematics_type<0>
<commandline>:0: milltask exited without becoming ready
waiting for s.joints<0>, s.kinematics_type<0>
waiting for s.joints<0>, s.kinematics_type<0>
waiting for s.joints<0>, s.kinematics_type<0>
waiting for s.joints<0>, s.kinematics_type<0>
waiting for s.joints<0>, s.kinematics_type<0>
halui: emcCommandSend: no echo from Task after 5.000 seconds
A configuration error is preventing LinuxCNC from starting.
More information may be available when running from a terminal.
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
hm2_5i25.0: dropping AnyIO board at 0000:04:00.0
hm2/hm2_5i25.0: unregistered
RTAPI_PCI: Unmapped 65536 bytes at 0x7fb4671fb000
hm2_pci: driver unloaded
hm2: unloading
Note: Using POSIX realtime
LinuxCNC terminated with an error. You can find more information in the log:
/home/jo/linuxcnc_debug.txt
and
/home/jo/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the terminal
jo@jo56:~/linuxcnc-dev/src$
any type of suggestion is apprpriate
regards
giorgio
Last edit: 17 Jun 2017 11:21 by bkt. Reason: ptrave value
Please Log in or Create an account to join the conversation.
16 Jun 2017 22:46 #94634
by PCW
Replied by PCW on topic Could not attach to process. If your uid matches the uid of the target
I just built the latest master and it works fine here under Mint18 (roughly equivalent to Ubuntu 16.04)
It works with older (3.18) and newer (4.9) Preempt-RT kernels
Can you show the exact command sequence you used to build and launch LinuxCNC?
It works with older (3.18) and newer (4.9) Preempt-RT kernels
Can you show the exact command sequence you used to build and launch LinuxCNC?
The following user(s) said Thank You: bkt
Please Log in or Create an account to join the conversation.
16 Jun 2017 23:25 - 16 Jun 2017 23:36 #94635
by bkt
Replied by bkt on topic Could not attach to process. If your uid matches the uid of the target
for shure:
Sorry but only 20 minutes ago I was in front of the problem pc .... now I'm almost a prisoner of sleep .... But I'm glad to have your opinion on it ... for myself I would not know how to act now.
giorgio
not i used ckbuildependencies because it have use it six mount ago ....
my config is on linuxcnc-dev/configs .... sometings of wrong??
giorgio
jo@jo:~$ rm -R /home/jo/linuxcnc-dev /** or use nautilus instead terminal comman **/
jo@jo:~$ sudo apt-get purge linuxcnc* /**** for major security of deleting all regards linuxcnc***/
jo@jo:~$ git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
jo@jo:~$ cd linuxcnc-dev/src /** from these point on these folder **/
jo@jo:~$ ./autogen.sh
jo@jo:~$ ./configure --with-realtime=uspace
jo@jo:~$ make
jo@jo:~$ sudo make setuid
jo@jo:~$ ../scripts/rip-environment
jo@jo:~$ runtests
jo@jo:~$ linuxcnc /*** if select sim all works ***/
jo@jo:~$ pncconf /**** not work properly and it said: no hostmot install on your pc using intrnal data instead .... or some of similar ***/
Sorry but only 20 minutes ago I was in front of the problem pc .... now I'm almost a prisoner of sleep .... But I'm glad to have your opinion on it ... for myself I would not know how to act now.
giorgio
not i used ckbuildependencies because it have use it six mount ago ....
my config is on linuxcnc-dev/configs .... sometings of wrong??
giorgio
Last edit: 16 Jun 2017 23:36 by bkt.
Please Log in or Create an account to join the conversation.
17 Jun 2017 11:17 #94640
by bkt
Replied by bkt on topic Could not attach to process. If your uid matches the uid of the target
for max precision, today I work around these problem, so reinstall using these command:
But the solution is to have deleted the position.txt file from my installation ... I had already happened other times (rarely, maybe 2 times in 5 years) ... my original configuration was broken because electrical noise (some big spike) ... so I copied it to a bk, deleted from ssd and than copied again from bk to ssd .... but I forgot to delete position.txt .... so a disaster has happened .... At least now i can not use mesaflash2016 with the new .bit files because it does not write correctly on fpga .... little consolation .... a lot of work for nothing, I have reinstall linuxcnc more than 20 time for verify mesaflash2016 + s waiting error.
regards
giorgio
jo@jo:~$ rm -R /home/jo/linuxcnc-dev /** or use nautilus instead terminal comman **/
jo@jo:~$ sudo apt-get purge linuxcnc* /**** for major security of deleting all regards linuxcnc***/
jo@jo:~$ git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
jo@jo:~$ cd linuxcnc-dev/src /** from these point on these folder **/
jo@jo:~linuxcnc-dev/src$ ./autogen.sh
jo@jo:~linuxcnc-dev/src$ ./configure --with-realtime=uspace
jo@jo:~linuxcnc-dev/src$ make clear /**** for major security of deleting all regards previous make command (not necessary but ...)***/
jo@jo:~linuxcnc-dev/src$ make
jo@jo:~linuxcnc-dev/src$ sudo make setuid
jo@jo:~linuxcnc-dev/src$ cd ..
jo@jo:~linuxcnc-dev$ . scripts/rip-environments
jo@jo:~linuxcnc-dev$ runtests
jo@jo:~linuxcnc-dev$ linuxcnc /*** all works ***/
But the solution is to have deleted the position.txt file from my installation ... I had already happened other times (rarely, maybe 2 times in 5 years) ... my original configuration was broken because electrical noise (some big spike) ... so I copied it to a bk, deleted from ssd and than copied again from bk to ssd .... but I forgot to delete position.txt .... so a disaster has happened .... At least now i can not use mesaflash2016 with the new .bit files because it does not write correctly on fpga .... little consolation .... a lot of work for nothing, I have reinstall linuxcnc more than 20 time for verify mesaflash2016 + s waiting error.
regards
giorgio
Please Log in or Create an account to join the conversation.
17 Jun 2017 11:22 #94641
by bkt
Replied by bkt on topic Could not attach to process. If your uid matches the uid of the target
Update. I've change the title post because if use google or forum search is more likely to stumble in this.
giorgio
giorgio
Please Log in or Create an account to join the conversation.
17 Jun 2017 12:15 - 17 Jun 2017 12:16 #94645
by PCW
Replied by PCW on topic Could not attach to process. If your uid matches the uid of the target
Glad you solved the milltask issue.
Note that the problem with older versions of Mesaflash is not related to bit files at all.
it depends on whether the OS is 32 or 64 bit, older versions of mesaflash do not
work properly on 64 bit systems with PCI or PCIE cards.
Note that the problem with older versions of Mesaflash is not related to bit files at all.
it depends on whether the OS is 32 or 64 bit, older versions of mesaflash do not
work properly on 64 bit systems with PCI or PCIE cards.
Last edit: 17 Jun 2017 12:16 by PCW.
Please Log in or Create an account to join the conversation.
17 Jun 2017 15:45 - 17 Jun 2017 15:55 #94652
by bkt
Replied by bkt on topic Could not attach to process. If your uid matches the uid of the target
Yes you are in right ....
As you said the 2 problem is not related ....
I just wanted to say that when these strange problems happen, just do some confusion (in my case the confusion was born from the fact that I did not know the differences between mesaflash2017 and the new) that everything becomes more problematic.
To your advantage I mean I use 5i25 and 7i77 for 2 years with great satisfaction .... among other things you have told me that my circuits suffer from disorders ... I did not understand well ... now I'm sure You were thinking about PC power problems.
And I change the title post of previous mine about mesaflash .... More adhering to the reality of the facts. My lack of knowledge of new release of mesaflash utility.
A great hug for your timely help.
(sorry not found a better emoticons than these)
giorgio
As you said the 2 problem is not related ....
I just wanted to say that when these strange problems happen, just do some confusion (in my case the confusion was born from the fact that I did not know the differences between mesaflash2017 and the new) that everything becomes more problematic.
To your advantage I mean I use 5i25 and 7i77 for 2 years with great satisfaction .... among other things you have told me that my circuits suffer from disorders ... I did not understand well ... now I'm sure You were thinking about PC power problems.
And I change the title post of previous mine about mesaflash .... More adhering to the reality of the facts. My lack of knowledge of new release of mesaflash utility.
A great hug for your timely help.
(sorry not found a better emoticons than these)
giorgio
Last edit: 17 Jun 2017 15:55 by bkt.
Please Log in or Create an account to join the conversation.
- LinuxCNC
- Installing LinuxCNC
- [solved] miltask 11 waiting for s.joints input.0.0.xx output.0.0.xx error
Time to create page: 0.089 seconds