tmshutdown: internal error: CMDTUX_CAT:764: ERROR: can't attach to BB

$ tmshutdown -y
Shutting down all admin and server processes in /home/billklmy/cfg/tuxconfig

tmshutdown: internal error: CMDTUX_CAT:764: ERROR: can't attach to BB
 
解决办法:执行ipcs -qms |  grep billklmy | grep -v 'grep' |  awk '{ print "ipcrm -"$1" "$2}' |sh
然后再tmboot -y即可了。
 
厂方解释原因是执行了大的报表查询程序导致的,很少出现。

你可能感兴趣的:(tmshutdown: internal error: CMDTUX_CAT:764: ERROR: can't attach to BB)