This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# bash /etc/opt/cprocsp/cprocsp_postinstal_all_scripts.sh | |
Lsb-core package is needed. Execute | |
apt-get install lsb-base | |
to install it. | |
ln: не удалось создать символьную ссылку '/etc/rc.d/rc2.d/S50cprocsp': Нет такого файла или каталога | |
ln: не удалось создать символьную ссылку '/etc/rc.d/rc3.d/S50cprocsp': Нет такого файла или каталога | |
ln: не удалось создать символьную ссылку '/etc/rc.d/rc4.d/S50cprocsp': Нет такого файла или каталога | |
ln: не удалось создать символьную ссылку '/etc/rc.d/rc5.d/S50cprocsp': Нет такого файла или каталога | |
ln: не удалось создать символьную ссылку '/etc/rc.d/rc0.d/K60cprocsp': Нет такого файла или каталога | |
ln: не удалось создать символьную ссылку '/etc/rc.d/rc1.d/K60cprocsp': Нет такого файла или каталога |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-11-23 23:14:40:WEBLIB:init_logger:started | |
2022-11-23 23:14:40:WEBLIB:process_request:Request string(length = 114) = "{"func_name":"create","params":{"file_config":"","config_string":"","log_file_location":"","plugin_log_level":""}}" | |
2022-11-23 23:14:40:IFC:ifc_create:Logger inited | |
2022-11-23 23:14:40:IFC:ifc_create:Nor config file nor configuration string setted - use default configuration file | |
2022-11-23 23:14:40:IFC:ifc_create:got config, initializing log | |
2022-11-23 23:14:40:IFC:init_log:STARTED | |
2022-11-23 23:14:40:IFC:init_log:result [0] | |
2022-11-23 23:14:40:IFC:ifc_create:log initialized | |
2022-11-23 23:14:40:IFC:init_ifc_config:STARTED | |
2022-11-23 23:14:40:IFC:init_ifc_config:result [0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"props": {}, | |
"nodeType": "Scope", | |
"type": "node", | |
"instanceArgs": { | |
"imports": { | |
"data": [], | |
"type": "async_block" | |
}, | |
"id": "1990609606773938162", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM dyne/devuan:chimaera | |
ARG SUITENAME=chimaera | |
ARG architecture=amd64 | |
RUN apt update -y | |
RUN apt list --upgradable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# build libreoffice for test | |
./autogen.sh --without-java --disable-gui --with-system-libs --disable-mariadb-sdbc --disable-firebird-sdbc --disable-dbus --without-system-orcus --without-system-neon --disable-qrcodegen --without-system-box2d --disable-coinmp |