davesteele / cloudprint-service

Debian packaging for the Python cloudprint proxy utility
GNU General Public License v3.0
71 stars 4 forks source link

Daemon won't print on Ubuntu 12.04.4 #13

Open stephen-d-hill opened 10 years ago

stephen-d-hill commented 10 years ago

I have installed this on Ubuntu, created login, and started the service and then tried the Google test page. The job never prints, just sits pending. I've checked syslog, and my printers are updated and it appears to login ok. I then stop the service, and run "sudo cloudprint -u" on the shell, and immediately the job prints fine. Why isn't the daemon version working?

stephen-d-hill commented 10 years ago

If I "su", "cd ~", and then run "cloudprint -u" it doesn't print either. I am unsure what the problem is, but clearly it's something to do with login.....

davesteele commented 10 years ago

It's actually probably notifications. See #5, and fast poll in /etc/defaults/cloudprintd.

If your definition is "more than one hour", then nevermind.

Your "cd ~' test probably used a different authentication file - the one for cloudprint-service is under /var. If the problem is notifications, I would expect the job to print when the service is restarted.

stephen-d-hill commented 10 years ago

My problem does appear to be notifications....I will try enabling FAST_POLL.