Comment 6 for bug 1349387

Revision history for this message
Bruno Nova (brunonova) wrote :

I've been trying to debug system-config-printer with pdb to find the bug.
In cupspk.py, line 118:

    pk_retval = pk_function(*pk_args)

where FileGet is called (remote call?) to CUPS (when the configure menu is pressed) with:

    pk_args = ('/admin/conf/cupsd.conf', '/tmp/somefile')

it returns "Not Found".

If I go to "localhost:361/admin/conf/cupsd.conf" in Firefox, it also returns "Not Found".
Actually, if I try to access the logs from the CUPS Administration page in Firefox it also returns "Not Found".

So the bug is probably in CUPS.
Although it is strange that the 1st time that the Configure option is accessed, it worked.