Commit a8acd5bf authored by Pavel Vainerman's avatar Pavel Vainerman

Записал изменения в spec, исправил в скриптах unideb --> ulog

parent 3a5950ae
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
ulimit -Sc 1000000 ulimit -Sc 1000000
uniset-start.sh -f ./uniset-nullController --name SharedMemory1 --confile test.xml --unideb-add-levels info,crit,warn,level9,system uniset-start.sh -f ./uniset-nullController --name SharedMemory1 --confile test.xml --ulog-add-levels any
#info,warn,crit,system,level9 > 1.log #info,warn,crit,system,level9 > 1.log
#--c-filter-field cfilter --c-filter-value test1 --s-filter-field io --s-filter-value 1 #--c-filter-field cfilter --c-filter-value test1 --s-filter-field io --s-filter-value 1
...@@ -4,10 +4,10 @@ ulimit -Sc 1000000 ...@@ -4,10 +4,10 @@ ulimit -Sc 1000000
#for i in `seq 1 20`; #for i in `seq 1 20`;
#do #do
uniset-start.sh -f ./uniset-simitator --confile test.xml --sid 34 uniset-start.sh -f ./uniset-simitator --confile test.xml --sid $*
#done #done
#wait #wait
#--unideb-add-levels info,crit,warn,level9,system #--ulog-add-levels info,crit,warn,level9,system
#!/bin/sh #!/bin/sh
uniset-start.sh -f ./uniset-smonit --name TestProc --confile test.xml --sid $* uniset-start.sh -f ./uniset-smonit --name TestProc --confile test.xml --sid $*
#--unideb-add-levels system,info,level9 $* #--ulog-add-levels system,info,level9 $*
#!/bin/sh #!/bin/sh
#while true; do #while true; do
uniset-start.sh -f ./uniset-sviewer-text --confile test.xml --unideb-add-levels warn,crit uniset-start.sh -f ./uniset-sviewer-text --confile test.xml --ulog-add-levels warn,crit
#done #done
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
ulimit -Sc 1000000 ulimit -Sc 1000000
uniset-start.sh -f ./test --name TestProc --confile test.xml --unideb-add-levels info,crit,warn,level1,level8 \ uniset-start.sh -f ./test --name TestProc --confile test.xml --ulog-add-levels info,crit,warn,level1,level8 \
--sm-ready-timeout 5000 --sm-ready-timeout 5000
#info,warn,crit,system,level9 > 1.log #info,warn,crit,system,level9 > 1.log
#--c-filter-field cfilter --c-filter-value test1 --s-filter-field io --s-filter-value 1 #--c-filter-field cfilter --c-filter-value test1 --s-filter-field io --s-filter-value 1
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Name: libuniset Name: libuniset
Version: 2.0 Version: 2.0
Release: alt0.2 Release: alt0.3
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
...@@ -333,6 +333,12 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname ...@@ -333,6 +333,12 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%exclude %_pkgconfigdir/libUniSet.pc %exclude %_pkgconfigdir/libUniSet.pc
%changelog %changelog
* Thu Jan 30 2014 Pavel Vainerman <pv@altlinux.ru> 2.0-alt0.3
- optimization: avoiding the use of 'alias mechanism'
('objectid@virtualnode:realnode' ==> 'objectid')
- add ObjectActivator::Instance function (singlton pattern)
- minor fixes
* Fri Jan 24 2014 Pavel Vainerman <pv@altlinux.ru> 2.0-alt0.2 * Fri Jan 24 2014 Pavel Vainerman <pv@altlinux.ru> 2.0-alt0.2
- oprimization processing message (warning: use reinterpret_cast<> ) - oprimization processing message (warning: use reinterpret_cast<> )
......
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
ulimit -Sc 1000000 ulimit -Sc 1000000
uniset-start.sh -f ./uniset-mysql-dbserver --confile test.xml --name DBServer1 \ uniset-start.sh -f ./uniset-mysql-dbserver --confile test.xml --name DBServer1 \
--unideb-add-levels info,crit,warn,level9,system \ --ulog-add-levels info,crit,warn,level9,system \
--dbserver-buffer-size 100 --dbserver-buffer-size 100
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
ulimit -Sc 1000000 ulimit -Sc 1000000
uniset-start.sh -f ./uniset-sqlite-dbserver --confile test.xml --name DBServer1 \ uniset-start.sh -f ./uniset-sqlite-dbserver --confile test.xml --name DBServer1 \
--unideb-add-levels info,crit,warn,level9,system \ --ulog-add-levels info,crit,warn,level9,system \
--dbserver-buffer-size 100 --dbserver-buffer-size 100
...@@ -15,4 +15,5 @@ uniset-start.sh -f ./uniset-iocontrol --smemory-id SharedMemory \ ...@@ -15,4 +15,5 @@ uniset-start.sh -f ./uniset-iocontrol --smemory-id SharedMemory \
--io-test-lamp Input1_S \ --io-test-lamp Input1_S \
--io-heartbeat-id AI_AS \ --io-heartbeat-id AI_AS \
--io-sm-ready-test-sid Input1_S \ --io-sm-ready-test-sid Input1_S \
--unideb-add-levels info,crit,warn,level9,system --ulog-add-levels info,crit,warn,level9,system
#!/bin/sh #!/bin/sh
uniset-start.sh -f ./uniset-logicproc --confile test.xml --schema schema.xml --unideb-add-levels any --dlog-add-levels any uniset-start.sh -f ./uniset-logicproc --confile test.xml --schema schema.xml --ulog-add-levels any --dlog-add-levels any
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
uniset-start.sh -f ./uniset-plogicproc --schema schema.xml \ uniset-start.sh -f ./uniset-plogicproc --schema schema.xml \
--smemory-id SharedMemory --name LProcessor \ --smemory-id SharedMemory --name LProcessor \
--confile test.xml --unideb-add-levels info,crit,warn,level9,system --confile test.xml --ulog-add-levels info,crit,warn,level9,system
...@@ -6,6 +6,6 @@ ulimit -Sc 10000000000 ...@@ -6,6 +6,6 @@ ulimit -Sc 10000000000
./uniset-start.sh -f ./uniset-smemory --smemory-id SharedMemory --pulsar-id DO_C --pulsar-iotype DO \ ./uniset-start.sh -f ./uniset-smemory --smemory-id SharedMemory --pulsar-id DO_C --pulsar-iotype DO \
--confile test.xml --datfile test.xml \ --confile test.xml --datfile test.xml \
--unideb-add-levels info,crit,warn,level9,system \ --ulog-add-levels info,crit,warn,level9,system \
--dlog-add-levels info,crit,warn \ --dlog-add-levels info,crit,warn \
--db-logging 1 --db-logging 1
\ No newline at end of file
...@@ -4,6 +4,6 @@ START=uniset-start.sh ...@@ -4,6 +4,6 @@ START=uniset-start.sh
${START} -f ./smemory-test --confile test.xml --dlog-add-levels level1 --localNode LocalhostNode $* ${START} -f ./smemory-test --confile test.xml --dlog-add-levels level1 --localNode LocalhostNode $*
#--unideb-add-levels crit,warn,info #--ulog-add-levels crit,warn,info
#system,level2,level8,level9 #system,level2,level8,level9
...@@ -4,6 +4,6 @@ START=uniset-start.sh ...@@ -4,6 +4,6 @@ START=uniset-start.sh
${START} -vcall ./.libs/lt-smemory-test --confile ./test.xml --dlog-add-levels level1 --localNode LocalhostNode $* ${START} -vcall ./.libs/lt-smemory-test --confile ./test.xml --dlog-add-levels level1 --localNode LocalhostNode $*
#--unideb-add-levels crit,warn,info #--ulog-add-levels crit,warn,info
#system,level2,level8,level9 #system,level2,level8,level9
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
START=uniset-start.sh START=uniset-start.sh
${START} -f ./testUC.py --unideb-add-levels info,warn,crit ${START} -f ./testUC.py --ulog-add-levels info,warn,crit
...@@ -4,4 +4,4 @@ START=./uniset-start.sh ...@@ -4,4 +4,4 @@ START=./uniset-start.sh
export LD_LIBRARY_PATH="../../lib/.libs;../../lib/pyUniSet/.libs" export LD_LIBRARY_PATH="../../lib/.libs;../../lib/pyUniSet/.libs"
${START} -f ./testUC.py --unideb-add-levels info,warn,crit ${START} -f ./testUC.py --ulog-add-levels info,warn,crit
...@@ -4,6 +4,6 @@ SID=$1 ...@@ -4,6 +4,6 @@ SID=$1
[ -z "$SID" ] && SID=1 [ -z "$SID" ] && SID=1
uniset-start.sh -f ./ui --confile test.xml --sid $SID --unideb-add-levels any uniset-start.sh -f ./ui --confile test.xml --sid $SID --ulog-add-levels any
# -ORBtraceLevel 20 # -ORBtraceLevel 20
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment