Quantcast
Channel: Linux Device Hacking - Debian
Viewing all 26564 articles
Browse latest View live

Re: USB drive causes booting problem with Linux Kernel 4.4.89 Oxnas

$
0
0
bodhi,

i don't think this problem is related to the power. The drive has a external power supply. Also i tried with a standard 8G USB stick. If the stick format was FAT32 than it booted, if the format was ext4 it caused the same issue.

As i changed both the kernel and the root filesystem at the same time, i will do some more testing next week:
- downgrade the kernel to 4.4.54 and test also with 4.4.79
- try to boot with systemd

Do you have any idea what causing this issue in the boot process:
Begin: Will now check root file system ... fsck from util-linux 2.29.2          
fsck: error 2 (No such file or directory) while executing fsck.ext3 for /dev/sda2
fsck exited with status code 8                                                  
done.                                                                           
Warning: File system check failed but did not detect errors                     
[   18.708513] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystm
[   18.721121] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts:)
done.

It is always shown, but with the original fstab (from the rootfs) at this point do boot stops with an emergency shell.

Thanks

Jeff installation script - Goflex Home

$
0
0
Hello,

I used Jeff installation script on my GoFlex Home.

The first part of the script went well with the flash
The debian installation did not complete due to an error. I restarted the script without success twice.

Now I can not connect to my goflex home anymore. no ip address goes back.

I tried to unsuccessfully create an usb key with this tutorial : https://forum.doozan.com/read.php?2,12096

I try the seagate procedure without result. : http://support.goflexhome.hipserv.com/en/reflash/index.html

The led are green for a few seconds and then flash orange later cyclically. My router is showing an RJ45 connection that disappears at times.

Thank you for your help.

I would like to take control of this goflex to install a debian or return to an original firmware.

Re: Linux Kernel 4.4.89 Oxnas (OX820) Pogo V3 package and Debian rootfs

$
0
0
Quote

The u-boot env bootargs should be modified to your specific needs. It will override whatever defintion in the DTS

Ok
Returned the default file ox820-akitio.dtb
OX820 # setenv bootargs "console=ttyS0,115200 root=/dev/sda2 rootfstype=ext4 ubi.mtd=data,512"
OX820 # setenv ext4_dtb ext4load ide 0:2 61000000 /boot/dts/ox820-akitio.dtb
OX820 # saveenv
Saving Environment to FAT...
writing u-boot.env
done
OX820 # printenv
SET_dtb=fdt addr ${fdtaddr} ; fdt header
autoload=no
baudrate=115200
bootargs=console=ttyS0,115200 root=/dev/sda2 rootfstype=ext4 ubi.mtd=data,512
bootcmd=run ideboot
bootdelay=3
bootnew=bootm 60000000 - 61000000
bootold=bootm 60000000
console=console=ttyS0,115200n8
ethact=mii0
ethaddr=74:F0:6D:6A:1D:17
ext2_dtb=ext2load ide 0:2 61000000 /boot/dts/ox820-pogoplug-classic.dtb
ext2_ideboot=run ext2_uimage ; run ext2_dtb ; run SET_dtb ; run bootnew
ext2_uimage=ext2load ide 0:2 60000000 /boot/uImage
ext4_dtb=ext4load ide 0:2 61000000 /boot/dts/ox820-akitio.dtb
ext4_ideboot=run ext4_uimage ; run ext4_dtb ; run SET_dtb ; run bootnew
ext4_uimage=ext4load ide 0:2 60000000 /boot/uImage
fdtaddr=61000000
filesize=3eb330
ideboot=run ext4_ideboot
idebootold=${loadold} ;${bootold}
imgaddr=60000000
ipaddr=10.0.0.71
keypressed=1
mtdids=nand0=41000000.nand
mtdparts=mtdparts=41000000.nand:14m(boot),-(data)
netcon=echo switch to net console;setenv stderr nc;setenv stdin nc;setenv stdout nc;echo switch to net console
preboot=run safeboot
serialcon=echo switch to serial console;setenv stderr serial;setenv stdin serial;setenv stdout serial;echo switch to serial console
stderr=serial
stdin=serial
stdout=serial
updboot=bootp;tftp 60000000 u-boot.img;ide write 60000000 400 400

Environment size: 1339/16380 bytes
OX820 #

Booted normally

Re: Hardware Cryptography cryptodev/openssl On arm5/Debian Wheezy/GoFlex Net

