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

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

[*] Emulating binary name: ubirename in strace mode to identify missing areas (with jchroot)
[*] Emulator used: qemu-arm-static
[*] Chroot environment used: jchroot
[*] Using root directory: /logs/s115_usermode_emulator/firmware/unblob_extracted/firmware_extract/56048-12514271.gzip_extract/gzip.uncompressed_extract/5243916-15068666.gzip_extract/gzip.uncompressed_extract (1/1)
[*] Using CPU config: NONE

1 readlinkat(AT_FDCWD,"/proc/self/exe",0x4071db18,4096) = 19
1 mmap2(NULL,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x3ffe6000
1 open("/lib//libc.so.0",O_RDONLY) = 3
1 fstat(3,0x4071e1cc) = 0
1 mmap2(NULL,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x3ffe5000
1 read(3,0x3ffe5000,4096) = 4096
1 mmap2(NULL,651264,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x3ff46000
1 mmap2(0x3ff46000,486668,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_FIXED,3,0) = 0x3ff46000
1 mmap2(0x3ffcd000,4852,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x77) = 0x3ffcd000
1 mmap2(0x3ffcf000,88104,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_FIXED,-1,0) = 0x3ffcf000
1 close(3) = 0
1 munmap(0x3ffe5000,4096) = 0
1 stat("/lib/ld-uClibc.so.0",0x4071eab0) = 0
1 mmap2(NULL,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x3ff45000
1 mprotect(0x00023000,4096,PROT_READ) = 0
1 mprotect(0x3ffcd000,4096,PROT_READ) = 0
1 mprotect(0x3fffe000,4096,PROT_READ) = 0
1 set_tid_address(0x3ff45068) = 1
1 set_robust_list(0x3ff4506c,12) = -1 errno=38 (Function not implemented)
1 rt_sigaction(32,0x4071ea94,NULL) = 0
1 rt_sigaction(33,0x4071ea94,NULL) = 0
1 rt_sigprocmask(SIG_UNBLOCK,0x4071ead8,NULL,8) = 0
1 ugetrlimit(3,1081207492,4,1696,1073536072,16) = 0
1 ioctl(0,TCGETS,0x4071ea84) = -1 errno=25 (Inappropriate ioctl for device)
1 ioctl(1,TCGETS,0x4071ea84) = -1 errno=25 (Inappropriate ioctl for device)
1 write(2,0x132f5,9)ubirename = 9
1 write(2,0x13301,28): error!: too few arguments
 = 28
1 write(2,0x12f78,892)Usage: ubirename <UBI device node file name> [<old name> <new name>|...]

Example: ubirename /dev/ubi0 A B C D - rename volume A to B, and C to D

This utility allows re-naming several volumes in one go atomically.
For example, if you have volumes A and B, then you may rename A into B
and B into A at one go, and the operation will be atomic. This allows
implementing atomic UBI volumes upgrades. E.g., if you have volume A
and want to upgrade it atomically, you create a temporary volume B,
put your new data to B, then rename A to B and B to A, and then you
may remove old volume B.
It is also allowed to re-name multiple volumes at a time, but 16 max.
renames at once, which means you may specify up to 32 volume names.
If you have volumes A and B, and re-name A to B, but do not re-name
B to something else in the same request, old volume B will be removed
and A will be renamed into B.
 = 892
1 write(2,0x13320,1)
 = 1
1 exit_group(-1)

[*] Identification of missing filesytem areas.
[*] No missing areas found.

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