This post is more than 5 years old
253 Posts
0
7955
September 19th, 2007 04:00
Doesn't start networker daemons in Linux machine
Hello all,
We have an issue when we try to start the networker daemons after NetWorker installation on Red Hat 4 machine. The NetWorker version is 7.2.2 x86 and the error that it shows is the following:
[root@icmaplic30]# /etc/init.d/networker start
/etc/init.d/networker: line 7: 15848 Violación de segmento ( /usr/sbin/nsrexecd ) >/dev/console 2>&1
Violación de segmento --> segfault (English)
In the /var/log/messages we can see the line:
Sep 19 12:44:04 icmaplic30 kernel: nsrexecd[12645]: segfault at 0000000008000000 rip 00000000f7ff9107 rsp 0000000008264d48 error 6
but we don't know what is its mean of this. Can anybody help us?
Thanks and regards.
We have an issue when we try to start the networker daemons after NetWorker installation on Red Hat 4 machine. The NetWorker version is 7.2.2 x86 and the error that it shows is the following:
[root@icmaplic30]# /etc/init.d/networker start
/etc/init.d/networker: line 7: 15848 Violación de segmento ( /usr/sbin/nsrexecd ) >/dev/console 2>&1
Violación de segmento --> segfault (English)
In the /var/log/messages we can see the line:
Sep 19 12:44:04 icmaplic30 kernel: nsrexecd[12645]: segfault at 0000000008000000 rip 00000000f7ff9107 rsp 0000000008264d48 error 6
but we don't know what is its mean of this. Can anybody help us?
Thanks and regards.
No Events found!


NWadmin1
89 Posts
0
December 6th, 2011 21:00
Just for the record,
Check esg73001 http://solutions.emc.com/emcsolutionview.asp?id=esg73001
Symptom:
nsrexecd dying duing schedule backup with core dump
Schedule backup fails with error
Error: 'foundation kernel: nsrexecd[7943]: segfault
0000000000000000 rip 0000000000000000 rsp 00000000fffe34fc error 4'
Error: ' foundation kernel: nsrexecd[7139]: segfault
0000000000000000 rip 0000000000000000 rsp 00000000fffe3c5c error 4'
Change:
new installation
Cause:
nsrexecd was calling getgrgid_r(), to get information of gid 4 from /etc/group, but etc/group does not have entry of gid 4.
Fix: Add gid 4 to /etc/group file.
Mustafa
smora1
253 Posts
0
September 19th, 2007 14:00
Thanks.
smora1
253 Posts
0
September 20th, 2007 01:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
September 20th, 2007 07:00
smora1
253 Posts
0
September 21st, 2007 07:00
dpinink_silva
2 Intern
•
724 Posts
0
September 21st, 2007 07:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
September 21st, 2007 09:00