LoginSignup
1
1

More than 5 years have passed since last update.

El Capitan‎にアップデートしたらJenkinsが起動しなくなった

Posted at

MacのビルドサーバーをEl Capitanにアップデートしたら、
launchctlからJenkinsが起動しなくなった。

何がおきたのかとjenkinsのログをみようとしたら、ログが出力されてない。
よく見ると権限の問題みたい。

$ ls -l /var/log/
....
drwxr--r--   2 root             wheel                 68 12  4 10:41 jenkins
....

以下で所有者を変更すると無事起動した。

$ sudo chown jenkins /var/log/jenkins/

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1