OpenWrt Forum Archive

Topic: Update on Linksys WRT1900AC support

The content of this topic has been archived between 16 Sep 2014 and 7 May 2018. Unfortunately there are posts – most likely complete pages – missing.

@sera

Thank you - I'm quite excited! Remote ssh test with changing attributes of 2M files, with all the other hacks switched off passed like a charm.
Previously all the memory was exhausted in less than a minute, now the lowest observed values are:

free
             total       used       free     shared    buffers     cached
Mem:        513500     491712      21788        740     142960       4280
-/+ buffers/cache:     344472     169028
Swap:            0          0          0

Later I will try to make a 100GB backup using both wireless and physical adapters.

xplwowi wrote:

Why does WRT1900ACS reboot frequently during intensive I/O operations on SATA disk? I'm using this device as two band wireless router and dlna, samba and rsync file server. Rsync is used for huge backups on Samsung 2TB 5400 rpm SATA 2.5mm hard disk formatted in EXT4. Initially sending big files (2 gigabytes or more) using rsync was not possible at all. Router was always rebooted after less than 3 minutes, even if sender was connected to switch port by ethernet cable. Just before the reboot (30 secs or less) throughput was dropped to about 1 Mbps. I recognized that dropping caches by entering "sync && echo 3 > /proc/sys/vm/drop_caches" in console restores normal throughput and prevents rebooting. Dirty workaround was to put this command in cron table to be executed every two minutes. Now backups work quite good. But there are some other operations that cause reboots. For example: I can't set attributes on the whole backup tree (almost 2 million files) using command: "find /mnt/backup -type f -exec chmod 0664 {} +". Router reboots in tens of seconds. I tried many openwrt versions. For now the most predictable is current lede trunk.

P.S.
Due to very bad FS stability write-back cache for this disk is disabled by "hdparm -W0 /dev/sda" entry in /etc/rc.local.

The problem is no swap space has been set up for the drive, so it eventually the router uses up all RAM. Though I have not done so myself, a swap partition needs to be set up and configured for the router to use, and this should alleviate the issue. From what I remember, that has been the work around for some time... Though not documented anywhere sad

@davidc502
Nope. I finally dismounted swap partition (fast USB3 stick was used) as during the operations causing reboots swap space  has not been even touched by OS. Only whole "free" system memory has been allocated for disk cache.
Now stick is used for persistent logs and media databases giving the possibility for sata disk to spin down when external clients are not accessing data on it.

@xplwowi

Yeah if vm.min_free_kbytes "fixes" it, swap won't help at all, it's a different issue.

Just out of interest, what read/write speeds do you get with esata. Has anyone done benchmarks with an ssd?

sera wrote:

@xplwowi

Yeah if vm.min_free_kbytes "fixes" it, swap won't help at all, it's a different issue.

Just out of interest, what read/write speeds do you get with esata. Has anyone done benchmarks with an ssd?

yep, around 110MB/s, it saturated 1Gb LAN:-)

but i have another same old problem with squashFS read error...and i flash both partition with run update_both_images.

still i had to run more times before i get lost those squash FS errors,

LEDE r798

While cleaning up the initramfs related code I thought I could add support for a plain ubifs read/write root. Indeed my 15MB squashfs converted still fits with 3MB spare space. By default for both a sysupgrade.tar will be generated. All that's left is more docs and testing. All that works in openwrt / lede is supposed to still work.

One of the goals was to significantly reduce the amount of kernel patches. So while I'm compiling images for testing I outline where this endeavour went.

Out of the currently 401 patches became 14. Some I could drop by moving to 4.7, some others by simply packaging the drivers properly. Another bunch by using an initramfs to mount root. The rest is mostly irrelevant and in rare cases I did consider them harmful.

So let's have a look at the patches for 4.7:

0001-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch
0002-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch
0003-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch
0004-openwrt-add-wireless-reg-db-2016-06-10.patch
0005-openwrt-firewall3-support.patch
<--- generic / mvebu --->
0006-gpio-mvebu-add-limited-pwm-support.patch
0007-armada-xp-armada-370-add-pwm-nodes.patch
0008-armada-xp-revert-i2c-delay.patch
0009-linksys-add-shelby-support.patch
0010-linksys-add-mwlwifi-nodes-to-boards.patch
0011-linksys-add-mvneta_bm-nodes-to-boards.patch
0012-linksys-use-pwm-fan-for-mamba.patch
0013-openwrt-add-swconfig-node-to-boards.patch
0014-Revert-mtd-pxa3xx-nand-handle-PIO-in-threaded-interr.patch

1-3: are to prevent broken user space programs from failing with musl, unfortunately netifd belongs to those.
4: alternative to using a crda package, the same way as compat-wireless in openwrt does.
5: firewall3 suppport
6-7, 12: mamba pwm fan
8: unknown, but kept as it only affects mamba which I don't have to test.
9-12: various dts updates for the linksys boards.
13: swconfig support for linksys bords.
14: reverts the upstream commit that causes the nand-driver issues on mamba

Most of the patches in mvebu look upstream-able and 1-3 avoidable.

If someone has the capacity to do a tinderbox run _without_ 1-3 and compile a list of the fallout would be sweet. I suspect most of user space that is used by other distros as well got fixed in the meantime, possibly only house internal tools are left.
This can be done in openwrt / lede just as well by dropping:

270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch
271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch
272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch
gsustek wrote:
sera wrote:

@xplwowi

Yeah if vm.min_free_kbytes "fixes" it, swap won't help at all, it's a different issue.

Just out of interest, what read/write speeds do you get with esata. Has anyone done benchmarks with an ssd?

yep, around 110MB/s, it saturated 1Gb LAN:-)

Guess I should have asked for a synthetic test, if it couldn't saturate a single link would be awful.


gsustek wrote:

but i have another same old problem with squashFS read error...and i flash both partition with run update_both_images.

still i had to run more times before i get lost those squash FS errors,

LEDE r798

"with squashFS read error" doesn't ring a bell, do you have a log?

@sera something like this.

[   15.056226] SQUASHFS error: xz decompression failed, data probably corrupt
[   15.063164] SQUASHFS error: squashfs_read_data failed to read block 0x425fde

(Last edited by gsustek on 4 Aug 2016, 20:56)

@gsustek
This was addressed by Felix in ver. r1197

thnx. i'm waiting for kernel 4.7:-)maybe after warm summer:-)

(Last edited by gsustek on 4 Aug 2016, 21:36)

@sera
Once again thank you! Everything is perfect now. Almost 100 GiB written by rsyncd using cable connection (29 MB/s @ 1Gbps interface) and again from 5GHz WLAN (24 MB/s @ 690 Mbps connection). No errors in kernel log, no reboots. System was all the time fully responsible - during whole operation average CPU usage was ~15%