$
0
0
I'm having problems with compilation of cryptodev, I use bodhi's kernel (4.15.2-kirkwood-tld-1 #1 PREEMPT Fri Feb 9 01:52:00 PST 2018 armv5tel GNU/Linux) and rootfs on Debian 8.
After installing the headers I had to create the build folder link manually.

I follow the instructions, and try to build the latest cryptodev-linux from github but I get the error:
# make
make -C /lib/modules/4.15.2-kirkwood-tld-1/build M=/root/inst/cryptodev-linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.2-kirkwood-tld-1'
  CC [M]  /root/inst/cryptodev-linux/ioctl.o
In file included from ./include/linux/netfilter.h:8:0,
                 from ./include/linux/netfilter/nf_conntrack_tuple_common.h:6,
                 from ./include/linux/netfilter/nf_conntrack_dccp.h:29,
                 from ./include/net/netns/conntrack.h:11,
                 from ./include/net/net_namespace.h:27,
                 from ./include/linux/netdevice.h:42,
                 from ./include/linux/rtnetlink.h:7,
                 from /root/inst/cryptodev-linux/ioctl.c:47:
./include/linux/if.h:28:54: fatal error: sys/socket.h: No such file or directory
 #include <sys/socket.h>   /* for struct sockaddr.  */
                                                      ^
compilation terminated.
scripts/Makefile.build:316: recipe for target '/root/inst/cryptodev-linux/ioctl.o' failed
make[2]: *** [/root/inst/cryptodev-linux/ioctl.o] Error 1
Makefile:1508: recipe for target '_module_/root/inst/cryptodev-linux' failed
make[1]: *** [_module_/root/inst/cryptodev-linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.2-kirkwood-tld-1'
Makefile:27: recipe for target 'build' failed
make: *** [build] Error 2

The sys/socket.h however sits within /usr/include/arm-linux-gnueabi folder.
If I modify Makefile to include that, the features.h is missing, when I include the /usr/include folder I get tons of messages warning of types redefinitions.

This machine was installed long ago could that be a problem with my rootfs?

BR,
racic

Re: USB drive causes booting problem with Linux Kernel 4.4.89 Oxnas

$
0
0
schnee,

This is suspect:

Quote

[ 5.291456] EXT4-fs (sdb1): couldn't mount as ext3 due to feature incompatibs


Quote

Begin: Will now check root file system ... fsck from util-linux 2.29.2
fsck: error 2 (No such file or directory) while executing fsck.ext3 for /dev/sda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
[ 18.708513] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystm
[ 18.721121] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts:)
done.

The above error is OK, if your fstab contains LABEL=rootfs for the root device, because it will be checked later. Fstab should contain this.

One more thing to check. Which Debian version? the behavior for fstab has changed from jessie to stretch. The old format /dev/root will cause the system to stop and kick out to initramfs shell.

cat  /etc/debian_version

Re: Jeff installation script - Goflex Home

$
0
0
Sil20,

> I used Jeff installation script on my GoFlex
> Home.

It is an old installation procedure. u-boot is old but it is OK. But the Debian part has problem because of old repository.

> The first part of the script went well with the
> flash
> The debian installation did not complete due to an
> error. I restarted the script without success
> twice.

At this point, your u-boot was installed and it will boot a non-FDT kernel. So you can boot the rootfs Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2 from the release thread:

https://forum.doozan.com/read.php?2,12096

However, since u-boot is old and it does not support FDT kernel. You must follow step 4b.

Quote

4. Create uImage and uInitrd and setup for booting.

I'm using the GoFlex Net booting with USB drive as an example here. Please replace its name (kirkwood-goflexnet.dtb) with the box you are installing on (for example, kirkwood-pogo_e02.dtb). Please look inside /boot/dts/ for the correct DTB file name for your box.

Below are the 2 different alternatives in booting (method 4b is required for booting with older U-Boot that does not support FDT).

- Choose option 4a if you are going to use the current rootfs for many different Kirkwood boxes, as is. It should boot most of the Kirkwood boxes. And with the latest U-Boot for Kirkwood that suports FDT. This is the preferred method.

- Choose option 4b if you only use the current rootfs for the box you're installing on, and don't want to modify u-boot envs. This method is required for booting with older U-Boot that does not support FDT. Note that if you are installing from stock OS, u-boot envs must be modified to boot with USB or HDD (please post questions, since each box has a different flavor in setting up the envs).

4a. Boot with DTB file (standard way to boot FDT kernel). Recommended.


- Generate the uImage and uInitrd.
cd /boot
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-4.15.2-kirkwood-tld-1 -d vmlinuz-4.15.2-kirkwood-tld-1 uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.15.2-kirkwood-tld-1 -d initrd.img-4.15.2-kirkwood-tld-1 uInitrd

- Set U-Boot envs for booting. The u-boot envs below are for 1st time upgrading, you don't need to do this step if you've installed the latest U-Boot for Kirkwood. Or you are upgrading from my previous released kernel. Just make sure the DTB file is the correct one for your box, replace kirkwood-goflexnet.dtb below with the correct DTB name for your box.

fw_setenv load_dtb 'ext2load usb 0:1 0x1c00000 /boot/dts/kirkwood-goflexnet.dtb'
fw_setenv load_initrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd'
fw_setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
fw_setenv usb_boot 'run load_dtb; run load_uimage; if run load_initrd; then bootm 0x800000 0x1100000 0x1c00000; else bootm 0x800000 - 0x1c00000; fi'

4b. Boot with DTB file embedded in the kernel image (no U-Boot envs changes are needed if your system already booting on USB or HDD)

Again, please replace kirkwood-goflexnet.dtb below with the correct DTB name for your box.

Generate the uImage and uInitrd:
cd /boot
mv uImage uImage.orig
cp -a zImage-4.15.2-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-4.15.2-kirkwood-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.15.2-kirkwood-tld-1 -d initrd.img-4.15.2-kirkwood-tld-1 uInitrd

Re: USB drive causes booting problem with Linux Kernel 4.4.89 Oxnas

$
0
0
I used you latest rootfs image to create drive.

~$ cat  /etc/debian_version
9.3

This is the fstab file:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/sda2      /               ext4    noatime,errors=remount-ro 0 1
tmpfs          /tmp            tmpfs   defaults          0       0
/dev/sda3      /home           ext2    noatime,errors=remount-ro 0 1
/swapfile1     none            swap    sw                0       0

The /dev/sda2 line is modified from the original as the original dropped to emergency shell during boot.

You mention above the this is a suspect:
[ 5.291456] EXT4-fs (sdb1): couldn't mount as ext3 due to feature incompatibs
This happens quite early in the boot process, before the check for the root filesystem. Can this be the reason?

Re: Linux Kernel 4.4.89 Oxnas (OX820) Pogo V3 package and Debian rootfs

$
0
0
sakatgg,

Cool!

Quote

These clones are AKiTiO MyCloud Duo - Iconbit I-STOR IS608, FANTEC CL-35B2, Eminent EM4172.
They are all externally and internally one to one.(The screen was appended)

Quote

then we should make a new DTS (i.e. call it nas-i-stor-is608.dts or something like that)

Quote

Yes, it will be better, I'll try to define Gpio Led and Key.

It's more logical to call ox820-akitio-duo.dts or ox820-akitio-mycloud-duo.dts, the rest were copied from it

If the GPIOs are different then it is better to have this DTS namd so it can be identified as such. The name should starts with ox820. For example,

Quote

ox820-i-stor-is608.dts

And the DTS comment should say that it is based on AKiTiO. And the model string would be:

Quote

model = "Iconbit I-STOR IS608";

Re: USB drive causes booting problem with Linux Kernel 4.4.89 Oxnas

$
0
0
schnee,

I see. The fstab definition is not every good. You must have LABEL=rootfs to boot consistenly. You are relying on the fact that the rootfs drive is always sda and the rootfs partition is sda2. You can't move the rootfs to sda3,4,5... without changing bootargs and fstab. OTOH, if you use LABEL=rootfs then you are free to re-organize your disk with any layout.

With your Pogo configuration (many drives/partitions), the rootfs label is a must have.

/dev/sda2      /               ext4    noatime,errors=remount-ro 0 1
tmpfs          /tmp            tmpfs   defaults          0       0
/dev/sda3      /home           ext2    noatime,errors=remount-ro 0 1

I would move the "home" partition to EXT3 (Ext2 is prone to corruption), label it "home" partition, and then use this fstab:

LABEL=rootfs        /               ext4    noatime,errors=remount-ro 0 1
tmpfs                     /tmp            tmpfs   defaults          0       0
LABEL=home      /home           ext3    noatime,errors=remount-ro 0 1

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

Note:

1. Assuming you want to keep /dev/sda2 in fstab, then your bootargs should specify root=/dev/sda2, not root=LABEL=rootfs.
2. With all that said, for this Pogo V3, if you connect the HDD to the internal SATA port, it will be sda. Because the internal SATA is the first drive to be spun up.

Re: Linux Kernel 4.4.89 Oxnas (OX820) Pogo V3 package and Debian rootfs

$
0
0
Defined GPIO on Iconbit I-STOR IS608 (probably on clones of others as well):
The location on the front panel of Led and Button Akitio MyCloud Duo is visible in the photo attached . On my I-STOR IS608 also

11 (A11) green1 (hdd1)
25 (A25) reset (button)
27 (A27) copy (button)
28 (A28) red (error)
29 (A29) blue (OS)
38 (B6) green2 (hdd2)
39 (B7) orange (copy)
41 (B9) sda (i2c)
42 (B10) scl (i2c)

The "PowerOFF / ON" button (it seems to be hardware attached to the CPU is tied) to gpio does not matter,
I've all exported gpio 0-49 to "in" and "out" for detection.
Datasheet for Oxnas (OX820) no.
At start box Led and Button do not respond.If you turn off the box with the command
poweroff
The turnoff turns off and then you can turn on the Power OFF / On button.

other USB ports

$
0
0
So uboot does not recognize the internal (USB2?) port, neither the other USB3 port in the back. The USB drive is only available on typing "usb start" in the one next to the RJ45 port.
I have also tried another USB stick in either ports, but the result is the same. For the mw commands: I don't know what the first one
mw 0xf1018104 0xfecf3fff
does, but the second one blinks two of the LEDs
mw 0xf1018108 0x4000
after execution.
I tried to execute both of them before boot from the usb stick, but the result was the same.

https://shopdumps101.com/sell dumps - dumps with pin - good dumps valid 100%

$
0
0
SELL DUMPS TRACK1/2 - SELL CC FRESH - SELL USA FULLZ VERIFIED - SKIMMER - HACKING - CARDING - DUMPS VALIDS 100%

Hello all best buyer

We hacker group Anonymous and we working internet 24/24h , we get a lot Infor credit card , Account login (PAYPAL , BANK ..)

I AM SELLING REAL DUMPS TRACK 1/2 , I HAVE STUFF BROKE INFOR TRACK 1/2 FROM ATM AND MACHINE CHECKER DUMPS
I have shop bank login and dumps fresh valid rate 98%
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
Youtube : https://youtube.com/watch?v=lf1r29md42s

I want to introduce you to some of the product price you are looking for
__________________________________________________ __________

PRICE CVV:

US - 7$ /1
CA - 12$ /1
UK - 18$ /1
AU - 18$ /1
EU ANY COUNTRY - 25$ /1

YOU BUY 5 CC WILL GET A BEST PRICE AND I SURE MY CC SELL TO YOU GOOD FRESH BALANCE AND NEVER USE BEFORE

- I HAVE CCV TYPE DEBIT - CREDIT BIN BUSINESS PLATINUM GOLD ... VBV BETTER FOR YOU CHOICE

- AND I HAVE A LOT CC WITH COUNTRY OTHER
____________________________________

- CVV & Fullz check bank US: BOA , WELLS FARGO , CHASE , HALIFAX ...

- CVV & Fullz check bank AU: Central bank , Australian-owned banks , Branches of foreign banks, External links ...

- CVV & Fullz check bank CANADA: Royal RBC ,desjardins, BMO , CANADIAN IMPERIAL BANK OF COMMERCE ...

- CVV & Fullz check bank UK: LLOYDS , STANDARD , Barclays , Nawest bank ...

BIN UK OF LIST :

[492943 - 492181 - 446261 - 453978 - 465861 - 475128 - 441712 - 446291 - 446238 - 525303 - 453979 - 453979 - 530127...]

BIN CANADA OF LIST :

[450330 - 451015 - 467726 - 450440 - 450644 - 452088 - 528061 - 450110 - 450003 - 452088 - 452088 - 454031 - 452034...]

BIN FRANCE OF LIST :

[497042 - 497079 - 497501 - 486519 - 497151 - 497404 - 513658 - 497185 - 497196 - 497522 - 497537...]
___________________________________

SELL DUMPS TRACK 1 2 CODE 101 - 201 BIN BUSINESS PLATINUM GOLD ...

- Track 1 : B__?__2051017422^LABELLE/RICHARD ^1603201170161100000000848000000
- Track 2 : __?__2051017422=160320117016848

- DUMPS TRACK 1/2 UK :

- Track 1 : B__?__4337874002^DWIGGINS/CHARLES ^1705101100001100000000551000000*
- Track 2 : __?__4337874002=170510110000551

- After you payment for me with Bitcoin or Webmoney or PerfectMoney, please wait some minutes i check DUMPS ON MACHINE AND SEND TO YOU

- Refund time 24 hr after you get Dumps i have bin BUSINESS , PLATINUM , STANDARD , FIA CARD SERVICES......101 201 CREDIT DEBIT

- You buy 5 dumps will a best price . i am sure my dumps good working to you (Checker - valid 99%)
__________________________________________________ __________

FULLZ INFOR AU - CANADA - UNITED KINGDOM - UNITED STATES :

- PROVE Details FULLZ UK :

CARDHOLDER NAME :
CCV NUMBER :
EXP DATE :
CVV2 :
ADDRESS 1 :
ADDRESS 2 :
CITY :
ZIP CODE :
COUNTRY :
PHONE :
MAIL ADDRESS :
DOB :
MMN :
DRIVE LICENSE :
BANK NAME :
ACCOUNT NUMBER :
SORT CODE :
USE NAME LOGIN :
PASSWORD LOGIN :
TELEPIN NUMBER :
VBV :
________________________________

_TRANFER WU - BANK LOGIN + Telepins - SOFTWARE WU_

- I Transfer WU all country money in minutes

- I HAVE FRESH BANK LOGIN WITH TELEPINS AND ONLINE BANKING

- BANK LOGIN US Chase,Wells Fargo,Boa...

- BANK LOGIN AU Central bank , Australian-owned banks , ANZ , AMP Bank Limited , IMB Bank ...

- BANK LOGIN UK + TELEPINS Nawest , Barclayd , LLoyds , HALIFAX ...

- BANK CANADA Tangerine , Royal Bank,BMO,Bank of Quecbec...

- BANK LOGIN DUBAI

- AND A LOT BANK OTHER IN MANY COUNTRY AU EU ...

==> I AM ALSO LOOKING FOR REALLY GOOD PEOPLE DEAL WITH CASHOUT BANK , WU ... I ONLY TRUST DEAL THAT AFFTER YOU BUY SOMETHING LET TRUST

- I also Sell some SOFTWARE WU BUG LOGIN ACTIVATION CODE , SOFTWARE PUT ADD MONEY PAYPAL , SOFTWARE HACKING CREDIT CARD Havij ...
___________________________________

MY RULES BUSINESS :

+ I ACCEPT PAYMENT VIA : BITCOIN - WEBMONEY - PERFECTMONEY - WESTERN UNION

+ SELLER DONT CONTACT ME AND PLEASE DON'T ASK FREE STUFF TEST FIRST TIME

+ AFTER PAYMENT FOR ME WAIT FEW MINUTES I AM CHECKING STUFF AND GIVE YOU , MY CHECKER NEVER KILL CC OR DUMPS

+ I ALSO LOOKING FOR REAL TRUST PEOPLE DEAL WITH ME ON CASHOUT STUFF % OR ACCOUNT LOGIN , ONLY TRUST AFFTER YOU BUY SOMETHING

+ Again I want what's best for my business and you important to me is the beginning and i think you too ...

+ YOU ARE LOOKING FOR A REAL BUSINESS AND FOR LONG TIME , WHAT ARE YOU WAITING ANYMORE

= > PLEASE CONTACT ME BUSINESS NOW I AM SURE YOU WILL NOT WASTE YOU TIME .
__________________________________________________ __________

+ INFOR CONACT ME ICQ and GMAIL : [Online 24/24]

----ICQ Number : 690616620

----Skype : maryabbate128

----Gmail : maryabbate128@gmail.com

----My shop : https://shopdumps101.com

----Youtube : https://youtube.com/watch?v=lf1r29md42s

https://shopdumps101.com/sell dumps - dumps with pin - good dumps valid 100%

$
0
0
selling dumps cvv fullz


selling cvv fullz track 1 and 2 bank login bank transfer writing checks transfer to cc … Fresh Cards. Selling Dumps,

- Hi all ! Welcome to my services: https://shopdumps101.com/

*** Please Contact me ***

- ICQ : 690616620

- Skype : maryabbate128

- Gmail : maryabbate128@gmail.com

- Shop dumps: https://shopdumps101.com/login.html

- Youtube : https://www.youtube.com/watch?v=lf1r29md42s


- sell dumps 101 – dumps 201 - dumps with pin - good dumps valid 100%

SHOP DUMPS ONLINE
https://shopdumps101.com/login.html
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/



*PRICE*

- Dumps,Tracks 1&2 Us = 50$ per 1

- Dumps,Tracks 1&2 Uk = 70$ per 1

- Dumps,Tracks 1&2 Ca = 70$ per 1

- Dumps,Tracks 1&2 Au = 70$ per 1

- Dumps,Tracks 1&2 Eu = 70$ per 1

- Types Card Dumps : Visa, Master, Amex, Discoveri Gold, Master Standart

- Platinum, Business Card, Cooperation Card, American Express, Debit Card.

. Countries Card : USA, UK, CA, AU, EU, Asia …..

. Contact US to create orders

- I Will check with high balance

- Format Of My Dumps:

Track1 : B4096663104697113^FORANTO/CHRI STOPHER M^09061012735200521000000

Track2 : 4096663104697113=0906101273525 21


Track1=5232556061018719WYATT/ROBERTSON1007101171410000271000000

Track2=5232556061018719=10071011000042400000


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


FRESH DUMPS FROM MY POS


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


5109300003162123=16061010000000000760%b51093000031 62123^vanessa m helming^1606101000000000076000000000000


5109300003168609=16071010000000000332%b51093000031 68609^moore/dana d^1607101000000000033200000000000


5109300003266718=16091010000000000533%b51093000032 66718^sciaudone/jacob m^1609101000000000053300000000000


5109300003262279=16091010000000000060%b51093000032 62279^selvey/taylor l^1609101000000000006000000000000


5109300003194241=16091010000000000595%b51093000031 94241^raef/brittainy n^1609101000000000059500000000000


5109300003134221=16041010000000000051%b51093000031 34221^cornett/teresa^1604101000000000005100000000000


5109300003109967=16021010000000000652%b51093000031 08647^coil/mcgee d^1602101000000000024400000000000


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


5514300002763466=16081010000011200000


5514300000139248=15021012524056500000


5514300001921669=16021010000095800000


5514300002249060=15041010000076000000


5514300002055269=16071010000037700000


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


4264520046691812=14111010000031200100 ;


4264520041670530=14121010000021600100 ;


4264520037490885=14121010000081000100 ;


5466322199194303=16021010000014300100 ;


5466320200324869=14121010000017800100 ;


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


5108050127673510=17101010875024800000*


5329050981490186=15081010000005300100


5511640001991052=17071010904985


5205932850447331=160510110000501*


5510470000228095=170810110000105*


5517336130212999=16061010000000004220



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


5466160320267550=1509101230020111


5466160336527765=1509101266020156


5178057711338314=161010113198141


5178059476290904=171210114246102


4388576074440523=160110110000535


4388576075456494=170710110000098


4616081109758076=16041010000068700000


4616081109889103=15051010000042500000


4616081109787851=16031010000058200000


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


My Shop
https://shopdumps101.com/login.html
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/


Fresh Bin:


GOLD:


[427138] [37] * Visa CREDIT GOLD CITIBANK USA [SC 101]


[404527] [7] * Visa CREDIT GOLD WORLD_S FOREMOST BANK USA [SC 101]




PLATINUM:


[418586] [47] * Visa CREDIT PLATINUM PROVIDIAN BANK USA [SC 101] 011]


N/A[451237] [12] * Visa CREDIT PLATINUM E*TRADE BANK USA [SC 101]


[406057] [14] * Visa CREDIT PLATINUM DIGITAL F.C.U. USA [SC 101]



BUSINESS:


[475570] [21] * Visa DEBIT BUSINESS ALPINE BANK USA [SC 101]


[460730] [35] * Visa DEBIT BUSINESS FIRST TENNESSEE BANK USA [SC 101]


[431470] [30] Visa DEBIT BUSINESS BANK OF OKLAHOMA USA




CORPORATE:


[487449] [5] * Visa CREDIT CORPORATE INTRUST BANK USA [SC 101]


[432815] [3] * Visa CREDIT CORPORATE ALLEGACY F.C.U. USA [SC 101]




CLASSIC:




[514209] [13] * Master Card PULSE EFT USA [SC 101]


[514018] [4] * Master Card CREDIT NORWEST BANK NEVADA USA [SC 101




*** Sell Creadit Card (CVV) Online Good Payment FOR sHOPPING ONLINE ***


Format is:


Card Number | Exp. Date | CVV/CVV2 | First Name | Last Name | Street |


City | State | Zip Code | Country | Phone | Type Of Card | Bank Name |


sell cvv good and fresh


My Shop
https://shopdumps101.com/login.html
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/
https://shopdumps101.com/



LIST PRICE :


==> Us:


(visa,master) = 5$


(amex,discover) = 7$


(bin) = 10$


(dob) = 15$


(fullz) = 35$


===> UK:


(visa,master) = 15$


(amex,discover) = 25$


(bin) = 25$


(dob) = 25$


(fullz) = 50$


===> CA:


(visa,master) = 10$


(amex,discover) = 20$


(bin) = 15$


(dob) = 30$


(fullz) = 40$


===> AU:


(visa,master) = 15$


(amex,discover) = 25$


(bin) = 20$


(dob) = 30$


(fullz) = 50$


===> Eu,Mx,Nz,Fr,Ger,Itali,Spain,sweden,Denmark,


(visa,master) = 20$


(amex,discover) = 25$


(bin) = 30$


(dob) = 35$


(fullz) = 50$


===> cc, cvv country :


* Italy random = $20 (fullz info = $50)


* Spain random = $20 (fullz info = $50)


* Denmark random = $20 (fullz info = $50)


* Sweden random = $20 (fullz info = $50)


* France random = $20 (fullz info = $50)


* Germany random = $20 (fullz info = $50)


* Ireland random = $20 (fullz info = $50)


* Mexico random = $20 (fullz info = $50)


* Asia random = $20 (fullz info = $50)





All our cc are checked before sending.


We guarantee that our cc are good with good balances !! !



DEMO


cc us fullz


First Name : William


Middle Name : K


Last Name : Black


Spouse Name :


Father Name :


Billing Address : 65 Autumn Creek Lane,Apt C


City : East Amherst


State : NY


Zip Code : 14051


Country : US


Phone Number : 716-689-6514


Credit Card Information :


*********


Card Type : Credit


Credit Card Number : 4258084516060998


Exp. Date : 03 / 2015


Name On Card : William Black

Cvv2 : 961


ATM Pin: 6167


Bank Name : M&T Bank


Routing Number :


Account Number: 10832665


Mother Maiden Name : Piper


Social Security Number : 086-32-8622


Birth Day : 24


Birth Month : 2/February


Birth Year : 1941


Account Information :






Fresh UK FULZ


Account Open In: LD


Online ID: rgunn1x


ATM or Check Card PIN: 001755


Passcode: eg15


—————Credit/Debit Card and Other Accounts Details————


CC Number: 4917541519978xxx


Exp Date: 05/2016


Cvv: 54x


CC PinNumber: eg1x


Account Number: 0520016xx


Routing Number: 365xxx


—————Credit/Debit Card —————


Full Name: Ted Maclean


Address Line 1: 33 dorset house


Address Line 2: 4 kettering road


City: london


Zipcode: en3 6xa


Phone Number:+4470358425


E-mail: rg.gunn


—————Identification———————




DOB: 04-04-1953


MMN: pinkney


Driver’s Liecence No: g50076xxxxxx


——-SiteKeyChallengec Questions—–




All our cc are checked before sending.


We guarantee that our cc are good with good balances!


- RULE 1: I never sell the same CC, CVV to more than a person.


- RULE 2: I don't share CC, CVV for test free.


- RULE 3: All my CC, CVV always are fresh and live.


- RULE 4: All my CC, CVVs are checked.




Thank you for your interested !


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


*****Sell INFO DOB + SSN + FINDRIVLICNO + NAME + ADDRESS GOOD WORK 100% ***


Format is:


FinID | FirstName | MI | LastName | SocialSecurityNumber | FinDrivLicNo | FinDrivLicState | FinDrivLicExpDate | HouseNumber | StreetName | AptNo | POBox | City | State | Zip | PhoneNumber | BirthDate | email


Line 3259: 11553 | Chad | H | Harrison | 214049424 | H-625-115-313-822 | 7803 | New Battle Grove Road | Baltimore | MD | 21222 | 4103880549 | 102574 | char...@verizon.net |


Line 3264: 11562 | brenda | sheffield | 215821517 | s143098497827 | 5 | genevieve court | stevensville | md | 21666 | 4106435691 | 102762 | bsheffi...@yahoo.com |


*** Format is always: full info ***


|CARD TYPE |FIRST NAME |LAST NAME |CC NUMBER |EXPIRY DATE |CVV|ADDRESS |ZIP CODE


|CITY/TOWN |STATE


|COUNTRY |PHONE |DOB |SSN |MOTHER'S MAIDEN NAME |VERIFIED BY VISA |CVV2


|EMPLOYMENT |POSITION HELD |



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


MY RULE :


- We will give order immediately after payment if payment was thru PerfectMoney (PM) WebMoney (WMZ) Bitcoin (BTC)


- If you Payment Via WesternUnion & Money Gram & you will receive your stuff in 10 min


*** Please Contact me ***


- ICQ : 690616620

- Skype : maryabbate128

- Gmail : maryabbate128@gmail.com

- Shop dumps online : https://shopdumps101.com/

- https://www.youtube.com/watch?v=lf1r29md42s

Re: other USB ports

$
0
0
lordzahl,

Quote

One other observation for the future: The GPL sources provided for the NAS by Thecus only includes one dts file, which matches the "model" string shown by my kernel boot up dump "Marvell Armada 385 Development Board".
I will attach it here for future reference.

I think you need to ask Thecus to provide GPL source for u-boot and kernel

U-Boot 2013.01 (Aug 09 2017 - 16:51:03) Marvell version: 2015_T1.0p18

[    0.000000] Linux version 3.10.105.13 (root@localhost.localdomain) (gcc version 4.8.5 (Marvell GCC release 20160307-7f3c83a0) ) #1 SMP Wed Aug 9 17:39:15 CST 2017

Looking the boot log in this post above. None of the USB were initialized. Like there are no power.
https://forum.doozan.com/read.php?2,50829,51059#msg-51059

Do you have a stock serial bootlog you can post?

Re: other USB ports

$
0
0
Hello bodhi,

> I think you need to ask Thecus to provide GPL
> source for u-boot and kernel
Yes, i already did that, but i will try again on the public forum.

> Looking the boot log in this post above. None of
> the USB were initialized. Like there are no
> power.
> https://forum.doozan.com/read.php?2,50829,51059#msg-51059
Where do you read that USB were not initialized? I only find
[    3.357042] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd
[    3.377161] usb 3-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    3.386393] usb 3-1: New USB device found, idVendor=1f75, idProduct=0916
[    3.393136] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.400309] usb 3-1: Product: USB Flash Disk
[    3.404597] usb 3-1: Manufacturer: General
[    3.408720] usb 3-1: SerialNumber: 1127100000000272
Do you mean the second line?

> Do you have a stock serial bootlog you can post?
You can find it in the first post of this thread (the first long <code> part).
https://forum.doozan.com/read.php?2,50829,50829#msg-50829

Re: other USB ports

$
0
0
lordzahl,

> Where do you read that USB were not initialized? I
> only find

>
> [    3.357042] usb 3-1: new SuperSpeed USB device
> number 2 using xhci-hcd
> [    3.377161] usb 3-1: Parent hub missing LPM
> exit latency info.  Power management will be
> impacted.
> [    3.386393] usb 3-1: New USB device found,
> idVendor=1f75, idProduct=0916
> [    3.393136] usb 3-1: New USB device strings:
> Mfr=1, Product=2, SerialNumber=3
> [    3.400309] usb 3-1: Product: USB Flash Disk
> [    3.404597] usb 3-1: Manufacturer: General
> [    3.408720] usb 3-1: SerialNumber:
> 1127100000000272
>

At this point the USB drive should show the partition and capacity. For example

[    2.152319] scsi host2: usb-storage 1-1:1.0
[    2.467227] usbcore: registered new interface driver uas
[    3.234230] scsi 2:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[    3.245851] sd 2:0:0:0: [sdb] 30031250 512-byte logical blocks: (15.4 GB/14.3 GiB)
[    3.263174] sd 2:0:0:0: [sdb] Write Protect is off
[    3.268009] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    3.268601] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.288019]  sdb: sdb1


