<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Manage your Finance with Firefly III and Raspberry PI	</title>
	<atom:link href="https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 02 Sep 2023 14:19:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Matt		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-18712</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 19:12:23 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-18712</guid>

					<description><![CDATA[Hi

I did the additional step listed on the &quot;Create a Custom MariaDB Container with Raspberry PI and Docker&quot; but the work around didn&#039;t work..

&lt;code&gt;pi@raspberrypi:~/myMariaDB $ wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
--2022-10-03 20:07:27--  http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
Connecting to ftp.de.debian.org (ftp.de.debian.org)&#124;141.76.2.4&#124;:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-10-03 20:07:28 ERROR 404: Not Found.

pi@raspberrypi:~/myMariaDB $ sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb
dpkg: error: cannot access archive &#039;libseccomp2_2.5.1-1_armhf.deb&#039;: No such file or directory
pi@raspberrypi:~/myMariaDB $ docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
pi@raspberrypi:~/myMariaDB $&lt;/code&gt;


Also I&#039;m being thick but should i be be running each in their own directories. myMariaDB and /fireflyIII as each tutorial states?

Sorry but have been trying various tutorials to get this running for days and am getting nowhere fast.]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>I did the additional step listed on the &#8220;Create a Custom MariaDB Container with Raspberry PI and Docker&#8221; but the work around didn&#8217;t work..</p>
<p><code>pi@raspberrypi:~/myMariaDB $ wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb<br />
--2022-10-03 20:07:27--  http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb<br />
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4<br />
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.<br />
HTTP request sent, awaiting response... 404 Not Found<br />
2022-10-03 20:07:28 ERROR 404: Not Found.</p>
<p>pi@raspberrypi:~/myMariaDB $ sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb<br />
dpkg: error: cannot access archive 'libseccomp2_2.5.1-1_armhf.deb': No such file or directory<br />
pi@raspberrypi:~/myMariaDB $ docker ps<br />
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES<br />
pi@raspberrypi:~/myMariaDB $</code></p>
<p>Also I&#8217;m being thick but should i be be running each in their own directories. myMariaDB and /fireflyIII as each tutorial states?</p>
<p>Sorry but have been trying various tutorials to get this running for days and am getting nowhere fast.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-18711</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 18:58:11 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-18711</guid>

					<description><![CDATA[Hello
Thanks for this walk through unfortunately I am a UNIX / raspberrypi newbie and am banging my head trying to get firefly3 installed and running. I think all was going well untill i ran the following.

&lt;code&gt;pi@raspberrypi:~/fireflyIII $ docker-compose up -d
Building db
Step 1/7 : FROM debian
latest: Pulling from library/debian
c0b863d4b31f: Pull complete
Digest: sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
Status: Downloaded newer image for debian:latest
 ---&#062; 05db4696ee37
Step 2/7 : RUN apt update -y &#038;&#038; apt install mariadb-server -y
 ---&#062; Running in 0eb2178ef0ca

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Err:1 http://deb.debian.org/debian bullseye InRelease
  At least one invalid signature was encountered.
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Err:2 http://deb.debian.org/debian-security bullseye-security InRelease
  At least one invalid signature was encountered.
Err:3 http://deb.debian.org/debian bullseye-updates InRelease
  At least one invalid signature was encountered.
Reading package lists...
W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered.
E: The repository &#039;http://deb.debian.org/debian bullseye InRelease&#039; is not signed.
W: GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered.
E: The repository &#039;http://deb.debian.org/debian-security bullseye-security InRelease&#039; is not signed.
W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered.
E: The repository &#039;http://deb.debian.org/debian bullseye-updates InRelease&#039; is not signed.
ERROR: Service &#039;db&#039; failed to build: The command &#039;/bin/sh -c apt update -y &#038;&#038; apt install mariadb-server -y&#039; returned a non-zero code: 100
pi@raspberrypi:~/fireflyIII $ docker logs fireflyiii_fireflyiii_1
Error: No such container: fireflyiii_fireflyiii_1
pi@raspberrypi:~/fireflyIII $  docker-compose up -d
Building db
Step 1/7 : FROM debian
 ---&#062; 05db4696ee37
Step 2/7 : RUN apt update -y &#038;&#038; apt install mariadb-server -y
 ---&#062; Running in a3bdc1fca179

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Err:1 http://deb.debian.org/debian bullseye InRelease
  At least one invalid signature was encountered.
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Err:2 http://deb.debian.org/debian-security bullseye-security InRelease
  At least one invalid signature was encountered.
Err:3 http://deb.debian.org/debian bullseye-updates InRelease
  At least one invalid signature was encountered.
Reading package lists...
W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered.
E: The repository &#039;http://deb.debian.org/debian bullseye InRelease&#039; is not signed.
W: GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered.
E: The repository &#039;http://deb.debian.org/debian-security bullseye-security InRelease&#039; is not signed.
W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered.
E: The repository &#039;http://deb.debian.org/debian bullseye-updates InRelease&#039; is not signed.
ERROR: Service &#039;db&#039; failed to build: The command &#039;/bin/sh -c apt update -y &#038;&#038; apt install mariadb-server -y&#039; returned a non-zero code: 100&lt;/code&gt;

Could you shed some light on what went wrong?]]></description>
			<content:encoded><![CDATA[<p>Hello<br />
Thanks for this walk through unfortunately I am a UNIX / raspberrypi newbie and am banging my head trying to get firefly3 installed and running. I think all was going well untill i ran the following.</p>
<p><code>pi@raspberrypi:~/fireflyIII $ docker-compose up -d<br />
Building db<br />
Step 1/7 : FROM debian<br />
latest: Pulling from library/debian<br />
c0b863d4b31f: Pull complete<br />
Digest: sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9<br />
Status: Downloaded newer image for debian:latest<br />
 ---&gt; 05db4696ee37<br />
Step 2/7 : RUN apt update -y &amp;&amp; apt install mariadb-server -y<br />
 ---&gt; Running in 0eb2178ef0ca</p>
<p>WARNING: apt does not have a stable CLI interface. Use with caution in scripts.</p>
<p>Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]<br />
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]<br />
Err:1 http://deb.debian.org/debian bullseye InRelease<br />
  At least one invalid signature was encountered.<br />
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]<br />
Err:2 http://deb.debian.org/debian-security bullseye-security InRelease<br />
  At least one invalid signature was encountered.<br />
