[ARM Stable Update] 2023-01-24 - QT, PHP 8.2, LLVM/Clang 15, Firefox 109, Sway 1.8 and Kernels

Hello ARM community.

Another big update is upon us. This one has almost everything you can think of.


Some highlights:

  • Most of our kernels got updated
  • QT5 updated to 5.15.8
  • QT6 updated to 6.4.2
  • Plasma updated to 5.26.5
  • KDE Gear applications updated to 22.12.1
  • KDE Frameworks updated to 5.102
  • Firefox updated to 109.0
  • Mesa updated to 22.3.3
  • PHP updated to 8.2
  • LLVM/Clang updated to 15.0.7
  • XFCE updated to 4.18.1
  • Sway updated to 1.8
  • Lots of updated packages for our Mobile offerings
  • The regular Python updates
  • And regular updates from upstream

End Of Life kernels (will soon by removed from the repo):

  • linux60 (EOL on 2023-01-12)

Gnome 43 theme changes

Gnome 43 changes how themes are applied to the system, so when upgrading you might notice something is off with the theming.
We have tried to make it easy to get a pretty good theme going when updating, but it does require a few steps.

  1. Install adw-gtk3 and gradience. But you will need to set your own colors in Gradience after it’s installed.
  2. Open Gradience and import this preset (link will follow) and Apply it.
How to get Waydroid working

If you follow these steps, you should have Waydroid working fine.

Remember, Waydroid only works on wayland!

  • Install waydroid-image and all it’s dependencies.
  • Run pkexec setup-waydroid.
  • You should now be able to launch Waydroid. The first launch takes a while.
How to use Kodi RPI on Manjaro ARM

If anyone wants to test kodi on the rpi, install these packages:

sudo pacman -S kodi-rpi kodi-rpi-dev kodi-rpi-eventclients kodi-rpi-tools-texturepacker libcec-rpi linux-rpi4 xf86-video-fbdev

Have it set up is to boot straight in to kodi

This means the kodi.service file need to replace whatever login manager you have installed. In my case I would:

sudo systemctl disable lightdm.service
sudo systemctl enable kodi.service

They recommend removing custom configs in config.txt. We ran into an issue if a value was set with gpu_mem=.

My config.txt with a bit of overclocking:

over_voltage=5
arm_freq=2000
#gpu_mem=64     #disable this
initramfs initramfs-linux.img followkernel
kernel=kernel8.img
arm_64bit=1
disable_overscan=1

#enable sound
dtparam=audio=on
hdmi_drive=2

#enable vc4
dtoverlay=vc4-kms-v3d,cma-512
#max_framebuffers=2    #disable cause kodi uses more
disable_fw_kms_setup=1

Some notes:

The default user will be kodi
kodi home directory will be /var/lib/kodi
So put test video in /var/lib/kodi/Videos so you can get to it
after setting up the video directory in kodi.


Upstream Notifications:

Removing python2 from the repositories
https://archlinux.org/news/removing-python2-from-the-repositories/

Older notifications

If you used the Manjaro ARM Installer or is using PinePhone or PineTab, you need to redo your passwords, because of an update to libxcrypt:
Arch Linux - News: Sorting out old password hashes

Chromium will loose sync support in early March:
Arch Linux - News: Chromium losing Sync support in early March

ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention:
Arch Linux - News: ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention

The nss and zn_poly packages requires manual intervention:
Arch Linux - News: nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention
Arch Linux - News: zn_poly 0.9.2-2 update requires manual intervention

The packages hplip and firewalld requires manual intervention:
Arch Linux - News: hplip 3.20.3-2 update requires manual intervention
Arch Linux - News: firewalld>=0.8.1-2 update requires manual intervention


Package changes:

(Tue Jan 24 14:06:21 CET 2023)

  • arm-stable community aarch64: 995 new and 916 removed package(s)
  • arm-stable core aarch64: 71 new and 72 removed package(s)
  • arm-stable extra aarch64: 1039 new and 1037 removed package(s)
  • arm-stable kde-unstable aarch64: 408 new and 408 removed package(s)

See the full package list here


Testers needed on arm-testing branch

We are in need of testers for our arm-testing and arm-unstable branches.
So if you are adventurous and want newer software quicker, we would love for you to help us test out the new packages in arm-testing branch.

All you have to do to switch to this branch is:

  • Run this command to switch branch: sudo pacman-mirrors -aS testing && sudo pacman -Syyu. This will generate a new mirrorlist for you, sync your databases with the new mirror and update your system using the arm-testing branch.

