No lan at boot

No lan at boot

Postby ljoets » Sun Sep 20, 2015 2:12 pm

Hello,

I recently stopped my Lacie Network Space vs1 by the interface. (update a long time ago to the latest version). But after a moment, the blue light was always on, so I switched it off with the back button. and unplug it.

Today, I want to use it again, but the lan light on the switch stay off. No ping, no web interface, no smb mount :-\

Here is my :

Code: Select all
ljoets@ClevoW540SU:~$ sudo fdisk -l /dev/sdc
[sudo] password for ljoets:

Disque /dev/sdc : 1,8 TiB, 2000398934016 octets, 3907029168 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0xe44de0ce

Device     Boot   Start        End    Sectors   Size Id Type
/dev/sdc1          2048     514079     512032   250M 83 Linux
/dev/sdc2        514080    1028159     514080   251M 83 Linux
/dev/sdc3       1028160    1542239     514080   251M 82 Linux swap / Solaris
/dev/sdc4       1542240 3907024064 3905481825   1,8T  5 Extended
/dev/sdc5       1544288    2313359     769072 375,5M 83 Linux
/dev/sdc6       2315408    2329424      14017   6,9M 83 Linux
/dev/sdc7       2331473    2859569     528097 257,9M 83 Linux
/dev/sdc8       2861618 3907024064 3904162447   1,8T 83 Linux


And my boot log :

Code: Select all
start boot log
Sun Sep 20 15:28:53 GMT+1 2015
booting using sda1 file system...
rcS finished


Please help :-\
ljoets
 
Posts: 14
Joined: Sun Dec 22, 2013 6:16 pm

Re: No lan at boot

Postby Jocko » Sun Sep 20, 2015 4:30 pm

Hi ljoets,

I had had a similar issue with my nwsp1 2 years ago.
I am sorry but I fear your network card is died.

if you want to get again a network access, you need to have an usb network adapter.
Need also to compile its driver and install it on the nas (required to extract the disk)

Note: speed will be slow via the usb port.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No lan at boot

Postby ljoets » Sun Sep 20, 2015 4:51 pm

Thanks for your answer :-(
Is there any tests I can do to be sure ?

In facts, ethernet led on the switch ligths after power on the nas. It stops after 5~10 seconds. So can I hope ?
ljoets
 
Posts: 14
Joined: Sun Dec 22, 2013 6:16 pm

Re: No lan at boot

Postby Jocko » Sun Sep 20, 2015 5:17 pm

ljoets wrote:In facts, ethernet led on the switch ligths after power on the nas. It stops after 5~10 seconds. So can I hope ?
In this case maybe.

You posted the boot.log file stored on sda7, but there is much information with the boot.log file of the partition chrooted. In /lacie-boot you will see what partition is used (eg. sda1boot for sda1) and post here the boot.log of this partition.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No lan at boot

Postby ljoets » Sun Sep 20, 2015 5:25 pm

I think it is this one :

Code: Select all
start boot log
detect and set platform
nwsp1
UIMAGE-26394-NWSP1-17
nwsp1
 mount dev/pts
update dev nodes
booting using sda1 root file system...
make dev node for buttons...
make dev node for tun device...
enable IP forwarding...
start buttons control daemon
device = nwsp1
source = buttons-phn
buttons-spd daemon started
Sun Sep 20 17:28:59 UTC 2015
create temporary passwd file
run udevstart to update dev nodes when necessary
inserting kernel modules:
create temporary group file
configure loopback netwerk interface
setting reboot and standby
nwsp1
rebootd-phn
nwsp1
standbyd-phn
phn adapting motion.conf file
export reset gpio pin
starting php based setup routines step 1
 * Finishing restore RAID devices...     [ OK ]
 * Found XML database configuration file...    [ OK ]
 * Updating Disks database...           [ OK ]
 * Starting mount of volumes...
   - Mounting volume Default:  [ OK ]
 * Finishing mount of volumes...        [ OK ]
 * Starting udevd...                 [ OK ]
 * Generating Hosts File...           [ OK ]
 * Configuring System Hostname...        [ OK ] 
 * Configuring LAN interface...        [ OK ]
 * Initializing Timezone...           [ OK ]
 * Starting web server...              [ OK ]
 * Starting mount of internal USB ...
 * Finishing mount internal USB ...     [ OK ]
 * Configuring Disks...              [ OK ]
 * Configuring Samba...                [ OK ]
 * Configuring System Users...
   Root password: use default password
   Set users, linux and samba accounts    [ OK ]
 * Starting syncawayd...              [ OK ]
 * Starting Fvdw-sl Discovery Daemon...    [ OK ]
start rpcbind service
starting php based setup routines step 2
 * Starting dropbear...              [ OK ]
 * Kill temporary dropbear...          [ OK ]
starting php based setup routines step 3
 * Starting daemon update Hosts File...  [ OK ]
 * Starting mount of remote shares...
 * Finishing mount shares...           [ OK ]
 * Starting NTP client...              [ OK ]
 * Starting Minidlna Server...           [ OK ]
starting php based setup routines step banner


*** fvdw-sl NAS firmware
    This is fvdw-sl version: fvdw-sl 16.0
    built on: Dec 28 2014

    LAN IP address:  (DHCP)

    Port configuration:

    LAN   -> eth0
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
move smbd en nmbd db files to ramdisk to enable disk spin down
else loop1 finished
rcS finished
ljoets
 
Posts: 14
Joined: Sun Dec 22, 2013 6:16 pm

Re: No lan at boot

Postby Jocko » Sun Sep 20, 2015 5:34 pm

Your nas fails to get an ip from your DHCP server.
Code: Select all
    LAN IP address:  (DHCP)
You should see here what IP the nas got from the server.

So look at if you have changed some settings on your dhcp server.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No lan at boot

Postby ljoets » Sun Sep 20, 2015 5:35 pm

No changes on my DHCP :-\
Can I set an IP without the NAS web interface ?
ljoets
 
Posts: 14
Joined: Sun Dec 22, 2013 6:16 pm

Re: No lan at boot

Postby Jocko » Sun Sep 20, 2015 5:49 pm

We can try to set an IP static by editing the nas database file (I assume you have extract the disk and you have a linux OS).

What is it the gateway of your router ? (eg. 192.168.1.1) and what ip do you want to use ?
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: No lan at boot

Postby ljoets » Sun Sep 20, 2015 6:07 pm

Gateway is 192.168.0.254
The DHCP sets 192.168.0.52
Whitch file do I modify ?
ljoets
 
Posts: 14
Joined: Sun Dec 22, 2013 6:16 pm

Re: No lan at boot

Postby Jocko » Sun Sep 20, 2015 6:35 pm

ok please to wait 1 hour. Currently I am busy (lunch time ;)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Next

Return to Lacie Network Space vs1

Who is online

Users browsing this forum: No registered users and 1 guest