質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Ruby

Rubyはプログラミング言語のひとつで、オープンソース、オブジェクト指向のプログラミング開発に対応しています。

GitLab

GitLabは Gitoliteをブラウザから管理できるようにする Rubyアプリケーションで、 GitHubのようなサービスをクローズドな環境に独自で構築できるように 公開されたものです。

Raspberry Pi

Raspberry Piは、ラズベリーパイ財団が開発した、名刺サイズのLinuxコンピュータです。 学校で基本的なコンピュータ科学の教育を促進することを意図しています。

Q&A

解決済

1回答

393閲覧

Gitlabの起動に失敗してしまう

ddkk

総合スコア37

Ruby

Rubyはプログラミング言語のひとつで、オープンソース、オブジェクト指向のプログラミング開発に対応しています。

GitLab

GitLabは Gitoliteをブラウザから管理できるようにする Rubyアプリケーションで、 GitHubのようなサービスをクローズドな環境に独自で構築できるように 公開されたものです。

Raspberry Pi

Raspberry Piは、ラズベリーパイ財団が開発した、名刺サイズのLinuxコンピュータです。 学校で基本的なコンピュータ科学の教育を促進することを意図しています。

0グッド

0クリップ

投稿2018/08/22 00:32

やりたいこと

自宅にあるRaspberry Piの中にGitlabをインストールしてラズパイ上でGitを使えるようにしています。
以下のインストールまで完了できていますが、起動に成功できていません。

# dpkg -i gitlab-ce_8.14.3-ce.0_armhf.deb 以前に未選択のパッケージ gitlab-ce を選択しています。 (データベースを読み込んでいます ... 現在 133578 個のファイルとディレクトリがインストールされています。) gitlab-ce_8.14.3-ce.0_armhf.deb を展開する準備をしています ... gitlab-ce (8.14.3-ce.0) を展開しています... gitlab-ce (8.14.3-ce.0) を設定しています ... : [省略] : gitlab: Thank you for installing GitLab! gitlab: To configure and start GitLab, RUN THE FOLLOWING COMMAND: sudo gitlab-ctl reconfigure gitlab: GitLab should be reachable at http://raspberrypi gitlab: Otherwise configure GitLab for your system by editing /etc/gitlab/gitlab.rb file gitlab: And running reconfigure again. gitlab: gitlab: For a comprehensive list of configuration options please see the Omnibus GitLab readme gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md gitlab: It looks like GitLab has not been configured yet; skipping the upgrade script.

Gitlabの起動に失敗

以下は設定を再構築して起動を行って、Gitlabにアクセスしようとしているのですが、
長いエラーが発生してしまいます。

# gitlab-ctl reconfigure /opt/gitlab/embedded/lib/ruby/2.3.0/armv7l-linux-eabihf/openssl.so: [BUG] Illegal instruction at 0xb663fc18 ruby 2.3.1p112 (2016-04-26 revision 54768) [armv7l-linux-eabihf] -- Control frame information ----------------------------------------------- c:0019 p:-2117252 s:0097 e:000096 TOP [FINISH] c:0018 p:---- s:0095 e:000094 CFUNC :require c:0017 p:0124 s:0091 e:000090 METHOD /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55 c:0016 p:0008 s:0080 e:000079 TOP /opt/gitlab/embedded/lib/ruby/2.3.0/openssl.rb:13 [FINISH] c:0015 p:---- s:0078 e:000077 CFUNC :require c:0014 p:0124 s:0074 e:000073 METHOD /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55 c:0013 p:0089 s:0063 e:000062 TOP /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/config.rb:33 [FINISH] c:0012 p:---- s:0061 e:000060 CFUNC :require c:0011 p:0124 s:0057 e:000056 METHOD /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55 c:0010 p:0048 s:0046 e:000045 TOP /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/config.rb:30 [FINISH] c:0009 p:---- s:0044 e:000043 CFUNC :require c:0008 p:0124 s:0040 e:000039 METHOD /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55 c:0007 p:0053 s:0029 e:000028 TOP /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef.rb:24 [FINISH] c:0006 p:---- s:0027 e:000026 CFUNC :require c:0005 p:0124 s:0023 e:000022 METHOD /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55 c:0004 p:0051 s:0012 e:000011 TOP /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/bin/chef-client:23 [FINISH] c:0003 p:---- s:0010 e:000009 CFUNC :load c:0002 p:0136 s:0006 E:001780 EVAL /opt/gitlab/embedded/bin/chef-client:22 [FINISH] c:0001 p:0000 s:0002 E:0000c8 (none) [FINISH] -- Ruby level backtrace information ---------------------------------------- /opt/gitlab/embedded/bin/chef-client:22:in `<main>' /opt/gitlab/embedded/bin/chef-client:22:in `load' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/bin/chef-client:23:in `<top (required)>' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef.rb:24:in `<top (required)>' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-12.12.15/lib/chef/config.rb:30:in `<top (required)>' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/chef-config-12.12.15/lib/chef-config/config.rb:33:in `<top (required)>' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/2.3.0/openssl.rb:13:in `<top (required)>' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' -- Other runtime information ----------------------------------------------- * Loaded script: /opt/gitlab/embedded/bin/chef-client * Loaded features: 0 enumerator.so 1 thread.rb 2 rational.so 3 complex.so 4 /opt/gitlab/embedded/lib/ruby/2.3.0/armv7l-linux-eabihf/enc/encdb.so 5 /opt/gitlab/embedded/lib/ruby/2.3.0/armv7l-linux-eabihf/enc/trans/transdb.so 6 /opt/gitlab/embedded/lib/ruby/2.3.0/unicode_normalize.rb 7 /opt/gitlab/embedded/lib/ruby/2.3.0/armv7l-linux-eabihf/rbconfig.rb 8 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/compatibility.rb 9 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/defaults.rb 10 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/deprecate.rb 11 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/errors.rb 12 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/version.rb 13 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/requirement.rb 14 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/platform.rb 15 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/basic_specification.rb 16 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/stub_specification.rb 17 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/util/list.rb 18 /opt/gitlab/embedded/lib/ruby/2.3.0/armv7l-linux-eabihf/stringio.so 19 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/specification.rb 20 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/exceptions.rb 21 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_gem.rb 22 /opt/gitlab/embedded/lib/ruby/2.3.0/monitor.rb 23 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb 24 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems.rb 25 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/path_support.rb 26 /opt/gitlab/embedded/lib/ruby/site_ruby/2.3.0/rubygems/dependency.rb 27 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/version.rb 28 /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib/did_you_mean/core_ext/name_error.rb : [省略] : [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html

### 試したこと
Rubyに問題があったと思い、今までのバージョンは2.1.*でしたが、 rbenvを使用して2.4.4に上げました。

# ruby -v ruby 2.4.4p296 (2018-03-28 revision 63013) [armv6l-linux-eabihf]

しかし、現状は変わらない状態です。

Gitlabを問題なく起動させる方法はありませんでしょうか?

### 環境
Raspberry Pi Model B+
OS:Debian
Ruby:2.4.4
Gitlabバージョン:gitlab-ce_8.14.3-ce.0

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

自己解決

別の方法でインストールします

投稿2018/08/27 14:33

ddkk

総合スコア37

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問