Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Motion running as root (David Powell)
   2. Re: Motion running as root (MrDave)
   3. Re: Motion running as root (David Powell)
   4. Re: Motion running as root (MrDave)


----------------------------------------------------------------------

Message: 1
Date: Sat, 24 Nov 2018 19:14:08 -0600
From: David Powell <da...@depowell.com>
To: Motion discussion list <Motion-user@lists.sourceforge.net>
Subject: [Motion-user] Motion running as root
Message-ID: <759e82c9-bdd0-7eea-019d-ccd2f02c7...@depowell.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

When I start Motion, be it by rebooting the Pi on which it's running or 
by /service motion restart/, it starts and runs under the *root* 
userid.? Shouldn't it automatically switch to the *motion* userid at 
some point?

-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Sat, 24 Nov 2018 18:36:51 -0700
From: MrDave <motionmrd...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] Motion running as root
Message-ID: <ddb3e8e9-b537-1a5f-51da-323ae4af1...@gmail.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

I have just tested this and it Motion is running under the user 'motion' 
on a default install of raspbian stretch as well as when upgraded to 4.2 
via the release deb's.

You can see the chuid in the /etc/init.d/motion file.

Dave

On 11/24/2018 6:14 PM, David Powell wrote:
>
> When I start Motion, be it by rebooting the Pi on which it's running 
> or by /service motion restart/, it starts and runs under the *root* 
> userid.? Shouldn't it automatically switch to the *motion* userid at 
> some point?
>
>
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Sat, 24 Nov 2018 19:59:48 -0600
From: David Powell <da...@depowell.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Motion running as root
Message-ID: <30bff364-d517-6501-e83e-ee741f553...@depowell.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

I'm running version 4.1.1+git20181002-062a328 under Ubuntu on a 
Raspberry Pi.? I can see in //etc/init.d/motion/ where the chuid should 
be /motion/:

 ??????? log_daemon_msg "Starting $DESC" "$NAME"
 ??????? if start-stop-daemon --start --oknodo --exec $DAEMON -b --chuid 
motion ; then
 ??????????? log_end_msg 0
 ??????? else
 ??????????? log_end_msg 1
 ??????????? RET=1
 ??????? fi

but when I look at the process it's definitely root:

 > ps aux|grep motion
root????? 1190? 110? 9.0 481608 85376 ???????? Sl?? 10:46 608:32 motion

What else can I look for?

David


On 11/24/18 7:36 PM, MrDave wrote:
>
> I have just tested this and it Motion is running under the user 
> 'motion' on a default install of raspbian stretch as well as when 
> upgraded to 4.2 via the release deb's.
>
> You can see the chuid in the /etc/init.d/motion file.
>
> Dave
>
> On 11/24/2018 6:14 PM, David Powell wrote:
>>
>> When I start Motion, be it by rebooting the Pi on which it's running 
>> or by /service motion restart/, it starts and runs under the *root* 
>> userid.? Shouldn't it automatically switch to the *motion* userid at 
>> some point?
>>
>>
>>
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe:https://lists.sourceforge.net/lists/options/motion-user
>
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 4
Date: Sat, 24 Nov 2018 19:41:15 -0700
From: MrDave <motionmrd...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] Motion running as root
Message-ID: <c0535696-72a4-a96e-ceee-a8952d84d...@gmail.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Have you checked whether it is starting using upstart?? Although a 
motion.service file is included with the source, Motion has not 
transitioned to that officially because it is not supported on 14.04

Dave

On 11/24/2018 6:59 PM, David Powell wrote:
>
> I'm running version 4.1.1+git20181002-062a328 under Ubuntu on a 
> Raspberry Pi.? I can see in //etc/init.d/motion/ where the chuid 
> should be /motion/:
>
> ??????? log_daemon_msg "Starting $DESC" "$NAME"
> ??????? if start-stop-daemon --start --oknodo --exec $DAEMON -b 
> --chuid motion ; then
> ??????????? log_end_msg 0
> ??????? else
> ??????????? log_end_msg 1
> ??????????? RET=1
> ??????? fi
>
> but when I look at the process it's definitely root:
>
> > ps aux|grep motion
> root????? 1190? 110? 9.0 481608 85376 ???????? Sl?? 10:46 608:32 motion
>
> What else can I look for?
>
> David
>
>
> On 11/24/18 7:36 PM, MrDave wrote:
>>
>> I have just tested this and it Motion is running under the user 
>> 'motion' on a default install of raspbian stretch as well as when 
>> upgraded to 4.2 via the release deb's.
>>
>> You can see the chuid in the /etc/init.d/motion file.
>>
>> Dave
>>
>> On 11/24/2018 6:14 PM, David Powell wrote:
>>>
>>> When I start Motion, be it by rebooting the Pi on which it's running 
>>> or by /service motion restart/, it starts and runs under the *root* 
>>> userid.? Shouldn't it automatically switch to the *motion* userid at 
>>> some point?
>>>
>>>
>>>
>>> _______________________________________________
>>> Motion-user mailing list
>>> Motion-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/motion-user
>>> https://motion-project.github.io/
>>>
>>> Unsubscribe:https://lists.sourceforge.net/lists/options/motion-user
>>
>>
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe:https://lists.sourceforge.net/lists/options/motion-user
>
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 149, Issue 30
********************************************

Reply via email to