For TL3s and up: This is a wiki post; please edit as necessary.
Please, consider subscribing to the Stable Updates Announcements RSS feed
New issues:
Apache error:httpd: Syntax error on line XXX of /etc/httpd/conf/httpd.conf: Cannot load modules/libphp7.so into server
Please click the âș at the beginning of this line to view this solution
Full error message:
MMM DD HH:MM:SS ServerName httpd[45914]: httpd: Syntax error on line XXX of /etc/httpd/conf/httpd.conf: Cannot load modules/libphp7.so into server: /etc/httpd/modules/libphp7.so: cannot open shared object file: No such file or directory
MMM DD HH:MM:SS ServerName systemd[1]: httpd.service: Control process exited, code=exited, status=1/FAILURE
MMM DD HH:MM:SS ServerName systemd[1]: httpd.service: Failed with result âexit-codeâ.âexit-codeâ.
Execute:
sudo nano --backup /etc/httpd/httpd.conf
change the following lines:
LoadModule php7_module modules/libphp7.so
Include conf/extra/php7_module.conf
to:
LoadModule php_module modules/libphp.so
Include conf/extra/php_module.conf
Respectively! (They are not necessarily next to one another!)
Save (Ctrl+XEnterY)
Restart Apache (or reboot if you donât know how or to to get that Window$ feeling again)
Pulseeffects stopped working
Please click the âș at the beginning of this line to view this solution
Please click the âș at the beginning of this line to view this solution
go to Manjaro Settings,
add your language back in the regional settings,
Log off / log in
and everything should be back to normal (even the Terminal).
If it isnât, execute sudo locale-gen and log off and log back in.
gnome-shell-extension-desktop-iconscannot be updated
"Please click the âș at the beginning of this line to view this solution
error: failed to commit transaction (conflicting files)
gnome-shell-extension-desktop-icons: /usr/share/gnome-shell/extensions/desktop-icons@csoriano/schemas/gschemas.compiled exists in filesystem
Errors occurred, no packages were upgraded.
Compile the driver (if you get an error, see Note 3):
cd nvidia-450xx-utils && makepkg -si
cd ../lib32-nvidia-450xx-utils && makepkg -si
cd ../nvidia-450xx && makepkg -sif
Reboot on kernel 5.4 (see Note 1 below on how to do this)
Now, everything is working again! To check if youâre indeed running kernel Linux 5.4, you can run uname --kernel-release in a console, and to check if youâre running the driver you just compiled, you can run inxi --graphics --display OR nvidia-smi
Note 1: to choose which kernel to boot on, you need to edit those two lines in /etc/default/grub to match those (5 as in 5 seconds to make your choice on the menu, you can put whatever):
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=menu
Then, run sudo update-grub. When booting, youâll now see a menu with all installed kernels so you can choose which one to use for this session.
Then finally execute the reboot command:
sudo reboot
Note 2: During step 5 and 6: If you already have compiled the nvidia driver during last update, you can skip cloning nvidia-450xx-utils and lib32-nvidia-450xx-utils (you already have the sources, you just need to compile them again), but I suggest you remove your older nvidia-450xx folder (rm -rf nvidia-450xx) and clone it again before compiling this one, otherwise you will get an error like âfolder already existsâ when trying to compile.
Note 3: When trying to compile the driver, you might get an error with two nvidia packages creating conflicts (I think lib32-nvidia-utils was one of them, I donât remember the other one). To fix that, just uninstall those packages with pamac remove <package>.
Iâm still running on nvidia-450 and I want to upgrade to 460 (Kernel 5.10):
Please click the âș at the beginning of this line to view this solution
Print this page so you have it as a reference while in TTY2
Log off
Switch to TTY2 by pressing Ctrl+Alt+F2
Log in there
Execute:
pamac remove nvidia-450xx-utils
#you will get some warnings about optional components needing this:
# no worries, you'll install 460 in the next line
sudo mhwd --install pci video-nvidia
sudo reboot
The php package has been updated to version 8.0. Please refer to the upstream migration guide. As some applications are not compatible with PHP 8 yet we provide a php7 package which can be installed alongside version 8. Packages that depend on PHP reflect this update and will require php7 if needed. You might need to update your configuration accordingly. PHP 7 binaries and configuration have the â7â suffix:
Note that support for php7 will be limited and likely be dropped in about a year depending on how soon the majority of applications will be compatible with version 8.
Google has announced that they are going to block everything but Chrome from accessing certain Google features (like Chrome sync) starting on March 15. This decision by Google is going to affect Archâs chromium package a bit earlier, on March 2, when Chromium 89 gets released.
We know for sure that data syncing will stop working (passwords, bookmarks, etc.). Other features such as geolocation or enhanced spell check might continue to function for a bit longer. Extensions integrating with Google Drive might misbehave and LibreOffice will lose access to documents stored there.
Other distros such as openSUSE and Fedora have already removed the soon-to-be-limited API keys from their Chromium 88 packages. Fedoraâs advisory provides a great deal of perspective on this and I also found this Hackaday post to be quite informative.
We recommend to switch over to Nouveau drivers if your card is mentioned here and the feature you need is not in red TO DOhere for your particular card.
If you however still need proprietary drivers, you may want to execute the following to ensure all parts of the nVidia drivers get installed properly:
sudo mhwd -a pci nonfree 0300
If proprietary drivers don't fix everything, please click the âș at the beginning of this line to view more info
For AMD GPU users having a black screen with kernel 5.10
Please click the âș at the beginning of this line to view more info
Due to a bug in the AMD drivers, please try the following first:
For GRUB:
Open a terminal or a TTY
Open /etc/default/grub in your favourite CLI editor (nano vi, emacs`)
Find the line: GRUB_CMDLINE_LINUX_DEFAULT="
Add amdgpu.dc=0
Save
Execute sudo update-grub and reboot
For systemd-boot:
Open a terminal or a TTY
Open /boot/loader/entries/manjarolinux5.10.conf in your favourite CLI editor (nano vi, emacs`)
Add amdgpu.dc=0 to the end of the line options
Save & reboot
For rEFInd:
Open a terminal or a TTY
Open /boot/refind_linux.conf in your favourite CLI editor (nano vi, emacs`)
Find the line: "Boot using default options" "root=
Add amdgpu.dc=0
Save & reboot
Possible 2 Min delay on shutdown with Gnome
Please click the âș at the beginning of this line to view more info
If you got the problem with shutdown delay (about 2min) on Gnome, here is a workaround:
Edit /usr/lib/systemd/user/gnome-session-restart-dbus.service in your favourite editor as root and add Slice=-.slice as a line all by itself like this:
You get [PKGNAME] warning: directory permissions differ on [Directory name]
followed by:
Filesystem: NNN package MMM
Please click the âș at the beginning of this line to view this solution
The solution:
sudo chmod MMM DirectoryName
Where obviously MMM is the second number you see (the correct one)
The explanation:
Your package expects the security permissions to be MMM but your system is set to NNN. This is just a warning (today) but to ensure you remain up-to-date with the latest and greatest security rules itâs advised to execute the above command.
Systemd error message: .slice: Failed to migrate controller cgroups
If you have a similar error message like this:
systemd[1004]: -.slice: Failed to migrate controller cgroups from /user.slice/user-1000.slice/user@1000.service, ignoring: Permission denied
⊠you may need to add this Grub parameter to your /etc/default/grub file in line GRUB_CMDLINE_LINUX_DEFAULT: systemd.unified_cgroup_hierarchy=true. To update your grub menu, call: sudo update-grub. For more information on that issue, see also Arch Forum.
CUPS update need manual intervention
After you update your system, update your systemd services like this:
xf86-video-intel already exists in filesystem errors
Please click the âș at the beginning of this line to view this solution
If you get something like this:
error: failed to commit transaction (conflicting files)
xf86-video-intel: /usr/bin/intel-virtual-output exists in filesystem
xf86-video-intel: /usr/lib/libI810XvMC.so exists in filesystem
...
xf86-video-intel: /usr/share/man/man4/intel.4.gz exists in filesystem
xf86-video-intel: /usr/share/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy exists in filesystem
Errors occurred, no packages were upgraded.
Just delete the files that are in conflictand perform the upgrade again.
nvidia-450xx-utils and nvidia-440xx-utils are in conflict
Please click the âș at the beginning of this line to view this solution
If you get the following error message:
resolving dependencies...
looking for conflicting packages...
:: nvidia-450xx-utils and nvidia-440xx-utils are in conflict (nvidia-libgl). Remove nvidia-440xx-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'nvidia-440xx-utils=440.100' required by linux54-nvidia-440xx
:: removing nvidia-440xx-utils breaks dependency 'nvidia-440xx-utils=440.100' required by linux58-nvidia-440xx
Warning: do not reboot until this procedure tells you to starting from the next step!
Please note the exact nVidia driver you have running by executing:
mhwd --listinstalled
Please note the kernel(s) youâve got installed and remove anything 440-related, including CUDA by executing:
pamac remove nvidia-440xx-utils linuxZZ-nvidia-440xx cuda nvtop
where ZZ is/are the kernel version(s) youâre running.
Repeat for all the kernel versions you have
How do I know which kernel versions I have?
execute ls /boot/linux*
any nulber after linuxbefore the - (minus sign) are the kernel(s) you have installed
If you would have any other old nVidia drivers that you donât need any more because your card is supported by the 450 series get rid of them as well.
now install the same family of 450 driver you had for the 440 driver, by executing:
mhwd --install pci Your450Family
where Your450Family is obviously one of video-hybrid-amd-nvidia-440xx-primeORvideo-nvidia-440xx that you noted above
And finally:
sudo reboot
If this would not have solved your issue, please open a new issue here and state that you followed this procedure already.
Warning: directory permissions differ on /var/lib/dhcpcd/
followed by:
filesystem: 700 package: 755
Please click the âș at the beginning of this line to view this solution
The solution:
sudo chmod 755 /var/lib/dhcpcd/
The explanation:
The DHCP Daemon expects the security permissions to be 755 but your system is set to 700. This is just a warning (today) but to ensure you remain up-to-date with the latest and greatest security rules itâs advised to execute the above command.
virtualbox NS_ERROR_FAILURE (0x80004005)
Please click the âș at the beginning of this line to view this solution
The solution:
You need to add your user back into the virtualbox user group
sudo usermod --append --groups vboxusers $USER
(Change $USER to the correct user name if not for yourself)
Upgrade the VirtualBox extension pack to the latest version by executing:
pamac build virtualbox-ext-oracle
PAM and PAMBASE got updated, which might prevent you from login
Please click the âș at the beginning of this line to view more detailed information
Due to updates from pambase and pam you might take care about any .pacnew files in /etc/pam.d as for example pam_tally, pam_tally2 and pam_cracklib got deprecated. Read in the ArchWiki about managing those files.
Typical issue:
For recovery, it is enough to boot with kernel option âsystemd.unit=rescue.targetâ, then proceed into /etc/pam.d and merge âsystem-authâ and âsystem-auth.pacnewâ
Bad font rendering after freetype2 upgrade
Please click the âș at the beginning of this line to view more detailed information
There were some changes in the freetype2 version 2.10.3 which enable subpixel rendering.
This might look ugly without enabling lcdfilter at the same time.
You can create a symlink in /etc/fonts/conf.d/ to enable âlcddefaultâ as filter.
If youâve got errors like Failed to start Network Manager Wait Online. you can try removing systemd from passwd and group in /etc/nsswitch.conf as described here Update: If you can see the line dbus-daemon[1453]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 45146ms)
in in your dbus log ( journalctl -b -u dbus ), the new/better workaround is to switch cups from service to socket as described here: systemctl disable cups.service systemctl enable cups.socket
I think Iâve some font problems
With the update of fontconfig some major rules how fonts get applied changed. Make sure that your system has ttf-dejavu installed. A more in depth explanation can be found here.
Gnome-shell-extension-pop-shell is currently incompatible with wayland
⊠and causes the system to freeze when the first window is tiled and can render it unbootable. Solution is a hard reset and disabling either pop shell or wayland. If the system becomes unbootable, use a live USB to edit /etc/gdm/custom.conf to disable wayland and reboot.
Update failed on Manjaro Gnome as the gnome-shell-extension-desktop-icons package could not be upgraded:
error: failed to commit transaction (conflicting files)
gnome-shell-extension-desktop-icons: /usr/share/gnome-shell/extensions/desktop-icons@csoriano/schemas/gschemas.compiled exists in filesystem
Errors occurred, no packages were upgraded.
The update itself was fine, but since yesterday I am having trouble with the verification of (it seems) the main Archlinux/Manjaro PGP keys (Levente Polyak, Christian Hesse, Philip Mueller).
As a consequence, the database core, extra, community, multilib cannot be verified and updates via either pamac or pacman fail.
I managed to temporarily fix the issue by setting âSigLevel = Neverâ in /etc/pacman.conf.
With that change, I went twice through the troubleshooting procedure at Pacman troubleshooting - Manjaro
(the procedure fails with the default pacman configuration).
Apparently the process succeeds (I get no suspicious errors), but setting SigLevel back to the default level still brings all the previous issues.
I donât have much bug reporting experience, so sorry for the possible lack of important information.
BTW: âthe update was fineâ of course was fine only with SigLevel set to Never
There appears to be a conflict with mpv and vlc with the update of the libplacebo package.
$ yay
:: Synchronizing package databases...
core 167.2 KiB 9.61 MiB/s 00:00 [------------------------------] 100%
extra 1983.8 KiB 15.4 MiB/s 00:00 [------------------------------] 100%
community 6.4 MiB 13.9 MiB/s 00:00 [------------------------------] 100%
multilib 181.3 KiB 0.00 B/s 00:00 [------------------------------] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libplacebo (3.104.0-1) breaks dependency 'libplacebo.so=72-64' required by mpv
error installing repo packages
$ sudo pacman -Rns libplacebo
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libplacebo breaks dependency 'libplacebo' required by mpv
:: removing libplacebo breaks dependency 'libplacebo.so=72-64' required by mpv
:: removing libplacebo breaks dependency 'libplacebo' required by vlc
I could try uninstalling both mpv and vlc but then after updating I might not be able to install them back, considering thereâs a dependency break.
How to proceed?
You do not block/ignore the upgrade of mpv, right? The latest version of mpv package should be compatible with the latest version of libplacebo package. On my side, I both have libplacebo 3.104.0-1 and mpv 1:0.33.0-4 which has on libplacebo.so=104.64 as one of its dependencies.
Just updated on Manjaro Gnome. I had a issue where the gnome terminal didnât open. It did work before the update. I fixed it using this StackExchange answer.
Not a big deal really, but I got these new icons for Files and Terminal. Not sure if that is intentional or not but they look kinda out of place. Other than that the update went fine on Manjaro GNOME
System is now partly French and English (French before the update). Gnome languages list is empty. Terminal wonât open anymore.
Edit: just had to go to Manjaro Settings, add the French back in the regional settings, log back in and everything went back to normal (even the Terminal).
Had a problem with opening all gnome applications and from checking journalctl -xe, it turned out that there was a problem with my locale configuration. Solution:
1- uncomment en_US.UTF-9 from /etc/locale.gen
2- generate locale by this command locale-gen
3- add LANG=en_US.UTF-8 and LC_COLLATE=C to /etc/locale.conf
and thatâs it. Everything worked.