Welcome! Log In Create A New Profile

Advanced

Hopping ip

Posted by feas 
Hopping ip
November 14, 2016 08:26AM
Strangest thing my pogoplug all of a sudden started ip hopping. I could watch it rotate thru like 20 ip's. I have it set to manually use one vice getting one from the router. My ssh connection broke is why I noticed it. So I have unplugged it now thinking root kit as a worse case but I did do an update lastnight and am wondering if something broke. Kinda leary of pluging in the usb to my laptop to look at it right now. Any ideas?
Re: Hopping ip
November 14, 2016 01:11PM
feas Wrote:
-------------------------------------------------------
> Strangest thing my pogoplug all of a sudden
> started ip hopping. I could watch it rotate thru
> like 20 ip's. I have it set to manually use one
> vice getting one from the router. My ssh
> connection broke is why I noticed it. So I have
> unplugged it now thinking root kit as a worse case
> but I did do an update lastnight and am wondering
> if something broke. Kinda leary of pluging in the
> usb to my laptop to look at it right now. Any
> ideas?

Use static IP. If you use dynamic IP this could happens sometime if the network link is unstable. Look in dmesg to see if the link was down at that time.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Hopping ip
November 14, 2016 10:01PM
I think the network adapter is dead.

I have the pogo configured to use 192.168.86.109 on boot. I even have my router configured to assign it the same.
My router has it listed as varying ip's ( I can watch it cycle through different ip's every few seconds.

Boot hangs

5.793593] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 6.901272] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:7b:64
.
.
.
[ 25.161255] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 27.554739] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 27.564676] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ *] A start job is running for LSB: Raise network interf...23s / no limit)

and ping drops all packets when I try its current ip.

PING 192.168.86.110 (192.168.86.110) 56(84) bytes of data.
^C
--- 192.168.86.110 ping statistics ---
9 packets transmitted, 0 received, 100% packet loss, time 7999ms

I don't there is much more I can do with it.

It boots fine with the network cable disconnected.

PogoE02> 

U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:23:43 -0700)
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 
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 
Use USB retry period from the environment: 15 second(s)
1 Storage Device(s) found
Unknown command 'ide' - try 'help'
Unknown command 'mmc' - try 'help'

Partition Map for USB device 0  --   Partition Type: DOS

Part	Start Sector	Num Sectors	UUID		Type
  1	2048      	52664320  	0030cd40-01	83 Boot
  2	52666368  	8388608   	0030cd40-02	82
loading envs from usb 0 ...
121 bytes read in 285 ms (0 Bytes/s)
Unknown command 'ide' - try 'help'
Unknown command 'mmc' - try 'help'
importing envs ...
running scan_disk ...
Scan device mmc
Unknown command 'mmc' - try 'help'
device mmc 0:1
** Bad device mmc 0 **
device mmc 1:1
** Bad device mmc 1 **
device mmc 2:1
** Bad device mmc 2 **
device mmc 3:1
** Bad device mmc 3 **
Scan device usb
device usb 0:1
1 bytes read in 231 ms (0 Bytes/s)
Found bootable drive on usb 0
arcNumber=3542
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) earlyprintk=serial
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; printenv; printenv bootargs; run bootcmd_exec boot
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
custom_params=earlyprintk=serial
device=0:1
devices=mmc usb ide
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-pogo_e02.dtb
ethact=egiga0
ethaddr=00:25:31:04:7B:64
fileaddr=800000
filesize=1
init_ide=ide reset
init_mmc=mmc rescan
init_usb=usb start
ipaddr=192.168.86.109
led_error=orange blinking
led_exit=green off
led_init=green blinking
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x1100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
nc_ready=0
partition=nand0,2
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
scan_ide=ide reset
scan_mmc=mmc rescan
scan_usb=usb start
serverip=192.168.86.105
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
stderr=serial
stdin=serial
stdout=serial
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_loaded=1
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_custom_params=zswap.enabled=1
usb_ready_retry=15

Environment size: 3080/131068 bytes
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) earlyprintk=serial
loading uImage ...
3232368 bytes read in 379 ms (8.1 MiB/s)
loading uInitrd ...
7313457 bytes read in 494 ms (14.1 MiB/s)
loading DTB /boot/dts/kirkwood-pogo_e02.dtb ...
10466 bytes read in 269 ms (37.1 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-4.8.3-kirkwood-tld-1
   Created:      1970-01-01   0:15:16 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3232304 Bytes = 3.1 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-4.8.3-kirkwood-tld-1
   Created:      1970-01-01   0:16:09 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7313393 Bytes = 7 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 0f41b000, end 0fb147f1 ... OK
   Loading Device Tree to 0f415000, end 0f41a8e1 ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.8.3-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Thu Oct 20 23:33:18 PDT 2016
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt:Machine model: CloudEngines Pogoplug E02
[    0.000000] bootconsole [earlycon0] enabled
[    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=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) earlyprintk=serial
[    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: 243364K/262144K available (6149K kernel code, 614K rwdata, 1664K rodata, 308K init, 318K bss, 18780K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff800000   ( 752 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0609718   (6150 kB)
[    0.000000]       .init : 0xc07dd000 - 0xc082a000   ( 308 kB)
[    0.000000]       .data : 0xc082a000 - 0xc08c391c   ( 615 kB)
[    0.000000]        .bss : 0xc08c391c - 0xc0913170   ( 319 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000009] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008482] Console: colour dummy device 80x30
[    0.013059] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    0.100932] pid_max: default: 32768 minimum: 301
[    0.105860] Security Framework initialized
[    0.110257] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.116998] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.125332] CPU: Testing write buffer coherency: ok
[    0.130800] Setting up static identity map for 0x8200 - 0x8258
[    0.136994] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2
[    0.146409] devtmpfs: initialized
[    0.155234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.165555] prandom: seed boundary self test passed
[    0.174338] prandom: 100 self tests passed
[    0.178582] pinctrl core: initialized pinctrl subsystem
[    0.185188] NET: Registered protocol family 16
[    0.190244] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.228054] cpuidle: using governor ladder
[    0.258052] cpuidle: using governor menu
[    0.262502] Feroceon L2: Enabling L2
[    0.266220] Feroceon L2: Cache support initialised.
[    0.271632] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.286999] No ATAGs?
[    0.319595] vgaarb: loaded
[    0.323006] usbcore: registered new interface driver usbfs
[    0.328729] usbcore: registered new interface driver hub
[    0.334226] usbcore: registered new device driver usb
[    0.340539] clocksource: Switched to clocksource orion_clocksource
[    0.393468] VFS: Disk quotas dquot_6.6.0
[    0.397586] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.416804] NET: Registered protocol family 2
[    0.422198] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    0.429307] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    0.435923] TCP: Hash tables configured (established 2048 bind 2048)
[    0.442480] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.448443] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.455027] NET: Registered protocol family 1
[    0.459948] RPC: Registered named UNIX socket transport module.
[    0.466054] RPC: Registered udp transport module.
[    0.470886] RPC: Registered tcp transport module.
[    0.475696] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.482525] Unpacking initramfs...
[    1.145018] Freeing initrd memory: 7144K (cf41b000 - cfb15000)
[    1.151202] NetWinder Floating Point Emulator V0.97 (double precision)
[    1.158896] futex hash table entries: 256 (order: -1, 3072 bytes)
[    1.165188] audit: initializing netlink subsys (disabled)
[    1.170766] audit: type=2000 audit(1.160:1): initialized
[    1.176516] Initialise system trusted keyrings
[    1.181302] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[    1.187944] zbud: loaded
[    1.191584] NFS: Registering the id_resolver key type
[    1.196758] Key type id_resolver registered
[    1.201119] Key type id_legacy registered
[    1.205241] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.212100] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.218833] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    1.226305] orangefs_init: called with debug mask: :none: :0:
[    1.232552] orangefs: module version upstream loaded
[    1.237885] Key type big_key registered
[    2.560547] random: fast init done
[    5.357832] Key type asymmetric registered
[    5.362279] Asymmetric key parser 'x509' registered
[    5.367370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    5.375017] io scheduler noop registered
[    5.379040] io scheduler deadline registered
[    5.383499] io scheduler cfq registered (default)
[    5.389601] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    5.398030] irq: Cannot allocate irq_descs @ IRQ32, assuming pre-allocated
[    5.405775] irq: Cannot allocate irq_descs @ IRQ64, assuming pre-allocated
[    5.413285] mv_xor f1060800.xor: Marvell shared XOR driver
[    5.481284] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    5.488939] mv_xor f1060900.xor: Marvell shared XOR driver
[    5.551267] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    5.559188] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    5.567134] console [ttyS0] disabled
[    5.570931] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A
[    5.580056] console [ttyS0] enabled
[    5.580056] console [ttyS0] enabled
[    5.587194] bootconsole [earlycon0] disabled
[    5.587194] bootconsole [earlycon0] disabled
[    5.597456] nand: Could not find valid ONFI parameter page; aborting
[    5.603924] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    5.610303] nand: Hynix NAND 128MiB 3,3V 8-bit
[    5.614791] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    5.622418] Scanning device for bad blocks
[    5.735452] 4 cmdlinepart partitions found on MTD device orion_nand
[    5.741770] Creating 4 MTD partitions on "orion_nand":
[    5.746934] 0x000000000000-0x000000100000 : "u-boot"
[    5.753374] 0x000000100000-0x000000500000 : "uImage"
[    5.759749] 0x000000500000-0x000002500000 : "rootfs"
[    5.766345] 0x000002500000-0x000008000000 : "data"
[    5.774573] libphy: Fixed MDIO Bus: probed
[    5.778817] libphy: mdio_driver_register: mv88e6085
[    5.784165] libphy: orion_mdio_bus: probed
[    5.793582] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    6.901272] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:7b:64
[    6.910137] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.916745] ehci-pci: EHCI PCI platform driver
[    6.921293] ehci-orion: EHCI orion driver
[    6.925502] orion-ehci f1050000.ehci: EHCI Host Controller
[    6.931077] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    6.938977] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[    6.970577] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    6.976873] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.983726] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.990999] usb usb1: Product: EHCI Host Controller
[    6.995898] usb usb1: Manufacturer: Linux 4.8.3-kirkwood-tld-1 ehci_hcd
[    7.002560] usb usb1: SerialNumber: f1050000.ehci
[    7.008099] hub 1-0:1.0: USB hub found
[    7.011975] hub 1-0:1.0: 1 port detected
[    7.016940] mousedev: PS/2 mouse device common for all mice
[    7.370574] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    7.562234] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    7.568980] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    7.576187] usb 1-1: Product: USB2.0 Hub
[    7.581067] hub 1-1:1.0: USB hub found
[    7.585232] hub 1-1:1.0: 4 ports detected
[    7.910564] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
[    8.061482] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5575
[    8.068400] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.075781] usb 1-1.3: Product: Cruzer Glide
[    8.080072] usb 1-1.3: Manufacturer: SanDisk
[    8.084383] usb 1-1.3: SerialNumber: 4C531001480325118324
[    8.090577] rtc-mv f1010300.rtc: internal RTC not ticking
[    8.096586] i2c /dev entries driver
[    8.101389] hidraw: raw HID events driver (C) Jiri Kosina
[    8.107259] drop_monitor: Initializing network drop monitor service
[    8.113819] NET: Registered protocol family 17
[    8.118497] Key type dns_resolver registered
[    8.123679] registered taskstats version 1
[    8.127796] Loading compiled-in X.509 certificates
[    8.132697] zswap: loaded using pool lzo/zbud
[    8.156776] Key type encrypted registered
[    8.161453] hctosys: unable to open rtc device (rtc0)
[    8.168801] Freeing unused kernel memory: 308K (c07dd000 - c082a000)
[    8.175358] This architecture does not have kernel memory protection.
Loading, please wait...
[    8.261577] systemd-udevd[92]: starting version 215
[    8.466183] SCSI subsystem initialized
[    8.493956] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    8.543521] scsi host0: usb-storage 1-1.3:1.0
[    8.555805] usbcore: registered new interface driver usb-storage
[    8.582960] usbcore: registered new interface driver uas
[    9.612083] scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Glide     1.27 PQ: 0 ANSI: 6
[    9.629549] sd 0:0:0:0: [sda] 61056064 512-byte logical blocks: (31.3 GB/29.1 GiB)
[    9.639397] sd 0:0:0:0: [sda] Write Protect is off
[    9.645015] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    9.665509]  sda: sda1 sda2
[    9.672643] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    9.682497] 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.
B[   18.691971] PM: Starting manual resume from disk
egin: Running /scripts/local-premount ... done.
modprobe: module ext3 not found in modules.dep
Begin: Will now check root file system ... fsck from util-linux 2.25.2
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 
rootfs: recovering journal
rootfs: clean, 36884/1646592 files, 551397/6583040 blocks
done.
[   19.310807] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   19.358684] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[   19.748445] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[   19.762304] systemd[1]: Detected architecture 'arm'.

Welcome to Debian GNU/Linux 8 (jessie)!

[   19.914003] systemd[1]: Inserted module 'autofs4'
[   19.975460] NET: Registered protocol family 10
[   19.981129] systemd[1]: Inserted module 'ipv6'
[   19.988078] systemd[1]: Set hostname to <deb-pogo>.
[   20.626584] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[   20.645091] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[   20.653366] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   20.661212] systemd[1]: Expecting device dev-ttyS0.device...
         Expecting device dev-ttyS0.device...
[   20.700742] systemd[1]: Starting Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Paths.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Set up automount Arbitrary Executable File Formats F...utomount Point.
         Expecting device dev-sda2.device...
[  OK  ] Created slice Root Slice.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on Delayed Shutdown Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Listening on Journal Socket.
[  OK  ] Created slice System Slice.
         Mounting POSIX Message Queue File System...
         Starting Load Kernel Modules...
         Mounting Debug File System...
         Starting Create list of required static device nodes...rrent kernel...
         Starting udev Coldplug all Devices...
[  OK  ] Created slice system-openvpn.slice.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-postgresql.slice.
         Starting Journal Service...
[  OK  ] Started Journal Service.
[  OK  ] Reached target Slices.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Mounted Debug File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Create list of required static device nodes ...current kernel.
[   21.510515] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started udev Coldplug all Devices.
         Starting Load/Save Random Seed...
         Starting Create Static Device Nodes in /dev...
         Starting Apply Kernel Variables...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Apply Kernel Variables.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
[   22.151860] systemd-udevd[188]: starting version 215
         Mounting /tmp...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Mounted /tmp.
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
         Starting netfilter persistent configuration...
[  OK  ] Reached target Remote File Systems.
         Starting Trigger Flushing of Journal to Persistent Storage...
         Starting LSB: Raise network interfaces....
         Starting Copy rules generated while the root was ro...
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started Copy rules generated while the root was ro.
[   22.665525] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.687419] systemd-journald[174]: Received request to flush runtime journal from PID 1
[  OK  ] Started Trigger Flushing of Journal to Persistent Storage.
[   22.789248] nf_conntrack version 0.5.0 (4096 buckets, 16384 max)
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[   23.168888] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  OK  ] Started netfilter persistent configuration.
[  OK  ] Found device /dev/ttyS0.
[   23.370377] marvell-cesa f1030000.crypto: CESA device successfully registered
[   23.423615] orion_wdt: Initial timeout 21 sec
[  OK  ] Found device Cruzer_Glide 2.
         Activating swap /dev/sda2...
[   23.790108] Adding 4194300k swap on /dev/sda2.  Priority:-1 extents:1 across:4194300k FS
[  OK  ] Activated swap /dev/sda2.
[   23.837566] random: crng init done
[  OK  ] Reached target Swap.
[   25.331233] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  OK  ] Started LSB: Raise network interfaces..
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
         Starting LSB: RPC portmapper replacement...
[  OK  ] Started LSB: RPC portmapper replacement.
[  OK  ] Reached target RPC Port Mapper.
         Starting LSB: NFS support files common to client and server...
[  OK  ] Started LSB: NFS support files common to client and server.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Timers.
[  OK  ] Reached target Basic System.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting OpenVPN connection to server...
         Starting OpenVPN service...
         Starting Lighttpd Daemon...
         Starting Regular background program processing daemon...
[  OK  ] Started Regular background program processing daemon.
         Starting OpenBSD Secure Shell server...
[  OK  ] Started OpenBSD Secure Shell server.
         Starting /etc/rc.local Compatibility...
         Starting Permit User Sessions...
         Starting Login Service...
         Starting D-Bus System Message Bus...
[  OK  ] Started D-Bus System Message Bus.
[  111.001538] tun: Universal TUN/TAP device driver, 1.6
[  111.012301] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
         Starting LSB: Start NTP daemon...
         Starting LSB: Kernel NFS server support...
         Starting PostgreSQL Cluster 9.4-main...
         Starting LSB: Starts syslogd...
         Starting LSB: powerful, efficient, and scalable Mail...nsport Agent...
[  OK  ] Started OpenVPN connection to server.
[  OK  ] Started OpenVPN service.
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started LSB: Start NTP daemon.
[  OK  ] Started LSB: Starts syslogd.
[  OK  ] Started LSB: Kernel NFS server support.
[  OK  ] Started Login Service.
         Starting LSB: Starts klogd...
         Starting Getty on tty1...
[  OK  ] Started Getty on tty1.
         Starting Serial Getty on ttyS0...
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started LSB: Starts klogd.
[  OK  ] Started LSB: powerful, efficient, and scalable Mail Transport Agent.
[  OK  ] Started Lighttpd Daemon.

Debian GNU/Linux 8 deb-pogo ttyS0

deb-pogo login:

I do have a wireless usb i can try to setup.
Looks like apt-offline may be the way to get packages I will need to give it a go.
I will post results if I get it running if anyone is interested.
Re: Hopping ip
November 15, 2016 12:16AM
feas Wrote:

> I think the network adapter is dead.

This rarely happens, so I would look at the ethernet cable first.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Hopping ip
November 15, 2016 12:49PM
I had a ray of hope from the enlightenment of bodhi, one of those well of course moments, unfortunately it did not work.
I tested two other cables and made sure they were not the culprit by using them to connect my laptop to the router.

I have gotten apt-offline to work after shuttling dependency packages back and forth. Now off to find out how many packages dependencies are needed for wpasupplicant.

I really wish there were a better way.

Hind sight, it may be worth setting your systems up to support wifi even if just for giggles.

Now back to reading about goat sacrifices to cure network problems. I tried the battery and wire taped around the ethernet cable but suspect he was just messing with me on that one.

https://www.youtube.com/watch?v=nRmMkiTB_uE
Re: Hopping ip
November 15, 2016 01:34PM
I would have thought turning off Address Reservation in the router and/or swapped routers might yield a clue.
But there is method to Bodhi's madness, in that Pogoplug's RJ45 jack needs to have the plug pushed in a hair further than when it just clicks. Happened to me.

Now for me to troubleshoot, I don't have the coding skills, therefore I rely on backups, everything possible. I'd swap Pogplug's USB stick, if that don't work another router that has the same address reservation, cable pushed into the jack and that sort of thing.

You're not by chance running torrents and it's trying to broadcast out to all those IPs are you? I'm out of goats :-)

=========
-= Cloud 9 =-
Re: Hopping ip
November 15, 2016 04:16PM
JoeyPogoPlugE02 Wrote:
-------------------------------------------------------
> Pogoplug's RJ45 jack needs to have the plug pushed
> in a hair further than when it just clicks.
> Happened to me.

Yeah that was my first tought as well.
Used to be terminators at the end of the line were bad.
Always use to keep a box of those on hand.
>
> You're not by chance running torrents and it's
> trying to broadcast out to all those IPs are you?
The only thing I have had it doing is webhosting
the last couple of weeks.
I thought I may have become part of Mirai (sp)
But I didnt find any evidence of entry or any changes.
I have read it is possible to hide files even from root but
I am not up to speed on verifying that.
> I'm out of goats :-)
No problem I know a guy ;).
Re: Hopping ip
November 15, 2016 09:40PM
Setup up wireless on your Pogoplug E02 if you cant access internet.

Copy the following files to a usb from a system with internet access.
Note these are armel packages (when different) for Debian Jessie.

It is best to install the libraries first to limit the chances of dependency requirements.

dpkg -i file.deb

libc6_2.19-18+deb8u6_armel.deb
libdbus-1-3_1.8.20-0+deb8u1_armel.deb
libiw30_30~pre9-8_armel.deb
libnl-3-200_3.2.24-2_armel.deb
libnl-genl-3-200_3.2.24-2_armel.deb
libpcsclite1_1.8.13-1_armel.deb
libreadline6_6.3-8+b3_armel.deb
libssl1.0.0_1.0.1t-1+deb8u5_armel.deb
libtinfo5-dbg_5.9+20140913-1+b1_armel.deb
libtinfo-dev_5.9+20140913-1+b1_armel.deb
adduser_3.113+nmu3_all.deb
iw_3.17-1_armel.deb
less_458-3_armel.deb
lsb-base_4.1+Debian13+nmu1_all.deb
man-db_2.7.0.2-5_armel.deb
python-apt_0.9.3.12_amd64.deb
python-apt_0.9.3.12_armel.deb
wireless-tools_30~pre9-8_armel.deb
wpasupplicant_2.3-1+deb8u4_armel.deb

You will need to make entries to:

nano /etc/network/interfaces

auto lo wlan0
allow-hotplug wlan0
iface lo inet loopback
iface wlan0 static
address 192.168.86.XXX
netmask 255.255.255.0
gateway 192.168.86.XXX
wpa-conf /etc/wpa_supplicant.conf
wps-ssid {MyWiFi}

You will also need to set your:

nano /etc/wpa_supplicant.conf

network={
ssid="MyWiFi"
#psk="SuperSecretPassPhrase"
psk=
}


I changed a setting to limit the time systemd searches for your devices.
It is set to unlimited by default. So you wait forever if not found.
(Not intended as a systemd slam)

nano /lib/systemd/system/networking.service.d/network-pre.conf

[Unit]
After=network-pre.target

[Service]
TimeoutStartSec=10


This site was a good source for getting the wifi configured from the command line:

https://www.blackmoreops.com/2014/09/18/connect-to-wifi-network-from-command-line-in-linux/


That should do it for ya.


To allow you to apt-get from a remote machine for your device

apt-offline_1.5.1_all.deb


No goats were harmed while doing this.
Re: Hopping ip
November 15, 2016 09:49PM
I must say there is huge speed increase when accessing it from the internet. That ethernet port must have been going for awhile. I removed my nextcloud server cause of speed issues and my webserver was painful loading too. I may need to reinstall nextcloud to see how it is now.
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: