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. Re: [Motion-Project/motion] It looks like the latest version
      does not have pi_jessie_motion_4.2.2-1_armhf.deb version but it
      does have a stretch version. Is it possible to have a jessie
      armhf version? (#947) (Dave Howorth)


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

Message: 1
Date: Fri, 31 May 2019 09:47:43 +0100
From: Dave Howorth <d...@howorth.org.uk>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] [Motion-Project/motion] It looks like the
        latest version does not have pi_jessie_motion_4.2.2-1_armhf.deb
        version but it does have a stretch version. Is it possible to have a
        jessie armhf version? (#947)
Message-ID: <20190531094743.0b97c...@acer-suse.lan>
Content-Type: text/plain; charset=UTF-8

On Fri, 31 May 2019 01:21:22 -0600
MrDave <motionmrd...@gmail.com> wrote:

> That last statement is not correct.? Motion supports MySQL and adding 
> MariaDB is an enhancement.? They are different packages/software.
> I'll defer comments on that particular issue in github until a later
> time.

Mariadb is a drop-in replacement for mysql. Most distributions now use
it to implement the mysql command, because of the licence terms of
mysql. For example:

# on openSUSE Leap 15.0
$ mysql -v
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 9729
Server version: 10.2.22-MariaDB openSUSE package

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

# on Raspbian stretch
$ mysql -v -u emoncms -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 1432351
Server version: 10.1.23-MariaDB-9+deb9u1 Raspbian 9.0

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

I don't know what the implications are for motion, if there are any.

> On 5/30/2019 12:36 PM, John D. Gwinner wrote:
> >
> > I already did that. The net result was ?we don?t know Autotools 
> > Raspbian? and I don?t think anything ever got fixed. There was a
> > call for people that knew Linux and autotools.
> >
> > https://github.com/Motion-Project/motion/issues/875
> >
> > It?s listed as an enhancement, which isn?t really correct.
> > Basically, database access on a Raspberry Pi doesn?t work at all
> > unless you do the workaround I mentioned in the bug (Install
> > Ubuntu, install MySQL, run configure, copy over the appropriate
> > configure lines and merge into a Raspbian configure script).
> >
> > The reason I commented on this thread was the response was ?you can 
> > build it yourself? which is absolutely correct for older O/S?s,
> > (you can?t really maintain older stuff), but my point was that you
> > CANNOT build it yourself due to this problem.
> >
> > ??????????????? == John ==
> >
> > *From:* tosiara <tosi...@gmail.com>
> > *Sent:* Thursday, May 30, 2019 5:31 AM
> > *To:* Motion discussion list <motion-user@lists.sourceforge.net>
> > *Subject:* Re: [Motion-user] [Motion-Project/motion] It looks like
> > the latest version does not have pi_jessie_motion_4.2.2-1_armhf.deb 
> > version but it does have a stretch version. Is it possible to have
> > a jessie armhf version? (#947)
> >
> > For build issues please start a separate thread and provide logs
> > and which exact error you were getting
> >
> > On Thu, May 30, 2019 at 9:12 AM John D. Gwinner <j...@gwinner.org 
> > <mailto:j...@gwinner.org>> wrote:
> >
> >     Yes, but I think I reported this before, Motion doesn?t build
> >     properly on Raspian.
> >
> >     The database option wasn?t available until I did a custom build
> > on Ubuntu, then copied the config files over.
> >
> >     Database access seems to work, but the calls all fail.
> >
> >     Is this fixed? If so, sorry to hijack the thread!
> >
> >     I haven?t checked movie passthrough. I know without the Ubuntu
> >     config->Raspbian build, database access won?t work. You can
> >     compare the .h files and see the differences.
> >
> >     == John ==
> >
> >     cid:image003.jpg@01D408D0.306E9400
> >     
> > <https://www.amazon.com/Getting-Started-React-VR-immersive-ebook/dp/B077VR6FMQ/>
> >
> >             
> >
> >     *John Gwinner*.
> >     */M/*//310-227-9140
> >     cto4you.com <http://cto4you.com/>
> >
> >
> >     My book at Amazon
> >     
> > <https://www.amazon.com/Getting-Started-React-VR-immersive-ebook/dp/B077VR6FMQ/>
> >
> >     *From:* MrDave <motionmrd...@gmail.com
> >     <mailto:motionmrd...@gmail.com>>
> >     *Sent:* Wednesday, May 29, 2019 9:52 PM
> >     *To:* motion-user@lists.sourceforge.net
> >     <mailto:motion-user@lists.sourceforge.net>
> >     *Subject:* Re: [Motion-user] [Motion-Project/motion] It looks
> > like the latest version does not have
> >     pi_jessie_motion_4.2.2-1_armhf.deb version but it does have a
> >     stretch version. Is it possible to have a jessie armhf version?
> > (#947)
> >
> >     To answer the specific question, the debs on the releases page
> > are only produced for common distros that are not at EOL.? Jessie
> > was no longer listed as a option for download on the main Raspbian
> >     page so it did not get a deb built.??? If it is needed, users
> > can build their own deb via the packaging scripts. Instructions are
> >     within the build guide and there are also the videos
> > demonstrating the building, creating deb packages, upgrading,
> > using, setting up, etc.
> >
> >     https://motion-project.github.io/motion_build.html
> >
> >     https://motion-project.github.io/motion_guide.html (Has the link
> >     on it to the videos)
> >
> >     On 5/29/2019 6:47 AM, tosiara wrote:
> >
> >         I have never used motion packaging, but you can try to build
> >         yourself: https://github.com/Motion-Project/motion-packaging
> >
> >         Or maybe someone on the list have experience making motion
> >         package for Raspberry Pi
> >
> >         On Tue, May 28, 2019 at 8:12 PM bkoblenz
> >         <notificati...@github.com <mailto:notificati...@github.com>>
> >         wrote:
> >
> >             I tried to follow the link, but the service is
> >             unavailable. So maybe it is
> >             appropriate to hit reply all!
> >
> >             Sorry for asking an inappropriate question on github.
> >
> >             However, I am still interested in a 4.2.2 version of
> >             motion for a jessie
> >             installation of raspberry pi (that is already running
> > 4.1.1). Is there a pi_jessie_motion_4.2.2-1_armhf.deb version that
> >             I can wget? Of
> >             some directions for upgrading jessie from 4..1.1 to
> > 4.2.2?
> >
> >             I am particularly interested in the new
> > movie_passthrough feature.
> >
> >             thanks
> >             -brian
> >
> >
> >             
> > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> >             Virus-free.
> >             www.avg.com <http://www.avg.com>
> >             
> > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> >             <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> >
> >             On Mon, May 27, 2019 at 9:44 AM tosiara
> >             <notificati...@github.com
> >             <mailto:notificati...@github.com>> wrote:
> >  
> >             > Please use mail list for questions
> >             >  
> >             
> > https://sourceforge.net/p/motion/mailman/motion-user/?viewmonth=201902  
> >             >
> >             > ?
> >             > You are receiving this because you authored the
> >             > thread. Reply to this email directly, view it on
> >             > GitHub 
> >             
> > <https://github.com/Motion-Project/motion/issues/947?email_source=notifications&email_token=ADHHYLIGWPVWYC5K54RDBPLPXQFVBA5CNFSM4HONFMUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKGFHI#issuecomment-496263837>,
> >   
> >             > or mute the thread
> >             >  
> >             
> > <https://github.com/notifications/unsubscribe-auth/ADHHYLNTRHX7Q4PWNSW7G23PXQFVBANCNFSM4HONFMUA>
> >   
> >             > .
> >             >  
> >
> >             ?
> >             You are receiving this because you modified the
> > open/close state.
> >             Reply to this email directly, view it on GitHub
> >             
> > <https://github.com/Motion-Project/motion/issues/947?email_source=notifications&email_token=AA3PETLJ5WCYVLOBIUFR2Z3PXVRWZA5CNFSM4HONFMUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWMZZAI#issuecomment-496606337>,
> >             or mute the thread
> >             
> > <https://github.com/notifications/unsubscribe-auth/AA3PETLJQI57CJZWWIV3623PXVRWZANCNFSM4HONFMUA>.
> >
> >
> >
> >         _______________________________________________
> >
> >         Motion-user mailing list
> >
> >         Motion-user@lists.sourceforge.net
> > <mailto: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
> >     <mailto: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
> >     <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  




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



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

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 155, Issue 32
********************************************

Reply via email to