similar to: Spool files not deleted when "printing = cups"

Displaying 20 results from an estimated 100 matches similar to: "Spool files not deleted when "printing = cups""

2002 Sep 18
1
unlink data file in cups_job_submit
With samba-2.2.5, cups-1.1.14, and printcap=cups, I find that I have to explicitly clean up old print data files in /var/spool/samba with a cron job. With a traditional LPR, we use -r to tell lpr to remove the file for us after the file is spooled. With cups, we send it over ipp, and I think we should then unlink the data file ourselves. Does this seem right? --- print_cups.c~ Thu May
2006 Jul 26
1
Organization Question
Hey guys, I''ve been playing w/ ruby for a few years now, and I finally have a project that gives me an excuse to try out rails. I''ve been liking it a lot, but it''s hard for me to grasp some of the concepts... specifically, when do I need to make a new controller? I understand that different tables need their own controller, but what about other things that are
2007 Jan 04
6
after_update attributes problem
Hey guys, I''m having a hard time w/ the after_update callback on rails... As far as I can tell, when I define a after_update callback on a model, the attributes of the object have the same values that they had *before* Base.save was called. I''m probably wrong so here''s the code: UNIT TEST: def test_register_item_adjusts_account_balance account =
2006 Mar 25
4
the textilize method
I saw the guy in the 15 min blog video calling a method called textilize however when i call it rails says it cant find this method. Is this somehting extra i have to install to ruby... like a gem or somehting -- Posted via http://www.ruby-forum.com/.
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering what you guys use? features i like in an ide code highlites auto code complete file browser Currently i am using dreamwever but the code highliting is really bad its also a pain to set up other doucment types such as .yml data config. -- Posted via http://www.ruby-forum.com/.
2006 Oct 23
3
passing parameter to action
i have a table of data in my application. i would like to be able to sort the data in the table by clicking on the column header. the way i was thinking i want to do this is just by making a ''sort'' action, and then calling the sort action from each link in the table header (passing the respective column name). it doesn''t seem to be possible to pass parameters to an
2013 Feb 08
5
[Bug 60516] New: nouveau driver graphics corrupted in 3.7 kernel for nvidia FX5200 [NV34] hardware
https://bugs.freedesktop.org/show_bug.cgi?id=60516 Priority: medium Bug ID: 60516 Assignee: nouveau at lists.freedesktop.org Summary: nouveau driver graphics corrupted in 3.7 kernel for nvidia FX5200 [NV34] hardware QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2014 Jun 04
1
samba4 and cups problem
Hello, My envirronement: Debian 7.5 Samba version 4.1.7 from backport Cups 1.5.3-5 I have upgrade from samba 3 to samba4 this morning. Since, I have some very strange error when I try to print or list the shared printer from a windows Server: Here is my syslog log file when I try to refresh the printers list from a Windws 2008 server. Jun 4 17:00:24 daisy2k11 smbd[22133]: [2014/06/04
2011 Jul 25
7
[Bug 39530] New: Also after installing Obermayrs drm-nouveau driver booting succeeds only with nomodeset
https://bugs.freedesktop.org/show_bug.cgi?id=39530 Summary: Also after installing Obermayrs drm-nouveau driver booting succeeds only with nomodeset Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component:
2023 Aug 23
1
[PATCH drm-misc-next v2] drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
Currently, NO_PREFETCH is passed implicitly through drm_nouveau_gem_pushbuf_push::length and drm_nouveau_exec_push::va_len. Since this is a direct representation of how the HW is programmed it isn't really future proof for a uAPI. Hence, fix this up for the new uAPI and split up the va_len field of struct drm_nouveau_exec_push, such that we keep 32bit for va_len and 32bit for flags. For
2023 Aug 23
1
[PATCH drm-misc-next] drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
On Tue, Aug 22, 2023 at 6:41?PM Danilo Krummrich <dakr at redhat.com> wrote: > Currently, NO_PREFETCH is passed implicitly through > drm_nouveau_gem_pushbuf_push::length and drm_nouveau_exec_push::va_len. > > Since this is a direct representation of how the HW is programmed it > isn't really future proof for a uAPI. Hence, fix this up for the new > uAPI and split up
2023 Aug 22
2
[PATCH drm-misc-next] drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
Currently, NO_PREFETCH is passed implicitly through drm_nouveau_gem_pushbuf_push::length and drm_nouveau_exec_push::va_len. Since this is a direct representation of how the HW is programmed it isn't really future proof for a uAPI. Hence, fix this up for the new uAPI and split up the va_len field of struct drm_nouveau_exec_push, such that we keep 32bit for va_len and 32bit for flags. For
2016 Sep 05
1
Samba-CUPS interface
2016-09-04 15:22 GMT+04:00 Andrew Bartlett <abartlet at samba.org>: > On Fri, 2016-09-02 at 11:59 +0400, henri transfert via samba wrote: > > Hi, > > > > One of our Samba server (4.4.5) is a print server with CUPS backend . > > In > > addition we are using a print management product that is itself a > > backend > > to cups. > > > >
2016 Sep 04
0
Samba-CUPS interface
On Fri, 2016-09-02 at 11:59 +0400, henri transfert via samba wrote: > Hi, > > One of our Samba server (4.4.5) is a print server with CUPS backend . > In > addition we are using a print management product that is itself a > backend > to cups. > > Everything works well, except that the document names that are > transmitted > in the chain is of the form :
2006 Mar 26
7
MVC Design
Hello I have been using LAMP for the last 6 years and i am now finally making the choice to move over to RoR. This MVC stuff is all very new to me. As i have no trouble understanding ruby code... or any code for that matter.. my challange comes in getting my head around the MVC stuff. Is there any demos articles that you guys have seen that takes a site or a business breif and explains where
2006 Jun 25
1
UPS quotes via shipping gem
greetings, has anyone had luck with the UPS portion of the shipping gem? i get nil''s returned for price, wondering what i''m missing. to avoid all confusion i included the account/login in the instantiation (sub with real values). @ups = Shipping::UPS.new :ups_account => ''7B4F74E3075AEEFF'', :ups_user => ''username'', :ups_password
2003 Dec 01
0
No subject
server machine or OS, just the samba stuff and some interaction with 98/ME and apparently 2000 in my testing. Thanks. ----- Original Message ----- From: "Jeremy Allison" <jeremy@valinux.com> To: "cpctc" <cpctc@vt.edu> Cc: <samba@lists.samba.org> Sent: Sunday, July 15, 2001 2:59 AM Subject: Re: samba transmits only one packet per second > On Sat, Jul 14,
2012 Dec 13
11
[Bug 58261] New: [NV34] Display all whited out
https://bugs.freedesktop.org/show_bug.cgi?id=58261 Priority: medium Bug ID: 58261 Assignee: nouveau at lists.freedesktop.org Summary: [NV34] Display all whited out QA Contact: xorg-team at lists.x.org Severity: critical Classification: Unclassified OS: Linux (All) Reporter: alex.buell at munted.eu
2003 Dec 01
0
No subject
the files when you attempt to rename it. This is caused by Window's Media Player loading the file when you click on it. To work around this I had to go into Windows Explorer and change the folder options from "Enable Web Contents in Folders" to "Use Windows Classic Folders". This way, Windows Media player won't load the file when you click on it. Just trying to save
2003 Jan 16
1
RE: How do I get the @#$$% job name to show instead of smbprn.yad a.yada?
> -----Original Message----- > From: Joel Hammer [mailto:Joel@HammersHome.com] > Sent: Wednesday, January 15, 2003 6:57 PM > To: Van Sickler, Jim; samba@lists.samba.org > Subject: Re: [Samba] How do I get the @#$$% job name to show > instead of > smbprn.yada.ya da? > > > If the file name is right in /tmp/J, then it looks like samba > is working ok. > > I