My mechanical sata HD speeds are

Read test using hdparm:

root@openwrt:~# hdparm -Tt /dev/sda

/dev/sda:
 Timing cached reads:   1492 MB in  2.00 seconds = 745.91 MB/sec
 Timing buffered disk reads: 398 MB in  3.01 seconds = 132.36 MB/sec

Write test using dd (about 100 MB/s):

 root@openwrt:/mnt/backup# time sh -c "dd if=/dev/zero of=testfile bs=8k count=250000 && sync"
 250000+0 records in
 250000+0 records out
 real    0m 19.55s
 user    0m 0.07s
 sys     0m 4.22s

Speed of cheap, Kingston sata SSD is quite good:
read: 415,54 MB/s
write: 465,47 MB/s

xplwowi wrote:

@davidc502
Nope. I finally dismounted swap partition (fast USB3 stick was used) as during the operations causing reboots swap space  has not been even touched by OS. Only whole "free" system memory has been allocated for disk cache.
Now stick is used for persistent logs and media databases giving the possibility for sata disk to spin down when external clients are not accessing data on it.

Please list what was done so I can document.

sera wrote:

@JW0914

The armada-385 based models have 6M kernel partitions instead of 3M as listed in the wiki.

How does that affect the partition sizes of everything else:

  • Firmware: 80MiB

    • mtd4: 40MiB

      • primary kernel: 3MiB

      • mtd5: rootfs1 37MiB

    • mtd6: 40 MiB

      • primary kernel: 3MiB

      • mtd7: rootfs2 37MiB

What commands can I utilize to show the mtd partition sizes?

Additionally. since the wiki is flowing better by distinctualizing Armada XP & 385, should the Switch Layout section be changed to Armada XP & 385 as well, or should it remain the names of the switches?


Also, the reason why you're having issues when quoting posts utilizing lists is due to the formatting change that took effect a few months back requiring "[ /* ]" at the end of each "[ * ]". 

  • I ran into the same issue you were having until I finally noticed that change

    • IIf breaking up a quote in a reply, and the break also breaks up bullets or numbers in a list, what I've taken to doing is removing all the "[ /* ]" prior to selecting preview reply, which should alleviate the issue.

(Last edited by JW0914 on 5 Aug 2016, 03:41)

xplwowi wrote:

Speed of cheap, Kingston sata SSD is quite good:
read: 415,54 MB/s
write: 465,47 MB/s

Nice, thanks for testing.


@JW0914

1. Sorry, guess I wasn't clear, mtd 4 & 6 remain as is, 5 & 7 start 3 MiB later, ie, the rootfs shrinks to 34MiB

2. "cat /proc/mtd" prints the sizes

3. I'd leave it as is, you describe the exact hardware here which is properly listed in the supported hardware table, though no strong preference.

4. I decided to simply number questions / remarks and use that as reference wink

@davidc502
If you ask about final configuration, giving the expected stability, there's nothing interesting. System currently installed is LEDE r1003 especially because of new WiFi drivers and all the kernel patches already applied.
Yesterday I disabled small corrections I previously made in VM paging policies, reactivated write-back cache, disabled cyclic cache drops. In fact now I have a "factory" configuration with only "vm.min_free_kbytes=16384" added to /etc/sysctl.conf

As this small change definitely ended critical problem found in many OS versions, starting from stable CC, through DD (including your trunk), to latest LEDE - it should be considered as default setting for external SATA disk owners (maybe for the whole system).

Thanks again for all your support, I waited two days for forum account activation and only 11 minutes for the definite solution smile

sera wrote:

@JW0914

1. Sorry, guess I wasn't clear, mtd 4 & 6 remain as is, 5 & 7 start 3 MiB later, ie, the rootfs shrinks to 34MiB

2. "cat /proc/mtd" prints the sizes

3. I'd leave it as is, you describe the exact hardware here which is properly listed in the supported hardware table, though no strong preference.

4. I decided to simply number questions / remarks and use that as reference wink

I had some free time this morning so I went ahead and corrected the wiki for the Flash Storage Layout, however I'm not sure how well I like the way the aesthetics of it turned out.

If a few people could take a look and see if they share that perspective as well, I'd really appreciate it.

(Last edited by JW0914 on 5 Aug 2016, 13:40)

xplwowi wrote:

@davidc502
If you ask about final configuration, giving the expected stability, there's nothing interesting. System currently installed is LEDE r1003 especially because of new WiFi drivers and all the kernel patches already applied.
Yesterday I disabled small corrections I previously made in VM paging policies, reactivated write-back cache, disabled cyclic cache drops. In fact now I have a "factory" configuration with only "vm.min_free_kbytes=16384" added to /etc/sysctl.conf

As this small change definitely ended critical problem found in many OS versions, starting from stable CC, through DD (including your trunk), to latest LEDE - it should be considered as default setting for external SATA disk owners (maybe for the whole system).

Thanks again for all your support, I waited two days for forum account activation and only 11 minutes for the definite solution smile

Thank you -- I want to start creating a knowledge base for configuration changes, and I may just start with this one.

David

@JW0914

That colouring and highlighting indeed doesn't look ideal, I know this is of no help ...

However, the flash layout has utterly nothing to do with the soc, this is about factory firmware for each model and it's pure coincidence that you can group them by soc. If you want to keep the soc in the tab, at least use the same table header as you do for the switches with the model names.

sera wrote:

@JW0914

That colouring and highlighting indeed doesn't look ideal, I know this is of no help ...

However, the flash layout has utterly nothing to do with the soc, this is about factory firmware for each model and it's pure coincidence that you can group them by soc. If you want to keep the soc in the tab, at least use the same table header as you do for the switches with the model names.

I wasn't aware of that, great suggestion =]

I think I figured out a better formatting layout for Flash Storage, and I added the same header as in the switch layout

JW0914 wrote:
sera wrote:

@JW0914

That colouring and highlighting indeed doesn't look ideal, I know this is of no help ...

However, the flash layout has utterly nothing to do with the soc, this is about factory firmware for each model and it's pure coincidence that you can group them by soc. If you want to keep the soc in the tab, at least use the same table header as you do for the switches with the model names.

I wasn't aware of that, great suggestion =]

I think I figured out a better formatting layout for Flash Storage, and I added the same header as in the switch layout

This works quite well, good job.

Hello guys,

Does anybody recognize this?

Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331302] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331341] UBIFS error (ubi0:1 pid 1305): ubifs_decompress: cannot decompress 3470 bytes, compressor lzo, error -22
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331344] UBIFS error (ubi0:1 pid 1305): read_block: bad data node (block 28, inode 316)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331345]     magic          0x6101831
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331346]     crc            0x51934a25
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331347]     node_type      1 (data node)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331349]     group_type     0 (no node group)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331350]     sqnum          3642
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331350]     len            3518
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331353]     key            (316, data, 28)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331354]     size           4096
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331354]     compr_typ      1
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331355]     data size      3470
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331356]     data:
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331359]     00000000: 00 1e 28 22 15 00 00 00 50 e3 1e ff 2f 01 10 40 2d e9 00 40 a0 e1 01 00 a0 e1 d4 ff ff eb 01 30
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331361]     00000020: 90 e1 06 00 00 0a d8 20 c4 e1 02 00 00 e0 03 10 01 e0 6c 02 0d 01 00 a0 13 00 00 a0 03 10 80 bd
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331363]     00000040: e8 00 00 a0 e3 7e 00 f7 4f 6c 07 00 be 51 e2 00 50 a0 e1 02 60 a0 e1 07 00 00 aa 48 31 9f e5 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331365]     00000060: 30 93 e5 00 31 93 e7 03 00 54 e1 02 00 00 ca d8 20 c2 e1 34 01 9f e5 e7 cb ff eb d8 20 c6 e1 03
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331367]     00000080: 30 92 e1 02 00 00 1a 00 00 54 e3 27 00 00 aa 1e 00 00 ea 18 71 9f e5 a4 9f a0 e1 08 81 9f e5 05
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331368]     000000a0: 31 a0 e1 00 10 a0 e3 04 30 8d e5 04 31 9f e5 03 00 57 e1 f3 ff ff 0a d8 20 c6 e1 d8 a0 c7 e1 03
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331370]     000000c0: b0 0b e0 02 a0 0a e0 0b 30 a0 e1 03 30 9a e1 00 30 a0 03 01 30 09 12 00 00 53 e3 09 00 00 0a 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331372]     000000e0: 30 98 e5 04 20 9d e5 02 30 93 e7 03 00 54 e1 04 00 00 ca 01 b0 81 e2 10 20 97 e5 b8 00 9f e5 c5
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331374]     00000100: cb ff eb 0b 10 a0 e1 18 70 87 e2 e6 ff ff ea 94 30 9f e5 00 30 93 e5 05 31 93 e7 03 00 ac 16 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331376]     00000120: 31 10 10 96 e5 90 00 9f e5 ba cb ff eb 10 30 96 e5 00 00 53 e3 19 00 00 0a 80 70 9f e5 05 51 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331377]     00000140: e1 60 a0 9f e5 a4 9f a0 e1 00 10 a0 e3 24 80 87 e2 07 00 58 e1 11 00 00 0a 04 30 17 e5 10 20 96
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331379]     00000160: e5 03 00 12 2b 5e 02 08 00 7c 12 01 9a e5 05 30 be 22 04 00 ac 12 09 00 20 97 e5 30 00 9f e5 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331381]     00000180: cb ff eb 6c 12 00 06 0c 70 87 e2 eb ff ff ea 0c d0 8d e2 f0 8f bd e8 58 d0 17 00 e5 1c 15 00 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331383]     000001a0: 36 00 5f 80 24 15 00 fe 1c 15 00 15 1d 15 00 ac 1c 15 00 29 1d 15 00 04 30 d0 e5 04 20 d1 e5 10
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331385]     000001c0: 30 03 e2 10 20 02 e2 73 30 ef e6 72 20 ef e6 02 00 53 e1 07 00 00 0a 13 3f 6f e1 00 00 52 e3 a3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331386]     000001e0: 32 a0 e1 00 30 a0 03 00 00 53 e3 00 00 e0 13 01 00 a0 03 1e ff 2f e1 00 00 a0 e3 1e ff 2f e1 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331388]     00000200: 20 90 e5 00 30 91 e5 01 00 52 e3 01 00 00 1a 01 00 53 e3 1e 7c 00 04 30 43 e2 01 00 52 e3 7c 08
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331390]     00000220: 2a 0c 01 00 34 15 00 00 1a 04 20 d0 e5 04 00 d1 e5 08 30 02 e2 ff 30 13 e2 01 00 00 1a 08 00 10
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331392]     00000240: e3 10 00 00 1a 00 30 93 e2 08 10 20 e2 01 30 a0 13 a1 31 13 e0 09 00 00 1a 03 20 12 e2 03 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331394]     00000260: e2 01 00 00 0a 00 00 50 e3 06 00 7e 00 90 e2 ac 4b 03 52 e3 00 00 a0 13 6d 11 01 ee 12 00 e0 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331395]     00000280: 54 0e e1 70 40 2d e9 03 60 a0 e1 10 30 dd e5 01 50 a0 e1 7c 55 7c 2e 00 1c 00 20 80 e5 04 30 c0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331397]     000002a0: e5 05 00 a0 e1 1b 10 00 eb 08 00 80 e2 08 60 84 e5 b6 00 c4 e1 44 20 a0 e3 05 10 a0 e1 30 00 84
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331399]     000002c0: e2 39 9c ff eb 70 80 7c 56 02 51 e3 00 00 50 6c 0c 02 01 01 00 51 e3 7c 0a 6c 57 00 06 01 60 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331401]     000002e0: e1 0c 00 00 9a f4 30 9f e5 74 20 a0 e3 fe 9d ff eb 74 10 85 e2 7c 0a 01 a6 ff ff eb 6c 15 00 40
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331403]     00000300: 04 00 00 da d8 30 9f e5 05 21 00 e3 d4 10 9f e5 d4 00 9f e5 e8 9d ff eb 00 40 a0 e3 74 30 a0 e3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331404]     00000320: 93 54 22 e0 04 20 d2 e5 10 00 12 e3 02 00 00 0a 01 00 54 e3 05 00 00 8a 13 00 00 ea 01 40 84 e2
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331406]     00000340: 04 00 56 e1 f5 ff ff 1a 06 40 a0 e1 f7 ff ff ea 98 30 ac 0d 01 04 10 a0 e1 7d 0c e1 29 cd 01 9b
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331408]     00000360: 29 cc 01 00 06 64 30 9f e5 12 21 00 e3 60 10 9f e5 68 00 9f e5 cb 9d ff eb 06 10 64 e0 9f 17 80
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331410]     00000380: bd 98 7c 15 0e 4c 30 9f e5 92 04 04 e0 04 60 85 e0 06 00 a0 e1 ce 8e 09 84 e2 6c 01 02 01 10 85
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331412]     000003a0: e0 87 dc 09 00 2c 70 80 bd d8 14 30 9f e5 15 21 00 e3 10 10 9f e5 1c 00 9f e5 70 40 bd e8 b6 9d
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331413]     000003c0: ff ea cc c1 02 00 65 25 15 00 94 24 15 00 b0 24 15 00 14 c2 02 00 eb 24 15 00 24 25 15 00 f0 41
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331415]     000003e0: 2d e9 01 70 ac 7c 00 02 10 10 a0 e3 03 50 a0 e1 8c 20 9f e5 f4 5e 04 eb 00 40 50 e2 7c 3e 6e 82
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331417]     00000400: f0 81 6c 2c 07 56 e3 08 30 a0 e3 00 70 84 e5 6c 31 00 05 b4 30 c4 e1 16 00 00 0a 60 30 9f e5 06
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331419]     00000420: 20 a0 e1 74 10 a0 e3 19 5f 04 8c 2a 00 0d 0c 00 84 e5 00 70 a0 13 74 80 a0 13 ee ff ff 0a 06 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331421]     00000440: 57 e1 74 50 85 e2 0a 00 00 aa 0c 00 94 8c 31 00 0a 74 10 45 e2 98 07 20 e0 01 70 87 e2 c7 9b ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331422]     00000460: eb b4 30 d4 e1 be 26 55 e1 02 30 83 e0 6c 0b 05 f1 ff ff ea 04 00 a0 e1 6c 0f 01 84 25 15 00 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331424]     00000480: 64 00 0a 00 00 51 e3 03 00 00 0a 0c 30 91 e5 08 20 91 e5 00 10 91 e5 cd ff ff ea 01 00 a0 e1 7d
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331426]     000004a0: 4b f8 7c 96 09 50 52 e2 00 70 a0 e1 01 40 a0 e1 10 7c 55 04 00 51 e3 f8 8f bd a8 7c 8d 28 fc 12
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331428]     000004c0: 04 51 e1 f8 8f bd c8 f4 7c 3e 04 10 a0 e1 f0 20 9f e5 6e 0d 39 ca ac 42 00 0a f8 8f bd 08 e0 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331430]     000004e0: 9f e5 f8 4f bd e8 b0 ca ff ea d8 00 9f e5 45 63 04 eb 00 80 50 e2 6c 03 7c 9b 03 0e 00 00 aa b0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331431]     00000500: 30 ad a2 07 cc a2 02 09 00 00 ca a0 6c 02 01 10 a0 e3 9c cd 0a 24 cc 0a 6f 47 00 10 95 8c 8f 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331433]     00000520: 0e 9b ca ff eb 74 a0 9f e5 07 91 a0 e1 00 60 a0 e3 44 b0 a0 e3 00 30 95 e5 03 00 56 e1 0f 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331435]     00000540: 2a 7c 0b 06 0b 00 00 aa 00 30 9a e5 09 dc 8a 0f 07 00 00 ca 04 10 95 e5 08 00 a0 e1 9b 16 21 e0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331437]     00000560: 3b fe 7c 45 00 01 a0 e1 00 20 a0 e1 40 00 9f e5 86 ca ff eb 01 60 86 e2 ec 7d 26 10 6c b6 07 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331439]     00000580: e1 05 20 a0 e1 8b fe ff eb 6e 06 0c 10 bc 19 01 41 5d 04 ea 6c 8f 00 0a 98 25 15 00 09 18 15 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331440]     000005a0: c3 25 15 00 db 25 15 00 f2 25 15 00 0e 26 15 00 04 00 90 e5 7c 62 6c c8 0b 0d fd ff ea 00 10 9f
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331442]     000005c0: e5 f9 ff ff ea c8 28 bc 45 fc 6a 7e 63 44 70 fc 16 00 02 54 e1 07 00 00 2a 04 00 95 e5 06 10 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331444]     000005e0: e1 97 04 20 e0 fe fc ac 29 01 f0 81 bd 18 7c 64 01 f4 ff ff ea ec 49 01 d1 30 d0 e1 7c ae 05 08
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331446]     00000600: 00 00 da 01 30 43 e2 7c 3a 7c 9b 09 01 30 c0 e5 02 30 83 12 03 31 90 17 6c 85 01 00 30 81 15 7c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331448]     00000620: 3a 7c 06 bc 00 be 7c 00 30 9d da 03 7c 8a 6c da 01 d1 20 d3 e1 6c a1 0d 01 20 82 c2 01 00 a0 c3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331449]     00000640: 02 31 93 c7 00 30 81 c5 ad 06 a0 27 ac 11 01 00 50 50 e2 7c 42 6c 31 7c 88 6c 8d 00 1e e4 9c ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331451]     00000660: eb 00 30 d4 e5 02 00 85 e2 02 10 84 e2 01 00 50 e1 00 30 c5 e5 d1 30 d4 e1 01 30 c5 e5 02 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331453]     00000680: 2a 08 30 85 e2 03 00 51 e1 04 00 00 3a 7c 03 06 03 00 00 9a 08 30 84 e2 03 6c 05 00 08 00 00 2a
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331455]     000006a0: f0 00 f0 e7 06 20 a0 e3 04 40 84 e2 14 9b ff eb 04 50 85 e2 d3 20 54 7d c4 e3 7c b5 0d 04 10 b4
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331457]     000006c0: b5 01 30 83 b2 04 10 a5 b5 fa ff ff ba 6c 96 8c 94 08 40 a0 e1 02 50 a0 e1 d7 ff ff eb 6c 9a 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331458]     000006e0: 50 7c 76 0d b4 fc ff ea 07 40 2d e9 1c 30 9f e5 03 00 8d e8 7c 14 0d 0d 00 a0 e1 15 05 00 eb 10
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331460]     00000700: 0f 6f e1 a0 02 a0 e1 7c c8 09 04 f0 9d e4 fc 04 03 00 37 40 2d e9 7e 08 01 20 9d d6 e1 6c 05 01
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331462]     00000720: 38 c7 ff eb 7c 3f 05 03 00 9d e8 eb ff ff eb 7c 05 05 30 80 bd e8 d1 30 d1 e1 22 6c 20 01 d1 20
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331464]     00000740: d0 e1 6c 13 00 22 02 30 a0 a1 01 c0 43 e2 03 31 a0 e1 08 30 83 e2 03 e0 80 e0 03 30 81 e0 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331466]     00000760: 5c e3 05 00 00 ba 04 20 3e e5 04 40 33 e5 04 00 52 e1 03 00 00 1a 01 c0 4c e2 7c 9c 09 10 40 bd
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331467]     00000780: e8 43 fc ff ea 02 00 64 e0 22 cc 20 7c 2f 07 00 00 51 13 01 c0 a0 03 00 c0 22 4c 21 03 50 e3 01
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331469]     000007a0: c0 8c 03 7c 08 01 13 00 00 1a fc 1d 00 03 d1 c0 d0 e1 d1 e0 d1 e1 01 c0 8c e2 0c 00 5e e1 0a 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331471]     000007c0: 00 1a 02 22 9c 22 dc 20 6c 4f 05 00 30 e0 13 00 30 84 15 7c 0d fc a8 7d 22 7e cc 48 7c 27 ec 42
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331473]     000007e0: 6f 19 3f fc ff 27 5c 04 6d 11 73 dc 21 05 03 40 a0 e1 58 20 9f e5 7c c0 8c 7f 04 10 95 e5 00 20
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331475]     00000800: 8d e5 6c 3f 03 01 30 83 e2 9c 61 bc 95 09 00 00 85 e5 00 00 84 05 5f 01 a0 03 bd f9 94 8c 04 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331476]     00000820: 59 02 92 03 20 e0 6f 7f ac 30 94 e5 6c 0e 7c 06 05 00 30 84 e5 08 d0 8d e2 7c 10 09 c7 fc 14 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331478]     00000840: f0 47 2d e9 00 80 a0 e1 6c d8 22 be 24 03 70 8f d9 e3 44 90 7e 63 97 e5 22 bc 24 7f 63 00 10 96
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331480]     00000860: 8c da 02 99 14 21 e0 12 ff 63 87 bd 08 fc 63 01 07 30 a0 e1 6c a9 6c 41 6c 76 05 cc ff ff eb f0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331482]     00000880: 87 bd e8 6d 70 c4 7c 7a 07 2a 15 00 f0 4f 2d e9 34 d0 4d 9c 58 00 0d 30 10 8d e2 20 50 8d e2 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331484]     000008a0: 90 a0 e3 0c 00 01 e9 00 20 a0 e3 28 30 9d e5 02 10 a0 e1 1c 00 8d 8c 0d 00 40 08 30 8d e5 d0 32
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331485]     000008c0: 9f e5 58 c6 ff eb 03 00 95 e8 03 00 84 e8 08 30 9d e5 03 00 59 e1 a9 00 00 0a 01 90 89 e2 0c 30
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331487]     000008e0: a0 e3 93 09 03 e0 04 50 94 e5 0c 30 43 e2 0c 30 8d e5 0c 20 9d e5 2c 30 9d e5 02 00 93 e7 02 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331489]     00000900: 83 e0 10 30 8d e5 db 9a ff eb 10 30 6c f1 00 04 9a e5 07 b0 13 e2 04 30 8d e5 08 b0 6b 12 10 30
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331491]     00000920: 80 e2 0b 30 83 e0 6c 20 05 14 30 8d e5 06 60 83 e0 6c 0c 00 06 09 00 53 e1 00 70 a0 03 01 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331493]     00000940: 0a 07 70 16 e2 08 70 67 12 06 30 85 e0 6c 3a 0b 07 20 83 e0 1c 00 9d e5 18 30 8d e5 8f c6 ac 85
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331494]     00000960: 01 87 00 00 0a 27 dc 00 01 30 94 e5 0b 7c b7 7c fd 0c 20 c3 e7 00 30 94 e5 05 30 83 e0 01 20 c3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331496]     00000980: e5 ed 01 02 29 2c 00 00 01 03 20 c3 e5 0d 00 00 ea 07 60 86 e0 05 60 c3 e7 56 24 e7 2b ce 00 26
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331498]     000009a0: 28 22 9c 24 03 94 e5 26 6c a0 e1 7c 08 2b ed 00 60 ac 0a 05 10 20 a0 e3 10 00 85 e2 7d 03 04 6d
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331500]     000009c0: 0b 20 7c 37 bc 0e 02 05 20 c3 e5 58 29 4e 01 06 80 ac 06 6c 05 02 07 20 c3 e5 28 dc 0b 7d 01 08
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331502]     000009e0: 7d 01 2c bc 0d 7c 01 09 09 20 c3 e5 04 30 9d e5 00 20 94 e5 7c 24 09 05 20 82 e0 0a 30 c2 e5 53
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331503]     00000a00: 34 e7 e7 6c 02 7f 01 0b 30 c2 9e 1a 08 20 22 2c 29 07 83 e0 0c 20 c3 e5 b8 20 da e1 6e 1d 22 24
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331505]     00000a20: ad 16 0d 6c 12 03 30 94 e5 ba 20 da 8d 18 0e df 01 0b 20 da 8d 23 0f dc 01 6e 37 00 00 6c 36 6e
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331507]     00000a40: 41 93 e7 cc 96 02 2a 08 30 80 e0 7d 98 00 cc 96 7d 02 02 8e 99 81 e0 6c ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331509]     00000a60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331511]     00000a80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331512]     00000aa0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331514]     00000ac0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331516]     00000ae0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331518]     00000b00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331520]     00000b20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331521]     00000b40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331523]     00000b60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331525]     00000b80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331527]     00000ba0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331528]     00000bc0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331530]     00000be0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331532]     00000c00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331534]     00000c20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331536]     00000c40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331537]     00000c60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331539]     00000c80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331541]     00000ca0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331543]     00000cc0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331545]     00000ce0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331546]     00000d00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331548]     00000d20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331550]     00000d40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331552]     00000d60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331553]     00000d80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331556] UBIFS error (ubi0:1 pid 1305): do_readpage: cannot read page 28 of inode 316, error -22
Fri Aug  5 14:34:57 2016 daemon.notice netifd: Network device 'eth1' link is up
Fri Aug  5 14:34:57 2016 kern.err kernel: [   13.531301] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   13.731301] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   13.941297] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.141316] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.341298] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541297] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541315] UBIFS error (ubi0:1 pid 1305): ubifs_read_node: bad node type (255 but expected 1)
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541318] UBIFS error (ubi0:1 pid 1305): ubifs_read_node: bad node at LEB 38:118136, LEB mapping status 1
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541323] Not a node, first 24 bytes:
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541323] 00000000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff                          ........................

