FS#32698 - [libreoffice-common] Read-only filesystem prevents spadmin to work properly
Attached to Project:
Arch Linux
Opened by Guillaume R. (mayweed) - Friday, 16 November 2012, 08:19 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 10 March 2013, 07:46 GMT
Opened by Guillaume R. (mayweed) - Friday, 16 November 2012, 08:19 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 10 March 2013, 07:46 GMT
|
Details
Description:
When I tried to set up the default configuration of my printer, so that langugage type sticks at Postscript, I can't run spadmin to do it. It says: "No printers can be installed, because the file system is read-only." Additional info: * package version(s) LibreOffice 3.6.3-1 * config and/or log files etc. Steps to reproduce: 1- Install LibreOffice 2- Try to run spadmin as root 3- A pop-up window will appear with the error message |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Sunday, 10 March 2013, 07:46 GMT
Reason for closing: Fixed
Additional comments about closing: 4.0.1-2
Sunday, 10 March 2013, 07:46 GMT
Reason for closing: Fixed
Additional comments about closing: 4.0.1-2
I copy/paste because 2>&1 weirdly did not work with strace output.
Wrt the file:
--> I got a printers.tdb in /var/lib/samba/printing
--> I do have an open cups socket:
[raimondeaug@hades cups]$ file /var/run/cups/cups.sock
/var/run/cups/cups.sock: socket
--> I do not have a .Xdefaults, neither in root directory nor in user directory
* https://issues.apache.org/ooo/show_bug.cgi?id=3909#c5 (seems to be connected to a psprint.conf-file)
Upstream bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=55962
Under https://bugs.freedesktop.org/show_bug.cgi?id=55962#c16 a FreeBSD-guy proposed to to compile with the "--with-ppds" option. I cross-checked the gentoo-ebuild (http://data.gpo.zugaina.org/gentoo/app-office/libreoffice/libreoffice-4.0.0.3.ebuild) - they simply omit the "--without-ppds" option in the ebuild.
So just comment out the "--without-ppds" line in PKGBUILD and recompile libreoffice-common and the read-only filesystem error is gone!