Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.71 KB | None | 0 0
  1. rdc_cert_verify run normally:
  2. ~ # rdc_cert_verify
  3. rdc_cert_verify: The device has RD cert
  4.  
  5. --------------------------------------------------------------------
  6. ~ # ldd /usr/sbin/rdc_cert_verify
  7. libbb5.so.0 => /usr/lib/libbb5.so.0 (0x3aae4000)
  8. libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x41180000)
  9. libc.so.6 => /lib/libc.so.6 (0x3aaf8000)
  10. libcal.so.1 => /lib/libcal.so.1 (0x43980000)
  11. libcreds.so.2 => /usr/lib/libcreds.so.2 (0x411d8000)
  12. /lib/ld-linux.so.3 (0x3aaab000)
  13. --------------------------------------------------------------------
  14.  
  15. Utility run with strace:
  16. execve("/usr/sbin/rdc_cert_verify", ["rdc_cert_verify"], [/* 24 vars */]) = 0
  17. brk(0) = 0x11000
  18. uname({sys="Linux", node="RM696", ...}) = 0
  19. access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
  20. open("/etc/ld.so.cache", O_RDONLY) = 3
  21. fstat64(3, {st_mode=S_IFREG|0644, st_size=69078, ...}) = 0
  22. mmap2(NULL, 69078, PROT_READ, MAP_PRIVATE, 3, 0) = 0x3aad3000
  23. close(3) = 0
  24. open("/usr/lib/libbb5.so.0", O_RDONLY) = 3
  25. read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0h!\0\0004\0\0\0"..., 512) = 512
  26. fstat64(3, {st_mode=S_IFREG|0644, st_size=48716, ...}) = 0
  27. mmap2(NULL, 80212, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3aae4000
  28. mprotect(0x3aaf0000, 28672, PROT_NONE) = 0
  29. mmap2(0x3aaf7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x3aaf7000
  30. close(3) = 0
  31. open("/lib/libgcc_s.so.1", O_RDONLY) = 3
  32. read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0h%\30A4\0\0\0"..., 512) = 512
  33. fstat64(3, {st_mode=S_IFREG|0644, st_size=44244, ...}) = 0
  34. mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3aac9000
  35. mmap2(0x41180000, 74264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x41180000
  36. mprotect(0x4118a000, 32768, PROT_NONE) = 0
  37. mmap2(0x41192000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0x41192000
  38. close(3) = 0
  39. open("/lib/libc.so.6", O_RDONLY) = 3
  40. read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\34V\1\0004\0\0\0"..., 512) = 512
  41. fstat64(3, {st_mode=S_IFREG|0755, st_size=1320420, ...}) = 0
  42. mmap2(NULL, 1357060, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3aaf8000
  43. mprotect(0x3ac36000, 32768, PROT_NONE) = 0
  44. mmap2(0x3ac3e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13e) = 0x3ac3e000
  45. mmap2(0x3ac41000, 9476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3ac41000
  46. close(3) = 0
  47. open("/lib/libcal.so.1", O_RDONLY) = 3
  48. read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0P\r\230C4\0\0\0"..., 512) = 512
  49. fstat64(3, {st_mode=S_IFREG|0644, st_size=24336, ...}) = 0
  50. mmap2(0x43980000, 54400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x43980000
  51. mprotect(0x43986000, 28672, PROT_NONE) = 0
  52. mmap2(0x4398d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0x4398d000
  53. close(3) = 0
  54. open("/usr/lib/libcreds.so.2", O_RDONLY) = 3
  55. read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0l\220\35A4\0\0\0"..., 512) = 512
  56. fstat64(3, {st_mode=S_IFREG|0644, st_size=23108, ...}) = 0
  57. mmap2(0x411d8000, 53052, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x411d8000
  58. mprotect(0x411dd000, 28672, PROT_NONE) = 0
  59. mmap2(0x411e4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x411e4000
  60. close(3) = 0
  61. mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3aaca000
  62. set_tls(0x3aaca4f0, 0x3aacabc7, 0xc5535440, 0x3aaca4f0, 0x3aad2000) = 0
  63. mprotect(0x3ac3e000, 8192, PROT_READ) = 0
  64. mprotect(0x3aad1000, 4096, PROT_READ) = 0
  65. munmap(0x3aad3000, 69078) = 0
  66. open("/dev/omap_sec", O_RDWR|O_NONBLOCK|O_NOFOLLOW) = 3
  67. brk(0) = 0x11000
  68. brk(0x32000) = 0x32000
  69. open("/proc/mtd", O_RDONLY) = 4
  70. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  71. mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3aacb000
  72. read(4, "dev: size erasesize name\nm"..., 1024) = 266
  73. close(4) = 0
  74. munmap(0x3aacb000, 4096) = 0
  75. open("/dev/mtd1", O_RDONLY) = 4
  76. flock(4, LOCK_EX) = 0
  77. ioctl(4, MCE_GET_RECORD_LEN or MEMGETINFO or MFB_SET_CHROMA_KEY or MTRRIOC32_SET_ENTRY or MTRRIOC_SET_ENTRY, 0x11010) = 0
  78. ioctl(4, OTPSELECT, 0xaea25a04) = -1 ENOTTY (Inappropriate ioctl for device)
  79. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  80. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  81. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  82. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  83. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  84. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  85. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  86. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  87. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  88. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  89. ioctl(4, MEMGETBADBLOCK, 0xaea259c8) = 0
  90. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  91. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  92. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  93. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  94. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  95. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  96. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  97. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  98. ioctl(4, MEMGETBADBLOCK, 0xaea25978) = 0
  99. lseek(4, 0, SEEK_SET) = 0
  100. read(4, "ConF\2\0\0\0part_table\0\0\0\0\0\0`\0\0\0\250\214\373N"..., 36) = 36
  101. lseek(4, 786432, SEEK_SET) = 786432
  102. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  103. lseek(4, 1572864, SEEK_SET) = 1572864
  104. read(4, "ConF\2\0\1\0content-ver\0\0\0\0\0\34\0\0\0\275\361\241\316"..., 36) = 36
  105. lseek(4, 0, SEEK_SET) = 0
  106. read(4, "ConF\2\0\0\0part_table\0\0\0\0\0\0`\0\0\0\250\214\373N"..., 36) = 36
  107. lseek(4, 132, SEEK_SET) = 132
  108. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  109. lseek(4, 4096, SEEK_SET) = 4096
  110. read(4, "ConF\2\0\0\0type-designator\0\7\0\0\0\216\342;I"..., 36) = 36
  111. lseek(4, 4140, SEEK_SET) = 4140
  112. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  113. lseek(4, 8192, SEEK_SET) = 8192
  114. read(4, "ConF\2\0\0\0bme\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0g\2549\301"..., 36) = 36
  115. lseek(4, 9764, SEEK_SET) = 9764
  116. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  117. lseek(4, 12288, SEEK_SET) = 12288
  118. read(4, "ConF\2\0\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  119. lseek(4, 12332, SEEK_SET) = 12332
  120. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  121. lseek(4, 16384, SEEK_SET) = 16384
  122. read(4, "ConF\2\0\0\0cert-sw-enos\0\0\0\0\334\4\0\0t\237&W"..., 36) = 36
  123. lseek(4, 17664, SEEK_SET) = 17664
  124. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  125. lseek(4, 20480, SEEK_SET) = 20480
  126. read(4, "ConF\2\1\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  127. lseek(4, 20524, SEEK_SET) = 20524
  128. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  129. lseek(4, 24576, SEEK_SET) = 24576
  130. read(4, "ConF\2\0\0\0phone-info\0\0\0\0\0\0B\0\0\0\202\221\16\16"..., 36) = 36
  131. lseek(4, 24680, SEEK_SET) = 24680
  132. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  133. lseek(4, 28672, SEEK_SET) = 28672
  134. read(4, "ConF\2\1\0\0phone-info\0\0\0\0\0\0B\0\0\0\320\203\20\353"..., 36) = 36
  135. lseek(4, 28776, SEEK_SET) = 28776
  136. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  137. lseek(4, 32768, SEEK_SET) = 32768
  138. read(4, "ConF\2\2\0\0phone-info\0\0\0\0\0\0B\0\0\0K\277\264\212"..., 36) = 36
  139. lseek(4, 32872, SEEK_SET) = 32872
  140. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  141. lseek(4, 36864, SEEK_SET) = 36864
  142. read(4, "ConF\2\3\0\0phone-info\0\0\0\0\0\0B\0\0\0[\\\307h"..., 36) = 36
  143. lseek(4, 36968, SEEK_SET) = 36968
  144. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  145. lseek(4, 40960, SEEK_SET) = 40960
  146. read(4, "ConF\2\4\0\0phone-info\0\0\0\0\0\0B\0\0\0[\\\307h"..., 36) = 36
  147. lseek(4, 41064, SEEK_SET) = 41064
  148. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  149. lseek(4, 45056, SEEK_SET) = 45056
  150. read(4, "ConF\2\5\0\0phone-info\0\0\0\0\0\0B\0\0\0[\\\307h"..., 36) = 36
  151. lseek(4, 45160, SEEK_SET) = 45160
  152. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  153. lseek(4, 49152, SEEK_SET) = 49152
  154. read(4, "ConF\2\6\0\0phone-info\0\0\0\0\0\0B\0\0\0[\\\307h"..., 36) = 36
  155. lseek(4, 49256, SEEK_SET) = 49256
  156. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  157. lseek(4, 53248, SEEK_SET) = 53248
  158. read(4, "ConF\2\1\0\0bme\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0Dd\2s"..., 36) = 36
  159. lseek(4, 54820, SEEK_SET) = 54820
  160. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  161. lseek(4, 57344, SEEK_SET) = 57344
  162. read(4, "ConF\2\0\0\0wlan-nvs-t1\0\0\0\0\0\220\3\0\0`A\0211"..., 36) = 36
  163. lseek(4, 58292, SEEK_SET) = 58292
  164. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  165. lseek(4, 61440, SEEK_SET) = 61440
  166. read(4, "ConF\2\1\0\0wlan-nvs-t1\0\0\0\0\0\220\3\0\0`A\0211"..., 36) = 36
  167. lseek(4, 62388, SEEK_SET) = 62388
  168. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  169. lseek(4, 65536, SEEK_SET) = 65536
  170. read(4, "ConF\2\7\0\0phone-info\0\0\0\0\0\0B\0\0\0[\\\307h"..., 36) = 36
  171. lseek(4, 65640, SEEK_SET) = 65640
  172. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  173. lseek(4, 69632, SEEK_SET) = 69632
  174. read(4, "ConF\2\10\0\0phone-info\0\0\0\0\0\0B\0\0\0[\\\307h"..., 36) = 36
  175. lseek(4, 69736, SEEK_SET) = 69736
  176. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  177. lseek(4, 73728, SEEK_SET) = 73728
  178. read(4, "ConF\2\t\0\0phone-info\0\0\0\0\0\0B\0\0\0p\332\277\233"..., 36) = 36
  179. lseek(4, 73832, SEEK_SET) = 73832
  180. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  181. lseek(4, 77824, SEEK_SET) = 77824
  182. read(4, "ConF\2\0\0\0als_calib\0\0\0\0\0\0\0\4\0\0\0\340FM8"..., 36) = 36
  183. lseek(4, 77864, SEEK_SET) = 77864
  184. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  185. lseek(4, 81920, SEEK_SET) = 81920
  186. read(4, "ConF\2\1\0\0als_calib\0\0\0\0\0\0\0\4\0\0\0\27\203\3\315"..., 36) = 36
  187. lseek(4, 81960, SEEK_SET) = 81960
  188. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  189. lseek(4, 86016, SEEK_SET) = 86016
  190. read(4, "ConF\2\2\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  191. lseek(4, 86060, SEEK_SET) = 86060
  192. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  193. lseek(4, 90112, SEEK_SET) = 90112
  194. read(4, "ConF\2\0\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\26\260^E"..., 36) = 36
  195. lseek(4, 91456, SEEK_SET) = 91456
  196. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  197. lseek(4, 94208, SEEK_SET) = 94208
  198. read(4, "ConF\2\3\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  199. lseek(4, 94252, SEEK_SET) = 94252
  200. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  201. lseek(4, 98304, SEEK_SET) = 98304
  202. read(4, "ConF\2\4\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  203. lseek(4, 98348, SEEK_SET) = 98348
  204. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  205. lseek(4, 102400, SEEK_SET) = 102400
  206. read(4, "ConF\2\0\0\0cert-npc\0\0\0\0\0\0\0\0\300\1\0\0 \262Rn"..., 36) = 36
  207. lseek(4, 102884, SEEK_SET) = 102884
  208. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  209. lseek(4, 106496, SEEK_SET) = 106496
  210. read(4, "ConF\2\0\0\0cert-ccc\0\0\0\0\0\0\0\0\300\1\0\0jT\236\221"..., 36) = 36
  211. lseek(4, 106980, SEEK_SET) = 106980
  212. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  213. lseek(4, 110592, SEEK_SET) = 110592
  214. read(4, "ConF\2\0\0\0cert-hwc\0\0\0\0\0\0\0\0\0\1\0\0\251\237\221o"..., 36) = 36
  215. lseek(4, 110884, SEEK_SET) = 110884
  216. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  217. lseek(4, 114688, SEEK_SET) = 114688
  218. read(4, "ConF\2\0\0\0cert-r&d\0\0\0\0\0\0\0\0@\3\0\0\323\312\303|"..., 36) = 36
  219. lseek(4, 115556, SEEK_SET) = 115556
  220. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  221. lseek(4, 118784, SEEK_SET) = 118784
  222. read(4, "ConF\2\0\0\0dbiv1_data\0\0\0\0\0\0\250\3\0\0\320\211)\255"..., 36) = 36
  223. lseek(4, 119756, SEEK_SET) = 119756
  224. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  225. lseek(4, 122880, SEEK_SET) = 122880
  226. read(4, "ConF\2\0\0\0sl-cert\0\0\0\0\0\0\0\0\0\354\4\0\0sw\tv"..., 36) = 36
  227. lseek(4, 124176, SEEK_SET) = 124176
  228. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  229. lseek(4, 126976, SEEK_SET) = 126976
  230. read(4, "ConF\2\0\0\0sl-code\0\0\0\0\0\0\0\0\0\223\0\0\0\202\10.\372"..., 36) = 36
  231. lseek(4, 127160, SEEK_SET) = 127160
  232. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  233. lseek(4, 131072, SEEK_SET) = 131072
  234. read(4, "ConF\2\n\0\0phone-info\0\0\0\0\0\0B\0\0\0q\224\351;"..., 36) = 36
  235. lseek(4, 131176, SEEK_SET) = 131176
  236. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  237. lseek(4, 135168, SEEK_SET) = 135168
  238. read(4, "ConF\2\v\0\0phone-info\0\0\0\0\0\0B\0\0\0q\224\351;"..., 36) = 36
  239. lseek(4, 135272, SEEK_SET) = 135272
  240. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  241. lseek(4, 139264, SEEK_SET) = 139264
  242. read(4, "ConF\2\5\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  243. lseek(4, 139308, SEEK_SET) = 139308
  244. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  245. lseek(4, 143360, SEEK_SET) = 143360
  246. read(4, "ConF\2\1\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\275\364@\25"..., 36) = 36
  247. lseek(4, 144704, SEEK_SET) = 144704
  248. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  249. lseek(4, 147456, SEEK_SET) = 147456
  250. read(4, "ConF\2\6\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  251. lseek(4, 147500, SEEK_SET) = 147500
  252. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  253. lseek(4, 151552, SEEK_SET) = 151552
  254. read(4, "ConF\2\7\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  255. lseek(4, 151596, SEEK_SET) = 151596
  256. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  257. lseek(4, 155648, SEEK_SET) = 155648
  258. read(4, "ConF\2\10\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  259. lseek(4, 155692, SEEK_SET) = 155692
  260. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  261. lseek(4, 159744, SEEK_SET) = 159744
  262. read(4, "ConF\2\2\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0HTxz"..., 36) = 36
  263. lseek(4, 161088, SEEK_SET) = 161088
  264. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  265. lseek(4, 163840, SEEK_SET) = 163840
  266. read(4, "ConF\2\t\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  267. lseek(4, 163884, SEEK_SET) = 163884
  268. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  269. lseek(4, 167936, SEEK_SET) = 167936
  270. read(4, "ConF\2\n\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  271. lseek(4, 167980, SEEK_SET) = 167980
  272. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  273. lseek(4, 172032, SEEK_SET) = 172032
  274. read(4, "ConF\2\3\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0$\261\34\32"..., 36) = 36
  275. lseek(4, 173376, SEEK_SET) = 173376
  276. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  277. lseek(4, 176128, SEEK_SET) = 176128
  278. read(4, "ConF\2\v\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  279. lseek(4, 176172, SEEK_SET) = 176172
  280. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  281. lseek(4, 180224, SEEK_SET) = 180224
  282. read(4, "ConF\2\f\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  283. lseek(4, 180268, SEEK_SET) = 180268
  284. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  285. lseek(4, 184320, SEEK_SET) = 184320
  286. read(4, "ConF\2\4\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0Y?u\227"..., 36) = 36
  287. lseek(4, 185664, SEEK_SET) = 185664
  288. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  289. lseek(4, 188416, SEEK_SET) = 188416
  290. read(4, "ConF\2\r\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  291. lseek(4, 188460, SEEK_SET) = 188460
  292. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  293. lseek(4, 192512, SEEK_SET) = 192512
  294. read(4, "ConF\2\16\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  295. lseek(4, 192556, SEEK_SET) = 192556
  296. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  297. lseek(4, 196608, SEEK_SET) = 196608
  298. read(4, "ConF\2\17\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  299. lseek(4, 196652, SEEK_SET) = 196652
  300. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  301. lseek(4, 200704, SEEK_SET) = 200704
  302. read(4, "ConF\2\5\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0x\335\263\310"..., 36) = 36
  303. lseek(4, 202048, SEEK_SET) = 202048
  304. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  305. lseek(4, 204800, SEEK_SET) = 204800
  306. read(4, "ConF\2\20\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  307. lseek(4, 204844, SEEK_SET) = 204844
  308. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  309. lseek(4, 208896, SEEK_SET) = 208896
  310. read(4, "ConF\2\6\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0E\374\213\323"..., 36) = 36
  311. lseek(4, 210240, SEEK_SET) = 210240
  312. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  313. lseek(4, 212992, SEEK_SET) = 212992
  314. read(4, "ConF\2\21\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  315. lseek(4, 213036, SEEK_SET) = 213036
  316. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  317. lseek(4, 217088, SEEK_SET) = 217088
  318. read(4, "ConF\2\7\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0$\261\34\32"..., 36) = 36
  319. lseek(4, 218432, SEEK_SET) = 218432
  320. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  321. lseek(4, 221184, SEEK_SET) = 221184
  322. read(4, "ConF\2\22\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  323. lseek(4, 221228, SEEK_SET) = 221228
  324. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  325. lseek(4, 225280, SEEK_SET) = 225280
  326. read(4, "ConF\2\23\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  327. lseek(4, 225324, SEEK_SET) = 225324
  328. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  329. lseek(4, 229376, SEEK_SET) = 229376
  330. read(4, "ConF\2\10\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\31B\257W"..., 36) = 36
  331. lseek(4, 230720, SEEK_SET) = 230720
  332. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  333. lseek(4, 233472, SEEK_SET) = 233472
  334. read(4, "ConF\2\24\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  335. lseek(4, 233516, SEEK_SET) = 233516
  336. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  337. lseek(4, 237568, SEEK_SET) = 237568
  338. read(4, "ConF\2\25\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  339. lseek(4, 237612, SEEK_SET) = 237612
  340. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  341. lseek(4, 241664, SEEK_SET) = 241664
  342. read(4, "ConF\2\26\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  343. lseek(4, 241708, SEEK_SET) = 241708
  344. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  345. lseek(4, 245760, SEEK_SET) = 245760
  346. read(4, "ConF\2\t\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0$\261\34\32"..., 36) = 36
  347. lseek(4, 247104, SEEK_SET) = 247104
  348. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  349. lseek(4, 249856, SEEK_SET) = 249856
  350. read(4, "ConF\2\27\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  351. lseek(4, 249900, SEEK_SET) = 249900
  352. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  353. lseek(4, 253952, SEEK_SET) = 253952
  354. read(4, "ConF\2\30\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  355. lseek(4, 253996, SEEK_SET) = 253996
  356. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  357. lseek(4, 258048, SEEK_SET) = 258048
  358. read(4, "ConF\2\n\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\213\316\305Z"..., 36) = 36
  359. lseek(4, 259392, SEEK_SET) = 259392
  360. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  361. lseek(4, 262144, SEEK_SET) = 262144
  362. read(4, "ConF\2\31\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  363. lseek(4, 262188, SEEK_SET) = 262188
  364. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  365. lseek(4, 266240, SEEK_SET) = 266240
  366. read(4, "ConF\2\32\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  367. lseek(4, 266284, SEEK_SET) = 266284
  368. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  369. lseek(4, 270336, SEEK_SET) = 270336
  370. read(4, "ConF\2\33\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  371. lseek(4, 270380, SEEK_SET) = 270380
  372. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  373. lseek(4, 274432, SEEK_SET) = 274432
  374. read(4, "ConF\2\v\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0$\261\34\32"..., 36) = 36
  375. lseek(4, 275776, SEEK_SET) = 275776
  376. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  377. lseek(4, 278528, SEEK_SET) = 278528
  378. read(4, "ConF\2\34\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  379. lseek(4, 278572, SEEK_SET) = 278572
  380. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  381. lseek(4, 282624, SEEK_SET) = 282624
  382. read(4, "ConF\2\35\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  383. lseek(4, 282668, SEEK_SET) = 282668
  384. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  385. lseek(4, 286720, SEEK_SET) = 286720
  386. read(4, "ConF\2\f\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\213\316\305Z"..., 36) = 36
  387. lseek(4, 288064, SEEK_SET) = 288064
  388. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  389. lseek(4, 290816, SEEK_SET) = 290816
  390. read(4, "ConF\2\36\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  391. lseek(4, 290860, SEEK_SET) = 290860
  392. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  393. lseek(4, 294912, SEEK_SET) = 294912
  394. read(4, "ConF\2\37\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  395. lseek(4, 294956, SEEK_SET) = 294956
  396. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  397. lseek(4, 299008, SEEK_SET) = 299008
  398. read(4, "ConF\2 \0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  399. lseek(4, 299052, SEEK_SET) = 299052
  400. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  401. lseek(4, 303104, SEEK_SET) = 303104
  402. read(4, "ConF\2\r\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\4\257\3312"..., 36) = 36
  403. lseek(4, 304448, SEEK_SET) = 304448
  404. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  405. lseek(4, 307200, SEEK_SET) = 307200
  406. read(4, "ConF\2!\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  407. lseek(4, 307244, SEEK_SET) = 307244
  408. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  409. lseek(4, 311296, SEEK_SET) = 311296
  410. read(4, "ConF\2\"\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  411. lseek(4, 311340, SEEK_SET) = 311340
  412. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  413. lseek(4, 315392, SEEK_SET) = 315392
  414. read(4, "ConF\2\16\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0000z\341\332"..., 36) = 36
  415. lseek(4, 316736, SEEK_SET) = 316736
  416. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  417. lseek(4, 319488, SEEK_SET) = 319488
  418. read(4, "ConF\2#\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  419. lseek(4, 319532, SEEK_SET) = 319532
  420. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  421. lseek(4, 323584, SEEK_SET) = 323584
  422. read(4, "ConF\2$\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  423. lseek(4, 323628, SEEK_SET) = 323628
  424. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  425. lseek(4, 327680, SEEK_SET) = 327680
  426. read(4, "ConF\2\17\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\4\257\3312"..., 36) = 36
  427. lseek(4, 329024, SEEK_SET) = 329024
  428. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  429. lseek(4, 331776, SEEK_SET) = 331776
  430. read(4, "ConF\2%\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  431. lseek(4, 331820, SEEK_SET) = 331820
  432. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  433. lseek(4, 335872, SEEK_SET) = 335872
  434. read(4, "ConF\2&\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0}\7%B"..., 36) = 36
  435. lseek(4, 335916, SEEK_SET) = 335916
  436. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  437. lseek(4, 339968, SEEK_SET) = 339968
  438. read(4, "ConF\2'\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  439. lseek(4, 340012, SEEK_SET) = 340012
  440. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  441. lseek(4, 344064, SEEK_SET) = 344064
  442. read(4, "ConF\2\20\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\343\212\277\205"..., 36) = 36
  443. lseek(4, 345408, SEEK_SET) = 345408
  444. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  445. lseek(4, 348160, SEEK_SET) = 348160
  446. read(4, "ConF\2(\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  447. lseek(4, 348204, SEEK_SET) = 348204
  448. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  449. lseek(4, 352256, SEEK_SET) = 352256
  450. read(4, "ConF\2)\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  451. lseek(4, 352300, SEEK_SET) = 352300
  452. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  453. lseek(4, 356352, SEEK_SET) = 356352
  454. read(4, "ConF\2\21\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0=U8u"..., 36) = 36
  455. lseek(4, 357696, SEEK_SET) = 357696
  456. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  457. lseek(4, 360448, SEEK_SET) = 360448
  458. read(4, "ConF\2\22\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0NY\30x"..., 36) = 36
  459. lseek(4, 361792, SEEK_SET) = 361792
  460. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  461. lseek(4, 364544, SEEK_SET) = 364544
  462. read(4, "ConF\2\23\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\36fm\16"..., 36) = 36
  463. lseek(4, 365888, SEEK_SET) = 365888
  464. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  465. lseek(4, 368640, SEEK_SET) = 368640
  466. read(4, "ConF\2\24\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\306\201\326\240"..., 36) = 36
  467. lseek(4, 369984, SEEK_SET) = 369984
  468. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  469. lseek(4, 372736, SEEK_SET) = 372736
  470. read(4, "ConF\2\25\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\246\32T\35"..., 36) = 36
  471. lseek(4, 374080, SEEK_SET) = 374080
  472. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  473. lseek(4, 376832, SEEK_SET) = 376832
  474. read(4, "ConF\2\26\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0}\f\265g"..., 36) = 36
  475. lseek(4, 378176, SEEK_SET) = 378176
  476. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  477. lseek(4, 380928, SEEK_SET) = 380928
  478. read(4, "ConF\2\27\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\357\266s\220"..., 36) = 36
  479. lseek(4, 382272, SEEK_SET) = 382272
  480. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  481. lseek(4, 385024, SEEK_SET) = 385024
  482. read(4, "ConF\2\30\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\362\31\250,"..., 36) = 36
  483. lseek(4, 386368, SEEK_SET) = 386368
  484. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  485. lseek(4, 389120, SEEK_SET) = 389120
  486. read(4, "ConF\2\31\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\236\200\320\307"..., 36) = 36
  487. lseek(4, 390464, SEEK_SET) = 390464
  488. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  489. lseek(4, 393216, SEEK_SET) = 393216
  490. read(4, "ConF\2\32\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0-7}G"..., 36) = 36
  491. lseek(4, 394560, SEEK_SET) = 394560
  492. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  493. lseek(4, 397312, SEEK_SET) = 397312
  494. read(4, "ConF\2\33\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\354r\205\334"..., 36) = 36
  495. lseek(4, 398656, SEEK_SET) = 398656
  496. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  497. lseek(4, 401408, SEEK_SET) = 401408
  498. read(4, "ConF\2\34\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0hxN\250"..., 36) = 36
  499. lseek(4, 402752, SEEK_SET) = 402752
  500. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  501. lseek(4, 405504, SEEK_SET) = 405504
  502. read(4, "ConF\2\35\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\0\242h&"..., 36) = 36
  503. lseek(4, 406848, SEEK_SET) = 406848
  504. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  505. lseek(4, 409600, SEEK_SET) = 409600
  506. read(4, "ConF\2\36\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0+\327\2359"..., 36) = 36
  507. lseek(4, 410944, SEEK_SET) = 410944
  508. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  509. lseek(4, 413696, SEEK_SET) = 413696
  510. read(4, "ConF\2\37\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0-\36\321`"..., 36) = 36
  511. lseek(4, 415040, SEEK_SET) = 415040
  512. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  513. lseek(4, 417792, SEEK_SET) = 417792
  514. read(4, "ConF\2*\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0}\7%B"..., 36) = 36
  515. lseek(4, 417836, SEEK_SET) = 417836
  516. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  517. lseek(4, 421888, SEEK_SET) = 421888
  518. read(4, "ConF\2+\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  519. lseek(4, 421932, SEEK_SET) = 421932
  520. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  521. lseek(4, 425984, SEEK_SET) = 425984
  522. read(4, "ConF\2 \0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\215B\"o"..., 36) = 36
  523. lseek(4, 427328, SEEK_SET) = 427328
  524. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  525. lseek(4, 430080, SEEK_SET) = 430080
  526. read(4, "ConF\2,\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  527. lseek(4, 430124, SEEK_SET) = 430124
  528. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  529. lseek(4, 434176, SEEK_SET) = 434176
  530. read(4, "ConF\2-\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  531. lseek(4, 434220, SEEK_SET) = 434220
  532. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  533. lseek(4, 438272, SEEK_SET) = 438272
  534. read(4, "ConF\2!\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0e\340ZQ"..., 36) = 36
  535. lseek(4, 439616, SEEK_SET) = 439616
  536. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  537. lseek(4, 442368, SEEK_SET) = 442368
  538. read(4, "ConF\2.\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0}\7%B"..., 36) = 36
  539. lseek(4, 442412, SEEK_SET) = 442412
  540. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  541. lseek(4, 446464, SEEK_SET) = 446464
  542. read(4, "ConF\2/\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 36) = 36
  543. lseek(4, 446508, SEEK_SET) = 446508
  544. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  545. lseek(4, 450560, SEEK_SET) = 450560
  546. read(4, "ConF\2\"\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0e\340ZQ"..., 36) = 36
  547. lseek(4, 451904, SEEK_SET) = 451904
  548. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  549. lseek(4, 454656, SEEK_SET) = 454656
  550. read(4, "ConF\0020\0\0sec-info\0\0\0\0\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  551. lseek(4, 454700, SEEK_SET) = 454700
  552. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  553. lseek(4, 458752, SEEK_SET) = 458752
  554. read(4, "ConF\2#\0\0cert-sw\0\0\0\0\0\0\0\0\0\34\5\0\0\233\245\3013"..., 36) = 36
  555. lseek(4, 460096, SEEK_SET) = 460096
  556. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  557. lseek(4, 462848, SEEK_SET) = 462848
  558. read(4, "ConF\2\0\0\0sec-info-cfg\0\0\0\0\10\0\0\0\236\0\252\314"..., 36) = 36
  559. lseek(4, 462892, SEEK_SET) = 462892
  560. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  561. lseek(4, 466944, SEEK_SET) = 466944
  562. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  563. lseek(4, 1572864, SEEK_SET) = 1572864
  564. read(4, "ConF\2\0\1\0content-ver\0\0\0\0\0\34\0\0\0\275\361\241\316"..., 36) = 36
  565. lseek(4, 1572928, SEEK_SET) = 1572928
  566. read(4, "ConF\2\0\1\0sec-info\0\0\0\0\0\0\0\0\4\0\0\0eg\274\270"..., 36) = 36
  567. lseek(4, 1572968, SEEK_SET) = 1572968
  568. read(4, "ConF\2\0\1\0secure_storage\0\0\0\20\0\0\272\234\371\305"..., 36) = 36
  569. lseek(4, 1577100, SEEK_SET) = 1577100
  570. read(4, "ConF\2\0\1\0devlock-settings\260\5\0\0j\23\350*"..., 36) = 36
  571. lseek(4, 1578592, SEEK_SET) = 1578592
  572. read(4, "ConF\2\0\1\0rootfs-ver\0\0\0\0\0\0#\0\0\0\327\204\353A"..., 36) = 36
  573. lseek(4, 1578664, SEEK_SET) = 1578664
  574. read(4, "ConF\2\0\1\0View-openmode\0\0\0\317\262\1\0\355\303\33~"..., 36) = 36
  575. lseek(4, 1690012, SEEK_SET) = 1690012
  576. read(4, "ConF\2\0\1\0View-service\0\0\0\0\251:\0\0]V\310\301"..., 36) = 36
  577. lseek(4, 1705068, SEEK_SET) = 1705068
  578. read(4, "ConF\2\0\1\0View-1stboot\0\0\0\0$V\0\0\361RS\10"..., 36) = 36
  579. lseek(4, 1727156, SEEK_SET) = 1727156
  580. read(4, "ConF\2\0\1\0bmebatcond\0\0\0\0\0\0\260\3\0\0\276\243\247\240"..., 36) = 36
  581. lseek(4, 1728136, SEEK_SET) = 1728136
  582. read(4, "ConF\2\0\1\0nolo-ver\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 36) = 36
  583. lseek(4, 1728172, SEEK_SET) = 1728172
  584. read(4, "ConF\2\0\1\0kernel-ver\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 36) = 36
  585. lseek(4, 1728208, SEEK_SET) = 1728208
  586. read(4, "ConF\2\0\1\0sw-release-ver\0\0#\0\0\0\336\16&1"..., 36) = 36
  587. lseek(4, 1728280, SEEK_SET) = 1728280
  588. read(4, "ConF\2\0\1\0poweron-timer\0\0\0\24\0\0\0\245h\325k"..., 36) = 36
  589. lseek(4, 1728336, SEEK_SET) = 1728336
  590. read(4, "ConF\2\0\1\0display_timers\0\0\10\0\0\0\370\276\37H"..., 36) = 36
  591. lseek(4, 1728380, SEEK_SET) = 1728380
  592. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  593. lseek(4, 1728512, SEEK_SET) = 1728512
  594. read(4, "ConF\2\1\1\0poweron-timer\0\0\0\24\0\0\0J\203d$"..., 36) = 36
  595. lseek(4, 1728568, SEEK_SET) = 1728568
  596. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  597. lseek(4, 1732608, SEEK_SET) = 1732608
  598. read(4, "ConF\2\1\1\0display_timers\0\0\10\0\0\0\256\36g\305"..., 36) = 36
  599. lseek(4, 1732652, SEEK_SET) = 1732652
  600. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  601. lseek(4, 1736704, SEEK_SET) = 1736704
  602. read(4, "ConF\2\2\1\0poweron-timer\0\0\0\24\0\0\0\375a\2052"..., 36) = 36
  603. lseek(4, 1736760, SEEK_SET) = 1736760
  604. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  605. lseek(4, 1740800, SEEK_SET) = 1740800
  606. read(4, "ConF\2\3\1\0poweron-timer\0\0\0\24\0\0\0\353\336\241\225"..., 36) = 36
  607. lseek(4, 1740856, SEEK_SET) = 1740856
  608. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  609. lseek(4, 1744896, SEEK_SET) = 1744896
  610. read(4, "ConF\2\2\1\0display_timers\0\0\10\0\0\0\31T\300\314"..., 36) = 36
  611. lseek(4, 1744940, SEEK_SET) = 1744940
  612. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  613. lseek(4, 1748992, SEEK_SET) = 1748992
  614. read(4, "ConF\2\4\1\0poweron-timer\0\0\0\24\0\0\0\334A\201U"..., 36) = 36
  615. lseek(4, 1749048, SEEK_SET) = 1749048
  616. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  617. lseek(4, 1753088, SEEK_SET) = 1753088
  618. read(4, "ConF\2\5\1\0poweron-timer\0\0\0\24\0\0\0\212\273V\203"..., 36) = 36
  619. lseek(4, 1753144, SEEK_SET) = 1753144
  620. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  621. lseek(4, 1757184, SEEK_SET) = 1757184
  622. read(4, "ConF\2\6\1\0poweron-timer\0\0\0\24\0\0\0\3520\37\322"..., 36) = 36
  623. lseek(4, 1757240, SEEK_SET) = 1757240
  624. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  625. lseek(4, 1761280, SEEK_SET) = 1761280
  626. read(4, "ConF\2\3\1\0display_timers\0\0\10\0\0\0\377\32:\327"..., 36) = 36
  627. lseek(4, 1761324, SEEK_SET) = 1761324
  628. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  629. lseek(4, 1765376, SEEK_SET) = 1765376
  630. read(4, "ConF\2\7\1\0poweron-timer\0\0\0\24\0\0\0\233\374\345\31"..., 36) = 36
  631. lseek(4, 1765432, SEEK_SET) = 1765432
  632. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  633. lseek(4, 1769472, SEEK_SET) = 1769472
  634. read(4, "ConF\2\10\1\0poweron-timer\0\0\0\24\0\0\0\325\252\321\242"..., 36) = 36
  635. lseek(4, 1769528, SEEK_SET) = 1769528
  636. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  637. lseek(4, 1773568, SEEK_SET) = 1773568
  638. read(4, "ConF\2\4\1\0display_timers\0\0\10\0\0\0\307\223\213g"..., 36) = 36
  639. lseek(4, 1773612, SEEK_SET) = 1773612
  640. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  641. lseek(4, 1777664, SEEK_SET) = 1777664
  642. read(4, "ConF\2\t\1\0poweron-timer\0\0\0\24\0\0\0\177\360v\6"..., 36) = 36
  643. lseek(4, 1777720, SEEK_SET) = 1777720
  644. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  645. lseek(4, 1781760, SEEK_SET) = 1781760
  646. read(4, "ConF\2\n\1\0poweron-timer\0\0\0\24\0\0\0\31c\22+"..., 36) = 36
  647. lseek(4, 1781816, SEEK_SET) = 1781816
  648. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  649. lseek(4, 1785856, SEEK_SET) = 1785856
  650. read(4, "ConF\2\5\1\0display_timers\0\0\10\0\0\0>b\345H"..., 36) = 36
  651. lseek(4, 1785900, SEEK_SET) = 1785900
  652. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  653. lseek(4, 1789952, SEEK_SET) = 1789952
  654. read(4, "ConF\2\v\1\0poweron-timer\0\0\0\24\0\0\0\336\367\212\346"..., 36) = 36
  655. lseek(4, 1790008, SEEK_SET) = 1790008
  656. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  657. lseek(4, 1794048, SEEK_SET) = 1794048
  658. read(4, "ConF\2\6\1\0display_timers\0\0\10\0\0\0004j\341@"..., 36) = 36
  659. lseek(4, 1794092, SEEK_SET) = 1794092
  660. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  661. lseek(4, 1798144, SEEK_SET) = 1798144
  662. read(4, "ConF\2\f\1\0poweron-timer\0\0\0\24\0\0\0\211\357\343\31"..., 36) = 36
  663. lseek(4, 1798200, SEEK_SET) = 1798200
  664. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  665. lseek(4, 1802240, SEEK_SET) = 1802240
  666. read(4, "ConF\2\r\1\0poweron-timer\0\0\0\24\0\0\0\316\377\317\361"..., 36) = 36
  667. lseek(4, 1802296, SEEK_SET) = 1802296
  668. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  669. lseek(4, 1806336, SEEK_SET) = 1806336
  670. read(4, "ConF\2\16\1\0poweron-timer\0\0\0\24\0\0\0\326\n\27Q"..., 36) = 36
  671. lseek(4, 1806392, SEEK_SET) = 1806392
  672. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  673. lseek(4, 1810432, SEEK_SET) = 1810432
  674. read(4, "ConF\2\7\1\0display_timers\0\0\10\0\0\0\323=\263\320"..., 36) = 36
  675. lseek(4, 1810476, SEEK_SET) = 1810476
  676. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  677. lseek(4, 1814528, SEEK_SET) = 1814528
  678. read(4, "ConF\2\17\1\0poweron-timer\0\0\0\24\0\0\0\300\26\215S"..., 36) = 36
  679. lseek(4, 1814584, SEEK_SET) = 1814584
  680. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  681. lseek(4, 1818624, SEEK_SET) = 1818624
  682. read(4, "ConF\2\20\1\0poweron-timer\0\0\0\24\0\0\0}\245\210\32"..., 36) = 36
  683. lseek(4, 1818680, SEEK_SET) = 1818680
  684. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  685. lseek(4, 1822720, SEEK_SET) = 1822720
  686. read(4, "ConF\2\21\1\0poweron-timer\0\0\0\24\0\0\0\370\275\27\n"..., 36) = 36
  687. lseek(4, 1822776, SEEK_SET) = 1822776
  688. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  689. lseek(4, 1826816, SEEK_SET) = 1826816
  690. read(4, "ConF\2\22\1\0poweron-timer\0\0\0\24\0\0\0=\313L\34"..., 36) = 36
  691. lseek(4, 1826872, SEEK_SET) = 1826872
  692. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  693. lseek(4, 1830912, SEEK_SET) = 1830912
  694. read(4, "ConF\2\23\1\0poweron-timer\0\0\0\24\0\0\0\332\223\214\225"..., 36) = 36
  695. lseek(4, 1830968, SEEK_SET) = 1830968
  696. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  697. lseek(4, 1835008, SEEK_SET) = 1835008
  698. read(4, "ConF\2\24\1\0poweron-timer\0\0\0\24\0\0\0`$H\307"..., 36) = 36
  699. lseek(4, 1835064, SEEK_SET) = 1835064
  700. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  701. lseek(4, 1839104, SEEK_SET) = 1839104
  702. read(4, "ConF\2\10\1\0display_timers\0\0\10\0\0\0vv\212\33"..., 36) = 36
  703. lseek(4, 1839148, SEEK_SET) = 1839148
  704. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  705. lseek(4, 1843200, SEEK_SET) = 1843200
  706. read(4, "ConF\2\t\1\0display_timers\0\0\10\0\0\0\257\225/7"..., 36) = 36
  707. lseek(4, 1843244, SEEK_SET) = 1843244
  708. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  709. lseek(4, 1847296, SEEK_SET) = 1847296
  710. read(4, "ConF\2\25\1\0poweron-timer\0\0\0\24\0\0\0\326\364\250\220"..., 36) = 36
  711. lseek(4, 1847352, SEEK_SET) = 1847352
  712. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  713. lseek(4, 1851392, SEEK_SET) = 1851392
  714. read(4, "ConF\2\n\1\0display_timers\0\0\10\0\0\0\32\355C\27"..., 36) = 36
  715. lseek(4, 1851436, SEEK_SET) = 1851436
  716. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  717. lseek(4, 1855488, SEEK_SET) = 1855488
  718. read(4, "ConF\2\26\1\0poweron-timer\0\0\0\24\0\0\0\360Z8I"..., 36) = 36
  719. lseek(4, 1855544, SEEK_SET) = 1855544
  720. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  721. lseek(4, 1859584, SEEK_SET) = 1859584
  722. read(4, "ConF\2\27\1\0poweron-timer\0\0\0\24\0\0\0\312\316R\211"..., 36) = 36
  723. lseek(4, 1859640, SEEK_SET) = 1859640
  724. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  725. lseek(4, 1863680, SEEK_SET) = 1863680
  726. read(4, "ConF\2\30\1\0poweron-timer\0\0\0\24\0\0\0\4\311\300\343"..., 36) = 36
  727. lseek(4, 1863736, SEEK_SET) = 1863736
  728. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  729. lseek(4, 1867776, SEEK_SET) = 1867776
  730. read(4, "ConF\2\31\1\0poweron-timer\0\0\0\24\0\0\0\240\n\232\31"..., 36) = 36
  731. lseek(4, 1867832, SEEK_SET) = 1867832
  732. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  733. lseek(4, 1871872, SEEK_SET) = 1871872
  734. read(4, "ConF\2\v\1\0display_timers\0\0\10\0\0\0\362nZ\30"..., 36) = 36
  735. lseek(4, 1871916, SEEK_SET) = 1871916
  736. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  737. lseek(4, 1875968, SEEK_SET) = 1875968
  738. read(4, "ConF\2\32\1\0poweron-timer\0\0\0\24\0\0\0<P$\272"..., 36) = 36
  739. lseek(4, 1876024, SEEK_SET) = 1876024
  740. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  741. lseek(4, 1880064, SEEK_SET) = 1880064
  742. read(4, "ConF\2\33\1\0poweron-timer\0\0\0\24\0\0\0.30\247"..., 36) = 36
  743. lseek(4, 1880120, SEEK_SET) = 1880120
  744. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  745. lseek(4, 1884160, SEEK_SET) = 1884160
  746. read(4, "ConF\2\34\1\0poweron-timer\0\0\0\24\0\0\0\205{\202\237"..., 36) = 36
  747. lseek(4, 1884216, SEEK_SET) = 1884216
  748. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  749. lseek(4, 1888256, SEEK_SET) = 1888256
  750. read(4, "ConF\2\f\1\0display_timers\0\0\10\0\0\0\270\231\4\243"..., 36) = 36
  751. lseek(4, 1888300, SEEK_SET) = 1888300
  752. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  753. lseek(4, 1892352, SEEK_SET) = 1892352
  754. read(4, "ConF\2\35\1\0poweron-timer\0\0\0\24\0\0\0B\365\325E"..., 36) = 36
  755. lseek(4, 1892408, SEEK_SET) = 1892408
  756. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  757. lseek(4, 1896448, SEEK_SET) = 1896448
  758. read(4, "ConF\2\36\1\0poweron-timer\0\0\0\24\0\0\0\6\325\207\7"..., 36) = 36
  759. lseek(4, 1896504, SEEK_SET) = 1896504
  760. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  761. lseek(4, 1900544, SEEK_SET) = 1900544
  762. read(4, "ConF\2\37\1\0poweron-timer\0\0\0\24\0\0\0\200V\301;"..., 36) = 36
  763. lseek(4, 1900600, SEEK_SET) = 1900600
  764. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  765. lseek(4, 1904640, SEEK_SET) = 1904640
  766. read(4, "ConF\2 \1\0poweron-timer\0\0\0\24\0\0\0002f\241;"..., 36) = 36
  767. lseek(4, 1904696, SEEK_SET) = 1904696
  768. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  769. lseek(4, 1908736, SEEK_SET) = 1908736
  770. read(4, "ConF\2!\1\0poweron-timer\0\0\0\24\0\0\0<{\221\f"..., 36) = 36
  771. lseek(4, 1908792, SEEK_SET) = 1908792
  772. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  773. lseek(4, 1912832, SEEK_SET) = 1912832
  774. read(4, "ConF\2\1\1\0bmebatcond\0\0\0\0\0\0\260\3\0\0\264\270\264\337"..., 36) = 36
  775. lseek(4, 1913812, SEEK_SET) = 1913812
  776. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  777. lseek(4, 1916928, SEEK_SET) = 1916928
  778. read(4, "ConF\2\"\1\0poweron-timer\0\0\0\24\0\0\0\240\27&\30"..., 36) = 36
  779. lseek(4, 1916984, SEEK_SET) = 1916984
  780. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  781. lseek(4, 1921024, SEEK_SET) = 1921024
  782. read(4, "ConF\2#\1\0poweron-timer\0\0\0\24\0\0\0\311O\34\333"..., 36) = 36
  783. lseek(4, 1921080, SEEK_SET) = 1921080
  784. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  785. lseek(4, 1925120, SEEK_SET) = 1925120
  786. read(4, "ConF\2$\1\0poweron-timer\0\0\0\24\0\0\0\213\33\243\23"..., 36) = 36
  787. lseek(4, 1925176, SEEK_SET) = 1925176
  788. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  789. lseek(4, 1929216, SEEK_SET) = 1929216
  790. read(4, "ConF\2\r\1\0display_timers\0\0\10\0\0\0\327J\360$"..., 36) = 36
  791. lseek(4, 1929260, SEEK_SET) = 1929260
  792. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  793. lseek(4, 1933312, SEEK_SET) = 1933312
  794. read(4, "ConF\2%\1\0poweron-timer\0\0\0\24\0\0\0C\24\314+"..., 36) = 36
  795. lseek(4, 1933368, SEEK_SET) = 1933368
  796. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  797. lseek(4, 1937408, SEEK_SET) = 1937408
  798. read(4, "ConF\2&\1\0poweron-timer\0\0\0\24\0\0\0\223_:l"..., 36) = 36
  799. lseek(4, 1937464, SEEK_SET) = 1937464
  800. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  801. lseek(4, 1941504, SEEK_SET) = 1941504
  802. read(4, "ConF\2'\1\0poweron-timer\0\0\0\24\0\0\0O\376I\2"..., 36) = 36
  803. lseek(4, 1941560, SEEK_SET) = 1941560
  804. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  805. lseek(4, 1945600, SEEK_SET) = 1945600
  806. read(4, "ConF\2\16\1\0display_timers\0\0\10\0\0\0,\331\33Z"..., 36) = 36
  807. lseek(4, 1945644, SEEK_SET) = 1945644
  808. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  809. lseek(4, 1949696, SEEK_SET) = 1949696
  810. read(4, "ConF\2(\1\0poweron-timer\0\0\0\24\0\0\0\320}\323\273"..., 36) = 36
  811. lseek(4, 1949752, SEEK_SET) = 1949752
  812. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  813. lseek(4, 1953792, SEEK_SET) = 1953792
  814. read(4, "ConF\2)\1\0poweron-timer\0\0\0\24\0\0\0\177\364\v*"..., 36) = 36
  815. lseek(4, 1953848, SEEK_SET) = 1953848
  816. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  817. lseek(4, 1957888, SEEK_SET) = 1957888
  818. read(4, "ConF\2*\1\0poweron-timer\0\0\0\24\0\0\0005\2\215\321"..., 36) = 36
  819. lseek(4, 1957944, SEEK_SET) = 1957944
  820. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  821. lseek(4, 1961984, SEEK_SET) = 1961984
  822. read(4, "ConF\2+\1\0poweron-timer\0\0\0\24\0\0\0|\267)%"..., 36) = 36
  823. lseek(4, 1962040, SEEK_SET) = 1962040
  824. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  825. lseek(4, 1966080, SEEK_SET) = 1966080
  826. read(4, "ConF\2\17\1\0display_timers\0\0\10\0\0\0\266\266\n\307"..., 36) = 36
  827. lseek(4, 1966124, SEEK_SET) = 1966124
  828. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  829. lseek(4, 1970176, SEEK_SET) = 1970176
  830. read(4, "ConF\2,\1\0poweron-timer\0\0\0\24\0\0\0;.\321S"..., 36) = 36
  831. lseek(4, 1970232, SEEK_SET) = 1970232
  832. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  833. lseek(4, 1974272, SEEK_SET) = 1974272
  834. read(4, "ConF\2-\1\0poweron-timer\0\0\0\24\0\0\0Z-\277\222"..., 36) = 36
  835. lseek(4, 1974328, SEEK_SET) = 1974328
  836. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  837. lseek(4, 1978368, SEEK_SET) = 1978368
  838. read(4, "ConF\2.\1\0poweron-timer\0\0\0\24\0\0\0\1+A\352"..., 36) = 36
  839. lseek(4, 1978424, SEEK_SET) = 1978424
  840. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  841. lseek(4, 1982464, SEEK_SET) = 1982464
  842. read(4, "ConF\2/\1\0poweron-timer\0\0\0\24\0\0\0\221\365\274\26"..., 36) = 36
  843. lseek(4, 1982520, SEEK_SET) = 1982520
  844. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  845. lseek(4, 1986560, SEEK_SET) = 1986560
  846. read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 36) = 36
  847. lseek(4, 114724, SEEK_SET) = 114724
  848. read(4, "\227B\244\267\5\0\0\0\372\267\"j\4\0\0\0\216\0\35\340&#\2\230\2\257\322L\17j/\0"..., 832) = 832
  849. flock(4, LOCK_UN) = 0
  850. close(4) = 0
  851. ioctl(3, 0x4004b500, 0x7e0) = 0
  852. write(3, "D\3\0\0", 4) = 4
  853. write(3, "@\3\0\0", 4) = 4
  854. write(3, "\227B\244\267\5\0\0\0\372\267\"j\4\0\0\0\216\0\35\340&#\2\230\2\257\322L\17j/\0"..., 832) = 832
  855. read(3, "\0\0\0\0", 4) = 4
  856. read(3, "\0\0\0\0", 4) = 4
  857. read(3, "\216\0\35\340", 4) = 4
  858. read(3, "\6\0\20\"", 4) = 4
  859. read(3, 0xaea25a80, 16) = -1 EAGAIN (Resource temporarily unavailable)
  860. fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
  861. mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3aacb000
  862. write(1, "rdc_cert_verify: The device has "..., 40) = 40
  863. close(3) = 0
  864. exit_group(0) = ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement