Ubuntu 24.04.4 LTS visual bug and unmonted volume after update https://askubuntu.com/questions/1564480/ubuntu-24-04-4-lts-visual-bug-and-unmonted-volume-after-update

[folder that i cant select, open or delete on the lower part of the screen and unmounted volume in the side bar][1]

folder that i cant select, open or delete on the lower part of the screen and unmounted volume in the side bar, I don't know how to fix this, the folder shows even with any application. [1]: https://i.sstatic.net/XWmsNNOc.png

How can the [] messages in tmux be suppressed? https://askubuntu.com/questions/1564479/how-can-the-messages-in-tmux-be-suppressed

Using tmux in a script, tmux produces messages like [remote detached from 585664.devpts0] or [exited]

How can these messages be suppressed?

I use in config

set -g visual-bell off
set -g status off; 
set -g visual-activity  off

and 2>/dev/null for all the tmux commands, but I can't get rid of the messages.

OpenCV with Cuda - build - Ubuntu https://askubuntu.com/questions/1564478/opencv-with-cuda-build-ubuntu

Ref: https://gist.github.com/raulqf/f42c718a658cddc16f9df07ecc627be7

Assuming drivers and cuda toolkit are already setup perfectly

In my case: -Ubuntu 20

  • 4090 --sm_89 -- compute 8.9
  • cuda toolkit 11.8
  • OpenCV 4.10
mkdir ~/opencv_build/opencv
cd ~/opencv_build

$ wget -O opencv.zip https://github.com/opencv/opencv/archive/refs/tags/4.10.0.zip
$ wget -O opencv_contrib.zip https://github.com/opencv/opencv_contrib/archive/refs/tags/4.10.0.zip
$ unzip opencv.zip
$ unzip opencv_contrib.zip

 conda create -n opencv_env python==3.10
 conda activate opencv_env

 pip install numpy==1.26.4
 which python -- get path of env 

For passing : -D OPENCV_PYTHON3_INSTALL_PATH=~/miniconda3/envs/opencv/lib/python3.8/site-packages/ \
-D PYTHON_EXECUTABLE=~/miniconda3/envs/opencv/bin/python \

4090 -- arch sm_89 -- compute 8.9

cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_INSTALL_PREFIX=/usr/local \
-D WITH_TBB=ON \
-D ENABLE_FAST_MATH=1 \
-D CUDA_FAST_MATH=1 \
-D WITH_CUBLAS=1 \
-D WITH_CUDA=ON \
-D BUILD_opencv_cudacodec=OFF \
-D WITH_CUDNN=ON \
-D OPENCV_DNN_CUDA=ON \
-D CUDA_ARCH_BIN=8.9 \
-D WITH_V4L=ON \
-D WITH_QT=OFF \
-D WITH_OPENGL=ON \
-D WITH_GSTREAMER=ON \
-D OPENCV_GENERATE_PKGCONFIG=ON \
-D OPENCV_PC_FILE_NAME=opencv.pc \
-D OPENCV_ENABLE_NONFREE=ON \
-D OPENCV_PYTHON3_INSTALL_PATH=~/miniconda3/envs/opencv/lib/python3.8/site-packages/ \
-D PYTHON_EXECUTABLE=~/miniconda3/envs/opencv/bin/python \
-D OPENCV_EXTRA_MODULES_PATH=~/opencv_build/opencv_contrib-4.10.0/modules \
-D INSTALL_PYTHON_EXAMPLES=OFF \
-D INSTALL_C_EXAMPLES=OFF \
-D BUILD_EXAMPLES=OFF ..


make 
sudo make install


to check your GPU compute capability: https://developer.nvidia.com/cuda/gpus
WiFi issue and Network Manager unavailable https://askubuntu.com/questions/1564475/wifi-issue-and-network-manager-unavailable

I've an issue which I did try but no success. Before WiFi section on status bar and settings was available but now I can't access internet at all.

  • Operating System is 24.04.1 LTS
  • OS type 64-bit
  • Kernel Version: Linux 6.8.0-41

When I try;

sudo systemctl enable NetworkManager & sudo systemctl start NetworkManager

I get Output

Job for NetworkManager.srrvice failed because the control process exited with error code.
See "systemctl status NetworkManager.service" and "journalctl -xeu NotworkManager.service" for details 
About The XZ Backdoor’s Potential Impact (sshd XZ Compression Question) [closed] https://askubuntu.com/questions/1564472/about-the-xz-backdoor-s-potential-impact-sshd-xz-compression-question

This is a question about the XZ backdoor that I’ve tried to get answered for a while now.

Does a package only get compressed when it is updated or when the compressor used to compress it (e.g. Zstandard, XZ, etc.) is updated? I'm hoping this is only the case if the program itself gets updated because this would decrease the chance of exploits and backdoors.

I'm asking this for a friend and they're extremely scared about this kind of thing. Do Linux distros Debian and Ubuntu have to compress a package with XZ Utils/zstandard only once? Also was Ubuntu considering if they were going to compress OpenSSH around the time the XZ Utils backdoor was discovered? Asking this because projects improve with every update and I feel the same would apply to XZ Utils. I have a bit of hope though since it’s been documented to take longer for compression with XZ Utils than normal with the infected version (it’s really obvious) with compressed file size being slightly bigger than normal. Also old Debian images were discovered to have the backdoor so if the backdoor was shipped to every Linux distro (Ubuntu decided to update their latest version of XZ to 5.6.1) then it would probably be detected before the end of 2024 in such a scenario, if not then systemd would have applied the patch removing the loading of liblzma (liblzma loading was done by the distro though)

However if OpenSSH (the compressed/infected program needs to run with the process name of /usr/sbin/sshd) was planned to be converted with the new XZ Utils update at the time of the discovery of the backdoor or when XZ gets updated to v7 or something then that would be catastrophic for data centers which are built on Linux. Can any experienced Ubuntu developers tell me if they compress Linux packages with XZ once or with the latest update to a package or something? Or when XZ has a significant improvement? Basically were there any plans to compress OpenSSH at the time of the backdoor’s discovery or within a few years of the day the backdoor was found? (or ever again?)

Because Linux and OpenSSH/sshd dominate data centers (it powers most cloud infrastructure and servers) I feel like Linux sshd backdoors like the xz backdoor should have a lot of investigation until we're absolutely sure that it's not apocalyptic regardless if it makes it to stable or not. All it takes to collapse everything is activating the backdoor just by connecting to exposed sshd on Linux.

Can't install Ubuntu 24.04 as install prompt is distorted https://askubuntu.com/questions/1564471/cant-install-ubuntu-24-04-as-install-prompt-is-distorted

I'm a new user and wanted to try Linux. I downloaded the Ubuntu 24.04 ISO, installed it on a USB, and booted into it. I selected "install/try" and it loads the desktop. Attached is what I see. The install window is distorted and I can't click anything on it. I've restarted several times and it persists. The app icons in the app bar on the left (when expanded) look fine.

Attached image

Errors when trying to update Ubuntu 24.04.4 https://askubuntu.com/questions/1564469/errors-when-trying-to-update-ubuntu-24-04-4

New Ubuntu user here and first time poster looking for help with errors while attempting to update. The system seems to be stable and running fine however I am just experiencing problems with updates and deciphering the logs, the results appear to be the same whether using the software updater to command line. It may be a compatibility issue between kernel revision but I have no idea why and how to recover from this situation. Any assistance gratefully appreciated, thanks.

System details: Ubuntu 24.04.4 LTS, Kernel 6.14.0-37-generic running on an AMD Ryzen 7 8745HS.

Error logs:

$:/var/log/apt$ sudo apt update
Hit:1 http://gb.archive.ubuntu.com/ubuntu noble InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu noble-updates InRelease                  
Hit:3 http://gb.archive.ubuntu.com/ubuntu noble-backports InRelease                
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease                   
Hit:5 https://repo.protonvpn.com/debian stable InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up-to-date.
N: Ignoring file 'virtualbox.list.temp' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

$:/var/log/apt$ sudo apt-get upgrade -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
6 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
* synosnap dpkg pre hook check
dumping distro info
Setting up linux-image-6.17.0-14-generic (6.17.0-14.14~24.04.1) ...
Setting up linux-headers-6.17.0-14-generic (6.17.0-14.14~24.04.1) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.17.0-14-generic
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Running the pre_build script:
generating configurations for kernel-6.17.0-14-generic
performing configure test: HAVE_BIO_BI_BDEV - not present
performing configure test: HAVE_BIO_ALLOC_BIOSET_5 - not present
performing configure test: HAVE_BDEV_FREEZE - not present
performing configure test: HAVE_BDEV_OPEN_BY_PATH - not present
performing configure test: HAVE_BDOPS_OPEN_INT - not present
performing configure test: HAVE_BDEVNAME - not present
performing configure test: HAVE_BDEV_STACK_LIMITS - not present
performing configure test: HAVE_ALLOC_DISK - not present
performing configure test: HAVE_BD_HAS_SUBMIT_BIO - not present
performing configure test: HAVE_BIO_BI_BDEV_BD_DISK - not present
performing configure test: HAVE_BD_SUPER - not present
performing configure test: HAVE_BDOPS_OPEN_GENDISK - not present
performing configure test: HAVE_BIO_ALLOC_2 - not present
performing configure test: HAVE_BIO_BI_OPF - not present
performing configure test: HAVE_BDOPS_SUBMIT_BIO - not present
performing configure test: HAVE_BDOPS_OPEN_INODE - not present
performing configure test: HAVE_BIO_BI_POOL - not present
performing configure test: HAVE_BIO_ENDIO_1 - not present
performing configure test: HAVE_BIO_BLKG - not present
performing configure test: HAVE_BIO_FREE_PAGES - not present
performing configure test: HAVE_BIO_LIST - not present
performing configure test: HAVE_BIO_REMAPPED - not present
performing configure test: HAVE_BIO_FOR_EACH_SEGMENT_ALL_2 - not present
performing configure test: HAVE_BIO_BI_REMAINING - not present
performing configure test: HAVE_BIOSET_INIT - not present
performing configure test: HAVE_BIOSET_NEED_BVECS_FLAG - not present
performing configure test: HAVE_BIO_ENDIO_INT - not present
performing configure test: HAVE_BIO_COPY_DEV - not present
performing configure test: HAVE_BIO_FOR_EACH_SEGMENT_ALL_1 - not present
performing configure test: HAVE_BIO_SET_DEV - not present
performing configure test: HAVE_BIO_SET_OP_ATTRS - not present
performing configure test: HAVE_BIOSET_CREATE_3 - not present
performing configure test: HAVE_BLK_ALLOC_DISK - not present
performing configure test: HAVE_BIO_THROTTLED - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_1 - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_MK_REQ_FN_NODE_ID - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_2 - not present
performing configure test: HAVE_BLKDEV_GET_BY_PATH - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_RH_2 - not present
performing configure test: HAVE_BLKDEV_GET_BY_PATH_4 - not present
performing configure test: HAVE_BLK_CLEANUP_QUEUE - not present
performing configure test: HAVE_BLK_MQ_MAKE_REQUEST - not present
performing configure test: HAVE_BLK_MQ_SUBMIT_BIO - not present
performing configure test: HAVE_BVEC_ITER_ALL - not present
performing configure test: HAVE_BLKDEV_PUT_1 - not present
performing configure test: HAVE_BLKDEV_PUT_HOLDER - not present
performing configure test: HAVE_BLK_STATUS_T - not present
performing configure test: HAVE_BLK_SET_STACKING_LIMITS - not present
performing configure test: HAVE_BVEC_ITER - not present
performing configure test: HAVE___DENTRY_PATH - not present
performing configure test: HAVE_COMPOUND_HEAD - not present
performing configure test: HAVE_BVEC_MERGE_DATA - not present
performing configure test: HAVE_DENTRY_PATH_RAW - not present
performing configure test: HAVE_ENUM_REQ_OPF - not present
performing configure test: HAVE_FMODE_T - not present
performing configure test: HAVE_D_UNLINKED - not present
performing configure test: HAVE_ENUM_REQ_OP - not present
performing configure test: HAVE_FILE_INODE - not present
performing configure test: HAVE_FTRACE_REGS - not present
performing configure test: HAVE_FREEZE_SB - not present
performing configure test: HAVE_GD_OWNS_QUEUE - not present
performing configure test: HAVE_GENHD_FL_NO_PART_SCAN - not present
performing configure test: HAVE_GENHD_FL_NO_PART - not present
performing configure test: HAVE_FOPS_FALLOCATE - not present
performing configure test: HAVE_IOPS_FALLOCATE - not present
performing configure test: HAVE_INODE_LOCK - not present
performing configure test: HAVE_HD_STRUCT - not present
performing configure test: HAVE_GET_SUPER - not present
performing configure test: HAVE_KERNEL_READ_PPOS - not present
performing configure test: HAVE_MAKE_REQUEST_FN_IN_QUEUE - not present
performing configure test: HAVE_KERNEL_WRITE_PPOS - not present
performing configure test: HAVE_KERN_PATH - not present
performing configure test: HAVE_MERGE_BVEC_FN - not present
performing configure test: HAVE_MAKE_REQUEST_FN_INT - not present
performing configure test: HAVE_MNT_IDMAP_ARGS - not present
performing configure test: HAVE_MAKE_REQUEST_FN_VOID - not present
performing configure test: HAVE_NONVOID_ADD_DISK - not present
performing configure test: HAVE_NOOP_LLSEEK - not present
performing configure test: HAVE_NONVOID_SUBMIT_BIO_1 - not present
performing configure test: HAVE_MNT_WANT_WRITE - not present
performing configure test: HAVE_PATH_PUT - not present
performing configure test: HAVE_PROC_CREATE - not present
performing configure test: HAVE_NOTIFY_CHANGE_2 - not present
performing configure test: HAVE_SB_START_WRITE - not present
performing configure test: HAVE_PROC_OPS - not present
performing configure test: HAVE_PART_NR_SECTS_READ - not present
performing configure test: HAVE_STRSCPY - not present
performing configure test: HAVE_SUBMIT_BIO_WAIT - not present
performing configure test: HAVE_SUBMIT_BIO_1 - not present
performing configure test: HAVE_SYS_OLDUMOUNT - not present
performing configure test: HAVE_THAW_BDEV_INT - not present
performing configure test: HAVE_TASK_STRUCT_TASK_WORKS_CB_HEAD - not present
performing configure test: HAVE_STRUCT_PATH - not present
performing configure test: HAVE_USER_NAMESPACE_ARGS - not present
performing configure test: HAVE_TASK_STRUCT_TASK_WORKS_HLIST - not present
performing configure test: HAVE_UAPI_MOUNT_H - not present
performing configure test: HAVE_VFS_FALLOCATE - not present
performing configure test: HAVE_UUID_H - not present
performing configure test: HAVE_USER_PATH_AT - not present
performing configure test: HAVE_VZALLOC - not present
performing configure test: HAVE_VFS_UNLINK_2 - not present
performing configure test: HAVE_WRITE_ZEROES - not present
performing configure test: HAVE_WITHIN_MODULE - not present
performing sys_mount lookup
performing sys_umount lookup
performing sys_oldumount lookup
performing sys_call_table lookup
performing blk_mq_submit_bio lookup
performing blk_alloc_queue lookup
performing kfree lookup
performing printk lookup
performing x64_sys_call lookup
performing __x64_sys_mount lookup
performing __x64_sys_umount lookup
performing __arm64_sys_mount lookup
performing __arm64_sys_umount lookup
performing __x64_sys_mount_setattr lookup
performing __x64_sys_move_mount lookup
performing __x64_sys_fsconfig lookup
performing __arm64_sys_mount_setattr lookup
performing __arm64_sys_move_mount lookup
performing __arm64_sys_fsconfig lookup
performing namespace_sem lookup

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.17.0-14-generic -C /lib/modules/6.17.0-14-generic/build M=/var/lib/dkms/synosnap/0.11.6/build KVER=6.17.0-14-generic modules...(bad exit status: 2)
ERROR (dkms apport): binary package for synosnap: 0.11.6 not found
Error! Bad return status for module build on kernel: 6.17.0-14-generic (x86_64)
Consult /var/lib/dkms/synosnap/0.11.6/build/make.log for more information.
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.17.0-14-generic -C /lib/modules/6.17.0-14-generic/build M=/var/lib/dkms/virtualbox/7.0.16/build...(bad exit status: 2)
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/virtualbox-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-14-generic (x86_64)
Consult /var/lib/dkms/virtualbox/7.0.16/build/make.log for more information.
dkms autoinstall on 6.17.0-14-generic/x86_64 failed for synosnap(10) virtualbox(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
 * dkms: autoinstall for kernel 6.17.0-14-generic
   ...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: error processing package linux-headers-6.17.0-14-generic (--configure):
 installed linux-headers-6.17.0-14-generic package post-installation script subprocess returned error exit status 11
Setting up linux-headers-6.8.0-101-generic (6.8.0-101.101) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.8.0-101-generic
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Running the pre_build script:
* System map at /boot/System.map-6.8.0-101-generic does not contain valid symbol table, and 
* we are trying to install synosnap driver for a differnt kernel than the one currently running.
* Synosnap driver will encounter error during installation.
* We will try to install/build driver when next booting into new kernel.
* After rebooting into the new kernel, if the backup process still fails,
* please uninstall and reinstall Active Backup for Business Linux Agent.

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.8.0-101-generic -C /lib/modules/6.8.0-101-generic/build M=/var/lib/dkms/synosnap/0.11.6/build KVER=6.8.0-101-generic modules...(bad exit status: 2)
ERROR (dkms apport): binary package for synosnap: 0.11.6 not found
Error! Bad return status for module build on kernel: 6.8.0-101-generic (x86_64)
Consult /var/lib/dkms/synosnap/0.11.6/build/make.log for more information.
dkms autoinstall on 6.8.0-101-generic/x86_64 succeeded for virtualbox
dkms autoinstall on 6.8.0-101-generic/x86_64 failed for synosnap(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
 * dkms: autoinstall for kernel 6.8.0-101-generic
   ...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: error processing package linux-headers-6.8.0-101-generic (--configure):
 installed linux-headers-6.8.0-101-generic package post-installation script subprocess returned error exit status 11
dpkg: dependency problems prevent configuration of linux-headers-generic-hwe-24.04:
 linux-headers-generic-hwe-24.04 depends on linux-headers-6.17.0-14-generic; however:
  Package linux-headers-6.17.0-14-generic is not configured yet.

dpkg: error processing package linux-headers-generic-hwe-24.04 (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates it's a follow-up error from a previous failure.
                                                                                                            No apport report written because MaxReports has already been reached
                                                                                                                                                                                dpkg: dependency problems prevent configuration of linux-headers-generic:
 linux-headers-generic depends on linux-headers-6.8.0-101-generic; however:
  Package linux-headers-6.8.0-101-generic is not configured yet.

dpkg: error processing package linux-headers-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic-hwe-24.04:
 linux-generic-hwe-24.04 depends on linux-headers-generic-hwe-24.04 (= 6.17.0-14.14~24.04.1); however:
  Package linux-headers-generic-hwe-24.04 is not configured yet.

dpkg: error processing package linux-generic-hwe-24.04 (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports has already been reached
                                                                    Processing triggers for linux-image-6.17.0-14-generic (6.17.0-14.14~24.04.1) ...
/etc/kernel/postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.17.0-14-generic
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Running the pre_build script:
generating configurations for kernel-6.17.0-14-generic
performing configure test: HAVE_BDOPS_SUBMIT_BIO - not present
performing configure test: HAVE_BDOPS_OPEN_INODE - not present
performing configure test: HAVE_BIO_BI_BDEV - not present
performing configure test: HAVE_BDEV_STACK_LIMITS - not present
performing configure test: HAVE_BIO_BI_OPF - not present
performing configure test: HAVE_BDEV_FREEZE - not present
performing configure test: HAVE_BD_HAS_SUBMIT_BIO - not present
performing configure test: HAVE_BDOPS_OPEN_GENDISK - not present
performing configure test: HAVE_BDEV_OPEN_BY_PATH - not present
performing configure test: HAVE_BIO_BI_BDEV_BD_DISK - not present
performing configure test: HAVE_BDOPS_OPEN_INT - not present
performing configure test: HAVE_BDEVNAME - not present
performing configure test: HAVE_BIO_ALLOC_2 - not present
performing configure test: HAVE_BD_SUPER - not present
performing configure test: HAVE_ALLOC_DISK - not present
performing configure test: HAVE_BIO_ALLOC_BIOSET_5 - not present
performing configure test: HAVE_BIO_BI_POOL - not present
performing configure test: HAVE_BIO_BI_REMAINING - not present
performing configure test: HAVE_BIO_BLKG - not present
performing configure test: HAVE_BIO_FOR_EACH_SEGMENT_ALL_2 - not present
performing configure test: HAVE_BIO_LIST - not present
performing configure test: HAVE_BIO_ENDIO_1 - not present
performing configure test: HAVE_BIO_FOR_EACH_SEGMENT_ALL_1 - not present
performing configure test: HAVE_BIO_COPY_DEV - not present
performing configure test: HAVE_BIO_REMAPPED - not present
performing configure test: HAVE_BIO_ENDIO_INT - not present
performing configure test: HAVE_BIOSET_NEED_BVECS_FLAG - not present
performing configure test: HAVE_BIOSET_INIT - not present
performing configure test: HAVE_BIO_FREE_PAGES - not present
performing configure test: HAVE_BIO_SET_DEV - not present
performing configure test: HAVE_BIO_SET_OP_ATTRS - not present
performing configure test: HAVE_BIOSET_CREATE_3 - not present
performing configure test: HAVE_BLK_ALLOC_DISK - not present
performing configure test: HAVE_BIO_THROTTLED - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_1 - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_2 - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_MK_REQ_FN_NODE_ID - not present
performing configure test: HAVE_BLKDEV_GET_BY_PATH_4 - not present
performing configure test: HAVE_BLK_CLEANUP_QUEUE - not present
performing configure test: HAVE_BLKDEV_PUT_1 - not present
performing configure test: HAVE_BLKDEV_GET_BY_PATH - not present
performing configure test: HAVE_BLK_ALLOC_QUEUE_RH_2 - not present
performing configure test: HAVE_BLK_MQ_SUBMIT_BIO - not present
performing configure test: HAVE_BLK_SET_STACKING_LIMITS - not present
performing configure test: HAVE_BLKDEV_PUT_HOLDER - not present
performing configure test: HAVE_BLK_STATUS_T - not present
performing configure test: HAVE_BLK_MQ_MAKE_REQUEST - not present
performing configure test: HAVE_BVEC_ITER_ALL - not present
performing configure test: HAVE_BVEC_MERGE_DATA - not present
performing configure test: HAVE_BVEC_ITER - not present
performing configure test: HAVE_DENTRY_PATH_RAW - not present
performing configure test: HAVE_COMPOUND_HEAD - not present
performing configure test: HAVE_FILE_INODE - not present
performing configure test: HAVE_D_UNLINKED - not present
performing configure test: HAVE_ENUM_REQ_OP - not present
performing configure test: HAVE___DENTRY_PATH - not present
performing configure test: HAVE_ENUM_REQ_OPF - not present
performing configure test: HAVE_FMODE_T - not present
performing configure test: HAVE_FOPS_FALLOCATE - not present
performing configure test: HAVE_GENHD_FL_NO_PART - not present
performing configure test: HAVE_FTRACE_REGS - not present
performing configure test: HAVE_FREEZE_SB - not present
performing configure test: HAVE_GD_OWNS_QUEUE - not present
performing configure test: HAVE_GENHD_FL_NO_PART_SCAN - not present
performing configure test: HAVE_GET_SUPER - not present
performing configure test: HAVE_INODE_LOCK - not present
performing configure test: HAVE_IOPS_FALLOCATE - not present
performing configure test: HAVE_HD_STRUCT - not present
performing configure test: HAVE_KERNEL_WRITE_PPOS - not present
performing configure test: HAVE_KERN_PATH - not present
performing configure test: HAVE_KERNEL_READ_PPOS - not present
performing configure test: HAVE_MERGE_BVEC_FN - not present
performing configure test: HAVE_MAKE_REQUEST_FN_IN_QUEUE - not present
performing configure test: HAVE_MAKE_REQUEST_FN_INT - not present
performing configure test: HAVE_MAKE_REQUEST_FN_VOID - not present
performing configure test: HAVE_MNT_IDMAP_ARGS - not present
performing configure test: HAVE_MNT_WANT_WRITE - not present
performing configure test: HAVE_NONVOID_SUBMIT_BIO_1 - not present
performing configure test: HAVE_NONVOID_ADD_DISK - not present
performing configure test: HAVE_NOOP_LLSEEK - not present
performing configure test: HAVE_NOTIFY_CHANGE_2 - not present
performing configure test: HAVE_PATH_PUT - not present
performing configure test: HAVE_PART_NR_SECTS_READ - not present
performing configure test: HAVE_PROC_CREATE - not present
performing configure test: HAVE_STRSCPY - not present
performing configure test: HAVE_PROC_OPS - not present
performing configure test: HAVE_SB_START_WRITE - not present
performing configure test: HAVE_STRUCT_PATH - not present
performing configure test: HAVE_SUBMIT_BIO_1 - not present
performing configure test: HAVE_SYS_OLDUMOUNT - not present
performing configure test: HAVE_SUBMIT_BIO_WAIT - not present
performing configure test: HAVE_TASK_STRUCT_TASK_WORKS_HLIST - not present
performing configure test: HAVE_TASK_STRUCT_TASK_WORKS_CB_HEAD - not present
performing configure test: HAVE_THAW_BDEV_INT - not present
performing configure test: HAVE_UAPI_MOUNT_H - not present
performing configure test: HAVE_USER_NAMESPACE_ARGS - not present
performing configure test: HAVE_USER_PATH_AT - not present
performing configure test: HAVE_VFS_UNLINK_2 - not present
performing configure test: HAVE_VFS_FALLOCATE - not present
performing configure test: HAVE_UUID_H - not present
performing configure test: HAVE_WITHIN_MODULE - not present
performing configure test: HAVE_VZALLOC - not present
performing configure test: HAVE_WRITE_ZEROES - not present
performing sys_mount lookup
performing sys_umount lookup
performing sys_oldumount lookup
performing sys_call_table lookup
performing blk_mq_submit_bio lookup
performing blk_alloc_queue lookup
performing kfree lookup
performing printk lookup
performing x64_sys_call lookup
performing __x64_sys_mount lookup
performing __x64_sys_umount lookup
performing __arm64_sys_mount lookup
performing __arm64_sys_umount lookup
performing __x64_sys_mount_setattr lookup
performing __x64_sys_move_mount lookup
performing __x64_sys_fsconfig lookup
performing __arm64_sys_mount_setattr lookup
performing __arm64_sys_move_mount lookup
performing __arm64_sys_fsconfig lookup
performing namespace_sem lookup

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.17.0-14-generic -C /lib/modules/6.17.0-14-generic/build M=/var/lib/dkms/synosnap/0.11.6/build KVER=6.17.0-14-generic modules...(bad exit status: 2)
ERROR (dkms apport): binary package for synosnap: 0.11.6 not found
Error! Bad return status for module build on kernel: 6.17.0-14-generic (x86_64)
Consult /var/lib/dkms/synosnap/0.11.6/build/make.log for more information.
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.17.0-14-generic -C /lib/modules/6.17.0-14-generic/build M=/var/lib/dkms/virtualbox/7.0.16/build...(bad exit status: 2)
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/virtualbox-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-14-generic (x86_64)
Consult /var/lib/dkms/virtualbox/7.0.16/build/make.log for more information.
dkms autoinstall on 6.17.0-14-generic/x86_64 failed for synosnap(10) virtualbox(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
 * dkms: autoinstall for kernel 6.17.0-14-generic
   ...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.17.0-14-generic (--configure):
 installed linux-image-6.17.0-14-generic package post-installation script subprocess returned error exit status 11
No apport report written because MaxReports has already been reached
                                                                    Errors were encountered while processing:
 linux-headers-6.17.0-14-generic
 linux-headers-6.8.0-101-generic
 linux-headers-generic-hwe-24.04
 linux-headers-generic
 linux-generic-hwe-24.04
 linux-image-6.17.0-14-generic
* synosnap dpkg post hook check
dumping distro info
compare distro info
check for file trigger
N: Ignoring file 'virtualbox.list.temp' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Sub-process /usr/bin/dpkg returned an error code (1)
Wifi authentication https://askubuntu.com/questions/1564466/wifi-authentication

Wifi on my two Ubuntu 24.04 laptops disconnects every so often with an "Authentication required" message. I have to switch off wifi, switch it on again and reconnect without entering th password. My Android phones, smart TV and printer do not have this problem.

Is there a way to have multiple applications use the same microphone and headphones at the same time? https://askubuntu.com/questions/1564451/is-there-a-way-to-have-multiple-applications-use-the-same-microphone-and-headpho

I'm a voice actor and I recently had a session with a game developer who wanted to do some live direction. We jumped into a Zoom call and I discovered the following:

  • Zoom was using my webcam microphone with no option to select the studio mic.
  • Zoom was using my headphones.
  • Audacity was using my studio microphone.
  • Audacity was not using my headphones.

As such, the client could only hear the crappy, webcam audio instead of the studio mic. While Audacity was recording with the correct microphone, playback wasn't audible to any of us (luckily, I didn't have to do any playback for them during the session). Once I exited Zoom, all of my audio devices showed up in Audacity's dropdown menus again. It's like the programs take ownership of the hardware and don't feel like sharing at all.

tl;dr - I'm trying to get multiple applications (Zoom and Audacity) to use the same microphone and headphones at the same time, hopefully without having to add yet more hardware into the chain (like a mixer).

Out of memory chrome - kiiling all processes and log out from my linux [closed] https://askubuntu.com/questions/1564438/out-of-memory-chrome-kiiling-all-processes-and-log-out-from-my-linux

I have an issue I am working with R, and using chrome, but only like 7 tabs, not more and got every couple of minute this error - Out of memory chrome - kiiling all processes number of processes in black screen..

And then it just logged out from my ubuntu..

I am not programmist, just tring to analyse some data not sure what this is and how to fix it.

I have found a lot of the same issues but not sure where to start and it's a scary thing to install or update something because I have a bad experience when this lead me to lose ubuntu and data on my laptop.

My ubuntu is pretty old - ubuntu 20.04

Google Chrome 130.0.6723.91

$ free -m
         total   used   free   shared    buff/cache    available
Mem:      7665   3858   2346      281    1459          3132 
Swap:     2047   1113   934

It seems I don't have oom

sudo apt remove systemd-oomd Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package systemd-oomd

But when I tried other option like sudo egrep -ri 'killed process' /var/log/ | grep -v auth.log

I got all over my terminal next - /var/log/syslog:Mar 1 19:34:13 alla-Vostro-5301 kernel: [24897.566394] Out of memory: Killed process 4525 (chrome) total-vm:34467328kB, anon-rss:59088kB, file-rss:0kB, shmem-rss:188kB, UID:1000 pgtables:1248kB oom_score_adj:200 /var/log/syslog:Mar 1 19:34:19 alla-Vostro-5301 kernel: [24903.880135] Out of memory: Killed process 4527 (chrome) total-vm:33965708kB, anon-rss:25396kB, file-rss:0kB, shmem-rss:400kB, UID:1000 pgtables:724kB oom_score_adj:200 /var/log/syslog:Mar 1 19:34:24 alla-Vostro-5301 kernel: [24908.383328] Out of memory: Killed process 18147 (rstudio) total-vm:34380728kB, anon-rss:2984kB, file-rss:0kB, shmem-rss:16736kB, UID:1000 pgtables:772kB oom_score_adj:200 /var/log/syslog:Mar 1 19:34:27 alla-Vostro-5301 kernel: [24911.879598] Out of memory: Killed process 18104 (rsession) total-vm:2706124kB, anon-rss:1824960kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:4376kB oom_score_adj:0 Binary file /var/log/journal/5e45b4b261ff4406bfce1d6962b0d179/system@644aef618ca04989908f6be5d7347365-0000000000058280-0006473d1b14c7c3.journal matches Binary file /var/log/journal/5e45b4b261ff4406bfce1d6962b0d179/system@644aef618ca04989908f6be5d7347365-000000000002453d-00064586927e8ab8.journal matches

I also got sign that - xorg closed, because of the out of memory

Offline Configuration of Wi‑Fi on Ubuntu Server for Raspberry Pi https://askubuntu.com/questions/1564431/offline-configuration-of-wi-fi-on-ubuntu-server-for-raspberry-pi

I’m preparing several Raspberry Pis that will all run Ubuntu Server. Since each device needs the same applications and initial configuration, I want to create a preconfigured image that I can flash onto any SD card. The only thing that should differ between devices is the Wi‑Fi configuration.

I need to be able to change the Wi‑Fi settings offline, while the SD card is mounted on another Linux system, before booting the Raspberry Pi. However, I can’t find any documentation on how to modify the Wi‑Fi configuration via Netplan without knowing the exact WLAN interface name or being able to run commands on the Pi itself.

It must be possible, though — for example, the Raspberry Pi Imager allows you to set Wi‑Fi credentials through its UI, and the system connects successfully on first boot.

How to disable all the AI features in Firefox to increase performance? https://askubuntu.com/questions/1556081/how-to-disable-all-the-ai-features-in-firefox-to-increase-performance

I want my browser to be as snappy as possible and I find all the recently introduced AI features to be unnecessary. How to disable all of them?


This question is relevant to Ask Ubuntu because Firefox is Ubuntu's default browser, and optimizing Ubuntu systems for better performance is considered on topic here.

Fixing No Sound (Dummy Output) Issue in Ubuntu 24.04 https://askubuntu.com/questions/1515538/fixing-no-sound-dummy-output-issue-in-ubuntu-24-04

After updating my Ubuntu to version 24.04, my desktop PC (Gigabyte H510M-K DDR4) can't detect audio drivers. Headphones work, but external speakers are not recognized.

~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC897 Analog [ALC897 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [PHL 271V8]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

In the Sound Settings, it only shows 'Dummy Output'. I have attempted various troubleshooting steps, including:

  • sudo apt install --reinstall pulseaudio
  • sudo apt install --reinstall alsa-base alsa-utils
  • sudo apt install pulseaudio
  • sudo apt install pavucontrol
  • pulseaudio -k && sudo alsa force-reload
  • sudo touch /usr/share/pipewire/media-session.d/with-pulseaudio
  • systemctl --user restart pipewire-session-manager
  • systemctl --user restart wireplumber pipewire pipewire-pulse
  • sudo apt install pipewire-audio-client-libraries pipewire-pulse it
  • sudo nano /etc/modprobe.d/alsa-base.conf
  • sudo nano /etc/modprobe.d/blasklist.conf
  • sudo modprobe snd-hda-intel
  • Trying different options such as options snd-hda-intel model=auto and blacklist snd_soc_avs

But it did not work:

~$ sudo modprobe snd-hda-intel
~$ sudo alsa force-reload
Unloading ALSA sound driver modules: snd-seq-dummy snd-seq-midi snd-seq-midi-event snd-rawmidi snd-sof-pci-intel-tgl snd-sof-intel-hda-common snd-sof-intel-hda snd-sof-pci snd-sof-xtensa-dsp snd-sof snd-sof-utils snd-soc-hdac-hda snd-soc-acpi-intel-match snd-soc-acpi snd-hrtimer snd-seq snd-seq-device snd-sof-intel-hda-mlink snd-hda-codec-realtek snd-hda-codec-generic snd-hda-ext-core snd-soc-core snd-hda-codec-hdmi snd-compress snd-pcm-dmaengine snd-hda-intel snd-intel-dspcfg snd-intel-sdw-acpi snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer (failed: modules still loaded: snd-hrtimer snd-seq snd-seq-device snd-sof-intel-hda-mlink snd-hda-codec-realtek snd-hda-codec-generic snd-hda-ext-core snd-soc-core snd-hda-codec-hdmi snd-compress snd-pcm-dmaengine snd-hda-intel snd-intel-dspcfg snd-intel-sdw-acpi snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer).
Loading ALSA sound driver modules: snd-seq-dummy snd-seq-midi snd-seq-midi-event snd-rawmidi snd-sof-pci-intel-tgl snd-sof-intel-hda-common snd-sof-intel-hda snd-sof-pci snd-sof-xtensa-dsp snd-sof snd-sof-utils snd-soc-hdac-hda snd-soc-acpi-intel-match snd-soc-acpi snd-hrtimer snd-seq snd-seq-device snd-sof-intel-hda-mlink snd-hda-codec-realtek snd-hda-codec-generic snd-hda-ext-core snd-soc-core snd-hda-codec-hdmi snd-compress snd-pcm-dmaengine snd-hda-intel snd-intel-dspcfg snd-intel-sdw-acpi snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer
~$ pulseaudio --kill
~$ journalctl --user -u pulseaudio.service | awk '{print $5 "\t" $6}'

systemd[3097]:  Starting
pulseaudio[14920]:  Daemon
pulseaudio[14920]:  pa_pid_file_create()
systemd[3097]:  pulseaudio.service:
systemd[3097]:  pulseaudio.service:
systemd[3097]:  Failed
systemd[3097]:  pulseaudio.service:
libGL error: DRI driver not from this Mesa build ('23.0.4-0ubuntu1~22.04.1' vs '23.2.1-1ubuntu3.1~22.04.2') https://askubuntu.com/questions/1504501/libgl-error-dri-driver-not-from-this-mesa-build-23-0-4-0ubuntu122-04-1-vs

I have this error both if I open RVIZ2 or glxinfo moreover if I try to open a video, it says that I don't have the driver.

Here the complete error.

[rviz2-6] libGL error: DRI driver not from this Mesa build ('23.0.4-0ubuntu1~22.04.1' vs '23.2.1-1ubuntu3.1~22.04.2') [rviz2-6] libGL error: failed to load driver: iris

If I do apt list -i | grep mesa this is the output:

libegl-mesa0/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato] 
libegl1-mesa-dev/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato, automatico] 
libgl1-mesa-dev/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato, automatico] 
libgl1-mesa-dri/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato]
libglapi-mesa/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato] 
libglu1-mesa-dev/jammy,now 9.0.2-1 amd64 [installato, automatico] 
libglu1-mesa/jammy,now 9.0.2-1 amd64 [installato, automatico] 
libglx-mesa0/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato] 
mesa-utils-bin/jammy,now 8.4.0-1ubuntu1 amd64 [installato, automatico] 
mesa-utils/jammy,now 8.4.0-1ubuntu1 amd64 [installato, automatico] 
mesa-va-drivers/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato] 
mesa-vdpau-drivers/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato] 
mesa-vulkan-drivers/jammy-updates,now 23.2.1-1ubuntu3.1~22.04.2 amd64 [installato]

Platform: dell xps 13 plus - ubuntu 22.04.4

How can I scan a QR code to connect to a Wi-Fi network on Ubuntu? https://askubuntu.com/questions/1470379/how-can-i-scan-a-qr-code-to-connect-to-a-wi-fi-network-on-ubuntu

On various devices, both smartphones and computers, it is possible to generate a QR code for a Wi-Fi network. You can connect to that Wi-Fi network by scanning the QR code.

Ubuntu 23.04 has this functionality. You can open the Settings app, and navigate to the "Wi-Fi" section, then click the QR code button next to a Wi-Fi network.

Screenshot (image from OMGLinux)

How can I connect to a Wi-Fi network on my Ubuntu computer by scanning a QR code? I can't find the "scan QR code" button.

Is there a way to use Android's "Nearby Share" with an Ubuntu computer? https://askubuntu.com/questions/1444244/is-there-a-way-to-use-androids-nearby-share-with-an-ubuntu-computer

Android phones (like Google Pixel phones and Samsung phones) have a feature called Nearby Share. When sharing an item, you can select "Nearby" or "Nearby Share", and it will allow you to share an item to a nearby Android phone or ChromeOS device.

According to Google's blog post, it uses these technologies:

Nearby Share then automatically chooses the best protocol for fast and easy sharing using Bluetooth, Bluetooth Low Energy, WebRTC or peer-to-peer WiFi — allowing you to share even when you’re fully offline.

Screenshot from blog post

Is there a way to share using "Nearby Share" from an Android phone to an Ubuntu device, or vice-versa?

Ubuntu 20.04 add static route https://askubuntu.com/questions/1417767/ubuntu-20-04-add-static-route

I have two virtual Servers with ubuntu 20.04, both are working so far. But my problem is, that Server1 can not ping Server2 and vice versa. I get the error 'Destination Host Unreachable'. This is with the domainname and also with the ip. AFAIS this a wrong or missing route between this servers I have found this tutorial https://contabo.com/blog/creating-static-routes/

But it don't work for me, and my config seams to be different.

My /etc/netplan/01-netcfg.yaml looks like this:

  network:
  version: 2
  renderer: networkd
  ethernets:
    ens18:
      match:
        macaddress: 00:50:56:46:a3:de
      addresses:
        - 38.242.229.xx/19
        #- 2a02:c206:3009:2902:0000:0000:0000:0001/64
      #gateway6: fe80::1
      routes:
        - to: 0.0.0.0/0
          via: 38.242.224.1
          on-link: true
      nameservers:
        search: [ invalid ]
        addresses:
          - 161.97.189.52
          - 161.97.189.51
          #- 2a02:c206:5028::2:53
          #- 2a02:c206:5028::1:53

Maybe someone can help that I can reach the other (second) server from this instance. My knowledge about networking with Linux is not so good that I can change the tutorial to my needs. Thank you.

ip addr:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:50:56:46:a3:de brd ff:ff:ff:ff:ff:ff
    inet 38.242.229.72/19 brd 38.242.255.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::250:56ff:fe46:a3de/64 scope link
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 02:42:e1:f9:bb:15 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever

ip route:

default via 38.242.224.1 dev eth0 proto static onlink
38.242.224.0/19 dev eth0 proto kernel scope link src 38.242.229.72

ip addr of second server:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:50:56:46:a3:dd brd ff:ff:ff:ff:ff:ff
    inet 38.242.229.63/19 brd 38.242.255.255 scope global eth0
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 02:42:5f:77:59:e9 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
55: br-195a84347f94: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 02:42:a6:46:7a:27 brd ff:ff:ff:ff:ff:ff
    inet 172.25.0.1/16 brd 172.25.255.255 scope global br-195a84347f94
       valid_lft forever preferred_lft forever
57: vethb13ec38@if56: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-195a84347f94 state UP group default
    link/ether 92:e8:8a:e0:f1:7c brd ff:ff:ff:ff:ff:ff link-netnsid 1
59: veth21971c4@if58: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-195a84347f94 state UP group default
    link/ether 4e:95:40:7d:78:93 brd ff:ff:ff:ff:ff:ff link-netnsid 2
68: br-d0ad0289f7c7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 02:42:ef:83:ac:3e brd ff:ff:ff:ff:ff:ff
    inet 172.28.0.1/16 brd 172.28.255.255 scope global br-d0ad0289f7c7
       valid_lft forever preferred_lft forever
70: veth07b736d@if69: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-d0ad0289f7c7 state UP group default
    link/ether f6:85:f1:48:45:8e brd ff:ff:ff:ff:ff:ff link-netnsid 3
74: br-c2c3481624b2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 02:42:e8:3c:59:c0 brd ff:ff:ff:ff:ff:ff
    inet 172.30.0.1/16 brd 172.30.255.255 scope global br-c2c3481624b2
       valid_lft forever preferred_lft forever
76: veth98745d8@if75: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-c2c3481624b2 state UP group default
    link/ether 2a:70:8d:58:de:e8 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    enter code here

ip route of second server:

default via 38.242.224.1 dev eth0 proto static onlink
38.242.224.0/19 dev eth0 proto kernel scope link src 38.242.229.63
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
172.25.0.0/16 dev br-195a84347f94 proto kernel scope link src 172.25.0.1
172.28.0.0/16 dev br-d0ad0289f7c7 proto kernel scope link src 172.28.0.1
172.30.0.0/16 dev br-c2c3481624b2 proto kernel scope link src 172.30.0.1

ping to gateway is working, also a ping to yahoo.com is working.

May goal is that the first server is able to clone/pull a git repository from gitlab which is running on the second server.

Every server can ping everything but not the other one. The hoster tells me that this is because both ip-addresses are in the same subnet and so I have to make a static root to solve this. But I am not able to follow the instructions in the link above for ubunto 20.04 with success.

ucsi_acpi USBC000:00: usci_handle_connector_change: GET_CONNECTOR_STATUS failed (-110) https://askubuntu.com/questions/1370002/ucsi-acpi-usbc00000-usci-handle-connector-change-get-connector-status-failed

On boot the following message appears and I cannot login (well I can but only if I go to tty3 and login via cli): ucsi_acpi USBC000:00: usci_handle_connector_change: GET_CONNECTOR_STATUS failed (-110)

Tech specs of my laptop, it's a Dell Latitude 5420

I've tried to use fsck on recovery mode but this happens.

When I check some logs I can see some errors in nvme0n1. I have nvme0n1p1, nvme0n1p2 and nvme0n1p3 (this one is encrypted). It seems that nvme0n1 is the entire disk, but i can't run fsck on it because it's always mounted.

Does anyone know what is this error?

How to permanently fix fsck check failing during boot https://askubuntu.com/questions/1288588/how-to-permanently-fix-fsck-check-failing-during-boot

My laptop is an ASUS FX505DY. I bought it without any OS and installed Ubuntu 19.10, then upgraded it to 20.04 a few months later (no dual boot).

From time to time, the system doesn't boot normally and goes into "emergency mode" (it's actually the 3rd time after about 1 year of use). Each time the cause is fsck failing to check /home partition. journalctl gives me:

oct. 30 12:19:44 poulpito systemd-fsck[624]: fsck failed with exit status 4.
oct. 30 12:19:44 poulpito systemd[1]: Failed to start File System Check on /dev/disk/by-uuid/91e9d404-4089-4b8d-af58-5aebcd76b5a0.

I can easily fix it with: fsck.ext4 -v /dev/sda4. I hit enter to every questions and then I can reboot and enjoy an OS running normally. But I feel uneasy with the problem recurring and I would like to fix it permanently.

