<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4521&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan and LEMP. PHP 7.4+?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4521</link>
		<description><![CDATA[The most recent posts in Devuan and LEMP. PHP 7.4+?.]]></description>
		<lastBuildDate>Thu, 23 Sep 2021 19:38:08 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31718#p31718</link>
			<description><![CDATA[<p>As I said, the packages from tdrnetworks need a higher priority. The whole point of that repo is providing php-fpm &amp; co without systemd deps.</p><div class="codebox"><pre><code>~$ apt-cache policy php7.4-fpm
php7.4-fpm:
  Installed: 7.4.22-1+devuan3~1
  Candidate: 7.4.22-1+devuan3~1
  Version table:
     7.4.23-1+0~20210826.50+debian10~1.gbpb41c6a 200
        200 https://packages.sury.org/php buster/main amd64 Packages
 *** 7.4.22-1+devuan3~1 500
        500 https://pkgs.tdrnetworks.com/apt/devuan beowulf/main amd64 Packages
        100 /var/lib/dpkg/status</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Thu, 23 Sep 2021 19:38:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31718#p31718</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31715#p31715</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>It looks like it&#039;s available for chimaera (bullseye) and/or ceres (sid):<br /><a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=php+7.4&amp;x=submit" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/poli … 4&amp;x=submit</a></p><p>There are also rebuilds for beowulf here: <br /><a href="https://dev1galaxy.org/viewtopic.php?pid=30493#p30493" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=30493#p30493</a></p></div></blockquote></div><p>How can I solve NO_PUBKEY 1CC02413BFF88108 error?</p>]]></description>
			<author><![CDATA[dummy@example.com (Aleksanders)]]></author>
			<pubDate>Thu, 23 Sep 2021 06:15:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31715#p31715</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31714#p31714</link>
			<description><![CDATA[<p>Thanx. I added line deb <a href="https://packages.sury.org/php/" rel="nofollow">https://packages.sury.org/php/</a> buster main to my /etc/apt/sources.list.d/php.list config file.</p><p>apt-get update --allow-insecure-repositories;apt-get upgrade found some new packages: enchant libargon2-1 libgd3 libicu65 libidn2-0 libpcre2-8-0 libpcre3 libsodium23 libxml2 libzip4 libzstd1 php-common php-pear php7.3-igbinary php7.3-imagick php7.3-memcached php7.3-msgpack. Should I update it?</p><p>When I wrote apt install php7.4-bcmath php7.4-cli php7.4-common php7.4-curl php7.4-fpm php7.4-gd php7.4-gmp php7.4-igbinary php7.4-imagick php7.4-intl php7.4-json php7.4-mbstring php7.4-memcached php7.4-msgpack php7.4-mysql php7.4-opcache php7.4-readline php7.4-soap php7.4-xml php7.4-xmlrpc php7.4-zip it found non solved dependensy: php7.4-fpm depends on systemd but it will not be installed. So I can&#039;t upgrade to 7.4 <img src="https://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Aleksanders)]]></author>
			<pubDate>Thu, 23 Sep 2021 06:13:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31714#p31714</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31713#p31713</link>
			<description><![CDATA[<div class="quotebox"><cite>Aleksanders wrote:</cite><blockquote><div><p>It recommended for NextCloud</p></div></blockquote></div><p>I&#039;m running nextcloud on beowulf, with PHP 7.4.<br />The trick is that pkgs.tdrnetworks doesn&#039;t include everything, so you&#039;ll need packages.sury.org in your sources as well, i.e.</p><div class="codebox"><pre><code>deb https://packages.sury.org/php/ buster main
deb https://pkgs.tdrnetworks.com/apt/devuan beowulf main</code></pre></div><p>You&#039;ll likely also want something like:</p><div class="codebox"><pre><code>Package: *
Pin: release o=deb.sury.org
Pin-Priority: 200</code></pre></div><p>(or any priority lower than that assigned to tdrnetworks) in /etc/apt/preferences so the fixed packages take precedence, and stuff from sury.org is only pulled in if it doesn&#039;t exist elsewhere.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Thu, 23 Sep 2021 05:07:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31713#p31713</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31712#p31712</link>
			<description><![CDATA[<p>It recommended for NextCloud (or for WordPress, I don&#039;t remember <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" />)</p>]]></description>
			<author><![CDATA[dummy@example.com (Aleksanders)]]></author>
			<pubDate>Thu, 23 Sep 2021 03:08:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31712#p31712</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31710#p31710</link>
			<description><![CDATA[<p>Probably in Testing&#160; or Ceres (Sid)</p>]]></description>
			<author><![CDATA[dummy@example.com (macondo123)]]></author>
			<pubDate>Wed, 22 Sep 2021 16:44:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31710#p31710</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31706#p31706</link>
			<description><![CDATA[<p>I didn&#039;t found php7.4-memcached, php7.4-msgpack, php7.4-igbinary and php7.4-imagick there <img src="https://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Aleksanders)]]></author>
			<pubDate>Wed, 22 Sep 2021 09:42:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31706#p31706</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31701#p31701</link>
			<description><![CDATA[<p>/etc/apt/sources.list:<br /># webmin<br />deb <a href="http://download.webmin.com/download/repository/" rel="nofollow">http://download.webmin.com/download/repository/</a> sarge contrib</p><p>deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> beowulf main<br />deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> beowulf-updates main<br />deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> beowulf-security main</p>]]></description>
			<author><![CDATA[dummy@example.com (Aleksanders)]]></author>
			<pubDate>Wed, 22 Sep 2021 06:37:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31701#p31701</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31700#p31700</link>
			<description><![CDATA[<p>It looks like it&#039;s available for chimaera (bullseye) and/or ceres (sid):<br /><a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=php+7.4&amp;x=submit" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/poli … 4&amp;x=submit</a></p><p>There are also rebuilds for beowulf here: <br /><a href="https://dev1galaxy.org/viewtopic.php?pid=30493#p30493" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=30493#p30493</a></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 22 Sep 2021 06:13:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31700#p31700</guid>
		</item>
		<item>
			<title><![CDATA[Devuan and LEMP. PHP 7.4+?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31699#p31699</link>
			<description><![CDATA[<p>Hello! I migrated from Debian 9 to Devuan 3. I hasn&#039;t any glodal problems, but unable to update php to 7.4. Anybody can help?</p>]]></description>
			<author><![CDATA[dummy@example.com (Aleksanders)]]></author>
			<pubDate>Wed, 22 Sep 2021 05:56:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31699#p31699</guid>
		</item>
	</channel>
</rss>
