<?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=5224&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Package speech-dispatcher cannot be properly removed.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5224</link>
		<description><![CDATA[The most recent posts in Package speech-dispatcher cannot be properly removed..]]></description>
		<lastBuildDate>Wed, 07 Sep 2022 17:33:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37417#p37417</link>
			<description><![CDATA[<p>Damn. I found out what created all this mess. Just one word. &quot;APPARMOR&quot;. First time I`m see apparmor vs apt conflict.</p><div class="codebox"><pre><code>sudo aa-disable /etc/apparmor.d/usr.sbin.userdel ; sudo apt purge -y speech-dispatcher ; sudo aa-enforce /etc/apparmor.d/usr.sbin.userdel ; sudo apt -y autoremove</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (DandyKenguru)]]></author>
			<pubDate>Wed, 07 Sep 2022 17:33:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37417#p37417</guid>
		</item>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37414#p37414</link>
			<description><![CDATA[<p>Everything looks normal to me. Not sure what&#039;s going on there.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 07 Sep 2022 17:24:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37414#p37414</guid>
		</item>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37404#p37404</link>
			<description><![CDATA[<p>I think it something to do with how devuan live iso create user(s) in system. Because i cannot use &quot;userdel&quot; command (always something lock without possibility unlock it or delete *.lock) and /etc/subuid have &quot;devuan&quot; string and not my username. Maybe I`m wrong.</p><div class="codebox"><pre><code>TARGET                   SOURCE     FSTYPE  OPTIONS
/                        /dev/sda2  ext4    rw,noatime
├─/sys                   sysfs      sysfs   rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security securityfs securit rw,relatime
│ ├─/sys/fs/pstore       pstore     pstore  rw,relatime
│ ├─/sys/fs/cgroup       cgroup2    cgroup2 rw,nosuid,nodev,noexec,relatime,nsde
│ ├─/sys/firmware/efi/efivars
│ │                      efivarfs   efivarf rw,nosuid,nodev,noexec,relatime
│ └─/sys/kernel/debug    none       debugfs rw,relatime
│   └─/sys/kernel/debug/tracing
│                        tracefs    tracefs rw,relatime
├─/proc                  proc       proc    rw,nosuid,nodev,noexec,relatime
├─/dev                   udev       devtmpf rw,nosuid,relatime,size=4024320k,nr_
│ ├─/dev/pts             devpts     devpts  rw,nosuid,noexec,relatime,gid=5,mode
│ └─/dev/shm             tmpfs      tmpfs   rw,nosuid,nodev,noexec,relatime,size
├─/run                   tmpfs      tmpfs   rw,nosuid,nodev,noexec,relatime,size
│ ├─/run/lock            tmpfs      tmpfs   rw,nosuid,nodev,noexec,relatime,size
│ └─/run/user/1000       tmpfs      tmpfs   rw,nosuid,nodev,relatime,size=809280
├─/home                  /dev/sda4  ext4    rw,noatime
└─/boot/efi              /dev/sda1  vfat    rw,relatime,fmask=0077,dmask=0077,co</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (DandyKenguru)]]></author>
			<pubDate>Wed, 07 Sep 2022 11:07:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37404#p37404</guid>
		</item>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37403#p37403</link>
			<description><![CDATA[<p>I think there might be an underlying problem not addressed by that workaround. Can we see the <span class="bbc">findmnt</span> output? It will show if everything&#039;s mounted correctly.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 07 Sep 2022 10:53:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37403#p37403</guid>
		</item>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37401#p37401</link>
			<description><![CDATA[<p>I found solution.</p><div class="codebox"><pre><code>sudo sed -i &#039;/speech-dispatcher/d&#039; /etc/passwd</code></pre></div><p>After this cmd I can remove this package.</p><p>PS: Thank You for help.</p>]]></description>
			<author><![CDATA[dummy@example.com (DandyKenguru)]]></author>
			<pubDate>Wed, 07 Sep 2022 09:58:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37401#p37401</guid>
		</item>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37400#p37400</link>
			<description><![CDATA[<p>How about</p><div class="codebox"><pre><code>findmnt</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 07 Sep 2022 09:44:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37400#p37400</guid>
		</item>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37396#p37396</link>
			<description><![CDATA[<p>Doesn&#039;t work. <img src="https://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /> subuid number change every time when i`m try remove this package. /etc not have any directories /subuid at all.</p><div class="codebox"><pre><code>xxxxx@devuan:~$ sudo apt purge speech-dispatcher
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  espeak-ng-data libespeak-ng1 libspeechd2 speech-dispatcher-audio-plugins
Use &#039;sudo apt autoremove&#039; to remove them.
The following packages will be REMOVED:
  speech-dispatcher
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 18.3 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 118075 files and directories currently installed.)
Removing speech-dispatcher (0.10.2-2+deb11u1) ...
opendir /proc: Permission denied
userdel: /etc/subuid.2445: Permission denied
userdel: cannot lock /etc/subuid; try again later.
/usr/sbin/deluser: `/usr/sbin/userdel speech-dispatcher&#039; returned error code 16.
 Exiting.
dpkg: error processing package speech-dispatcher (--remove):
 installed speech-dispatcher package post-removal script subprocess returned err
or exit status 1
dpkg: too many errors, stopping
Errors were encountered while processing:
 speech-dispatcher
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)</code></pre></div><div class="codebox"><pre><code>xxxxx@devuan:~$ stat /proc /etc
  File: /proc
  Size: 0         	Blocks: 0          IO Block: 1024   directory
Device: 15h/21d	Inode: 1           Links: 216
Access: (0555/dr-xr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-09-07 12:13:46.620000002 +0300
Modify: 2022-09-07 12:13:46.620000002 +0300
Change: 2022-09-07 12:13:46.620000002 +0300
 Birth: -
  File: /etc
  Size: 12288     	Blocks: 24         IO Block: 4096   directory
Device: 802h/2050d	Inode: 389378      Links: 124
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-09-06 02:18:45.395999689 +0300
Modify: 2022-09-07 12:15:49.743995811 +0300
Change: 2022-09-07 12:15:49.743995811 +0300
 Birth: 2022-09-06 02:18:45.395999689 +0300</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (DandyKenguru)]]></author>
			<pubDate>Wed, 07 Sep 2022 09:22:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37396#p37396</guid>
		</item>
		<item>
			<title><![CDATA[Re: Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37395#p37395</link>
			<description><![CDATA[<p>Try</p><div class="codebox"><pre><code>rm /etc/subuid.2456
apt purge speech-dispatcher</code></pre></div><p>If that doesn&#039;t work post the full error message and the output of</p><div class="codebox"><pre><code>stat /proc /etc</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 07 Sep 2022 07:55:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37395#p37395</guid>
		</item>
		<item>
			<title><![CDATA[Package speech-dispatcher cannot be properly removed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37390#p37390</link>
			<description><![CDATA[<p>Why i cannot properly remove speech-dispatcher on Devuan?</p><div class="codebox"><pre><code>Removing speech-dispatcher (0.10.2-2+deb11u1) ...
opendir /proc: Permission denied
userdel: /etc/subuid.2456: Permission denied
userdel: cannot lock /etc/subuid; try again later.
/usr/sbin/deluser: `/usr/sbin/userdel speech-dispatcher&#039; returned error code 16. Exiting.
dpkg: error processing package speech-dispatcher (--remove):
 installed speech-dispatcher package post-removal script subprocess returned err
or exit status 1
dpkg: too many errors, stopping
Errors were encountered while processing:
 speech-dispatcher
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (DandyKenguru)]]></author>
			<pubDate>Wed, 07 Sep 2022 00:00:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37390#p37390</guid>
		</item>
	</channel>
</rss>
