Thanks for info Schooner.
I copied files from BeagleBone Black to SD card. The LinuxCNC Error file, I 
copied from terminal to clipboard and made txt file.
Attached are the files. I get and error about parport 0 and will try to 
edit hal file changing Loadrt parport "0 out" to Loadrt parport "0x378 out" 
(as shown in LinuxCNC Forum #84912) next. I haven't looked at the hal file 
yet but will within 2 hours.
Thanks,
John

On Monday, December 18, 2017 at 4:22:14 PM UTC-8, John Hammond wrote:
>
> Linuxcnc error terminal window appears, but nothing runs. 
> I can start linuxcnc by opening terminal window and entering “linuxcnc &” 
> . This stops when it does not find my configuration file. 
> I have copied the linuxcnc error message along with two other files that 
> are created. I am willing to attach those files if shown how. 
> Thank you, 
> John Hammond 
>
>

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.
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/lib/linuxcnc
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=/usr/libexec/linuxcnc/inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.6
MACHINEKIT - 0.1
Machine configuration directory is 
'/home/machinekit/machinekit/configs/Johns_Mill'
Machine configuration file is 'Johns_Mill.ini'
INIFILE=/home/machinekit/machinekit/configs/Johns_Mill/Johns_Mill.ini
PARAMETER_FILE=machinekit.var
TASK=milltask
HALUI=
DISPLAY=axis
Starting Machinekit...
Starting Machinekit server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting Machinekit IO program: io
io started
halcmd loadusr io started
Shutting down and cleaning up Machinekit...
Killing task linuxcncsvr, PID=20605
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Cleanup done

Debug file information:
Johns_Mill.hal:8: parameter or pin 'parport.0.reset-time' not found
20605
  PID TTY      STAT   TIME COMMAND
Stopping realtime threads
Unloading hal components

Kernel message information:
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] random: get_random_bytes called from start_kernel+0x31/0x374 
with crng_init=0
[    0.000000] Linux version 4.13.12-bone-rt-r3 (root@a1-imx6q-wandboard-2gb) 
(gcc version 4.9.2 (Debian 4.9.2-10)) #1 PREEMPT RT Thu Nov 9 20:17:42 UTC 2017
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[    0.000000] Memory policy: Data cache writeback
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 48 MiB at 0x9d000000
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0fd1fdc, node_mem_map 
dcb61000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon)
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 129920
[    0.000000] Kernel command line: console=ttyO0,115200n8 
bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 
rootwait coherent_pool=1M net.ifnames=0 quiet
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 447984K/524288K available (8192K kernel code, 950K 
rwdata, 3824K rodata, 1024K init, 673K bss, 27152K reserved, 49152K 
cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    modules : 0xbf800000 - 0xbfe00000   (   6 MB)
      .text : 0xc0008000 - 0xc0900000   (9184 kB)
      .init : 0xc0e00000 - 0xc0f00000   (1024 kB)
      .data : 0xc0f00000 - 0xc0feda14   ( 951 kB)
       .bss : 0xc0ff59cc - 0xc109e0c4   ( 674 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] ftrace: allocating 38169 entries in 75 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  No expedited grace period (rcu_normal_after_boot).
[    0.000000]  Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 
interrupts
[    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
89478484971ns
[    0.000027] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 79635851949 ns
[    0.000033] OMAP clocksource: timer1 at 24000000 Hz
[    0.000867] timer_probe: no matching timers found
[    0.001045] Console: colour dummy device 80x30
[    0.001084] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.001087] This ensures that you still see kernel messages. Please
[    0.001089] update your kernel commandline.
[    0.001104] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[    0.018266] pid_max: default: 32768 minimum: 301
[    0.018481] Security Framework initialized
[    0.018491] Yama: becoming mindful.
[    0.018520] AppArmor: AppArmor disabled by boot time parameter
[    0.018693] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.018701] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.019473] CPU: Testing write buffer coherency: ok
[    0.020185] Setting up static identity map for 0x80100000 - 0x80100054
[    0.020402] Hierarchical SRCU implementation.
[    0.023451] EFI services will not be available.
[    0.024835] devtmpfs: initialized
[    0.049915] VFP support v0.3: implementor 41 architecture 3 part 30 variant 
c rev 3
[    0.050489] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    0.050512] futex hash table entries: 256 (order: 1, 8192 bytes)
[    0.053786] pinctrl core: initialized pinctrl subsystem
[    0.054689] DMI not present or invalid.
[    0.055094] NET: Registered protocol family 16
[    0.058615] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.090215] omap_hwmod: debugss: _wait_target_disable failed
[    0.141240] OMAP GPIO hardware version 0.1
[    0.160694] No ATAGs?
[    0.160712] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.181792] edma 49000000.edma: TI EDMA DMA engine driver
[    0.184662] SCSI subsystem initialized
[    0.185025] libata version 3.00 loaded.
[    0.185294] usbcore: registered new interface driver usbfs
[    0.185347] usbcore: registered new interface driver hub
[    0.185453] usbcore: registered new device driver usb
[    0.186387] omap_i2c 44e0b000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    0.187082] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[    0.188117] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    0.188353] media: Linux media interface: v0.10
[    0.188413] Linux video capture interface: v2.00
[    0.188497] pps_core: LinuxPPS API ver. 1 registered
[    0.188503] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <[email protected]>
[    0.188522] PTP clock support registered
[    0.188666] dmi: Firmware registration failed.
[    0.189203] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    0.189792] Advanced Linux Sound Architecture Driver Initialized.
[    0.190488] NetLabel: Initializing
[    0.190497] NetLabel:  domain hash size = 128
[    0.190501] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.190571] NetLabel:  unlabeled traffic allowed by default
[    0.191339] clocksource: Switched to clocksource timer1
[    0.311937] VFS: Disk quotas dquot_6.6.0
[    0.312013] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.323851] NET: Registered protocol family 2
[    0.324612] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.324668] TCP bind hash table entries: 4096 (order: 4, 98304 bytes)
[    0.324801] TCP: Hash tables configured (established 4096 bind 4096)
[    0.324901] UDP hash table entries: 256 (order: 2, 16384 bytes)
[    0.324930] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
[    0.325137] NET: Registered protocol family 1
[    0.325724] RPC: Registered named UNIX socket transport module.
[    0.325731] RPC: Registered udp transport module.
[    0.325734] RPC: Registered tcp transport module.
[    0.325738] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.326390] Unpacking initramfs...
[    0.703778] Freeing initrd memory: 5144K
[    0.704305] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    0.704408] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 
counters available
[    0.707632] audit: initializing netlink subsys (disabled)
[    0.708690] audit: type=2000 audit(0.708:1): state=initialized 
audit_enabled=0 res=1
[    0.708781] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.716241] zbud: loaded
[    0.719682] NFS: Registering the id_resolver key type
[    0.719720] Key type id_resolver registered
[    0.719725] Key type id_legacy registered
[    0.719739] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.720014] fuse init (API version 7.26)
[    0.720950] orangefs_debugfs_init: called with debug mask: :none: :0:
[    0.721166] orangefs_init: module version upstream loaded
[    0.721171] SGI XFS with ACLs, security attributes, realtime, no debug 
enabled
[    0.730280] Key type asymmetric registered
[    0.730293] Asymmetric key parser 'x509' registered
[    0.730393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
245)
[    0.730573] io scheduler noop registered
[    0.730580] io scheduler deadline registered
[    0.730994] io scheduler cfq registered (default)
[    0.731001] io scheduler mq-deadline registered
[    0.732847] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.737666] gpio-of-helper ocp:cape-universal: ready
[    0.745918] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[    0.747836] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    0.750540] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud 
= 3000000) is a 8250
[    0.766685] console [ttyS0] enabled
[    0.767522] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 159, base_baud 
= 3000000) is a 8250
[    0.768153] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 160, base_baud 
= 3000000) is a 8250
[    0.768762] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 161, base_baud 
= 3000000) is a 8250
[    0.771673] omap_rng 48310000.rng: Random Number Generator ver. 20
[    0.773378] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    0.773666] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    0.773874] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    0.774074] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    0.774501] eqep 48300180.eqep: ver. 1.0
[    0.774834] eqep 48300180.eqep: count_mode:0
[    0.774843] eqep 48300180.eqep: invert_qa:1
[    0.774850] eqep 48300180.eqep: invert_qb:1
[    0.774857] eqep 48300180.eqep: invert_qi:0
[    0.774863] eqep 48300180.eqep: invert_qs:0
[    0.774870] eqep 48300180.eqep: swap_inputs:0
[    0.774876] eqep 48300180.eqep: QDECCTL:0x0180
[    0.774883] eqep 48300180.eqep: QPOSINIT:0x00000000
[    0.774889] eqep 48300180.eqep: QPOSMAX:0xffffffff
[    0.774895] eqep 48300180.eqep: QPOSCNT:0x00000000
[    0.774903] eqep 48300180.eqep: omit_interrupt:0
[    0.774909] eqep 48300180.eqep: QEINT:0x0800
[    0.774915] eqep 48300180.eqep: QUPRD:0x05f5e100
[    0.774921] eqep 48300180.eqep: QEPCTL:0x009e write
[    0.774927] eqep 48300180.eqep: QEPCTL:0x009e read
[    0.774944] eqep 48300180.eqep: irq:201, clk_rate:100000000
[    0.775119] eqep 48302180.eqep: ver. 1.0
[    0.775323] eqep 48302180.eqep: count_mode:0
[    0.775478] eqep 48302180.eqep: invert_qa:1
[    0.775486] eqep 48302180.eqep: invert_qb:1
[    0.775493] eqep 48302180.eqep: invert_qi:0
[    0.775498] eqep 48302180.eqep: invert_qs:0
[    0.775505] eqep 48302180.eqep: swap_inputs:0
[    0.775511] eqep 48302180.eqep: QDECCTL:0x0180
[    0.775518] eqep 48302180.eqep: QPOSINIT:0x00000000
[    0.775524] eqep 48302180.eqep: QPOSMAX:0xffffffff
[    0.775530] eqep 48302180.eqep: QPOSCNT:0x00000000
[    0.775537] eqep 48302180.eqep: omit_interrupt:0
[    0.775542] eqep 48302180.eqep: QEINT:0x0800
[    0.775549] eqep 48302180.eqep: QUPRD:0x05f5e100
[    0.775554] eqep 48302180.eqep: QEPCTL:0x009e write
[    0.775560] eqep 48302180.eqep: QEPCTL:0x009e read
[    0.775575] eqep 48302180.eqep: irq:202, clk_rate:100000000
[    0.775690] eqep 48304180.eqep: ver. 1.0
[    0.775935] eqep 48304180.eqep: count_mode:0
[    0.775942] eqep 48304180.eqep: invert_qa:1
[    0.775949] eqep 48304180.eqep: invert_qb:1
[    0.775955] eqep 48304180.eqep: invert_qi:0
[    0.775961] eqep 48304180.eqep: invert_qs:0
[    0.775968] eqep 48304180.eqep: swap_inputs:0
[    0.775974] eqep 48304180.eqep: QDECCTL:0x0180
[    0.775980] eqep 48304180.eqep: QPOSINIT:0x00000000
[    0.775986] eqep 48304180.eqep: QPOSMAX:0xffffffff
[    0.775991] eqep 48304180.eqep: QPOSCNT:0x00000000
[    0.775998] eqep 48304180.eqep: omit_interrupt:0
[    0.776004] eqep 48304180.eqep: QEINT:0x0800
[    0.776010] eqep 48304180.eqep: QUPRD:0x05f5e100
[    0.776015] eqep 48304180.eqep: QEPCTL:0x009e write
[    0.776022] eqep 48304180.eqep: QEPCTL:0x009e read
[    0.776036] eqep 48304180.eqep: irq:204, clk_rate:100000000
[    0.798421] libphy: Fixed MDIO Bus: probed
[    0.799264] CAN device driver interface
[    0.800722] c_can_platform 481cc000.can: c_can_platform device registered 
(regs=fa1cc000, irq=168)
[    0.801512] c_can_platform 481d0000.can: c_can_platform device registered 
(regs=fa1d0000, irq=169)
[    0.855379] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    0.855394] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    0.856185] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[    0.864700] libphy: 4a101000.mdio: probed
[    0.864726] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, 
driver SMSC LAN8710/LAN8720
[    0.865398] cpsw 4a100000.ethernet: Detected MACID = e8:eb:11:29:80:b2
[    0.865531] cpsw 4a100000.ethernet: cpts: overflow check period 1250 
(jiffies)
[    0.868094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.868143] ehci-platform: EHCI generic platform driver
[    0.868473] ehci-omap: OMAP-EHCI Host Controller driver
[    0.869344] usbcore: registered new interface driver usb-storage
[    0.871907] am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc 
not found, using dummy regulator
[    0.874279] am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc 
not found, using dummy regulator
[    0.878364] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    0.878409] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus 
number 1
[    0.878660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.878669] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.878676] usb usb1: Product: MUSB HDRC host driver
[    0.878682] usb usb1: Manufacturer: Linux 4.13.12-bone-rt-r3 musb-hcd
[    0.878688] usb usb1: SerialNumber: musb-hdrc.1
[    0.879719] hub 1-0:1.0: USB hub found
[    0.879782] hub 1-0:1.0: 1 port detected
[    0.890571] omap_rtc 44e3e000.rtc: already running
[    0.890945] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    0.892392] i2c /dev entries driver
[    0.895654] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    0.896088] softdog: initialized. soft_noboot=0 soft_margin=60 sec 
soft_panic=0 (nowayout=1)
[    0.897363] sdhci: Secure Digital Host Controller Interface driver
[    0.897372] sdhci: Copyright(c) Pierre Ossman
[    0.898133] omap_hsmmc 48060000.mmc: Got CD GPIO
[    0.977554] dmi-sysfs: dmi entry is absent.
[    0.985695] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    0.985962] omap-aes 53500000.aes: will run requests pump with realtime 
priority
[    0.991688] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    0.992990] hidraw: raw HID events driver (C) Jiri Kosina
[    0.993588] usbcore: registered new interface driver usbhid
[    0.993594] usbhid: USB HID core driver
[    0.994131] remoteproc remoteproc0: wkup_m3 is available
[    0.995254] ti_am3359-tscadc 44e0d000.tscadc: chan 0 step_avg truncating to 
16
[    0.995265] ti_am3359-tscadc 44e0d000.tscadc: chan 1 step_avg truncating to 
16
[    0.995272] ti_am3359-tscadc 44e0d000.tscadc: chan 2 step_avg truncating to 
16
[    0.995279] ti_am3359-tscadc 44e0d000.tscadc: chan 3 step_avg truncating to 
16
[    0.995286] ti_am3359-tscadc 44e0d000.tscadc: chan 4 step_avg truncating to 
16
[    0.995292] ti_am3359-tscadc 44e0d000.tscadc: chan 5 step_avg truncating to 
16
[    0.995298] ti_am3359-tscadc 44e0d000.tscadc: chan 6 step_avg truncating to 
16
[    1.001435] NET: Registered protocol family 10
[    1.002495] ------------[ cut here ]------------
[    1.002528] WARNING: CPU: 0 PID: 97 at kernel/rcu/tree_plugin.h:304 
rcu_note_context_switch+0xc9/0x418
[    1.002532] Modules linked in:
[    1.002546] CPU: 0 PID: 97 Comm: kworker/0:3 Not tainted 4.13.12-bone-rt-r3 
#1
[    1.002549] Hardware name: Generic AM33XX (Flattened Device Tree)
[    1.002573] Workqueue: ipv6_addrconf addrconf_verify_work
[    1.002619] [<c010cbb1>] (unwind_backtrace) from [<c010a5b9>] 
(show_stack+0x11/0x14)
[    1.002640] [<c010a5b9>] (show_stack) from [<c0124f57>] (__warn+0xb3/0xc4)
[    1.002650] [<c0124f57>] (__warn) from [<c0125019>] 
(warn_slowpath_null+0x19/0x1c)
[    1.002661] [<c0125019>] (warn_slowpath_null) from [<c016cc45>] 
(rcu_note_context_switch+0xc9/0x418)
[    1.002680] [<c016cc45>] (rcu_note_context_switch) from [<c085ac43>] 
(__schedule+0x93/0x5c4)
[    1.002691] [<c085ac43>] (__schedule) from [<c085b1b1>] (schedule+0x3d/0x9c)
[    1.002702] [<c085b1b1>] (schedule) from [<c085c1f5>] 
(rt_spin_lock_slowlock_locked+0xad/0x180)
[    1.002713] [<c085c1f5>] (rt_spin_lock_slowlock_locked) from [<c085c309>] 
(rt_spin_lock_slowlock+0x41/0x7c)
[    1.002731] [<c085c309>] (rt_spin_lock_slowlock) from [<c013825b>] 
(try_to_grab_pending+0x3b/0x18c)
[    1.002741] [<c013825b>] (try_to_grab_pending) from [<c01383d1>] 
(__cancel_work+0x25/0x84)
[    1.002751] [<c01383d1>] (__cancel_work) from [<c07e96eb>] 
(addrconf_verify_rtnl+0x5b/0x384)
[    1.002762] [<c07e96eb>] (addrconf_verify_rtnl) from [<c07e9a25>] 
(addrconf_verify_work+0x11/0x18)
[    1.002772] [<c07e9a25>] (addrconf_verify_work) from [<c013868f>] 
(process_one_work+0xcf/0x320)
[    1.002781] [<c013868f>] (process_one_work) from [<c01389c9>] 
(worker_thread+0xe9/0x3cc)
[    1.002792] [<c01389c9>] (worker_thread) from [<c013ccf1>] 
(kthread+0xe1/0x108)
[    1.002801] [<c013ccf1>] (kthread) from [<c0106e55>] 
(ret_from_fork+0x11/0x1c)
[    1.002805] ---[ end trace 0000000000000001 ]---
[    1.003201] Segment Routing with IPv6
[    1.003274] mip6: Mobile IPv6
[    1.003286] NET: Registered protocol family 17
[    1.003301] can: controller area network core (rev 20170425 abi 9)
[    1.003665] NET: Registered protocol family 29
[    1.003800] Key type dns_resolver registered
[    1.003807] mpls_gso: MPLS GSO support
[    1.004142] omap_voltage_late_init: Voltage driver support not added
[    1.010683] ThumbEE CPU extension supported.
[    1.010702] Registering SWP/SWPB emulation handler
[    1.011674] registered taskstats version 1
[    1.011793] zswap: loaded using pool lzo/zbud
[    1.012757] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.013294] mmc0: host does not support reading read-only switch, assuming 
write-enable
[    1.017086] mmc0: new high speed SDHC card at address aaaa
[    1.020007] mmcblk0: mmc0:aaaa SS08G 7.40 GiB 
[    1.023326]  mmcblk0: p1
[    1.029811] mmc1: new high speed MMC card at address 0001
[    1.030532] mmcblk1: mmc1:0001 M62704 3.56 GiB 
[    1.030736] mmcblk1boot0: mmc1:0001 M62704 partition 1 2.00 MiB
[    1.030904] mmcblk1boot1: mmc1:0001 M62704 partition 2 2.00 MiB
[    1.031059] mmcblk1rpmb: mmc1:0001 M62704 partition 3 512 KiB
[    1.032546]  mmcblk1: p1
[    1.165721] tda998x 0-0070: found TDA19988
[    1.167005] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
[    1.167025] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.167029] [drm] No driver support for vblank timestamp query.
[    1.285618] Console: switching to colour frame buffer device 180x56
[    1.301549] tilcdc 4830e000.lcdc: fb0:  frame buffer device
[    1.302219] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on 
minor 0
[    1.311449] usb 1-1: new full-speed USB device number 2 using musb-hdrc
[    1.313693] input: tps65217_pwr_but as 
/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0
[    1.314133] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    1.314539] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.314591] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    1.315856] remoteproc remoteproc0: powering up wkup_m3
[    1.315877] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, 
size 217148
[    1.318863] remoteproc remoteproc0: remote processor wkup_m3 is now up
[    1.318903] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[    1.320625] cpu cpu0: _opp_add_static_v2: opp-hz not found
[    1.328549] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
[    1.328580] asoc-simple-card sound: ASoC: no DMI vendor name!
[    1.330382] omap_rtc 44e3e000.rtc: setting system clock to 2017-12-17 
20:35:05 UTC (1513542905)
[    1.330397] of_cfs_init
[    1.330515] of_cfs_init: OK
[    1.331266] PM: Hibernation image not present or could not be loaded.
[    1.331591] ALSA device list:
[    1.331604]   #0: TI BeagleBone Black
[    1.334699] Freeing unused kernel memory: 1024K
[    1.453710] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b
[    1.453727] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.453734] usb 1-1: Product: USB Receiver
[    1.453740] usb 1-1: Manufacturer: Logitech
[    1.473153] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB 
HID v1.11 Device [Logitech USB Receiver] on usb-musb-hdrc.1-1/input2
[    1.605532] input: Logitech K400 as 
/devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.1/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input1
[    1.606607] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB 
HID v1.11 Keyboard [Logitech K400] on usb-musb-hdrc.1-1:1
[   44.255655] EXT4-fs (mmcblk1p1): INFO: recovery required on readonly 
filesystem
[   44.255667] EXT4-fs (mmcblk1p1): write access will be enabled during recovery
[   44.875665] EXT4-fs (mmcblk1p1): orphan cleanup on readonly fs
[   44.876180] EXT4-fs (mmcblk1p1): 2 orphan inodes deleted
[   44.876188] EXT4-fs (mmcblk1p1): recovery complete
[   44.886421] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. 
Opts: (null)
[   45.279923] systemd[1]: Failed to insert module 'kdbus': Function not 
implemented
[   45.312897] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT 
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS 
+ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[   45.313595] systemd[1]: Detected architecture arm.
[   45.318482] systemd[1]: Set hostname to <beaglebone>.
[   45.837305] systemd[1]: Reached target Encrypted Volumes.
[   45.838465] systemd[1]: Started Dispatch Password Requests to Console 
Directory Watch.
[   45.838820] systemd[1]: Listening on udev Kernel Socket.
[   45.838938] systemd[1]: Reached target Swap.
[   45.839213] systemd[1]: Listening on fsck to fsckd communication Socket.
[   45.840374] systemd[1]: Created slice User and Session Slice.
[   45.840825] systemd[1]: Started Forward Password Requests to Wall Directory 
Watch.
[   46.937828] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
[   47.237682] systemd-journald[1132]: Received request to flush runtime 
journal from PID 1
[   51.432060] net eth0: initializing cpsw version 1.12 (0)
[   51.432082] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[   51.432089] cpsw 4a100000.ethernet: ALE Table size 1024
[   51.504217] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver [SMSC 
LAN8710/LAN8720] (mii_bus:phy_addr=4a101000.mdio:00, irq=-1)
[   51.521507] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   53.536299] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow 
control rx/tx
[   53.536373] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   53.738199] 8021q: 802.1Q VLAN Support v1.8
[   53.738268] 8021q: adding VLAN 0 to HW filter on device eth0
[   55.183614] using random self ethernet address
[   55.183631] using random host ethernet address
[   55.279691] using random self ethernet address
[   55.279707] using random host ethernet address
[   55.533269] usb0: HOST MAC e8:eb:11:29:80:b3
[   55.534230] usb0: MAC e8:eb:11:29:80:b4
[   55.539970] usb1: HOST MAC e8:eb:11:29:80:b6
[   55.540853] usb1: MAC e8:eb:11:29:80:b7
[   55.822704] configfs-gadget gadget: high-speed config #1: c
[   56.180364] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
[ 1453.146774] logitech-hidpp-device 0003:046D:4024.0004: HID++ 2.0 device 
connected.



16188
  PID TTY      STAT   TIME COMMAND
Stopping realtime threads
Unloading hal components
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/lib/linuxcnc
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=/usr/libexec/linuxcnc/inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.6
INIFILE=/home/machinekit/machinekit/configs/Johns_Mill/Johns_Mill.ini
PARAMETER_FILE=machinekit.var
TASK=milltask
HALUI=
DISPLAY=axis
Starting Machinekit server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting Machinekit IO program: io
Killing task linuxcncsvr, PID=16188
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Reply via email to