Void Linux discussion
 help / color / mirror / Atom feed
* Mongodb not started by runit
@ 2015-08-24 12:19 Frankie Wild
  2015-08-24 12:33 ` Duncaen
  0 siblings, 1 reply; 7+ messages in thread
From: Frankie Wild @ 2015-08-24 12:19 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 256 bytes --]

So here is the story. I have installed mongodb and added it to 
/var/service/ but it's down after a reboot. It timeouts when trying to load 
it manually.

The var/log/mongodb folder is empty...

Has anyone experienced this or got a suggestion ?

Thanks.



[-- Attachment #1.2: Type: text/html, Size: 378 bytes --]

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

* Re: Mongodb not started by runit
  2015-08-24 12:19 Mongodb not started by runit Frankie Wild
@ 2015-08-24 12:33 ` Duncaen
  2015-08-24 12:56   ` Frankie Wild
  0 siblings, 1 reply; 7+ messages in thread
From: Duncaen @ 2015-08-24 12:33 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 429 bytes --]

I dont know what you are doing, could you provide the commands and the 
output you get.

Am Montag, 24. August 2015 14:19:36 UTC+2 schrieb Frankie Wild:
>
> So here is the story. I have installed mongodb and added it to 
> /var/service/ but it's down after a reboot. It timeouts when trying to load 
> it manually.
>
> The var/log/mongodb folder is empty...
>
> Has anyone experienced this or got a suggestion ?
>
> Thanks.
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 685 bytes --]

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

* Re: Mongodb not started by runit
  2015-08-24 12:33 ` Duncaen
@ 2015-08-24 12:56   ` Frankie Wild
  2015-08-24 13:01     ` Duncaen
  0 siblings, 1 reply; 7+ messages in thread
From: Frankie Wild @ 2015-08-24 12:56 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 587 bytes --]

sudo sv start mongodb
timeout: down: mongodb: 0s, normally up, want up


On Monday, August 24, 2015 at 3:33:41 PM UTC+3, Duncaen wrote:
>
> I dont know what you are doing, could you provide the commands and the 
> output you get.
>
> Am Montag, 24. August 2015 14:19:36 UTC+2 schrieb Frankie Wild:
>>
>> So here is the story. I have installed mongodb and added it to 
>> /var/service/ but it's down after a reboot. It timeouts when trying to load 
>> it manually.
>>
>> The var/log/mongodb folder is empty...
>>
>> Has anyone experienced this or got a suggestion ?
>>
>> Thanks.
>>
>>
>>

[-- Attachment #1.2: Type: text/html, Size: 1002 bytes --]

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

* Re: Mongodb not started by runit
  2015-08-24 12:56   ` Frankie Wild
@ 2015-08-24 13:01     ` Duncaen
  2015-08-24 13:08       ` Frankie Wild
  0 siblings, 1 reply; 7+ messages in thread
From: Duncaen @ 2015-08-24 13:01 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 795 bytes --]

Try "ps -ef | grep runsvdir" and checkout the last bit of the runsvdir 
process, there should be an error message.

Am Montag, 24. August 2015 14:56:07 UTC+2 schrieb Frankie Wild:
>
> sudo sv start mongodb
> timeout: down: mongodb: 0s, normally up, want up
>
>
> On Monday, August 24, 2015 at 3:33:41 PM UTC+3, Duncaen wrote:
>>
>> I dont know what you are doing, could you provide the commands and the 
>> output you get.
>>
>> Am Montag, 24. August 2015 14:19:36 UTC+2 schrieb Frankie Wild:
>>>
>>> So here is the story. I have installed mongodb and added it to 
>>> /var/service/ but it's down after a reboot. It timeouts when trying to load 
>>> it manually.
>>>
>>> The var/log/mongodb folder is empty...
>>>
>>> Has anyone experienced this or got a suggestion ?
>>>
>>> Thanks.
>>>
>>>
>>>

[-- Attachment #1.2: Type: text/html, Size: 1341 bytes --]

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

* Re: Mongodb not started by runit
  2015-08-24 13:01     ` Duncaen
@ 2015-08-24 13:08       ` Frankie Wild
  2015-08-24 13:13         ` Duncaen
  0 siblings, 1 reply; 7+ messages in thread
From: Frankie Wild @ 2015-08-24 13:08 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1163 bytes --]

Thanks, here is the output of the latter. Still no clue, I haven't changed 
anything in the default mongodb.conf.

runsvdir -P /run/runit/runsvdir/current log: xist runsv mongodb: fatal: 
unable to start ./run: file does not exist runsv mongodb: fatal: unable to 
start


On Monday, August 24, 2015 at 4:01:06 PM UTC+3, Duncaen wrote:
>
> Try "ps -ef | grep runsvdir" and checkout the last bit of the runsvdir 
> process, there should be an error message.
>
> Am Montag, 24. August 2015 14:56:07 UTC+2 schrieb Frankie Wild:
>>
>> sudo sv start mongodb
>> timeout: down: mongodb: 0s, normally up, want up
>>
>>
>> On Monday, August 24, 2015 at 3:33:41 PM UTC+3, Duncaen wrote:
>>>
>>> I dont know what you are doing, could you provide the commands and the 
>>> output you get.
>>>
>>> Am Montag, 24. August 2015 14:19:36 UTC+2 schrieb Frankie Wild:
>>>>
>>>> So here is the story. I have installed mongodb and added it to 
>>>> /var/service/ but it's down after a reboot. It timeouts when trying to load 
>>>> it manually.
>>>>
>>>> The var/log/mongodb folder is empty...
>>>>
>>>> Has anyone experienced this or got a suggestion ?
>>>>
>>>> Thanks.
>>>>
>>>>
>>>>