So my questions are:

  1. Why file system get corrupted on this partition? Could it be a hardware problem? Do I need to change some parameters or configuration or switch to ext3? I've run smartctl -t short /dev/sda4 in recovery mode and no error were reported.

  2. /home is on a sata HDD where I also have /var, /tmp and swap partitions. I never get any fsck check problem for these. Perhaps because the boot sequence just doesn't check these partitions? Or corruptions really happen just on /home?

  3. The last time I had to run fsck.ext4, I got these questions:

  • pass 1: inode <inode id> seems to contain garbage and inode <inode id> passes checks, but checksum does not match inode, actually 16 messages of these kinds with contiguous inode numbers

  • pass 2: entry '<filename>' in <path> (<inode id>) has deleted/unused inode <inode id> (inode numbers suggest that it is a mere consequence of inodes cleared during pass 1

  • pass 4: inode <inode id> ref count is <count>, should be <count> (again, seems to be just a consequence of pass 2)

  • pass 5: inode and block bitmap differences, free inodes/free blocks/directories count wrong

    Does this mean that I lose some data? Since all impacted inodes are related to application files in $HOME/.config/ or $HOME/.local/, I don't see directly the effect of a missing or corrupted file...

  1. How do I prevent the file system to be corrupted?

Here is a screenshot of the SMART data window in the Disks app.

screenshot

smartctl gives roughly the same data in English:

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_Up_Time            0x0027   100   100   001    Pre-fail  Always       -       1350
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       670
  5 Reallocated_Sector_Ct   0x0033   100   100   050    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power_On_Hours          0x0032   095   095   000    Old_age   Always       -       2224
 10 Spin_Retry_Count        0x0033   113   100   030    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       509
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       48
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       10
193 Load_Cycle_Count        0x0032   098   098   000    Old_age   Always       -       24418
194 Temperature_Celsius     0x0022   100   100   000    Old_age   Always       -       34 (Min/Max 19/42)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   253   000    Old_age   Always       -       0
220 Disk_Shift              0x0002   100   100   000    Old_age   Always       -       0
222 Loaded_Hours            0x0032   096   096   000    Old_age   Always       -       1931
223 Load_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
224 Load_Friction           0x0022   100   100   000    Old_age   Always       -       0
226 Load-in_Time            0x0026   100   100   000    Old_age   Always       -       263
240 Head_Flying_Hours       0x0001   100   100   001    Pre-fail  Offline      -       0
254 Free_Fall_Sensor        0x0032   100   100   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%      2218         -

Another screenshot of GParted:

screenshot

As suggested I've upgraded my BIOS firmware. The upgrade went fine and didn't break anything. For sure, it's better to have firmware up-to-date in any case, but I must confess that I don't understand how the BIOS could be responsible of filesystem corruptions on a single partition of my hard drive and I can't see any way to verify that the problem is really solved. I've given up for now, and I'll update this post if the problem occurs again.

Update: the same error occurred again about two months after the original post and BIOS update.

More details, as requested by @heynnema.

$ free -h
              total       utilisé      libre     partagé tamp/cache   disponible
Mem:          7,7Gi       2,3Gi       3,8Gi        49Mi       1,5Gi       5,0Gi
Partition d'échange:        15Gi          0B        15Gi

sudo lshw -C memory https://paste.ubuntu.com/p/Sq9qy9kxVb/

zgrep -i gnome-software /var/log/syslog* https://paste.ubuntu.com/p/Qqy99YnFvC/

$ cat /etc/fstab 
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=cbee80f8-6637-44e3-8dbd-7f710be58e54 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=E06D-1632  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda4 during installation
UUID=91e9d404-4089-4b8d-af58-5aebcd76b5a0 /home           ext4    defaults        0       2
# /tmp was on /dev/sda2 during installation
UUID=51e800d3-f199-490a-bb7a-d2f49635e71c /tmp            ext4    defaults        0       2
# /var was on /dev/sda3 during installation
UUID=da892f2f-b8d2-47f5-a5e7-30e779fe9d2c /var            ext4    defaults        0       2
# swap was on /dev/sda1 during installation
UUID=7317598f-60e6-475e-a7d0-38503bac42fc none            swap    sw              0       0
My Ubuntu 20.04 appearance settings are mostly grayed out https://askubuntu.com/questions/1241368/my-ubuntu-20-04-appearance-settings-are-mostly-grayed-out

I recently upgraded to Ubuntu 20.04 relatively smoothly. However, the dock is auto-hidden on the left side of the screen. When I go into the gnome control center settings and click Appearance I am greeted with the below settings.

It's a bit hard to tell from the screenshot; there is no theme selected, Icon size can't be adjusted, Show on is greyed out, and position on screen has three options: Left, Bottom, and Right. All three options can be selected but they do nothing. I can select a theme, nothing changes and the setting reverts to deselected if I change windows.

I have no idea where to begin investigating for this, and my searches just yield a bunch of results about how to customize the dock and how to enable dark mode. Maybe it's a video card thing? Everything else appears to be working fine.

enter image description here

Edit: I just tried reinstalling gnome-control-center and it gave me the usual output:

$ sudo apt-get install --reinstall gnome-control-center
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/1,717 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 165754 files and directories currently installed.)
Preparing to unpack .../gnome-control-center_1%3a3.36.2-0ubuntu1_amd64.deb ...
Unpacking gnome-control-center (1:3.36.2-0ubuntu1) over (1:3.36.2-0ubuntu1) ...
Setting up gnome-control-center (1:3.36.2-0ubuntu1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu2) ...
Grub won't detect Windows 10 on NVME SSD https://askubuntu.com/questions/1106860/grub-wont-detect-windows-10-on-nvme-ssd

Installed Ubuntu 18.04 alongside Windows 10 a month or 2 ago, but had issues installing and after it installed Grub would never show up at all and I had to choose whether to boot Windows or Ubuntu by changing boot order in UEFI settings. Eventually (today) I was able to get Grub to finally show up (apparently for some absolutely stupid reason a setting got set in /etc/default/grub called GRUB_TIMEOUT_STYLE=hidden which prevents Grub from showing during timeout period unless you hit escape), but it still won't detect Windows 10 and allow me to boot to it. My current drive setup is I have a 128GB SATA SSD that Ubuntu is installed on, a 1TB SATA SSD that I have my Ubuntu Home directory on, a 500GB NVME SSD that Windows 10 is installed on, and a 1TB HDD that I use for bulk storage on my Windows system. Here is the output when I run sudo update-grub:

ubuntu:~$ sudo update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-43-generic
Found initrd image: /boot/initrd.img-4.15.0-43-generic
Found linux image: /boot/vmlinuz-4.15.0-42-generic
Found initrd image: /boot/initrd.img-4.15.0-42-generic
error: invalid volume.
grub-probe: error: cannot find a GRUB drive for /dev/sdc1.  Check your device.map.
Adding boot menu entry for EFI firmware configuration
done

Any help greatly appreciated, thanks.

How do I increase swapfile in Ubuntu 18.04? [duplicate] https://askubuntu.com/questions/1075505/how-do-i-increase-swapfile-in-ubuntu-18-04

I have laptop with 8 GB RAM and 1TB HDD. I have swapfile which is 2 GB (Ubuntu 18.04 uses a swapfile instead of a separate swap partition by default) and I want to increase it to use hibernation.

I want to increase it from 2 GB to 16 GB. Here is a screenshot of GParted:

GParted screenshot

I tried to increase it with fallocate -l 16G but it did not work.

Also there is the image from free -m:

<code>free</code> output

Windows 10 scanning and repairing drive (E:) which contains my Ubuntu 18.04 LTS https://askubuntu.com/questions/1030233/windows-10-scanning-and-repairing-drive-e-which-contains-my-ubuntu-18-04-lts

Every time I start Windows 10 dual boot with Ubuntu 18.04 (UEFI) I got error message that says:

Scanning and repairing drive (E:): 

enter image description here

Results of lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,UUID:

bumkailashkumar@bumkailashkumar-Inspiron-3542:~$ lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,UUID
NAME   FSTYPE  LABEL                 MOUNTPOINT                     SIZE UUID
loop0  squashfs                      /snap/canonical-livepatch/39   4.9M 
loop1  squashfs                      /snap/gnome-calculator/167     2.3M 
loop2  squashfs                      /snap/gnome-logs/25             21M 
loop3  squashfs                      /snap/system-monitor/39        3.7M 
loop4  squashfs                      /snap/gnome-3-26-1604/59       140M 
loop5  squashfs                      /snap/gnome-characters/86       13M 
loop6  squashfs                      /snap/gnome-calculator/154     1.6M 
loop7  squashfs                      /snap/core/4571               86.6M 
loop8  squashfs                      /snap/gnome-characters/69     12.2M 
loop9  squashfs                      /snap/core/4486               86.6M 
loop10 squashfs                      /snap/gnome-logs/31           21.6M 
loop11 squashfs                      /snap/system-monitor/36        3.3M 
loop12 squashfs                      /snap/gnome-3-26-1604/64     139.5M 
sda                                                               465.8G 
├─sda1 ntfs    Recovery                                             499M FC1C1B211C1AD68C
├─sda2 vfat                          /boot/efi                      100M 6A1D-DD43
├─sda3                                                               16M 
├─sda4 ntfs                                                       100.4G 8CC42172C4215FA6
├─sda5 ntfs    Software_And_programs                                 84G 01D2A07ABB42D7E0
├─sda6 ext4                          /                               76G 2bb771db-9d37-4b94-88b5-4bcbac3304b6
├─sda7 swap                          [SWAP]                           4G 43832aa0-8926-431b-8195-f14695b259bb
├─sda8 ntfs    Entertainment                                        100G 01D31B45661964F0
└─sda9 ntfs    Personal files                                     100.8G 01D31B45737F43D0
sr0                                                                1024M 
bumkailashkumar@bumkailashkumar-Inspiron-3542:~$

