Hi Forum,
smt-2.0.13-9.3
smt-support-2.0.13-9.3
since a couple of weeks smt has stopped working. I’m trying to figure out why but could not find any error messages.
I see a lot of processes because cron starts it ever 15 minutes. But obviously doesn’t finish:
root 5751 0.0 0.0 48316 1232 ? S 10:30 0:00 /usr/sbin/cron
root 5752 0.0 0.0 11320 1292 ? Ss 10:30 0:00 /bin/sh /usr/lib/SMT/bin/smt-repeated-register
root 5764 0.0 0.5 91828 11616 ? S 10:30 0:00 /usr/bin/perl /usr/sbin/smt-register -r -L /var/log/smt/smt-register.log --mail
root 6459 0.0 0.0 48316 1232 ? S 10:45 0:00 /usr/sbin/cron
root 6461 0.0 0.0 11320 1288 ? Ss 10:45 0:00 /bin/sh /usr/lib/SMT/bin/smt-repeated-register
root 6464 0.0 0.5 91828 11616 ? S 10:45 0:00 /usr/bin/perl /usr/sbin/smt-register -r -L /var/log/smt/smt-register.log --mail
root 7889 0.0 0.0 48316 1224 ? S 11:00 0:00 /usr/sbin/cron
root 7891 0.0 0.0 11320 1296 ? Ss 11:00 0:00 /bin/sh /usr/lib/SMT/bin/smt-repeated-register
root 7895 0.0 0.5 91828 11616 ? S 11:00 0:00 /usr/bin/perl /usr/sbin/smt-register -r -L /var/log/smt/smt-register.log --mail
root 10740 0.0 0.0 48316 1228 ? S 11:30 0:00 /usr/sbin/cron
root 10741 0.0 0.0 11320 1292 ? Ss 11:30 0:00 /bin/sh /usr/lib/SMT/bin/smt-repeated-register
root 10745 0.0 0.5 91828 11612 ? S 11:30 0:00 /usr/bin/perl /usr/sbin/smt-register -r -L /var/log/smt/smt-register.log --mail
I tried to start smt register manually in the debug mode with
/usr/sbin/smt-register --debug --reseterror
Unfortunately nothing happens for 30 minutes so I cancelled it.
I started an strace of that command to find out that it tries to open some ssl libs which where not existing. So I created a symlink to the obvious lib
/usr/lib64/.libssl.so.0.9.8.hmac
ln -s /usr/lib64/libssl.so.0.9.8 /usr/lib64/.libssl.so.0.9.8.hmac
/usr/lib64/.libcrypto.so.0.9.8.hmac
ln -s /usr/lib64/libcrypto.so.0.9.8 /usr/lib64/.libcrypto.so.0.9.8.hmac
Now these errors are gone but again the process hangs an does nothing.
I traced the network traffic with tcpdump on port 80/443 but can’t see any packets. Problem should be earlier in the smt-register process…
How can I figure out where or what the problem is?
Thanks,
Pascal