Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
a8acd5bf
Commit
a8acd5bf
authored
Jan 30, 2014
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Записал изменения в spec, исправил в скриптах unideb --> ulog
parent
3a5950ae
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
26 additions
and
18 deletions
+26
-18
start_fg.sh
Utilities/NullController/start_fg.sh
+1
-1
start_fg.sh
Utilities/SImitator/start_fg.sh
+2
-2
start_fg.sh
Utilities/SMonit/start_fg.sh
+1
-1
start_fg.sh
Utilities/SViewer-text/start_fg.sh
+1
-1
start_fg.sh
Utilities/codegen/tests/start_fg.sh
+1
-1
libuniset.spec
conf/libuniset.spec
+7
-1
start_fg.sh
extensions/DBServer-MySQL/start_fg.sh
+1
-1
start_fg.sh
extensions/DBServer-SQLite/start_fg.sh
+1
-1
start_fg.sh
extensions/IOControl/start_fg.sh
+2
-1
start_fg.sh
extensions/LogicProcessor/start_fg.sh
+1
-1
start_fg_plogic.sh
extensions/LogicProcessor/start_fg_plogic.sh
+1
-1
start_fg.sh
extensions/SharedMemory/start_fg.sh
+2
-1
start_fg.sh
extensions/tests/SMemoryTest/start_fg.sh
+1
-1
start_fg_vcall.sh
extensions/tests/SMemoryTest/start_fg_vcall.sh
+1
-1
start_fg_UC.sh
python/examples/start_fg_UC.sh
+1
-1
start_fg.sh
python/tests/UConnector/start_fg.sh
+1
-1
uitest.sh
tests/uitest.sh
+1
-1
No files found.
Utilities/NullController/start_fg.sh
View file @
a8acd5bf
...
...
@@ -2,7 +2,7 @@
ulimit
-Sc
1000000
uniset-start.sh
-f
./uniset-nullController
--name
SharedMemory1
--confile
test.xml
--u
nideb-add-levels
info,crit,warn,level9,system
uniset-start.sh
-f
./uniset-nullController
--name
SharedMemory1
--confile
test.xml
--u
log-add-levels
any
#info,warn,crit,system,level9 > 1.log
#--c-filter-field cfilter --c-filter-value test1 --s-filter-field io --s-filter-value 1
Utilities/SImitator/start_fg.sh
View file @
a8acd5bf
...
...
@@ -4,10 +4,10 @@ ulimit -Sc 1000000
#for i in `seq 1 20`;
#do
uniset-start.sh
-f
./uniset-simitator
--confile
test.xml
--sid
34
uniset-start.sh
-f
./uniset-simitator
--confile
test.xml
--sid
$*
#done
#wait
#--u
nideb
-add-levels info,crit,warn,level9,system
#--u
log
-add-levels info,crit,warn,level9,system
Utilities/SMonit/start_fg.sh
View file @
a8acd5bf
#!/bin/sh
uniset-start.sh
-f
./uniset-smonit
--name
TestProc
--confile
test.xml
--sid
$*
#--u
nideb
-add-levels system,info,level9 $*
#--u
log
-add-levels system,info,level9 $*
Utilities/SViewer-text/start_fg.sh
View file @
a8acd5bf
#!/bin/sh
#while true; do
uniset-start.sh
-f
./uniset-sviewer-text
--confile
test.xml
--u
nideb
-add-levels
warn,crit
uniset-start.sh
-f
./uniset-sviewer-text
--confile
test.xml
--u
log
-add-levels
warn,crit
#done
Utilities/codegen/tests/start_fg.sh
View file @
a8acd5bf
...
...
@@ -2,7 +2,7 @@
ulimit
-Sc
1000000
uniset-start.sh
-f
./test
--name
TestProc
--confile
test.xml
--u
nideb
-add-levels
info,crit,warn,level1,level8
\
uniset-start.sh
-f
./test
--name
TestProc
--confile
test.xml
--u
log
-add-levels
info,crit,warn,level1,level8
\
--sm-ready-timeout
5000
#info,warn,crit,system,level9 > 1.log
#--c-filter-field cfilter --c-filter-value test1 --s-filter-field io --s-filter-value 1
...
...
conf/libuniset.spec
View file @
a8acd5bf
...
...
@@ -8,7 +8,7 @@
Name: libuniset
Version: 2.0
Release: alt0.
2
Release: alt0.
3
Summary: UniSet - library for building distributed industrial control systems
...
...
@@ -333,6 +333,12 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%exclude %_pkgconfigdir/libUniSet.pc
%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
- oprimization processing message (warning: use reinterpret_cast<> )
...
...
extensions/DBServer-MySQL/start_fg.sh
View file @
a8acd5bf
...
...
@@ -3,5 +3,5 @@
ulimit
-Sc
1000000
uniset-start.sh
-f
./uniset-mysql-dbserver
--confile
test.xml
--name
DBServer1
\
--u
nideb
-add-levels
info,crit,warn,level9,system
\
--u
log
-add-levels
info,crit,warn,level9,system
\
--dbserver-buffer-size
100
extensions/DBServer-SQLite/start_fg.sh
View file @
a8acd5bf
...
...
@@ -3,6 +3,6 @@
ulimit
-Sc
1000000
uniset-start.sh
-f
./uniset-sqlite-dbserver
--confile
test.xml
--name
DBServer1
\
--u
nideb
-add-levels
info,crit,warn,level9,system
\
--u
log
-add-levels
info,crit,warn,level9,system
\
--dbserver-buffer-size
100
extensions/IOControl/start_fg.sh
View file @
a8acd5bf
...
...
@@ -15,4 +15,5 @@ uniset-start.sh -f ./uniset-iocontrol --smemory-id SharedMemory \
--io-test-lamp
Input1_S
\
--io-heartbeat-id
AI_AS
\
--io-sm-ready-test-sid
Input1_S
\
--unideb-add-levels
info,crit,warn,level9,system
--ulog-add-levels
info,crit,warn,level9,system
extensions/LogicProcessor/start_fg.sh
View file @
a8acd5bf
#!/bin/sh
uniset-start.sh
-f
./uniset-logicproc
--confile
test.xml
--schema
schema.xml
--u
nideb
-add-levels
any
--dlog-add-levels
any
uniset-start.sh
-f
./uniset-logicproc
--confile
test.xml
--schema
schema.xml
--u
log
-add-levels
any
--dlog-add-levels
any
extensions/LogicProcessor/start_fg_plogic.sh
View file @
a8acd5bf
...
...
@@ -2,5 +2,5 @@
uniset-start.sh
-f
./uniset-plogicproc
--schema
schema.xml
\
--smemory-id
SharedMemory
--name
LProcessor
\
--confile
test.xml
--u
nideb
-add-levels
info,crit,warn,level9,system
--confile
test.xml
--u
log
-add-levels
info,crit,warn,level9,system
extensions/SharedMemory/start_fg.sh
View file @
a8acd5bf
...
...
@@ -6,6 +6,6 @@ ulimit -Sc 10000000000
./uniset-start.sh
-f
./uniset-smemory
--smemory-id
SharedMemory
--pulsar-id
DO_C
--pulsar-iotype
DO
\
--confile
test.xml
--datfile
test.xml
\
--u
nideb
-add-levels
info,crit,warn,level9,system
\
--u
log
-add-levels
info,crit,warn,level9,system
\
--dlog-add-levels
info,crit,warn
\
--db-logging
1
\ No newline at end of file
extensions/tests/SMemoryTest/start_fg.sh
View file @
a8acd5bf
...
...
@@ -4,6 +4,6 @@ START=uniset-start.sh
${
START
}
-f
./smemory-test
--confile
test.xml
--dlog-add-levels
level1
--localNode
LocalhostNode
$*
#--u
nideb
-add-levels crit,warn,info
#--u
log
-add-levels crit,warn,info
#system,level2,level8,level9
extensions/tests/SMemoryTest/start_fg_vcall.sh
View file @
a8acd5bf
...
...
@@ -4,6 +4,6 @@ START=uniset-start.sh
${
START
}
-vcall
./.libs/lt-smemory-test
--confile
./test.xml
--dlog-add-levels
level1
--localNode
LocalhostNode
$*
#--u
nideb
-add-levels crit,warn,info
#--u
log
-add-levels crit,warn,info
#system,level2,level8,level9
python/examples/start_fg_UC.sh
View file @
a8acd5bf
...
...
@@ -2,4 +2,4 @@
START
=
uniset-start.sh
${
START
}
-f
./testUC.py
--u
nideb
-add-levels
info,warn,crit
${
START
}
-f
./testUC.py
--u
log
-add-levels
info,warn,crit
python/tests/UConnector/start_fg.sh
View file @
a8acd5bf
...
...
@@ -4,4 +4,4 @@ START=./uniset-start.sh
export
LD_LIBRARY_PATH
=
"../../lib/.libs;../../lib/pyUniSet/.libs"
${
START
}
-f
./testUC.py
--u
nideb
-add-levels
info,warn,crit
${
START
}
-f
./testUC.py
--u
log
-add-levels
info,warn,crit
tests/uitest.sh
View file @
a8acd5bf
...
...
@@ -4,6 +4,6 @@ SID=$1
[
-z
"
$SID
"
]
&&
SID
=
1
uniset-start.sh
-f
./ui
--confile
test.xml
--sid
$SID
--u
nideb
-add-levels
any
uniset-start.sh
-f
./ui
--confile
test.xml
--sid
$SID
--u
log
-add-levels
any
# -ORBtraceLevel 20
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment