Page 1 of 1

One error in boot.log

PostPosted: Sat Dec 15, 2012 12:03 pm
by santa
* Starting NFS Server...
Warning: array_search(): Wrong datatype for second argument in /etc/finc/nfsfunc_get_list_folder.finc on line 62

Is this important ?

NFS server is started

Re: One error in boot.log

PostPosted: Sat Dec 15, 2012 12:51 pm
by Jocko
Thanks for this.

I already noted that.

You get this message at the booting sequence, you asked that NFS server starts but without IP client account set in the database!
There is no consequence (and it isn't logical to start NFS without IP client set :shocked )

But this malfunction is already fixed with php 5.4.7 (in version 14.0) which is less tolerant and causes a fatal error ;)

Re: One error in boot.log

PostPosted: Sat Dec 15, 2012 1:33 pm
by santa
this is my NFS page

Re: One error in boot.log

PostPosted: Sat Dec 15, 2012 4:27 pm
by Jocko
Huum, with these settings, you shouldn't have this error line :scratch .

Did you make a restart after setting these ?

Otherwise, I'll send you a pm for installing nfsfunc_get_list_folder function of the next version 14.0.

Re: One error in boot.log

PostPosted: Sat Dec 15, 2012 5:51 pm
by santa
Apart from check on NFS server I do not do anything else, IP is from my computer witch have mounted public folder at the time of screen capture (just copying same files on public folder from my mac).

NFS server on this folder was started two days ago (I thing).

I made a shutdown and a power up to my NAS, and this is the result

Re: One error in boot.log

PostPosted: Sat Dec 15, 2012 7:46 pm
by santa
* Starting NFS Server... [ OK ]

It is OK now. :thumbup
Danke.

Re: One error in boot.log

PostPosted: Sat Dec 15, 2012 8:14 pm
by Jocko
Thanks for your testing.

So the version for php 5.4.7 resolved your problem and now I remember why I did the change : At the first step in a loop, a variable is not correctly initialized and you get this warming message but with the php version 5.2.6 the script continues (and not with 5.4.7 which makes a fatal error !)

Note : if NFS doesn't really start you must read this in boot.log :
Code: Select all
 *Starting NFS Server... [ FAIL ]