Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Help! Akitio mycloudmini using stock kernel but missing system setting files (6 replies)

$
0
0
Hi,

I have akitio mycloudmini used oem factory firmware,
at yesterday , I want to try to modify root's passord.
So, I backup and save the zip file.
open it, modify 'shadow ' file to my admin password for root.
after did that, I use 'Restore' to upload zip file to server then click 'restart' to reboot.

at the long long time, i can't 'Ping' machine IP, so that I force reboot machine by push button.

after power on , I use serial console and Putty to watch the log,
I found that , passwd/shadow/fstab/...blablaba....every each setting file was gone.

please see the log attachment.


I saw UBI File System can mount and 'Login:' show ....
I though whole the file system can work after I fix all of the setting files.
But, How can I mount MTDBLOCK ? (Boot from HDD and mount ubifs recovery all of the files, maybe ok ? But, How to ?)




I always know my U-Boot is Ver.1.1.2,
less function to 'saveenv'/'boot' .......so that I can't force into single mode to rescue my setting-files.

have any idea ?

OR

I am sure 'bootm' can execute!
try pass through TFTP to download uImage ?

tftp 0x60003000 uImage <===??????what image????
tftp 0x60500000 ??????.dtb <=== need it?
setenv bootargs ${bootargs} single init=/bin/sh
bootm 0x60003000 - 0x60500000

have any suggestion ?


Stage-1 Bootloader 一  8月 30 10:55:36 CST 2010
Attempting to set PLLA to 700MHz ...
  plla_ctrl0 : 0x0000000A
  plla_ctrl1 : 0x000E0000
  plla_ctrl2 : 0x001B01A0
  plla_ctrl3 : 0x00000016
PLLA Set

Setup memory, testing
Reading NAND, Image 0
  Hdr len: 0x0001A0D8
  Hdr CRC: 0x330E1A94
 OK


U-Boot 1.1.2 (Dec 24 2010 - 12:42:28)

U-Boot code: 60D00000 -> 60D1A0D8  BSS: -> 60D1E790
RAM Configuration:
        Bank #0: 60000000 256 MB
SRAM Configuration:
        64KB at 0x50000000
NAND:256 MiB
Using default environment

In:    serial
Out:   serial
Err:   serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot:  0
$
$ printenv
bootcmd=run extinguishled boot_nand
bootdelay=2
baudrate=115200
ethaddr=00:30:e0:00:00:01
ipaddr=172.31.0.128
serverip=172.31.0.100
autoload=n
netmask=255.255.0.0
bootfile="uImage"
load_nand=nboot 60500000 0 440000
load_nand2=nboot 60500000 0 A40000
lightled=ledfail 1
extinguishled=ledfail 0
boot=bootm 60500000
boot_nand=run load_nand boot || run load_nand2 boot || run lightled
stdin=serial
stdout=serial
stderr=serial
bootargs=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=256M poweroutage=yes

Environment size: 576/8188 bytes

setenv bootargs ${bootargs} single init=/bin/sh && reset

$ printenv
Unknown command 'printenv' - try 'help'
$ printenv
bootcmd=run extinguishled boot_nand
bootdelay=2
baudrate=115200
ethaddr=00:30:e0:00:00:01
ipaddr=172.31.0.128
serverip=172.31.0.100
autoload=n
netmask=255.255.0.0
bootfile="uImage"
load_nand=nboot 60500000 0 440000
load_nand2=nboot 60500000 0 A40000
lightled=ledfail 1
extinguishled=ledfail 0
boot=bootm 60500000
boot_nand=run load_nand boot || run load_nand2 boot || run lightled
stdin=serial
stdout=serial
stderr=serial
bootargs=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=256M poweroutage=yes single init=/bin/sh

Environment size: 596/8188 bytes
$ boot
Unknown command 'boot' - try 'help'
$ boot
Unknown command 'boot' - try 'help'
$ help
?       - alias for 'help'
base    - print or set address offset
bdinfo  - print Board Info structure
bootm   - boot application image from memory
bootp   - boot image via network using BootP/TFTP protocol
cmp     - memory compare
cp      - memory copy
crc32   - checksum calculation
echo    - echo args to console
exit    - exit script
fg - flash gpio <port 0 , 1 > <gpio pin [17:0] >  <times>
go      - start application at address 'addr'
help    - print online help
iminfo  - print header information for application image
ledfail - Extinguish (0) or light (1) failure LED
loop    - infinite loop on address range
md      - memory display
mm      - memory modify (auto-incrementing)
mtest   - simple RAM test
mw      - memory write (fill)
nand    - NAND sub-system
nboot   - boot from NAND device
nm      - memory modify (constant address)
nwboot          - NAND Write boot information
otp    - OTP sub-system
ping    - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
rarpboot- boot image via network using RARP/TFTP protocol
reset   - Perform RESET of the CPU
run     - run commands in an environment variable
setenv  - set environment variables
sg - set gpio <port 0 , 1 > <gpio pin [17:0] >  < (1) high (0) low>
test    - minimal test like /bin/sh
tftpboot- boot image via network using TFTP protocol
version - print monitor version
$ version

U-Boot 1.1.2 (Dec 24 2010 - 12:42:28)
$ reset
Resetting...

printenv and try to setenv watch


Stage-1 Bootloader 一  8月 30 10:55:36 CST 2010
Attempting to set PLLA to 700MHz ...
  plla_ctrl0 : 0x0000000A
  plla_ctrl1 : 0x000E0000
  plla_ctrl2 : 0x001B01A0
  plla_ctrl3 : 0x00000016
PLLA Set

Setup memory, testing
Reading NAND, Image 0
  Hdr len: 0x0001A0D8
  Hdr CRC: 0x330E1A94
 OK


U-Boot 1.1.2 (Dec 24 2010 - 12:42:28)

U-Boot code: 60D00000 -> 60D1A0D8  BSS: -> 60D1E790
RAM Configuration:
        Bank #0: 60000000 256 MB
SRAM Configuration:
        64KB at 0x50000000
NAND:256 MiB
Using default environment

In:    serial
Out:   serial
Err:   serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot:  0
$ printenv  bootargs
bootargs=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=256M poweroutage=yes
$ setenv bootargs "XXXXX single init=/bin/sh"
$ print
bootcmd=run extinguishled boot_nand
bootdelay=2
baudrate=115200
ethaddr=00:30:e0:00:00:01
ipaddr=172.31.0.128
serverip=172.31.0.100
autoload=n
netmask=255.255.0.0
bootfile="uImage"
load_nand=nboot 60500000 0 440000
load_nand2=nboot 60500000 0 A40000
lightled=ledfail 1
extinguishled=ledfail 0
boot=bootm 60500000
boot_nand=run load_nand boot || run load_nand2 boot || run lightled
stdin=serial
stdout=serial
stderr=serial
bootargs=XXXXX single init=/bin/sh

Environment size: 457/8188 bytes
$

mycloudmini can boot success from u-boot but miss password/shadow files


Stage-1 Bootloader 一  8月 30 10:55:36 CST 2010
Attempting to set PLLA to 700MHz ...
  plla_ctrl0 : 0x0000000A
  plla_ctrl1 : 0x000E0000
  plla_ctrl2 : 0x001B01A0
  plla_ctrl3 : 0x00000016
PLLA Set

Setup memory, testing
Reading NAND, Image 0
  Hdr len: 0x0001A0D8
  Hdr CRC: 0x330E1A94
 OK


U-Boot 1.1.2 (Dec 24 2010 - 12:42:28)

U-Boot code: 60D00000 -> 60D1A0D8  BSS: -> 60D1E790
RAM Configuration:
        Bank #0: 60000000 256 MB
SRAM Configuration:
        64KB at 0x50000000
NAND:256 MiB
Using default environment

In:    serial
Out:   serial
Err:   serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot:  0
Extinguish LED

Loading from device 0: 256MiB 3,3V 8-bit (offset 0x440000)
   Image Name:   Linux-2.6.31.6-fast-20110114
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3056816 Bytes =  2.9 MB
   Load Address: 60008000
   Entry Point:  60008000
