fedora : sftpd.log logging Hint

vi /etc/ssh/sshd_config  # Subsystem     sftp    /usr/libexec/openssh/sftp-server Subsystem       sftp    /usr/libexec/openssh/sftp-server -l VERBOSE -f LOCAL3   vi /etc/rsyslog.conf  local3.*                                                /var/log/sftpd.log   systemctl restart rsyslog.service systemctl restart sshd.service  

Read More

linux : [ERROR] mariadb: Aria recovery failed. Hint

# systemctl status mariadb   × mariadb.service - MariaDB 10.5.16 database server      Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)     Drop-In: /etc/systemd/system/mariadb.service.d              └─migrated-from-my.cnf-settings.conf      Active: failed (Result: exit-code) since ......; 28s ago        Docs: man:mariadbd(8)              https://mariadb.com/kb/en/library/systemd/   […]

Read More

Fedora 3X : resin.service regist Hint : systemctl daemon-reload & chkconfig

  # cd  # wget https://caucho.com/download/rpm-6.8/4.0.63/x86_64/resin-4.0.63-1.x86_64.rpm # rpm -ivh resin-pro-4.0.63-1.x86_64.rpm   # systemctl daemon-reload   # systemctl enable resin.service  resin.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable resin Failed to execute /usr/lib/systemd/systemd-sysv-install:    # yum install chkconfig -y # systemctl enable resin.service  resin.service is not a native service, redirecting to systemd-sysv-install. […]

Read More