Err:3 http://deb.debian.org/debian bullseye-updates InRelease<br />
  At least one invalid signature was encountered.<br />
Reading package lists...<br />
W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered.<br />
E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed.<br />
W: GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered.<br />
E: The repository 'http://deb.debian.org/debian-security bullseye-security InRelease' is not signed.<br />
W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered.<br />
E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed.<br />
ERROR: Service 'db' failed to build: The command '/bin/sh -c apt update -y &amp;&amp; apt install mariadb-server -y' returned a non-zero code: 100<br />
pi@raspberrypi:~/fireflyIII $ docker logs fireflyiii_fireflyiii_1<br />
Error: No such container: fireflyiii_fireflyiii_1<br />
pi@raspberrypi:~/fireflyIII $  docker-compose up -d<br />
Building db<br />
Step 1/7 : FROM debian<br />
 ---&gt; 05db4696ee37<br />
Step 2/7 : RUN apt update -y &amp;&amp; apt install mariadb-server -y<br />
 ---&gt; Running in a3bdc1fca179</p>
<p>WARNING: apt does not have a stable CLI interface. Use with caution in scripts.</p>
<p>Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]<br />
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]<br />
Err:1 http://deb.debian.org/debian bullseye InRelease<br />
  At least one invalid signature was encountered.<br />
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]<br />
Err:2 http://deb.debian.org/debian-security bullseye-security InRelease<br />
  At least one invalid signature was encountered.<br />
Err:3 http://deb.debian.org/debian bullseye-updates InRelease<br />
  At least one invalid signature was encountered.<br />
Reading package lists...<br />
W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered.<br />
E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed.<br />
W: GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered.<br />
E: The repository 'http://deb.debian.org/debian-security bullseye-security InRelease' is not signed.<br />
W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered.<br />
E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed.<br />
ERROR: Service 'db' failed to build: The command '/bin/sh -c apt update -y &amp;&amp; apt install mariadb-server -y' returned a non-zero code: 100</code></p>
<p>Could you shed some light on what went wrong?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11397</link>

		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Fri, 25 Feb 2022 00:28:46 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-11397</guid>

					<description><![CDATA[Giuseppe -- thanks so much.  Everything is working now. on an older Pi 2.  Couldn&#039;t have done it without you.]]></description>
			<content:encoded><![CDATA[<p>Giuseppe &#8212; thanks so much.  Everything is working now. on an older Pi 2.  Couldn&#8217;t have done it without you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11379</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 24 Feb 2022 16:06:09 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-11379</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11376&quot;&gt;Bob&lt;/a&gt;.

Hi Bob,
sorry, but also the previous docker image for firefly III has changed and now doesn&#039;t support armv7 architecture (that&#039;s the reason of your error). In the meanwhile, Firefly added their own docker image and now they support armv7, so please try the updated docker-compose.yml file from this post and let me know.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11376">Bob</a>.</p>
<p>Hi Bob,<br />
sorry, but also the previous docker image for firefly III has changed and now doesn&#8217;t support armv7 architecture (that&#8217;s the reason of your error). In the meanwhile, Firefly added their own docker image and now they support armv7, so please try the updated docker-compose.yml file from this post and let me know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11376</link>

		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Thu, 24 Feb 2022 13:29:33 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-11376</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11370&quot;&gt;peppe8o&lt;/a&gt;.

Thanks again Giuseppe.  I successfully started the docker-compose but firefly will not start.  
When issuing the docker logs command, the pi response is:
standard_init_linux.go:219: exec user process caused: exec format error]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11370">peppe8o</a>.</p>
<p>Thanks again Giuseppe.  I successfully started the docker-compose but firefly will not start.<br />
When issuing the docker logs command, the pi response is:<br />
standard_init_linux.go:219: exec user process caused: exec format error</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11370</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 24 Feb 2022 07:54:16 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-11370</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11364&quot;&gt;Bob&lt;/a&gt;.

Hi Bob, you are right. From a few time MariaDB doesn&#039;t like anymore being called as &quot;mysql&quot;, so they changed its executable name from mysql to mariadb.
The post has been updated, please copy the new Dockerfile (the rest should remain unchanged).

Many thanks, Giuseppe]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11364">Bob</a>.</p>
<p>Hi Bob, you are right. From a few time MariaDB doesn&#8217;t like anymore being called as &#8220;mysql&#8221;, so they changed its executable name from mysql to mariadb.<br />
The post has been updated, please copy the new Dockerfile (the rest should remain unchanged).</p>
<p>Many thanks, Giuseppe</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-11364</link>

		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Thu, 24 Feb 2022 02:14:52 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-11364</guid>

					<description><![CDATA[I followed your instructions and attempted an install on an older pi 2 board.  Everything seemed to go well until I attempted to start the service with the docker-compose command.  Step 6/7 resulted in an error.  Is this a limitation with the Pi 2 or is something else required?

Step 6/7 : RUN /etc/init.d/mysql start &#038;&#038; mysql -uroot --password=&quot;&quot; -e &quot;source /mysql_scripts/mySqlScript.sql&quot;
 ---&#062; Running in 5779d8309d80
/bin/sh: 1: /etc/init.d/mysql: not found
ERROR: Service &#039;fireflyiiidb&#039; failed to build: The command &#039;/bin/sh -c /etc/init.d/mysql start &#038;&#038; mysql -uroot --password=&quot;&quot; -e &quot;source /mysql_scripts/mySqlScript.sql&quot;&#039; returned a non-zero code: 127]]></description>
			<content:encoded><![CDATA[<p>I followed your instructions and attempted an install on an older pi 2 board.  Everything seemed to go well until I attempted to start the service with the docker-compose command.  Step 6/7 resulted in an error.  Is this a limitation with the Pi 2 or is something else required?</p>
<p>Step 6/7 : RUN /etc/init.d/mysql start &amp;&amp; mysql -uroot &#8211;password=&#8221;&#8221; -e &#8220;source /mysql_scripts/mySqlScript.sql&#8221;<br />
 &#8212;&gt; Running in 5779d8309d80<br />
/bin/sh: 1: /etc/init.d/mysql: not found<br />
ERROR: Service &#8216;fireflyiiidb&#8217; failed to build: The command &#8216;/bin/sh -c /etc/init.d/mysql start &amp;&amp; mysql -uroot &#8211;password=&#8221;&#8221; -e &#8220;source /mysql_scripts/mySqlScript.sql&#8221;&#8216; returned a non-zero code: 127</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-10440</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Wed, 09 Feb 2022 07:33:42 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-10440</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-10428&quot;&gt;will&lt;/a&gt;.

Thank you Will, HTML error found and corrected]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-10428">will</a>.</p>
<p>Thank you Will, HTML error found and corrected</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: will		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-10428</link>

		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Tue, 08 Feb 2022 21:49:14 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-10428</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-3554&quot;&gt;Jake Stavenau&lt;/a&gt;.

Check the dockerfile, the &quot;&#038;&#038;&quot; should just be &quot;&#038;&#038;&quot;
it worked for me when I changed it. I believe &#038;amp is &#038; for HMTL]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-3554">Jake Stavenau</a>.</p>
<p>Check the dockerfile, the &#8220;&amp;&amp;&#8221; should just be &#8220;&amp;&amp;&#8221;<br />
it worked for me when I changed it. I believe &amp;amp is &amp; for HMTL</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jake Stavenau		</title>
		<link>https://peppe8o.com/manage-your-finance-with-firefly-iii-and-raspberry-pi/#comment-3554</link>

		<dc:creator><![CDATA[Jake Stavenau]]></dc:creator>
		<pubDate>Thu, 13 May 2021 02:27:43 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2469#comment-3554</guid>

					<description><![CDATA[I get this
Step 2/7 : RUN apt update -y &#038;&#038; apt install mariadb-server -y
 ---&#062; Running in e68a5c1249b4
/bin/sh: 1: Syntax error: &quot;&#038;&quot; unexpected]]></description>
			<content:encoded><![CDATA[<p>I get this<br />
Step 2/7 : RUN apt update -y &amp;&amp; apt install mariadb-server -y<br />
 &#8212;&gt; Running in e68a5c1249b4<br />
/bin/sh: 1: Syntax error: &#8220;&amp;&#8221; unexpected</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
