NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
dsm1212
Dec 24, 2016Apprentice
wsdd2 service failure after reboot
First reboot in month or so. I'm running 6.6.0 which has been super stable by the way. I shut the system down for an annual cleaning (just clean dust out of chassis really) and after booting wsdd2 se...
- Jan 10, 2017
Thanks again. There's another update available now (or soon) that should fix the remaining issue.
mdgm-ntgr
Dec 24, 2016NETGEAR Employee Retired
It's a discovery service added in 6.5.0. Can you send in your logs (see the Sending Logs link in my sig)?
dsm1212
Dec 25, 2016Apprentice
Logs sent...
- mdgm-ntgrDec 27, 2016NETGEAR Employee Retired
Which bonding method are you using?
Do you still have this problem if NIC bonding is turned off?- dsm1212Dec 30, 2016Apprentice
I was using lacp w/layer 3+4. So I tried 2+3, 2, and switching to TLB. Same problem in all these settings. So I disabled bonding altogether and still it happens. Seems to have nothing to do with my network config.
I also disconnected my USB devices just to see if one of those wasn't somehow causing this. (USB drives and a UPS), but that made no difference either.
The program just segv's everytime I try to start it. I did try to start it manually with strace to see if it gave me a clue, but I don't see anything obvious. Trace is below.
steve
root@warehouse6:~# strace /usr/sbin/wsdd2
execve("/usr/sbin/wsdd2", ["/usr/sbin/wsdd2"], [/* 11 vars */]) = 0
brk(0) = 0x24c4000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5eeeaba000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23391, ...}) = 0
mmap(NULL, 23391, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5eeeab4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1738176, ...}) = 0
mmap(NULL, 3844640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5eee4f1000
mprotect(0x7f5eee692000, 2097152, PROT_NONE) = 0
mmap(0x7f5eee892000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a1000) = 0x7f5eee892000
mmap(0x7f5eee898000, 14880, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5eee898000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5eeeab3000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5eeeab2000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5eeeab1000
arch_prctl(ARCH_SET_FS, 0x7f5eeeab2700) = 0
mprotect(0x7f5eee892000, 16384, PROT_READ) = 0
mprotect(0x609000, 4096, PROT_READ) = 0
mprotect(0x7f5eeeabc000, 4096, PROT_READ) = 0
munmap(0x7f5eeeab4000, 23391) = 0
brk(0) = 0x24c4000
brk(0x24e5000) = 0x24e5000
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5eeeab9000
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 3519
lseek(3, -2252, SEEK_CUR) = 1267
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0"..., 4096) = 2252
close(3) = 0
munmap(0x7f5eeeab9000, 4096) = 0
getpid() = 15779
socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_FILE, path="/dev/log"}, 110) = 0
sendto(3, "<14>Dec 30 10:31:39 wsdd2[15779]"..., 43, MSG_NOSIGNAL, NULL, 0) = 43
rt_sigaction(SIGINT, {0x402790, [], SA_RESTORER, 0x7f5eee5260e0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x402790, [], SA_RESTORER, 0x7f5eee5260e0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x402790, [], SA_RESTORER, 0x7f5eee5260e0}, {SIG_DFL, [], 0}, 8) = 0
socket(PF_NETLINK, SOCK_RAW, 0) = 4
bind(4, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(4, {sa_family=AF_NETLINK, pid=15779, groups=00000000}, [12]) = 0
sendto(4, "\24\0\0\0\22\0\1\3\333}fX\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\214\4\0\0\20\0\2\0\333}fX\243=\0\0\0\0\4\3\1\0\0\0I\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 3668
recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"l\5\0\0\20\0\2\0\333}fX\243=\0\0\0\0\1\0\4\0\0\0C\24\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 2548
recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\333}fX\243=\0\0\0\0\0\0\4\0\0\0C\24\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
sendto(4, "\24\0\0\0\26\0\1\3\334}fX\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"L\0\0\0\24\0\2\0\334}fX\243=\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 244
recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\2\0\334}fX\243=\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(4, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\334}fX\243=\0\0\0\0\0\0\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
close(4) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)- mdgm-ntgrJan 04, 2017NETGEAR Employee Retired
Do you still see this on ReadyNAS OS 6.6.1 which is now available?
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!