search for: job

Displaying 20 results from an estimated 19652 matches for "job".

Did you mean: jb
2004 Apr 20
0
SAMBA 3.0.2 printing problem
...adDevices: Added device "usb:/dev/usb/lp15"... D [03/Mar/2004:10:30:44 +0200] StartListening: NumListeners=1 D [03/Mar/2004:10:30:44 +0200] StartListening: address=7f000001 port=631 D [03/Mar/2004:10:30:44 +0200] ResumeListening: setting input bits... D [03/Mar/2004:10:30:44 +0200] LoadAllJobs: Scanning /var/spool/cups... D [03/Mar/2004:10:30:44 +0200] LoadAllJobs: Loading attributes for job 19... D [03/Mar/2004:10:30:44 +0200] LoadAllJobs: Loading attributes for job 20... . . . . D [03/Mar/2004:10:30:44 +0200] LoadAllJobs: Loading attributes for job 121... D [03/Mar/2004:10:30:44 +0200...
2006 Oct 16
2
CUPS Problem
The Highlights: -CentOS 4.4 & CUPS -HPLIP Installed -Running as server, no GUI. -Can print from command-line no problem. -Printing from Windows XP via Samba puts job in the correct queue, job is processed but not parsed or rendered. The job is removed from the queue, but never prints. (I've RTFM and google'd it, no avail...) Help?? When printing from commandline (eg. cat file | lpr), this is the result I got. The print job came out just fine. ====...
2017 Aug 04
2
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
...sr/bin/smbspool_krb5_wrapper is 700 and I have "AuthInfoRequired negotiate" for both in /etc/cups/printers.conf. I have made a symbolic link from /usr/lib/cups/backend/smb to /usr/bin/smbspool_krb5_wrapper. I have set "LogLevel debug" in /etc/cups/cupsd.conf. In 16.04 the print job just stays listed forever in "lpq" while it goes through to the printer in 14.04. This is how it looks like in /var/log/cups/error_log in 16.04 where it does not work (I have just changed my uid and gid to 1000): [...] D [04/Aug/2017:16:53:36 +0200] [Job 88] SMBSPOOL_KRB5 - Started with...
2007 May 21
0
cups, firefox + acrobat (getting strange output)
...ut using Foxit Reader: D [18/May/2007:13:27:58 -0300] cupsdAcceptClient: 9 from localhost:631 (IPv4) D [18/May/2007:13:27:58 -0300] cupsdReadClient: 9 POST /printers/teste_ HTTP/1.1 D [18/May/2007:13:27:58 -0300] cupsdAuthorize: No authentication data provided. D [18/May/2007:13:27:58 -0300] Print-Job ipp://localhost/printers/teste_ D [18/May/2007:13:27:58 -0300] print_job: auto-typing file... D [18/May/2007:13:27:58 -0300] print_job: request file type is application/vnd.cups-raw. D [18/May/2007:13:27:58 -0300] add_job: requesting-user-name="lutierib" D [18/May/2007:13:27:58 -0300] Add...
2003 Jul 05
3
Max Print Jobs Problem
I have setup a dedicated print server running on RH 8 with Samba 2.2.5-10 and LPRng-3.8.9-6 to service a HP9000 printer. The print queue for this HP9000 gets it print jobs from a Windows server via a script and the queue is set to HOLDALL status. The HOLDALL status is necessary because the script runs overnight to produce the print jobs which can total anywhere from 500 to 12,000 individual print jobs. My problem is that samba defaults to accepting up to 1000 prin...
2007 Dec 29
0
(unknown)
...bmit|list|set|config|pid) [options]+ HISTORY 1.0.0: - use full path to ruby for plugin mode - plugin correctly installs bin -->> script - plugin install uses --force - properly quote paths in windows (spaces) - switch win signal to ABRT (was INT) - background job regrestration now uses ppid to pin the subprocess to a parent - use ppid to detect parent death and exit in event loop - don''t use gem dependanices in plugin as they are broken when loading from muliple gem repos - added a small amount of drb magic that all...
2005 Dec 29
4
Many-to-Many: Where to add the children?
I have two classes Person and Job defined as follows: class Person < ActiveRecord::Base :has_and_belongs_to_many jobs def add_job(job_name) job = Job.find_by_name(job_name) # See if this job exists if job.nil? # If this job doesn''t exist job = Job.new...
2005 Sep 02
1
Calculating Goodman-Kurskal's gamma using delta method
Dear list, I have a problem on calculating the standard error of Goodman-Kurskal's gamma using delta method. I exactly follow the method and forumla described in Problem 3.27 of Alan Agresti's Categorical Data Analysis (2nd edition). The data I used is also from the job satisfaction vs. income example from that book. job <- matrix(c(1, 3, 10, 6, 2, 3, 10, 7, 1, 6, 14, 12, 0, 1, 9, 11), nrow = 4, ncol = 4, byrow = TRUE, dimnames = list(c("< 15,000", "15,000 - 25,000", "25,000 - 40,000", "> 40,000"), c("VD"...
2004 Mar 04
0
SAMBA 3.0.2 printing problem
...s is serious as the second server acts a a FAX server and now cannot print incoming FAX's. Here is an extract of the CUPS error log with LogLevel set to to 'debug'. I hope I've included the relevant section. Any help would be much appreciated D [03/Mar/2004:10:31:09 +0200] [Job 121] pw = 523.0, pl = 770.0 D [03/Mar/2004:10:31:09 +0200] [Job 121] PageLeft = 36.0, PageRight = 559.0 D [03/Mar/2004:10:31:09 +0200] [Job 121] PageTop = 806.0, PageBottom = 36.0 D [03/Mar/2004:10:31:09 +0200] [Job 121] PageWidth = 595.0, PageLength = 842.0 D [03/Mar/2004:10:31:09 +0200] [Job 121]...
2005 May 10
58
A quick straw poll
How many of you are using Rails: 1. As the primary development tool at your Day Job 2. As a small part of your Day Job 3. Not using Rails in your Day Job, but are using Ruby 4. For OS/outside work/hobby -- sam http://www.magpiebrain.com/
2017 Aug 04
0
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
...is 700 and I have > "AuthInfoRequired negotiate" for both in /etc/cups/printers.conf. I have > made a symbolic link from /usr/lib/cups/backend/smb to > /usr/bin/smbspool_krb5_wrapper. I have set "LogLevel debug" in > /etc/cups/cupsd.conf. > > In 16.04 the print job just stays listed forever in "lpq" while it goes > through to the printer in 14.04. > > This is how it looks like in /var/log/cups/error_log in 16.04 where it > does not work (I have just changed my uid and gid to 1000): > > [...] > D [04/Aug/2017:16:53:36 +0200] [Job...
2017 Feb 17
2
Re: Determining domain job kind from job stats?
Jiri Denemark <jdenemar@redhat.com> writes: > On Fri, Feb 10, 2017 at 21:50:19 +0100, Milan Zamazal wrote: >> Hi, is there a reliable way to find out to what kind of job does the >> information returned from virDomainGetJobStats or provided in >> VIR_DOMAIN_EVENT_ID_JOB_COMPLETED event callback belong to? > > No, libvirt expects that the caller knows what job it started. All jobs > currently reported using virDomainGetJobStats API or > VIR_D...
2015 May 04
1
A working CUPS authentication now fails without change anything...
...ion /> # Allow shared printing... Order allow,deny Allow @LOCAL </Location> <Location /admin> Order allow,deny Allow From * </Location> <Location /admin/conf> AuthType Default Require user @SYSTEM Order allow,deny </Location> <Policy default> JobPrivateAccess all JobPrivateValues none SubscriptionPrivateAccess default SubscriptionPrivateValues default <Limit Create-Job Print-Job Print-URI Validate-Job> Order deny,allow </Limit> <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-A...
2017 Feb 20
2
Re: Determining domain job kind from job stats?
...om> writes: > On Fri, Feb 17, 2017 at 12:38:24 +0100, Milan Zamazal wrote: >> Jiri Denemark <jdenemar@redhat.com> writes: >> >> > On Fri, Feb 10, 2017 at 21:50:19 +0100, Milan Zamazal wrote: >> >> Hi, is there a reliable way to find out to what kind of job does the >> >> information returned from virDomainGetJobStats or provided in >> >> VIR_DOMAIN_EVENT_ID_JOB_COMPLETED event callback belong to? >> > >> > No, libvirt expects that the caller knows what job it started. All jobs >> > currently reported...
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
...lib\Dri ver\Compilation.cpp.obj /Fdsrc\plugins\thirdParty\LLVM\CMakeFiles\LLVMPlugin.dir\ /FS -c ..\src\plugins\thirdParty\LLVM\tools\clang\lib\Driver\Compilation.cpp C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2045) : error C2280: 'std::unique_ptr<clang::driver::Job,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)' : attempting to reference a deleted function with [ _Ty=clang::driver::Job...
2023 Aug 11
1
[PATCH drm-misc-next] drm/nouveau: sched: avoid job races between entities
If a sched job depends on a dma-fence from a job from the same GPU scheduler instance, but a different scheduler entity, the GPU scheduler does only wait for the particular job to be scheduled, rather than for the job to fully complete. This is due to the GPU scheduler assuming that there is a scheduler instance...
2017 Aug 05
2
Printing with smbspool_krb5_wrapper not working in Ubuntu 16.04
...og also have the below line "HTTP_STATE_WAITING Closing for error 32 (Broken pipe)" like I show below. Both this line and the line "Could not determine network interfaces, you must use a interfaces config line" maybe can give some idea on what goes wrong? The line "Printing jobs and dirty files" can maybe be ignored since it also shows up in 14.04 where it works. D [05/Aug/2017:12:52:04 +0200] [Job 89] SMBSPOOL_KRB5 - Started with uid=0 D [05/Aug/2017:12:52:04 +0200] [Job 89] SMBSPOOL_KRB5 - AUTH_INFO_REQUIRED=negotiate D [05/Aug/2017:12:52:04 +0200] [Job 89] SMBSPO...
2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
Hi, I''m running round in circles again! I''m trying to save a note that has a HABTM relationship with a job. The note is new - the job exists. In my partial for notes I have ; <%= start_form_tag :action => ''new_note'', :id => @job %> <%= text_area_tag "note", nil, :size => "65x10" %> <%=submit_tag ''Add Note'', :note =...
2006 Jun 08
0
rq-2.3.3
HISTORY --- 2.3.3: - fixed bug in updater related to io files (see tmp_stdin in jobqueue.rb) - [IMPORTANT] removed feature where stdin jobs could contain comments (''#''). input lines are now taken literally __except__ blank lines, which are still ignored. - added ability to dump stdin/stdout/stderr for any job rq q stdout 42...
2007 Dec 21
3
Jobs running too slow
Say I have a job that runs every minute, but it takes longer than a minute to execute. Will it start a new job every minute? If it does, then how would I make a job that sleeps for a certain amount of time, then restarts? I have a job that could take an hour or two to complete, and I don''t want to have...