Displaying 4 results from an estimated 4 matches for "pdfdropbox".
2005 Feb 15
2
pdf printing queue never empties out
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings.
I'm seeing an odd problem with 3.0.10 and 3.0.11 here.
We have some pdf printers defined:
[Accounting pdf printer]
printer admin = "DOMAIN+Domain Users"
browseable = yes
path = /pdfdropbox/Accounting
printable = yes
writeable = no
print command = /usr/bin/preprintpdf %s -r
lpq command =
lprm command =
The /usr/bin/preprintpdf just passes the job on:
#! /bin/sh
OUTDIR=/pdfdropbox
/usr/bin/printpdf -dCompatibilityLevel=1.4 "$1"
rm $1
The /usr/bin/printpdf convert...
2005 Mar 30
2
Problem with pdf printing (SOLVED)
...; printer share's are configured for each department : (preprintpdf is
> just a sepaerate file so I could quickly set the pdf size , etc.)
>
> [IT pdf printer]
> printer admin = "NEWYORK+domain users"
> force printername = yes
> browseable = yes
> path = /pdfdropbox/IT
> printable = yes
> print command = /usr/bin/preprintpdf %s
> lpq command = /bin/true
> lprm command =
Hello,
I'm hoping someone can help me. I have several pdf printers set up and
when I print to them samba becomes unstable and several errors are
dum...
2003 Jan 16
0
Samba Print error
Hello
I'm new to samba and this list, hopefully someone can help me with this strange problem.
Samba 2.2.3a-12
debian 2.2.20-idepci
I have the following smb.conf:
---cut---
tux:/shr/pdfdropbox# more /etc/samba/smb.conf
[global]
workgroup = xxxxxx
netbios name = tux
server string = tux
kernel oplocks = No
encrypt passwords = Yes
guest account = Nobody
invalid users = root
# This tells samba to write log files per machine....
2004 Jan 12
2
W2k/SQL Authentication problems 3.0.1, help please
...write list = jasonj, cgreen
force user = root
force group = +misgroup
create mask = 0755
directory mask = 0775
[open]
comment = The OpenGroups Share
path = /home/samba/open
valid users = @ancusers
write list = @ancusers
force group = +ancusers
create mask = 0766
directory mask = 0777
[pdfdropbox]
comment = The pdfdropbox share
path = /var/spool/cups-pdf
valid users = @ancusers
write list = @ancusers
[tsphere]
comment = The Telesphere Share
path = /home/samba/tsphere
valid users = @tsphere
write list = @tsphere
force group = +tsphere
create mask = 0760
directory mask = 0770
vet...