Добавлено: 25 янв 2007, 19:38
Случайно натолкнулся. Нам "повезло" с дистрибутивом, поэтому все стало как надо. Для остальных смотрите http://linux-admin.net.ru/content/122
Обсуждение различных вопросов, связанных с сопровождением, администрированием и программированием
https://asu.tyumbit.ru/
Я раздобыл файл jre-6-linux-i586.bin. Собираюсь поставить его(буду пробовать в ASPLinux 11, FC5, FC6). Но перед его установкой, что я должен удалить, какой именно пакет из нижеследующих? -yuri_z писал(а):Переменная JAVA_ROOT; JRE_HOME должны быть в path не хватает /usr/lib/jvm/jre/bin В общем не установлена JAVA JRE, оно и хорошо ищите 1.5 патамучто надо ставить первасив 9.5, а он уже требует полуторки.
Код: Выделить всё
# rpm -qa |grep java
java-1.5.0-sun-devel-1.5.0.06-1jpp
java-1.5.0-sun-demo-1.5.0.06-1jpp
java-1.5.0-sun-1.5.0.06-1jpp
java-1.5.0-sun-jdbc-1.5.0.06-1jpp
java-1.4.2-gcj-compat-1.4.2.0-40jpp_31rh.FC4.2
java-1.5.0-sun-plugin-1.5.0.06-1jpp
java-1.5.0-sun-alsa-1.5.0.06-1jpp
java-1.5.0-sun-src-1.5.0.06-1jpp
java-1.5.0-sun-fonts-1.5.0.06-1jpp
ASPLinux 11# rpm -ivh Pervasive.SQL-PCC-9.10-020.000.i486.rpm
Подготовка... ############################## [100%]
+++++ Checking current user rights...
Passed...
Passed...
+++++ Setting up root's environment...
+++++ Checking for Java Runtime Environment Installations...
ERROR: Pervasive Control Centre requires JRE version 1.4.2 or above for functioning properly
JRE Version 1.4.2 or above is required for PCC to function
The Installation will install the PCC files, please ensure that you have JRE 1.4.2 or above and PATH is set correctly before running PCC
ошибка: %pre(Pervasive.SQL-PCC-9.10-020.000.i486) scriptlet failed, exit status 1
ошибка: install: %pre ошибка сценария (2), пропускается Pervasive.SQL-PCC-9.10-020.000
Код: Выделить всё
#./pcc
./pcc: line 4: 3718 Segmentation fault java -cp /usr/local/psql/bin/startup.jar org.eclipse.core.launcher.Main -application com.pervasive.ui.CoreApplication -os linux -ws gtk -arch x86 -nl en_US -data ~/dir_pcc/workspace -configuration ~/dir_pcc/configuration $1 $2 $3 $4
Код: Выделить всё
#set environment variables for PCC
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/psql/lib
#command to launch PCC
java -cp /usr/local/psql/bin/startup.jar org.eclipse.core.launcher.Main -application com.pervasive.ui.CoreApplication -os linux -ws gtk -arch x86 -nl en_US -data ~/dir_pcc/workspace -configuration ~/dir_pcc/configuration $1 $2 $3 $4
Код: Выделить всё
Master Resource Control: runlevel 5 has been reached
Failed services in runlevel 5: psql
Skipped services in runlevel 5: irq_balancer nfs smbfs
<notice>killproc: kill(2234,3)
Код: Выделить всё
Administrative Right
When working with remote monitor or configuration such as with the
Distributed Tuning Interface or Win 32 client utilities, the MKDE
checks users and passwords against the $PVSW_ROOT/etc/btpasswd file
when UnixAuthenticate is set to WORKGROUP or BTPASSWD. A special admin
flag should be set for users that are allowed to access the Distributed
Tuning Interface remotely (see "btadmin" in the "Linux Supplementary
Documentation" section of Pervasive.SQL User's Guide). When
UnixAuthenticate is set to PAM, only members of pvsw-adm group are
allowed access.