Could you plug in a USB drive to the "next to the RJ45 port". And power up to boot to stock. See if the this USB drive is initialized by stock kernel.

I do think this Thecus box has the same problem as the WD My Cloud boxes in that the USB power needs to be activated by GPIO during boot. We saw this issue with WD My Cloud EX2100/EX4100 with the same u-boot source "U-Boot 2013.01 (Aug 09 2017 - 16:51:03) Marvell version: 2015_T1.0p18" but with older builds.

The stock kernel GPL would show the GPIO number to be used. We modifed the DTS to activate USB and HDD for those boxes.

EXT4 rootfs for booting

$
0
0
I've come across this EXT4 quirk while looking for clues about various EXT4 booting problems.

https://unix.stackexchange.com/questions/388432/what-does-this-mkfs-ext4-operand-mean
https://bugzilla.gnome.org/show_bug.cgi?id=766910

Basically, if you are experiencing booting EXT4 problem then make sure the the mkfs.ext4 that you use to format the partition do not use 64-bit option. For example, ^64bit indicated that the file system should be 32-bit.

mkfs.ext4 -O ^64bit -L roofs /dev/sdb1

This seems to be the new default set by a newer patch recently. Older u-boots have not caught up with this so it might cause problem.

Re: USB drive causes booting problem with Linux Kernel 4.4.89 Oxnas

Re: other USB ports

$
0
0
Hi bodhi,

Thanks for explaining. So There is USB power, in uboot, so there kernel image can be loaded, but it is gone in kernel again? If this happens with the stock kernel and stock dtb, then there might be a program after booting, which enables it?

Boot to stock with USB driver in the "next to RJ45 port":
BootROM - 1.73
Booting from SPI flash


General initialization - Version: 1.0.0
AVS selection from EFUSE disabled (Skip reading EFUSE values)
Overriding default AVS value to: 0x23
Detected Device ID 6820
High speed PHY - Version: 2.0

Init Customer board board SerDes lanes topology details:
 | Lane # | Speed|    Type     |
 ------------------------------|
 |   0    |  0   |  SGMII0     |
 |   1    |  3   |  SATA0      |
 |   2    |  3   |  SATA1      |
 |   4    |  5   |  USB3 HOST0 |
 |   5    |  5   |  USB3 HOST1 |
 -------------------------------
High speed PHY - Ended Successfully
DDR4 Training Sequence - Ver TIP-0.23.(Sublib 0.8)0
DDR4 Training Sequence - Switching XBAR Window to FastPath Window 
DDR4 Training Sequence - Ended Successfully
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2013.01 (Aug 09 2017 - 16:51:03) Marvell version: 2015_T1.0p18

Board: A38x-Customer0-Thecus-N2350
SoC:   MV88F6820 Rev A0
       running 2 CPUs
CPU:   ARM Cortex A9 MPCore (Rev 1) LE
       CPU 0
       CPU    @ 1066 [MHz]
       L2     @ 800 [MHz]
       TClock @ 200 [MHz]
       DDR4    @ 800 [MHz]
       DDR4 32 Bit Width,FastPath Memory Access, DLB Enabled, ECC Disabled
DRAM:  1 GiB
NAND:  512 MiB
MMC:   mv_sdh: 0
SF: Detected MX25L3205D with page size 64 KiB, total 4 MiB
USB2.0 0: Host Mode
USB3.0 0: Host Mode
USB3.0 1: Host Mode

Map:   Code:			0x3fed0000:0x3ff959e4
       BSS:			0x3ffef104
       Stack:			0x3f9bff20
       Heap:			0x3f9c0000:0x3fed0000
       U-Boot Environment:	0x00100000:0x00110000 (SPI)

Board configuration detected:
Net:   
|  port  | Interface | PHY address  |
|--------|-----------|--------------|
| egiga0 |   SGMII   |     0x01     |
egiga0 [PRIME]
Hit any key to stop autoboot:  3 ??? 2 ??? 1 ??? 0 
(Re)start USB...
USB0:   Port (usbActive) : 0	Interface (usbType = 3) : Anson:xhci_usb_lowlevel_init--1--index=0
Anson:xhci_usb_lowlevel_init--2
Anson:Register 2000120 NbrPorts 2
USB XHCI 1.00
Anson:xhci_usb_lowlevel_init--3
scanning bus 0 for devices... 2 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
       scanning usb for ethernet devices... 0 Ethernet Device(s) found