Contents of /etc/fstab (moved from comments to question):

# <file system> <mount point> <type> <options> <dump> <pass> 
# / was on /dev/sda6 during installation 
UUID=2bb771db-9d37-4b94-88b5-4bcbac3304b6 / ext4 errors=remount-ro 0 1 
# /boot/efi was on /dev/sda2 during installation 
UUID=6A1D-DD43 /boot/efi vfat umask=0077 0 1 
# swap was on /dev/sda7 during installation 
UUID=43832aa0-8926-431b-8195-f14695b259bb none swap sw 0 0 
libinput is ignoring my conf file https://askubuntu.com/questions/1008342/libinput-is-ignoring-my-conf-file

I was trying to find a way to disable my touchpad while writing, so i installed libinput. The tap to click has been disabled, so i edited the file usr/share/X11/xorg.conf.d/90-libinput.conf like this:

https://i.sstatic.net/dWg0z.jpg

to mantain its original behaviour.

But when i restart this is the result of xinput list-props "Elan Touchpad" :

https://i.sstatic.net/EPiHl.jpg

It basically ignore the other instructions apart from the "Accel Speed". This is confirmed in xorg.0.log.

What i'm trying to understand is if there is some kind of trickery behind this strange behaviour, because i'm kinda sure im making everything right. I even tried to make a custom script in /etc/init.d but it does not work. If i launch the commands xinput set-prop <...> manually they work ok for the session. All I want is to be able enable to tap to click and middle mouse click! Thank you in advance

update: i tried using false/true instead of 0/1 in the .conf file. it didnt worked

ClamTk not showing scan results and history https://askubuntu.com/questions/939310/clamtk-not-showing-scan-results-and-history

Whenever I use ClamTk to scan folders, it won't show list of infected files after scanning is completed. What it shows is just a total number of scanned files and number of infected files.

How can I see which files are infected in ClamTk?

I also headed to History section and it's empty there. And /home/user/.clamtk/history folder is empty.

There is no options to set about logging and history in ClamTk GUI.

I'm using Ubuntu 16.04 if that means anything. Thanks!

Installation/live booting stuck on logo https://askubuntu.com/questions/887294/installation-live-booting-stuck-on-logo

Note: I'm a newb and have no even remote idea what causes the problem, so I will be rather verbose and describe everything that happened.

I use an ASUS X550V laptop (Intel Core i7-6700HQ CPU, 8 gig RAM, nvidia 950m dedicated GPU). This laptop has Windows 10 on it (was NOT preinstalled) and I want to install linux as a second OS on it.

I have never installed Linux on this particular laptop before.

I originally downloaded Linux Mint 18.1 (bear with me, this IS an Ubuntu problem too) and used Rufus to burn a bootable USB.

The installation menu did not allow for direct installing, only starting a live session and moving from there. Live session did not boot, the process got stuck on the linux mint logo.

The installation menu did however offer to use "compatibility mode", then the OS booted and I successfully installed, however when booting the already installed OS, the same problem appeared (stuck on logo). I could sometimes weasel through recovery mode to boot successfully and edited grub to not include the splash screen. Then it seemed to work fine, but it only sometimes booted into MDM, most of the time I got a CLI, and if I did "startx", it got stuck and did nothing.

I started experimenting, reinstalling several times, and had the same issues.

I booted into Windows and downloaded Kubuntu 16.04.2, burned to USB via Rufus. The only option was to start a live session (not even compatibility mode was offered), and the same issue occurred (stuck on logo).

I went back to Windows and disabled Fast Startup (later on I used Esc to get rid of the logo and see the text and it moaned about Windows not being shut down, but it was not the line it got stuck on) and checked that Secure Boot is disabled.

I also figured the USB might be the issue so I got some DVDs and burned Linux Mint onto a DVD.

Same thing happened. Tried Kubuntu again (with fast startup disabled), still got stuck (I made screenshots of the text, and will post them after the post).

I had a Xubuntu 16.04.1 ISO on Windows (one that I successfully installed on another Asus laptop before, an older one which I sold to a friend since then), I burned that to USB too.

Here now I had a direct install option, it seemed to go through, but I stopped the install to continue troubleshooting. I also tried live booting Xubuntu and the same thing happened as before. Afterwards I tried to do the direct install again and this time it didn't work either (with the same issue).

The only thing I still have in mind, which I haven't done yet is to use a distro NOT from the Debian/Ubuntu family (say Manjaro), but nonetheless I'd like to either install Linux Mint or Kubuntu, so my issue still stands.

https://i.sstatic.net/tQvr6.jpg

Restrict Deluge to tun0 only but allow Deluge Web UI over eth0 https://askubuntu.com/questions/633131/restrict-deluge-to-tun0-only-but-allow-deluge-web-ui-over-eth0

After many searches I have been able to restrict deluge network traffic to only the VPN interface tun0 using the following command:

sudo iptables -A OUTPUT -m owner --uid-owner deluge \! -o tun0 -j REJECT

But now I am unable to access the WebUI via eth0 on port 8112 (i.e. 192.168.0.23:8112)

Can I use another iptables rule to provide access to the WebUI on the local network?

List of Ubuntu Versions with Corresponding Linux Kernel Version https://askubuntu.com/questions/517136/list-of-ubuntu-versions-with-corresponding-linux-kernel-version

Is there a list of Ubuntu versions with default corresponding Linux kernel versions somewhere?

I would specifically like to know the most recent version of Ubuntu that still used Linux Kernel 2.x.

How to install libqt4-webkit? https://askubuntu.com/questions/512843/how-to-install-libqt4-webkit

New version of Skype requires libqt4-webkit, but when i trying to install it i get this error:

web@web-X501A1 ~ $ sudo apt-get install libqt4-webkit
[sudo] password for web: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libqt4-webkit
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 9,140 B of archives.
After this operation, 133 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libqt4-webkit
Install these packages without verification [y/N]? y
Err http://archive.ubuntu.com/ubuntu/ quantal-updates/universe libqt4-webkit i386 4:4.8.3+dfsg-0ubuntu3.4
  404  Not Found [IP: 91.189.91.15 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/q/qt4-x11/libqt4-webkit_4.8.3+dfsg-0ubuntu3.4_i386.deb  404  Not Found [IP: 91.189.91.15 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Already tried apt-get update and --fix-missing

How can I permanently change touchpad settings? https://askubuntu.com/questions/382110/how-can-i-permanently-change-touchpad-settings

I added this script to my startup programs to change my touchpad settings on startup:

synclient TapButton2=2 TapButton3=3

But this settings don't stay this way after startup.

I changed my script to watch the results:

synclient TapButton2=2 TapButton3=3
synclient | grep TapButton > $HOME/tmp/touchpad.txt

Results were confusing, touchpad still didn't work the way I want:

$ cat ~/tmp/touchpad.txt
TapButton1              = 1
TapButton2              = 2
TapButton3              = 3

But when I ran synclient | grep TapButton in gnome-terminal after startup the output was:

$ synclient | grep TapButton
TapButton1              = 1
TapButton2              = 3
TapButton3              = 0

I tried adding delays (sleep 10s) to my script before and/or after every line, but this didn't help too.

Therefore I assume that there is another program, script or daemon that changes touchpad settings, but I couldn't find which one.

Two questions:

  • Which program, script or daemon can change touchpad settings?
  • Is there another way to permanently change your touchpad settings? Maybe adding such script to startup is not supposed to be working.

Update

I tried putting

Section "InputClass"
    Identifier "touchpad my settings"
    MatchIsTouchpad "on"
    MatchOS "Linux"
    MatchDevicePath "/dev/input/mouse*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "PalmDetect" "on"
EndSection

into file /usr/share/X11/xorg.conf.d/99-my.conf. It didn't help as well.