|
Pogoplug E02 front light not workin after debian 8 dist-upgrade July 21, 2016 10:53PM |
Registered: 7 years ago Posts: 310 |
#### fw_printenv ethact=egiga0 bootdelay=3 baudrate=115200 mainlineLinux=yes console=ttyS0,115200 led_init=green blinking led_error=orange blinking mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) mtdids=nand0=orion_nand partition=nand0,2 stdin=serial stdout=serial stderr=serial rescue_installed=0 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_list=1 2 3 4 usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_init=run usb_scan usb_device=0:1 usb_root=/dev/sda1 usb_rootfstype=ext2 usb_rootdelay=10 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot 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 bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset ethaddr=00:25:31:04:7B:64 machid=dd6 led_exit=green=on arcNumber=3542
#### cat /proc/mtd dev: size erasesize name mtd0: 00100000 00020000 "u-boot" mtd1: 00400000 00020000 "uImage" mtd2: 02000000 00020000 "rootfs" mtd3: 05b00000 00020000 "data"
#### cat /etc/fw_env.config # Configuration file for fw_(printenv/saveenv) utility. # Up to two entries are valid, in this case the redundant # environment sector is assumed present. # Notice, that the "Number of sectors" is ignored on NOR. # MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd0 0xc0000 0x20000 0x20000
#### /sys/class/leds total 0 drwxr-xr-x 2 root root 0 Jul 22 03:25 . drwxr-xr-x 35 root root 0 Jul 22 03:25 .. lrwxrwxrwx 1 root root 0 Jul 22 03:25 sheevaplug:blue:health -> ../../devices/gpio-leds/leds/sheevaplug:blue:health lrwxrwxrwx 1 root root 0 Jul 22 03:25 sheevaplug:red:misc -> ../../devices/gpio-leds/leds/sheevaplug:red:misc
#### dmesg
[ 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.16.0-4-kirkwood (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 Debian 3.16.36-1 (2016-07-04)
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine model: Globalscale Technologies SheevaPlug
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c05d4db8, node_mem_map cfdf9000
[ 0.000000] DMA zone: 512 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 65536 pages, LIFO batch:15
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 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=ext2 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: 243184K/262144K available (3907K kernel code, 360K rwdata, 1440K rodata, 277K init, 288K bss, 18960K reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0xc0008000 - 0xc05410c4 (5349 kB)
.init : 0xc0542000 - 0xc058774c ( 278 kB)
.data : 0xc0588000 - 0xc05e2168 ( 361 kB)
.bss : 0xc05e2168 - 0xc062a54c ( 289 kB)
[ 0.000000] NR_IRQS:114
[ 0.000015] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[ 0.000320] Console: colour dummy device 80x30
[ 0.000346] Calibrating delay loop... 1185.79 BogoMIPS (lpj=2371584)
[ 0.024041] pid_max: default: 32768 minimum: 301
[ 0.024170] Security Framework initialized
[ 0.024219] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.024298] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.024318] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.025092] Initializing cgroup subsys memory
[ 0.025134] Initializing cgroup subsys devices
[ 0.025187] Initializing cgroup subsys freezer
[ 0.025212] Initializing cgroup subsys net_cls
[ 0.025255] Initializing cgroup subsys blkio
[ 0.025288] Initializing cgroup subsys perf_event
[ 0.025310] Initializing cgroup subsys net_prio
[ 0.025396] CPU: Testing write buffer coherency: ok
[ 0.025502] ftrace: allocating 16357 entries in 32 pages
[ 0.049525] Setting up static identity map for 0x3b1e18 - 0x3b1e70
[ 0.053023] devtmpfs: initialized
[ 0.054823] pinctrl core: initialized pinctrl subsystem
[ 0.055320] regulator-dummy: no parameters
[ 0.058853] NET: Registered protocol family 16
[ 0.059265] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.060294] cpuidle: using governor ladder
[ 0.060319] cpuidle: using governor menu
[ 0.060554] Feroceon L2: Enabling L2
[ 0.060593] Feroceon L2: Cache support initialised.
[ 0.060941] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[ 0.065228] No ATAGs?
[ 0.069260] platform regulators:regulator@1: Driver reg-fixed-voltage requests probe deferral
[ 0.070416] Switched to clocksource orion_clocksource
[ 0.092593] NET: Registered protocol family 2
[ 0.093569] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.093606] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.093637] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.093700] TCP: reno registered
[ 0.093712] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.093733] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.093911] NET: Registered protocol family 1
[ 0.093968] PCI: CLS 0 bytes, default 32
[ 0.094207] Unpacking initramfs...
[ 1.028332] Freeing initrd memory: 10296K (c1101000 - c1b0f000)
[ 1.029879] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 1.029953] audit: initializing netlink subsys (disabled)
[ 1.030019] audit: type=2000 audit(1.020:1): initialized
[ 1.030931] zbud: loaded
[ 1.031191] VFS: Disk quotas dquot_6.5.2
[ 1.031239] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.031335] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 1.031549] msgmni has been set to 495
[ 1.033486] alg: No test for stdrng (krng)
[ 1.033596] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.033795] io scheduler noop registered
[ 1.033949] io scheduler cfq registered (default)
[ 1.035215] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[ 1.036597] mv_xor f1060800.xor: Marvell shared XOR driver
[ 1.054534] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
[ 1.074529] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
[ 1.074706] mv_xor f1060900.xor: Marvell shared XOR driver
[ 1.094530] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
[ 1.114529] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
[ 1.114975] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 1.116240] console [ttyS0] disabled
[ 1.116294] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[ 1.624862] console [ttyS0] enabled
[ 1.630201] nand: Could not find valid ONFI parameter page; aborting
[ 1.636639] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[ 1.643029] nand: Hynix NAND 128MiB 3,3V 8-bit
[ 1.647503] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[ 1.653204] Scanning device for bad blocks
[ 1.734564] 4 cmdlinepart partitions found on MTD device orion_nand
[ 1.740869] Creating 4 MTD partitions on "orion_nand":
[ 1.746044] 0x000000000000-0x000000100000 : "u-boot"
[ 1.752207] 0x000000100000-0x000000500000 : "uImage"
[ 1.758303] 0x000000500000-0x000002500000 : "rootfs"
[ 1.764435] 0x000002500000-0x000008000000 : "data"
[ 1.771069] mousedev: PS/2 mouse device common for all mice
[ 2.778523] rtc-mv f1010300.rtc: internal RTC not ticking
[ 2.784093] i2c /dev entries driver
[ 2.788801] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.795206] TCP: cubic registered
[ 2.798563] NET: Registered protocol family 17
[ 2.803799] registered taskstats version 1
[ 2.808980] USB Power: 5000 mV
[ 2.812498] rtc_hctosys: unable to open rtc device (rtc0)
[ 2.818734] PM: Hibernation image not present or could not be loaded.
[ 2.819800] Freeing unused kernel memory: 276K (c0542000 - c0587000)
[ 2.894903] systemd-udevd[47]: starting version 215
[ 2.908623] random: systemd-udevd urandom read with 1 bits of entropy available
[ 3.030185] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 3.052827] usbcore: registered new interface driver usbfs
[ 3.082716] usbcore: registered new interface driver hub
[ 3.090087] libphy: orion_mdio_bus: probed
[ 3.097017] platform mv643xx_eth_port.0: Driver mv643xx_eth_port requests probe deferral
[ 3.127471] usbcore: registered new device driver usb
[ 3.156106] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.196643] ehci-orion: EHCI orion driver
[ 3.716228] orion-ehci f1050000.ehci: EHCI Host Controller
[ 4.238626] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[ 4.270930] orion-ehci f1050000.ehci: irq 19, io mem 0xf1050000
[ 4.292534] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:7b:64
[ 4.302657] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[ 4.312715] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.319567] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.326834] usb usb1: Product: EHCI Host Controller
[ 4.331749] usb usb1: Manufacturer: Linux 3.16.0-4-kirkwood ehci_hcd
[ 4.338140] usb usb1: SerialNumber: f1050000.ehci
[ 4.344168] hub 1-0:1.0: USB hub found
[ 4.347997] hub 1-0:1.0: 1 port detected
[ 4.662448] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 4.800180] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 4.806935] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.814124] usb 1-1: Product: USB2.0 Hub
[ 4.822739] hub 1-1:1.0: USB hub found
[ 4.826935] hub 1-1:1.0: 4 ports detected
[ 5.102442] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
[ 5.210557] usb 1-1.3: New USB device found, idVendor=0000, idProduct=7777
[ 5.217481] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.224846] usb 1-1.3: Product: Mass Storage
[ 5.229150] usb 1-1.3: Manufacturer: Generic
[ 5.233448] usb 1-1.3: SerialNumber: 2B2A01FE
[ 5.254177] SCSI subsystem initialized
[ 5.262919] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 5.269561] scsi0 : usb-storage 1-1.3:1.0
[ 5.275288] usbcore: registered new interface driver usb-storage
[ 6.272776] scsi 0:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4
[ 6.295843] sd 0:0:0:0: [sda] 4096000000 512-byte logical blocks: (2.09 TB/1.90 TiB)
[ 6.304575] sd 0:0:0:0: [sda] Write Protect is off
[ 6.309408] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 6.310325] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 6.337198] sda: sda1 sda2
[ 6.344331] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.353980] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 14.559900] __nand_correct_data: uncorrectable ECC error
[ 14.565284] end_request: I/O error, dev mtdblock0, sector 1920
[ 14.571389] __nand_correct_data: uncorrectable ECC error
[ 14.576746] end_request: I/O error, dev mtdblock0, sector 2032
[ 14.582851] __nand_correct_data: uncorrectable ECC error
[ 14.588206] __nand_correct_data: uncorrectable ECC error
[ 14.593558] end_request: I/O error, dev mtdblock0, sector 2046
[ 14.618351] PM: Starting manual resume from disk
[ 14.623044] PM: Hibernation image partition 8:2 present
[ 14.623053] PM: Looking for hibernation image.
[ 14.630934] PM: Image not found (code -22)
[ 14.630945] PM: Hibernation image not present or could not be loaded.
[ 14.941469] random: nonblocking pool is initialized
[ 14.966870] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 15.033888] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 15.860980] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 15.874731] systemd[1]: Detected architecture 'arm'.
[ 16.099350] systemd[1]: Inserted module 'autofs4'
[ 16.171622] NET: Registered protocol family 10
[ 16.177157] systemd[1]: Inserted module 'ipv6'
[ 16.196345] systemd[1]: Set hostname to <debian>.
[ 17.333949] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 17.352185] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 17.360312] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 17.368054] systemd[1]: Expecting device dev-ttyS0.device...
[ 17.382609] systemd[1]: Starting Remote File Systems (Pre).
[ 17.398554] systemd[1]: Reached target Remote File Systems (Pre).
[ 17.404848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 17.413147] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 17.421213] systemd[1]: Starting Paths.
[ 17.434554] systemd[1]: Reached target Paths.
[ 17.439050] systemd[1]: Starting Encrypted Volumes.
[ 17.454547] systemd[1]: Reached target Encrypted Volumes.
[ 17.460157] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 17.482564] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 17.492133] systemd[1]: Expecting device dev-sda2.device...
[ 17.506572] systemd[1]: Starting Root Slice.
[ 17.518551] systemd[1]: Created slice Root Slice.
[ 17.523392] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 17.542556] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 17.549663] systemd[1]: Starting Delayed Shutdown Socket.
[ 17.566553] systemd[1]: Listening on Delayed Shutdown Socket.
[ 17.572440] systemd[1]: Starting Journal Socket (/dev/log).
[ 17.590554] systemd[1]: Listening on Journal Socket (/dev/log).
[ 17.596642] systemd[1]: Starting udev Control Socket.
[ 17.610554] systemd[1]: Listening on udev Control Socket.
[ 17.616117] systemd[1]: Starting udev Kernel Socket.
[ 17.630552] systemd[1]: Listening on udev Kernel Socket.
[ 17.636001] systemd[1]: Starting User and Session Slice.
[ 17.650556] systemd[1]: Created slice User and Session Slice.
[ 17.656465] systemd[1]: Starting Journal Socket.
[ 17.670557] systemd[1]: Listening on Journal Socket.
[ 17.675730] systemd[1]: Starting System Slice.
[ 17.690555] systemd[1]: Created slice System Slice.
[ 17.695617] systemd[1]: Started File System Check on Root Device.
[ 17.701898] systemd[1]: Starting Increase datagram queue length...
[ 17.746916] systemd[1]: Starting Load Kernel Modules...
[ 17.765982] systemd[1]: Starting udev Coldplug all Devices...
[ 17.790726] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 17.822527] systemd[1]: Mounting Debug File System...
[ 17.865861] systemd[1]: Started Set Up Additional Binary Formats.
[ 17.872416] systemd[1]: Mounted Huge Pages File System.
[ 17.877915] systemd[1]: Mounting POSIX Message Queue File System...
[ 17.896055] systemd[1]: Starting system-getty.slice.
[ 17.914618] systemd[1]: Created slice system-getty.slice.
[ 17.920240] systemd[1]: Starting system-serial\x2dgetty.slice.
[ 17.938603] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 17.945324] systemd[1]: Starting Slices.
[ 17.959180] systemd[1]: Reached target Slices.
[ 17.964384] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 18.014618] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 18.025659] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 18.182723] systemd[1]: Started udev Coldplug all Devices.
[ 18.207142] loop: module loaded
[ 18.274697] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 18.295056] systemd[1]: Mounted POSIX Message Queue File System.
[ 18.318624] systemd[1]: Mounted Debug File System.
[ 18.338625] systemd[1]: Started Increase datagram queue length.
[ 18.354641] systemd[1]: Started Load Kernel Modules.
[ 18.374612] systemd[1]: Started Remount Root and Kernel File Systems.
[ 18.502607] systemd[1]: Started Create Static Device Nodes in /dev.
[ 18.550567] systemd[1]: Starting udev Kernel Device Manager...
[ 18.569783] systemd[1]: Started Various fixups to make systemd work better on Debian.
[ 18.581462] systemd[1]: Starting Load/Save Random Seed...
[ 18.606078] systemd[1]: Starting Local File Systems (Pre).
[ 18.618997] systemd-udevd[147]: starting version 215
[ 18.634598] systemd[1]: Reached target Local File Systems (Pre).
[ 18.641103] systemd[1]: Mounted FUSE Control File System.
[ 18.647169] systemd[1]: Mounted Configuration File System.
[ 18.655887] systemd[1]: Starting Apply Kernel Variables...
[ 18.673563] systemd[1]: Starting Syslog Socket.
[ 18.689313] systemd[1]: Listening on Syslog Socket.
[ 18.694475] systemd[1]: Starting Journal Service...
[ 18.718677] systemd[1]: Started Journal Service.
[ 19.527374] __nand_correct_data: uncorrectable ECC error
[ 19.532935] end_request: I/O error, dev mtdblock0, sector 1920
[ 19.546607] __nand_correct_data: uncorrectable ECC error
[ 19.552089] end_request: I/O error, dev mtdblock0, sector 2032
[ 19.566634] __nand_correct_data: uncorrectable ECC error
[ 19.572046] __nand_correct_data: uncorrectable ECC error
[ 19.577403] end_request: I/O error, dev mtdblock0, sector 2046
[ 19.690599] MV-CESA:Could not register sha1 driver
[ 19.695443] MV-CESA:Could not register hmac-sha1 driver
[ 19.750787] orion_wdt: Initial timeout 21 sec
[ 20.025260] systemd-journald[150]: Received request to flush runtime journal from PID 1
[ 21.076856] Adding 2008120k swap on /dev/sda2. Priority:-1 extents:1 across:2008120k FS
[ 22.443583] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.687406] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 24.697325] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 30.094686] RPC: Registered named UNIX socket transport module.
[ 30.100672] RPC: Registered udp transport module.
[ 30.105412] RPC: Registered tcp transport module.
[ 30.110146] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 30.867102] FS-Cache: Loaded
[ 30.950321] FS-Cache: Netfs 'nfs' registered for caching
[ 31.850369] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
#### free
total used free shared buffers cached
Mem: 253756 77568 176188 8488 11464 39264
-/+ buffers/cache: 26840 226916
Swap: 2008120 0 2008120
#### cat /sys/class/leds/sheevaplug\:blue\:health/trigger none [nand-disk] timer cpu0 default-on mmc0 debian:~# echo "nand-disk" > /sys/class/leds/sheevaplug\:blue\:health/trigger debian:~# echo "nand-disk" > /sys/class/leds/sheevaplug\:red\:misc/trigger debian:~# echo "heartbeat" > /sys/class/leds/sheevaplug\:blue\:health/trigger -bash: echo: write error: Invalid argument
|
Re: Pogoplug E02 front light not workin after debian 8 dist-upgrade July 21, 2016 11:02PM |
Admin Registered: 13 years ago Posts: 18,585 |
echo none > /sys/class/leds/sheevaplug\:red\:misc/trigger echo default-on > /sys/class/leds/sheevaplug\:blue\:health/trigger
|
Re: Pogoplug E02 front light not workin after debian 8 dist-upgrade July 21, 2016 11:46PM |
Registered: 7 years ago Posts: 310 |
> echo none > > /sys/class/leds/sheevaplug\:red\:misc/trigger > echo default-on > > /sys/class/leds/sheevaplug\:blue\:health/trigger >>