Welcome! Log In Create A New Profile

Advanced

PogoPlug E02 Black

Posted by msanad 
Re: PogoPlug E02 Black
March 05, 2014 11:50PM
thanks
but it seem that some steps missed , because if i make reboot it returns to the step before booting using the USB flash


U-Boot 2013.10 (Feb 21 2014 - 19:35:02)-tld-2
Pogo E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0 

NAND read: device 0 offset 0x100000, size 0x300000
 3145728 bytes read: OK
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-2.6.22.18
   Created:      2009-10-14  20:23:19 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1978544 Bytes = 1.9 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux............................................................................................................................ done, booting the kernel.
Re: PogoPlug E02 Black
March 06, 2014 01:03AM
Rembember the previous steps in u-Boot:
PogoE02> setenv console 'ttyS0,115200'
PogoE02> setenv usb_device '0:1'
PogoE02> setenv mtdparts 'mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)'
PogoE02> setenv usb_set_bootargs 'setenv bootargs console=$console root=/dev/sda1 rootdelay=10 rootfstype=ext3 $mtdparts'
PogoE02> setenv usb_boot 'mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi'
PogoE02> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
PogoE02> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset'

These were only in effect during that boot sequence. After verifying that the u-Boot envs settings works, you will need to make them permanent. This could be done in u-Boot, or in Debian. My preference is doing it in Debian right after you have booted successfully, using fw_setenv command to set all 7 envs:

fw_setenv console 'ttyS0,115200'

….

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: PogoPlug E02 Black
March 06, 2014 01:31AM
So now after booting with the USB and log into the debian prombet as i show you

i have to make the following command

PogoE02>  fw_setenv console 'ttyS0,115200'
PogoE02>  fw_setenv usb_device '0:1'
PogoE02>  fw_setenv mtdparts 'mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)'
PogoE02>  fw_setenv usb_set_bootargs 'setenv bootargs console=$console root=/dev/sda1 rootdelay=10 rootfstype=ext3 $mtdparts'
PogoE02>  fw_setenv usb_boot 'mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi'
PogoE02>  fw_setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
PogoE02>  fw_setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset'

Right ??

But this mean that i have to plug the USB every time in need to boot , right ??
Re: PogoPlug E02 Black
March 06, 2014 11:10AM
msanad Wrote:
-------------------------------------------------------
> So now after booting with the USB and log into the
> debian prombet as i show you
>
> i have to make the following command
>
>
> PogoE02>  fw_setenv console 'ttyS0,115200'
> PogoE02>  fw_setenv usb_device '0:1'
> PogoE02>  fw_setenv mtdparts
> 'mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(roo
> tfs),-(data)'
> PogoE02>  fw_setenv usb_set_bootargs 'setenv
> bootargs console=$console root=/dev/sda1
> rootdelay=10 rootfstype=ext3 $mtdparts'
> PogoE02>  fw_setenv usb_boot 'mw 0x800000 0 1;
> ext2load usb $usb_device 0x800000 /boot/uImage; if
> ext2load usb $usb_device 0x1100000 /boot/uInitrd;
> then bootm 0x800000 0x1100000; else bootm
> 0x800000; fi'
> PogoE02>  fw_setenv usb_bootcmd 'run
> usb_set_bootargs; run usb_boot'
> PogoE02>  fw_setenv bootcmd 'usb start; run
> usb_bootcmd; usb stop; reset'
>
>
> Right ??

No. Not in U-Boot. These commands must be executed in Debian.

>
> But this mean that i have to plug the USB every
> time in need to boot , right ??

Yes.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: PogoPlug E02 Black
March 06, 2014 05:29PM
i already made it in debian , and it works now.

now i can install the pkgs and play with it.

do u have any suggestion about memory , number of installed pkgs which affect the memory usages and CPU.


And finally i want to thank you alot for your help and time till i fix the issue and reach this point.

BR
Re: PogoPlug E02 Black
March 07, 2014 03:01AM
lighttpd: web server
xfce: desktop
vnc, xrdp: remote dekstop daemon for Windows
sqltite: minimum footprint for sql database
samba: shares that work with Windows

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: PogoPlug E02 Black
July 18, 2014 09:18AM
Well

its long time since i used my PogoPlug E02 with Debian , last time something went wrong so i couldn't login to HTTP and when i tried to log using telent to fiugre what is the problem i got the following log :



U-Boot 2013.10 (Feb 21 2014 - 19:35:02)-tld-2
Pogo E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0 

