Krishna Verma
2018-Aug-28 07:44 UTC
[Gluster-users] Upgrade to 4.1.2 geo-replication does not work
Hi I am getting below error in gsyncd.log OSError: libgfchangelog.so: cannot open shared object file: No such file or directory [2018-08-28 07:19:41.446785] E [repce(worker /data/gluster/gv0):197:__call__] RepceClient: call failed call=26469:139794524604224:1535440781.44 method=init error=OSError [2018-08-28 07:19:41.447041] E [syncdutils(worker /data/gluster/gv0):330:log_raise_exception] <top>: FAIL: Traceback (most recent call last): File "/usr/libexec/glusterfs/python/syncdaemon/gsyncd.py", line 311, in main func(args) File "/usr/libexec/glusterfs/python/syncdaemon/subcmds.py", line 72, in subcmd_worker local.service_loop(remote) File "/usr/libexec/glusterfs/python/syncdaemon/resource.py", line 1236, in service_loop changelog_agent.init() File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 216, in __call__ return self.ins(self.meth, *a) File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 198, in __call__ raise res OSError: libgfchangelog.so: cannot open shared object file: No such file or directory [2018-08-28 07:19:41.457555] I [repce(agent /data/gluster/gv0):80:service_loop] RepceServer: terminating on reaching EOF. [2018-08-28 07:19:42.440184] I [monitor(monitor):272:monitor] Monitor: worker died in startup phase brick=/data/gluster/gv0 Below is my file location: /usr/lib64/libgfchangelog.so.0 /usr/lib64/libgfchangelog.so.0.0.1 What I can do to fix it ? /Krish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20180828/34412838/attachment.html>
Sunny Kumar
2018-Aug-28 09:24 UTC
[Gluster-users] Upgrade to 4.1.2 geo-replication does not work
Hi Krish, You can run - #ldconfig /usr/lib If that still does not solves your problem you can do manual symlink like - ln -s /usr/lib64/libgfchangelog.so.1 /usr/lib64/libgfchangelog.so Thanks, Sunny Kumar On Tue, Aug 28, 2018 at 1:47 PM Krishna Verma <kverma at cadence.com> wrote:> > Hi > > > > I am getting below error in gsyncd.log > > > > OSError: libgfchangelog.so: cannot open shared object file: No such file or directory > > [2018-08-28 07:19:41.446785] E [repce(worker /data/gluster/gv0):197:__call__] RepceClient: call failed call=26469:139794524604224:1535440781.44 method=init error=OSError > > [2018-08-28 07:19:41.447041] E [syncdutils(worker /data/gluster/gv0):330:log_raise_exception] <top>: FAIL: > > Traceback (most recent call last): > > File "/usr/libexec/glusterfs/python/syncdaemon/gsyncd.py", line 311, in main > > func(args) > > File "/usr/libexec/glusterfs/python/syncdaemon/subcmds.py", line 72, in subcmd_worker > > local.service_loop(remote) > > File "/usr/libexec/glusterfs/python/syncdaemon/resource.py", line 1236, in service_loop > > changelog_agent.init() > > File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 216, in __call__ > > return self.ins(self.meth, *a) > > File "/usr/libexec/glusterfs/python/syncdaemon/repce.py", line 198, in __call__ > > raise res > > OSError: libgfchangelog.so: cannot open shared object file: No such file or directory > > [2018-08-28 07:19:41.457555] I [repce(agent /data/gluster/gv0):80:service_loop] RepceServer: terminating on reaching EOF. > > [2018-08-28 07:19:42.440184] I [monitor(monitor):272:monitor] Monitor: worker died in startup phase brick=/data/gluster/gv0 > > > > Below is my file location: > > > > /usr/lib64/libgfchangelog.so.0 > > /usr/lib64/libgfchangelog.so.0.0.1 > > > > What I can do to fix it ? > > > > /Krish > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > https://lists.gluster.org/mailman/listinfo/gluster-users