** Unrecognized filesystem type **
incorrect device type in spi0=spi_flash
invalid mtd device 'spi_flash'
Creating 1 MTD partitions on "nand0":
0x000000000000-0x000020000000 : "mtd=0"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    126976 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=0"
UBI: MTD device size:            512 MiB
UBI: number of good PEBs:        4085
UBI: number of bad PEBs:         11
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     4
UBI: available PEBs:             5
UBI: total number of reserved PEBs: 4080
UBI: number of PEBs reserved for bad PEB handling: 40
UBI: max/mean erase counter: 3/1
UBIFS: mounted UBI device 0, volume 1, name "boot"
UBIFS: mounted read-only
UBIFS: file system size:   91422720 bytes (89280 KiB, 87 MiB, 720 LEBs)
UBIFS: journal size:       9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: LZO
UBIFS: reserved for root:  0 bytes (0 KiB)
Loading file 'boot/bzImage' to addr 0x02000000 with size 5069915 (0x004d5c5b)...
Done
Loading file 'boot/ramdisk' to addr 0x03000000 with size 16008500 (0x00f44534)...
Done
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   linux-3.10.thecus.develop-2015_T
   Created:      2018-01-19   4:22:37 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5069851 Bytes = 4.8 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 03000000 ...
   Image Name:   
   Created:      2018-01-19   4:30:47 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    16008436 Bytes = 15.3 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.105.14 (root@localhost.localdomain) (gcc version 4.8.5 (Marvell GCC release 20160307-7f3c83a0) ) #1 SMP Fri Jan 19 12:22:09 CST 2018
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Marvell Armada 380/381/382/383/384/385/388 (Device Tree), model: Marvell Armada 385 Development Board
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 8 pages/cpu @c16ab000 s8704 r8192 d15872 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260594
[    0.000000] Kernel command line: root=/dev/ram0 rw max_loop=210 console=ttyS0,115200 init=sbin/init rootdelay=3 ubi.mtd=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 1024MB = 1024MB total
[    0.000000] Memory: 1011276k/1011276k available, 37300k reserved, 254976K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xfff00000   ( 247 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0700000   ( 775 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc09162e4   (9273 kB)
[    0.000000]       .init : 0xc0917000 - 0xc095b200   ( 273 kB)
[    0.000000]       .data : 0xc095c000 - 0xc09c82e0   ( 433 kB)
[    0.000000]        .bss : 0xc09c82e0 - 0xc0a3b714   ( 462 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] 
[    0.000000]   LSP version: linux-3.10.70-2015_T1.1p9
[    0.000000] 
[    0.000000] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 171798ms
[    0.000000] L310 cache controller enabled
[    0.000000] l2x0: 16 ways, CACHE_ID 0x410054c9, AUX_CTRL 0x16070000, Cache size: 1048576 B
[    0.000000] Console: colour dummy device 80x30
[    0.000592] Calibrating delay loop... 2131.55 BogoMIPS (lpj=10657792)
[    0.060020] pid_max: default: 32768 minimum: 301
[    0.060138] Mount-cache hash table entries: 512
[    0.060596] Initializing cgroup subsys memory
[    0.060618] Initializing cgroup subsys devices
[    0.060623] Initializing cgroup subsys freezer
[    0.060628] Initializing cgroup subsys blkio
[    0.060633] Initializing cgroup subsys perf_event
[    0.060662] CPU: Testing write buffer coherency: ok
[    0.060810] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060855] Setting up static identity map for 0xc06d9470 - 0xc06d94c8
[    0.061065] mvebu-pmsu: Initializing Power Management Service Unit
[    0.061121] Initializing CPU Reset module
[    0.061846] CPU1: Booted secondary processor
[    0.120817] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.120894] Brought up 2 CPUs
[    0.120907] SMP: Total of 2 processors activated (4256.56 BogoMIPS).
[    0.120911] CPU: All CPU(s) started in SVC mode.
[    0.121306] devtmpfs: initialized
[    0.124293] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.124526] xor: measuring software checksum speed
[    0.220728]    arm4regs  :  1700.000 MB/sec
[    0.320663]    8regs     :  1257.600 MB/sec
[    0.420601]    32regs    :  1253.600 MB/sec
[    0.420606] xor: using function: arm4regs (1700.000 MB/sec)
[    0.420614] pinctrl core: initialized pinctrl subsystem
[    0.420999] regulator-dummy: no parameters
[    0.421204] NET: Registered protocol family 16
[    0.422049] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.425220] irq: Cannot allocate irq_descs @ IRQ194, assuming pre-allocated
[    0.425753] irq: Cannot allocate irq_descs @ IRQ226, assuming pre-allocated
[    0.429853] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.429860] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.448331] bio: create slab <bio-0> at 0
[    0.610847] raid6: int32x1    123 MB/s
[    0.780692] raid6: int32x2    200 MB/s
[    0.950275] raid6: int32x4    169 MB/s
[    1.120279] raid6: int32x8    193 MB/s
[    1.120284] raid6: using algorithm int32x2 (200 MB/s)
[    1.120289] raid6: using intx1 recovery algorithm
[    1.120620] mvebu-pcie pcie-controller.3: PCIe0.0: link down
[    1.120650] mvebu-pcie pcie-controller.3: PCIe1.0: link down
[    1.120833] mvebu-pcie pcie-controller.3: PCI host bridge to bus 0000:00
[    1.120844] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    1.120853] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    1.120862] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.121229] PCI: bus0: Fast back to back transfers disabled
[    1.121239] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.121249] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.121376] PCI: bus1: Fast back to back transfers enabled
[    1.121512] PCI: bus2: Fast back to back transfers enabled
[    1.121551] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.121562] pci 0000:00:02.0: PCI bridge to [bus 02]
[    1.121573] PCI: enabling device 0000:00:01.0 (0140 -> 0143)
[    1.121580] PCI: enabling device 0000:00:02.0 (0140 -> 0143)
[    1.122060] vgaarb: loaded
[    1.122435] SCSI subsystem initialized
[    1.123085] usbcore: registered new interface driver usbfs
[    1.123175] usbcore: registered new interface driver hub
[    1.123299] usbcore: registered new device driver usb
[    1.123696] Linux video capture interface: v2.00
[    1.123947] pps_core: LinuxPPS API ver. 1 registered
[    1.123953] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.124018] PTP clock support registered
[    1.124830] Bluetooth: Core ver 2.16
[    1.124911] NET: Registered protocol family 31
[    1.124918] Bluetooth: HCI device and connection manager initialized
[    1.124928] Bluetooth: HCI socket layer initialized
[    1.124936] Bluetooth: L2CAP socket layer initialized
[    1.124950] Bluetooth: SCO socket layer initialized
[    1.125392] Switching to clocksource armada_370_xp_clocksource
[    1.125427] cfg80211: Calling CRDA to update world regulatory domain
[    1.134548] NET: Registered protocol family 2
[    1.135073] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    1.135169] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    1.135268] TCP: Hash tables configured (established 8192 bind 8192)
[    1.135305] TCP: reno registered
[    1.135314] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    1.135339] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    1.135524] NET: Registered protocol family 1
[    1.136850] RPC: Registered named UNIX socket transport module.
[    1.136858] RPC: Registered udp transport module.
[    1.136862] RPC: Registered tcp transport module.
[    1.136867] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.136985] Trying to unpack rootfs image as initramfs...
[    2.065134] Freeing initrd memory: 15628K (c3001000 - c3f44000)
[    2.065524] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    2.069819] bounce pool size: 64 pages
[    2.086729] VFS: Disk quotas dquot_6.5.2
[    2.087144] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.091725] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.094761] NFS: Registering the id_resolver key type
[    2.094788] Key type id_resolver registered
[    2.094794] Key type id_legacy registered
[    2.094805] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    2.095253] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    2.096174] fuse init (API version 7.22)
[    2.097637] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    2.100570] msgmni has been set to 1507
[    2.102263] async_tx: api initialized (async)
[    2.102927] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    2.103265] io scheduler noop registered
[    2.103273] io scheduler deadline registered (default)
[    2.103302] io scheduler cfq registered
[    2.104399] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    2.105282] mv_xor f1060800.xor: Marvell shared XOR driver
[    2.146000] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
[    2.176035] mv_xor f1060800.xor: freeing 1 in use descriptors!
[    2.176049] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( intr crc32c )
[    2.177357] mv_xor f1060900.xor: Marvell shared XOR driver
[    2.215965] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
[    2.245999] mv_xor f1060900.xor: freeing 1 in use descriptors!
[    2.246012] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( intr crc32c )
[    2.316178] Serial: 8250/16550 driver, 2 ports, IRQ sharing enabled
[    2.338582] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 44) is a 16550A
[    3.208904] console [ttyS0] enabled
[    3.216665] brd: module loaded
[    3.395096] loop: loaded (max 210 devices)
[    3.401552] nbd: registered device at major 43
[    3.418760] i2c /dev entries driver
[    3.424497] pca9532_init
[    3.432927] pca9532_id_init
[    3.441710] i2c i2c-0: Found pca9532_id at 0x61
[    3.446542] pca9532_id 0-0061: setting platform data
[    3.481265] thecus_io: board_num: 0h
[    3.484856] thecus_io: board_idx: 0h
[    3.488461] thecus_board = BOARD_N2350, thecus_mbtype = a385!
[    3.497076] SCSI Media Changer driver v0.25 
[    3.502764] ahci_mv f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    3.511624] ahci_mv f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    3.522797] scsi0 : ahci_mv_platform
[    3.527259] scsi1 : ahci_mv_platform
[    3.531411] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 58
[    3.539386] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 58
[    3.551112] armada-nand f10d0000.nand: Initialize HAL based NFC in 8bit mode with DMA Disabled using BCH 4bit ECC
[    3.565619] NAND device: Manufacturer ID: 0xad, Chip ID: 0xdc (Hynix NAND 512MiB 3,3V 8-bit), 512MiB, page size: 2048, OOB size: 64
[    3.578467] Bad block table found at page 261824, version 0x01
[    3.585421] Bad block table found at page 261760, version 0x01
[    3.591468] nand_read_bbt: bad block at 0x0000061e0000
[    3.596681] nand_read_bbt: bad block at 0x00000e1c0000
[    3.601840] nand_read_bbt: bad block at 0x00000e1e0000
[    3.607026] nand_read_bbt: bad block at 0x00001ff80000
[    3.612185] nand_read_bbt: bad block at 0x00001ffa0000
[    3.617349] nand_read_bbt: bad block at 0x00001ffc0000
[    3.622507] nand_read_bbt: bad block at 0x00001ffe0000
[    3.627695] 1 ofpart partitions found on MTD device armada-nand
[    3.633639] Creating 1 MTD partitions on "armada-nand":
[    3.638895] 0x000000000000-0x000020000000 : "ubifs"
[    3.647540] m25p80 spi1.0: mx25l3205d (4096 Kbytes)
[    3.652454] 2 ofpart partitions found on MTD device spi1.0
[    3.657982] Creating 2 MTD partitions on "spi1.0":
[    3.662800] 0x000000000000-0x000000400000 : "U-Boot-img"
[    3.669752] 0x000000100000-0x000000400000 : "U-Boot-env"
[    3.681778] libphy: Fixed MDIO Bus: probed
[    3.686808] SoC: model = 0x6820, revision = 0x4
[    3.691450] mvPncVirtBase = 0xf0c00000, pncTcamSize = 1024
[    3.696980]   o 3 Giga ports supported
[    3.700745]   o SKB recycle supported for SWF (Disabled)
[    3.706100]   o NETA acceleration mode 4
[    3.710039]   o BM supported for CPU: 4 BM pools
[    3.714674]   o PnC supported (Enabled)
[    3.718532]   o RX Queue support: 8 Queues * 256 Descriptors
[    3.724214]   o TX Queue support: 8 Queues * 532 Descriptors
[    3.729900]   o GSO supported
[    3.732878]   o GRO supported
[    3.735862]   o Receive checksum offload supported
[    3.740671]   o Transmit checksum offload supported
[    3.745573]   o Driver ERROR statistics enabled
[    3.750121]   o Driver INFO statistics enabled
[    3.754581]   o Driver DEBUG statistics enabled
[    3.759134] 
[    3.761990] port #0: is_sgmii=1, is_rgmii=0, phy_addr=1
[    3.767296]   o Loading network interface(s) for port #0: cpu_mask=0x3, tx_csum_limit=9800
[    3.775656] 
[    3.777154]   o Port 0 is connected to Linux netdevice
[    3.787772]     o eth0, ifindex = 3, GbE port = 0
[    3.795961] 	giga p=0: mtu=1500, mac=b2:7e:96:2c:89:63 (random)
[    3.801908] 
[    3.804371] libphy: orion_mdio_bus: probed
[    3.810432] PPP generic driver version 2.4.2
[    3.815445] PPP BSD Compression module registered
[    3.820172] PPP Deflate Compression module registered
[    3.825253] PPP MPPE Compression module registered
[    3.830089] NET: Registered protocol family 24
[    3.834993] usbcore: registered new interface driver asix
[    3.840673] usbcore: registered new interface driver ax88179_178a
[    3.847023] usbcore: registered new interface driver cdc_ether
[    3.853093] usbcore: registered new interface driver net1080
[    3.859012] usbcore: registered new interface driver cdc_subset
[    3.865166] usbcore: registered new interface driver zaurus
[    3.871044] usbcore: registered new interface driver cdc_ncm
[    3.876765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.883323] ehci-pci: EHCI PCI platform driver
[    3.888015] ehci-orion: EHCI orion driver
[    3.892157] orion-ehci f1058000.usb: EHCI Host Controller
[    3.897617] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    3.905297] orion-ehci f1058000.usb: irq 50, io mem 0xf1058000
[    3.905449] ata2: SATA link down (SStatus 0 SControl 300)
[    3.905483] ata1: SATA link down (SStatus 0 SControl 300)
[    3.935430] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    3.941417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.948252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.955514] usb usb1: Product: EHCI Host Controller
[    3.960414] usb usb1: Manufacturer: Linux 3.10.105.14 ehci_hcd
[    3.966279] usb usb1: SerialNumber: f1058000.usb
[    3.971679] hub 1-0:1.0: USB hub found
[    3.975479] hub 1-0:1.0: 1 port detected
[    3.980174] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    3.985540] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
[    3.993529] xhci-hcd f10f0000.usb3: irq 48, io mem 0xf10f0000
[    3.999360] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    4.006198] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.013453] usb usb2: Product: xHCI Host Controller
[    4.018361] usb usb2: Manufacturer: Linux 3.10.105.14 xhci-hcd
[    4.024219] usb usb2: SerialNumber: f10f0000.usb3
[    4.029674] hub 2-0:1.0: USB hub found
[    4.033451] hub 2-0:1.0: 1 port detected
[    4.037585] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    4.042934] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
[    4.050538] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    4.057370] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.064624] usb usb3: Product: xHCI Host Controller
[    4.069530] usb usb3: Manufacturer: Linux 3.10.105.14 xhci-hcd
[    4.075387] usb usb3: SerialNumber: f10f0000.usb3
[    4.086388] hub 3-0:1.0: USB hub found
[    4.090164] hub 3-0:1.0: 1 port detected
[    4.094274] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    4.099647] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
[    4.107664] xhci-hcd f10f8000.usb3: irq 49, io mem 0xf10f8000
[    4.113478] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    4.120317] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.127580] usb usb4: Product: xHCI Host Controller
[    4.132480] usb usb4: Manufacturer: Linux 3.10.105.14 xhci-hcd
[    4.138348] usb usb4: SerialNumber: f10f8000.usb3
[    4.144047] hub 4-0:1.0: USB hub found
[    4.147838] hub 4-0:1.0: 1 port detected
[    4.151908] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    4.157261] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
[    4.164817] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[    4.171655] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.178916] usb usb5: Product: xHCI Host Controller
[    4.183816] usb usb5: Manufacturer: Linux 3.10.105.14 xhci-hcd
[    4.189683] usb usb5: SerialNumber: f10f8000.usb3
[    4.195731] hub 5-0:1.0: USB hub found
[    4.199507] hub 5-0:1.0: 1 port detected
[    4.204799] mv-udc f1058100.udc: successful probe UDC device without clock gating.
[    4.214057] mousedev: PS/2 mouse device common for all mice
[    4.223862] mvebu-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    4.355435] usb 2-1: new high-speed USB device number 2 using xhci-hcd
[    4.375841] usb 2-1: New USB device found, idVendor=0781, idProduct=5567
[    4.382574] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.389752] usb 2-1: Product: Cruzer Blade
[    4.393866] usb 2-1: Manufacturer: SanDisk
[    4.397991] usb 2-1: SerialNumber: 4C530103371128105004
[    4.642535] lm75 0-0049: hwmon0: sensor 'lm75'
[    4.696704] armada_thermal f10e4078.thermal: Overheat threshold between 92..107
[    4.705757] orion_wdt: Initial timeout 171 sec
[    4.710625] thecus_event : started
[    4.714048] md: linear personality registered for level -1
[    4.719576] md: raid0 personality registered for level 0
[    4.724910] md: raid1 personality registered for level 1
[    4.730262] md: raid10 personality registered for level 10
[    4.735778] md: raid6 personality registered for level 6
[    4.741110] md: raid5 personality registered for level 5
[    4.746449] md: raid4 personality registered for level 4
[    4.751783] md: multipath personality registered for level -4
[    4.758225] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    4.766824] dm_crypt using the OCF package.
[    4.771655] device-mapper: multipath: version 1.6.0 loaded
[    4.777190] device-mapper: multipath round-robin: version 1.0.0 loaded
[    4.783745] device-mapper: multipath queue-length: version 0.1.0 loaded
[    4.790395] device-mapper: multipath service-time: version 0.2.0 loaded
[    4.811936] cpuidle: using governor ladder
[    4.816231] armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: Total CESA HW channels supported 2
[    4.825630] armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: CESA feature: int_coalescing(1)
[    4.834729] armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources threshold 0x2, threshold_time 0xfffff
[    4.844591] mvCesaInit: channels=2, session=640, queue=256
[    4.870067] armada-cesa-ocf f109d000.crypto: cesa_ocf_probe: CESA driver operate in ocf(0) mode
[    4.879939] cesadev_init(c0937940)
[    4.885579] usbcore: registered new interface driver usbhid
[    4.891183] usbhid: USB HID core driver
[    4.895677] Loading Marvell spi device
[    4.902440] arp_tables: (C) 2002 David S. Miller
[    4.907170] TCP: cubic registered
[    4.910504] Initializing XFRM netlink socket
[    4.917335] NET: Registered protocol family 10
[    4.923176] sit: IPv6 over IPv4 tunneling driver
[    4.929652] NET: Registered protocol family 17
[    4.934155] NET: Registered protocol family 15
[    4.938822] Bridge firewalling registered
[    4.942899] 8021q: 802.1Q VLAN Support v1.8
[    4.947143] Key type dns_resolver registered
[    4.951651] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    4.972356] regulator-dummy: disabling
[    5.000076] UBI: attaching mtd0 to ubi0
[    6.665245] UBI: scanning is finished
[    6.679047] UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 45, need 69
[    6.731500] UBI: attached mtd0 (name "ubifs", size 512 MiB) to ubi0
[    6.737814] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    6.744716] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    6.751494] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    6.758415] UBI: good PEBs: 4085, bad PEBs: 11, corrupted PEBs: 0
[    6.764587] UBI: user volume: 4, internal volumes: 1, max. volumes count: 128
[    6.771809] UBI: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 245953803
[    6.780866] UBI: available PEBs: 0, total reserved PEBs: 4085, PEBs reserved for bad PEB handling: 45
[    6.790479] UBI: background thread "ubi_bgt0d" started, PID 1527
[    7.069445] mvebu-rtc f10a3800.rtc: setting system clock to 2018-02-19 06:52:37 UTC (1519023157)
[    7.113467] Freeing unused kernel memory: 272K (c0917000 - c095b000)
starting pid 1638, tty '': '/etc/rc.d/rc.sysinit'
Mounting /proc
Remounting root device read-write...
Mounting other local filesystems...
/var                     : successfully mounted
/dev/pts                 : successfully mounted
/proc                    : already mounted
/sys                     : successfully mounted
Mounting /var under /dev/shm...
[    7.402616] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    7.421237] uhci_hcd: USB Universal Host Controller Interface driver
[    7.493207] usb-storage 2-1:1.0: USB Mass Storage device detected
[    7.502276] scsi2 : usb-storage 2-1:1.0
[    7.521640] usbcore: registered new interface driver usb-storage
[    7.604987] UBIFS: background thread "ubifs_bgt0_3" started, PID 1747
[    7.663055] UBIFS: mounted UBI device 0, volume 3, name "rom"
[    7.668905] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.678095] UBIFS: FS size: 401498112 bytes (382 MiB, 3162 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
[    7.688061] UBIFS: reserved for root: 0 bytes (0 KiB)
[    7.693137] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 2B0AA742-5411-4988-B342-2DF8A11078C2, small LPT model
[    7.713461] UBIFS: background thread "ubifs_bgt0_3" stops
Setting up loopback networking...
[    7.963196] UBIFS: background thread "ubifs_bgt0_2" started, PID 1769
[    7.993790] UBIFS: recovery needed
[    8.134097] UBIFS: recovery completed
[    8.137862] UBIFS: mounted UBI device 0, volume 2, name "etc"
[    8.143640] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.152831] UBIFS: FS size: 8126464 bytes (7 MiB, 64 LEBs), journal size 1650688 bytes (1 MiB, 13 LEBs)
[    8.162272] UBIFS: reserved for root: 0 bytes (0 KiB)
[    8.167354] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 19DE1F75-8119-4293-BAE6-068A80F2F200, small LPT model
[    8.231934] UBIFS: background thread "ubifs_bgt0_4" started, PID 1777
[    8.261912] UBIFS: recovery needed
[    8.343343] UBIFS: recovery completed
[    8.347118] UBIFS: mounted UBI device 0, volume 4, name "version"
[    8.353244] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.362435] UBIFS: FS size: 6094848 bytes (5 MiB, 48 LEBs), journal size 1396736 bytes (1 MiB, 11 LEBs)
[    8.371876] UBIFS: reserved for root: 0 bytes (0 KiB)
[    8.376958] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 8A43601A-8B91-47F3-89A8-2D52E4A458F3, small LPT model
[    8.512527] eth0: mac address changed
[    8.515892] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.26 PQ: 0 ANSI: 6
[    8.525310] Thecus Tray: 23, sdw
[    8.535973] sd 2:0:0:0: [sdw] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    8.544804] sd 2:0:0:0: [sdw] Write Protect is off
[    8.555008] sd 2:0:0:0: [sdw] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.584193]  sdw: sdw1
[    8.612468] sd 2:0:0:0: [sdw] Attached SCSI disk
[    8.617167] DISK_ADD sdw 23
[    8.619983] ?[1;31;40m
[    8.622212] criticalevent_user: disk_add sdw 23 
[    8.627074] ?[0mstarting pid 1881, tty '': '/sbin/console'

(none) login: ['', '', '']
('rsync_service', {'status': '1'})
('web_service', {'status': '1'})
('webdav', {'status': '1'})
('awss3', {'status': '1'})
('snmp_service', {'status': '1'})
TELNET 0
('itunes_service', {'status': '1'})
('ha', {'status': '0'})
('ssd_cache', {'status': '0'})
('upnpd', {'status': '1'})
('sed', {'status': '1'})
('tftp', {'status': '1'})
('vpn_server', {'status': '1'})
('swift', {'status': '0'})
('stack', {'status': '1'})
('auto_upgrade', {'status': '1'})
('ftp', {'status': '1'})
('failover', {'status': '1'})
('iso_mount', {'status': '1'})
('nfs', {'status': '1'})
('scale_out', {'status': '0'})
Bonjour 0
('disk_clone_wipe', {'status': '1'})
('ssh_service', {'status': '1'})
IHM 1
Snapshot 1
('iscsi', {'status': '1'})
>>>>>>>>>>>>>>>>>>>>Start: Initial LCM

<<<<<<<<<<<<<<<<<<<<End: Initial LCM

>>>>>>>>>>>>>>>>>>>>Start: Load Drivers

modprobe: FATAL: Module i915 not found.
modprobe: FATAL: Module e1000e not found.
modprobe: FATAL: Module igb not found.
modprobe: FATAL: Module ixgbe not found.
modprobe: FATAL: Module tehuti not found.
modprobe: FATAL: Module i40e not found.
modprobe: FATAL: Module bnx2x not found.
modprobe: FATAL: Module tn40xx not found.
modprobe: FATAL: Module tn4022 not found.
modprobe: FATAL: Module be2net not found.
modprobe: FATAL: Module tg3 not found.
[   15.084736] usbcore: registered new interface driver usblp
[   15.156894] NTFS driver 2.1.30 [Flags: R/O MODULE].
[   15.249892] sd 2:0:0:0: Attached scsi generic sg23 type 0
[   15.339970] exFAT: Version 1.2.9
<<<<<<<<<<<<<<<<<<<<End: Load Dr[   15.453445] Clear Critical Queue. 
ivers

>>>>>>>>>>>>>>>>>>>>Start: Initial Settings

?[9;0]Alarm off
<<<<<<<<<<<<<<<<<<<<End: Initial Settings

>>>>>>>>>>>>>>>>>>>>Start: Check Reset to Default

<<<<<<<<<<<<<<<<<<<<End: Check Reset to Default

>>>>>>>>>>>>>>>>>>>>Start: Config Management

<<<<<<<<<<<<<<<<<<<<End: Config Management

>>>>>>>>>>>>>>>>>>>>Start: Network Initialize

[   15.771971] udev: starting version 151
route: ioctl 0x890c failed: No such process
[   17.267439] pool #0: pkt_size=1536, buf_size=1600 - 2048 of 2048 buffers added
[   17.274960] eth0: started
[   17.277828] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
<<<<<<<<<<<<<<<<<<<<End: Network Initialize

>>>>>>>>>>>>>>>>>>>>Start: Unlock SED Disk

<<<<<<<<<<<<<<<<<<<<End: Unlock SED Disk

>>>>>>>>>>>>>>>>>>>>Start: Initial Disk

<<<<<<<<<<<<<<<<<<<<End: Initial Disk

>>>>>>>>>>>>>>>>>>>>Start: Factory Test

[   29.279130] kjournald starting.  Commit interval 5 seconds
[   29.282338] EXT3-fs (sdw1): using internal journal
[   29.282343] EXT3-fs (sdw1): mounted filesystem with writeback data mode
<<<<<<<<<<<<<<<<<<<<End: Factory Test

>>>>>>>>>>>>>>>>>>>>Start: Assemble RAID

<<<<<<<<<<<<<<<<<<<<End: Assemble RAID

>>>>>>>>>>>>>>>>>>>>Start: Upgrade Firmware Version

<<<<<<<<<<<<<<<<<<<<End: Upgrade Firmware Version

>>>>>>>>>>>>>>>>>>>>Start: Activate Monitor

<<<<<<<<<<<<<<<<<<<<End: Activate Monitor

>>>>>>>>>>>>>>>>>>>>Start: Environment Setting

<<<<<<<<<<<<<<<<<<<<End: Environment Setting

>>>>>>>>>>>>>>>>>>>>Start: Start Service

[   36.223984] Rounding down aligned max_sectors from 4294967295 to 4294967288
[   38.496527] Loading iSCSI transport class v2.0-870.
[   39.590906] ip_tables: (C) 2000-2006 Netfilter Core Team
2018-02-19 14:53:12,639 - ERROR - SSDCacheManager - Fail to load necessary kernel modules.
      cmd = /sbin/modprobe enhanceio
exit_code = 1
   output = 

<<<<<<<<<<<<<<<<<<<<End: Start Service

>>>>>>>>>>>>>>>>>>>>Start: Boot OK

/bin/sh: /usr/bin/sounds/startupsound: No such file or directory
2018-02-19 14:53:17,716 - WARNING - WebDAVService - WebDAV is not process, please start WebDAV first
<<<<<<<<<<<<<<<<<<<<End: Boot OK

>>>>>>>>>>>>>>>>>>>>Boot Process Successful<<<<<<<<<<<<<<<<<<<<

>>>>>>>>>>>>>>>>>>>>Boot Process Finish<<<<<<<<<<<<<<<<<<<<

Re: other USB ports

$
0
0
[    8.515892] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.26 PQ: 0 ANSI: 6
[    8.525310] Thecus Tray: 23, sdw
[    8.535973] sd 2:0:0:0: [sdw] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    8.544804] sd 2:0:0:0: [sdw] Write Protect is off
[    8.555008] sd 2:0:0:0: [sdw] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.584193]  sdw: sdw1
[    8.612468] sd 2:0:0:0: [sdw] Attached SCSI disk

Right there! So stock kernel has patch that power up the USB drive.

Quote

So There is USB power, in uboot, so there kernel image can be loaded, but it is gone in kernel again? If this happens with the stock kernel and stock dtb, then there might be a program after booting, which enables it?

No, not a separate progam. It is in the stock kernel code. This u-boot apparently turns off USB power at the end. And the stock kernel turns it on during boot.

If I'm right, this is similar to what happened in our experience with the WD My Cloud series u-boot.

So the nex thing you need to do is to find out which GPIO turn on USB power. And that can be figured out if you have the GPL source. Once we have that, the GPIO can be implemented in the DTS.
Viewing all 26564 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>