All of lore.kernel.org
 help / color / mirror / Atom feed
* service ceph vs. /etc/init.d/ceph
@ 2010-07-08 14:57 Thomas Mueller
  2010-07-08 15:13 ` Wido den Hollander
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Mueller @ 2010-07-08 14:57 UTC (permalink / raw)
  To: ceph-devel

hi wido

i see you replacing "/etc/init.d/ceph" with  "service ceph" .

The service thing does not exist on debian. IMHO /etc/init.d/ceph working 
for all - so may we have it called /etc/init.d/ceph instead of "service 
ceph"?

Or at least on debian specific pages please do not change it.

- Thomas


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: service ceph vs. /etc/init.d/ceph
  2010-07-08 14:57 service ceph vs. /etc/init.d/ceph Thomas Mueller
@ 2010-07-08 15:13 ` Wido den Hollander
  2010-07-08 15:27   ` Thomas Mueller
  0 siblings, 1 reply; 7+ messages in thread
From: Wido den Hollander @ 2010-07-08 15:13 UTC (permalink / raw)
  To: Thomas Mueller; +Cc: ceph-devel

Hi Thomas,

About Debian, your right, the service command is not installed by
default.

RHEL, CentOS and Ubuntu all support the "service" command, which makes
the Wiki usefull for those three distributions.

I'm not sure what Debian's plan is with the service command, they also
might install it.

As far as i know the service command is a part of the Linux Standard
Base (LSB), so using that would be a good idea.

I'll change back the Debian specific page.

-- 
Met vriendelijke groet,

Wido den Hollander
CTO
Contact: http://www.pcextreme.nl/contact


On Thu, 2010-07-08 at 14:57 +0000, Thomas Mueller wrote:
> hi wido
> 
> i see you replacing "/etc/init.d/ceph" with  "service ceph" .
> 
> The service thing does not exist on debian. IMHO /etc/init.d/ceph working 
> for all - so may we have it called /etc/init.d/ceph instead of "service 
> ceph"?
> 
> Or at least on debian specific pages please do not change it.
> 
> - Thomas
> 
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: service ceph vs. /etc/init.d/ceph
  2010-07-08 15:13 ` Wido den Hollander
@ 2010-07-08 15:27   ` Thomas Mueller
  2010-07-08 15:42     ` Miguel F Mascarenhas Sousa Filipe
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Mueller @ 2010-07-08 15:27 UTC (permalink / raw)
  To: ceph-devel

Am Thu, 08 Jul 2010 17:13:58 +0200 schrieb Wido den Hollander:

> Hi Thomas,
> 
> About Debian, your right, the service command is not installed by
> default.
> 
> RHEL, CentOS and Ubuntu all support the "service" command, which makes
> the Wiki usefull for those three distributions.
> 
> I'm not sure what Debian's plan is with the service command, they also
> might install it.
> 
> As far as i know the service command is a part of the Linux Standard
> Base (LSB), so using that would be a good idea.
> 
> I'll change back the Debian specific page.
> 

hmm.. ok you're right. after lenny (5.0) it's in sysvinit-utils which is 
installed an every machine.


- Thomas


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: service ceph vs. /etc/init.d/ceph
  2010-07-08 15:27   ` Thomas Mueller
@ 2010-07-08 15:42     ` Miguel F Mascarenhas Sousa Filipe
  2010-07-08 18:06       ` Sage Weil
  2010-07-08 19:59       ` Thomas Mueller
  0 siblings, 2 replies; 7+ messages in thread
From: Miguel F Mascarenhas Sousa Filipe @ 2010-07-08 15:42 UTC (permalink / raw)
  To: Thomas Mueller; +Cc: ceph-devel

Regarding this, I had a problem with installing ceph from source on a
non-debian derived, nor redhat derived distro (it's mandriva derived).
make install doesn't seem to install any init/startup script.



On Thu, Jul 8, 2010 at 4:27 PM, Thomas Mueller <thomas@chaschperli.ch> wrote:
> Am Thu, 08 Jul 2010 17:13:58 +0200 schrieb Wido den Hollander:
>
>> Hi Thomas,
>>
>> About Debian, your right, the service command is not installed by
>> default.
>>
>> RHEL, CentOS and Ubuntu all support the "service" command, which makes
>> the Wiki usefull for those three distributions.
>>
>> I'm not sure what Debian's plan is with the service command, they also
>> might install it.
>>
>> As far as i know the service command is a part of the Linux Standard
>> Base (LSB), so using that would be a good idea.
>>
>> I'll change back the Debian specific page.
>>
>
> hmm.. ok you're right. after lenny (5.0) it's in sysvinit-utils which is
> installed an every machine.
>
>
> - Thomas
>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Miguel Mascarenhas Filipe
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: service ceph vs. /etc/init.d/ceph
  2010-07-08 15:42     ` Miguel F Mascarenhas Sousa Filipe
@ 2010-07-08 18:06       ` Sage Weil
  2010-07-08 19:59       ` Thomas Mueller
  1 sibling, 0 replies; 7+ messages in thread
From: Sage Weil @ 2010-07-08 18:06 UTC (permalink / raw)
  To: Miguel F Mascarenhas Sousa Filipe; +Cc: Thomas Mueller, ceph-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1904 bytes --]

On Thu, 8 Jul 2010, Miguel F Mascarenhas Sousa Filipe wrote:
> Regarding this, I had a problem with installing ceph from source on a
> non-debian derived, nor redhat derived distro (it's mandriva derived).
> make install doesn't seem to install any init/startup script.

The init.d script isn't installed by 'make install' for any distro.  Nor 
is the logrotate.d file, and probably some other stuff I'm forgetting.  
Startup/shutdown and log rotation vary between distributions and 'make 
install' doesn't bother to try to figure it out...

sage



> 
> 
> 
> On Thu, Jul 8, 2010 at 4:27 PM, Thomas Mueller <thomas@chaschperli.ch> wrote:
> > Am Thu, 08 Jul 2010 17:13:58 +0200 schrieb Wido den Hollander:
> >
> >> Hi Thomas,
> >>
> >> About Debian, your right, the service command is not installed by
> >> default.
> >>
> >> RHEL, CentOS and Ubuntu all support the "service" command, which makes
> >> the Wiki usefull for those three distributions.
> >>
> >> I'm not sure what Debian's plan is with the service command, they also
> >> might install it.
> >>
> >> As far as i know the service command is a part of the Linux Standard
> >> Base (LSB), so using that would be a good idea.
> >>
> >> I'll change back the Debian specific page.
> >>
> >
> > hmm.. ok you're right. after lenny (5.0) it's in sysvinit-utils which is
> > installed an every machine.
> >
> >
> > - Thomas
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
> 
> 
> 
> -- 
> Miguel Mascarenhas Filipe
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: service ceph vs. /etc/init.d/ceph
  2010-07-08 15:42     ` Miguel F Mascarenhas Sousa Filipe
  2010-07-08 18:06       ` Sage Weil
@ 2010-07-08 19:59       ` Thomas Mueller
  2010-07-09 10:41         ` Miguel F Mascarenhas Sousa Filipe
  1 sibling, 1 reply; 7+ messages in thread
From: Thomas Mueller @ 2010-07-08 19:59 UTC (permalink / raw)
  To: ceph-devel

Am Thu, 08 Jul 2010 16:42:30 +0100 schrieb Miguel F Mascarenhas Sousa
Filipe:

> Regarding this, I had a problem with installing ceph from source on a
> non-debian derived, nor redhat derived distro (it's mandriva derived).
> make install doesn't seem to install any init/startup script.

what's your distro? did you try to build the rpm's with the ceph.spec 
file? 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: service ceph vs. /etc/init.d/ceph
  2010-07-08 19:59       ` Thomas Mueller
@ 2010-07-09 10:41         ` Miguel F Mascarenhas Sousa Filipe
  0 siblings, 0 replies; 7+ messages in thread
From: Miguel F Mascarenhas Sousa Filipe @ 2010-07-09 10:41 UTC (permalink / raw)
  To: Thomas Mueller; +Cc: ceph-devel

On Thu, Jul 8, 2010 at 8:59 PM, Thomas Mueller <thomas@chaschperli.ch> wrote:
> Am Thu, 08 Jul 2010 16:42:30 +0100 schrieb Miguel F Mascarenhas Sousa
> Filipe:
>
>> Regarding this, I had a problem with installing ceph from source on a
>> non-debian derived, nor redhat derived distro (it's mandriva derived).
>> make install doesn't seem to install any init/startup script.
>
> what's your distro? did you try to build the rpm's with the ceph.spec
> file?
>
>

I didn't, but will try in the weekend.
The distro is pretty unkown, its a  Portuguese derivation of Mandriva,
called Caixa Mágica.


> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Miguel Mascarenhas Filipe
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-09 10:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-08 14:57 service ceph vs. /etc/init.d/ceph Thomas Mueller
2010-07-08 15:13 ` Wido den Hollander
2010-07-08 15:27   ` Thomas Mueller
2010-07-08 15:42     ` Miguel F Mascarenhas Sousa Filipe
2010-07-08 18:06       ` Sage Weil
2010-07-08 19:59       ` Thomas Mueller
2010-07-09 10:41         ` Miguel F Mascarenhas Sousa Filipe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.