Linux 473

websvn install for rocky 8.x(viewvc대체)

websvn install for rocky 8.x(viewvc대체)viewvc 가 python2 환경에 개발이 되어 있어서 centos 8.x or rocky 8.x 이상 버전에서는 구동이 안된다.(뭐 요즘은 다 git 으로 넘어가고 있지만 subversion 을 쓴다면 어쩔수 없는 선택이다.)그래서 viewvc 대안으로 오리지랄 code review 인 websvn 을 설치 하면 된다.우선 php 먼저# dnf install php-mbstring php-xml php-pdo php-json php-mysqlnd설치 해주고# dnf install httpd아파치 설치websvn 파일을 https://github.com/websvnphp/websvn/releases Releases · websvnphp..

Linux 2025.01.29

redmineflux plugin for redmine

redmineflux plugin for redmine https://www.redmine.org/plugins/redmineflux-gantt-chart-plugin데모 설치 하고 싶어서 파일을 찾아봤는데 못찾겠다. 아무리 찾아도 없다.느낌상 구매 해야 다운을 할 수 있을것 같다..ㅎㅎㅎ 역시나 구매를 해야 다운이 가능하다. 나처럼 삽질 하지 말고 데모사이트에서 테스트 해보고 문제 없으면 구매 하자.파일 다운 받은걸 /opt/redmine/plugins 경로에 복사하고# unzip redmineflux_gantt_plugin_1.0.10.zip압축을 푼다음에# chown -R redmine:redmine redmineflux_gantt_plugin권한도 설정해주자.# bundle install # RA..

Linux 2024.11.28

solaris(솔라리스) top? 설치 방법

solaris(솔라리스) top? 설치 방법솔라리스는 top 명령어가 없다.  그래서 top 명령어를 실행시키려면 별도로 설치를 해야 한다. https://algo79.tistory.com/1693 솔라리스10 make 설치 방법솔라리스10 make 설치 방법 ㅎㅎㅎ 기본 버전을 설치 해서 그런가 make 가 없다;;; http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10/ Index of /pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10 download.nust.nalgo79.tistory.com이전 소개 했던 make 설치 방법 처럼 http://download.nust.na/p..

Linux 2024.11.25

gitlab downgrade 방법

gitlab downgrade 방법백업 버전과 복구 버전이 다를때 다운그레이드가 필요 할때가 있다.이렇게 서버 버전은 17.3.2 버전인데 백업 버전은 16.2.3 버전이라고 가정하면다운그레이드 방법은 간단하다.17.3.2 버전을 삭제 해주고16.2.3 버전을 설치 해주면 된다.# yum remove gitlab*우선 gitlab 설치된것을 모두 삭제 해주고# yum install gitlab-ce-16.2.3-*다운그레이드 하고 싶은 버전으로 설치# gitlab-ctl reconfigure# gitlab-ctl restart

Linux 2024.10.19

gitlab restore Restoring PostgreSQL database gitlabhq_production ... ERROR: must be owner of extension pg_trgmERROR: must be owner of extension btree_gistERROR: must be owner of extension btree_gistERROR: must be owner of extension pg_trgm

Restoring PostgreSQL database gitlabhq_production ... ERROR:  must be owner of extension pg_trgm ERROR:  must be owner of extension btree_gist ERROR:  must be owner of extension btree_gist ERROR:  must be owner of extension pg_trgmgitlab restore 하다가 위와 같이 권한 관련 에러가 발생 할 수 있다.PostgreSQL 소유권을 변경해줘야 한다.일반적으로# gitlab-psqlALTER EXTENSION pg_trgm OWNER TO gitlab;ALTER EXTENSION btree_gist OWNER TO git..

Linux 2024.10.15

Error: Transaction test error: file /etc/my.cnf from install of mysql-community-server-5.7.44-1.el7.x86_64 conflicts with file from package mariadb-connector-c-config-3.1.11-2.el8_3.noarch

Error: Transaction test error:   file /etc/my.cnf from install of mysql-community-server-5.7.44-1.el7.x86_64 conflicts with file from package mariadb-connector-c-config-3.1.11-2.el8_3.noarch위와 같이 에러가 발생 한다면# dnf remove mariadb-connector-c-config설정 파일 삭제 해주고 다시 설치 해주면정상적으로 설치가 된다.

Linux 2024.10.12

gitlab 500 error unable to load specified CA cert /var/run/secrets/kubernetes.io/serviceaccount/ca.crt: open /var/run/secrets/kubernetes.io/serviceaccount/ca.crt: no such file or directory

unable to load specified CA cert /var/run/secrets/kubernetes.io/serviceaccount/ca.crt: open /var/run/secrets/kubernetes.io/serviceaccount/ca.crt: no such file or directorygitlab 500 error 는 오류가 다양하다. 로그를 확인 해보자.# gitlab-ctl tailActionView::Template::Error ():인증서인 ca.crt 에러가 있다 이건 백업데이터 파일 복구 할때 etc/gitlab 에 있는 파일이 누락되어서 그렇다./etc/gitlab 에 있는 파일들을 복구 폴더에 복사 후# gitlab-ctl reconfigure# gitlab-ctl re..

Linux 2024.10.05

gitlab version upgrade 16.2.3 -> 17.3.2(최신버전)

gitlab version upgrade 16.2.3 -> 17.3.2(최신버전)생각보다 간단하다....# dnf install gitlab-ce 하면 된다.하지만!!gitlab preinstall: It seems you are upgrading from 16.2 to 17.3. gitlab preinstall: It is required to upgrade to the latest 16.11.x version first before proceeding. gitlab preinstall: Please follow the upgrade documentation at https://docs.gitlab.com/ee/update/#upgrading-to-a-new-major-versionerror: %pre..

Linux 2024.09.29

Rocky 8.x mysql 5.7 설치 하기

Rocky 8.x mysql 5.7 설치 하기rocky 8.x 환경에서 mysql 설치 하면mysql 8.x 버전이 설치 된다.기본 버전인 8.x 버전을 비활성화 하고 5.7로 설치 해보자.기존에 설치 한 8.x 는 삭제# yum remove mysql*  repository 설치# dnf -y install https://dev.mysql.com/get/mysql80-community-release-el7-10.noarch.rpm리셋# dnf module reset mysql mysql 비활성화# dnf module disable mysql mysql 버전 확인# dnf repolist all | grep mysql녹색이 활성화 된것이라 비화설화 해야 한다.# dnf config-manager --di..

Linux 2024.09.24
728x90
320x100