Hi everyone,

I have the loglevel 8 in init.rc and I have the next error messages: 

============

init: processing action 0x351f0 (fs)
ehci_fsl_bus_suspend begins, Host 1
ehci_fsl_bus_suspend ends, Host 1
UBIFS: mounted UBI device 0, volume 0, name "system"
UBIFS: mounted read-only
UBIFS: file system size:   229318656 bytes (223944 KiB, 218 MiB, 1806 LEBs)
UBIFS: journal size:       9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: none
UBIFS: reserved for root:  0 bytes (0 KiB)
UBIFS: start fixing up free space
UBIFS: free space fixup complete
UBIFS: mounted UBI device 0, volume 3, name "data"
UBIFS: file system size:   143990784 bytes (140616 KiB, 137 MiB, 1134 LEBs)
UBIFS: journal size:       9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: none
UBIFS: reserved for root:  0 bytes (0 KiB)
UBIFS: default file-system created
UBIFS: mounted UBI device 0, volume 1, name "cache"
UBIFS: file system size:   61837312 bytes (60388 KiB, 58 MiB, 487 LEBs)
UBIFS: journal size:       3047424 bytes (2976 KiB, 2 MiB, 24 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: lzo
UBIFS: reserved for root:  2920728 bytes (2852 KiB)
UBIFS: default file-system created
UBIFS: mounted UBI device 0, volume 2, name "device"
UBIFS: file system size:   9396224 bytes (9176 KiB, 8 MiB, 74 LEBs)
UBIFS: journal size:       1015809 bytes (992 KiB, 0 MiB, 6 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: lzo
UBIFS: reserved for root:  443806 bytes (433 KiB)
init: command 'mount_all' r=0
init: command 'chmod' r=-30
init: command 'chmod' r=-2
init: command 'chmod' r=-30

============

Mainly, my question is about 

===========

init: command 'chmod' r=-30
init: command 'chmod' r=-2
init: command 'chmod' r=-30

===========

This is caused by


on fs
# mount ubifs partitions
    mount_all /fstab.freescale
    chmod 0755 /system/b2g/b2g
    chmod 0755 /system/b2g/updater
    chmod 0755 /system/b2g/plugin-container



Why I have these error messages?


I hope for your help.


Thanks in advance


Best regards.

jvidalsm
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to