PogoE02> boot
(Re)start USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
2399792 bytes read in 368 ms (6.2 MiB/s)
6568066 bytes read in 655 ms (9.6 MiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-3.13.1-kirkwood-tld-2
   Created:      2014-02-05  19:30:49 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2399728 Bytes = 2.3 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-3.13.1-kirkwood-tld-2
   Created:      2014-02-05  19:31:01 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    6568002 Bytes = 6.3 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... 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.13.1-kirkwood-tld-2 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Feb 4 03:19:07 PST 2014
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Pogoplug E02
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 246168K/262144K available (4659K kernel code, 346K rwdata, 1588K rodata, 211K init, 425K bss, 15976K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06220ac   (6249 kB)
[    0.000000]       .init : 0xc0623000 - 0xc0657e4c   ( 212 kB)
[    0.000000]       .data : 0xc0658000 - 0xc06ae824   ( 347 kB)
[    0.000000]        .bss : 0xc06ae824 - 0xc0718d6c   ( 426 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[    0.000000] Console: colour dummy device 80x30
[   21.429342] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[   21.519127] pid_max: default: 32768 minimum: 301
[   21.519234] Security Framework initialized
[   21.519309] Mount-cache hash table entries: 512
[   21.519939] Initializing cgroup subsys devices
[   21.519966] Initializing cgroup subsys freezer
[   21.519978] Initializing cgroup subsys net_cls
[   21.519988] Initializing cgroup subsys blkio
[   21.520077] CPU: Testing write buffer coherency: ok
[   21.520471] Setting up static identity map for 0x469248 - 0x469284
[   21.522606] devtmpfs: initialized
[   21.525031] prandom: seed boundary self test passed
[   21.529049] prandom: 100 self tests passed
[   21.529060] pinctrl core: initialized pinctrl subsystem
[   21.529468] regulator-dummy: no parameters
[   21.529801] NET: Registered protocol family 16
[   21.530238] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   21.530852] cpuidle: using governor ladder
[   21.530870] cpuidle: using governor menu
[   21.530985] Kirkwood: MV88F6281-A0, TCLK=200000000.
[   21.531006] Feroceon L2: Enabling L2
[   21.531044] Feroceon L2: Cache support initialised.
[   21.535033] bio: create slab <bio-0> at 0
[   21.535474] vgaarb: loaded
[   21.535690] usbcore: registered new interface driver usbfs
[   21.535750] usbcore: registered new interface driver hub
[   21.535854] usbcore: registered new device driver usb
[   21.536465] Switched to clocksource orion_clocksource
[   21.556923] NET: Registered protocol family 2
[   21.557589] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[   21.557625] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[   21.557656] TCP: Hash tables configured (established 2048 bind 2048)
[   21.557725] TCP: reno registered
[   21.557738] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   21.557761] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   21.557961] NET: Registered protocol family 1
[   21.558283] RPC: Registered named UNIX socket transport module.
[   21.558295] RPC: Registered udp transport module.
[   21.558302] RPC: Registered tcp transport module.
[   21.558309] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   21.558554] Unpacking initramfs...
[   22.102402] Freeing initrd memory: 6408K (c1101000 - c1743000)
[   22.102516] NetWinder Floating Point Emulator V0.97 (double precision)
[   22.103110] audit: initializing netlink socket (disabled)
[   22.103160] type=2000 audit(0.660:1): initialized
[   22.103943] zbud: loaded
[   22.104112] VFS: Disk quotas dquot_6.5.2
[   22.104162] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   22.104543] NFS: Registering the id_resolver key type
[   22.104609] Key type id_resolver registered
[   22.104619] Key type id_legacy registered
[   22.104637] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   22.104647] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   22.104817] jffs2: version 2.2. (NAND) (SUMMARY)  آ© 2001-2006 Red Hat, Inc.
[   22.105087] msgmni has been set to 493
[   22.105211] Key type big_key registered
[   22.107129] alg: No test for stdrng (krng)
[   22.107222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   22.107234] io scheduler noop registered
[   22.107242] io scheduler deadline registered
[   22.107266] io scheduler cfq registered (default)
[   22.107469] mv_xor mv_xor.0: Marvell shared XOR driver
[   22.146529] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   22.186528] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   22.186629] mv_xor mv_xor.1: Marvell shared XOR driver
[   22.226530] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   22.266527] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   22.266788] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   22.287363] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[   22.814612] console [ttyS0] enabled
[   22.819166] Could not find valid ONFI parameter page; aborting
[   22.825031] NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
[   22.833528] NAND device: 128MiB, SLC, page size: 2048, OOB size: 64
[   22.839844] Scanning device for bad blocks
[   22.951204] 4 cmdlinepart partitions found on MTD device orion_nand
[   22.957516] Creating 4 MTD partitions on "orion_nand":
[   22.962685] 0x000000000000-0x000000100000 : "u-boot"
[   22.967918] 0x000000100000-0x000000500000 : "uImage"
[   22.973110] 0x000000500000-0x000002500000 : "rootfs"
[   22.978373] 0x000002500000-0x000008000000 : "data"
[   22.983985] libphy: Fixed MDIO Bus: probed
[   22.999877] libphy: orion_mdio_bus: probed
[   23.004084] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   24.011887] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:a2:18
[   24.020797] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   24.027377] ehci-pci: EHCI PCI platform driver
[   24.031886] ehci-orion: EHCI orion driver
[   24.035969] orion-ehci orion-ehci.0: EHCI Host Controller
[   24.041438] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   24.049183] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   24.066503] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   24.072626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   24.079466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.086741] usb usb1: Product: EHCI Host Controller
[   24.091644] usb usb1: Manufacturer: Linux 3.13.1-kirkwood-tld-2 ehci_hcd
[   24.098390] usb usb1: SerialNumber: orion-ehci.0
[   24.103492] hub 1-0:1.0: USB hub found
[   24.107327] hub 1-0:1.0: 1 port detected
[   24.111738] mousedev: PS/2 mouse device common for all mice
[   24.426520] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   24.577934] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[   24.584683] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   24.591876] usb 1-1: Product: USB2.0 Hub
[   24.596420] hub 1-1:1.0: USB hub found
[   24.600557] hub 1-1:1.0: 4 ports detected
[   24.886810] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
[   25.003681] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6387
[   25.010636] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   25.018025] usb 1-1.3: Product: Mass Storage
[   25.022339] usb 1-1.3: SerialNumber: 819B6C75
[   25.126491] rtc-mv rtc-mv: internal RTC not ticking
[   25.131484] i2c /dev entries driver
[   25.135492] drop_monitor: Initializing network drop monitor service
[   25.142000] TCP: cubic registered
[   25.145332] NET: Registered protocol family 17
[   25.149922] Key type dns_resolver registered
[   25.154659] registered taskstats version 1
[   25.159586] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[   25.166797] Freeing unused kernel memory: 208K (c0623000 - c0657000)
Loading, please wait...
[   25.237162] udevd[54]: starting version 175
[   25.394711] SCSI subsystem initialized
[   25.426267] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[   25.474444] scsi0 : usb-storage 1-1.3:1.0
[   25.486180] usbcore: registered new interface driver usb-storage
[   26.478545] scsi 0:0:0:0: Direct-Access              USB Disk         8.07 PQ: 0 ANSI: 4
[   26.515498] sd 0:0:0:0: [sda] 7864320 512-byte logical blocks: (4.02 GB/3.75 GiB)
[   26.524221] sd 0:0:0:0: [sda] Write Protect is off
[   26.530103] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   26.559215]  sda: sda1
[   26.565341] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   26.581204] sd 0:0:0:0: Attached scsi generic sg0 type 0
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[   35.632985] EXT3-fs (sda1): mounted filesystem with ordered data mode
[   35.639543] kjournald starting.  Commit interval 5 seconds
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
mount: only root can do that (effective UID is 1000)
[....] Starting the hotplug events dispatcher: udevd[   37.137188] udevd[226]: starting version 175
. ok 
[....] Synthesizing the initial hotplug events...done.
[....] Waiting for /dev to be fully populated...[   37.613358] alg: hash: Test 1 failed for mv-hmac-sha1
[   37.620937] 00000000: 0c aa 9f d5 37 c3 79 3a 91 d9 21 5f 42 2b 2c 24
[   37.634986] 00000010: b7 c3 16 0c
[   37.646386] orion_wdt: Initial timeout 21 sec
done.
mount: only root can do that (effective UID is 1000)
[....] Activating swap...done.
mount: only root can do that (effective UID is 1000)
[....] Cannot check root file system because it is not mounted read-only. ... failed!
mount: only root can do that (effective UID is 1000)
[....] Loading kernel modules...done.
[   39.337379] random: nonblocking pool is initialized
rm: cannot remove `/tmp/.clean': Read-only file system
[....] Cleaning up temporary files...rm: cannot remove `/tmp/.clean': Read-only file system
[....] bootclean: Could not delete '/tmp/.clean'. ... failed!
/etc/init.d/checkroot-bootclean.sh: 22: /etc/init.d/checkroot-bootclean.sh: cannot create /lib/init/rw/.clean: Read-only file system
mount: only root can do that (effective UID is 1000)
mount: only root can do that (effective UID is 1000)
mount: only root can do that (effective UID is 1000)
mount: only root can do that (effective UID is 1000)
[....] Activating lvm and md swap...done.
[....] Checking file systems...fsck from util-linux 2.20.1
done.
[....] Mounting local filesystems...mount: only root can do that (effective UID is 1000)
failed.
[....] Activating swapfile swap...done.
mount: only root can do that (effective UID is 1000)
mount: only root can do that (effective UID is 1000)
mount: only root can do that (effective UID is 1000)
touch: cannot touch `/tmp/.tmpfs': Read-only file system
[....] Cleaning up temporary files...rm: cannot remove `/tmp/.clean': Read-only file system
[....] bootclean: Could not delete '/tmp/.clean'. ... failed!
/etc/init.d/mountall-bootclean.sh: 22: /etc/init.d/mountall-bootclean.sh: cannot create /lib/init/rw/.clean: Read-only file system
[....] Setting kernel variables ...done.
[....] Configuring network interfaces...[   43.019595] NET: Registered protocol family 10
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

can't create /var/lib/dhcp/dhclient.eth0.leases: Read-only file system
[   43.229641] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[   43.235730] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Listening on LPF/eth0/00:25:31:04:a2:18
Sending on   LPF/eth0/00:25:31:04:a2:18
Sending on   Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
[   47.193514] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
[   47.203353] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPOFFER from 192.168.0.254
DHCPACK from 192.168.0.254
/sbin/dhclient-script: line 49: /etc/resolv.conf.dhclient-new: Read-only file system
chown: cannot access `/etc/resolv.conf.dhclient-new': No such file or directory
chmod: cannot access `/etc/resolv.conf.dhclient-new': No such file or directory
mv: cannot stat `/etc/resolv.conf.dhclient-new': No such file or directory
can't create /var/lib/dhcp/dhclient.eth0.leases: Read-only file system
bound to 192.168.0.101 -- renewal in 2993 seconds.
done.
[....] Starting rpcbind daemon.... ok 
[....] Starting NFS common utilities: statdmount: only root can do that (effective UID is 1000)
. ok 
[....] Cleaning up temporary files...rm: cannot remove `/tmp/.clean': Read-only file system
[....] bootclean: Could not delete '/tmp/.clean'. ... failed!
/etc/init.d/mountnfs-bootclean.sh: 22: /etc/init.d/mountnfs-bootclean.sh: cannot create /lib/init/rw/.clean: Read-only file system
rm: cannot remove `/tmp/.clean': Read-only file system
[....] startpar: service(s) returned failure: checkroot-bootclean.sh mountall-bootclean.sh mountnfs-bootclean.sh ... failed!
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
/etc/init.d/bootlogs: 23: /etc/init.d/bootlogs: cannot create /var/log/dmesg: Read-only file system
chgrp: cannot access `/var/log/dmesg': No such file or directory
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1688 (syslogd)
. ok 
[....] Starting system message bus: dbus. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
[....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. ok 
[....] Starting NFS common utilities: statdmount: only root can do that (effective UID is 1000)
. ok 
[....] Starting rpcbind daemon...[....] Already running.. ok 
[....] Starting NTP server: ntpd. ok 
[....] Not starting NFS kernel daemon: no exports. ... (warning).
[....] Starting OpenBSD Secure Shell server: sshd. ok 
1686 (klogd)
. ok 

Debian GNU/Linux 7 debian ttyS0



root@debian:/# ping 192.168.0.254
ping: icmp open socket: Operation not permitted
root@debian:/#

and this is printenv
PogoE02> printenv 
arcNumber=2097
baudrate=115200
bootargs_root=root=/dev/mtdblock2 ro
bootcmd=usb start; run usb_bootcmd; usb stop; reset
bootcmd_pogo=fsload uboot-original-mtd0.kwb; go 0x800200
bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot;
bootdelay=3
console=ttyS0,115200
ethact=egiga0
ethaddr=00:25:31:04:A2:18
ipaddr=192.168.1.4
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
serverip=192.168.1.3
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts
stderr=serial
stdin=serial
stdout=serial
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_device=0:1
usb_init=usb start
usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage
usb_root=/dev/sda1
usb_rootdelay=10
usb_rootfstype=ext2
usb_set_bootargs=setenv bootargs console=$console root=/dev/sda1 rootdelay=10 rootfstype=ext3 $mtdparts

Environment size: 1309/131068 bytes


Can you help me to check what is the problem
Re: PogoPlug E02 Black
July 19, 2014 01:31AM
Have you installed new packages since your last post? perhaps you should reboot after each installation to make sure the system is booting OK. The permission problems we're seeing in the log seems to point to either:

- The rootfs was not created by root user.
- Some packages installations were not completely successful.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: PogoPlug E02 Black
July 21, 2014 05:42AM
i think the problem is related to electricity problem happened , some files maybe lost from the USB flash memory , any way i have format the USB falsh and copy the rootfs again and the box works , but now i need to install all the packages from scratch ,
do you have any suggestion to overcome this issue , i mean to power off the box safely ? and also to extend the life of the USB flash and reduce the number of write time on it.

BR
Re: PogoPlug E02 Black
July 21, 2014 03:05PM
msanad,

- Always shutdown before powering off:
shutdown -h now

- And format the USB as Ext3 (automatically recover from power outage)

- See this thread for extending life of USB thumb drives.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: PogoPlug E02 Black
July 22, 2014 11:04AM
thanks , i will try it and check
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: