Uncategorized , , 0 Comments

It is rather annoying when systemd-tty-ask or /bin/systemd-tty-ask-password-agent –watch hangs during a package installation, service start or stop operation. Although rebooting system solves the problem, fortunately it is enough to restart the systemd manager only: sudo systemctl daemon-reexec I suspect this is a systemd bug as daemon-reexec said to be doing nothing special apart from

Read More

Uncategorized , , , 1 Comment

Download one of Ubuntu 12.04 (multiarch) or Debian 7.0 (multiarch) version from the Skype download page. Add the i386 architecture to your package manager:sudo dpkg –add-architecture i386 Update your package list:sudo apt-get update Try installing the Skype package – will fail on dependency tests, that’s normal!:sudo dpkg -i Downloads/skype-<version>_i386.deb Fix the dependencies and then install

Read More

Uncategorized , , 0 Comments

Although the format /dev/[vg_name]/[lv_name] format is easier to read when you got plenty of VGs (compared to /dev/mapper/[vg_name]-[lv_name]), it won’t work at boot. This is the few lines of default initramfs script which is responsible for the behaviour described above: /usr/share/initramfs-tools/scripts/local-top, from line 40: # Make sure that we have a d-m path vg=${vg#/dev/mapper/} if

Read More