-----------------------------------------------------------------

[*] Initial strace run with jchroot on the command ./usr/bin/recovery to identify missing areas

[*] Emulating binary name: recovery in strace mode to identify missing areas (with jchroot)
[*] Emulator used: qemu-mipsel-static
[*] Chroot environment used: jchroot
[*] Using root directory: /logs/s115_usermode_emulator/firmware/unblob_extracted/firmware_extract/11108416-13869836.lzma_extract/lzma.uncompressed_extract/3761304-11775640.cpio_portable_ascii_extract (1/2)
[*] Using CPU config: NONE

1 mmap(NULL,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|0x4000000,-1,0) = 0x3ffe6000
1 stat("/etc/ld.so.cache",0x4071ea38) = -1 errno=2 (No such file or directory)
1 open("/lib/libc.so.0",O_RDONLY) = 3
1 fstat(3,0x4071e134) = 0
1 mmap(NULL,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|0x4000000,-1,0) = 0x3ffe5000
1 read(3,0x3ffe5000,4096) = 4096
1 mmap(NULL,737280,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x3ff31000
1 mmap(0x3ff31000,640416,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_FIXED,3,0) = 0x3ff31000
1 mmap(0x3ffde000,4492,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x9d000) = 0x3ffde000
1 mmap(0x3ffe0000,19628,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_FIXED,-1,0) = 0x3ffe0000
1 close(3) = 0
1 munmap(0x3ffe5000,4096) = 0
1 stat("/lib/ld-uClibc.so.0",0x4071ea28) = 0
1 mmap(NULL,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|0x4000000,-1,0) = 0x3ff30000
1 set_thread_area(0x3ff37460) = 0
1 open("/dev/urandom",O_RDONLY) = 3
1 read(3,0x4071ec38,4) = 4
1 close(3) = 0
1 ioctl(0,TCGETS,0x4071ea18) = -1 errno=25 (Inappropriate ioctl for device)
1 ioctl(1,TCGETS,0x4071ea18) = -1 errno=25 (Inappropriate ioctl for device)
1 open("/proc/jz/reset/type",O_WRONLY) = -1 errno=2 (No such file or directory)
1 write(1,0x3ffe16a0,74)open /proc/jz/reset/type error: No such file or directory
recovery failed
 = 74
1 exit_group(-1)

[*] Identification of missing filesytem areas.

-----------------------------------------------------------------