adrv_slacko_6.3.0.sfs: CUPS not working (Solved)

Please post any bugs you have found
Post Reply
Message
Author
watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

adrv_slacko_6.3.0.sfs: CUPS not working (Solved)

#1 Post by watchdog »

I'm testing the adrv_slacko_6.3.0.sfs with my final install. All went well but I have CUPS not working for the installed printers and permissions problems. Any help is appreciated.

If you do not know adrv.sfs read the following post:

http://www.murga-linux.com/puppy/viewto ... 006#871006
Last edited by watchdog on Tue 29 Mar 2016, 11:39, edited 2 times in total.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#2 Post by watchdog »

I have solved with an old workaround from the development of an italian puppet based on precise (Linux_Ogigia_Puppet_2015.iso). Make a script which you can name Cups with execute permissions with the following content:

Code: Select all

#!/bin/sh
mount -t tmpfs -o size=10M tmpfs /var/spool/cups
/etc/init.d/cups restart & 
and move it in /root/Startup. Restart x and cups now works.

Post Reply