Project

General

Profile

Actions

Bug #1695

closed

wrong path to ceph's libs / bash scripts in /etc/init.d/ceph

Added by Serge Rittscher over 12 years ago. Updated over 12 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

After installing Ceph from sources (version ceph-0.37.tar.gz) on Ubuntu by executing

$ ./autogen.sh
$ ./configure
$ make
$ make install

(without any extra parameter) and making the Ceph file system I was not able to start Ceph by using /etc/init.d/ceph -a start. The error message was ".: 35: Can't open /usr/lib/ceph/ceph_common.sh". It was only possible after changing path variables BINDIR and LIBDIR to

BINDIR=/usr/local/bin
LIBDIR=/usr/local/lib/ceph

in /etc/init.d/ceph.

OS:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"

Linux host_name 2.6.38.8 #1 SMP Tue Sep 20 18:12:13 CEST 2011 x86_64 x86_64 x86_64 GNU/Linux

Actions

Also available in: Atom PDF