The following tmpfiles line adds the files for cups, but the directory needs to be writeable to add network printers
|
# CUPS is pulled in by GNOME, and fails if the configs are not there |
|
L? /etc/cups |
E [15/Jun/2026:13:32:21 +0200] Unable to create "/etc/cups/printers.conf.N": Read-only file system
E [15/Jun/2026:13:33:39 +0200] Unable to create "/etc/cups/ppd/Canon_TS8350.ppd.N": Read-only file system
E [15/Jun/2026:13:33:39 +0200] Canon_TS8350: Unable to create PPD for printer: Read-only file system
E [15/Jun/2026:13:33:39 +0200] [Client 191] Returning IPP server-error-device-error for CUPS-Add-Modify-Printer (ipp://localhost/printers/Canon_TS8350) from localhost.
E [15/Jun/2026:13:34:07 +0200] Unable to create "/etc/cups/printers.conf.N": Read-only file system
Not sure how to best work around it here
The following tmpfiles line adds the files for cups, but the directory needs to be writeable to add network printers
particleos/mkosi.extra/usr/lib/tmpfiles.d/etc.conf
Lines 61 to 62 in 9e3fc04
Not sure how to best work around it here