[-- Attachment #1.2: Type: text/html, Size: 1872 bytes --]

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

* Re: Mongodb not started by runit
  2015-08-24 13:08       ` Frankie Wild
@ 2015-08-24 13:13         ` Duncaen
  2015-08-24 13:20           ` Frankie Wild
  0 siblings, 1 reply; 7+ messages in thread
From: Duncaen @ 2015-08-24 13:13 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1443 bytes --]

Ok that looks strange, did you enabled the service with a symbolic link?
Take a look at our runit usage 
<http://www.voidlinux.eu/usage/runit/#enabling-a-service> page.

Am Montag, 24. August 2015 15:08:25 UTC+2 schrieb Frankie Wild:
>
> Thanks, here is the output of the latter. Still no clue, I haven't changed 
> anything in the default mongodb.conf.
>
> runsvdir -P /run/runit/runsvdir/current log: xist runsv mongodb: fatal: 
> unable to start ./run: file does not exist runsv mongodb: fatal: unable to 
> start
>
>
> On Monday, August 24, 2015 at 4:01:06 PM UTC+3, Duncaen wrote:
>>
>> Try "ps -ef | grep runsvdir" and checkout the last bit of the runsvdir 
>> process, there should be an error message.
>>
>> Am Montag, 24. August 2015 14:56:07 UTC+2 schrieb Frankie Wild:
>>>
>>> sudo sv start mongodb
>>> timeout: down: mongodb: 0s, normally up, want up
>>>
>>>
>>> On Monday, August 24, 2015 at 3:33:41 PM UTC+3, Duncaen wrote:
>>>>
>>>> I dont know what you are doing, could you provide the commands and the 
>>>> output you get.
>>>>
>>>> Am Montag, 24. August 2015 14:19:36 UTC+2 schrieb Frankie Wild:
>>>>>
>>>>> So here is the story. I have installed mongodb and added it to 
>>>>> /var/service/ but it's down after a reboot. It timeouts when trying to load 
>>>>> it manually.
>>>>>
>>>>> The var/log/mongodb folder is empty...
>>>>>
>>>>> Has anyone experienced this or got a suggestion ?
>>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>>>>

[-- Attachment #1.2: Type: text/html, Size: 2270 bytes --]

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

* Re: Mongodb not started by runit
  2015-08-24 13:13         ` Duncaen
@ 2015-08-24 13:20           ` Frankie Wild
  0 siblings, 0 replies; 7+ messages in thread
From: Frankie Wild @ 2015-08-24 13:20 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1668 bytes --]

My bad, I had one extra trailing slash on the original location. Added it 
again, rebooted and voila it works.

On Monday, August 24, 2015 at 4:13:07 PM UTC+3, Duncaen wrote:
>
> Ok that looks strange, did you enabled the service with a symbolic link?
> Take a look at our runit usage 
> <http://www.voidlinux.eu/usage/runit/#enabling-a-service> page.
>
> Am Montag, 24. August 2015 15:08:25 UTC+2 schrieb Frankie Wild:
>>
>> Thanks, here is the output of the latter. Still no clue, I haven't 
>> changed anything in the default mongodb.conf.
>>
>> runsvdir -P /run/runit/runsvdir/current log: xist runsv mongodb: fatal: 
>> unable to start ./run: file does not exist runsv mongodb: fatal: unable to 
>> start
>>
>>
>> On Monday, August 24, 2015 at 4:01:06 PM UTC+3, Duncaen wrote:
>>>
>>> Try "ps -ef | grep runsvdir" and checkout the last bit of the runsvdir 
>>> process, there should be an error message.
>>>
>>> Am Montag, 24. August 2015 14:56:07 UTC+2 schrieb Frankie Wild:
>>>>
>>>> sudo sv start mongodb
>>>> timeout: down: mongodb: 0s, normally up, want up
>>>>
>>>>
>>>> On Monday, August 24, 2015 at 3:33:41 PM UTC+3, Duncaen wrote:
>>>>>
>>>>> I dont know what you are doing, could you provide the commands and the 
>>>>> output you get.
>>>>>
>>>>> Am Montag, 24. August 2015 14:19:36 UTC+2 schrieb Frankie Wild:
>>>>>>
>>>>>> So here is the story. I have installed mongodb and added it to 
>>>>>> /var/service/ but it's down after a reboot. It timeouts when trying to load 
>>>>>> it manually.
>>>>>>
>>>>>> The var/log/mongodb folder is empty...
>>>>>>
>>>>>> Has anyone experienced this or got a suggestion ?
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>>
>>>>>>

[-- Attachment #1.2: Type: text/html, Size: 3043 bytes --]

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

end of thread, other threads:[~2015-08-24 13:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24 12:19 Mongodb not started by runit Frankie Wild
2015-08-24 12:33 ` Duncaen
2015-08-24 12:56   ` Frankie Wild
2015-08-24 13:01     ` Duncaen
2015-08-24 13:08       ` Frankie Wild
2015-08-24 13:13         ` Duncaen
2015-08-24 13:20           ` Frankie Wild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).