search for: printhost

Displaying 9 results from an estimated 9 matches for "printhost".

2003 May 13
3
windows printer queue display fails
...ueues "lpq -Pprinter" or "lpstat -o printer" shows up the complete listing. Fine. Connected to the same print queue from a Windows (XP/NT/98/2k) box I cannot see the complete listing. Sometimes I see some of the jobs, most of the times I don't see any. Executing "lpq -S printhost -P printer" on the W2k host gives correct results. I connected via smbclient to the (samba-)printer, did a "queue" command - same result, no or not all jobs are displayed. My smb.conf (the relevant parts): -------------------------------------------------------------- [global]...
2006 Oct 06
0
couldn't find service print$.
Dear samba users, I have a SuSE linux machine running samba 3.0.13 working as a print server. All works well for years now. Suddenly one of my machines (a terminal server) can't connect to \\printhost\print$ (as root) any more. Error message is "Configuration information can not be read from domain controller, either because the machine is unavailable, or access has been denied" Switching debug level to 4 I get the following samba log: [2006/10/06 09:15:34, 0] smbd/service.c:make_co...
2006 Nov 15
0
Windows printer status update fails
...atus boxes don't reflect the samba printer queues. My test scenario: - I use "printing = SYSV" because I need to use "print command", too. - I installed a new printer named "test", called cupsaddsmb test. - I stopped that printer and printed a document to it: printhost:~ # lpstat -o test test-5760 litauer 62464 Fri Nov 10 08:08:17 2006 - I connected via smbclient to that printer and called command 'queue': [litauer@somehost:~] 504> smbclient //printhost/test Password: Domain=[UNIKO] OS=[Unix] Server=[Samba 3.0...
2003 May 14
1
[cups.general] Re: windows printer queue failure
...ons for things to try and test... > Another amazing thing is that I can use > print command = my own command with parameters > even if I configured I will try to verify this on my system... > printing = CUPS > printcap name = CUPS > > My smbd is linked against cups: > printhost:~ # ldd `which smbd` > libacl.so.1 => /lib/libacl.so.1 (0x40026000) When I verify your report, I will have *no* ACL support compiled in.... > libcups.so.2 => /usr/lib/libcups.so.2 (0x4002d000) > ... > Here is what the documentation says: > "Wit...
1999 May 05
0
Printing from Linux -> NT with banners
...print job through foo (bye-bye banner). So, my solution was to hack the filter to prepend a banner to any output it produces. Since my printer is postscript, that's what I produced: BANNER=/tmp/lprbanner$$ while getopts cw:l:i:n:h: flag; do case $flag in (n) printuid=$OPTARG ;; (h) printhost=$OPTARG ;; esac done cat template.ps | sed -e "s/_USERNAME_/$printuid/ s/_HOSTNAME_/$printhost/" > $BANNER then later in the script: (cat $BANNER; <other commands to produce PS output from print job>) | smbprint Template.PS is a template banner, wh...
2008 May 19
0
Printing problem
...oved for privacy reasons): ------------------------------------------------------------------------------ # $OpenBSD: printcap,v 1.4 2003/03/28 21:32:30 jmc Exp $ #lp|local line printer:\ # :lp=/dev/lp:sd=/var/spool/output:lf=/var/log/lpd-errs: #rp|remote line printer:\ # :lp=:rm=printhost:rp=lp:sd=/var/spool/output:lf=/var/log/lpd-errs: prnZO01|prnZO01:\ :lp=:rm=(printerIp1):rp=lp:sd=/var/spool/printer/prnZO01:sh:lf=/var/log/lpd-errs: mfgZO01|mfgZO01:\ :lp=:rm=(printerIp2):rp=lp:sd=/var/spool/printer/mfgZO01:sh:lf=/var/log/lpd-errs: ------------------------------------------...
2002 Jan 22
1
lme and mixed effects
Dear r-help, With lme, is there a way to specify multiple fixed factors under one level of grouping? For example, for a single fixed factor, I use the following: fm1.lme <- lme(fixed=resp ~ fact1, random=~1|subj/fact1, data=mydata) I would like to have multiple factors under subj, like the following for a two-way design, but I get an error: fm2.lme <- lme(fixed=resp ~ fact1*fact2,
2003 May 14
2
windows printer queue failure
I am driving Suse 8.2, samba 2.2.7a, cups 1.1.18 As I mentioned recently I cannot see the cups printer queues from a windows client even if lpq -Pprinter on the cups server gives the correct status. I tested a litte more and got the following results: 1.) If I configure samba to printing = CUPS printcap name = CUPS I can see all queue entries in the windows status panel, too -- except
2003 Dec 01
0
No subject
...Printing documentation for 2.2.0. [print$] comment = Print Driver Distribution Service path = /usr/local/samba/print guest ok = yes browseable = yes read only = yes write list = admin root administrator ntadmin jose santiago [prd070] print command = /appl/rlpr/bin/rlpr --user=%U@%m --printhost=prnsrv --printer=%p -r %s lpq command = /usr/local/LPRng/bin/lpq -P%p@prnsrv.haulpak.com | sed -e '/^[^ ]/s/\+/-/' -e '/^[^ ].*\@..*\@/!s/\@/\-/' -e '/^[^ ].*\@..*\@/s/\@/\-/' lprm command = /usr/local/LPRng/bin/lprm -P%p@prnsrv.haulpak.com %j lppause command = /usr/lo...