Tool/software: Linux
Hello,
I am trying to boot our custom board based on am335x .
I am using tisdk 3.03.00.04.
I have downloaded and wrote "am335x-evm.dtb" and "linux-4.9.28+gitAUTOINC+eed43d1050-geed43d1050" on nand and now am mounting file system through NFS server.
After setting boot arguments ,
#setenv bootargs console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.102:/media/adems/C0BED6A7BED694EE/tisdk_new/targetNFS, nolock ip=dhcp
#setenv nandroot setenv nandroot /dev/nfs rw nfsroot=192.168.1.102:/media/adems/C0BED6A7BED694EE/tisdk_new/targetNFS
#run nandboot
After booting I am expecting it get login with login id, root. But whenever i give root, its asking for different login id. I tI have tried to change the mode of the targetNFS with "chmod -R 777 targetNFS". Still the result was same.
Can anyone from TI team tell me what is the Login ID and password for the agaro-based-tisdk-image-am335x-evm.ubi
below is the boot log,
The log file is as follows
Booting from nand ...
NAND read: device 0 offset 0x80000, size 0x40000
262144 bytes read: OK
NAND read: device 0 offset 0x200000, size 0x800000
8388608 bytes read: OK
Kernel image @ 0x82000000 [ 0x000000 - 0x3503b0 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8fff3000, end 8ffff953 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.41-gf9f6f0db2d (root@adems) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #4 PREEMPT Fri Jun 30 16:07
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: TI AM335x EVM
[ 0.000000] cma: Reserved 48 MiB at 0xbd000000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (neon )
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260416
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs rw nfsroot=192.168.1.102:/media/adems/C0BED6A7BED694EE/tisdk_new/targp
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 979372K/1048576K available (6603K kernel code, 317K rwdata, 2344K rodata, 264K init, 265K bss, 20052K reserved, 49152K )
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc08c5004 (8949 kB)
[ 0.000000] .init : 0xc08c6000 - 0xc0908000 ( 264 kB)
[ 0.000000] .data : 0xc0908000 - 0xc09574b0 ( 318 kB)
[ 0.000000] .bss : 0xc09574b0 - 0xc0999bd8 ( 266 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:16 nr_irqs:16 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.000018] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000043] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000056] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000265] clocksource_probe: no matching clocksources found
[ 0.000479] Console: colour dummy device 80x30
[ 0.000512] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000521] This ensures that you still see kernel messages. Please
[ 0.000528] update your kernel commandline.
[ 0.000550] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
[ 0.058760] pid_max: default: 32768 minimum: 301
[ 0.058929] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.058946] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.059807] Initializing cgroup subsys io
[ 0.059844] Initializing cgroup subsys memory
[ 0.059889] Initializing cgroup subsys devices
[ 0.059909] Initializing cgroup subsys freezer
[ 0.059927] Initializing cgroup subsys perf_event
[ 0.059942] Initializing cgroup subsys pids
[ 0.059976] CPU: Testing write buffer coherency: ok
[ 0.060433] Setting up static identity map for 0x80008200 - 0x80008260
[ 0.063173] devtmpfs: initialized
[ 0.079547] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.098205] omap_hwmod: debugss: _wait_target_disable failed
[ 0.156600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.161368] pinctrl core: initialized pinctrl subsystem
[ 0.162984] NET: Registered protocol family 16
[ 0.165573] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.188822] cpuidle: using governor ladder
[ 0.218809] cpuidle: using governor menu
[ 0.224621] OMAP GPIO hardware version 0.1
[ 0.235702] omap-gpmc 50000000.gpmc: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/nandflash_pins_s0, deferrie
[ 0.238427] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.279807] edma 49000000.edma: TI EDMA DMA engine driver
[ 0.285285] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring e
[ 0.285357] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c1_pins, deferring e
[ 0.285519] media: Linux media interface: v0.10
[ 0.285596] Linux video capture interface: v2.00
[ 0.285660] pps_core: LinuxPPS API ver. 1 registered
[ 0.285670] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.285707] PTP clock support registered
[ 0.285779] EDAC MC: Ver: 3.0.0
[ 0.287227] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.287675] Advanced Linux Sound Architecture Driver Initialized.
[ 0.289267] clocksource: Switched to clocksource timer1
[ 0.303432] NET: Registered protocol family 2
[ 0.304386] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.304509] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.304617] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.304734] UDP hash table entries: 512 (order: 1, 8192 bytes)
[ 0.304769] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[ 0.304968] NET: Registered protocol family 1
[ 0.305442] RPC: Registered named UNIX socket transport module.
[ 0.305460] RPC: Registered udp transport module.
[ 0.305469] RPC: Registered tcp transport module.
[ 0.305477] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.306643] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 0.309125] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.320148] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.321175] NFS: Registering the id_resolver key type
[ 0.321253] Key type id_resolver registered
[ 0.321264] Key type id_legacy registered
[ 0.321362] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.325584] bounce: pool size: 64 pages
[ 0.325894] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.325921] io scheduler noop registered
[ 0.325938] io scheduler deadline registered
[ 0.326149] io scheduler cfq registered (default)
[ 0.327870] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 0.412406] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.417622] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[ 1.048172] console [ttyS0] enabled
[ 1.053211] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 159, base_baud = 3000000) is a 8250
[ 1.063474] [drm] Initialized drm 1.1.0 20060810
[ 1.070730] tilcdc 4830e000.lcdc: no encoders/connectors found
[ 1.085809] loop: module loaded
[ 1.092535] libphy: Fixed MDIO Bus: probed
[ 1.159357] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 1.165501] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[ 1.172782] libphy: 4a101000.mdio: probed
[ 1.176833] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver TI DP83867
[ 1.186115] cpsw 4a100000.ethernet: Detected MACID = 68:c9:0b:73:09:19
[ 1.192939] cpsw 4a100000.ethernet: cpts: overflow check period 850
[ 1.201519] mousedev: PS/2 mouse device common for all mice
[ 1.207863] i2c /dev entries driver
[ 1.212893] cpuidle: enable-method property 'ti,am3352' found operations
[ 1.220728] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 1.373360] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.384915] NET: Registered protocol family 10
[ 1.391178] sit: IPv6 over IPv4 tunneling driver
[ 1.396814] NET: Registered protocol family 17
[ 1.401845] Key type dns_resolver registered
[ 1.406486] omap_voltage_late_init: Voltage driver support not added
[ 1.417051] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 1.422422] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 1.430333] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[ 1.436722] nand: Micron MT29F2G08ABAEAWP
[ 1.440858] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.448504] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
[ 1.453977] 10 ofpart partitions found on MTD device 8000000.nand
[ 1.460123] Creating 10 MTD partitions on "8000000.nand":
[ 1.465576] 0x000000000000-0x000000020000 : "NAND.SPL"
[ 1.472532] 0x000000020000-0x000000040000 : "NAND.SPL.backup1"
[ 1.480032] 0x000000040000-0x000000060000 : "NAND.SPL.backup2"
[ 1.487290] 0x000000060000-0x000000080000 : "NAND.SPL.backup3"
[ 1.494608] 0x000000080000-0x0000000c0000 : "NAND.u-boot-spl-os"
[ 1.502149] 0x0000000c0000-0x0000001c0000 : "NAND.u-boot"
[ 1.509362] 0x0000001c0000-0x0000001e0000 : "NAND.u-boot-env"
[ 1.516594] 0x0000001e0000-0x000000200000 : "NAND.u-boot-env.backup1"
[ 1.524580] 0x000000200000-0x000000a00000 : "NAND.kernel"
[ 1.534392] 0x000000a00000-0x000010000000 : "NAND.file-system"
[ 1.649572] tps65910 0-002d: No interrupt support, no core IRQ
[ 1.680565] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 1.688337] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[ 1.694881] omap_hsmmc 48060000.mmc: Got CD GPIO
[ 1.700124] vmmc: supplied by vbat
[ 1.740068] vdd_mpu: supplied by vbat
[ 1.750746] hctosys: unable to open rtc device (rtc0)
[ 1.799355] net eth0: initializing cpsw version 1.12 (0)
[ 1.804740] net eth0: initialized cpsw ale version 1.4
[ 1.819280] net eth0: ALE Table size 1024
[ 1.825586] net eth0: phy "4a101000.mdio:00" not found on slave 0, err -19
[ 1.840146] net eth0: phy found : id is : 0x2000a231
[ 1.863923] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2.872877] mmc1: error -84 whilst initialising SD card
[ 4.840328] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 4.848514] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 4.869332] Sending DHCP requests ......
[ 80.289340] random: nonblocking pool is initialized
[ 85.339301] timed out!
[ 85.376641] IP-Config: Retrying forever (NFS root)...
[ 85.381956] net eth0: initializing cpsw version 1.12 (0)
[ 85.387318] net eth0: initialized cpsw ale version 1.4
[ 85.392594] net eth0: ALE Table size 1024
[ 85.399910] net eth0: phy found : id is : 0x2000a231
[ 85.405030] net eth0: PHY already attached
[ 85.409167] net eth0: phy "4a101000.mdio:00" not found on slave 1, err -16
[ 85.422760] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 88.400327] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 88.408488] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 88.423134] Sending DHCP requests ., OK
[ 88.469344] IP-Config: Got DHCP answer from 192.168.1.1, my address is 192.168.1.101
[ 88.477569] IP-Config: Complete:
[ 88.481011] device=eth0, hwaddr=68:c9:0b:73:09:19, ipaddr=192.168.1.101, mask=255.255.255.0, gw=192.168.1.1
[ 88.491335] host=192.168.1.101, domain=, nis-domain=(none)
[ 88.497299] bootserver=0.0.0.0, rootserver=192.168.1.102, rootpath=
[ 88.504061] nameserver0=192.168.1.1
[ 88.508429] lis3_reg: disabling
[ 88.511660] wlan-en-regulator: disabling
[ 88.516194] ALSA device list:
[ 88.519201] No soundcards found.
[ 88.542905] VFS: Mounted root (nfs filesystem) on device 0:14.
[ 89.146349] devtmpfs: mounted
[ 89.150315] Freeing unused kernel memory: 264K (c08c6000 - c0908000)
[ 89.156712] This architecture does not have kernel memory protection.
[ 89.933159] systemd[1]: System time before build time, advancing clock.
[ 90.020754] systemd[1]: Configuration file /etc/systemd/system.conf is marked executable. Please remove executable permission bits. Proceed.
[ 90.034454] systemd[1]: Configuration file /etc/systemd/system.conf is marked world-writable. Please remove world writability permission bi.
[ 90.074847] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCR)
[ 90.093921] systemd[1]: Detected architecture arm.
Welcome to Arago 2017.05!
[ 90.121551] systemd[1]: Set hostname to <am335x-evm>.
[ 90.150248] systemd[1]: Initializing machine ID from random generator.
[ 90.711064] systemd[1]: Configuration file /lib/systemd/system/remote-fs.target is marked executable. Please remove executable permission b.
[ 90.725823] systemd[1]: Configuration file /lib/systemd/system/remote-fs.target is marked world-writable. Please remove world writability p.
[ 90.748730] systemd[1]: Configuration file /lib/systemd/system/shutdown.target is marked executable. Please remove executable permission bi.
[ 90.763422] systemd[1]: Configuration file /lib/systemd/system/shutdown.target is marked world-writable. Please remove world writability pe.
[ 90.781468] systemd[1]: Configuration file /lib/systemd/system/remote-fs-pre.target is marked executable. Please remove executable permissi.
[ 90.796556] systemd[1]: Configuration file /lib/systemd/system/remote-fs-pre.target is marked world-writable. Please remove world writabili.
[ 90.816065] systemd[1]: Configuration file /lib/systemd/system/-.slice is marked executable. Please remove executable permission bits. Proc.
[ 90.830059] systemd[1]: Configuration file /lib/systemd/system/-.slice is marked world-writable. Please remove world writability permission.
[ 90.847396] systemd[1]: Configuration file /lib/systemd/system/slices.target is marked executable. Please remove executable permission bits.
[ 90.861890] systemd[1]: Configuration file /lib/systemd/system/slices.target is marked world-writable. Please remove world writability perm.
[ 90.879842] systemd[1]: Configuration file /lib/systemd/system/system.slice is marked executable. Please remove executable permission bits..
[ 90.894205] systemd[1]: Configuration file /lib/systemd/system/system.slice is marked world-writable. Please remove world writability permi.
[ 90.913541] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bi.
[ 90.928204] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability pe.
[ 90.951866] systemd[1]: Configuration file /lib/systemd/system/var-lib-machines.mount is marked executable. Please remove executable permis.
[ 90.967150] systemd[1]: Configuration file /lib/systemd/system/var-lib-machines.mount is marked world-writable. Please remove world writabi.
[ 90.987237] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits.
[ 91.001746] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability perm.
[ 91.019747] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permi.
[ 91.035077] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked world-writable. Please remove world writab.
[ 91.060557] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.service is marked executable. Please remove executable perm.
[ 91.075994] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.service is marked world-writable. Please remove world writa.
[ 91.106470] systemd[1]: Configuration file /lib/systemd/system/sysinit.target is marked executable. Please remove executable permission bit.
[ 91.121096] systemd[1]: Configuration file /lib/systemd/system/sysinit.target is marked world-writable. Please remove world writability per.
[ 91.149827] systemd[1]: Configuration file /lib/systemd/system/basic.target is marked executable. Please remove executable permission bits..
[ 91.164236] systemd[1]: Configuration file /lib/systemd/system/basic.target is marked world-writable. Please remove world writability permi.
[ 91.194854] systemd[1]: Configuration file /lib/systemd/system/alsa-state.service is marked executable. Please remove executable permission.
[ 91.209797] systemd[1]: Configuration file /lib/systemd/system/alsa-state.service is marked world-writable. Please remove world writability.
[ 91.228457] systemd[1]: Configuration file /lib/systemd/system/alsa-restore.service is marked executable. Please remove executable permissi.
[ 91.243608] systemd[1]: Configuration file /lib/systemd/system/alsa-restore.service is marked world-writable. Please remove world writabili.
[ 91.262682] systemd[1]: Configuration file /lib/systemd/system/gadget-init.service is marked executable. Please remove executable permissio.
[ 91.277691] systemd[1]: Configuration file /lib/systemd/system/gadget-init.service is marked world-writable. Please remove world writabilit.
[ 91.295116] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'
[ 91.307983] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked executable. Please remove executable permiss.
[ 91.323155] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked world-writable. Please remove world writabil.
[ 91.354055] systemd[1]: Configuration file /lib/systemd/system/getty.target is marked executable. Please remove executable permission bits..
[ 91.368466] systemd[1]: Configuration file /lib/systemd/system/getty.target is marked world-writable. Please remove world writability permi.
[ 91.403114] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked executable. Please remove executable permiss.
[ 91.418314] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked world-writable. Please remove world writabil.
[ 91.438646] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked executable. Please remove executable permiss.
[ 91.453842] systemd[1]: Configuration file /lib/systemd/system/serial-getty@.service is marked world-writable. Please remove world writabil.
[ 91.474306] systemd[1]: Configuration file /etc/systemd/system/getty.target.wants/../../../../lib/systemd/system/getty@.service is marked e.
[ 91.493254] systemd[1]: Configuration file /etc/systemd/system/getty.target.wants/../../../../lib/systemd/system/getty@.service is marked w.
[ 91.517768] systemd[1]: Configuration file /lib/systemd/system/rc-local.service is marked executable. Please remove executable permission b.
[ 91.532535] systemd[1]: Configuration file /lib/systemd/system/rc-local.service is marked world-writable. Please remove world writability p.
[ 91.551006] systemd[1]: Configuration file /lib/systemd/system/network.target is marked executable. Please remove executable permission bit.
[ 91.565625] systemd[1]: Configuration file /lib/systemd/system/network.target is marked world-writable. Please remove world writability per.
[ 91.583510] systemd[1]: Configuration file /lib/systemd/system/network-pre.target is marked executable. Please remove executable permission.
[ 91.598431] systemd[1]: Configuration file /lib/systemd/system/network-pre.target is marked world-writable. Please remove world writability.
[ 91.616633] systemd[1]: Configuration file /lib/systemd/system/systemd-user-sessions.service is marked executable. Please remove executable.
[ 91.632509] systemd[1]: Configuration file /lib/systemd/system/systemd-user-sessions.service is marked world-writable. Please remove world .
[ 91.652368] systemd[1]: Configuration file /lib/systemd/system/nss-user-lookup.target is marked executable. Please remove executable permis.
[ 91.667645] systemd[1]: Configuration file /lib/systemd/system/nss-user-lookup.target is marked world-writable. Please remove world writabi.
[ 91.686980] systemd[1]: Configuration file /lib/systemd/system/paths.target is marked executable. Please remove executable permission bits..
[ 91.701382] systemd[1]: Configuration file /lib/systemd/system/paths.target is marked world-writable. Please remove world writability permi.
[ 91.719255] systemd[1]: Configuration file /lib/systemd/system/timers.target is marked executable. Please remove executable permission bits.
[ 91.733770] systemd[1]: Configuration file /lib/systemd/system/timers.target is marked world-writable. Please remove world writability perm.
[ 91.753962] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.timer is marked executable. Please remove executable .
[ 91.769757] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.timer is marked world-writable. Please remove world w.
[ 91.789392] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.service is marked executable. Please remove executabl.
[ 91.805314] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-clean.service is marked world-writable. Please remove world.
[ 91.825234] systemd[1]: Configuration file /lib/systemd/system/time-sync.target is marked executable. Please remove executable permission b.
[ 91.839975] systemd[1]: Configuration file /lib/systemd/system/time-sync.target is marked world-writable. Please remove world writability p.
[ 91.863556] systemd[1]: Configuration file /lib/systemd/system/reboot.target is marked executable. Please remove executable permission bits.
[ 91.878050] systemd[1]: Configuration file /lib/systemd/system/reboot.target is marked world-writable. Please remove world writability perm.
[ 91.902719] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp-runlevel.service is marked executable. Please remove exe.
[ 91.919229] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp-runlevel.service is marked world-writable. Please remove.
[ 91.942725] systemd[1]: Configuration file /lib/systemd/system/graphical.target is marked executable. Please remove executable permission b.
[ 91.957488] systemd[1]: Configuration file /lib/systemd/system/graphical.target is marked world-writable. Please remove world writability p.
[ 91.982426] systemd[1]: Configuration file /lib/systemd/system/rescue.service is marked executable. Please remove executable permission bit.
[ 91.997014] systemd[1]: Configuration file /lib/systemd/system/rescue.service is marked world-writable. Please remove world writability per.
[ 92.017666] systemd[1]: Configuration file /lib/systemd/system/multi-user.target is marked executable. Please remove executable permission .
[ 92.032539] systemd[1]: Configuration file /lib/systemd/system/multi-user.target is marked world-writable. Please remove world writability .
[ 92.058356] systemd[1]: Configuration file /lib/systemd/system/systemd-logind.service is marked executable. Please remove executable permis.
[ 92.073655] systemd[1]: Configuration file /lib/systemd/system/systemd-logind.service is marked world-writable. Please remove world writabi.
[ 92.094280] systemd[1]: Configuration file /lib/systemd/system/dbus.socket is marked executable. Please remove executable permission bits. .
[ 92.108628] systemd[1]: Configuration file /lib/systemd/system/dbus.socket is marked world-writable. Please remove world writability permis.
[ 92.127212] systemd[1]: Configuration file /lib/systemd/system/user.slice is marked executable. Please remove executable permission bits. P.
[ 92.141458] systemd[1]: Configuration file /lib/systemd/system/user.slice is marked world-writable. Please remove world writability permiss.
[ 92.159648] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.path is marked executable. Please remove executabl.
[ 92.175594] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.path is marked world-writable. Please remove world.
[ 92.195876] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.service is marked executable. Please remove execut.
[ 92.212159] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-wall.service is marked world-writable. Please remove wo.
[ 92.232588] systemd[1]: Configuration file /lib/systemd/system/dbus.service is marked executable. Please remove executable permission bits..
[ 92.246986] systemd[1]: Configuration file /lib/systemd/system/dbus.service is marked world-writable. Please remove world writability permi.
[ 92.265405] systemd[1]: Configuration file /lib/systemd/system/systemd-resolved.service is marked executable. Please remove executable perm.
[ 92.280858] systemd[1]: Configuration file /lib/systemd/system/systemd-resolved.service is marked world-writable. Please remove world writa.
[ 92.301233] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.resolve1.busname is marked executable. Please remove executa.
[ 92.317365] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.resolve1.busname is marked world-writable. Please remove wor.
[ 92.337606] systemd[1]: Configuration file /lib/systemd/system/busnames.target is marked executable. Please remove executable permission bi.
[ 92.352276] systemd[1]: Configuration file /lib/systemd/system/busnames.target is marked world-writable. Please remove world writability pe.
[ 92.372812] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.timedate1.busname is marked executable. Please remove execut.
[ 92.389049] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.timedate1.busname is marked world-writable. Please remove wo.
[ 92.409670] systemd[1]: Configuration file /lib/systemd/system/systemd-timedated.service is marked executable. Please remove executable per.
[ 92.425179] systemd[1]: Configuration file /lib/systemd/system/systemd-timedated.service is marked world-writable. Please remove world writ.
[ 92.445409] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.systemd1.busname is marked executable. Please remove executa.
[ 92.461571] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.systemd1.busname is marked world-writable. Please remove wor.
[ 92.481508] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.network1.busname is marked executable. Please remove executa.
[ 92.497636] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.network1.busname is marked world-writable. Please remove wor.
[ 92.517622] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.machine1.busname is marked executable. Please remove executa.
[ 92.533815] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.machine1.busname is marked world-writable. Please remove wor.
[ 92.554007] systemd[1]: Configuration file /lib/systemd/system/systemd-machined.service is marked executable. Please remove executable perm.
[ 92.569451] systemd[1]: Configuration file /lib/systemd/system/systemd-machined.service is marked world-writable. Please remove world writa.
[ 92.589869] systemd[1]: Configuration file /lib/systemd/system/machine.slice is marked executable. Please remove executable permission bits.
[ 92.604343] systemd[1]: Configuration file /lib/systemd/system/machine.slice is marked world-writable. Please remove world writability perm.
[ 92.622623] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.login1.busname is marked executable. Please remove executabl.
[ 92.638585] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.login1.busname is marked world-writable. Please remove world.
[ 92.658431] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.locale1.busname is marked executable. Please remove executab.
[ 92.674489] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.locale1.busname is marked world-writable. Please remove worl.
[ 92.694218] systemd[1]: Configuration file /lib/systemd/system/systemd-localed.service is marked executable. Please remove executable permi.
[ 92.709572] systemd[1]: Configuration file /lib/systemd/system/systemd-localed.service is marked world-writable. Please remove world writab.
[ 92.729826] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.hostname1.busname is marked executable. Please remove execut.
[ 92.746045] systemd[1]: Configuration file /lib/systemd/system/org.freedesktop.hostname1.busname is marked world-writable. Please remove wo.
[ 92.766314] systemd[1]: Configuration file /etc/systemd/system/systemd-hostnamed.service is marked executable. Please remove executable per.
[ 92.781842] systemd[1]: Configuration file /etc/systemd/system/systemd-hostnamed.service is marked world-writable. Please remove world writ.
[ 92.802225] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.service is marked executable. Please remove executable perm.
[ 92.817674] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.service is marked world-writable. Please remove world writa.
[ 92.837995] systemd[1]: Configuration file /lib/systemd/system/strongswan.service is marked executable. Please remove executable permission.
[ 92.852987] systemd[1]: Configuration file /lib/systemd/system/strongswan.service is marked world-writable. Please remove world writability.
[ 92.871520] systemd[1]: Configuration file /lib/systemd/system/snmpd.service is marked executable. Please remove executable permission bits.
[ 92.886001] systemd[1]: Configuration file /lib/systemd/system/snmpd.service is marked world-writable. Please remove world writability perm.
[ 92.903947] systemd[1]: Configuration file /lib/systemd/system/ofono.service is marked executable. Please remove executable permission bits.
[ 92.918434] systemd[1]: Configuration file /lib/systemd/system/ofono.service is marked world-writable. Please remove world writability perm.
[ 92.937048] systemd[1]: Configuration file /lib/systemd/system/lighttpd.service is marked executable. Please remove executable permission b.
[ 92.951819] systemd[1]: Configuration file /lib/systemd/system/lighttpd.service is marked world-writable. Please remove world writability p.
[ 92.970435] systemd[1]: Configuration file /lib/systemd/system/gplv3-notice.service is marked executable. Please remove executable permissi.
[ 92.985516] systemd[1]: Configuration file /lib/systemd/system/gplv3-notice.service is marked world-writable. Please remove world writabili.
[ 93.005122] systemd[1]: Configuration file /lib/systemd/system/busybox-syslog.service is marked executable. Please remove executable permis.
[ 93.020394] systemd[1]: Configuration file /lib/systemd/system/busybox-syslog.service is marked world-writable. Please remove world writabi.
[ 93.039736] systemd[1]: Configuration file /lib/systemd/system/busybox-klogd.service is marked executable. Please remove executable permiss.
[ 93.054897] systemd[1]: Configuration file /lib/systemd/system/busybox-klogd.service is marked world-writable. Please remove world writabil.
[ 93.073379] systemd[1]: Configuration file /lib/systemd/system/bt-enable.service is marked executable. Please remove executable permission .
[ 93.088204] systemd[1]: Configuration file /lib/systemd/system/bt-enable.service is marked world-writable. Please remove world writability .
[ 93.106643] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.service is marked executable. Please remove executable permissi.
[ 93.121745] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.service is marked world-writable. Please remove world writabili.
[ 93.141855] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.socket is marked executable. Please remove executable permissio.
[ 93.156861] systemd[1]: Configuration file /lib/systemd/system/avahi-daemon.socket is marked world-writable. Please remove world writabilit.
[ 93.192827] systemd[1]: Configuration file /lib/systemd/system/rescue.target is marked executable. Please remove executable permission bits.
[ 93.207340] systemd[1]: Configuration file /lib/systemd/system/rescue.target is marked world-writable. Please remove world writability perm.
[ 93.229007] systemd[1]: Configuration file /lib/systemd/system/systemd-reboot.service is marked executable. Please remove executable permis.
[ 93.244290] systemd[1]: Configuration file /lib/systemd/system/systemd-reboot.service is marked world-writable. Please remove world writabi.
[ 93.263546] systemd[1]: Configuration file /lib/systemd/system/final.target is marked executable. Please remove executable permission bits..
[ 93.277959] systemd[1]: Configuration file /lib/systemd/system/final.target is marked world-writable. Please remove world writability permi.
[ 93.295648] systemd[1]: Configuration file /lib/systemd/system/poweroff.target is marked executable. Please remove executable permission bi.
[ 93.310316] systemd[1]: Configuration file /lib/systemd/system/poweroff.target is marked world-writable. Please remove world writability pe.
[ 93.331956] systemd[1]: Configuration file /lib/systemd/system/systemd-poweroff.service is marked executable. Please remove executable perm.
[ 93.347418] systemd[1]: Configuration file /lib/systemd/system/systemd-poweroff.service is marked world-writable. Please remove world writa.
[ 93.384031] systemd[1]: Configuration file /lib/systemd/system/systemd-vconsole-setup.service is marked executable. Please remove executabl.
[ 93.400932] systemd[1]: Configuration file /lib/systemd/system/systemd-vconsole-setup.service is marked world-writable. Please remove world.
[ 93.421337] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp.service is marked executable. Please remove executable p.
[ 93.437046] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp.service is marked world-writable. Please remove world wr.
[ 93.457770] systemd[1]: Configuration file /lib/systemd/system/systemd-update-done.service is marked executable. Please remove executable p.
[ 93.473500] systemd[1]: Configuration file /lib/systemd/system/systemd-update-done.service is marked world-writable. Please remove world wr.
[ 93.492979] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service is marked executable. Please remove executable permiss.
[ 93.508256] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service is marked world-writable. Please remove world writabil.
[ 93.527990] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-kernel.socket is marked executable. Please remove executable p.
[ 93.543843] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-kernel.socket is marked world-writable. Please remove world wr.
[ 93.563311] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-control.socket is marked executable. Please remove executable .
[ 93.579110] systemd[1]: Configuration file /lib/systemd/system/systemd-udevd-control.socket is marked world-writable. Please remove world w.
[ 93.599127] systemd[1]: Configuration file /lib/systemd/system/systemd-udev-trigger.service is marked executable. Please remove executable .
[ 93.614934] systemd[1]: Configuration file /lib/systemd/system/systemd-udev-trigger.service is marked world-writable. Please remove world w.
[ 93.634911] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup.service is marked executable. Please remove executabl.
[ 93.650906] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup.service is marked world-writable. Please remove world.
[ 93.671080] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup-dev.service is marked executable. Please remove execu.
[ 93.687396] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup-dev.service is marked world-writable. Please remove w.
[ 93.707911] systemd[1]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked executable. Please remove executable permis.
[ 93.723195] systemd[1]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked world-writable. Please remove world writabi.
[ 93.742650] systemd[1]: Configuration file /lib/systemd/system/systemd-random-seed.service is marked executable. Please remove executable p.
[ 93.758363] systemd[1]: Configuration file /lib/systemd/system/systemd-random-seed.service is marked world-writable. Please remove world wr.
[ 93.781727] systemd[1]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked executable. Please remove executable .
[ 93.797529] systemd[1]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked world-writable. Please remove world w.
[ 93.817718] systemd[1]: Configuration file /lib/systemd/system/systemd-machine-id-commit.service is marked executable. Please remove execut.
[ 93.833960] systemd[1]: Configuration file /lib/systemd/system/systemd-machine-id-commit.service is marked world-writable. Please remove wo.
[ 93.854226] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-flush.service is marked executable. Please remove executable.
[ 93.870123] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-flush.service is marked world-writable. Please remove world .
[ 93.890730] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-catalog-update.service is marked executable. Please remove e.
[ 93.907391] systemd[1]: Configuration file /lib/systemd/system/systemd-journal-catalog-update.service is marked world-writable. Please remo.
[ 93.928484] systemd[1]: Configuration file /lib/systemd/system/systemd-hwdb-update.service is marked executable. Please remove executable p.
[ 93.944204] systemd[1]: Configuration file /lib/systemd/system/systemd-hwdb-update.service is marked world-writable. Please remove world wr.
[ 93.963995] systemd[1]: Configuration file /lib/systemd/system/systemd-firstboot.service is marked executable. Please remove executable per.
[ 93.979543] systemd[1]: Configuration file /lib/systemd/system/systemd-firstboot.service is marked world-writable. Please remove world writ.
[ 93.999427] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.path is marked executable. Please remove execut.
[ 94.015614] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.path is marked world-writable. Please remove wo.
[ 94.035906] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.service is marked executable. Please remove exe.
[ 94.052399] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.service is marked world-writable. Please remove.
[ 94.073446] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-debug.mount is marked executable. Please remove executable permis.
[ 94.088734] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-debug.mount is marked world-writable. Please remove world writabi.
[ 94.108982] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-config.mount is marked executable. Please remove executable permi.
[ 94.124360] systemd[1]: Configuration file /lib/systemd/system/sys-kernel-config.mount is marked world-writable. Please remove world writab.
[ 94.144370] systemd[1]: Configuration file /lib/systemd/system/sys-fs-fuse-connections.mount is marked executable. Please remove executable.
[ 94.160269] systemd[1]: Configuration file /lib/systemd/system/sys-fs-fuse-connections.mount is marked world-writable. Please remove world .
[ 94.180874] systemd[1]: Configuration file /lib/systemd/system/ldconfig.service is marked executable. Please remove executable permission b.
[ 94.195618] systemd[1]: Configuration file /lib/systemd/system/ldconfig.service is marked world-writable. Please remove world writability p.
[ 94.214624] systemd[1]: Configuration file /lib/systemd/system/kmod-static-nodes.service is marked executable. Please remove executable per.
[ 94.230164] systemd[1]: Configuration file /lib/systemd/system/kmod-static-nodes.service is marked world-writable. Please remove world writ.
[ 94.249810] systemd[1]: Configuration file /lib/systemd/system/dev-mqueue.mount is marked executable. Please remove executable permission b.
[ 94.264541] systemd[1]: Configuration file /lib/systemd/system/dev-mqueue.mount is marked world-writable. Please remove world writability p.
[ 94.283111] systemd[1]: Configuration file /lib/systemd/system/dev-hugepages.mount is marked executable. Please remove executable permissio.
[ 94.298124] systemd[1]: Configuration file /lib/systemd/system/dev-hugepages.mount is marked world-writable. Please remove world writabilit.
[ 94.317400] systemd[1]: Configuration file /lib/systemd/system/systemd-timesyncd.service is marked executable. Please remove executable per.
[ 94.332948] systemd[1]: Configuration file /lib/systemd/system/systemd-timesyncd.service is marked world-writable. Please remove world writ.
[ 94.353788] systemd[1]: Configuration file /etc/systemd/system/sync-clocks.service is marked executable. Please remove executable permissio.
[ 94.368816] systemd[1]: Configuration file /etc/systemd/system/sync-clocks.service is marked world-writable. Please remove world writabilit.
[ 94.387628] systemd[1]: Configuration file /lib/systemd/system/run-postinsts.service is marked executable. Please remove executable permiss.
[ 94.403863] systemd[1]: Configuration file /lib/systemd/system/run-postinsts.service is marked world-writable. Please remove world writabil.
[ 94.423218] systemd[1]: Configuration file /lib/systemd/system/opkg-configure.service is marked executable. Please remove executable permis.
[ 94.438505] systemd[1]: Configuration file /lib/systemd/system/opkg-configure.service is marked world-writable. Please remove world writabi.
[ 94.457839] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. .
[ 94.472205] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permis.
[ 94.490131] systemd[1]: Configuration file /lib/systemd/system/emergency.service is marked executable. Please remove executable permission .
[ 94.505041] systemd[1]: Configuration file /lib/systemd/system/emergency.service is marked world-writable. Please remove world writability .
[ 94.524732] systemd[1]: Configuration file /lib/systemd/system/syslog.socket is marked executable. Please remove executable permission bits.
[ 94.539223] systemd[1]: Configuration file /lib/systemd/system/syslog.socket is marked world-writable. Please remove world writability perm.
[ 94.559925] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-audit.socket is marked executable. Please remove executable.
[ 94.575795] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-audit.socket is marked world-writable. Please remove world .
[ 94.595757] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-dev-log.socket is marked executable. Please remove executab.
[ 94.611817] systemd[1]: Configuration file /lib/systemd/system/systemd-journald-dev-log.socket is marked world-writable. Please remove worl.
[ 94.632309] systemd[1]: Configuration file /lib/systemd/system/sockets.target is marked executable. Please remove executable permission bit.
[ 94.646881] systemd[1]: Configuration file /lib/systemd/system/sockets.target is marked world-writable. Please remove world writability per.
[ 94.681933] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.socket is marked executable. Please remove executable permis.
[ 94.697204] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.socket is marked world-writable. Please remove world writabi.
[ 94.716791] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.service is marked executable. Please remove executable permi.
[ 94.732162] systemd[1]: Configuration file /lib/systemd/system/systemd-initctl.service is marked world-writable. Please remove world writab.
[ 94.751413] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.socket is marked executable. Please remove executable permi.
[ 94.766777] systemd[1]: Configuration file /lib/systemd/system/systemd-networkd.socket is marked world-writable. Please remove world writab.
[ 94.785441] systemd[1]: Configuration file /lib/systemd/system/rpcbind.socket is marked executable. Please remove executable permission bit.
[ 94.800074] systemd[1]: Configuration file /lib/systemd/system/rpcbind.socket is marked world-writable. Please remove world writability per.
[ 94.818531] systemd[1]: Configuration file /lib/systemd/system/rpcbind.service is marked executable. Please remove executable permission bi.
[ 94.833205] systemd[1]: Configuration file /lib/systemd/system/rpcbind.service is marked world-writable. Please remove world writability pe.
[ 94.852209] systemd[1]: Configuration file /lib/systemd/system/dropbear.socket is marked executable. Please remove executable permission bi.
[ 94.866874] systemd[1]: Configuration file /lib/systemd/system/dropbear.socket is marked world-writable. Please remove world writability pe.
[ 94.885451] systemd[1]: Configuration file /lib/systemd/system/tmp.mount is marked executable. Please remove executable permission bits. Pr.
[ 94.899602] systemd[1]: Configuration file /lib/systemd/system/tmp.mount is marked world-writable. Please remove world writability permissi.
[ 94.918426] systemd[1]: Configuration file /lib/systemd/system/systemd-remount-fs.service is marked executable. Please remove executable pe.
[ 94.934108] systemd[1]: Configuration file /lib/systemd/system/systemd-remount-fs.service is marked world-writable. Please remove world wri.
[ 94.957740] systemd[1]: Configuration file /lib/systemd/system/systemd-fsck-root.service is marked executable. Please remove executable per.
[ 94.973307] systemd[1]: Configuration file /lib/systemd/system/systemd-fsck-root.service is marked world-writable. Please remove world writ.
[ 94.992921] systemd[1]: Configuration file /lib/systemd/system/var-volatile-lib.service is marked executable. Please remove executable perm.
[ 95.008383] systemd[1]: Configuration file /lib/systemd/system/var-volatile-lib.service is marked world-writable. Please remove world writa.
[ 95.027927] systemd[1]: Configuration file /lib/systemd/system/emergency.target is marked executable. Please remove executable permission b.
[ 95.042697] systemd[1]: Configuration file /lib/systemd/system/emergency.target is marked world-writable. Please remove world writability p.
[ 95.060850] systemd[1]: Configuration file /lib/systemd/system/local-fs-pre.target is marked executable. Please remove executable permissio.
[ 95.075848] systemd[1]: Configuration file /lib/systemd/system/local-fs-pre.target is marked world-writable. Please remove world writabilit.
[ 95.106742] systemd[1]: sockets.target: Found ordering cycle on sockets.target/start
[ 95.114748] systemd[1]: sockets.target: Found dependency on avahi-daemon.socket/start
[ 95.122831] systemd[1]: sockets.target: Found dependency on sysinit.target/start
[ 95.130319] systemd[1]: sockets.target: Found dependency on alignment.service/start
[ 95.138030] systemd[1]: sockets.target: Found dependency on basic.target/start
[ 95.145324] systemd[1]: sockets.target: Found dependency on sockets.target/start
[ 95.152791] systemd[1]: sockets.target: Breaking ordering cycle by deleting job avahi-daemon.socket/start
[ 95.162523] systemd[1]: avahi-daemon.socket: Job avahi-daemon.socket/start deleted to break ordering cycle starting with sockets.target/stat
[ SKIP ] Ordering cycle found, skipping Avah...S/DNS-SD Stack Activation Socket
[ 95.200151] systemd[1]: basic.target: Found ordering cycle on basic.target/start
[ 95.207626] systemd[1]: basic.target: Found dependency on sysinit.target/start
[ 95.215005] systemd[1]: basic.target: Found dependency on alignment.service/start
[ 95.222604] systemd[1]: basic.target: Found dependency on basic.target/start
[ 95.229756] systemd[1]: basic.target: Breaking ordering cycle by deleting job alignment.service/start
[ 95.239041] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with basic.target/start
[ SKIP ] Ordering cycle found, skipping alignment.service
[ 95.276768] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 95.310161] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 95.340426] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 95.369739] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 95.390305] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 95.419711] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 95.450043] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 95.479962] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 95.512635] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 95.599141] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 95.630334] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 95.659722] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 95.681067] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 95.709748] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 95.731236] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 95.761070] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 95.790663] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 95.828743] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 95.894792] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 96.014834] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 96.096273] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 96.195559] systemd[1]: Mounting POSIX Message Queue File System...
[ 96.245538] systemd-journald[74]: Configuration file /etc/systemd/journald.conf is marked executable. Please remove executable permission b.
Mounting POSIX Message Queue File System...
[ 96.303646] systemd-journald[74]: Configuration file /etc/systemd/journald.conf is marked world-writable. Please remove world writability p.
[ 96.328178] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 96.387414] systemd[1]: Starting Create Static Device Nodes in /dev...
Starting Create Static Device Nodes in /dev...
[ 96.508579] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 96.665805] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 96.741944] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 96.820292] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Temporary Directory.
[ 96.895581] systemd[1]: Started Setup Virtual Console.
[ OK ] Started Setup Virtual Console.
[ 96.951739] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
[ 96.972058] systemd[1]: Failed to start Load Kernel Modules.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ 97.029798] systemd[1]: systemd-modules-load.service: Unit entered failed state.
[ 97.037314] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
[ 97.055396] systemd[1]: Started Create Static Device Nodes in /dev.
[ OK ] Started Create Static Device Nodes in /dev.
[ 97.082135] systemd[1]: Started Remount Root and Kernel File Systems.
[ OK ] Started Remount Root and Kernel File Systems.
[ 97.110853] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
Starting Rebuild Hardware Database...
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Kernel Device Manager...
Starting Apply Kernel Variables...
[ OK ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started Apply Kernel Variables.
[ 97.883521] systemd-journald[74]: Received request to flush runtime journal from PID 1
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Rebuild Dynamic Linker Cache...
Starting Rebuild Journal Catalog...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Load/Save Random Seed.
Starting Create Volatile Files and Directories...o
a[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Opkg first boot configure...
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
Starting Synchronize System and HW clocks...
[ OK ] Reached target System Time Synchronized.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ OK ] Started Rebuild Dynamic Linker Cache.
[ OK ] Started Rebuild Hardware Database.
Starting udev Coldplug all Devices...
Starting Update is Completed...
[ OK ] Started Update is Completed.
[ OK ] Found device /dev/ttyS0.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Found device /dev/ttyS3.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Started Opkg first boot configure.
[ OK ] Reached target System Initialization.
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started System Logging Service.
Starting uim-sysfs.service...
[ OK ] Started Kernel Logging Service.
Starting Print notice about GPLv3 packages...
Starting Login Service...
[ OK ] Started D-Bus System Message Bus.
Starting Network Service...
Starting Telephony service...
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Started Login Service.
[ OK ] Started Telephony service.
[ OK ] Started Network Service.
[ OK ] Reached target Network.
Starting Lightning Fast Webserver With Light System Requirements...
Starting Enable and configure wl18xx bluetooth stack...
Starting Simple Network Management Protocol (SNMP) Daemon....
[ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
Starting Permit User Sessions...
Starting Network Name Resolution...
[ OK ] Started Lightning Fast Webserver With Light System Requirements.
[ OK ] Started Permit User Sessions.
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Started Enable and configure wl18xx bluetooth stack.
[ OK ] Started Network Name Resolution.
[ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am335x-evm ttyS0
Arago 2017.05 am335x-evm ttyS0
am335x-evm login: root
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
binutils
cpp-symlinks
cpp
dosfstools
g++-symlinks
g++
gawk-dev
gawk
gcc-symlinks
gcc
gdb
gdbserver
gstreamer1.0-libav
hidapi
libcairo-perf-utils
libgmp10
libidn11
libmpc3
libmpfr4
libreadline-dev
libreadline6
m4-dev
m4
make
nettle
swig-dev
swig
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
Regards,
Sachin