We would then love for you to give feedback in our update posts in #manjaro-arm:arm-testing-updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!


Donation

Please consider supporting Manjaro ARM directly via Patreon, Ko-Fi or Open Collective.
You can also donate to our upstream, which is Arch Linux ARM.

Poll

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself. (Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)

0 voters

Check if your mirror has already synced:

1 Like

Known Issues and Solutions

This is a wiki post, please edit it when you find a solution to an issue you encountered
2023-01-03

Ethernet and Wifi not working right on kernel 6.1.2+ on some devices

Some devices have been reported to not have properly working ethernet and wifi after the update to kernel 6.1.2 and above.
Fix: Kernel 6.1.5-2 and above should have working ethernet and wifi again.

Reduced video playback performance in mpv

There has been reports of video playback performance in mpv has regressed since an update to mpv.
Fix: MPV now needs a vd-lavc-dr=no parameter to play hw acceleration supported 1080p videos smoothly.

Touch input on Firefox with Phosh not working in Firefox 108

Since the update to Firefox 108, the touch input does not work. Seems to be an issue with a couple of the changes the mobile-config brings in. PostMarketOS likely won’t fix this in their source, so we might need to carry a patch for this.

2022-11-20

OpenSSL 1.1 library not found

Some applications might still be looking for openssl 1.1.
Solution: Install openssl-1.1 package with sudo pacman -S openssl-1.1.

2022-10-31

Firefox shows wrong colors when playing video on Raspberry Pi 4

Since Mesa 22.2, Firefox has been showing weird colors when playing video on the Raspberry Pi 4. This is caused by an issue in upstream mesa, which was recently fixed.
Fix: Update to mesa 22.2.3-0.1 in the repository, which includes this fix.

Chromium in Wayland crashes with --in-process-gpu

Since Mesa 22.2.0, Chromium running in wayland sessions seems to crash when running with the --in-process-gpu option. Running in X11 seems fine, although it’s slow.
Fix: Update to Mesa 22.3.2 was reported to work here.

2022-10-21

Plasma Mobile Dialer seems to be unreliable

Plasma Dialer 22.09 seems to have issues switching audio profiles and as such might require manual switching. Sometimes audio is completely missing.

Reduced video performance on youtube

Some may encounter reduced video playback performance on YouTube in Firefox with the new Mesa 22.2 drivers.
No workaround at this time.

Old Issues

Phosh crashes when closing apps
An upstream issue results in the Phosh shell to crash when you close the app in the app switcher, with animations turned off.
Fix: Enable animations in Tweaks application

Mouse cursor is slow on Raspberry Pi
Due to a change in the Raspberry Pi kernels upstream, they no longer support FKMS. This can result in slow performance when using the FKMS drivers with the newer Raspberry Pi kernels.
Solution: Open /boot/config.txt, change fkms to kms in the dtoverlay line. Save the file and reboot.

[Waydroid container cannot access internet
Cause: new default waydroid configuration issue, tracked here.

Short-term Solution:

  1. create /etc/nftables.d/waydroid.nft with the following contents:
#!/usr/sbin/nft -f
table inet filter {
    chain input {
        iifname "waydroid0" accept comment "Allow incoming network traffic from WayDroid"
    }
    chain forward {
        iifname "waydroid0" accept comment "Allow outgoing network traffic from WayDroid"
        ct state {established, related} counter accept comment "accept established connections"
    }
}
  1. any time you launch waydroid, run the following after it has started:
echo "ip route add default via 192.168.250.1" |sudo waydroid shell

I updated an older raspberry pi 4 installation to current (stable).
Went well, except:
After reboot the KDE Plasma renderer gave error in the systemtray (right bottom) and fell back to software rendering and complained. Both X11 and Wayland. Performance was poor, slideshow poor. KDE System Information (informationcenter?) graphics section indicated problems loading the llvm-libs. Seems my pi 4 and the current plasma didn’t like the llvm-libs 14 much. Reinstalled the 14 version, didn’t change. Rolled it back to 13 and it seems to work again.
Might be just me, as it was not recently updated.

Solution: Was running an outdated mesa-git package, moved back to the normal mesa package. Solved.

Sounds like an issue in your mesa package. Do you use a special one?

Yes indeed. It was the mesa-git package, which isn’t being updated anymore. Moved back to the normal mesa package with llvm-libs 14, seems to work normal again.
Thanks!

1 Like

On pinebook (and pinebookpro?) mpv needs a vd-lavc-dr=no parameter to play hw acceleration supported 1080p videos smoothly and not to drop frames.

Isn’t this an information that belongs to the Known Issues & Solutions section?

Added to the mpv one that’s already there.

1 Like

4 posts were split to a new topic: Rock 3A not booting from SD card

Another long standing problem on the PinePhone I just ran into again with this version.

If the battery level is critical (<= 5%) and you connect the charging cable it does not actually charge. But the battery level is not dropping either. The amount is just staying steady. If you reboot the phone it is charging normally again.

Seems like the power saving measures that are being applied are interfering with it.

Edit: It appears a reboot doesn’t help if the battery doesn’t raise above the critical level before it has booted up again.

Also it is not possible to properly charge a powered off phone - it seems. there’s no indication that it is charging (which might be by design) and when connecting the charger to a powered off phone it immediately boots up (might also be by design though).

Hi,

On an ODROID-M1 8G with Nvme SSD :

  1. Fresh install on last Manjaro-ARM-gnome-om1-22.12 → black screen at boot (sometimes it freeze the keyboard too) = Manjaro KO and stuck.

  2. Fresh install on Manjaro-ARM-gnome-om1-22.10 → system boot, possible to finish install → reboot OK → Pacman -Syu → reboot → black screen at boot (sometimes it freeze the keyboard too) = Manjaro KO and stuck.

Any help much appreciated :slight_smile:

Wish You well

A post was split to a new topic: Desktop files showing as untrusted

A post was split to a new topic: Where do I get the vivaldi-ffmpeg-codecs that is built for aarch64?

I am no longer able to print from my Pinebook Pro to my networked HP printer since this update. My MX-Linux machine on the network still works fine.

CUPS (in a web browser window, localhost:631/printers/Network_HP_LaserJet__Pro_M405-M505) reports stopped"Filter failed"

|Network_HP_LaserJet__Pro_M405-M505-170|Unknown|Withheld|30k|1|stopped “Filter failed”|

From /var/log/cups/error_log (the log is huge for just this one job but maybe there’s a clue here):

W [14/Feb/2023:07:22:48 -0800] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
E [14/Feb/2023:08:20:19 -0800] [Job 169] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [14/Feb/2023:08:20:19 -0800] [Job 169] The following messages were recorded from 08:20:14 AM to 08:20:19 AM
D [14/Feb/2023:08:20:19 -0800] [Job 169] Applying default options...
D [14/Feb/2023:08:20:19 -0800] [Job 169] Adding start banner page "none".
D [14/Feb/2023:08:20:19 -0800] [Job 169] Adding end banner page "none".
D [14/Feb/2023:08:20:19 -0800] [Job 169] File of type application/pdf queued by "cb".
D [14/Feb/2023:08:20:19 -0800] [Job 169] hold_until=0
D [14/Feb/2023:08:20:19 -0800] [Job 169] Queued on "Network_HP_LaserJet__Pro_M405-M505" by "cb".
D [14/Feb/2023:08:20:19 -0800] [Job 169] time-at-processing=1676391614
D [14/Feb/2023:08:20:19 -0800] [Job 169] 3 filters for job:
D [14/Feb/2023:08:20:19 -0800] [Job 169] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [14/Feb/2023:08:20:19 -0800] [Job 169] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
D [14/Feb/2023:08:20:19 -0800] [Job 169] hpps (application/vnd.cups-postscript to printer/Network_HP_LaserJet__Pro_M405-M505, cost 0)
D [14/Feb/2023:08:20:19 -0800] [Job 169] job-sheets=none,none
D [14/Feb/2023:08:20:19 -0800] [Job 169] argv[0]="Network_HP_LaserJet__Pro_M405-M505"
D [14/Feb/2023:08:20:19 -0800] [Job 169] argv[1]="169"
D [14/Feb/2023:08:20:19 -0800] [Job 169] argv[2]="cb"
D [14/Feb/2023:08:20:19 -0800] [Job 169] argv[3]="Microsoft Word - The Wilderness Protocol 1-5-23 - APznzab7MM1i8sMdYbs6iNgbOe19fK49uxjpJ5Bv2SWT5opIm6wBMiPFu3Pgg7PO3JTlV34zFbhtj4GNVT1A0aQrIakmS2EVgh4EkJ_MXBTB3UwYTbLy_D46TcdPXPo6tzE6uNvfrWJ5OWysEQ0tTGsZOesm3ggWEiO3g1jL74G0V9KxbVCFKQWJ9llNGg5JxzkFBskDQ_Od"
D [14/Feb/2023:08:20:19 -0800] [Job 169] argv[4]="1"
D [14/Feb/2023:08:20:19 -0800] [Job 169] argv[5]="PageSize=Letter EPRendering=None XRXColor=BW INK=MONO SelectColor=Grayscale HPColorMode=GrayscalePrint ProcessColorModel=Mono BRMonoColor=Mono CNGrayscale PrintoutMode=Normal.Gray BRPrintQuality=Black Collate Duplex=None ColorMode=Mono CNIJGrayScale=1 ARCMode=CMBW ColorModel=Gray OKControl=Gray XROutputColor=PrintAsGrayscale BLW=TrueM job-uuid=urn:uuid:bdde774f-67e4-3757-5db7-dd00f1b2a9b1 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1676391614 time-at-processing=1676391614"
D [14/Feb/2023:08:20:19 -0800] [Job 169] argv[6]="/var/spool/cups/d00169-001"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[3]="CUPS_REQUESTROOT=/var/spool/cups"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[4]="CUPS_SERVERBIN=/usr/lib/cups"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[5]="CUPS_SERVERROOT=/etc/cups"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[6]="CUPS_STATEDIR=/run/cups"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[7]="HOME=/var/spool/cups/tmp"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[9]="SERVER_ADMIN=root@PBPRO"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[10]="SOFTWARE=CUPS/2.4.2"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[12]="USER=root"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[13]="CUPS_MAX_MESSAGE=2047"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[14]="CUPS_SERVER=/run/cups/cups.sock"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[16]="IPP_PORT=631"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[17]="CHARSET=utf-8"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[18]="LANG=en_US.UTF-8"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[19]="PPD=/etc/cups/ppd/Network_HP_LaserJet__Pro_M405-M505.ppd"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[20]="CONTENT_TYPE=application/pdf"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[21]="DEVICE_URI=hp:/net/HP_Laserjet_Pro_M404-M405?ip=10.42.0.4"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[22]="PRINTER_INFO=HP_LaserJet__Pro_M404-M405"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[23]="PRINTER_LOCATION=Wireless Bridge"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[24]="PRINTER=Network_HP_LaserJet__Pro_M405-M505"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[25]="PRINTER_STATE_REASONS=none"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[26]="CUPS_FILETYPE=document"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[27]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [14/Feb/2023:08:20:19 -0800] [Job 169] envp[28]="AUTH_I****"
D [14/Feb/2023:08:20:19 -0800] [Job 169] Started filter /usr/lib/cups/filter/pdftopdf (PID 6339)
D [14/Feb/2023:08:20:19 -0800] [Job 169] Started filter /usr/lib/cups/filter/pdftops (PID 6340)
D [14/Feb/2023:08:20:19 -0800] [Job 169] Started filter /usr/lib/cups/filter/hpps (PID 6341)
D [14/Feb/2023:08:20:19 -0800] [Job 169] Started backend /usr/lib/cups/backend/hp (PID 6342)
D [14/Feb/2023:08:20:19 -0800] [Job 169] HP PS filter starting : Network_HP_LaserJet__Pro_M405-M505 
D [14/Feb/2023:08:20:19 -0800] [Job 169] hppsfilter: argv[0] = Network_HP_LaserJet__Pro_M405-M505
D [14/Feb/2023:08:20:19 -0800] [Job 169] hppsfilter: argv[1] = 169
D [14/Feb/2023:08:20:19 -0800] [Job 169] hppsfilter: argv[2] = cb
D [14/Feb/2023:08:20:19 -0800] [Job 169] hppsfilter: argv[3] = Microsoft Word - The Wilderness Protocol 1-5-23 - APznzab7MM1i8sMdYbs6iNgbOe19fK49uxjpJ5Bv2SWT5opIm6wBMiPFu3Pgg7PO3JTlV34zFbhtj4GNVT1A0aQrIakmS2EVgh4EkJ_MXBTB3UwYTbLy_D46TcdPXPo6tzE6uNvfrWJ5OWysEQ0tTGsZOesm3ggWEiO3g1jL74G0V9KxbVCFKQWJ9llNGg5JxzkFBskDQ_Od
D [14/Feb/2023:08:20:19 -0800] [Job 169] hppsfilter: argv[4] = 1
D [14/Feb/2023:08:20:19 -0800] [Job 169] hppsfilter: argv[5] = PageSize=Letter EPRendering=None XRXColor=BW INK=MONO SelectColor=Grayscale HPColorMode=GrayscalePrint ProcessColorModel=Mono BRMonoColor=Mono CNGrayscale PrintoutMode=Normal.Gray BRPrintQuality=Black Collate Duplex=None ColorMode=Mono CNIJGrayScale=1 ARCMode=CMBW ColorModel=Gray OKControl=Gray XROutputColor=PrintAsGrayscale BLW=TrueM job-uuid=urn:uuid:bdde774f-67e4-3757-5db7-dd00f1b2a9b1 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1676391614 time-at-processing=1676391614
D [14/Feb/2023:08:20:19 -0800] [Job 169] *** buffer overflow detected ***: terminated
D [14/Feb/2023:08:20:19 -0800] [Job 169] pdftops - copying to temp print file \"/var/spool/cups/tmp/018c463f4f07d\"
D [14/Feb/2023:08:20:19 -0800] [Job 169] STATE: +connecting-to-device
D [14/Feb/2023:08:20:19 -0800] [Job 169] pdftopdf: Last filter determined by the PPD: hpps; FINAL_CONTENT_TYPE: application/vnd.cups-postscript => pdftopdf will log pages in page_log.
D [14/Feb/2023:08:20:19 -0800] [Job 169] PDF interactive form and annotation flattening done via QPDF
D [14/Feb/2023:08:20:19 -0800] [Job 169] pdftopdf: \"print-scaling\" IPP attribute: auto
D [14/Feb/2023:08:20:19 -0800] [Job 169] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [14/Feb/2023:08:20:19 -0800] [Job 169] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [14/Feb/2023:08:20:19 -0800] [Job 169] PAGE: 1 1
D [14/Feb/2023:08:20:19 -0800] [Job 169] PID 6339 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
D [14/Feb/2023:08:20:19 -0800] [Job 169] Printer make and model: HP LaserJet Pro M404-M405
D [14/Feb/2023:08:20:19 -0800] [Job 169] Running command line for pstops: pstops 169 cb \'Microsoft Word - The Wilderness Protocol 1-5-23 - APznzab7MM1i8sMdYbs6iNgbOe19fK49uxjpJ5Bv2SWT5opIm6wBMiPFu3Pgg7PO3JTlV34zFbhtj4GNVT1A0aQrIakmS2EVgh4EkJ_MXBTB3UwYTbLy_D46TcdPXPo6tzE6uNvfrWJ5OWysEQ0tTGsZOesm3ggWEiO3g1jL74G0V9KxbVCFKQWJ9llNGg5JxzkFBskDQ_Od\' 1 \'PageSize=Letter EPRendering=None XRXColor=BW INK=MONO SelectColor=Grayscale HPColorMode=GrayscalePrint ProcessColorModel=Mono BRMonoColor=Mono CNGrayscale PrintoutMode=Normal.Gray BRPrintQuality=Black Duplex=None ColorMode=Mono CNIJGrayScale=1 ARCMode=CMBW ColorModel=Gray OKControl=Gray XROutputColor=PrintAsGrayscale BLW=TrueM job-uuid=urn:uuid:bdde774f-67e4-3757-5db7-dd00f1b2a9b1 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1676391614 time-at-processing=1676391614\'
D [14/Feb/2023:08:20:19 -0800] [Job 169] Using image rendering resolution 600 dpi
D [14/Feb/2023:08:20:19 -0800] [Job 169] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -dNOMEDIAATTRS -sstdout=%stderr -sDEVICE=ps2write -dShowAcroForm -sOUTPUTFILE=%stdout -sProcessColorModel=DeviceGray -sColorConversionStrategy=Gray -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c \'save pop\' -f /var/spool/cups/tmp/018c463f4f07d
D [14/Feb/2023:08:20:19 -0800] [Job 169] Started filter gs (PID 6344)
D [14/Feb/2023:08:20:19 -0800] [Job 169] Started filter pstops (PID 6345)
D [14/Feb/2023:08:20:19 -0800] [Job 169] PID 6341 (/usr/lib/cups/filter/hpps) crashed on signal 6.
D [14/Feb/2023:08:20:19 -0800] [Job 169] Hint: Try setting the LogLevel to "debug" to find out more.
D [14/Feb/2023:08:20:19 -0800] [Job 169] prnt/backend/hp.c 824: ERROR: open device failed stat=12: hp:/net/HP_Laserjet_Pro_M404-M405?ip=10.42.0.4
D [14/Feb/2023:08:20:19 -0800] [Job 169] PID 6342 (/usr/lib/cups/backend/hp) stopped with status 1.
D [14/Feb/2023:08:20:19 -0800] [Job 169] Hint: Try setting the LogLevel to "debug" to find out more.
D [14/Feb/2023:08:20:19 -0800] [Job 169] Page = 612x792; 12,12 to 600,780
D [14/Feb/2023:08:20:19 -0800] [Job 169] slow_collate=0, slow_duplex=0, slow_order=0
D [14/Feb/2023:08:20:19 -0800] [Job 169] Before copy_comments - %!PS-Adobe-3.0
D [14/Feb/2023:08:20:19 -0800] [Job 169] %!PS-Adobe-3.0
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%Invocation: gs -q -dNOPAUSE -dBATCH -dSAFER -dNOMEDIAATTRS -sstdout=? -sDEVICE=ps2write -dShowAcroForm -sOUTPUTFILE=? -sProcessColorModel=DeviceGray -sColorConversionStrategy=Gray -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE ?
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%+ ? -f ?
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%BoundingBox: 0 0 612 792
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%HiResBoundingBox: 0 0 612.00 792.00
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%Creator: GPL Ghostscript 10000 (ps2write)
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%LanguageLevel: 2
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%CreationDate: D:20230214082014-08\'00\'
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%Pages: 1
D [14/Feb/2023:08:20:19 -0800] [Job 169] %%EndComments
D [14/Feb/2023:08:20:19 -0800] [Job 169] Before copy_prolog - %%BeginProlog
D [14/Feb/2023:08:20:19 -0800] [Job 169] Before copy_setup - %%Page: 1 1
D [14/Feb/2023:08:20:19 -0800] [Job 169] Before page loop - %%Page: 1 1
D [14/Feb/2023:08:20:19 -0800] [Job 169] Copying page 1...
D [14/Feb/2023:08:20:19 -0800] [Job 169] pagew = 588.0, pagel = 768.0
D [14/Feb/2023:08:20:19 -0800] [Job 169] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [14/Feb/2023:08:20:19 -0800] [Job 169] PageLeft = 12.0, PageRight = 600.0
D [14/Feb/2023:08:20:19 -0800] [Job 169] PageTop = 780.0, PageBottom = 12.0
D [14/Feb/2023:08:20:19 -0800] [Job 169] PageWidth = 612.0, PageLength = 792.0
D [14/Feb/2023:08:20:19 -0800] [Job 169] Wrote 1 pages...
D [14/Feb/2023:08:20:19 -0800] [Job 169] PID 6345 (pstops) exited with no errors.
D [14/Feb/2023:08:20:19 -0800] [Job 169] PID 6344 (gs) exited with no errors.
D [14/Feb/2023:08:20:19 -0800] [Job 169] PID 6340 (/usr/lib/cups/filter/pdftops) exited with no errors.
D [14/Feb/2023:08:20:19 -0800] [Job 169] End of messages
D [14/Feb/2023:08:20:19 -0800] [Job 169] printer-state=3(idle)
D [14/Feb/2023:08:20:19 -0800] [Job 169] printer-state-message="Filter failed"
D [14/Feb/2023:08:20:19 -0800] [Job 169] printer-state-reasons=none
E [14/Feb/2023:08:21:09 -0800] [CGI] ippfind (PID 6459) stopped with status 2!
E [14/Feb/2023:08:21:09 -0800] [cups-deviced] PID 6450 (driverless) stopped with status 2!
E [14/Feb/2023:08:23:25 -0800] [Job 169] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [14/Feb/2023:08:23:25 -0800] [Job 169] The following messages were recorded from 08:20:20 AM to 08:23:25 AM
D [14/Feb/2023:08:23:25 -0800] [Job 169] Unloading...
D [14/Feb/2023:08:23:25 -0800] [Job 169] Loading attributes...
D [14/Feb/2023:08:23:25 -0800] [Job 169] Unloading...
D [14/Feb/2023:08:23:25 -0800] [Job 169] Loading attributes...
D [14/Feb/2023:08:23:25 -0800] [Job 169] Job restarted by user.