<?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=2869&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / How i can fix ?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2869</link>
		<description><![CDATA[The most recent posts in How i can fix ?.]]></description>
		<lastBuildDate>Fri, 21 Jun 2019 01:00:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16628#p16628</link>
			<description><![CDATA[<div class="quotebox"><cite>clint.barton wrote:</cite><blockquote><div><p>I had the same problem with usb devices. Thunar showed me the same message, I solved it by creating the file <strong>udisks.pkla</strong> within the <strong>/etc/polkit-1/localauthority/50-local.d/</strong> directory.</p></div></blockquote></div><div class="codebox"><pre><code>-----------------------------------------------------------------------------------------------------------------------------------
/etc/polkit-1/localauthority/50-local.d/udisks.pkla
-----------------------------------------------------------------------------------------------------------------------------------
[Allow normal users to access removable media]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.power-off-drive;org.freedesktop.udisks2.encrypted-unlock
ResultAny=yes
ResultActive=yes
ResultInactive=yes
-----------------------------------------------------------------------------------------------------------------------------------</code></pre></div><p>Hi there again @clint.barton i need to know if you had more configurations for polkit, because right now, devuan don&#039;t let me change the network configuration </p><p><a href="https://postimg.cc/xqC7PmFZ" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/xqC7PmFZ/nmappletnopolkit.png" alt="nmappletnopolkit.png" /></span></a></p><p>This is very senseless, ¿Why the distro don&#039;t had any bakup of the permissions structure for fix problems like this?. should be better for fix the default permissions on the base of distro. and any program the user install.</p><p>The error message says something &quot;no polkit authorization for perform this action&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 21 Jun 2019 01:00:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16628#p16628</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16340#p16340</link>
			<description><![CDATA[<p>Thanks the :</p><div class="codebox"><pre><code>mkdir -p &quot;/etc/polkit-1/localauthority/50-local.d/&quot;
echo &#039;[Allow normal users to access removable media]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.power-off-drive;org.freedesktop.udisks2.encrypted-unlock
ResultAny=yes
ResultActive=yes
ResultInactive=yes&#039; | sudo tee /etc/polkit-1/localauthority/50-local.d/udisks.pkla</code></pre></div><p>Yes you are are right, works better my before workaround, my before work around can mount pendrives, but can&#039;t expulse it.</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Tue, 04 Jun 2019 05:20:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16340#p16340</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16256#p16256</link>
			<description><![CDATA[<div class="quotebox"><cite>inukaze wrote:</cite><blockquote><div><p>4 - i can&#039;t mount usb flashdrive being user. when i try i just recibe the message...</p></div></blockquote></div><p>I had the same problem with usb devices. Thunar showed me the same message, I solved it by creating the file <strong>udisks.pkla</strong> within the <strong>/etc/polkit-1/localauthority/50-local.d/</strong> directory.</p><div class="codebox"><pre><code>-----------------------------------------------------------------------------------------------------------------------------------
/etc/polkit-1/localauthority/50-local.d/udisks.pkla
-----------------------------------------------------------------------------------------------------------------------------------
[Allow normal users to access removable media]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.power-off-drive;org.freedesktop.udisks2.encrypted-unlock
ResultAny=yes
ResultActive=yes
ResultInactive=yes
-----------------------------------------------------------------------------------------------------------------------------------</code></pre></div><p><span class="bbc">org.freedesktop.udisks2.encrypted-unlock</span> is only necessary for encrypted devices. As you can see, you should use <span class="bbc">udisks2</span>, not <span class="bbc">udisks</span></p><p>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br /><strong>Sources:</strong></p><p>1. <a href="https://unix.stackexchange.com/questions/164342/allowing-normal-user-to-mount-and-eject-devices" rel="nofollow">Allowing normal user to mount and eject devices</a><br />2. <a href="https://askubuntu.com/questions/546030/thunar-is-unable-to-mount-unmount-partitions-correctly" rel="nofollow">Thunar is unable to mount/unmount partitions correctly</a></p>]]></description>
			<author><![CDATA[dummy@example.com (clint.barton)]]></author>
			<pubDate>Mon, 27 May 2019 03:58:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16256#p16256</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16227#p16227</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>4 - i can&#039;t mount usb flashdrive being user. when i try i just recibe the message</p><p>The right way to fix it is with this commands :</p><div class="codebox"><pre><code>mkdir -p &quot;/etc/polkit-1/localauthority/50-local.d/&quot;
echo &#039;[Allow normal users to access removable media]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.power-off-drive;org.freedesktop.udisks2.encrypted-unlock
ResultAny=yes
ResultActive=yes
ResultInactive=yes&#039; | sudo tee /etc/polkit-1/localauthority/50-local.d/udisks.pkla</code></pre></div><p> Thanks Hakweye / Cho Ronin / clint.barton</p><p>Forgot this workaround, because can mount usb, but can&#039;t expulse it : </p><div class="quotebox"><blockquote><div><p>Not authorized to perform operation.</p></div></blockquote></div></div></blockquote></div><p>Points 4 &amp; 5 Solution :</p><div class="codebox"><pre><code>gksu medit /usr/share/polkit-1/actions/org.freedesktop.udisks2.policy &amp; 2&gt;/dev/null</code></pre></div><div class="codebox"><pre class="vscroll"><code>  &lt;action id=&quot;org.freedesktop.udisks2.filesystem-mount&quot;&gt;
    &lt;description&gt;Mount a filesystem&lt;/description&gt;
    &lt;description xml:lang=&quot;ca&quot;&gt;Munta un sistema de fitxers&lt;/description&gt;
    &lt;description xml:lang=&quot;cs&quot;&gt;Připojit souborový systém&lt;/description&gt;
    &lt;description xml:lang=&quot;da&quot;&gt;Monter et filsystem&lt;/description&gt;
    &lt;description xml:lang=&quot;de&quot;&gt;Ein Dateisystem einhängen&lt;/description&gt;
    &lt;description xml:lang=&quot;el&quot;&gt;Προσάρτηση συστήματος αρχείων&lt;/description&gt;
    &lt;description xml:lang=&quot;en_GB&quot;&gt;Mount a filesystem&lt;/description&gt;
    &lt;description xml:lang=&quot;es&quot;&gt;Montar un sistema de archivos&lt;/description&gt;
    &lt;description xml:lang=&quot;eu&quot;&gt;Muntatu fitxategi-sistema bat&lt;/description&gt;
    &lt;description xml:lang=&quot;fi&quot;&gt;Liitä tiedostojärjestelmä&lt;/description&gt;
    &lt;description xml:lang=&quot;gl&quot;&gt;Modificar un sistema de ficheiros&lt;/description&gt;
    &lt;description xml:lang=&quot;hr&quot;&gt;Montiraj datotečni sustav&lt;/description&gt;
    &lt;description xml:lang=&quot;hu&quot;&gt;Fájlrendszer csatolása&lt;/description&gt;
    &lt;description xml:lang=&quot;ia&quot;&gt;Montar un systema de files&lt;/description&gt;
    &lt;description xml:lang=&quot;id&quot;&gt;Kaitkan suatu sistem berkas&lt;/description&gt;
    &lt;description xml:lang=&quot;it&quot;&gt;Monta un file system&lt;/description&gt;
    &lt;description xml:lang=&quot;ja&quot;&gt;ファイルシステムをマウントします。&lt;/description&gt;
    &lt;description xml:lang=&quot;kk&quot;&gt;Файлдық жүйені тіркеу&lt;/description&gt;
    &lt;description xml:lang=&quot;ko&quot;&gt;파일 시스템 마운트&lt;/description&gt;
    &lt;description xml:lang=&quot;lt&quot;&gt;Prijungti failų sistemą&lt;/description&gt;
    &lt;description xml:lang=&quot;lv&quot;&gt;Montēt datņu sistēmu&lt;/description&gt;
    &lt;description xml:lang=&quot;nl&quot;&gt;Koppel een bestandssysteem aan&lt;/description&gt;
    &lt;description xml:lang=&quot;oc&quot;&gt;Montar un sistèma de fichièrs&lt;/description&gt;
    &lt;description xml:lang=&quot;pa&quot;&gt;ਫਾਇਲ ਸਿਸਟਮ ਮਾਊਂਟ ਕਰੋ&lt;/description&gt;
    &lt;description xml:lang=&quot;pl&quot;&gt;Zamontowanie systemu plików&lt;/description&gt;
    &lt;description xml:lang=&quot;pt_BR&quot;&gt;Montar um sistema de arquivos&lt;/description&gt;
    &lt;description xml:lang=&quot;ru&quot;&gt;Монтировать файловую систему&lt;/description&gt;
    &lt;description xml:lang=&quot;sk&quot;&gt;Pripojiť súborový systém&lt;/description&gt;
    &lt;description xml:lang=&quot;sl&quot;&gt;Priklopi datotečni sistem&lt;/description&gt;
    &lt;description xml:lang=&quot;sr&quot;&gt;Прикачите систем датотека&lt;/description&gt;
    &lt;description xml:lang=&quot;sv&quot;&gt;Montera ett filsystem&lt;/description&gt;
    &lt;description xml:lang=&quot;tr&quot;&gt;Bir dosya sistemi bağla&lt;/description&gt;
    &lt;description xml:lang=&quot;uk&quot;&gt;Змонтувати файлову систему&lt;/description&gt;
    &lt;description xml:lang=&quot;zh_CN&quot;&gt;挂载文件系统&lt;/description&gt;
    &lt;description xml:lang=&quot;zh_TW&quot;&gt;掛載檔案系統&lt;/description&gt;
    &lt;message&gt;Authentication is required to mount the filesystem&lt;/message&gt;
    &lt;message xml:lang=&quot;ca&quot;&gt;Es requereix autenticació per muntar un sistema de fitxers&lt;/message&gt;
    &lt;message xml:lang=&quot;cs&quot;&gt;Pro připojení souborového systému je vyžadována autentizace&lt;/message&gt;
    &lt;message xml:lang=&quot;da&quot;&gt;Godkendelse er krævet for at montere filsystemet&lt;/message&gt;
    &lt;message xml:lang=&quot;de&quot;&gt;Legitimation ist zum Einhängen eines Dateisystems erforderlich&lt;/message&gt;
    &lt;message xml:lang=&quot;el&quot;&gt;Απαιτείται πιστοποίηση για προσάρτηση συστήματος αρχείων&lt;/message&gt;
    &lt;message xml:lang=&quot;en_GB&quot;&gt;Authentication is required to mount the filesystem&lt;/message&gt;
    &lt;message xml:lang=&quot;es&quot;&gt;Se requiere autenticación para montar el sistema de archivos&lt;/message&gt;
    &lt;message xml:lang=&quot;fi&quot;&gt;Tunnistautuminen vaaditaan tiedostojärjestelmän liittämistä varten&lt;/message&gt;
    &lt;message xml:lang=&quot;gl&quot;&gt;Debe autenticarse para montar o sistema de ficheiros&lt;/message&gt;
    &lt;message xml:lang=&quot;hr&quot;&gt;Potrebna je provjera za montiranje datotečnog sustava&lt;/message&gt;
    &lt;message xml:lang=&quot;hu&quot;&gt;Hitelesítés szükséges a fájlrendszer csatolásához&lt;/message&gt;
    &lt;message xml:lang=&quot;ia&quot;&gt;Authentication es necessari pro montar le systema de files&lt;/message&gt;
    &lt;message xml:lang=&quot;id&quot;&gt;Otentikasi diperlukan untuk mengait sistem berkas&lt;/message&gt;
    &lt;message xml:lang=&quot;it&quot;&gt;È richiesto autenticarsi per montare il file system&lt;/message&gt;
    &lt;message xml:lang=&quot;ja&quot;&gt;ファイルシステムをマウントするには、認証が必要です。&lt;/message&gt;
    &lt;message xml:lang=&quot;kk&quot;&gt;Файлдық жүйені тіркеу үшін аутентификация керек&lt;/message&gt;
    &lt;message xml:lang=&quot;ko&quot;&gt;파일 시스템을 마운트하려면 인증이 필요합니다&lt;/message&gt;
    &lt;message xml:lang=&quot;lt&quot;&gt;Failų sistemai prijungti reikia patvirtinti tapatybę&lt;/message&gt;
    &lt;message xml:lang=&quot;lv&quot;&gt;Vajag autentificēties, lai montētu datņu sistēmas&lt;/message&gt;
    &lt;message xml:lang=&quot;nl&quot;&gt;Authenticatie is vereist om het bestandssysteem aan te koppelen&lt;/message&gt;
    &lt;message xml:lang=&quot;oc&quot;&gt;L&#039;autentificacion es requesida per montar lo sistèma de fichièrs&lt;/message&gt;
    &lt;message xml:lang=&quot;pa&quot;&gt;ਫਾਇਲ ਸਿਸਟਮ ਮਾਊਂਟ ਕਰਨ ਲਈ ਪਰਮਾਣਕਿਤਾ ਦੀ ਲੋੜ ਹੈ&lt;/message&gt;
    &lt;message xml:lang=&quot;pl&quot;&gt;Wymagane jest uwierzytelnienie, aby zamontować system plików&lt;/message&gt;
    &lt;message xml:lang=&quot;pt_BR&quot;&gt;Autenticação é necessária para montar um sistema de arquivos&lt;/message&gt;
    &lt;message xml:lang=&quot;ru&quot;&gt;Для монтирования файловой системы требуется подтверждение подлинности пользователя&lt;/message&gt;
    &lt;message xml:lang=&quot;sk&quot;&gt;Pripojenie súborového systému vyžaduje overenie totožnosti&lt;/message&gt;
    &lt;message xml:lang=&quot;sl&quot;&gt;Za priklop datotečnega sistema je zahtevana overitev.&lt;/message&gt;
    &lt;message xml:lang=&quot;sr&quot;&gt;Потребно је потврђивање идентитета за прикачињање система датотека&lt;/message&gt;
    &lt;message xml:lang=&quot;sv&quot;&gt;Autentisering krävs för att montera filsystemet&lt;/message&gt;
    &lt;message xml:lang=&quot;tr&quot;&gt;Dosya sistemini bağlamak için kimlik doğrulaması gerekli&lt;/message&gt;
    &lt;message xml:lang=&quot;uk&quot;&gt;Щоб змонтувати файлову систему, слід пройти розпізнавання&lt;/message&gt;
    &lt;message xml:lang=&quot;zh_CN&quot;&gt;挂载文件系统需要身份验证&lt;/message&gt;
    &lt;message xml:lang=&quot;zh_TW&quot;&gt;要掛載檔案系統需要先核對身分&lt;/message&gt;
    &lt;defaults&gt;
      &lt;allow_any&gt;yes&lt;/allow_any&gt;
      &lt;allow_inactive&gt;yes&lt;/allow_inactive&gt;
      &lt;allow_active&gt;yes&lt;/allow_active&gt;
    &lt;/defaults&gt;
  &lt;/action&gt;</code></pre></div><p>before of this edition :</p><div class="codebox"><pre><code>    &lt;defaults&gt;
      &lt;allow_any&gt;auth_admin&lt;/allow_any&gt;
      &lt;allow_inactive&gt;auth_admin&lt;/allow_inactive&gt;
      &lt;allow_active&gt;yes&lt;/allow_active&gt;
    &lt;/defaults&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 24 May 2019 02:10:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16227#p16227</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16222#p16222</link>
			<description><![CDATA[<p>I think you can remove consolekit and lxpolkit and install libpolkit-backend-elogind-1-0 and libpolkit-gobject-elogind-1-0 (to replace the consolekit versions of the same libraries.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 23 May 2019 09:52:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16222#p16222</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16219#p16219</link>
			<description><![CDATA[<p>Getting OT but can&#039;t remember ever seeing much of a discussion in this camp about SELinux.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 23 May 2019 04:48:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16219#p16219</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16218#p16218</link>
			<description><![CDATA[<p>Yes: /etc may be used for storing system and/or config files, but there&#039;s nothing preventing a rogue process to fill it with output, unless you have implemented some very strict SELinux policy rules.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 23 May 2019 04:22:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16218#p16218</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16217#p16217</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>yeti wrote:</cite><blockquote><div><div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>I&#039;d suggest to re-install Devuan with separate partitions for /etc, /var, /usr and /home.</p></div></blockquote></div><p><span class="bbc">/etc</span>?</p></div></blockquote></div><p>Maybe that would work on his Funtoo . . .&#160; <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></div></blockquote></div><p>Fun for the whole family!<br />\o/</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Thu, 23 May 2019 04:21:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16217#p16217</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16216#p16216</link>
			<description><![CDATA[<div class="quotebox"><cite>yeti wrote:</cite><blockquote><div><div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>I&#039;d suggest to re-install Devuan with separate partitions for /etc, /var, /usr and /home.</p></div></blockquote></div><p><span class="bbc">/etc</span>?</p></div></blockquote></div><p>Maybe that would work on his Funtoo . . .&#160; <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 23 May 2019 04:16:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16216#p16216</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16215#p16215</link>
			<description><![CDATA[<div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>I&#039;d suggest to re-install Devuan with separate partitions for /etc, /var, /usr and /home.</p></div></blockquote></div><p><span class="bbc">/etc</span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Thu, 23 May 2019 03:59:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16215#p16215</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16213#p16213</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>I have xfce working with lxdm in refracta9. You&#039;re probably missing some polkit package(s). Run the following command and compare the output. (Note that there are duplicates in the list.)</p><div class="codebox"><pre><code>user@refracta:~$ dpkg -l | egrep &quot;consolekit|elogind|policykit|polkit|libpam&quot;
ii  elogind                              234.4-2                            amd64        user, seat and session management daemon
ii  libelogind0:amd64                    234.4-2                            amd64        user, seat and session management library
ii  libpam-elogind:amd64                 234.4-2                            amd64        elogind PAM module
ii  libpam-modules:amd64                 1.1.8-3.6                          amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                   1.1.8-3.6                          amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                       1.1.8-3.6                          all          Runtime support for the PAM library
ii  libpam0g:amd64                       1.1.8-3.6                          amd64        Pluggable Authentication Modules library
ii  libpolkit-agent-1-0:amd64            0.105-25+devuan0~bpo2+1            amd64        PolicyKit Authentication Agent API
ii  libpolkit-backend-1-0                0.105-25+devuan0~bpo2+1            all          PolicyKit Authorization API
ii  libpolkit-backend-elogind-1-0:amd64  0.105-25+devuan0~bpo2+1            amd64        PolicyKit backend API
ii  libpolkit-gobject-1-0                0.105-25+devuan0~bpo2+1            all          PolicyKit Authorization API
ii  libpolkit-gobject-elogind-1-0:amd64  0.105-25+devuan0~bpo2+1            amd64        PolicyKit Authorization API
ii  policykit-1                          0.105-25+devuan0~bpo2+1            amd64        framework for managing administrative policies and privileges
ii  policykit-1-gnome                    0.105-6                            amd64        authentication agent for PolicyKit
user@refracta:~$ </code></pre></div></div></blockquote></div><div class="codebox"><pre class="vscroll"><code>dpkg -l | egrep &quot;consolekit|elogind|policykit|polkit|libpam&quot;
ii  consolekit                                                       0.4.6-6                                      amd64        framework for defining and tracking users, sessions and seats
ii  elogind                                                          234.4-2                                      amd64        user, seat and session management daemon
ii  gir1.2-polkit-1.0                                                0.105-25+devuan0~bpo2+1                      amd64        GObject introspection data for PolicyKit
ii  libelogind0:amd64                                                234.4-2                                      amd64        user, seat and session management library
ii  libpam-cap:amd64                                                 1:2.25-1                                     amd64        POSIX 1003.1e capabilities (PAM module)
ri  libpam-cgfs                                                      2.0.7-1+deb9u1                               amd64        PAM module for managing cgroups for LXC
ii  libpam-elogind:amd64                                             234.4-2                                      amd64        elogind PAM module
ii  libpam-gnome-keyring:amd64                                       3.20.0-3                                     amd64        PAM module to unlock the GNOME keyring upon login
ii  libpam-modules:amd64                                             1.1.8-3.6                                    amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                                               1.1.8-3.6                                    amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-mount                                                     2.16-2                                       amd64        PAM module that can mount volumes for a user session
ii  libpam-runtime                                                   1.1.8-3.6                                    all          Runtime support for the PAM library
rc  libpam-smbpass:amd64                                             2:4.2.14+dfsg-0+deb8u11                      amd64        pluggable authentication module for Samba
ii  libpam0g:amd64                                                   1.1.8-3.6                                    amd64        Pluggable Authentication Modules library
ii  libpam0g:i386                                                    1.1.8-3.6                                    i386         Pluggable Authentication Modules library
ii  libpam0g-dev:amd64                                               1.1.8-3.6                                    amd64        Development files for PAM
ii  libpolkit-agent-1-0:amd64                                        0.105-25+devuan0~bpo2+1                      amd64        PolicyKit Authentication Agent API
ii  libpolkit-backend-1-0                                            0.105-25+devuan0~bpo2+1                      all          PolicyKit Authorization API
ii  libpolkit-backend-1-0-consolekit                                 0.105-25+devuan0~bpo2+1                      all          PolicyKit Authorization API
ii  libpolkit-backend-consolekit-1-0:amd64                           0.105-25+devuan0~bpo2+1                      amd64        PolicyKit backend API
ii  libpolkit-backend-consolekit-1-dev                               0.105-25+devuan0~bpo2+1                      amd64        PolicyKit backend API - development files
ii  libpolkit-gobject-1-0                                            0.105-25+devuan0~bpo2+1                      all          PolicyKit Authorization API
ii  libpolkit-gobject-1-0-consolekit                                 0.105-25+devuan0~bpo2+1                      all          PolicyKit Authorization API
ii  libpolkit-gobject-1-dev                                          0.105-25+devuan0~bpo2+1                      all          PolicyKit Authorization API
ii  libpolkit-gobject-consolekit-1-0:amd64                           0.105-25+devuan0~bpo2+1                      amd64        PolicyKit Authorization API
ii  libpolkit-gobject-consolekit-1-dev                               0.105-25+devuan0~bpo2+1                      amd64        PolicyKit Authorization API - development files
ii  libpolkit-qt-1-1:amd64                                           0.112.0-5                                    amd64        PolicyKit-qt-1 library
ii  libpolkit-qt-1-dev:amd64                                         0.112.0-5                                    amd64        PolicyKit-qt-1 development files
ii  libpolkit-qt5-1-1:amd64                                          0.112.0-5                                    amd64        PolicyKit-qt5-1 library
ii  libpolkit-qt5-1-dev:amd64                                        0.112.0-5                                    amd64        PolicyKit-qt5-1 development files
ii  lxpolkit                                                         0.5.3-2                                      amd64        LXDE PolicyKit authentication agent
ii  policykit-1                                                      0.105-25+devuan0~bpo2+1                      amd64        framework for managing administrative policies and privileges
ii  policykit-1-gnome                                                0.105-6                                      amd64        authentication agent for PolicyKit</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Thu, 23 May 2019 00:12:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16213#p16213</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16212#p16212</link>
			<description><![CDATA[<p>Hi there again</p><div class="quotebox"><blockquote><div><p>1 - Lxdm can&#039;t start automatically. i must login in a tty and use &quot;sudo service lxdm start&quot;<br />2 - After i login via lxdm. pulseaudio don&#039;t work fine i must use<br />3 - When i try to start synaptic, nothing happend, never ask me for the password i must use ALT+F2 and ran the command</p></div></blockquote></div><p>I fix the lxdm autostart with the follow commands like root :</p><div class="codebox"><pre><code> apt-get install --reinstall lxpolkit policykit-1 libpolkit-qt-1-1 gir1.2-polkit-1.0 libpolkit-qt5-1-1 policykit-1-gnome libpolkit-qt-1-dev libpolkit-qt5-1-dev libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpolkit-gobject-1-dev libpolkit-backend-1-0-consolekit libpolkit-gobject-1-0-consolekit libpolkit-gobject-consolekit-1-0 libpolkit-backend-consolekit-1-0 libpolkit-backend-consolekit-1-dev libpolkit-gobject-consolekit-1-dev
 
update-rc.d -f lxdm remove
update-rc.d lxdm defaults
reboot # Wait the restart

update-rc.d -f lxdm remove
rc-update add lxdm</code></pre></div><p>and now lxdm works i need, and that solve pulseaudio too <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Points : 1,2,3 SOLVED</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Thu, 23 May 2019 00:11:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16212#p16212</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16211#p16211</link>
			<description><![CDATA[<p>I have xfce working with lxdm in refracta9. You&#039;re probably missing some polkit package(s). Run the following command and compare the output. (Note that there are duplicates in the list.)</p><div class="codebox"><pre><code>user@refracta:~$ dpkg -l | egrep &quot;consolekit|elogind|policykit|polkit|libpam&quot;
ii  elogind                              234.4-2                            amd64        user, seat and session management daemon
ii  libelogind0:amd64                    234.4-2                            amd64        user, seat and session management library
ii  libpam-elogind:amd64                 234.4-2                            amd64        elogind PAM module
ii  libpam-modules:amd64                 1.1.8-3.6                          amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                   1.1.8-3.6                          amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                       1.1.8-3.6                          all          Runtime support for the PAM library
ii  libpam0g:amd64                       1.1.8-3.6                          amd64        Pluggable Authentication Modules library
ii  libpolkit-agent-1-0:amd64            0.105-25+devuan0~bpo2+1            amd64        PolicyKit Authentication Agent API
ii  libpolkit-backend-1-0                0.105-25+devuan0~bpo2+1            all          PolicyKit Authorization API
ii  libpolkit-backend-elogind-1-0:amd64  0.105-25+devuan0~bpo2+1            amd64        PolicyKit backend API
ii  libpolkit-gobject-1-0                0.105-25+devuan0~bpo2+1            all          PolicyKit Authorization API
ii  libpolkit-gobject-elogind-1-0:amd64  0.105-25+devuan0~bpo2+1            amd64        PolicyKit Authorization API
ii  policykit-1                          0.105-25+devuan0~bpo2+1            amd64        framework for managing administrative policies and privileges
ii  policykit-1-gnome                    0.105-6                            amd64        authentication agent for PolicyKit
user@refracta:~$ </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 22 May 2019 23:30:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16211#p16211</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16210#p16210</link>
			<description><![CDATA[<p>I don&#039;t have space to re-partitioning again, because that can damage my anothers distros like : Slackware64 14.2, Slackware 14.2, GoboLinux, ArtixLinux, VoidLinux, Gentoo, etc . . .</p><p>the package is &quot;task-lxde-desktop&quot; and not thanks becuase i don&#039;t use that desktop environtment, i am user of Xfce, the unique thing i use of lxde, is LXDM, because some years ago, the package &quot;MDM&quot; (Fork of GDM2) is not supported anymore, and that are my favorite Display Manager.</p><p>I had use SysrescueCD &amp; RescaTux, but not work at all, i had the problems still.</p><p>The another thing, one of the best thing of GNU/Linux system, you can repair, if you know what need to do. and not apply the favorite method of windows users, of format and/or reinstall entire operating system. because don&#039;t try to understand the problem, and find the way to solve manually.</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Wed, 22 May 2019 22:14:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16210#p16210</guid>
		</item>
		<item>
			<title><![CDATA[Re: How i can fix ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16209#p16209</link>
			<description><![CDATA[<p>I&#039;d suggest to re-install Devuan with separate partitions for /etc, /var, /usr and /home. Preferably, put /home on a separate disk if you can. This prevents issues like you described where one (rogue) process fills the entire disk and your system is unworkable.</p><p>Furthermore, I&#039;d suggest to use the <ins>task-mate-desktop</ins> (or if you must, use <ins>task-lxdm-desktop</ins>) as a package after installing a basic system. This task will take care of all requirements to get to a working Mate (or LXDE) desktop.</p><p>Finally, I&#039;d suggest to obtain a bootable copy of the <a href="http://www.system-rescue-cd.org" rel="nofollow">SysrescueCD</a>, which enables you to repair Linux systems that have been broken by user-(in)action.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Wed, 22 May 2019 21:43:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16209#p16209</guid>
		</item>
	</channel>
</rss>
