[lttng-dev] Build a lttng environment on TizenIVI3.0 User-land
カオ ミン ヒェップ
cm-hiep at jinso.co.jp
Wed Jun 18 05:09:15 EDT 2014
Hi,
I am Hiep from Jinzai Solution (A Japan company). I am working on a
project of Tizen IVI3.0 testing.
I'd like to build a lttng environment on Tizen IVI3.0 User-land, In
order to fix some bugs occured
on user space and kernel space.
Could you please show me how to setting a lttng environment on Tizen IVI3.0?
I have tried to build "lib-urcu、LTTng-usr、LTTng-tools、LTTng-module"
and added them into Tizen IVI3.0
but I could not start a kernel. there are some error logs when starting
kernel.
Here are the details of my problems:
Board: Lager (Rcar-h2, chip r8a7790, Renesas board)
User Land: Tizen IVI3.0
Kernel: linux-ltsi-v3.4.25
I attached file the ways I have built these lttng library and the error
logs of starting kernel.
Bests regards,
Cao Minh Hiep.
-------------- next part --------------
Building a lttng environment for Lager
===========================================================
export PATH=/home/jinso02/LTTng/Linaro_rootfs/gcc-linaro/bin/:$PATH ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
export ac_cv_func_malloc_0_nonnull=yes
make a build/usr folder :
mkdir /home/jinso02/LTTng/build
mkdir /home/jinso02/LTTng/build/usr
------------------------------------------------------------------------------------------------------------------------
build util-linux:
==========
./configure --host=arm-linux-gnueabihf --prefix=/home/jinso02/LTTng/build/usr --disable-rpath --disable-makeinstall-chown --without-ncurses --disable-mount --disable-fsck --disable-libmount --disable-libblkid --disable-agetty --disable-cramfs --disable-switch_root --disable-pivot_root --disable-fallocate --disable-unshare --disable-rename --disable-schedutils --disable-wall --disable-partx
make
make install
------------------------------------------------------------------------------------------------------------------------
Build popt:
==========
./configure --host=arm-linux-gnueabihf --prefix=/home/jinso02/LTTng/build/usr
make
make install
------------------------------------------------------------------------------------------------------------------------
Build userspace-rcu (urcu):
==================
./configure --host=arm-linux-gnueabihf --prefix=/home/jinso02/LTTng/build/usr LDFLAGS="-Wl,-rpath-link,/home/jinso02/LTTng/userspace-rcu/.libs"
make
make install
------------------------------------------------------------------------------------------------------------------------
Build lttng-ust:
==========
./configure --host=arm-linux-gnueabihf --prefix=/home/jinso02/LTTng/build/usr LDFLAGS="-L/home/jinso02/LTTng/build/usr/lib -Wl,-rpath-link,/home/jinso02/LTTng/lttng-ust/liblttng-ust/.libs" CPPFLAGS="-I/home/jinso02/LTTng/build/usr/include"
make
make install
------------------------------------------------------------------------------------------------------------------------
Build lttng-tool:
==========
./configure --host=arm-linux-gnueabihf --prefix=/usr LDFLAGS="-L/home/jinso02/LTTng/build/usr/lib -Wl,-rpath-link,/home/jinso02/LTTng/build/usr/lib" CFLAGS="-I/home/jinso02/LTTng/build/usr/include" --with-consumerd32-bin=/usr/lib/lttng/libexec/lttng-consumerd --with-consumerd32-libdir=/usr/lib
make
make DESTDIR=/home/jinso02/LTTng/build install
------------------------------------------------------------------------------------------------------------------------
BUILD KERNEL:R-CarH1
=============
Config for LTTng-Modules:
LTTng setting:
#make lager_defconfig
#make menuconfig
MODULES [=y] -> Enable loadable module support
DEBUG_FS [=y] -> Kernel hacking Debug Filesystem
TMPFS [=y] -> File systems Virtual memory file system support -> Pseudo filesystems fs)
KALLSYMS [=y] -> General setup Load all symbols for debugging / ksymoops
-> Configure standard kernel features (expert users) the few required missing
symbols are exported(EXPERT [=y]) to GPL modules from mainline.
HIGH_RES_TIMERS [=y] -> Processor type and feature High Resolution Timer Support
* Needed for LTTng 2.0 clock source.
TRACEPOINTS [=y] (FUNCTION_TRACER=y) -> Kernel hacking Kernel tracepoint instrumentation
-> Tracers * Enabled as side-effect of any of the perf /ftrace / blktrace instrumentation features.
HAVE_SYSCALL_TRACEPOINTS [=n] ※Not supported for ARM * System call tracing
lttng enable-event -k --syscall lttng enable-event -k -a
PERF_EVENTS [=y] -> General setup * Kernel performance events and counters
-> Kernel Performance lttng add-context -t perf: *Events And Counters
EVENT_TRACING [=y] Selected by: TRACING [=y] * Needed to allow block layer tracing
KPROBES [=y] -> General setup Kprobes -> Kprobes * Dynamic probe. lttng enable-event -k
KRETPROBES [=y] - * Dynamic function entry/return probe. lttng enable-event -k --function ...
LTTNG =m
Floating point emulation ---> VFP-format floating point maths=y
$make -j8 uImage
BUILD LTTng-MODULES
==================
git clone git://git.lttng.org/lttng-modules.git
cd lttng-modules/
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
KERNELDIR=/home/jinso02/lager-TizenIVI-3.0/linux/ make
sudo KERNELDIR=/home/jinso02/lager-TizenIVI-3.0/linux/ INSTALL_MOD_PATH=/media/tizen_rootfs/ make modules_install
=================
cd /home/jinso02/LTTng/build
tar cjf lttng.tar.bz2 usr
cd /media/tizen_rootfs/
sudo tar xjf ~/build/lttng.tar.bz2
------------------
-------------- next part --------------
Starting kernel ...
Booting Linux on physical CPU 0x0
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 3.4.25-ltsi+ (jinso02 at JINSO02) (gcc version 4.7.2 20120701 (prere4
CPU: ARMv7 Processor [413fc0f2] revision 2 (ARMv7), cr=50c53c7d
CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
Machine: lager, model: Lager
debug: ignoring loglevel setting.
cma: CMA: reserved 256 MiB at 5e000000
Memory policy: ECC disabled, Data cache writealloc
On node 0 totalpages: 262144
free_area_init_node: node 0, pgdat c0460840, node_mem_map c0705000
Normal zone: 1710 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 192850 pages, LIFO batch:31
HighMem zone: 594 pages used for memmap
HighMem zone: 66990 pages, LIFO batch:15
PERCPU: Embedded 7 pages/cpu @c100e000 s6400 r8192 d14080 u32768
pcpu-alloc: s6400 r8192 d14080 u32768 alloc=8*4096
pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259840
Kernel command line: console=ttySC6,38400 mem=1024M root=/dev/mmcblk0p2 rw earlt
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
allocated 2097152 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Memory: 1024MB = 1024MB total
Memory: 767980k/767980k available, 280596k reserved, 270336K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
.text : 0xc0008000 - 0xc03ffa40 (4063 kB)
.init : 0xc0400000 - 0xc0423900 ( 143 kB)
.data : 0xc0424000 - 0xc0461860 ( 247 kB)
.bss : 0xc0461884 - 0xc05952b4 (1231 kB)
Preemptible hierarchical RCU implementation.
NR_IRQS:16 nr_irqs:16 16
Architected local timer running at 10.00MHz (virt).
Switching to timer-based delay loop
sched_clock: ARM arch timer >56 bits at 10000kHz, resolution 100ns
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
Console: colour dummy device 80x30
Calibrating delay loop (skipped), value calculated using timer frequency.. 20.0)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Smack: Initializing.
Mount-cache hash table entries: 512
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
CPU: Testing write buffer coherency: ok
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
Setting up static identity map for 0x402a4aa0 - 0x402a4aec
CPU1: Booted secondary processor
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
CPU2: Booted secondary processor
CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
CPU3: Booted secondary processor
CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Brought up 4 CPUs
SMP: Total of 4 processors activated (80.00 BogoMIPS).
devtmpfs: initialized
pinctrl core: initialized pinctrl subsystem
dummy:
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
sh-pfc pfc-r8a7790: r8a77900_pfc support registered
renesas_irqc renesas_irqc.0: driving 4 irqs
No ATAGs?
hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
hw-breakpoint: maximum watchpoint size is 8 bytes.
bio: create slab <bio-0> at 0
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Linux media interface: v0.10
Linux video capture interface: v2.00
sh_cmt sh_cmt.0: used for clock events
Advanced Linux Sound Architecture Driver Version 1.0.25.
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
Switching to clocksource arch_sys_counter
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP: reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
highmem bounce pool size: 64 pages
NFS: Registering the id_resolver key type
nfs4filelayout_init: NFSv4 File Layout Driver Registering...
jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
fuse init (API version 7.18)
msgmni has been set to 1483
io scheduler noop registered (default)
gpio_rcar gpio_rcar.0: driving 32 GPIOs
gpio_rcar gpio_rcar.1: driving 32 GPIOs
gpio_rcar gpio_rcar.2: driving 32 GPIOs
gpio_rcar gpio_rcar.3: driving 32 GPIOs
gpio_rcar gpio_rcar.4: driving 32 GPIOs
gpio_rcar gpio_rcar.5: driving 32 GPIOs
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
SuperH (H)SCI(F) driver initialized
sh-sci.0: ttySC0 at MMIO 0xe6c40000 (irq = 176) is a scifa
sh-sci.1: ttySC1 at MMIO 0xe6c50000 (irq = 177) is a scifa
sh-sci.2: ttySC2 at MMIO 0xe6c20000 (irq = 180) is a scifb
sh-sci.3: ttySC3 at MMIO 0xe6c30000 (irq = 181) is a scifb
sh-sci.4: ttySC4 at MMIO 0xe6ce0000 (irq = 182) is a scifb
sh-sci.5: ttySC5 at MMIO 0xe6c60000 (irq = 183) is a scifa
sh-sci.6: ttySC6 at MMIO 0xe6e60000 (irq = 184) is a scif
console [ttySC6] enabled
sh-sci.7: ttySC7 at MMIO 0xe6e68000 (irq = 185) is a scif
sh-sci.8: ttySC8 at MMIO 0xe62c0000 (irq = 186) is a hscif
sh-sci.9: ttySC9 at MMIO 0xe62c8000 (irq = 187) is a hscif
scsi0 : sata_rcar
ata1: SATA max UDMA/133 irq 137
scsi1 : sata_rcar
ata2: SATA max UDMA/133 irq 138
m25p80 spi0.0: s25fl512s (65536 Kbytes)
Creating 3 MTD partitions on "m25p80":
0x000000000000-0x000000040000 : "loader_prg"
0x000000040000-0x000000440000 : "user_prg"
0x000000440000-0x000004000000 : "flash_fs"
qspi qspi.0: probed
spi_sh_msiof spi_sh_msiof.1: master is unqueued, this is deprecated
spi_sh_msiof spi_sh_msiof.2: master is unqueued, this is deprecated
spi_sh_msiof spi_sh_msiof.3: master is unqueued, this is deprecated
spi_sh_msiof spi_sh_msiof.4: master is unqueued, this is deprecated
sh_mii: probed
Base address at 0xee700000, 2e:09:0a:00:6e:bc, IRQ 194.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-platform ehci-platform.0: Generic Platform EHCI Controller
ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
ehci-platform ehci-platform.0: irq 140, io mem 0xee081000
ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ehci-platform ehci-platform.1: Generic Platform EHCI Controller
ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
ehci-platform ehci-platform.1: irq 144, io mem 0xee0a1000
ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
ehci-platform ehci-platform.2: Generic Platform EHCI Controller
ehci-platform ehci-platform.2: new USB bus registered, assigned bus number 3
ata1: link resume succeeded after 1 retries
ata2: link resume succeeded after 1 retries
ehci-platform ehci-platform.2: irq 145, io mem 0xee0c1000
ehci-platform ehci-platform.2: USB 2.0 started, EHCI 1.00
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-platform ohci-platform.0: Generic Platform OHCI Controller
ata1: SATA link down (SStatus 0 SControl 300)
ohci-platform ohci-platform.0: new USB bus registered, assigned bus number 4
ata2: SATA link down (SStatus 0 SControl 300)
ohci-platform ohci-platform.0: irq 140, io mem 0xee080000
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 1 port detected
ohci-platform ohci-platform.1: Generic Platform OHCI Controller
ohci-platform ohci-platform.1: new USB bus registered, assigned bus number 5
ohci-platform ohci-platform.1: irq 144, io mem 0xee0a0000
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 1 port detected
ohci-platform ohci-platform.2: Generic Platform OHCI Controller
ohci-platform ohci-platform.2: new USB bus registered, assigned bus number 6
ohci-platform ohci-platform.2: irq 145, io mem 0xee0c0000
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver usbserial
usbserial: USB Serial Driver core
usbcore: registered new interface driver ftdi_sio
USB Serial support registered for FTDI USB Serial Device
ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
mousedev: PS/2 mouse device common for all mice
i2c /dev entries driver
i2c-rcar i2c-rcar.0: probed
i2c-rcar i2c-rcar.1: probed
i2c-rcar i2c-rcar.2: probed
i2c-rcar i2c-rcar.3: probed
lirc_dev: IR Remote Control driver registered, major 251
IR NEC protocol handler initialized
IR RC5(x) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
IR RC5 (streamzap) protocol handler initialized
IR SANYO protocol handler initialized
IR MCE Keyboard/mouse protocol handler initialized
IR LIRC bridge handler initialized
i2c-core: driver [adv7180] using legacy suspend method
i2c-core: driver [adv7180] using legacy resume method
i2c-core: driver [adv7612] using legacy suspend method
i2c-core: driver [adv7612] using legacy resume method
soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0
vin vin.0: VIN Unit driver attached to camera 0
adv7612 2-004c: chip found @ 0x98 (i2c-rcar)
vin vin.0: VIN Unit driver detached from camera 0
usb 5-1: new low-speed USB device number 2 using ohci-platform
soc-camera-pdrv soc-camera-pdrv.1: Probing soc-camera-pdrv.1
vin vin.1: VIN Unit driver attached to camera 0
adv7180 2-0020: chip found @ 0x40 (i2c-rcar)
vin vin.1: VIN Unit driver detached from camera 0
[drm] Initialized drm 1.1.0 20060810
Console: switching to colour frame buffer device 160x45
rcar-du rcar-du-r8a7790: fb0: frame buffer device
rcar-du rcar-du-r8a7790: registered panic notifier
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] No driver support for vblank timestamp query.
[drm] Initialized rcar-du 1.0.0 20130110 on minor 0
device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel at redhat.com
sh_mobile_sdhi sh_mobile_sdhi.0: mmc0 base at 0xee100000 clock rate 0 MHz
sh_mobile_sdhi sh_mobile_sdhi.1: mmc1 base at 0xee120000 clock rate 0 MHz
sh_mobile_sdhi sh_mobile_sdhi.2: mmc2 base at 0xee140000 clock rate 0 MHz
sh_mobile_sdhi sh_mobile_sdhi.3: mmc3 base at 0xee160000 clock rate 0 MHz
sh_mmcif sh_mmcif.0: driver version 2010-04-28
sh_mmcif sh_mmcif.1: driver version 2010-04-28
input: SIGMACH1P U+P Mouse as /devices/platform/ohci-platform.1/usb5/5-1/5-1:1.0
generic-usb 0003:1C4F:0003.0001: input: USB HID v1.10 Mouse [SIGMACH1P U+P Mous0
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
logger: created 256K log 'log_main'
logger: created 256K log 'log_events'
logger: created 256K log 'log_radio'
logger: created 256K log 'log_system'
asoc: ak4642-hifi <-> scu-ssi-dai mapping ok
TCP: cubic registered
NET: Registered protocol family 17
Registering the dns_resolver key type
VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
platform pvrsrvkm: start latency exceeded, new value 4600 ns
ALSA device list:
#0: lager-ak4643
Waiting for root device /dev/mmcblk0p2...
platform pvrsrvkm: state save latency exceeded, new value 500 ns
platform pvrsrvkm: stop latency exceeded, new value 2400 ns
sh_mobile_sdhi sh_mobile_sdhi.0: DMA failed: -22, falling back to PIO
mmc0: new high speed SDHC card at address 1234
mmcblk0: mmc0:1234 SA08G 7.42 GiB
mmcblk0: p1 p2
EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional feat)
EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional feat)
EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
devtmpfs: mounted
Freeing init memory: 140K
tmpfs: Bad mount option smackfstransmute
systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX )
Welcome to Tizen 3.0.0 (Tizen Next)!
systemd[1]: Failed to insert module 'ipv6'
systemd[1]: No hostname configured.
systemd[1]: Set hostname to <localhost>.
systemd[1]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator exite.
systemd[1]: Cannot add dependency job for unit display-manager.service, ignorin.
systemd[1]: Starting Collect Read-Ahead Data...
Starting Collect Read-Ahead Data...
mmc5: new high speed MMC card at address 0001
mmcblk1: mmc5:0001 MMC08G 7.32 GiB
mmcblk1boot0: mmc5:0001 MMC08G partition 1 2.00 MiB
mmcblk1boot1: mmc5:0001 MMC08G partition 2 2.00 MiB
mmcblk1: p1
mmcblk1boot1: unknown partition table
mmcblk1boot0: unknown partition table
systemd[1]: Starting Replay Read-Ahead Data...
Starting Replay Read-Ahead Data...
systemd[1]: Expecting device dev-ttySC6.device...
systemd-readahead[819]: Bumped block_nr parameter of 179:0 to 20480. This is a .
Expecting device dev-ttySC6.device...
systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
systemd[1]: Starting Delayed Shutdown Socket.
[ OK ] Listening on Delayed Shutdown Socket.
systemd[1]: Listening on Delayed Shutdown Socket.
systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Set up automount Arbitrary Executable File Formats File System Auto.
systemd[1]: Starting Journal Socket.
[ OK ] Listening on Journal Socket.
systemd[1]: Listening on Journal Socket.
systemd[1]: Mounted Debug File System.
systemd[1]: Started Create list of required static device nodes for the current.
systemd[1]: Mounted Huge Pages File System.
systemd[1]: Starting Create static device nodes in /dev...
Starting Create static device nodes in /dev...
systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
systemd[1]: Starting Initialize the VConf storage...
Starting Initialize the VConf storage...
systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Started Journal Service.
systemd[1]: Started Journal Service.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on udev Control Socket.
Starting udev Coldplug all Devices...
systemd-journald[825]: Vacuuming done, freed 0 bytes
[ OK ] Reached target Swap.
Mounting Temporary Directory...
[ OK ] Created slice Root Slice.
[ OK ] Created slice User and Session Slice.
[ OK ] Created slice System Slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-launchpad\x2dpreload.slice.
[ OK ] Created slice system-user\x2dsession\x2dlaunch.slice.
[ OK ] Created slice system-wrt_launchpad_daemon.slice.
[ OK ] Reached target Slices.
[ OK ] Started Collect Read-Ahead Data.
[ OK ] Started Replay Read-Ahead Data.
[ OK ] Started Create static device nodes in /dev.
[FAILED] Failed to mount POSIX Message Queue File System.
See 'systemctl status dev-mqueue.mount' for details.
[ OK ] Started Initialize the VConf storage.
[FAILED] Failed to start udev Coldplug all Devices.
See 'systemctl status systemd-udev-trigger.service' for details.
[FAILED] Failed to mount Temporary Directory.
See 'systemctl status tmp.mount' for details.
[DEPEND] Dependency failed for notifications.socket.
[DEPEND] Dependency failed for wrt_launchpad_daemon_1.socket.
[DEPEND] Dependency failed for Wrt Security socket.
[DEPEND] Dependency failed for wrt_launchpad_daemon_2.socket.
[ OK ] Reached target Paths.
Starting udev Kernel Device Manager...
Starting Setup Virtual Console...
Starting Apply Kernel Variables...
Mounting FUSE Control File System...
Starting Remount Root and Kernel File Systems...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Apply Kernel Variables.
[FAILED] Failed to mount FUSE Control File System.
See 'systemctl status sys-fs-fuse-connections.mount' for details.
[FAILED] Failed to start Remount Root and Kernel File Systems.
See 'systemctl status systemd-remount-fs.service' for details.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Recreate Volatile Files and Directories...
Starting Trigger Flushing of Journal to Persistent Storage...
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Recreate Volatile Files and Directories.
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Starting Update UTMP about System Reboot/Shutdown...
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
systemd-journald[825]: Received request to flush runtime journal from PID 1
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
[ OK ] Started Trigger Flushing of Journal to Persistent Storage.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
[ OK ] Started Update UTMP about System Reboot/Shutdown.
[ OK ] Reached target System Initialization.
[ OK ] Listening on sshd.socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Timers.
Starting Restore Sound Card State...
[ OK ] Reached target Basic System.
Starting Murphy Resource Policy Daemon...
[ OK ] Started Murphy Resource Policy Daemon.
Starting Disk Manager...
Starting Telephony daemon...
Starting Start the security server...
[ OK ] Started Start the security server.
Starting NFC manager...
[ OK ] Started NFC manager.
Starting Start the Alarm service...
[ OK ] Started Start the Alarm service.
Starting Media server...
[ OK ] Started Media server.
Starting Kernel Modules for Renesas OpenMAX IL Inser...o the Kernel...
Starting Download provider service...
[ OK ] Started Download provider service.
Starting Authorization Manager...
Starting PVR Initialization...
Starting Start the Access Control server...
[ OK ] Started Start the Access Control server.
Starting Start the preload/preinit daemon...
[ OK ] Started Start the preload/preinit daemon.
Starting Login Service...
Starting Wrt security daemon...
Starting Connection service...
Starting Automotive Message Broker...
Starting Telephony service...
Starting Start the wrt_launchpad_daemon...
[ OK ] Started Start the wrt_launchpad_daemon.
Starting D-Bus System Message Bus...
[ OK ] Started D-Bus System Message Bus.
Starting Permit User Sessions...
[ OK ] Started Restore Sound Card State.
[ OK ] Started Telephony daemon.
[FAILED] Failed to start Kernel Modules for Renesas OpenMAX I...nto the Kernel.
See 'systemctl status omxr.service' for details.
[ OK ] Started PVR Initialization.
[FAILED] Failed to start Automotive Message Broker.
See 'systemctl status ambd.service' for details.
[ OK ] Started Permit User Sessions.
[ OK ] Started Telephony service.
[ OK ] Started Connection service.
[ OK ] Started Login Service.
Starting User Session Launcher...
[ OK ] Started User Session Launcher.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
Starting Bluetooth service...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Stopping udev Kernel Device Manager...
[ OK ] Stopped udev Kernel Device Manager.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
Starting udev Kernel Device Manager...
[FAILED] Failed to start udev Kernel Device Manager.
See 'systemctl status systemd-udevd.service' for details.
[ OK ] Started Bluetooth service.
[ OK ] Started Authorization Manager.
Starting Bluetooth service...
net eth0: attached phy 1 to driver Generic PHY
Starting WPA supplicant...
[ OK ] Started Disk Manager.
[ OK ] Started Bluetooth service.
[ OK ] Created slice user-5000.slice.
Starting User Manager for 5000...
PHY: r8a779x-ether-ff:01 - Link is Up - 100/Full
[ OK ] Started WPA supplicant.
[ OK ] Started User Manager for 5000.
[ OK ] Started Wrt security daemon.
[ *** ] A start job is running for dev-ttySC6.deviceusb 5-1: USB disconnect, d2
[*** ] A start job is running for dev-ttySC6.deviceusb 5-1: new low-speed USBm
input: SIGMACH1P U+P Mouse as /devices/platform/ohci-platform.1/usb5/5-1/5-1:1.1
generic-usb 0003:1C4F:0003.0002: input: USB HID v1.10 Mouse [SIGMACH1P U+P Mous0
[** ] A start job is running for dev-ttySC6.deviceusb 5-1: USB disconnect, d3
[* ] A start job is running for dev-ttySC6.deviceusb 5-1: new low-speed USBm
input: SIGMACH1P U+P Mouse as /devices/platform/ohci-platform.1/usb5/5-1/5-1:1.2
generic-usb 0003:1C4F:0003.0003: input: USB HID v1.10 Mouse [SIGMACH1P U+P Mous0
usb 5-1: USB disconnect, device number 4
[** ] A start job is running for dev-ttySC6.deviceusb 5-1: new low-speed USBm
input: SIGMACH1P U+P Mouse as /devices/platform/ohci-platform.1/usb5/5-1/5-1:1.3
generic-usb 0003:1C4F:0003.0004: input: USB HID v1.10 Mouse [SIGMACH1P U+P Mous0
[ TIME ] Timed out waiting for device dev-ttySC6.device.
[DEPEND] Dependency failed for Serial Getty on ttySC6.
[ OK ] Reached target Login Prompts.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
More information about the lttng-dev
mailing list