}

Solved_errors Index Page 14

chsh error PAM: Authentication failure

Here we explain some solutions to solve the problem of PAM: Authentication failure when using chsh. This is usually raised when installing Oh! my zsh. We require to change /etc/pam.d/chsh or /etc/shells files.

Virtualbox on Ubuntu as host does not show any USB device

This brief guide will help you to fix the problem when virtualbox is not showing any USB device when you try to add a new USB filter.

MacOS LDAP Error: sasl.h File Not Found

When install python-ldap on macOS the error "'sasl.h' file not found" happens when install it with pip.

Fixing the error in Linu LEDE:

macOS Python: ZipImportError zlib Not Available

Read how to solve the zipimport.ZipImportError: can't decompress data; zlib not available error while using pyenv to install a new python version. For OSX our solution was to use export CFLAGS="-I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include" and export LDFLAGS="-L$(brew --prefix openssl)/lib" environment variables while installing python with pyenv.

macOS: openssl/opensslv.h File Not Found Fix

Steps to fix 'openssl/opensslv.h' or 'openssl/aes.h' file not found error on macOS or OSX.

SOLVED: ImportError: bad magic number in : b'\x03\xf3\r\n'

Learn how to solve the above error when importing python modules. But the solution usually is cleaning pyc files.

Fix apt-get Hash Sum Mismatch Error

Sometimes when installing a package, upgrade or installing with apt or apt-get on linux ubuntu or debian the error: W: Failed to fetch gzip:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_natty_main_source_Sources Hash Sum mismatch is raised. we explain how to solve this error.

PyQt5: No module named sip Error Fix

Using brew PyQt5 and python3 the error: ModuleNotFoundError: No module named 'sip' is raised. We explain hot to solve this issue.

LXC: No Configuration File May Crash Host

Learn how to fix lxc-start When starting a container with lxc-start and you get lxc-start: 100: lxccontainer.c: wait_on_daemonized_start: 760 Received container state "ABORTING" instead of "RUNNING" you will find on the logs that Executing '/sbin/init' with no configuration file may crash the host.