Displaying 20 results from an estimated 1000 matches similar to: "Change print job priority"
2008 Jan 15
1
Idmap creates unnecessary group entry
Hy Samba users,
I've got a problem with an samba/ldap setup. As I set an ACL to a domain
group in an windows client, a group mapping entry will be created in the
Idmap ou at the ldap server.
I discoverd the OpenLDAP logfiles. There, the server sends a search
request for the domain group sid to the ldap backend will retreive an
entry back:
Jan 15 20:19:24 225 slapd[4518]: conn=190 op=24
2009 Oct 01
2
Compile dovecot 1.2.5 with managesieve patch 0.11.9?
Hi,
is it possible to compile dovecot 1.2.5 with the managesieve patch
0.11.9 which is for dovecot 1.2.4 or is it better to wait if a new
managesieve patch is released? Maybe 1.2.5 will work too?
Thanks,
Seba
2009 Jul 23
1
what has to be in the message
hi!
i just have samba running with ldap backend for user authentication.
and my problem is that i can access my samba shares but with the wrong
user but i am in the right group Domain Users
And i dont know where to start searching.
I could post the logs in pastebin for example but you should tell me
what log level to use ...
Thanx,
Daniel
2002 Sep 08
1
Designjet 1050C, JetDirect question
Any problems serving up this plotter with Samba 2.2.4?
I am using RH 7.3, the plotter has a jetdirect card. I am not using samba
print drivers, just passing it through raw to 192.168.21.50:raw1. Planning
to let windows 98 clients use their own drivers.
I couldn't get a job to print (from linux or windows). I ran out of time for
today, picking up again on Monday.
Any gotcha's I need to
1999 Aug 22
4
Jet Direct Printers and Plotters
We have a HP Design Jet 650C Plotter which is hooked to the net via a
jetdirect nic. Now I dont have a clue on how to use this plotter over
the net. It doesent show up in the network neighborhood and I cant find
anything about jetdirect plotters in the Linux documentation or the
inet. The server is running Suse Linux 6.2 and Samba 2.05a.
TIA
Florian v. Behr
2002 May 21
1
HP Jetdirect, Intel Netport, Samba, And Windows XP
Hello,
I have a bunch of Windows XP Pro machines, Samba 2.2.4, and several plotters on Jetdirect cards, and several printers on Netport 10/100 Muli-port network print servers.
I have successfully configured Samba 2.2.4 to allow Windows XP to join the domain controlled by Samba and automaticaly create its own computer account on Samba.
I would now like to setup Samba to share all the printers
2012 Mar 30
1
avoiding expression evaluation when calling a function
Another question on functions - I have something that looks like
plotter<-function(i){
temp.i<-rwb[rwb$vector1 <=(i*.10),]
with(temp.i, plot(vector2, vector3, main=(i*.10),))
mod<-lm(vector3~vector3-1,data=temp.i)
r2<-summary(mod)$adj.r.squared
rsqrd[i]<-r2
legend("bottomright", legend=signif(r2), col="black")
abline(mod)
rsqrd<<-rsqrd
}
I'd
2013 May 05
2
custom function that plots other functions- problem
Hi everyone!
Could you please help me with the following assignment? My aim is to write
a custom function that draws the plots of functions submitted by the user.
The catch is, that we do not know the exact number of functions the user
will select to draw.
The program is relatively easy with one function, f.e sin:
mf<- function(f,range,quality){
x<- seq(range[1],range[2],
2012 Mar 29
3
scalar assignment within a vector within function
Hello,
I'm trying to create a vector of r^2 values for using a function which I
will run in a "for" loop. Example:
per<-rnorm(100,.5,.2)^2
x<-rnorm(100,10,5)
y<-rnorm(100,20,5)
fr<-data.frame(x,y,per)
test<-rep(0,9)
plotter<-function(i){
temp.i<-fr[fr$per <=(i*.10),]
with(temp.i, plot(x, y, main=(i*.10),))
mod<-lm(y~x-1,data=temp.i)
2004 Oct 25
2
Printing permissions problem
OK, I just took my first non-root user live on my Samba 3.0.7 system.
Printing is via cups, with drivers stored in the print$ share. This user is
a local power user. She can add printers, or root can add them. Root can
also print from them. If this user tries to print anything (a test page
even) she gets a non-verbose error that looks like a permissions error. She
can view the queues
2011 May 23
1
Hide INBOX prefix on shared mailboxes
Hello List,
We've upgraded our Dovecot system from 1.2.4 to 2.0.12.
If someone now accesses an inbox of another user at the shared
namespace, the folder will be shown as:
shared/martin/INBOX
The 1.2 installation has shown the folder like
shared/martin
Is it possible to achieve the "old" behavior?
** Configuration of the namespaces
* dovecot 1.2
namespace private
2004 Sep 23
3
Cannot get HP1055CM Color Plotter to work with "Point and Click"
G'day All,
We are using Samba 3.0.6 as a PDC and print server. The OS is RHEL 3.0.
I've gone thru the procedure detailed in "The Official Samba Howto..."
book and the other HP and Lexmark LaserJet printers work properly using
the postscript drivers. However, HP 1055CM Color Plotter works best with
the HPGL/2 drivers if the drivers are installed on the client
workstation but, do
2019 Feb 21
2
Debian 9.8 and vanbelle-repos
# Global parameters
[global]
interfaces = bond0
log file = /var/log/samba/%m.log
log level = 5 auth:5 winbind:8
printcap name = /dev/null
realm = SOMEDOM.AT
security = ADS
username map = /etc/samba/user.map
winbind refresh tickets = Yes
winbind use default domain = Yes
workgroup = ARBEITSGRUPPE
idmap config arbeitsgruppe:unix_nss_info = yes
idmap config arbeitsgruppe:range =
2024 Dec 08
1
TOO MANY OPEN FILES when adding printer driver
Dear Samba experts,
I'm trying to add a printer driver for a Canaon TM-255 plotter
to out samba4 machine.
While most printer drivers consist of a handful of files, this plotter
requires 149 driver files.
I'm adding the driver via:
FILES="CNWT10GM.UPD,,CNWUO411.DLL,.... 142 more files"
rpcclient -U Administrator%nav852 SERV00 -c "adddriver \"Windows x64\"
2012 Apr 01
1
indexing in a function doesn't work?
Hello,
I've written a small function that's supposed to save me some time, and
it's ending up killing it- the intention is to iteratively subset a dataset
fram on framevec, fit a model (either lm or nls depending on type) and
return the r2 or AIC from the model, respectively. Although as far as I can
tell in my code the plots are dependent on the fit of the model to the data
and the
1999 Aug 29
3
jetdirect printer configuration
I am trying to set up a jetdirect plotter in our network (samba server
running un suse linux 6.2).
When I start printing from on of the windows boxes everything seems fine
but the printing files only show up in the spooling directories on the
samba server. The plotter (HP Designjet 650 C) never receives anything.
Here are the relevant parts of my smb.conf and my printcap file:
PRINTCAP:
2000 May 11
1
Jet Direct Cards and Print sharing
I'm new to the list and I'm sorry if this question has been asked a thousand
times I searched thru the database of the mailing list and seen other people
where having the same problem.. but didn't see a clean cut answer..
I have a Samba server running on Redhat 6.2 it runs perfect as a file server
to about 30 NT4/windows2000 computers. It is also a Print server connected
to 3
2024 Dec 08
1
TOO MANY OPEN FILES when adding printer driver
Dear Samba experts,
I have 10 rpcd_spoolss processes running. Here's the
output o prlimit for one of them:
# prlimit -p628
RESOURCE DESCRIPTION SOFT HARD UNITS
AS address space limit unlimited unlimited bytes
CORE max core file size 0 unlimited bytes
CPU CPU time unlimited
2011 Jun 29
3
very large pair() plot
Hi everyone,
I'm a newbie and this is my first post.
My boss wants me to make a series of scatter plots where 76 variables are
plotted against each other. I know how to do this using pair()...my problem
is that there are just too many plots to fit in the window.
Is there any way I can get all the plots to fit and make the font size and
marker size scale so it is readable? My goal is to
2001 Oct 31
2
spool unixXwindows and password
Good morning,
I have two problems and I would like know if you can help me:
1- I have a printer "plotter-A0" installed in a windows98. There isn?t
driver for this printer in the unix (solaris2.x). I would like to
create a spool to this printer by the "admintool" but it left from the
impression calls this printer automatically in the windows. It?s
possible?
2- Every times