Linux 471

redmine install on ubuntu 22.04

redmine install on ubuntu 22.04 centos 7, 8 버전에서 설치가 잘 안되서 ubuntu 22.04 에서 설치를 진행했다. 기본패키지 설치# apt-get update# apt install -y build-essential libmysqlclient-dev libpq-dev libmagickwand-dev imagemagick libsqlite3-dev mysql 설치 및 설정# apt install -y mysql-server mysql-client# systemctl start mysql# mysql_secure_installationmysql db생성CREATE DATABASE redmine CHARACTER SET utf8mb4;CREATE USER 'redmine'..

Linux 2024.07.18

[sda] tag#25 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s [sda] tag#25 Sense Key : Medium Error [current] [descriptor]

kernel: ata1.00: status: { DRDY ERR } kernel: ata1.00: error: { UNC } kernel: ata1.00: configured for UDMA/133 kernel: sd 0:0:0:0: [sda] tag#25 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s kernel: sd 0:0:0:0: [sda] tag#25 Sense Key : Medium Error [current] [descriptor] kernel: sd 0:0:0:0: [sda] tag#25 Add. Sense: Unrecovered read error - auto reallocate failed kernel: sd 0:0..

Linux 2024.07.17

bitnami redmine 4.2.1-3 plugin 설치하기

bitnami redmine 4.2.1-3 plugin 설치하기redmine 잘 활용하기 위해서 plugin 을 설치 하면 좋다.하지만 plugin 을 자동으로 설치할수 있는게 없다. 결국 수동으로 설치를 해야 한다.plugin 은https://www.redmine.org/plugins/  Plugins - RedminePlugins Directory Here you can browse and search Redmine plugins. Plugin developers can register their own plugins using their redmine.org account. General information about Redmine plugins and how to install them into..

Linux 2024.07.14

bitnami redmine 4.2.1-3 https 설정하기

bitnami redmine 4.2.1-3 https 설정하기https://algo79.tistory.com/1831 bitnami redmine 4.2.1-3 centos7에 설치bitnami redmine 4.2.1-3 centos7에 설치redmine 수동으로 설치 하다가 여러가지 문제가 있어서 bitnami 로 설치를 했다.역시 설치가 간편하다. 하지만 단점은 redmine 이 5.x 버전이 최신인데 bitnami 로 설치algo79.tistory.com설치를 하고 https 를 사용을 하려면 몇가지 설정을 해주면 된다.관리 - 일반 - 프로토콜을http 에서 https 로 변경환해주자.이렇게 뜬다 인증서가 공식이 아니여서 그렇다.하지만 https 활성화는 바로 된다.이제 가지고 있는 인증서를# ..

Linux 2024.07.11

bitnami redmine 4.2.1-3 centos7에 설치

bitnami redmine 4.2.1-3 centos7에 설치redmine 수동으로 설치 하다가 여러가지 문제가 있어서 bitnami 로 설치를 했다.역시 설치가 간편하다. 하지만 단점은 redmine 이 5.x 버전이 최신인데 bitnami 로 설치 버전은 최신 버전이 4.2 버전이다.찾아봤는데 더이상 개발을 안하는것 같다.우선 centos 7 환경 설치하고 패키지 다운 받고 설치만 하면 끝~ 찹 쉽죠?~# wget  https://www.redmine.or.kr/attachments/download/6586/bitnami-redmine-4.2.1-3-linux-x64-installer.run--2024-07-02 14:24:09--  https://www.redmine.or.kr/attachment..

Linux 2024.07.09

메일을 전송하는 과정에 오류가 발생했습니다. (getaddrinfo: Name or service not known) redmine smtp 설정 방법

메일을 전송하는 과정에 오류가 발생했습니다. (getaddrinfo: Name or service not known) redmine smtp 설정 방법remine 테스트 메일을 보내면 위와 같이 에러가 발생이 된다.찾아보면 거의 대부분 DNS 설정 문제라고 한다. 혹시나 해서 /etc/resolv.conf 에 DNS 여러가지를 추가 했지만 해결이 안됐다. 그래서 혹시나 해서 smtp 설정 방법을 다시 확인해봤는데# vi /opt/redmine-4.2.1-3/apps/redmine/htdocs/config/configuration.ymladress 라고 적혀 있어서 mail@test.com 이런식으로 입력했는데 이게 문제였다.이렇게 수정을 했더 정상적으로 메일이 발송 되었다.  추가로  메일 로그 확인 방..

Linux 2024.07.06

librenms error drawing graph no process

librenms 구동시 위와 같이 error drawing graph no process 라고 뜨면서 그래프가 안나온다면# su - librenms# cd /opt/librenms# ./validate.php[FAIL]  No active polling method detected 이거때문에 그렇다추가해주자.#vi /etc/cron.d/librenms/etc/cron.d/librenms33   */6  * * *   librenms    /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1 */5  *    * * *   librenms    /opt/librenms/discovery.php -h new >> /dev/null 2>&1 */5  *    ..

Linux 2024.06.07

ActiveRecord::DatabaseConnectionError: There is an issue connecting to your database with your username/password, username: gitlab

ActiveRecord::DatabaseConnectionError: There is an issue connecting to your database with your username/password, username: gitlabgitlab restore 작업을 하다가 위와 같이 에러 뜨면서 복원 에러가 발생 한다면yum remove gitlab-ce 삭제를 진행하고rm -rf /var/crash/gitlab* rm -rf /var/cache/apt/archives/gitlab* rm -rf /var/lib/apt/lists/packages.gitlab* rm -rf /var/lib/dpkg/info/gitlab* rm -rf /var/log/gitlab rm -rf /var/opt/gitlab rm..

Linux 2024.06.04

Install fsarchiver on centos 7 error Error: Package: fsarchiver-0.8.6-1.el9.x86_64 (/fsarchiver-0.8.6-1.el9.x86_64) Requires: libc.so.6(GLIBC_2.28)(64bit)

fsarchiver 를 centos7 에 설치를 하려 하면Error: Package: fsarchiver-0.8.6-1.el9.x86_64 (/fsarchiver-0.8.6-1.el9.x86_64)            Requires: libc.so.6(GLIBC_2.28)(64bit) Error: Package: fsarchiver-0.8.6-1.el9.x86_64 (/fsarchiver-0.8.6-1.el9.x86_64)            Requires: libgcrypt.so.20()(64bit) Error: Package: fsarchiver-0.8.6-1.el9.x86_64 (/fsarchiver-0.8.6-1.el9.x86_64)            Requires: libgcrypt.so..

Linux 2024.06.03
728x90
320x100