Fail to get an IP from DHCP server after installing fvdw-sl

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 8:53 pm

fvdw wrote:Ooops type error, try this
Code: Select all
tftp -r rcS-new -l /sda7/etc/init.d/rcS -g 192.168.0.177


Code: Select all
fvdw-sta-kirkwood login: root
Password:
root@fvdw-sta-kirkwood:/ # mkdir /sda7
root@fvdw-sta-kirkwood:/ # mount /dev/sda7 /sda7
root@fvdw-sta-kirkwood:/ # mv /sda7/etc/init.d/rcS /sda7/etc/init.d/rcS-original
root@fvdw-sta-kirkwood:/ # tftp -r rcs_new -l /sda7/etc/init.d/rcS -g 192.168.0.177
tftp: server error: (1) File not found
root@fvdw-sta-kirkwood:/ # tftp -r rcS-new -l /sda7/etc/init.d/rcS -g 192.168.0.177
rcS-new              100% |****************************************************************|  8587   0:00:00 ETA
root@fvdw-sta-kirkwood:/ # chmod 777 /sda7/etc/init.d/rcS
root@fvdw-sta-kirkwood:/ # ls -l /sda7/etc/init.d
total 120
-rw-r--r--    1 root     root           190 Jun  1  2016 WARNING.txt
-rwxr-xr-x    1 root     root          1893 Mar 28  2013 fuse
-rwxr-xr-x    1 root     root           299 Apr  5  2014 insert-modules.2big2
-rwxr-xr-x    1 root     root           299 Apr  5  2014 insert-modules.5big2
-rwxr-xr-x    1 root     root           193 Jan 27  2014 insert-modules.cloudbox
-rwxr-xr-x    1 root     root           299 Apr  5  2014 insert-modules.d2nw2
-rwxr-xr-x    1 root     root           299 Apr  5  2014 insert-modules.isp2
-rwxr-xr-x    1 root     root           299 Apr  5  2014 insert-modules.nwsp2
-rwxr-xr-x    1 root     root           299 Apr  5  2014 insert-modules.nwspmax
-rwxr-xr-x    1 root     root           299 Apr  5  2014 insert-modules.wsp2
-rw-r--r--    1 root     root            46 Nov 16  2011 postupgrade.jobs
-rwxr-xr-x    1 root     root          3983 Feb 10  2016 rc.banner
-rwxr-xr-x    1 root     root          6537 Jan 28  2017 rc.bootup1
-rwxr-xr-x    1 root     root           316 Aug 12  2013 rc.bootup2
-rwxr-xr-x    1 root     root          5024 Jan 28  2017 rc.bootup3
-rwxr-xr-x    1 root     root          9304 Jan  4  2017 rc.postupgrade
-rwxr-xr-x    1 root     root          5077 Mar  2  2017 rc.setup
-rwxrwxrwx    1 root     root          8587 Jan  1 00:06 rcS
-rwxr-xr-x    1 root     root         20339 Apr  7  2017 rcS-original
root@fvdw-sta-kirkwood:/ # umount /sda7
root@fvdw-sta-kirkwood:/ # poweroff -f
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 8:55 pm

:thumbup

ok boot it using uboot console procedure
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 9:00 pm

fvdw wrote::thumbup

ok boot it using uboot console procedure

only boot? or all i have to execute all the stuff with previos uboot procedure?
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 9:01 pm

Draftmancorp wrote:
fvdw wrote::thumbup

ok boot it using uboot console procedure

only boot? or all i have to execute all the stuff with previos uboot procedure?

all the stuff as with previous uboot procedure, it will tell us if the boot succeeds
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 9:03 pm

fvdw wrote:
Draftmancorp wrote:
fvdw wrote::thumbup

ok boot it using uboot console procedure

only boot? or all i have to execute all the stuff with previos uboot procedure?

all the stuff as with previous uboot procedure, it will tell us if the boot succeeds


OK:
Code: Select all
Marvell>> setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/ root=/dev/sda7
Marvell>> printenv bootargs
printenv bootargs
bootargs=console=ttyS0,115200 netconsole=6666@192.168.0.188/,6666@192.168.0.177/ root=/dev/sda7
Marvell>> ide reset
ide reset

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
Port Multiplier found @ 0 0. Vendor: 11ab ports: 4
[0 0 3]: Enable DMA mode
  Device 3 @ 0 0 3:
Model: ST2000DM006-2DM164                       Firm: CC26     Ser#:             Z4ZATWA1
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
Port Multiplier found @ 0 1. Vendor: 11ab ports: 4

Marvell>> tftpboot 0x800000 firmware/kirkwood/UIMAGE-466-KIRKWOOD-7
tftpboot 0x800000 firmware/kirkwood/UIMAGE-466-KIRKWOOD-7
Using egiga0 device
TFTP from server 192.168.0.177; our IP address is 192.168.0.188
Filename 'firmware/kirkwood/UIMAGE-466-KIRKWOOD-7'.
Load address: 0x800000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #############################################
done
Bytes transferred = 4887024 (4a91f0 hex)
Marvell>> bootm
bootm
## Booting image at 00800000 ...
   Image Name:   linux-4.6.6-kirkwood-fvdw
   Created:      2017-05-07  10:19:57 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4886960 Bytes =  4.7 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.6.6 (root@fvdwsl-5big2.local) (gcc version 4.9.3 (GCC) ) #7 PREEMPT Sun May 7 11:50:52 CEST 2017
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005317f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 5Big Network v2
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 netconsole=6666@192.168.0.188/,6666@192.168.0.177/ root=/dev/sda7
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 509736K/524288K available (7113K kernel code, 328K rwdata, 1940K rodata, 200K init, 395K bss, 14552K 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 : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc08df8e8   (9055 kB)
[    0.000000]       .init : 0xc08e0000 - 0xc0912000   ( 200 kB)
[    0.000000]       .data : 0xc0912000 - 0xc0964320   ( 329 kB)
[    0.000000]        .bss : 0xc0964320 - 0xc09c7004   ( 396 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:114
[    0.000000] Switching to timer-based delay loop, resolution 6ns
[    0.000010] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
[   13.429352] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
[   13.429634] Console: colour dummy device 80x30
[   13.429663] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[   13.429682] pid_max: default: 32768 minimum: 301
[   13.429824] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   13.429844] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   13.430430] CPU: Testing write buffer coherency: ok
[   13.430791] Setting up static identity map for 0x81e0 - 0x8238
[   13.433837] VFP support v0.3: not present
[   13.434181] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[   13.434323] xor: measuring software checksum speed
[   13.529711]    arm4regs  :  1088.800 MB/sec
[   13.629429]    8regs     :   653.600 MB/sec
[   13.729428]    32regs    :   904.800 MB/sec
[   13.729445] xor: using function: arm4regs (1088.800 MB/sec)
[   13.729484] pinctrl core: initialized pinctrl subsystem
[   13.730366] NET: Registered protocol family 16
[   13.730806] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   13.733518] Kirkwood: MV88F6281-A0, TCLK=166666667.
[   13.733549] Feroceon L2: Enabling L2
[   13.733588] Feroceon L2: Cache support initialised.
[   13.734558] kirkwood_init: create proc tsinfo proc
[   13.734581] tsinfo: create proc tsinfo vendor successfully
[   13.734588] mv_usb_init 1
[   13.734600] mv_usb_init 2 devnum = 0
[   13.734610] init function mv_usb_init finished
[   13.735097]  orion-ehci registered
[   13.949968] raid6: int32x1  gen()   101 MB/s
[   14.119730] raid6: int32x1  xor()    63 MB/s
[   14.289763] raid6: int32x2  gen()   133 MB/s
[   14.459486] raid6: int32x2  xor()    84 MB/s
[   14.629468] raid6: int32x4  gen()   133 MB/s
[   14.799614] raid6: int32x4  xor()    90 MB/s
[   14.969504] raid6: int32x8  gen()   121 MB/s
[   15.139494] raid6: int32x8  xor()    80 MB/s
[   15.139504] raid6: using algorithm int32x2 gen() 133 MB/s
[   15.139512] raid6: .... xor() 84 MB/s, rmw enabled
[   15.139520] raid6: using intx1 recovery algorithm
[   15.139825] vgaarb: loaded
[   15.140288] SCSI subsystem initialized
[   15.141131] usbcore: registered new interface driver usbfs
[   15.141263] usbcore: registered new interface driver hub
[   15.141378] usbcore: registered new device driver usb
[   15.141670] Linux video capture interface: v2.00
[   15.145016] clocksource: Switched to clocksource orion_clocksource
[   15.145179] VFS: Disk quotas dquot_6.6.0
[   15.145235] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   15.161483] NET: Registered protocol family 2
[   15.162164] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[   15.162224] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[   15.162277] TCP: Hash tables configured (established 4096 bind 4096)
[   15.162340] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   15.162372] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   15.162555] NET: Registered protocol family 1
[   15.163290] RPC: Registered named UNIX socket transport module.
[   15.163303] RPC: Registered udp transport module.
[   15.163310] RPC: Registered tcp transport module.
[   15.163318] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   15.163527] NetWinder Floating Point Emulator V0.97 (double precision)
[   15.163662] gpio-usb-probe-4b err=0
[   15.163678] gpio-usb gpio-usb: USB GPIO's initialized
[   15.164915] futex hash table entries: 256 (order: -1, 3072 bytes)
[   15.165471] workingset: timestamp_bits=29 max_order=17 bucket_order=0
[   15.166330] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   15.166701] ntfs: driver 2.1.32 [Flags: R/W].
[   15.166766] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   15.166941] fuse init (API version 7.24)
[   15.167296] JFS: nTxBlock = 3982, nTxLock = 31858
[   15.168901] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[   15.173661] async_tx: api initialized (async)
[   15.173760] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   15.173778] io scheduler noop registered
[   15.173793] io scheduler deadline registered
[   15.173825] io scheduler cfq registered (default)
[   15.174046] mv_xor mv_xor.0: Marvell shared XOR driver
[   15.210109] mv_xor mv_xor.0: Marvell XOR (Registers Mode): ( xor cpy )
[   15.211945] mv_xor mv_xor.1: Marvell shared XOR driver
[   15.250070] mv_xor mv_xor.1: Marvell XOR (Registers Mode): ( xor cpy )
[   15.258210] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   15.259845] console [ttyS0] disabled
[   15.280020] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 10416666) is a 16550A
[   15.881148] console [ttyS0] enabled
[   15.899746] brd: module loaded
[   15.910468] loop: module loaded
[   15.914553] sata_mv sata_mv.0: cannot get optional clkdev
[   15.920421] sata_mv sata_mv.0: slots 32 ports 2
[   15.928444] scsi host0: sata_mv
[   15.932330] scsi host1: sata_mv
[   15.935864] ata1: SATA max UDMA/133 irq 21
[   15.940159] ata2: SATA max UDMA/133 irq 21
[   15.945885] m25p80 spi0.0: mx25l4005a (512 Kbytes)
[   15.951652] Creating 2 MTD partitions on "spi_flash":
[   15.956688] 0x000000000000-0x00000007d000 : "u-boot"
[   15.962964] 0x00000007e000-0x00000007f000 : "u-boot-env"
[   15.971003] tun: Universal TUN/TAP device driver, 1.6
[   15.976036] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   15.983218] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   15.991524] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   16.007882] libphy: orion_mdio_bus: probed
[   16.012257] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   16.429413] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   16.449495] ata1.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   16.474907] ata1.00: hard resetting link
[   16.820198] ata1.01: hard resetting link
[   17.122796] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:8d:9a:81
[   17.160233] ata1.02: hard resetting link
[   17.490193] ata1.03: hard resetting link
[   18.009448] ata1.03: ATA-9: ST2000DM006-2DM164, CC26, max UDMA/133
[   18.015607] ata1.03: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   18.069453] ata1.03: configured for UDMA/133
[   18.079495] ata1: EH complete
[   18.109651] scsi 0:3:0:0: Direct-Access     ATA      ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5
[   18.169818] fvdw1 disk index before get_sd_name = 0
[   18.174673] device-name= sata_mv
[   18.177887] fvdw2 disk index after get_sd_name = 0
[   18.199415] fvdw3 prefix[0]=s  prefix[1]=d
[   18.203496] fvdw4 diskname = sda
[   18.209554] sd 0:3:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[   18.217265] sd 0:3:0:0: [sda] 4096-byte physical blocks
[   18.239666] sd 0:3:0:0: [sda] Write Protect is off
[   18.244557] sd 0:3:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.291996] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:4b:8d:39:dd
[   18.301101] PPP generic driver version 2.4.2
[   18.305713] PPP Deflate Compression module registered
[   18.310975] PPP MPPE Compression module registered
[   18.315757] NET: Registered protocol family 24
[   18.320399] usbcore: registered new interface driver rt2500usb
[   18.326503] usbcore: registered new interface driver rt73usb
[   18.332493] usbcore: registered new interface driver rt2800usb
[   18.338344]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   18.341005] sd 0:3:0:0: [sda] Attached SCSI disk
[   18.352079] usbcore: registered new interface driver rtl8187
[   18.358013] usbcore: registered new interface driver rtl8192cu
[   18.363883] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[   18.371471] usbcore: registered new interface driver pegasus
[   18.377339] usbcore: registered new interface driver asix
[   18.382885] usbcore: registered new interface driver ax88179_178a
[   18.389159] usbcore: registered new interface driver cdc_ether
[   18.395161] usbcore: registered new interface driver net1080
[   18.401023] usbcore: registered new interface driver plusb
[   18.406687] usbcore: registered new interface driver cdc_subset
[   18.412739] usbcore: registered new interface driver zaurus
[   18.418521] usbcore: registered new interface driver ipheth
[   18.424248] usbcore: registered new interface driver cdc_ncm
[   18.430842] aoe: cannot create debugfs directory
[   18.435814] aoe: AoE v85 initialised.
[   18.709413] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   18.716347] ata2.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   18.733323] ata2.00: hard resetting link
[   19.060161] ata2.01: hard resetting link
[   19.390157] ata2.02: hard resetting link
[   19.449401] rtc-mv rtc-mv: internal RTC not ticking
[   19.454553] i2c /dev entries driver
[   19.459302] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   19.466531] uvcvideo: Unable to create debugfs directory
[   19.472098] usbcore: registered new interface driver uvcvideo
[   19.477818] USB Video Class driver (1.1.1)
[   19.482059] gspca_main: v2.14.0 registered
[   19.486285] usbcore: registered new interface driver Philips webcam
[   19.503048] md: linear personality registered for level -1
[   19.508518] md: raid0 personality registered for level 0
[   19.514077] md: raid1 personality registered for level 1
[   19.519377] md: raid10 personality registered for level 10
[   19.525145] md: raid6 personality registered for level 6
[   19.530537] md: raid5 personality registered for level 5
[   19.535827] md: raid4 personality registered for level 4
[   19.541434] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   19.550165] device-mapper: multipath: version 1.11.0 loaded
[   19.555717] device-mapper: multipath round-robin: version 1.1.0 loaded
[   19.562268] device-mapper: multipath queue-length: version 0.2.0 loaded
[   19.568855] device-mapper: multipath service-time: version 0.3.0 loaded
[   19.575527] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   19.581638] device-mapper: raid: Loading target version 1.7.0
[   19.590640] Netfilter messages via NETLINK v0.30.
[   19.595342] nfnl_acct: registering with nfnetlink.
[   19.601017] nf_conntrack version 0.5.0 (7964 buckets, 31856 max)
[   19.607704] ipip: IPv4 over IPv4 tunneling driver
[   19.613690] ip_tables: (C) 2000-2006 Netfilter Core Team
[   19.619204] NET: Registered protocol family 10
[   19.625198] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   19.630982] sit: IPv6 over IPv4 tunneling driver
[   19.636438] NET: Registered protocol family 17
[   19.641240] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   19.653971] Bridge firewalling registered
[   19.658110] NET: Registered protocol family 5
[   19.663749] netpoll: netconsole: local port 6666
[   19.668350] netpoll: netconsole: local IPv4 address 192.168.0.188
[   19.674804] netpoll: netconsole: interface 'eth0'
[   19.679531] netpoll: netconsole: remote port 6666
[   19.684213] netpoll: netconsole: remote IPv4 address 192.168.0.177
[   19.690503] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[   19.697347] netpoll: netconsole: device eth0 not up yet, forcing it
[   19.720212] ata2.03: hard resetting link
[   20.050381] ata2: EH complete
[   20.784918] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   23.648336] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   23.658164] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   23.668218] console [netcon0] enabled
[   23.671945] netconsole: network logging started
[   23.676964] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   23.684049] hctosys: unable to open rtc device (rtc0)
[   23.689673] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[   23.698731] EXT4-fs (sda7): mounting ext3 file system using the ext4 subsystem
[   23.759687] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   23.767371] VFS: Mounted root (ext3 filesystem) on device 8:7.
[   23.773805] Freeing unused kernel memory: 200K (c08e0000 - c0912000)
[   23.780167] This architecture does not have kernel memory protection.
[   24.088304] EXT4-fs (sda7): re-mounted. Opts: (null)
[   24.546208] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
[   24.899777] EXT4-fs (sda5): 1 orphan inode deleted
[   24.904586] EXT4-fs (sda5): recovery complete
[   25.119479] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   25.197162] random: mkswap urandom read with 77 bits of entropy available
[   25.253855] Adding 514076k swap on /dev/sda3.  Priority:-1 extents:1 across:514076k
[   41.069421] random: nonblocking pool is initialized
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 9:06 pm

see if you can find ip of the new 5big2 it with fvdw-sl assistant or ip scanner
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 9:09 pm

fvdw wrote:see if you can find ip of the new 5big2 it with fvdw-sl assistant or ip scanner


nope...
I see the blu led in the back real solid blue, no flikering.... and sometime i can hear the head of hdd that unhook and hang up. like every 30 seconds.like a programmed task...
Never did before...
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 9:11 pm

:crazy

oke lets have a look at boot.log on sda7
standalone kernel, telnet client,
mkdir /sda7
mount /dev/sda7 /sda7
cat /sda7/boot.log
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Fail to get an IP from DHCP server after installing fvdw-sl

Postby Draftmancorp » Sun Apr 21, 2019 9:15 pm

fvdw wrote::crazy

oke lets have a look at boot.log on sda7
standalone kernel, telnet client,
mkdir /sda7
mount /dev/sda7 /sda7 sda7
cat /sda7/boot.log


this time is really short..

Code: Select all
fvdw-sta-kirkwood login: root
Password:
root@fvdw-sta-kirkwood:/ # mkdir /sda7
root@fvdw-sta-kirkwood:/ # mount /dev/sda7 /sda7
root@fvdw-sta-kirkwood:/ # cat /sda7/boot.log
start boot log
detect and set platform
5big2
kirkwood
UIMAGE-466-KIRKWOOD-7
Current kernel: 4.6.6 #7 PREEMPT Sun May 7 11:50:52 CEST 2017
5big2
 mount dev/pts
update dev nodes
make dev node for buttons...
enable IP forwarding...
create temporary passwd file
run udevstart to update dev nodes when necessary
booting rescue mode and bringing LAN up
root@fvdw-sta-kirkwood:/ # umount sda7
root@fvdw-sta-kirkwood:/ #

Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Fail to get an IP from DHCP server after installing fvdw-sl

Postby fvdw » Sun Apr 21, 2019 9:25 pm

it stops again when trying to bring up ethernet
this is the part of rcS (new) script

Code: Select all
 echo "booting rescue mode and bringing LAN up"
 echo "booting rescue mode and bringing LAN up" >> boot.log
 ifconfig eth0 up
 udhcpc -t 5 -q -s /etc/simple.script
 sleep 3
 echo "starting discover daemon"
 echo "starting discover daemon" >> boot.log
 /usr/sbin/discoverd

 # temporary dropbear daemon
 echo "starting temporary dropbear on port 12"
 echo "starting temporary dropbear on port 12" >> boot.log
 /usr/bin/dropbear -p 12 -r /rw_fs/etc/dropbear/dropbear_rsa_host_key


I assume you are still connected via telnet running standalone kernel and /dev/sda7 is mounted on /sda7
if thats the case what is the output of
Code: Select all
/sda7/sbin/ifconfig --help
/sda7/bin/ip --help
/sda7/bin/ip route
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 8 guests