NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
iamthemitch
Nov 28, 2017Star
Unable to compile ReadyNASOS 6.9.0 kernel
Hi, Initial topic has been closed (https://community.netgear.com/t5/Community-Add-ons/Missing-GPL-Source-for-ReadyNAS-6-8-1/m-p/1407561), but we are not able to compile ReadyNASOS 6.9.0 kernel. LD...
iamthemitch
Nov 28, 2017Star
Yes
Compile was fine on 6.8.0 and 6.8.1
jpearn has been able to compile 6.9.0 by replacing fs/cifs with the one from 6.8.1.
I didn't had the chance to try this workarounfd for now.
Skywalker
Nov 29, 2017NETGEAR Expert
$ diff -u fs/cifs/connect.c.orig fs/cifs/connect.c
--- fs/cifs/connect.c.orig 2017-10-28 12:34:28.328786905 +0200
+++ fs/cifs/connect.c 2017-10-28 12:35:38.069563894 +0200
@@ -507,7 +507,7 @@
server->tcpStatus == CifsNeedNegotiate) &&
time_after(jiffies, server->lstrp + 2 * SMB_ECHO_INTERVAL)) {
cifs_dbg(VFS, "Server %s has not responded in %lu seconds. Reconnecting...\n",
- server->hostname, (2 * server->echo_interval) / HZ);
+ server->hostname, (2 * SMB_ECHO_INTERVAL) / HZ);
cifs_reconnect(server);
wake_up(&server->response_q);
return true;- iamthemitchNov 29, 2017Star
:smileylol: at least, the error match the diff.
1/ the workaroud sounds safe
2/ shouldn't be to hard to correct the 6.9.0 sources zip file
Related Content
- Mar 10, 2018Retired_Member
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!