lacie 5 big network v.1 please support for fvdw

Re: lacie 5 big network v.1 please support for fvdw

Postby jahotinc » Mon Aug 11, 2014 11:08 am

I'm not at home and i can't do nothing until this afternoon.

I know the nas IP ... so .. the system is installed and working? may i start using it if the web connection works? i mean to add more disks and copying files?

great ! thank you !
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Mon Aug 11, 2014 11:36 am

jahotinc wrote:I'm not at home and i can't do nothing until this afternoon.

I know the nas IP ... so .. the system is installed and working? may i start using it if the web connection works? i mean to add more disks and copying files?

great ! thank you !


yes it should be ready for use, the disk you prepared for slot 1 must remain in slot 1
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: lacie 5 big network v.1 please support for fvdw

Postby jahotinc » Mon Aug 11, 2014 5:08 pm

Yes, it is working !! at least web interface works. I'm now going to install another drive and start copying files into.

have a couple of questions:
how long takes to shutdown? i put de main switch in off possition but it does not stop, lights are blinking blue and the web interface works.

Do i have to do something before pluging a new drive? does it matter the format it has?

Thank you very much for your help. I thought i never would see the lacie working again.

If it is usefull for anyone, my lacie become a brick after a failure of the power supply. 2 of the 5 disks were broken and i tried to install not-lacie drives (i didn't know they need to be bought from lacie!!).
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Mon Aug 11, 2014 6:37 pm

:punk

the power switch doesn't work on 5big1 with our firmware and kernel, it is not supported in the kernel . This is because I do not have myself a 5big1 and to figure out he right code without having one is not that easy.
You can use the webinterface to switch it off. (systmen management menus choose shutdown-restart menu)

For installing new disk, yes you need it shut it down.
You can use the attached memo to prepare additional disks. It doesn't mention yet the 5big1 but the procedure is same as for the other multi disk nas with respect to prepare new disks. (use instruction in chapter 3 of this memo)

ps about lacie firmware, you don't need specific Lacie disks but it is tricky to install the lacie firmware, better use ours.
One thing our fimrware doen't support raid on this moment. It will be added in one of the next releases
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: lacie 5 big network v.1 please support for fvdw

Postby jahotinc » Mon Aug 11, 2014 9:34 pm

just one more question: i'm now trying to add 2 drives. But sda, sdb and sdc does not keep always the same order. I mean, the leftmost position from behind is for the first drive we installed and it was sda. But with 3 disks, it becomes sdc i see this because the partition list is different and i can distinguish them. This is confusing because now i'm formatting sda (the third disk) and i don't know what will happen when i reboot.

is this normal?



Device Boot Start End Blocks Id System
/dev/sdc1 9 72 514080 83 Linux
/dev/sdc2 73 136 514080 83 Linux
/dev/sdc3 137 200 514080 82 Linux swap
/dev/sdc4 201 182401 1463529532+ 5 Extended
/dev/sdc5 209 312 835380 83 Linux
/dev/sdc6 321 328 64260 83 Linux
/dev/sdc7 337 400 514080 83 Linux
/dev/sdc8 409 182401 1461858772+ 83 Linux

Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb4 201 182401 1463529532+ 5 Extended
/dev/sdb5 209 312 835380 83 Linux
/dev/sdb6 321 328 64260 83 Linux
/dev/sdb7 337 400 514080 83 Linux
/dev/sdb8 409 182401 1461858772+ 83 Linux

Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda4 201 182401 1463529532+ 5 Extended
/dev/sda5 209 312 835380 83 Linux
/dev/sda6 321 328 64260 83 Linux
/dev/sda7 337 400 514080 83 Linux
/dev/sda8 409 182401 1461858772+ 83 Linux


maybe i'm wrong, but i think that somewhere i read that the disk order in lacie 5big v1 was not left to right, instead the order was chaotic, 3-1-4-.. i'm guessing.
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Mon Aug 11, 2014 10:14 pm

no this is not normal,
Lacie has a strange way of how the disk are connected to the bus. The firmware should correct for this
We need to check if your 5big1 has the normal lacie setup or not..and if the dev nodes numbering is adapted accordingly

Are you formatting the disks using the standalone kernel or are you using the firmware and corresponding kernel?

If you are using the standalone kernel 33 for formatting then it could have the problem you describe. That one doesn't automatically adapt the dev nodes and could have wrong defintion for multiple disks. To minimize the kernel to be able to load it I have skipped udevstart from that kernel that does the auto correction of the dev nodes.

If you use the firmware and have connected via ssh server to do the formatting then it should not happen as that kernel corrects the dev nodes defintion automatic and uses a port map to assign the right scsi port to the drive letters.

I think you used the standalone kernel because if the disk assignment is wrong the boot process of the firmware will fail

We need to check it out.
If with three disk the firmware is still running connect to the ssh server using a program like putty (username: root, pasword: giveit2me)
On the linux command line give the command
Code: Select all
dmesg

and post the output.
also of this command
Code: Select all
cat /proc/partitions

and this one
Code: Select all
 lsscsi


If the firmware doesn't run with three disks then fire up the standalone 33 kernel and give the same commands as mentioned above (maybe lsscsi will fail with the standalone kernel) to see what it using as dev node definitions
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: lacie 5 big network v.1 please support for fvdw

Postby jahotinc » Tue Aug 12, 2014 9:45 am

hi fvdw,

Yesterday it was late and i didn't post the news. Finally i managed to format three additionals drives, and yes, i use the standalone kernel. After the first additional drive was formatted and plugged i could not connect with web interface, this made me notice that something wrong had happened and it was my last post. I started again all the setup process and i made some tests with the positions of the drives.
I unplugged the first drive and i formatted the new ones using the sd* that system assigned to them.
Then i plugged again the first drive in its position and it worked. Now i have more than 5 Tb available.

This evening i will do those tests and i will attach the screenshots. If you need to make any additional tests (even reformat or reinstall something) tell me and i will do. I can wait to start using the device if you want to get some details from it.

Thank you.
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: lacie 5 big network v.1 please support for fvdw

Postby jahotinc » Tue Aug 12, 2014 9:26 pm

Here goes the log of the requested commands.
You do not have the required permissions to view the files attached to this post.
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Tue Aug 12, 2014 10:47 pm

this output is ok with respect to the disks and drive letter assignment. So to see you have 4 disks installed and sda is in the most left slot.

So what you experienced with the standalone kernel 33 is because that one doesn't map the drives correctly, good that we know that, formatting new drives should be done with the disk containing the firmware and normal run kernel, I will need to adapt that to avoid this kind of issues.

However I see in you dmesg output some output that is not right, it concerns the output below
Seems we have a problem with several kernel modules. It could be that we are missing one that is required or the modules are not compiled for this kernel, I think that this will be the reason. We did some experimenting with this kernel.
We need to solve this problem as it will cause problems and errors when using the firmware, it is not safe to use it in this way. probably most of the functions won't work properly. For instance cifs is the main module for the samba server to make file sharing possible.

I attached another kernel (#25) which I think is compiled for the modules in the firmware. You can test it by putting it in the tftp folder of the fvdw-sl console and then use the action "load and start external kernel" (leave the diks as they are in 5big1) and select the kernel new kernel (25).
Loading an external kernel goes similar as loading a standalone kernel.
When the firmware comes up again check output of dmesg and post it. If it is ok then we can write this kernel to sda6 and the problem will be solved.
if not then we need to look for other solutions.

ps I think we also should consider an upgrade the kernel right away to 3.13.6 or higher because 3.9.5 kernel has a bug when using nzbget
Hope you are willing to offer some assistance to get a good package for the 5big1

Code: Select all
cifs: Unknown symbol malloc_sizes (err 0)
isofs: Unknown symbol malloc_sizes (err 0)
ntfs: Unknown symbol malloc_sizes (err 0)
fuse: Unknown symbol malloc_sizes (err 0)
usblp: Unknown symbol malloc_sizes (err 0)
sunrpc: Unknown symbol malloc_sizes (err 0)
sunrpc: Unknown symbol malloc_sizes (err 0)
lockd: Unknown symbol rpc_put_task (err 0)
lockd: Unknown symbol svc_wake_up (err 0)
lockd: Unknown symbol xdr_decode_string_inplace (err 0)
lockd: Unknown symbol rpc_shutdown_client (err 0)
lockd: Unknown symbol svc_bind (err 0)
lockd: Unknown symbol svc_recv (err 0)
lockd: Unknown symbol xdr_inline_decode (err 0)
lockd: Unknown symbol svc_prepare_thread (err 0)
lockd: Unknown symbol svc_exit_thread (err 0)
lockd: Unknown symbol rpc_ntop (err 0)
lockd: Unknown symbol svc_shutdown_net (err 0)
lockd: Unknown symbol xdr_encode_opaque (err 0)
lockd: Unknown symbol xdr_encode_opaque_fixed (err 0)
lockd: Unknown symbol rpc_run_task (err 0)
lockd: Unknown symbol xdr_encode_netobj (err 0)
lockd: Unknown symbol svc_create_xprt (err 0)
lockd: Unknown symbol __rpc_wait_for_completion_task (err 0)
lockd: Unknown symbol svc_xprt_put (err 0)
lockd: Unknown symbol svc_rpcb_cleanup (err 0)
lockd: Unknown symbol svc_process (err 0)
lockd: Unknown symbol rpc_create (err 0)
lockd: Unknown symbol svc_destroy (err 0)
lockd: Unknown symbol svc_create (err 0)
lockd: Unknown symbol rpc_call_sync (err 0)
lockd: Unknown symbol rpc_delay (err 0)
lockd: Unknown symbol svc_set_client (err 0)
lockd: Unknown symbol xdr_reserve_space (err 0)
lockd: Unknown symbol rpc_force_rebind (err 0)
lockd: Unknown symbol rpc_restart_call (err 0)
lockd: Unknown symbol svc_find_xprt (err 0)
lockd: Unknown symbol xdr_decode_netobj (err 0)
lockd: Unknown symbol malloc_sizes (err 0)
lockd: Unknown symbol svc_sock_update_bufs (err 0)
lockd: Unknown symbol svc_print_addr (err 0)
nfs: Unknown symbol rpc_put_task (err 0)
nfs: Unknown symbol xdr_set_scratch_buffer (err 0)
nfs: Unknown symbol rpc_proc_register (err 0)
nfs: Unknown symbol rpc_shutdown_client (err 0)
nfs: Unknown symbol xdr_inline_decode (err 0)
nfs: Unknown symbol cache_create_net (err 0)
nfs: Unknown symbol rpc_pipefs_notifier_unregister (err 0)
nfs: Unknown symbol rpc_pton (err 0)
nfs: Unknown symbol rpc_ntop (err 0)
nfs: Unknown symbol rpc_restart_call_prepare (err 0)
nfs: Unknown symbol xdr_encode_opaque (err 0)
nfs: Unknown symbol rpc_run_task (err 0)
nfs: Unknown symbol rpc_put_sb_net (err 0)
nfs: Unknown symbol rpc_print_iostats (err 0)
nfs: Unknown symbol rpc_pipefs_notifier_register (err 0)
nfs: Unknown symbol __rpc_wait_for_completion_task (err 0)
nfs: Unknown symbol rpc_setbufsize (err 0)
nfs: Unknown symbol qword_add (err 0)
nfs: Unknown symbol sunrpc_destroy_cache_detail (err 0)
nfs: Unknown symbol xprt_load_transport (err 0)
nfs: Unknown symbol sunrpc_init_cache_detail (err 0)
nfs: Unknown symbol rpc_clone_client_set_auth (err 0)
nfs: Unknown symbol rpc_peeraddr2str (err 0)
nfs: Unknown symbol rpc_lookup_cred (err 0)
nfs: Unknown symbol qword_get (err 0)
nfs: Unknown symbol rpc_d_lookup_sb (err 0)
nfs: Unknown symbol rpc_lookup_machine_cred (err 0)
nfs: Unknown symbol sunrpc_cache_register_pipefs (err 0)
nfs: Unknown symbol rpc_max_payload (err 0)
nfs: Unknown symbol rpc_proc_unregister (err 0)
nfs: Unknown symbol sunrpc_cache_lookup (err 0)
nfs: Unknown symbol rpc_create (err 0)
nfs: Unknown symbol rpc_call_sync (err 0)
nfs: Unknown symbol rpc_put_task_async (err 0)
nfs: Unknown symbol xdr_init_decode_pages (err 0)
nfs: Unknown symbol cache_check (err 0)
nfs: Unknown symbol rpc_get_sb_net (err 0)
nfs: Unknown symbol rpc_killall_tasks (err 0)
nfs: Unknown symbol xdr_reserve_space (err 0)
nfs: Unknown symbol put_rpccred (err 0)
nfs: Unknown symbol sunrpc_cache_unregister_pipefs (err 0)
nfs: Unknown symbol malloc_sizes (err 0)
nfs: Unknown symbol sunrpc_cache_pipe_upcall (err 0)
nfs: Unknown symbol nlmclnt_init (err 0)
nfs: Unknown symbol cache_destroy_net (err 0)
nfs: Unknown symbol nlmclnt_done (err 0)
nfs: Unknown symbol sunrpc_cache_update (err 0)
sunrpc: Unknown symbol malloc_sizes (err 0)
sunrpc: Unknown symbol malloc_sizes (err 0)
lockd: Unknown symbol rpc_put_task (err 0)
lockd: Unknown symbol svc_wake_up (err 0)
lockd: Unknown symbol xdr_decode_string_inplace (err 0)
lockd: Unknown symbol rpc_shutdown_client (err 0)
lockd: Unknown symbol svc_bind (err 0)
lockd: Unknown symbol svc_recv (err 0)
lockd: Unknown symbol xdr_inline_decode (err 0)
lockd: Unknown symbol svc_prepare_thread (err 0)
lockd: Unknown symbol svc_exit_thread (err 0)
lockd: Unknown symbol rpc_ntop (err 0)
lockd: Unknown symbol svc_shutdown_net (err 0)
lockd: Unknown symbol xdr_encode_opaque (err 0)
lockd: Unknown symbol xdr_encode_opaque_fixed (err 0)
lockd: Unknown symbol rpc_run_task (err 0)
lockd: Unknown symbol xdr_encode_netobj (err 0)
lockd: Unknown symbol svc_create_xprt (err 0)
lockd: Unknown symbol __rpc_wait_for_completion_task (err 0)
lockd: Unknown symbol svc_xprt_put (err 0)
lockd: Unknown symbol svc_rpcb_cleanup (err 0)
lockd: Unknown symbol svc_process (err 0)
lockd: Unknown symbol rpc_create (err 0)
lockd: Unknown symbol svc_destroy (err 0)
lockd: Unknown symbol svc_create (err 0)
lockd: Unknown symbol rpc_call_sync (err 0)
lockd: Unknown symbol rpc_delay (err 0)
lockd: Unknown symbol svc_set_client (err 0)
lockd: Unknown symbol xdr_reserve_space (err 0)
lockd: Unknown symbol rpc_force_rebind (err 0)
lockd: Unknown symbol rpc_restart_call (err 0)
lockd: Unknown symbol svc_find_xprt (err 0)
lockd: Unknown symbol xdr_decode_netobj (err 0)
lockd: Unknown symbol malloc_sizes (err 0)
lockd: Unknown symbol svc_sock_update_bufs (err 0)
lockd: Unknown symbol svc_print_addr (err 0)
nfsd: Unknown symbol nlmsvc_unlock_all_by_ip (err 0)
nfsd: Unknown symbol svc_close_xprt (err 0)
nfsd: Unknown symbol xdr_decode_string_inplace (err 0)
nfsd: Unknown symbol svc_bind (err 0)
nfsd: Unknown symbol auth_domain_find (err 0)
nfsd: Unknown symbol svc_recv (err 0)
nfsd: Unknown symbol cache_create_net (err 0)
nfsd: Unknown symbol nlmsvc_unlock_all_by_sb (err 0)
nfsd: Unknown symbol lockd_down (err 0)
nfsd: Unknown symbol lockd_up (err 0)
nfsd: Unknown symbol svc_reserve (err 0)
nfsd: Unknown symbol svc_max_payload (err 0)
nfsd: Unknown symbol svc_exit_thread (err 0)
nfsd: Unknown symbol rpc_pton (err 0)
nfsd: Unknown symbol svc_shutdown_net (err 0)
nfsd: Unknown symbol xdr_encode_opaque (err 0)
nfsd: Unknown symbol svc_proc_register (err 0)
nfsd: Unknown symbol cache_purge (err 0)
nfsd: Unknown symbol svc_create_xprt (err 0)
nfsd: Unknown symbol svc_xprt_put (err 0)
nfsd: Unknown symbol cache_unregister_net (err 0)
nfsd: Unknown symbol qword_add (err 0)
nfsd: Unknown symbol svc_set_num_threads (err 0)
nfsd: Unknown symbol svc_rpcb_cleanup (err 0)
nfsd: Unknown symbol svc_process (err 0)
nfsd: Unknown symbol unix_domain_find (err 0)
nfsd: Unknown symbol qword_addhex (err 0)
nfsd: Unknown symbol qword_get (err 0)
nfsd: Unknown symbol svc_create_pooled (err 0)
nfsd: Unknown symbol sunrpc_cache_lookup (err 0)
nfsd: Unknown symbol svc_destroy (err 0)
nfsd: Unknown symbol svcauth_unix_purge (err 0)
nfsd: Unknown symbol cache_check (err 0)
nfsd: Unknown symbol svc_xprt_names (err 0)
nfsd: Unknown symbol svc_set_client (err 0)
nfsd: Unknown symbol svc_seq_show (err 0)
nfsd: Unknown symbol cache_flush (err 0)
nfsd: Unknown symbol cache_register_net (err 0)
nfsd: Unknown symbol nlmsvc_ops (err 0)
nfsd: Unknown symbol svc_find_xprt (err 0)
nfsd: Unknown symbol svc_proc_unregister (err 0)
nfsd: Unknown symbol svc_addsock (err 0)
nfsd: Unknown symbol malloc_sizes (err 0)
nfsd: Unknown symbol svc_print_addr (err 0)
nfsd: Unknown symbol svc_pool_stats_open (err 0)
nfsd: Unknown symbol cache_destroy_net (err 0)
nfsd: Unknown symbol sunrpc_cache_update (err 0)
nfsd: Unknown symbol auth_domain_put (err 0)
iscsi_trgt: Unknown symbol malloc_sizes (err 0)
scsi_transport_iscsi: Unknown symbol malloc_sizes (err 0)
libiscsi: Unknown symbol iscsi_alloc_session (err 0)
libiscsi: Unknown symbol iscsi_session_chkready (err 0)
libiscsi: Unknown symbol iscsi_host_for_each_session (err 0)
libiscsi: Unknown symbol iscsi_free_session (err 0)
libiscsi: Unknown symbol iscsi_conn_error_event (err 0)
libiscsi: Unknown symbol iscsi_destroy_conn (err 0)
libiscsi: Unknown symbol iscsi_create_conn (err 0)
libiscsi: Unknown symbol iscsi_recv_pdu (err 0)
libiscsi: Unknown symbol iscsi_add_session (err 0)
libiscsi: Unknown symbol iscsi_destroy_session (err 0)
libiscsi: Unknown symbol iscsi_unblock_session (err 0)
libiscsi: Unknown symbol iscsi_block_session (err 0)
scsi_transport_iscsi: Unknown symbol malloc_sizes (err 0)
libiscsi: Unknown symbol iscsi_alloc_session (err 0)
libiscsi: Unknown symbol iscsi_session_chkready (err 0)
libiscsi: Unknown symbol iscsi_host_for_each_session (err 0)
libiscsi: Unknown symbol iscsi_free_session (err 0)
libiscsi: Unknown symbol iscsi_conn_error_event (err 0)
libiscsi: Unknown symbol iscsi_destroy_conn (err 0)
libiscsi: Unknown symbol iscsi_create_conn (err 0)
libiscsi: Unknown symbol iscsi_recv_pdu (err 0)
libiscsi: Unknown symbol iscsi_add_session (err 0)
libiscsi: Unknown symbol iscsi_destroy_session (err 0)
libiscsi: Unknown symbol iscsi_unblock_session (err 0)
libiscsi: Unknown symbol iscsi_block_session (err 0)
libiscsi_tcp: Unknown symbol iscsi_update_cmdsn (err 0)
libiscsi_tcp: Unknown symbol iscsi_conn_setup (err 0)
libiscsi_tcp: Unknown symbol iscsi_verify_itt (err 0)
libiscsi_tcp: Unknown symbol iscsi_pool_free (err 0)
libiscsi_tcp: Unknown symbol __iscsi_complete_pdu (err 0)
libiscsi_tcp: Unknown symbol iscsi_conn_failure (err 0)
libiscsi_tcp: Unknown symbol iscsi_complete_pdu (err 0)
libiscsi_tcp: Unknown symbol iscsi_prep_data_out_pdu (err 0)
libiscsi_tcp: Unknown symbol iscsi_put_task (err 0)
libiscsi_tcp: Unknown symbol iscsi_conn_teardown (err 0)
libiscsi_tcp: Unknown symbol iscsi_itt_to_ctask (err 0)
libiscsi_tcp: Unknown symbol iscsi_pool_init (err 0)
libiscsi_tcp: Unknown symbol iscsi_requeue_task (err 0)
scsi_transport_iscsi: Unknown symbol malloc_sizes (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_segment_done (err 0)
iscsi_tcp: Unknown symbol iscsi_session_recovery_timedout (err 0)
iscsi_tcp: Unknown symbol iscsi_segment_seek_sg (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_segment_unmap (err 0)
iscsi_tcp: Unknown symbol iscsi_target_alloc (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_bind (err 0)
iscsi_tcp: Unknown symbol iscsi_host_get_param (err 0)
iscsi_tcp: Unknown symbol iscsi_session_setup (err 0)
iscsi_tcp: Unknown symbol iscsi_eh_abort (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_failure (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_hdr_recv_prep (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_queue_work (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_cleanup_task (err 0)
iscsi_tcp: Unknown symbol iscsi_eh_device_reset (err 0)
iscsi_tcp: Unknown symbol iscsi_register_transport (err 0)
iscsi_tcp: Unknown symbol iscsi_set_param (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_conn_setup (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_get_param (err 0)
iscsi_tcp: Unknown symbol iscsi_suspend_tx (err 0)
iscsi_tcp: Unknown symbol iscsi_host_free (err 0)
iscsi_tcp: Unknown symbol iscsi_host_set_param (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_r2tpool_alloc (err 0)
iscsi_tcp: Unknown symbol iscsi_session_get_param (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_send_pdu (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_start (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_r2tpool_free (err 0)
iscsi_tcp: Unknown symbol iscsi_host_alloc (err 0)
iscsi_tcp: Unknown symbol iscsi_host_add (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_task_xmit (err 0)
iscsi_tcp: Unknown symbol iscsi_session_teardown (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_get_addr_param (err 0)
iscsi_tcp: Unknown symbol iscsi_unregister_transport (err 0)
iscsi_tcp: Unknown symbol iscsi_eh_recover_target (err 0)
iscsi_tcp: Unknown symbol iscsi_conn_stop (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_recv_skb (err 0)
iscsi_tcp: Unknown symbol iscsi_queuecommand (err 0)
iscsi_tcp: Unknown symbol iscsi_change_queue_depth (err 0)
iscsi_tcp: Unknown symbol iscsi_segment_init_linear (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_conn_get_stats (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_set_max_r2t (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_task_init (err 0)
iscsi_tcp: Unknown symbol iscsi_host_remove (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_dgst_header (err 0)
iscsi_tcp: Unknown symbol iscsi_tcp_conn_teardown (err 0)
videodev: Unknown symbol malloc_sizes (err 0)
videodev: Unknown symbol malloc_sizes (err 0)
v4l2_common: Unknown symbol v4l2_subdev_init (err 0)
v4l2_common: Unknown symbol v4l2_device_register_subdev (err 0)
v4l2_common: Unknown symbol v4l2_ctrl_get_menu (err 0)
v4l2_common: Unknown symbol v4l2_ctrl_fill (err 0)
videodev: Unknown symbol malloc_sizes (err 0)
videodev: Unknown symbol malloc_sizes (err 0)
videobuf2_core: Unknown symbol video_devdata (err 0)
videobuf2_core: Unknown symbol v4l2_fh_release (err 0)
videobuf2_core: Unknown symbol v4l2_event_pending (err 0)
videobuf2_core: Unknown symbol malloc_sizes (err 0)
videobuf2_memops: Unknown symbol malloc_sizes (err 0)
videobuf2_vmalloc: Unknown symbol vb2_get_contig_userptr (err 0)
videobuf2_vmalloc: Unknown symbol vb2_common_vm_ops (err 0)
videobuf2_vmalloc: Unknown symbol malloc_sizes (err 0)
videobuf2_vmalloc: Unknown symbol vb2_put_vma (err 0)
uvcvideo: Unknown symbol vb2_queue_init (err 0)
uvcvideo: Unknown symbol v4l2_fh_exit (err 0)
uvcvideo: Unknown symbol vb2_streamoff (err 0)
uvcvideo: Unknown symbol vb2_queue_release (err 0)
uvcvideo: Unknown symbol vb2_poll (err 0)
uvcvideo: Unknown symbol v4l2_prio_max (err 0)
uvcvideo: Unknown symbol v4l2_fh_del (err 0)
uvcvideo: Unknown symbol v4l2_fh_add (err 0)
uvcvideo: Unknown symbol v4l2_prio_change (err 0)
uvcvideo: Unknown symbol vb2_dqbuf (err 0)
uvcvideo: Unknown symbol vb2_reqbufs (err 0)
uvcvideo: Unknown symbol video_devdata (err 0)
uvcvideo: Unknown symbol vb2_streamon (err 0)
uvcvideo: Unknown symbol v4l2_ctrl_replace (err 0)
uvcvideo: Unknown symbol v4l2_prio_check (err 0)
uvcvideo: Unknown symbol v4l_printk_ioctl (err 0)
uvcvideo: Unknown symbol vb2_querybuf (err 0)
uvcvideo: Unknown symbol vb2_qbuf (err 0)
uvcvideo: Unknown symbol vb2_buffer_done (err 0)
uvcvideo: Unknown symbol vb2_plane_vaddr (err 0)
uvcvideo: Unknown symbol v4l2_fh_init (err 0)
uvcvideo: Unknown symbol video_unregister_device (err 0)
uvcvideo: Unknown symbol v4l2_prio_init (err 0)
uvcvideo: Unknown symbol v4l2_event_subscribe (err 0)
uvcvideo: Unknown symbol video_device_alloc (err 0)
uvcvideo: Unknown symbol vb2_vmalloc_memops (err 0)
uvcvideo: Unknown symbol v4l2_device_register (err 0)
uvcvideo: Unknown symbol v4l2_ctrl_merge (err 0)
uvcvideo: Unknown symbol __video_register_device (err 0)
uvcvideo: Unknown symbol v4l2_event_dequeue (err 0)
uvcvideo: Unknown symbol v4l2_device_unregister (err 0)
uvcvideo: Unknown symbol malloc_sizes (err 0)
uvcvideo: Unknown symbol video_usercopy (err 0)
uvcvideo: Unknown symbol video_device_release (err 0)
uvcvideo: Unknown symbol vb2_mmap (err 0)
uvcvideo: Unknown symbol v4l2_event_queue_fh (err 0)
uvcvideo: Unknown symbol v4l2_event_unsubscribe (err 0)
sunrpc: Unknown symbol malloc_sizes (err 0)
sunrpc: Unknown symbol malloc_sizes (err 0)
lockd: Unknown symbol rpc_put_task (err 0)
lockd: Unknown symbol svc_wake_up (err 0)
lockd: Unknown symbol xdr_decode_string_inplace (err 0)
lockd: Unknown symbol rpc_shutdown_client (err 0)
lockd: Unknown symbol svc_bind (err 0)
lockd: Unknown symbol svc_recv (err 0)
lockd: Unknown symbol xdr_inline_decode (err 0)
lockd: Unknown symbol svc_prepare_thread (err 0)
lockd: Unknown symbol svc_exit_thread (err 0)
lockd: Unknown symbol rpc_ntop (err 0)
lockd: Unknown symbol svc_shutdown_net (err 0)
lockd: Unknown symbol xdr_encode_opaque (err 0)
lockd: Unknown symbol xdr_encode_opaque_fixed (err 0)
lockd: Unknown symbol rpc_run_task (err 0)
lockd: Unknown symbol xdr_encode_netobj (err 0)
lockd: Unknown symbol svc_create_xprt (err 0)
lockd: Unknown symbol __rpc_wait_for_completion_task (err 0)
lockd: Unknown symbol svc_xprt_put (err 0)
lockd: Unknown symbol svc_rpcb_cleanup (err 0)
lockd: Unknown symbol svc_process (err 0)
lockd: Unknown symbol rpc_create (err 0)
lockd: Unknown symbol svc_destroy (err 0)
lockd: Unknown symbol svc_create (err 0)
lockd: Unknown symbol rpc_call_sync (err 0)
lockd: Unknown symbol rpc_delay (err 0)
lockd: Unknown symbol svc_set_client (err 0)
lockd: Unknown symbol xdr_reserve_space (err 0)
lockd: Unknown symbol rpc_force_rebind (err 0)
lockd: Unknown symbol rpc_restart_call (err 0)
lockd: Unknown symbol svc_find_xprt (err 0)
lockd: Unknown symbol xdr_decode_netobj (err 0)
lockd: Unknown symbol malloc_sizes (err 0)
lockd: Unknown symbol svc_sock_update_bufs (err 0)
lockd: Unknown symbol svc_print_addr (err 0)
nfsd: Unknown symbol nlmsvc_unlock_all_by_ip (err 0)
nfsd: Unknown symbol svc_close_xprt (err 0)
nfsd: Unknown symbol xdr_decode_string_inplace (err 0)
nfsd: Unknown symbol svc_bind (err 0)
nfsd: Unknown symbol auth_domain_find (err 0)
nfsd: Unknown symbol svc_recv (err 0)
nfsd: Unknown symbol cache_create_net (err 0)
nfsd: Unknown symbol nlmsvc_unlock_all_by_sb (err 0)
nfsd: Unknown symbol lockd_down (err 0)
nfsd: Unknown symbol lockd_up (err 0)
nfsd: Unknown symbol svc_reserve (err 0)
nfsd: Unknown symbol svc_max_payload (err 0)
nfsd: Unknown symbol svc_exit_thread (err 0)
nfsd: Unknown symbol rpc_pton (err 0)
nfsd: Unknown symbol svc_shutdown_net (err 0)
nfsd: Unknown symbol xdr_encode_opaque (err 0)
nfsd: Unknown symbol svc_proc_register (err 0)
nfsd: Unknown symbol cache_purge (err 0)
nfsd: Unknown symbol svc_create_xprt (err 0)
nfsd: Unknown symbol svc_xprt_put (err 0)
nfsd: Unknown symbol cache_unregister_net (err 0)
nfsd: Unknown symbol qword_add (err 0)
nfsd: Unknown symbol svc_set_num_threads (err 0)
nfsd: Unknown symbol svc_rpcb_cleanup (err 0)
nfsd: Unknown symbol svc_process (err 0)
nfsd: Unknown symbol unix_domain_find (err 0)
nfsd: Unknown symbol qword_addhex (err 0)
nfsd: Unknown symbol qword_get (err 0)
nfsd: Unknown symbol svc_create_pooled (err 0)
nfsd: Unknown symbol sunrpc_cache_lookup (err 0)
nfsd: Unknown symbol svc_destroy (err 0)
nfsd: Unknown symbol svcauth_unix_purge (err 0)
nfsd: Unknown symbol cache_check (err 0)
nfsd: Unknown symbol svc_xprt_names (err 0)
nfsd: Unknown symbol svc_set_client (err 0)
nfsd: Unknown symbol svc_seq_show (err 0)
nfsd: Unknown symbol cache_flush (err 0)
nfsd: Unknown symbol cache_register_net (err 0)
nfsd: Unknown symbol nlmsvc_ops (err 0)
nfsd: Unknown symbol svc_find_xprt (err 0)
nfsd: Unknown symbol svc_proc_unregister (err 0)
nfsd: Unknown symbol svc_addsock (err 0)
nfsd: Unknown symbol malloc_sizes (err 0)
nfsd: Unknown symbol svc_print_addr (err 0)
nfsd: Unknown symbol svc_pool_stats_open (err 0)
nfsd: Unknown symbol cache_destroy_net (err 0)
nfsd: Unknown symbol sunrpc_cache_update (err 0)
nfsd: Unknown symbol auth_domain_put (err 0)
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Tue Aug 12, 2014 10:55 pm

what I also need is the content of the file boot.log
It is in the root of the system partition
when accessing it with putty you should be able to get the content by using
Code: Select all
cat /boot.log

Hopefully it will show which kernel modules fail to load
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: No registered users and 7 guests