Tag Archives: Linux

Linux: LVM – pvcreate Device /dev/sdb4 excluded by a filter.

9 March 2019
 

 During new Linux set up – suddenly got a weird message. It happen just because of my carelessness and haste. Let’s create new partition: [simterm] [root@archiso ~]# pvcreate /dev/sdb4 Device /dev/sdb4 excluded by a filter. [/simterm] Check new partition size: [simterm] [root@archiso ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 476.7M… Read More »

Linux: The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv

5 March 2019
 

 After each new VirtualBox installation – I’m stepping on the same rake again and again and have to go to Google to ask: The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv Attempt to load vboxdrv manually also provides the error: [simterm] $ sudo modprobe vboxdrv… Read More »

Android Studio: adb – INSTALL_FAILED_INSUFFICIENT_STORAGE

4 March 2019
 

 Proceeding fighting with our UI auto-tests 🙂 Two previous posts were really useful this time – Android Studio: установка на Linux и работа с Android Virtual Devices and Appium: Android Virtual Device, Original error: Condition unmet after 60159 ms и костыль. In general – tests works fine but sometimes gives me interesting issues. This time… Read More »

Linux: systemd-unit files edit, restart on failure and email notifications

1 March 2019
 

 We have a RabbitMQ service which sometimes can go down. So need to: restart it if is exited with the failure send an email notification Let’s do it via RabbitMQ’s systemd service (though there are various options, e.g. using the monit, check the Monit: мониторинг и перезапуск NGINX post). Will use two options here: RestartSec=: delay… Read More »

Linux: ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave

28 February 2019
 

 Have a fresh Arch Linux system setup. After some Viber’s fixes (see the Viber: no connection – qt.network.ssl: Incompatible version of OpenSSL post) – sound system sometimes stops working. It looks like next: run qmmp, press Play and: [simterm] … DecoderMAD: Fixed rate detected DecoderMAD: Total time: 297900 ReplayGain: disabled Dithering: disabled ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable… Read More »

Viber: Linux – Qt WebEngine resources not found

20 February 2019
 

 After latest packages upgrade on my Arch Linux workstation – Viber stopped working. Found a few solutions, but the only one really solved the issue. The errors during Viber start looks like next: [simterm] $ viber Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent directory… Qt WebEngine resources not found at /opt/viber/resources. Trying… Read More »