similar to: Printer default document properties

Displaying 20 results from an estimated 3000 matches similar to: "Printer default document properties"

2004 Jan 26
1
Setting printer properties with prnadmin.dll (W2k Resource Kit)
Hi, we are trying to set printer properties with the prnadmin.dll from the windows 2000 resource kit. The printers are shared by a samba 2.2.8a, spoolingsystem is Cups. We are using the windows drivers to process the job, the queues are set as raw-queues on cups. For some models[1] setting the properties via a dumped file works without any Problems. For some other printermodels[2] it
2000 Apr 12
1
NT Printer Document Defaults
Hi! We have a samba (AIX, samba 2.06) server setup here that receives jobs from NT 4 workstations (various service packs, mostly 5 or 6). We have several printers defined, but for now let's just say we have 2 printers defined: HPSimplex and HPDuplex. For HPSimplex we need to set the document defaults page in NT to print only simplex jobs. Likewise, for the HPDuplex , we need the
2006 Aug 09
2
samba3, srvtools, and user account with no password
hello, i've just finished in setuping my simple samba pdc (no ldap, just tdbsam), everything work, i can create account from a xp client with srvtools, modify propoerties of a user/groupe, no problem. but but, i'm unable to let account with no password, i mean, when i'm creating/modify an account with srvtools, i've got the error "access denied", but when i put
2010 May 06
0
Release of optimbase, optimsimplex and neldermead packages
Dear R users, I am pleased to announce the release of three new R packages: optimbase, optimsimplex, and neldermead. - optimbase provides a set of commands to manage an abstract optimization method. The goal is to provide a building block for a large class of specialized optimization methods. This package manages: the number of variables, the minimum and maximum bounds, the number of non linear
2010 May 06
0
Release of optimbase, optimsimplex and neldermead packages
Dear R users, I am pleased to announce the release of three new R packages: optimbase, optimsimplex, and neldermead. - optimbase provides a set of commands to manage an abstract optimization method. The goal is to provide a building block for a large class of specialized optimization methods. This package manages: the number of variables, the minimum and maximum bounds, the number of non linear
2002 Nov 22
1
simplex problem (PR#2317)
Full_Name: George F. LeCompte Version: 1.6.1 OS: Windows 98 Submission from: (NULL) (208.8.162.161) This may be a newbie problem. I am attempting tor unt the simplex routine from the boot package. The example code doesn't find simplex. What's wrong here? > help(simplex,package=boot) > # from the resulting article > > # This example is taken from Exercise 7.5 of
2010 Mar 25
0
New paper on why not to log-transform count data
Users of R-Help might be interested in this new article by Bob O'Hara and Johan Kotze published on Methods in Ecology and Evolution on why you should not log-transform count data, including an R code: http://www3.interscience.wiley.com/journal/123328987/abstract Thanks Kind regards, Graziella ----------------------------------------------- Dr Graziella Iossa Journal Coordinator Methods in
2024 Feb 06
0
BUG? rsync ends without message by delete files
>and then, it stops totally quiet. you mean it simply exits without any message? what's the return code ( echo $? ) roland Am 06.02.24 um 22:18 schrieb Franke via rsync: > Hi Kevin, > > Am 06.02.24 um 20:55 schrieb Kevin Korb: >> The other likely cause is your $SOURCE being something that contains a * >> or other wildcard.? If there is a wildcard in the source
2024 Feb 06
0
BUG? rsync ends without message by delete files
here is another report of this behaviour. https://unix.stackexchange.com/questions/754923/rsync-just-stops nothing appropriate in bugzilla, besides https://bugzilla.samba.org/show_bug.cgi?id=13317 do you use zfs or is there full-space/quota condition while running? if you can't resolve, please file a bugreport in bugzilla roland Am 06.02.24 um 22:18 schrieb Franke via rsync: > Hi
2002 Sep 25
1
rbind(NULL,NULL) and simplex()
Hello everybody. I found out the other day something quite astonishing (which I guess is not astonishing at all to those in the know): in d-dimensional space, determining whether a given point is inside the convex hull of a set of n points is elegantly and quickly solvable using linear programming. If the columns of matrix "ff" are the coordinates of the set of points, then in d=2
2007 Jul 10
2
integration over a simplex
Hello The excellent adapt package integrates over multi-dimensional hypercubes. I want to integrate over a multidimensional simplex. Has anyone implemented such a thing in R? I can transform an n-simplex to a hyperrectangle but the Jacobian is a rapidly-varying (and very lopsided) function and this is making adapt() slow. [ A \dfn{simplex} is an n-dimensional analogue of a triangle or
2002 Jan 25
0
Simplex difficulties
I'm exploring the simplex algorithm with a simple transportation problem of the form: minimize: 8a + 6b + 10c + 9d + 5e + 7f subject to the constraints: a + b + c = 11 d + e + f = 14 a + d = 10 b + e = 8 c + f = 7 I've implemented this in R (1.4.0 (2001-12-19), SunOS 5.7) as: require(boot) costs = c(8,6,10,9,5,7) constraints = c( 1,1,1,0,0,0, 0,0,0,1,1,1, 1,0,0,1,0,0,
2010 Aug 19
0
[LLVMdev] VMKit Boehm MMTk Compilation
For anyone who encounters this issue in the future, my issue was the configuration of llvm-gcc. Configure with --with-llvmgccdir=YOUR/PATH doesn't work, instead you are supposed to use --with-llvmgcc=PATH/TO/llvm-gcc and --with-llvmgxx=/PATH/TO/llvm-g++ That will at least get you past my error. Best, Kyle Quoting nicolas geoffray <nicolas.geoffray at gmail.com>: > I am
2009 Dec 08
1
Simplex Density Plots
Hello, I have just started using R, and have found it quite easy to make plots of probability densities for normal and beta distributions, etc. Now, I'm looking at trying to make a simplex plot of a Dirichlet density, but have gotten stuck and was hoping that someone could help. Ideally, the plot would look something like the 3d plots on Wikipedia here:
2007 Mar 19
1
Delphi applications printing bug
Hi, I'm using Wine 0.9.27 and Ubuntu 6.06. I've problems when printing from Delphi Apps that use QReport (the default reporting engine for most Delphi versions), and after some hacking I've perhaps isolated the trouble: it seems that Delphi printing over a Canvas works only if I show the system PrintDialog or the PrinterSetupDialog befor printing, and I press OK in this dialog:
2008 Dec 11
2
Simplex function in R
I have a set of linear equations and would like to find any feasible solution. A simplex solution works in Case 1 below, but not in Case 2. I would be grateful for any help. Case 1: Find any feasible solution for the set of linear equations: a + b + c = 5 a + b + 0c = 4 0a + b + c = 4 Solution - a feasible (and unique) solution is a=1, b=3, c=1. The following R code
2003 Jul 09
0
[Fwd: Many 64bit locks failed on HPUX 11.00/32]
Hi, last time I send you this message I got back a vacation message and no further feedback. Can you help me? Thanks G. Klein -------- Original Message -------- Betreff: Many 64bit locks failed on HPUX 11.00/32 Datum: Tue, 01 Jul 2003 08:47:58 +0200 Von: Gerhard Klein <G.Klein@edelmann.de> An: samba@samba.org Hi Samba Team, I tried samba 2.2.8a (without winbind) on HPUX 11/32. I
2004 Jan 14
4
re hardware requirement - asterisk
I have just checked the Openbsd box on the if interface. fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 address: 00:02:55:30:54:28 media: Ethernet autoselect (100baseTX full-duplex) status: active inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::202:55ff:fe30:5428%fxp0 prefixlen 64 scopeid 0x1 xl0:
2020 Aug 12
0
Problems, virtual and alias, Dovecot, Neomutt, OpenSMTPD on OpenBSD
I'm having some problems. I'm using virtual users with real domains. That is working, but the folders are not showing up properly in neomutt, for both virtual users and system users. When I use K9 on Android, the folders show up correctly. Sending is working, but I don't have auth setup right on OpenSMTPD, so I'm sending locally, not remotely (including from K9, which can't
2016 Apr 25
1
copy of a share without path
Thank you for your message. I was not sure if the example (from here https://www.samba.org/samba/docs/using_samba/ch06.html) was incorrect or if I was missing something. Alexandre Klein Tanuki Software, Ltd. 6-18-10-4F Nishi-Kasai, Edogawa-ku Tokyo 134-0088 Japan Tel: +81-3-3878-3211 Fax: +81-3-3878-0313 http://www.tanukisoftware.com On Mon, Apr 25, 2016 at 5:34 PM, Rowland penny <rpenny