Changeset aef31c3
- Timestamp:
- Jun 24, 2010, 1:48:09 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 8045b0a
- Parents:
- 0237078
- git-author:
- root <root@…> (05/31/10 23:52:21)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:09)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r1e04f22 raef31c3 59 59 For the time being, I've set the CUPS daemon to always run under group 'audio', 60 60 but there should really be a better solution. 61 * lprm does not remove jobs -- we should maybe leave a pid file and kill the mplayer 62 process if someone kills the job 63 * you can currently play files locally, but not remotely -- why? 61 * debathena printer configuration defaults to using ipp, e.g.: 62 jhamrick@lemon-meringue:~$ lpstat -v sipbmp3 63 device for sipbmp3: ipp://zsr.mit.edu:631/printers/sipbmp3 64 so you can't just do `lpq -Psipbmp3`, you have to use `lpq -Psipbmp3 -hzsr` or 65 something similar. Same thing goes with lprm. It is interesting that this is 66 only the case with lpq and lprm, though, and lpr Just Works. This shouldn't be 67 an issue on non-debathena machines. 68 69 - Create wrapper scripts for queuing/dequeuing jobs? Making it easier to use across 70 multiple platforms, regardless of debathena/normal linux/etc? -
debian/changelog
r0237078 raef31c3 1 gutenbach (2.02) unstable; urgency=low 2 3 * Fix print server permissions problems such that remote 4 users can user cups-lpq and cups-lprm 5 6 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 31 May 2010 23:51:52 -0400 7 1 8 gutenbach (2.01) unstable; urgency=low 2 9 -
debian/inst/cups-set-perms
r4ac44b2 raef31c3 24 24 # Begin configurations for gutenbach 25 25 26 Group audio 27 Listen * 28 26 29 <Location /printers/$printername> 30 <Limit Cancel-Job Purge-Jobs CUPS-Authenticate-Job> 31 Order deny,allow 32 Allow from All 33 </Limit> 34 27 35 Order Deny, Allow 28 36 Allow from All 29 37 </Location> 30 31 Group audio32 Listen *33 38 34 39 # End configurations for gutenbach
Note: See TracChangeset
for help on using the changeset viewer.