(This e-mail is a summary of our blog post https://yottadb.com/happy-new-year-r1-36-released-new-gui/)and software stability over the long term. To use the GUI, please follow the instructions at https://gitlab.com/YottaDB/UI/YDBGUI to install and start it. Also please give us feedback.
We would like to send you our best wishes for a Happy New Year. We wish for you a happy 2023.
We would like to announce the release of YottaDB r1.36, a major release.
- On the x86_64 architecture, SUSE Enterprise 15.x is a Supported platform. - There is new functionality for diagnostics, troubleshooting, and forensics. Of note, the %YDBJNLF utility program facilitates analyzing the voluminous information in journal files, including using SQL.
- There are enhancements to make programming easier.
- r1.36 also inherits enhancements and fixes from GT.M V6.3-012, V6.3-013, and V6.3-014 that are publicly available under a free/open source software license.
Please plan to upgrade your existing YottaDB installations to r1.36. We are confident that r1.36 will meet or exceed the quality you have come to expect of us.
We also have a brand new GUI console that is ready for you to beta test. An important feature is that all files, including JavaScript files, are versioned, and specific versions are served statically from the GUI installation, yielding better security
A Docker image with the current master branches of YottaDB, Octo, and the GUI packaged with a version of the VistA electronic health record software with dummy patients allows you to try our latest software, as we update it regularly. You can use it byrunning docker run -d -p 2222:22 -p 1338:1338 -p 8089:8089 -p 9430:9430 --name=octo-vehu download.yottadb.com/yottadb/octo-vehu:latest-master
In addition to saying Happy New Year, we also say Happy New Software. Please stay in touch and let us know if you would like us to mail you a cap (details at https://yottadb.net/where-are-the-users/).
Regards
– Bhaskar
--
YottaDB - Rock solid. Lightning fast. Secure. Pick any three.
s ^edm=1%YDB-E-ZGBLDIRACC, Cannot access global directory /home/edm/m/$ydb_gbldir.gld. Cannot continue.
Trying to upgrade...
I'm getting this error (trying to point to my database from an earlier version):
%YDB-E-ZGBLDIRACC, Cannot access global directory /home/edm/m/$ydb_gbldir.gld. Cannot continue.
However:
edm@jsrserver2:~/m$ ls -l /home/edm/m/$ydb_gbldir.gld
-rw-rw-r-- 1 edm edm 7680 Jan 5 15:55 /home/edm/m/../.yottadb/r1.34_x86_64/g/yottadb.gld
edm@jsrserver2:~/m$
What should be the value of ydb_gbldir?
Thanks,in advance,
Ed
That's what I had originally.
WHen I set it back, I get this:
edm@jsrserver2:~/m$ echo $ydb_gbldir home/edm/.yottadb/r1.34_x86_64/g/yottadb.gld
edm@jsrserver2:~/m$ env | grep ydb
ydb_dist=/usr/local/lib/yottadb/r136
ydb_sysid=jsrserver2
ydb_rel=r1.36_x86_64
ydb_routines=. /usr/local/lib/yottadb/r136 ydb_gbldir=home/edm/.yottadb/r1.34_x86_64/g/yottadb.gld ydb_dir=/home/edm/.yottadb
edm@jsrserver2:~/m$ sudo /usr/local/lib/yottadb/r136/mumps -direct
[sudo] password for edm:
s ^edm=1%YDB-E-ZGBLDIRACC, Cannot access global directory /home/edm/m/$ydb_gbldir.gld. Cannot continue.
%SYSTEM-E-ENO2, No such file or directory
So... it looks like there is something else that prepends the current directory and appends the .gld
Any suggestions?
Thanks,
Ed
Apparently, the system cannot recompile a routine.
Here are my environment variables:
edm@jsrserver2:~/m$ env | grep ydb
ydb_dist=/usr/local/lib/yottadb/r136
ydb_sysid=jsrserver2
ydb_log=/tmp/yottadb/r1.36_x86_64
ydb_rel=r1.36_x86_64
ydb_routines=. /home/edm/.yottadb/r1.36_x86_64/o/utf8*(/home/edm/.yottadb/r1.36_x86_64/r /home/edm/.yottadb/r) /usr/local/lib/yottadb/r136/utf8/libyottadbutil.so
ydb_chset=UTF-8
ydb_tmp=/tmp/yottadb/r1.36_x86_64 ydb_gbldir=/home/edm/.yottadb/r1.36_x86_64/g/yottadb.gld ydb_icu_version=70.1
ydb_dir=/home/edm/.yottadb
edm@jsrserver2:~/m$
I'm afraid those commands didn't provide any information.
That file does not exist (in fact, there is nothing at all in /tmp/yottadb):
edm@jsrserver2:~/m$ mupip rctldump
%YDB-E-RELINKCTLERR, Error with relink control structure for $ZROUTINES directory /home/edm/.yottadb/r1.36_x86_64/o/utf8
%YDB-E-SYSCALL, Error received from system call open() of file /tmp/yottadb/r1.36_x86_64/ydb-relinkctl-49331a2ee86be3f64fe65b2666eaba1c failed -- ca
lled from module /Distrib/YottaDB/R136/sr_unix/relinkctl.c at line 323 %SYSTEM-E-ENO2, No such file or directory
edm@jsrserver2:~/m$ ls -l /tmp/yottadb
total 0
edm@jsrserver2:~/m$ mupip rundown relinkctl
MUPIP RUNDOWN only accepts a parameter when -FILE or -REGION is specified. %YDB-E-MUPCLIERR, Action not taken due to CLI errors
edm@jsrserver2:~/m$
Found that one: it's a setting in Apache.
On to the next step.
On Wednesday, January 11, 2023 at 6:57:20 PM UTC-5, ed de moel wrote:
Found that one: it's a setting in Apache.You optionally generate the locales you need (some are there by default) and choose one. For example, on my laptop:
On to the next step.
$ locale -a
C
C.UTF-8
en_US.utf8
POSIX
$ echo $LANG
en_US.utf8
$
Regards
– Bhaskar
But... something to know for other people:
I just ran a
sudo apt upgrade
and , lo and behold, the /tmp/yottadb/r1.36_x86_64 directory disappeared again.
No that I know that I just have to create it again, no problem, but, slightly inconvenient.
Would it be better to use a directory for ydb_log en ydb_tmp that is somewhere under /home/edm?
(This e-mail is a summary of our blog post https://yottadb.com/happy-new-year-r1-36-released-new-gui/)and software stability over the long term. To use the GUI, please follow the instructions at https://gitlab.com/YottaDB/UI/YDBGUI to install and start it. Also please give us feedback.
We would like to send you our best wishes for a Happy New Year. We wish for you a happy 2023.
We would like to announce the release of YottaDB r1.36, a major release.
- On the x86_64 architecture, SUSE Enterprise 15.x is a Supported platform. - There is new functionality for diagnostics, troubleshooting, and forensics. Of note, the %YDBJNLF utility program facilitates analyzing the voluminous information in journal files, including using SQL.
- There are enhancements to make programming easier.
- r1.36 also inherits enhancements and fixes from GT.M V6.3-012, V6.3-013, and V6.3-014 that are publicly available under a free/open source software license.
Please plan to upgrade your existing YottaDB installations to r1.36. We are confident that r1.36 will meet or exceed the quality you have come to expect of us.
We also have a brand new GUI console that is ready for you to beta test. An important feature is that all files, including JavaScript files, are versioned, and specific versions are served statically from the GUI installation, yielding better security
A Docker image with the current master branches of YottaDB, Octo, and the GUI packaged with a version of the VistA electronic health record software with dummy patients allows you to try our latest software, as we update it regularly. You can use it byrunning docker run -d -p 2222:22 -p 1338:1338 -p 8089:8089 -p 9430:9430 --name=octo-vehu download.yottadb.com/yottadb/octo-vehu:latest-master
In addition to saying Happy New Year, we also say Happy New Software. Please stay in touch and let us know if you would like us to mail you a cap (details at https://yottadb.net/where-are-the-users/).I'm attempting to install the GUI on a fresh 1.36 installation, but I'm getting this error on the cmake command:
Regards
– Bhaskar
--
YottaDB - Rock solid. Lightning fast. Secure. Pick any three.
On Friday, March 24, 2023 at 12:00:02 PM UTC-4, OldMster wrote:security and software stability over the long term. To use the GUI, please follow the instructions at https://gitlab.com/YottaDB/UI/YDBGUI to install and start it. Also please give us feedback.
On Thursday, December 29, 2022 at 11:53:10 AM UTC-5, K.S. Bhaskar wrote:
(This e-mail is a summary of our blog post https://yottadb.com/happy-new-year-r1-36-released-new-gui/)
We would like to send you our best wishes for a Happy New Year. We wish for you a happy 2023.
We would like to announce the release of YottaDB r1.36, a major release.
- On the x86_64 architecture, SUSE Enterprise 15.x is a Supported platform.
- There is new functionality for diagnostics, troubleshooting, and forensics. Of note, the %YDBJNLF utility program facilitates analyzing the voluminous information in journal files, including using SQL.
- There are enhancements to make programming easier.
- r1.36 also inherits enhancements and fixes from GT.M V6.3-012, V6.3-013, and V6.3-014 that are publicly available under a free/open source software license.
Please plan to upgrade your existing YottaDB installations to r1.36. We are confident that r1.36 will meet or exceed the quality you have come to expect of us.
We also have a brand new GUI console that is ready for you to beta test. An important feature is that all files, including JavaScript files, are versioned, and specific versions are served statically from the GUI installation, yielding better
it by running docker run -d -p 2222:22 -p 1338:1338 -p 8089:8089 -p 9430:9430 --name=octo-vehu download.yottadb.com/yottadb/octo-vehu:latest-masterA Docker image with the current master branches of YottaDB, Octo, and the GUI packaged with a version of the VistA electronic health record software with dummy patients allows you to try our latest software, as we update it regularly. You can use
In addition to saying Happy New Year, we also say Happy New Software. Please stay in touch and let us know if you would like us to mail you a cap (details at https://yottadb.net/where-are-the-users/).
Regards
– Bhaskar
--I'm attempting to install the GUI on a fresh 1.36 installation, but I'm getting this error on the cmake command:
YottaDB - Rock solid. Lightning fast. Secure. Pick any three.
marksires@weblab:/tmp/YDBGUI/build$ cmake .. && make && sudo make install
-- YDBCMake Source Directory: /tmp/YDBGUI/build/_deps/ydbcmake-src
CMake Error at build/_deps/ydbcmake-src/ydbcmake/CMakeDetermineMCompiler.cmake:72 (message):
Unable to find 'pkg-config'. Set PKGCONFIG in CMake cache.
Call Stack (most recent call first): build/_deps/mwebserver-src/CMakeLists.txt:31 (project)
CMake Error: CMAKE_M_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/tmp/YDBGUI/build/CMakeFiles/CMakeOutput.log".
marksires@weblab:/tmp/YDBGUI/build$
It's likely something simple, but I seldom do this, and have probably forgotten something basic.
MarkMark –
Do you have pkg-config installed (sudo apt install pkg-config on Debian/Ubuntu systems)?
Regards
– Bhaskar
On Thursday, December 29, 2022 at 11:53:10 AM UTC-5, K.S. Bhaskar wrote:security and software stability over the long term. To use the GUI, please follow the instructions at https://gitlab.com/YottaDB/UI/YDBGUI to install and start it. Also please give us feedback.
(This e-mail is a summary of our blog post https://yottadb.com/happy-new-year-r1-36-released-new-gui/)
We would like to send you our best wishes for a Happy New Year. We wish for you a happy 2023.
We would like to announce the release of YottaDB r1.36, a major release.
- On the x86_64 architecture, SUSE Enterprise 15.x is a Supported platform.
- There is new functionality for diagnostics, troubleshooting, and forensics. Of note, the %YDBJNLF utility program facilitates analyzing the voluminous information in journal files, including using SQL.
- There are enhancements to make programming easier.
- r1.36 also inherits enhancements and fixes from GT.M V6.3-012, V6.3-013, and V6.3-014 that are publicly available under a free/open source software license.
Please plan to upgrade your existing YottaDB installations to r1.36. We are confident that r1.36 will meet or exceed the quality you have come to expect of us.
We also have a brand new GUI console that is ready for you to beta test. An important feature is that all files, including JavaScript files, are versioned, and specific versions are served statically from the GUI installation, yielding better
by running docker run -d -p 2222:22 -p 1338:1338 -p 8089:8089 -p 9430:9430 --name=octo-vehu download.yottadb.com/yottadb/octo-vehu:latest-masterA Docker image with the current master branches of YottaDB, Octo, and the GUI packaged with a version of the VistA electronic health record software with dummy patients allows you to try our latest software, as we update it regularly. You can use it
In addition to saying Happy New Year, we also say Happy New Software. Please stay in touch and let us know if you would like us to mail you a cap (details at https://yottadb.net/where-are-the-users/).
Regards
– Bhaskar
--I'm attempting to install the GUI on a fresh 1.36 installation, but I'm getting this error on the cmake command:
YottaDB - Rock solid. Lightning fast. Secure. Pick any three.
marksires@weblab:/tmp/YDBGUI/build$ cmake .. && make && sudo make install
-- YDBCMake Source Directory: /tmp/YDBGUI/build/_deps/ydbcmake-src
CMake Error at build/_deps/ydbcmake-src/ydbcmake/CMakeDetermineMCompiler.cmake:72 (message):
Unable to find 'pkg-config'. Set PKGCONFIG in CMake cache.
Call Stack (most recent call first): build/_deps/mwebserver-src/CMakeLists.txt:31 (project)
CMake Error: CMAKE_M_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/tmp/YDBGUI/build/CMakeFiles/CMakeOutput.log".
marksires@weblab:/tmp/YDBGUI/build$
It's likely something simple, but I seldom do this, and have probably forgotten something basic.
Mark
On Friday, March 24, 2023 at 12:00:02 PM UTC-4, OldMster wrote:security and software stability over the long term. To use the GUI, please follow the instructions at https://gitlab.com/YottaDB/UI/YDBGUI to install and start it. Also please give us feedback.
On Thursday, December 29, 2022 at 11:53:10 AM UTC-5, K.S. Bhaskar wrote:
(This e-mail is a summary of our blog post https://yottadb.com/happy-new-year-r1-36-released-new-gui/)
We would like to send you our best wishes for a Happy New Year. We wish for you a happy 2023.
We would like to announce the release of YottaDB r1.36, a major release.
- On the x86_64 architecture, SUSE Enterprise 15.x is a Supported platform.
- There is new functionality for diagnostics, troubleshooting, and forensics. Of note, the %YDBJNLF utility program facilitates analyzing the voluminous information in journal files, including using SQL.
- There are enhancements to make programming easier.
- r1.36 also inherits enhancements and fixes from GT.M V6.3-012, V6.3-013, and V6.3-014 that are publicly available under a free/open source software license.
Please plan to upgrade your existing YottaDB installations to r1.36. We are confident that r1.36 will meet or exceed the quality you have come to expect of us.
We also have a brand new GUI console that is ready for you to beta test. An important feature is that all files, including JavaScript files, are versioned, and specific versions are served statically from the GUI installation, yielding better
it by running docker run -d -p 2222:22 -p 1338:1338 -p 8089:8089 -p 9430:9430 --name=octo-vehu download.yottadb.com/yottadb/octo-vehu:latest-masterA Docker image with the current master branches of YottaDB, Octo, and the GUI packaged with a version of the VistA electronic health record software with dummy patients allows you to try our latest software, as we update it regularly. You can use
In addition to saying Happy New Year, we also say Happy New Software. Please stay in touch and let us know if you would like us to mail you a cap (details at https://yottadb.net/where-are-the-users/).
Regards
– Bhaskar
--I'm attempting to install the GUI on a fresh 1.36 installation, but I'm getting this error on the cmake command:
YottaDB - Rock solid. Lightning fast. Secure. Pick any three.
marksires@weblab:/tmp/YDBGUI/build$ cmake .. && make && sudo make install
-- YDBCMake Source Directory: /tmp/YDBGUI/build/_deps/ydbcmake-src
CMake Error at build/_deps/ydbcmake-src/ydbcmake/CMakeDetermineMCompiler.cmake:72 (message):
Unable to find 'pkg-config'. Set PKGCONFIG in CMake cache.
Call Stack (most recent call first): build/_deps/mwebserver-src/CMakeLists.txt:31 (project)
Nope, see, I knew it was something basic I didn't know. Worked fine after installing this.CMake Error: CMAKE_M_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/tmp/YDBGUI/build/CMakeFiles/CMakeOutput.log".
marksires@weblab:/tmp/YDBGUI/build$
It's likely something simple, but I seldom do this, and have probably forgotten something basic.
MarkMark –
Do you have pkg-config installed (sudo apt install pkg-config on Debian/Ubuntu systems)?
Regards
– Bhaskar
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 167:53:02 |
| Calls: | 12,096 |
| Calls today: | 4 |
| Files: | 15,003 |
| Messages: | 6,517,819 |