The officially official Devuan Forum!

You are not logged in.

#1 Installation » Why apt-transport-tor work so bad? » 2022-09-08 17:18:42

DandyKenguru
Replies: 1

Please tell me why updates through apt-transport-tor works so badly. And I'm not even talking about the package download speed (which is just terrible), but about connection quality. I must almost always reload tor because almost always have "Timed out while waiting to read 'first part of response' from proxy socks5h://127.0.0.1:9050 [IP: 127.0.0.1 9050]" and bla-bla-bla. Sometimes tor has to reload ten times to get at least some kind of connection. The connection is constantly break and after the main download it is necessary to re-download the missing parts. To spend five minutes on attempts to connect, and then downloading 2-3 mb update is too much. Then why? Why tor browser work more or less acceptable, but apt-transport-tor not?

#2 Re: Installation » Package speech-dispatcher cannot be properly removed. » 2022-09-07 17:33:20

Damn. I found out what created all this mess. Just one word. "APPARMOR". First time I`m see apparmor vs apt conflict.

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

#3 Re: Installation » Package speech-dispatcher cannot be properly removed. » 2022-09-07 11:07:44

I think it something to do with how devuan live iso create user(s) in system. Because i cannot use "userdel" command (always something lock without possibility unlock it or delete *.lock) and /etc/subuid have "devuan" string and not my username. Maybe I`m wrong.

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

#4 Re: Installation » Package speech-dispatcher cannot be properly removed. » 2022-09-07 09:58:07

I found solution.

sudo sed -i '/speech-dispatcher/d' /etc/passwd

After this cmd I can remove this package.

PS: Thank You for help.

#5 Re: Installation » Package speech-dispatcher cannot be properly removed. » 2022-09-07 09:22:28

Doesn't work. sad subuid number change every time when i`m try remove this package. /etc not have any directories /subuid at all.

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 'sudo apt autoremove' 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' 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)
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

#6 Installation » Package speech-dispatcher cannot be properly removed. » 2022-09-07 00:00:43

DandyKenguru
Replies: 8

Why i cannot properly remove speech-dispatcher on Devuan?

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' 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)

#7 Hardware & System Configuration » How stable Radeon RX 6800 (or higher) on Devuan? » 2022-09-04 13:58:42

DandyKenguru
Replies: 1

Someone has experience using video cards Radeon RX 6800+ on Devuan? How with stability? Any problems?

#8 Re: Devuan » Devuan onnion site. » 2022-09-04 12:23:40

Official site onion mirror, not repo.

#9 Devuan » Devuan onnion site. » 2022-09-04 11:09:07

DandyKenguru
Replies: 3

Is there a onion version devuan.org?

#10 Re: News & Announcements » [SOLVED] invalid: EXPKEYSIG BB23C00C61FC752C Devuan Repository » 2022-09-04 11:06:05

Considering the situation are you going to soon release the updated ISO in which this problem will be fixed?

Board footer

Forum Software