NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
There are no translations available.

New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum Getting LinuxCNC Installing LinuxCNC Error message on fresh install

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Error message on fresh install

Error message on fresh install 29 Ago 2012 14:33 #23755

  • mpicco
  • mpicco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
I'm attempting to install LinuxCNC2 on a piece of hardware it was previously working on (had to give the box a new hard drive), but now LinuxCNC won't run. Instead I get a "LinuxcCNC Errors" window containing the following:
Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/realtime-2.6.32-122-rtai/modules/linuxcnc
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
LINUXCNC - 2.5.0
Machine configuration directory is '/home/rcstech/linuxcnc/configs/max'
Machine configuration file is 'max.ini'
INIFILE=/home/rcstech/linuxcnc/configs/max/max.ini
PARAMETER_FILE=max.var
TASK=milltask
HALUI=
DISPLAY=axis
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting TASK program: milltask
Starting DISPLAY program: axis
No option 'tto_g11' in section: 'DEFAULT'
No option 'show_program' in section: 'DEFAULT'
No option 'show_rapids' in section: 'DEFAULT'
No option 'program_alpha' in section: 'DEFAULT'
No option 'show_live_plot' in section: 'DEFAULT'
No option 'show_tool' in section: 'DEFAULT'
No option 'show_extents' in section: 'DEFAULT'
No option 'show_offsets' in section: 'DEFAULT'
No option 'show_machine_limits' in section: 'DEFAULT'
No option 'show_machine_speed' in section: 'DEFAULT'
No option 'show_distance_to_go' in section: 'DEFAULT'
No option 'dro_large_font' in section: 'DEFAULT'
No option 'block_delete' in section: 'DEFAULT'
No option 'optional_stop' in section: 'DEFAULT'
No option 'recentfiles' in section: 'DEFAULT'
Shutting down and cleaning up LinuxCNC...
Killing task linuxcncsvr, PID=1693
Killing task milltask, PID=1740
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Cleanup done

Debug file information:
Can not find -sec MOT -var MOT -num 1
Can not find -sec IO -var IO -num 1
Can not find -sec LINUXCNC -var NML_FILE -num 1
Can not find -sec EMC -var NML_FILE -num 1
jogwheel.hal:11: signal 'jogscale' not found
1693
PID TTY STAT TIME COMMAND
1740
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components

Kernel message information:
[ 126.619156] I-pipe: Domain RTAI registered.
[ 126.619172] RTAI[hal]: <3.8.1> mounted over IPIPE-NOTHREADS 2.6-03.
[ 126.619177] RTAI[hal]: compiled with gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) .
[ 126.619244] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 126.619250] PIPELINE layers:
[ 126.619256] e0e15e20 9ac15d93 RTAI 200
[ 126.619261] c085cb20 0 Linux 100
[ 126.650540] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 126.651199] RTAI[sched]: IMMEDIATE, MP, USER/KERNEL SPACE: <with RTAI OWN KTASKs>, kstacks pool size = 524288 bytes.
[ 126.651208] RTAI[sched]: hard timer type/freq = APIC/12468670(Hz); default timing: periodic; linear timed lists.
[ 126.651214] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2992750000 hz.
[ 126.651218] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[ 126.651331] RTAI[usi]: enabled.
[ 126.735552] RTAI[math]: loaded.
[ 126.886056] config string '0x0378'
[ 129.978003] RTAI[math]: unloaded.
[ 130.041133] SCHED releases registered named ALIEN RTGLBH
[ 130.072393] RTAI[malloc]: unloaded.
[ 130.172049] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 130.176719] I-pipe: Domain RTAI unregistered.
[ 130.176800] RTAI[hal]: unmounted.


===============
Can anyone tell me what happened and how to remedy it?

Thanks,

Michael
The administrator has disabled public write access.

Re:Error message on fresh install 29 Ago 2012 23:33 #23762

  • ArcEye
  • ArcEye's Avatar
  • OFFLINE
  • Moderator
  • Posts: 1338
  • Thank you received: 102
  • Karma: 129
Hi

All the errors that start No option are just because it was the first time ever run with no existing config files, they will disappear next run.

Look into jogwheel.hal:11: signal 'jogscale' not found
11 is the line number it threw an error on, says there is no signal called jogscale.

If you can't see the problem, comment out jogwheel.hal from the [HAL] section of your INI file and try running without it

If it still errors, run linuxcnc from a terminal, I find that more informative, because you just get the error info without the rest of the load / unload verbiage.
Post the errors from there plus your zipped config folder

regards
Last Edit: 29 Ago 2012 23:37 by ArcEye.
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 0.782 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.