## Booting image at 60500000 ...
   Image Name:   Linux-2.6.31.6-fast-20110114
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3056816 Bytes =  2.9 MB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux..................................................................................................................................................................................... done, booting the kernel.
Linux version 2.6.31.6-fast-20110114 (thom@11z) (gcc version 4.5.1 (GCC) ) #1 SMP Fri Jan 14 13:58:20 CST 2011
CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: Oxsemi NAS
1 memory region
Ignoring unrecognised tag 0x00000000
Memory policy: ECC disabled, Data cache writealloc
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=256M poweroutage=yes
PID hash table entries: 1024 (order: 10, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 253696KB available (5260K code, 310K data, 136K init, 0K highmem)
SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Hierarchical RCU implementation.
NR_IRQS:96
OX820_RPS_init_irq: interrupts 64 to 96
Console: colour dummy device 80x30
console [ttyS0] enabled
Calibrating delay loop... 279.34 BogoMIPS (lpj=1396736)
Security Framework initialized
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
Calibrating local timer... 349.98MHz.
CPU1: Booted secondary processor
Calibrating delay loop... 279.34 BogoMIPS (lpj=1396736)
Brought up 2 CPUs
SMP: Total of 2 processors activated (558.69 BogoMIPS).
NET: Registered protocol family 16
Number of DMA channels = 4, version = 4
Reserving a DMA channel for DirectRAID
Allocating 218 SRAM generic DMA descriptors
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Calling CRDA to update world regulatory domain
NET: Registered protocol family 2
Switched to NOHz mode on CPU #0
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
Switched to NOHz mode on CPU #1
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
Create fragment cache
fuse init (API version 7.12)
SGI XFS with security attributes, large block/inode numbers, no debug enabled
msgmni has been set to 496
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x44200000 (irq = 55) is a 16550A
brd: module loaded
loop: module loaded
ox820sata: OX820 sata core.
scsi0 : oxnassata
scsi1 : oxnassata
ata1: SATA max UDMA/133 irq 50
ata2: SATA max UDMA/133 irq 50
ata1: SATA link down (SStatus 0 SControl 300)
ata2: SATA link down (SStatus 0 SControl 300)
NAND device: Manufacturer ID: 0xad, Chip ID: 0xda (Hynix NAND 256MiB 3,3V 8-bit)
Scanning device for bad blocks
Creating 2 MTD partitions on "NAND 256MiB 3,3V 8-bit":
0x000000000000-0x0000026c0000 : "Boot partition"
0x0000026c0000-0x000010000000 : "Data Partition"
UBI: attaching mtd2 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI warning: ubi_eba_init_scan: cannot reserve enough PEBs for bad PEB handling, reserved 11, need 17
UBI: attached mtd2 to ubi0
UBI: MTD device name:            "Data Partition"
UBI: MTD device size:            217 MiB
UBI: number of good PEBs:        1738
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     1
UBI: available PEBs:             0
UBI: total number of reserved PEBs: 1738
UBI: number of PEBs reserved for bad PEB handling: 11
UBI: max/mean erase counter: 800/105
UBI: image sequence number: 1359814330
UBI: background thread "ubi_bgt0d" started, PID 398
Probing for Synopsis GMAC, unit 0
eth0: use mtd hwaddr
eth0: Tuning GMAC 0 RGMII timings
eth0: PHY is Realtek RTL8211D, type 0x001cc914
eth0: GMAC ver = 53, vendor ver = 18 at 0xe1400000, IRQ 40
eth0: Found PHY at address 3, type 0x001cc914 -> 10/100/1000
eth0: Ethernet addr: 00:01:d2:12:00:fa
probe() eth0: Leon x2 clock
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Start USB clocks
oxnas-ehci oxnas-ehci.0: OXNAS EHCI Host Controller
oxnas-ehci oxnas-ehci.0: new USB bus registered, assigned bus number 1
oxnas-ehci oxnas-ehci.0: irq 39, io mem 0x00000000
oxnas-ehci oxnas-ehci.0: USB 0.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
mice: PS/2 mouse device common for all mice
IRQ 53 uses trigger mode 0; requested 3
input: gpio-keys as /devices/platform/gpio-keys/input/input0
irq 54: nobody cared (try booting with the "irqpoll" option)
[<c002fab0>] (unwind_backtrace+0x0/0xe0) from [<c0076430>] (__report_bad_irq+0x78/0xa8)
[<c0076430>] (__report_bad_irq+0x78/0xa8) from [<c00765e4>] (note_interrupt+0x184/0x1f0)
[<c00765e4>] (note_interrupt+0x184/0x1f0) from [<c0076b44>] (handle_level_irq+0x108/0x130)
[<c0076b44>] (handle_level_irq+0x108/0x130) from [<c002a054>] (asm_do_IRQ+0x54/0xa8)
[<c002a054>] (asm_do_IRQ+0x54/0xa8) from [<c002abd8>] (__irq_svc+0x38/0xc0)
Exception stack(0xcf813b48 to 0xcf813b90)
3b40:                   cf813b90 ffff8bf5 00000000 00000000 00000102 c0593ac0
3b60: cf812000 cf812000 c0023530 c056e040 c05a1d60 00000000 00000002 cf813b90
3b80: c0050b8c c00506e8 20000113 ffffffff
[<c002abd8>] (__irq_svc+0x38/0xc0) from [<c00506e8>] (__do_softirq+0x50/0x140)
[<c00506e8>] (__do_softirq+0x50/0x140) from [<c0050b8c>] (irq_exit+0x84/0xa0)
[<c0050b8c>] (irq_exit+0x84/0xa0) from [<c002a058>] (asm_do_IRQ+0x58/0xa8)
[<c002a058>] (asm_do_IRQ+0x58/0xa8) from [<c002abd8>] (__irq_svc+0x38/0xc0)
Exception stack(0xcf813be8 to 0xcf813c30)
3be0:                   c059437c 60000013 e510001c 00000000 00000000 e510001c
3c00: c0573454 00000000 00000029 60000013 00000000 cf813d94 e500001c cf813c30
3c20: c0034b58 c03eec80 20000013 ffffffff
[<c002abd8>] (__irq_svc+0x38/0xc0) from [<c03eec80>] (_spin_unlock_irqrestore+0x18/0x1c)
[<c03eec80>] (_spin_unlock_irqrestore+0x18/0x1c) from [<c0034b58>] (ox820_gpio_direction_output+0x60/0xa8)
[<c0034b58>] (ox820_gpio_direction_output+0x60/0xa8) from [<c0257c64>] (gpio_direction_output+0xcc/0xf0)
[<c0257c64>] (gpio_direction_output+0xcc/0xf0) from [<c02e7ce8>] (i2c_start+0x18/0x44)
[<c02e7ce8>] (i2c_start+0x18/0x44) from [<c02e83b4>] (bit_xfer+0x24/0x4b0)
[<c02e83b4>] (bit_xfer+0x24/0x4b0) from [<c02e5ff8>] (i2c_transfer+0xb0/0xf0)
[<c02e5ff8>] (i2c_transfer+0xb0/0xf0) from [<c02e62c8>] (i2c_smbus_xfer+0x290/0x54c)
[<c02e62c8>] (i2c_smbus_xfer+0x290/0x54c) from [<c02e6624>] (i2c_smbus_read_i2c_block_data+0x4c/0x74)
[<c02e6624>] (i2c_smbus_read_i2c_block_data+0x4c/0x74) from [<c03eb914>] (ds1307_probe+0x350/0x608)
[<c03eb914>] (ds1307_probe+0x350/0x608) from [<c02e5e10>] (i2c_device_probe+0x6c/0x84)
[<c02e5e10>] (i2c_device_probe+0x6c/0x84) from [<c027adac>] (driver_probe_device+0x78/0x164)
[<c027adac>] (driver_probe_device+0x78/0x164) from [<c0279e1c>] (bus_for_each_drv+0x60/0x8c)
[<c0279e1c>] (bus_for_each_drv+0x60/0x8c) from [<c027ac60>] (device_attach+0x70/0x88)
[<c027ac60>] (device_attach+0x70/0x88) from [<c027a650>] (bus_probe_device+0x24/0x44)
[<c027a650>] (bus_probe_device+0x24/0x44) from [<c0278a50>] (device_add+0x3d0/0x4b4)
[<c0278a50>] (device_add+0x3d0/0x4b4) from [<c02e6fb0>] (i2c_new_device+0xbc/0x124)
[<c02e6fb0>] (i2c_new_device+0xbc/0x124) from [<c02e7a10>] (i2c_register_adapter+0x124/0x1a8)
[<c02e7a10>] (i2c_register_adapter+0x124/0x1a8) from [<c02e7b44>] (i2c_add_numbered_adapter+0xb0/0xc8)
[<c02e7b44>] (i2c_add_numbered_adapter+0xb0/0xc8) from [<c03ebd50>] (i2c_gpio_probe+0x184/0x244)
[<c03ebd50>] (i2c_gpio_probe+0x184/0x244) from [<c027bb20>] (platform_drv_probe+0x18/0x1c)
[<c027bb20>] (platform_drv_probe+0x18/0x1c) from [<c027adac>] (driver_probe_device+0x78/0x164)
[<c027adac>] (driver_probe_device+0x78/0x164) from [<c027af24>] (__driver_attach+0x8c/0x90)
[<c027af24>] (__driver_attach+0x8c/0x90) from [<c027a0e4>] (bus_for_each_dev+0x54/0x80)
[<c027a0e4>] (bus_for_each_dev+0x54/0x80) from [<c027a78c>] (bus_add_driver+0x98/0x230)
[<c027a78c>] (bus_add_driver+0x98/0x230) from [<c027b14c>] (driver_register+0x78/0x13c)
[<c027b14c>] (driver_register+0x78/0x13c) from [<c001ca50>] (i2c_gpio_init+0xc/0x30)
[<c001ca50>] (i2c_gpio_init+0xc/0x30) from [<c002a5b8>] (do_one_initcall+0x30/0x1a0)
[<c002a5b8>] (do_one_initcall+0x30/0x1a0) from [<c0008bf8>] (kernel_init+0x16c/0x1f8)
[<c0008bf8>] (kernel_init+0x16c/0x1f8) from [<c002bad8>] (kernel_thread_exit+0x0/0x8)
handlers:
[<c02e3210>] (gpio_keys_isr+0x0/0x8c)
Disabling IRQ #54
rtc-ds1307 0-0068: rtc core: registered m41t00 as rtc0
i2c-gpio i2c-gpio.0: using pins 41 (SDA) and 42 (SCL)
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
Registered led device: hddaerr
Registered led device: hddberr
Registered led device: system
Registered led device: firmware
Registered led device: usbcopy
TCP cubic registered
NET: Registered protocol family 10
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
rtc-ds1307 0-0068: setting system clock to 2023-11-19 20:42:42 UTC (1700426562)
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
UBIFS: recovery needed
UBIFS: recovery completed
UBIFS: mounted UBI device 0, volume 0, name "rootfs"
UBIFS: file system size:   220502016 bytes (215334 KiB, 210 MiB, 1709 LEBs)
UBIFS: journal size:       9033728 bytes (8822 KiB, 8 MiB, 71 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: lzo
UBIFS: reserved for root:  0 bytes (0 KiB)
VFS: Mounted root (ubifs filesystem) on device 0:10.
Freeing init memory: 136K
                Welcome to Fedora
                Press 'I' to enter interactive startup.
Starting udev: /bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:disk'
/bin/chown: invalid user: `root:lp'
/bin/chown: invalid user: `root:lp'
/bin/chown: invalid user: `root:lp'
/bin/chown: invalid user: `root:lp'
[  OK  ]
Setting hostname localhost:  [  OK  ]
Checking filesystems
WARNING: couldn't open /etc/fstab: No such file or directory
Checking all file systems.
[  OK  ]
warning: can't open /etc/fstab: No such file or directory
mount: can't find / in /etc/fstab or /etc/mtab
Mounting local filesystems:  warning: can't open /etc/fstab: No such file or directory
[  OK  ]
chown: invalid user: `root:root'
                                Enabling /etc/fstab swaps:  swapon: /etc/fstab: open failed: No such file or directory
                                                                                                                      [FAILED]

** (process:699): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or directory)
init: ck-log-system-start main process (699) terminated with status 1
Entering non-interactive startup
Scan raid infomation:
mdadm: No arrays found in config file or automatically
Restoring /var/log to tmpfs:
  mount tmpfs on /var/log...
  extract backup logs to /var/log...
10 blocks
error: bad top line in state file /var/lib/logrotate.status
error: could not read state file, will not attempt to write into it
error: bad top line in state file /var/lib/logrotate.status
error: could not read state file, will not attempt to write into it

Starting portreserve: [  OK  ]
Starting system logger: [  OK  ]
Starting system message bus: Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "avahi" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown group "avahi" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Unknown username "root" in message bus configuration file
Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry

Failed to start message bus: Could not get UID and GID for username "dbus"
[FAILED]
/etc/rc3.d/S24avahi-daemon: line 40: /etc/sysconfig/network: No such file or directory
Starting cups: [  OK  ]
Retrigger failed udev events[  OK  ]
Starting xinetd: [  OK  ]
/etc/rc3.d/S57ntpdate: line 18: /etc/sysconfig/network: No such file or directory
NTP server not specified in /etc/ntp/step-tickers or /etc/ntp.conf
/etc/rc3.d/S58ntpd: line 29: /etc/sysconfig/network: No such file or directory
Starting ntpd: [  OK  ]
/etc/rc3.d/S60nas: line 28: /etc/sysconfig/network: No such file or directory
Starting NAS (nas):  fastcgi buttons diskmon
Starting lighttpd: 2023-11-19 20:42:56: (server.c.756) can't find username lighttpd
[FAILED]
[FAILED] atd: [FAILED]
swapon: /etc/fstab: open failed: No such file or directory
Starting NAS LED (nasled): sqlite3: cannot locate your home directory!
product was "akitio"
 nas-service/etc/rc3.d/S99nasled: line 83: /etc/nas/spindown: No such file or directory

Starting smartd: [  OK  ]

Fedora release 12 (Constantine)
Kernel 2.6.31.6-fast-20110114 on an armv6l (/dev/ttyS0)

localhost login:


Viewing all articles
Browse latest Browse all 3247

Trending Articles