I'm running the latest build from davidc502 on a WRT1900ACS, which is based on LEDE with kernel 4.4.15.

alexandrosio wrote:

Hello guys,

Does anybody recognize this?

Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331302] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331341] UBIFS error (ubi0:1 pid 1305): ubifs_decompress: cannot decompress 3470 bytes, compressor lzo, error -22
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331344] UBIFS error (ubi0:1 pid 1305): read_block: bad data node (block 28, inode 316)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331345]     magic          0x6101831
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331346]     crc            0x51934a25
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331347]     node_type      1 (data node)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331349]     group_type     0 (no node group)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331350]     sqnum          3642
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331350]     len            3518
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331353]     key            (316, data, 28)
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331354]     size           4096
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331354]     compr_typ      1
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331355]     data size      3470
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331356]     data:
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331359]     00000000: 00 1e 28 22 15 00 00 00 50 e3 1e ff 2f 01 10 40 2d e9 00 40 a0 e1 01 00 a0 e1 d4 ff ff eb 01 30
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331361]     00000020: 90 e1 06 00 00 0a d8 20 c4 e1 02 00 00 e0 03 10 01 e0 6c 02 0d 01 00 a0 13 00 00 a0 03 10 80 bd
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331363]     00000040: e8 00 00 a0 e3 7e 00 f7 4f 6c 07 00 be 51 e2 00 50 a0 e1 02 60 a0 e1 07 00 00 aa 48 31 9f e5 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331365]     00000060: 30 93 e5 00 31 93 e7 03 00 54 e1 02 00 00 ca d8 20 c2 e1 34 01 9f e5 e7 cb ff eb d8 20 c6 e1 03
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331367]     00000080: 30 92 e1 02 00 00 1a 00 00 54 e3 27 00 00 aa 1e 00 00 ea 18 71 9f e5 a4 9f a0 e1 08 81 9f e5 05
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331368]     000000a0: 31 a0 e1 00 10 a0 e3 04 30 8d e5 04 31 9f e5 03 00 57 e1 f3 ff ff 0a d8 20 c6 e1 d8 a0 c7 e1 03
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331370]     000000c0: b0 0b e0 02 a0 0a e0 0b 30 a0 e1 03 30 9a e1 00 30 a0 03 01 30 09 12 00 00 53 e3 09 00 00 0a 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331372]     000000e0: 30 98 e5 04 20 9d e5 02 30 93 e7 03 00 54 e1 04 00 00 ca 01 b0 81 e2 10 20 97 e5 b8 00 9f e5 c5
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331374]     00000100: cb ff eb 0b 10 a0 e1 18 70 87 e2 e6 ff ff ea 94 30 9f e5 00 30 93 e5 05 31 93 e7 03 00 ac 16 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331376]     00000120: 31 10 10 96 e5 90 00 9f e5 ba cb ff eb 10 30 96 e5 00 00 53 e3 19 00 00 0a 80 70 9f e5 05 51 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331377]     00000140: e1 60 a0 9f e5 a4 9f a0 e1 00 10 a0 e3 24 80 87 e2 07 00 58 e1 11 00 00 0a 04 30 17 e5 10 20 96
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331379]     00000160: e5 03 00 12 2b 5e 02 08 00 7c 12 01 9a e5 05 30 be 22 04 00 ac 12 09 00 20 97 e5 30 00 9f e5 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331381]     00000180: cb ff eb 6c 12 00 06 0c 70 87 e2 eb ff ff ea 0c d0 8d e2 f0 8f bd e8 58 d0 17 00 e5 1c 15 00 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331383]     000001a0: 36 00 5f 80 24 15 00 fe 1c 15 00 15 1d 15 00 ac 1c 15 00 29 1d 15 00 04 30 d0 e5 04 20 d1 e5 10
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331385]     000001c0: 30 03 e2 10 20 02 e2 73 30 ef e6 72 20 ef e6 02 00 53 e1 07 00 00 0a 13 3f 6f e1 00 00 52 e3 a3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331386]     000001e0: 32 a0 e1 00 30 a0 03 00 00 53 e3 00 00 e0 13 01 00 a0 03 1e ff 2f e1 00 00 a0 e3 1e ff 2f e1 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331388]     00000200: 20 90 e5 00 30 91 e5 01 00 52 e3 01 00 00 1a 01 00 53 e3 1e 7c 00 04 30 43 e2 01 00 52 e3 7c 08
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331390]     00000220: 2a 0c 01 00 34 15 00 00 1a 04 20 d0 e5 04 00 d1 e5 08 30 02 e2 ff 30 13 e2 01 00 00 1a 08 00 10
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331392]     00000240: e3 10 00 00 1a 00 30 93 e2 08 10 20 e2 01 30 a0 13 a1 31 13 e0 09 00 00 1a 03 20 12 e2 03 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331394]     00000260: e2 01 00 00 0a 00 00 50 e3 06 00 7e 00 90 e2 ac 4b 03 52 e3 00 00 a0 13 6d 11 01 ee 12 00 e0 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331395]     00000280: 54 0e e1 70 40 2d e9 03 60 a0 e1 10 30 dd e5 01 50 a0 e1 7c 55 7c 2e 00 1c 00 20 80 e5 04 30 c0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331397]     000002a0: e5 05 00 a0 e1 1b 10 00 eb 08 00 80 e2 08 60 84 e5 b6 00 c4 e1 44 20 a0 e3 05 10 a0 e1 30 00 84
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331399]     000002c0: e2 39 9c ff eb 70 80 7c 56 02 51 e3 00 00 50 6c 0c 02 01 01 00 51 e3 7c 0a 6c 57 00 06 01 60 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331401]     000002e0: e1 0c 00 00 9a f4 30 9f e5 74 20 a0 e3 fe 9d ff eb 74 10 85 e2 7c 0a 01 a6 ff ff eb 6c 15 00 40
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331403]     00000300: 04 00 00 da d8 30 9f e5 05 21 00 e3 d4 10 9f e5 d4 00 9f e5 e8 9d ff eb 00 40 a0 e3 74 30 a0 e3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331404]     00000320: 93 54 22 e0 04 20 d2 e5 10 00 12 e3 02 00 00 0a 01 00 54 e3 05 00 00 8a 13 00 00 ea 01 40 84 e2
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331406]     00000340: 04 00 56 e1 f5 ff ff 1a 06 40 a0 e1 f7 ff ff ea 98 30 ac 0d 01 04 10 a0 e1 7d 0c e1 29 cd 01 9b
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331408]     00000360: 29 cc 01 00 06 64 30 9f e5 12 21 00 e3 60 10 9f e5 68 00 9f e5 cb 9d ff eb 06 10 64 e0 9f 17 80
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331410]     00000380: bd 98 7c 15 0e 4c 30 9f e5 92 04 04 e0 04 60 85 e0 06 00 a0 e1 ce 8e 09 84 e2 6c 01 02 01 10 85
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331412]     000003a0: e0 87 dc 09 00 2c 70 80 bd d8 14 30 9f e5 15 21 00 e3 10 10 9f e5 1c 00 9f e5 70 40 bd e8 b6 9d
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331413]     000003c0: ff ea cc c1 02 00 65 25 15 00 94 24 15 00 b0 24 15 00 14 c2 02 00 eb 24 15 00 24 25 15 00 f0 41
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331415]     000003e0: 2d e9 01 70 ac 7c 00 02 10 10 a0 e3 03 50 a0 e1 8c 20 9f e5 f4 5e 04 eb 00 40 50 e2 7c 3e 6e 82
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331417]     00000400: f0 81 6c 2c 07 56 e3 08 30 a0 e3 00 70 84 e5 6c 31 00 05 b4 30 c4 e1 16 00 00 0a 60 30 9f e5 06
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331419]     00000420: 20 a0 e1 74 10 a0 e3 19 5f 04 8c 2a 00 0d 0c 00 84 e5 00 70 a0 13 74 80 a0 13 ee ff ff 0a 06 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331421]     00000440: 57 e1 74 50 85 e2 0a 00 00 aa 0c 00 94 8c 31 00 0a 74 10 45 e2 98 07 20 e0 01 70 87 e2 c7 9b ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331422]     00000460: eb b4 30 d4 e1 be 26 55 e1 02 30 83 e0 6c 0b 05 f1 ff ff ea 04 00 a0 e1 6c 0f 01 84 25 15 00 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331424]     00000480: 64 00 0a 00 00 51 e3 03 00 00 0a 0c 30 91 e5 08 20 91 e5 00 10 91 e5 cd ff ff ea 01 00 a0 e1 7d
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331426]     000004a0: 4b f8 7c 96 09 50 52 e2 00 70 a0 e1 01 40 a0 e1 10 7c 55 04 00 51 e3 f8 8f bd a8 7c 8d 28 fc 12
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331428]     000004c0: 04 51 e1 f8 8f bd c8 f4 7c 3e 04 10 a0 e1 f0 20 9f e5 6e 0d 39 ca ac 42 00 0a f8 8f bd 08 e0 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331430]     000004e0: 9f e5 f8 4f bd e8 b0 ca ff ea d8 00 9f e5 45 63 04 eb 00 80 50 e2 6c 03 7c 9b 03 0e 00 00 aa b0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331431]     00000500: 30 ad a2 07 cc a2 02 09 00 00 ca a0 6c 02 01 10 a0 e3 9c cd 0a 24 cc 0a 6f 47 00 10 95 8c 8f 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331433]     00000520: 0e 9b ca ff eb 74 a0 9f e5 07 91 a0 e1 00 60 a0 e3 44 b0 a0 e3 00 30 95 e5 03 00 56 e1 0f 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331435]     00000540: 2a 7c 0b 06 0b 00 00 aa 00 30 9a e5 09 dc 8a 0f 07 00 00 ca 04 10 95 e5 08 00 a0 e1 9b 16 21 e0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331437]     00000560: 3b fe 7c 45 00 01 a0 e1 00 20 a0 e1 40 00 9f e5 86 ca ff eb 01 60 86 e2 ec 7d 26 10 6c b6 07 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331439]     00000580: e1 05 20 a0 e1 8b fe ff eb 6e 06 0c 10 bc 19 01 41 5d 04 ea 6c 8f 00 0a 98 25 15 00 09 18 15 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331440]     000005a0: c3 25 15 00 db 25 15 00 f2 25 15 00 0e 26 15 00 04 00 90 e5 7c 62 6c c8 0b 0d fd ff ea 00 10 9f
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331442]     000005c0: e5 f9 ff ff ea c8 28 bc 45 fc 6a 7e 63 44 70 fc 16 00 02 54 e1 07 00 00 2a 04 00 95 e5 06 10 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331444]     000005e0: e1 97 04 20 e0 fe fc ac 29 01 f0 81 bd 18 7c 64 01 f4 ff ff ea ec 49 01 d1 30 d0 e1 7c ae 05 08
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331446]     00000600: 00 00 da 01 30 43 e2 7c 3a 7c 9b 09 01 30 c0 e5 02 30 83 12 03 31 90 17 6c 85 01 00 30 81 15 7c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331448]     00000620: 3a 7c 06 bc 00 be 7c 00 30 9d da 03 7c 8a 6c da 01 d1 20 d3 e1 6c a1 0d 01 20 82 c2 01 00 a0 c3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331449]     00000640: 02 31 93 c7 00 30 81 c5 ad 06 a0 27 ac 11 01 00 50 50 e2 7c 42 6c 31 7c 88 6c 8d 00 1e e4 9c ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331451]     00000660: eb 00 30 d4 e5 02 00 85 e2 02 10 84 e2 01 00 50 e1 00 30 c5 e5 d1 30 d4 e1 01 30 c5 e5 02 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331453]     00000680: 2a 08 30 85 e2 03 00 51 e1 04 00 00 3a 7c 03 06 03 00 00 9a 08 30 84 e2 03 6c 05 00 08 00 00 2a
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331455]     000006a0: f0 00 f0 e7 06 20 a0 e3 04 40 84 e2 14 9b ff eb 04 50 85 e2 d3 20 54 7d c4 e3 7c b5 0d 04 10 b4
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331457]     000006c0: b5 01 30 83 b2 04 10 a5 b5 fa ff ff ba 6c 96 8c 94 08 40 a0 e1 02 50 a0 e1 d7 ff ff eb 6c 9a 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331458]     000006e0: 50 7c 76 0d b4 fc ff ea 07 40 2d e9 1c 30 9f e5 03 00 8d e8 7c 14 0d 0d 00 a0 e1 15 05 00 eb 10
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331460]     00000700: 0f 6f e1 a0 02 a0 e1 7c c8 09 04 f0 9d e4 fc 04 03 00 37 40 2d e9 7e 08 01 20 9d d6 e1 6c 05 01
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331462]     00000720: 38 c7 ff eb 7c 3f 05 03 00 9d e8 eb ff ff eb 7c 05 05 30 80 bd e8 d1 30 d1 e1 22 6c 20 01 d1 20
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331464]     00000740: d0 e1 6c 13 00 22 02 30 a0 a1 01 c0 43 e2 03 31 a0 e1 08 30 83 e2 03 e0 80 e0 03 30 81 e0 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331466]     00000760: 5c e3 05 00 00 ba 04 20 3e e5 04 40 33 e5 04 00 52 e1 03 00 00 1a 01 c0 4c e2 7c 9c 09 10 40 bd
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331467]     00000780: e8 43 fc ff ea 02 00 64 e0 22 cc 20 7c 2f 07 00 00 51 13 01 c0 a0 03 00 c0 22 4c 21 03 50 e3 01
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331469]     000007a0: c0 8c 03 7c 08 01 13 00 00 1a fc 1d 00 03 d1 c0 d0 e1 d1 e0 d1 e1 01 c0 8c e2 0c 00 5e e1 0a 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331471]     000007c0: 00 1a 02 22 9c 22 dc 20 6c 4f 05 00 30 e0 13 00 30 84 15 7c 0d fc a8 7d 22 7e cc 48 7c 27 ec 42
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331473]     000007e0: 6f 19 3f fc ff 27 5c 04 6d 11 73 dc 21 05 03 40 a0 e1 58 20 9f e5 7c c0 8c 7f 04 10 95 e5 00 20
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331475]     00000800: 8d e5 6c 3f 03 01 30 83 e2 9c 61 bc 95 09 00 00 85 e5 00 00 84 05 5f 01 a0 03 bd f9 94 8c 04 6c
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331476]     00000820: 59 02 92 03 20 e0 6f 7f ac 30 94 e5 6c 0e 7c 06 05 00 30 84 e5 08 d0 8d e2 7c 10 09 c7 fc 14 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331478]     00000840: f0 47 2d e9 00 80 a0 e1 6c d8 22 be 24 03 70 8f d9 e3 44 90 7e 63 97 e5 22 bc 24 7f 63 00 10 96
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331480]     00000860: 8c da 02 99 14 21 e0 12 ff 63 87 bd 08 fc 63 01 07 30 a0 e1 6c a9 6c 41 6c 76 05 cc ff ff eb f0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331482]     00000880: 87 bd e8 6d 70 c4 7c 7a 07 2a 15 00 f0 4f 2d e9 34 d0 4d 9c 58 00 0d 30 10 8d e2 20 50 8d e2 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331484]     000008a0: 90 a0 e3 0c 00 01 e9 00 20 a0 e3 28 30 9d e5 02 10 a0 e1 1c 00 8d 8c 0d 00 40 08 30 8d e5 d0 32
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331485]     000008c0: 9f e5 58 c6 ff eb 03 00 95 e8 03 00 84 e8 08 30 9d e5 03 00 59 e1 a9 00 00 0a 01 90 89 e2 0c 30
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331487]     000008e0: a0 e3 93 09 03 e0 04 50 94 e5 0c 30 43 e2 0c 30 8d e5 0c 20 9d e5 2c 30 9d e5 02 00 93 e7 02 a0
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331489]     00000900: 83 e0 10 30 8d e5 db 9a ff eb 10 30 6c f1 00 04 9a e5 07 b0 13 e2 04 30 8d e5 08 b0 6b 12 10 30
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331491]     00000920: 80 e2 0b 30 83 e0 6c 20 05 14 30 8d e5 06 60 83 e0 6c 0c 00 06 09 00 53 e1 00 70 a0 03 01 00 00
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331493]     00000940: 0a 07 70 16 e2 08 70 67 12 06 30 85 e0 6c 3a 0b 07 20 83 e0 1c 00 9d e5 18 30 8d e5 8f c6 ac 85
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331494]     00000960: 01 87 00 00 0a 27 dc 00 01 30 94 e5 0b 7c b7 7c fd 0c 20 c3 e7 00 30 94 e5 05 30 83 e0 01 20 c3
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331496]     00000980: e5 ed 01 02 29 2c 00 00 01 03 20 c3 e5 0d 00 00 ea 07 60 86 e0 05 60 c3 e7 56 24 e7 2b ce 00 26
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331498]     000009a0: 28 22 9c 24 03 94 e5 26 6c a0 e1 7c 08 2b ed 00 60 ac 0a 05 10 20 a0 e3 10 00 85 e2 7d 03 04 6d
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331500]     000009c0: 0b 20 7c 37 bc 0e 02 05 20 c3 e5 58 29 4e 01 06 80 ac 06 6c 05 02 07 20 c3 e5 28 dc 0b 7d 01 08
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331502]     000009e0: 7d 01 2c bc 0d 7c 01 09 09 20 c3 e5 04 30 9d e5 00 20 94 e5 7c 24 09 05 20 82 e0 0a 30 c2 e5 53
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331503]     00000a00: 34 e7 e7 6c 02 7f 01 0b 30 c2 9e 1a 08 20 22 2c 29 07 83 e0 0c 20 c3 e5 b8 20 da e1 6e 1d 22 24
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331505]     00000a20: ad 16 0d 6c 12 03 30 94 e5 ba 20 da 8d 18 0e df 01 0b 20 da 8d 23 0f dc 01 6e 37 00 00 6c 36 6e
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331507]     00000a40: 41 93 e7 cc 96 02 2a 08 30 80 e0 7d 98 00 cc 96 7d 02 02 8e 99 81 e0 6c ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331509]     00000a60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331511]     00000a80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331512]     00000aa0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331514]     00000ac0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331516]     00000ae0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331518]     00000b00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331520]     00000b20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331521]     00000b40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331523]     00000b60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331525]     00000b80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331527]     00000ba0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331528]     00000bc0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331530]     00000be0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331532]     00000c00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331534]     00000c20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331536]     00000c40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331537]     00000c60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331539]     00000c80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331541]     00000ca0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331543]     00000cc0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331545]     00000ce0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331546]     00000d00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331548]     00000d20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331550]     00000d40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331552]     00000d60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331553]     00000d80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Fri Aug  5 14:34:56 2016 kern.err kernel: [   13.331556] UBIFS error (ubi0:1 pid 1305): do_readpage: cannot read page 28 of inode 316, error -22
Fri Aug  5 14:34:57 2016 daemon.notice netifd: Network device 'eth1' link is up
Fri Aug  5 14:34:57 2016 kern.err kernel: [   13.531301] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   13.731301] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   13.941297] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.141316] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.341298] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541297] pxa3xx-nand f10d0000.flash: Wait time out!!!
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541315] UBIFS error (ubi0:1 pid 1305): ubifs_read_node: bad node type (255 but expected 1)
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541318] UBIFS error (ubi0:1 pid 1305): ubifs_read_node: bad node at LEB 38:118136, LEB mapping status 1
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541323] Not a node, first 24 bytes:
Fri Aug  5 14:34:57 2016 kern.err kernel: [   14.541323] 00000000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff                          ........................

I'm running the latest build from davidc502 on a WRT1900ACS, which is based on LEDE with kernel 4.4.15.

I'm not 100%, but it looks like bad blocks. I've never had to deal with them, but would be interested to hear from those who have, and how to map them out.

Here's the OpenWrt wiki about how to handle them.
https://wiki.openwrt.org/doc/techref/flash

Just a quick google search on "read_block: bad data node"

https://forum.openwrt.org/viewtopic.php?id=60694
http://lists.infradead.org/pipermail/li … 35775.html

Is there a chance it might be because of the latest kernel 4.4.15?;I rebooted the router and everything is fine now. @davidc502 I'm looking forward to your next build since the last one has been quite unstable for me. I'm curious to see if /etc/fstab is fixed as well.

Interesting to see if a build to this patch changes behaviour.

Sorry, posts 12676 to 12675 are missing from our archive.