Сообщения

Показаны сообщения с ярлыком "AltLinux"

Firebird. gsec: команда не найдена

Ссылка на Firebird -  https://firebirdsql.org/en/firebird-2-5/ При установке СУБД на Alt Linux 10 возникла ошибка: [root@host-15 ~]$ sh install.sh Done. Deleting... Done. Please enter new password for SYSDBA user: masterkey ./scripts/postinstall.sh: строка 114: /opt/firebird/bin/gsec: Нет такого файла или каталога При проверке файла в каталоге он находится: [root@host-15 ~]$ ll /opt/firebird/bin итого 4784 -r-x------  1 root root  34257 июн  8 16:28 FirebirdUninstall.sh drwxr-xr-x  2 root root   4096 июн  8 16:28 ./ drwxr-xr-x 12 root root   4096 июн  8 16:28 ../ -rwxr-xr-x  1 root root 131488 июн  8 16:28 fbguard -rwxr-xr-x  1 root root 529744 июн  8 16:28 isql -rwx------  1 root root  34225 июн  8 16:28 changeRunUser.sh -rwxr-xr-x  1 root root   2868 июн  8 16:28 fb_config -rwxr-xr-x  1 root root 487744 июн  8 16:28 qli -rwx------  1 root root  34217 июн...

Linux. Некорректное отображение даты и времени

Изображение
После установки Alt linux 10.1 выявлено, что время в системе отображается некорректно, с отставанием на 3 часа. $ date Sat May 13 07:54:34 AM UTC 2023 Делаем проверку /etc/sysconfig/clock: $ cat /etc/sysconfig/clock # Whether system time should be set from Hardware Clock # at start. HWCLOCK_SET_TIME_AT_START=true # Whether Hardware Clock should be set to system time # at reboot/halt/poweroff. HWCLOCK_SET_AT_HALT=false # Whether to add or subtract time from the Hardware Clock # at startup to account for systematic drift since the # last time the clock was set or adjusted at startup. HWCLOCK_ADJUST=false # UTC=true indicates that the clock is set to UTC; # anything else indicates that it is set to local time. UTC=true # ARC=true on alpha only indicates the ARC console's # 42-year time offset is in effect; otherwise the normal # Unix epoch is assumed. #ARC=false ZONE=Europe/Moscow # that /etc/localtime is a copy of, for example: #ZONE="Europe/Moscow" Все указано корректно. Т...