search for: printing

Displaying 20 results from an estimated 40703 matches for "printing".

Did you mean: pointing
2004 Mar 29
1
Canon multifunction printers / samba 3.0.2a / AIX 5.2ML2
...LL] Dependentfiles: [\\SAMBASERVER\print$\W32X86\2\CNPXLFUI.DLL] Dependentfiles: [\\SAMBASERVER\print$\W32X86\2\CNPXLF.DLL] Dependentfiles: [\\SAMBASERVER\print$\W32X86\2\IR7200XF.XPD] Monitorname: [] Defaultdatatype: [RAW] I did the landscape/portrait tip. Printing under AIX seems to work. The same procedure works just fine with a kyocera 1800. What is wrong ? Does the problem come from monitorname and defaultdatatype ? Had somebody successfull experience with similar multifunction printers ? I would *really* appreciate any help. Thanx in advance.
2005 Feb 02
0
ExtensionState problems using Manager.conf API
This is my first attempt to write software of any sort. What I am trying to is to use a .php page to query asterisk Manager and get the ExtensionState for each particular extension. Then when it has the answer it outputs an XML file for use as the directory on a Cisco 7960 phone. What I am thinking is that when the user hits the directory button to veiw the directory that is at this URL it will
2012 Dec 05
2
What is "print print print" ?
Hi all. What is "print print print"? I don't see output of the print command in for loop and have found this link: http://stackoverflow.com/questions/1816200/chisq-test-doesnt-print-results-when-in-a-loop It describes a problem, similar to mine. My problem. I want to execute print command in for loop. If I copy for loop body with print() and paste it to console, I don't see
2015 Jul 07
3
List S3 methods and defining packages
Hi, from the man page ?methods, I expected to be able to build pairs (class,package) for a given S3 method, e.g., print, using attr(methods(print), 'info'). However all the methods, except the ones defined in base or S4 methods, get the 'from' value "registered S3method for print", instead of the actual package name (see below for the first rows). Is this normal
2004 Feb 17
42
PRINTING FROM LINUX CLIENTS TO LINUX PRINTER SERVER WITH SAMBA
hi all and thanks in advance for reading this i have worked with samba for a while, sharing drives on my linux boxes and all went well until now. now, i tried to share a printer. 1 i setup a printer in a box with cups. the printer is working fine in that host printing everything as it is told. 2 i tried to share the printer to: 2.1 one windows wrokstation in the lan 2.2 two linux boxes on the lan with the following config file: [global] workgroup = PRINTSERVER netbios name = NEPTUN server string = neptun print server log f...
2003 Jan 30
2
print.default and attributes
When something gets printed by the "print.default" function, any extra attributes are printed without regard to their class attribute (if any). For example: > x <- 1:3 > attr( x, 'other') <- factor( c( 'cat', 'dog')) > attr( x, 'other') [1] cat dog Levels: cat dog > x [1] 1 2 3 attr(,"other") [1] 1 2 which is perhaps
2004 Feb 23
0
rpcclient enumdrivers returns 2 listings of installed driver.
Hello I'm installed print drivers for an HP2110 on a RedHat Linux box that uses CUPS. This is the order of execution of my commands: 1. rpcclient -U root%secret -c 'enumdrivers 3' localhost (nothing returned). 2. rpcclient -U root%secret -c 'adddriver "Windows NT x86" "HP2110:hpz2ku09.dll:hpop2109.dat:hpzpm309.dll:hpfmom09.hlp:hpzlnt09:RAW:
2016 Dec 15
2
print.POSIXct doesn't seem to use tz argument, as per its example
On the documentation page for DateTimeClasses, in the Examples section, there are the following two lines: format(.leap.seconds) # the leap seconds in your time zone print(.leap.seconds, tz = "PST8PDT") # and in Seattle's The second line (using print) seems to ignore the tz argument, and prints the dates in my time zone, while: format(.leap.seconds, tz =
2015 Oct 09
3
Python version for scripts in LLVM?
Hi, Is there a rule or guideline about what Python versions must be supported for scripts in the LLVM tree? I am working on some patches to some scripts in LLVM to use features in Python 2.7, so that these scripts can run under Python 2.7 and Python 3.x Is that OK? For example, here is a patch to use print as a function, so that the scripts can work in Python 2.7 and Python 3.x -- Craig
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
2002 Dec 08
1
Sudden Bug
...I fi nd the mesg in the appendix when I trie to print. File transfer works fine, you find all printers but its not possible to print anything. Where to search ? Thanks a lot Bernd -------------- next part -------------- [1995/12/08 12:52:10, 0] tdb/tdbutil.c:tdb_log(342) tdb(/var/lib/samba/printing.tdb): rec_free_read bad magic 0x2e6e7270 at offset=4940 [1995/12/08 12:52:10, 0] tdb/tdbutil.c:tdb_log(342) tdb(/var/lib/samba/printing.tdb): rec_read bad magic 0xd9fee666 at offset=4888 [1995/12/08 12:52:10, 0] tdb/tdbutil.c:tdb_log(342) tdb(/var/lib/samba/printing.tdb): rec_read bad magic 0xd...
2017 Jan 09
2
problem with print.generic(x)deparse(substitute(x))
Hi, All: I'm having trouble getting deparse(substitute(x)) inside print.generic to consistently I'm having trouble getting a print.something to work consistently. Consider the following toy example: # Define an object of class 'dum' k <- 1 class(k) <- 'dum' str(k) # as expected # Define print.dum print.dum <- function(x, ...)
2019 May 21
3
print.<strorageMode>() not called when autoprinting
Letting a user supply the autoprint function would be nice also. In a way you can already do that, using addTaskCallback(), but that doesn't let you suppress the standard autoprinting. Having the default autoprinting do its own style of method dispatch doesn't seem right. Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, May 21, 2019 at 10:50 AM Lionel Henry <lionel at rstudio.com> wrote: > FWIW it was the intention of the patch to make printing of unclassed...
2016 Sep 09
3
Print driver deployment broken after KB3170455 on Windows 7
Hi, Since recently printer deployment is broken on Windows 7 (and above?) due to KB3170455. This is probably the same problem https://lists.samba.org/archive/samba/2016-August/202078.html on Win 10. After a lot of reading and investigating it appears that we now (after KB3170455) need: - A Point & Print Restriction GPO enabled with FQDN of all Print Servers and "Do not show warning
2017 Jan 09
1
problem with print.generic(x)deparse(substitute(x))
...print.dum <- function(x, ...) >> deparse(substitute(x)) >> >> print(k) # Prints "k" as expected >> #####**** THE FOLLOWING PRINTS NOTHING: >> k # Why? > > Because it doesn't work that way... > > First of all, your print.dum relies on autoprinting of its return value, it doesn't print anything itself. That's not how one usually writes print methods: You should print something and (usually) return the argument invisibly. > > Autoprinting calls the print method to do the actual printing and returns the object invisibly, irrespect...
2005 Jan 10
2
[PATCH] printing patch update
In reviewing the recent printing-3-0-10_v2 patch, I think I have found an omitted 'release_print_db'. The following patch corrects this. Regards, Jerome Borsboom --- samba-3.0.10/source/printing/printing.c 2005-01-10 15:07:27.060999122 +0100 +++ samba-3.0.10.new/source/printing/printing.c 2005-01-10 15:07:36.784464292...
2004 Jan 13
1
problem mixing printing cups and own print commands
hello, i'm using samba 3.0.0beta2-1 on Debian.with passdb backend = ldapsam and printing = cups. in the past Samba 2.0.5 i'm using printing = bsd and define my printers in the /etc/printcap. additional i define own printers to create pdf - files. Now i'm using cups. everything works fine with printers defined on cups ( automatic driver installation, printing ... )., but pri...
2009 Feb 11
3
What is going on?
Ok, so I'm new to R, but this is driving me crazy. In this example, I am trying to process each element in a list. <code> s = "1,2" l = strsplit(s, ",", fixed=TRUE) print("BEGIN") n = length(l) i = 1 while (i <= n) { x = l[[i]] print(paste("x:", class(x), x)) print("BEFORE PRINT") print(x) print("AFTER PRINT") i
2004 Jul 01
2
y-axis of lattice panels not printing to paper
Greetings, I am printing lattice plots from the R-interface to a printer, and although the y-axes of the left-most panels are visable on the screen, they are not present on the paper when there are multiple panels (ie, >1). For example: trellis.device(bg='white') histogram(~dbh, data=diameter.df) ###print t...
2011 Aug 25
1
[PATCH node 1/3] add reinstall and uninstall options to boot menu
rhbz#733357 Signed-off-by: Mike Burns <mburns at redhat.com> --- recipe/common-nochroot.ks | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks index c5d009f..c6dd76d 100644 --- a/recipe/common-nochroot.ks +++ b/recipe/common-nochroot.ks @@ -17,6 +17,9 @@ sed -i -e 's/ quiet//'