Displaying 20 results from an estimated 44 matches for "lp2".
Did you mean:
lp
1998 Aug 26
2
Printing NT to Linux w\Cannon bjc-4000
I am able to see my printer as a share. Well better put, I see four
representations of my printer: ascii, lp2, lp-mono, and raw. I tried
the naive thing and just selected lp2 and added the cannon bjc 4000
driver for NT. This didn't work. I get an error report:
%%[ Error: undefined; offending Command: K ]%% . . . a bunch of strings
that I don't understand. This does not look like the typical ps...
2014 Nov 14
2
Unable to start container after OS upgrade
I upgraded my container from CentOS 6.4 to CentOS 6.5. Everything looks good after upgrade until reboot. When rebooted to container I'm getting the following errors.. Any help would be greatly appreciated
/bin/mknod: `/dev/lp2': Operation not permitted
/bin/chown: cannot access `/dev/lp2': No such file or directory
/bin/mknod: `/dev/lp3': Operation not permitted
/bin/chown: cannot access `/dev/lp3': No such file or directory
/bin/mknod: `/dev/net/tun': Operation not permitted
/bin/mknod: `/dev/ppp'...
2010 Nov 25
0
[LLVMdev] RFC: Exception Handling Proposal II
...were several cleanup landing pads leading in a chain, through successive dispatches, down to the last dispatch that decides which catch to execute:
lp0:
call void @A::~A(%A* %x)
dispatch region 0 [], resume label %lp1
lp1:
call void @B::~B(%B* %y)
dispatch region 1 [], resume label %lp2
lp2:
call void @C::~C(%C* %z)
dispatch region 2 [], resume label %lp3
lp3:
dispatch region 3 [filter i8* null] # no resume edge
If we have inlining of any of those d'tor calls, we may lose the fact that the dispatch in, say, lp1 is a cleanup that lands onto the region 2 dispatch i...
2003 May 05
6
Multiple Printers on LPT
Hi
I have a RH7.2 server with 3 x LPT ports
I have installed the following printers using the GUI printconfig
Lp0 = HP1200
Lp1 = OKI320
Lp2 = OKI321
I have shared them via samba
I can browse them using WinXP & Win2K by browsing the Linux box, looking at
the printers and double clicking to open them, all is OK you would say, No.
I have checked permissions on the /var/lpd directories and all are OK
When I install the printer on e...
2002 Sep 02
3
Slow Samba Printer initialisation, status, and printing
...5
[Foods HP4000]
comment = Foods HP4000
path = /usr/local/samba/spool
printable = Yes
print command = /usr/bin/lpr -U%U@%M -P %p -r %s
lpq command = /usr/bin/lpq -U%U@%M -P %p
lprm command = /usr/bin/lprm -Uroot -P %p %j
printer name = lp2
[Molecular 4M+]
comment = Molecular 4M+
path = /usr/local/samba/spool
printable = Yes
print command = /usr/bin/lpr -U%U@%M -P %p -r %s
lpq command = /usr/bin/lpq -U%U@%M -P %p
lprm command = /usr/bin/lprm -Uroot -P %p %j
printer name =...
1999 Jul 06
0
Network printer question
...or this printer (one PS and one
PCL) on my samba/linux box. The test pages print fine, but I keep
getting an extra page of text (job details?) at the end of each job
like this (both ps and ascii):
User: arnold
Host: rama
Class: rama
Job: testpage.ps
The printcap entry for ps looks like this:
lp2|8100_ps:\
:sd=/var/spool/lpd/lp2:\
:mx#0:\
:sh:\
:rm=192.168.0.99:\
:rp=raw:\
:if=/var/spool/lpd/lp2/filter:
Even when I explicitly suppress form feeds (via :sf:) I still get
the extra stats page. I don't get these extra pages when I print
to the HPLJIII or HPLJ4. Does it have anythi...
2010 Nov 24
2
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 24, 2010, at 5:36 AM, Bill Wendling wrote:
> On Nov 24, 2010, at 4:58 AM, John McCall wrote:
>>
>>> The object 'f' is in a different cleanup area than 'b' which, in turn
>>> is in a different area than 'z'. These three regions should point to
>>> three different landing pads (or different offsets in the same landing
>>>
2013 Jan 20
2
Lattice levelplot- remove unused levels per panel
Hi,
I am using levelplot, and would like remove from each panel (condition) its
unused x levels.
e.g.
Remove from panel vs=1 the cyl level=8.
data(mtcars)
levelplot(mpg~factor(cyl)*factor(gear)|factor(vs))
Thanks for your help,
Ronny
--
View this message in context: http://r.789695.n4.nabble.com/Lattice-levelplot-remove-unused-levels-per-panel-tp4656087.html
Sent from the R help mailing
2010 Nov 25
3
[LLVMdev] RFC: Exception Handling Proposal II
...nding pads leading in a chain, through successive dispatches, down to the last dispatch that decides which catch to execute:
> lp0:
> call void @A::~A(%A* %x)
> dispatch region 0 [], resume label %lp1
> lp1:
> call void @B::~B(%B* %y)
> dispatch region 1 [], resume label %lp2
> lp2:
> call void @C::~C(%C* %z)
> dispatch region 2 [], resume label %lp3
> lp3:
> dispatch region 3 [filter i8* null] # no resume edge
>
> If we have inlining of any of those d'tor calls, we may lose the fact that the dispatch in, say, lp1 is a cleanup that land...
2014 Nov 17
0
Re: Unable to start container after OS upgrade
On Fri, Nov 14, 2014 at 07:32:46PM +0000, mallu mallu wrote:
> I upgraded my container from CentOS 6.4 to CentOS 6.5. Everything looks good after upgrade until reboot. When rebooted to container I'm getting the following errors.. Any help would be greatly appreciated
> /bin/mknod: `/dev/lp2': Operation not permitted
> /bin/chown: cannot access `/dev/lp2': No such file or directory
> /bin/mknod: `/dev/lp3': Operation not permitted
> /bin/chown: cannot access `/dev/lp3': No such file or directory
> /bin/mknod: `/dev/net/tun': Operation not permitted
>...
2008 Jul 17
1
combining lists of pairs
Hi everybody,
This has been causing me some trouble:
I want to combine several lists of pairs into a single?vector but keep the pairs together. The lists are of the form:
(1)?x1 x2 x3... N?
(2) y1 y2 y3..? N
I would like to keep it this way, simply appending one list to another, e.g.
(1) x1i x2i... x1j x2j... N
(2) etc.
A?method like c(...) does not achieve this. It creates a single list,
2003 Mar 24
1
negative binomial regression
...family = poisson(), data = ww,
offset = log(pop))
Deviance Residuals:
Min 1Q Median 3Q Max
-17.2779 -2.6034 -0.4519 2.0837 16.9275
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) -1.11593 0.01482 -75.290 < 2e-16 ***
lp2 0.11569 0.01477 7.835 4.70e-15 ***
lp3 0.02374 0.01763 1.346 0.178
lp4 0.17777 0.01922 9.248 < 2e-16 ***
rdm2 -0.08810 0.01747 -5.044 4.57e-07 ***
rdm3 0.08750 0.01533 5.706 1.15e-08 ***
rdm4 0.10513 0.01518 6.925...
2001 Mar 18
1
Error in accessing Accounting Software
...itable = yes
public = yes
printable = yes
[CanonBJC]
path = /var/spool/lpd/lp1
force user = lp
force group = lp
printer name = lp1
writable = yes
public = yes
printable = yes
[CanonLBP]
path = /var/spool/lpd/lp2
force user = lp
force group = lp
printer name = lp2
writable = yes
public = yes
printable = yes
----------------------------------------------------------End smb.conf
--------------------------------------------------------
Thanks in advance...
2010 Nov 25
0
[LLVMdev] RFC: Exception Handling Proposal II
...hain, through successive dispatches, down to the last dispatch that decides which catch to execute:
>
>> lp0:
>> call void @A::~A(%A* %x)
>> dispatch region 0 [], resume label %lp1
>> lp1:
>> call void @B::~B(%B* %y)
>> dispatch region 1 [], resume label %lp2
>> lp2:
>> call void @C::~C(%C* %z)
>> dispatch region 2 [], resume label %lp3
>> lp3:
>> dispatch region 3 [filter i8* null] # no resume edge
>>
>> If we have inlining of any of those d'tor calls, we may lose the fact that the dispatch in, say, l...
2000 Feb 01
2
Why Is Printing Such a Problem?
...as using Samba 1.-something, I was able to print to the printer on
the linux box from two of the three Windows 95 machines on the network.
Since I upgraded to 2.0.6, I haven't been able to print anything. I set up
a [printers] share, and I can see three printers in network neighborhood
(ascii, lp2, and raw). I followed the instructions in the O'Reilly SAMBA
book, and set up a specific hpdskjet (it's a 600) share, and it showed up
fine in network neighborhood, but every time I try to print, I get "network
printer no longer available".
I can see the document going to the pr...
1997 Aug 07
9
printer problem
>Date: Mon, 4 Aug 1997 10:05:04 +0200
>From: marc.waknine@espace.aerospatiale.fr
>To: samba@arvidsjaur.anu.edu.au (Non Receipt Notification Requested)
>Subject: printer problem . URGENT help form SAMBA team !!
>Message-ID: <9708040805.AA06185@musun95009.espace.aerospatiale.fr>
>
>on the SAMBA server i declare some printers
>everything is ok in win3.11 because all
2003 Sep 16
2
adding printer driver to a printer
...E:\
:ASCII_TO_PS=YES:\
:GSDEVICE=POSTSCRIPT:\
:RESOLUTION=600x600:\
:PS_SEND_EOF=YES:\
:NUP=1:\
:RTLFTMAR=18:\
:TOPBOTMAR=18:\
:TEXT_SEND_EOF=NO:
# :if=/etc/lprng/master-filter:\
# :rp=9100:\
# :rp=BINARY_P1:\
lp2:\
:sd=/var/spool/lpd/lp2:\
:mx#0:\
:sh:\
:rm=10.0.0.183:\
:lpd_bounce=true:\
:PAPERSIZE=a4:\
:DESIRED_TO=ps:\
:PRINTER_TYPE=REMOTE:\
:ASCII_TO_PS=YES:\
:GSDEVICE=POSTSCRIPT:\
:RESOLUTION=600x600:\...
1999 Apr 28
3
How to set up spooling for a HP JetDirect interface?
I've set up Samba and LPRng for HP printers with
JetDirect cards. It works for one user at a
time. But if the printer is off-line or busy, the
samba client does not get an error message, but
the job gets lost. :( I would like the print
jobs to be spooled on Linux even when there is an
active print job or when the printer is off-line.
Unfortunately I'm not familiar with lpd.
The
2011 Aug 05
1
DoveCot LDA prefetch fails with LDA, works with POP client
...ubdirect/emailspool/Maildir
Aug 5 15:12:25 dir-dev-pop01 deliver(emailspool): maildir:
root=/home/hubdirect/emailspool/Maildir,
index=/home/hubdirect/emailspool/Maildir, control=, inbox=
Aug 5 15:12:25 dir-dev-pop01 deliver(emailspool):
msgid=<12097075.28.1312571545112.JavaMail.zhou_y at yzhou-lp2>: saved mail
to INBOX
Thanks,
Yan
Confidentiality Notice: The information contained in this electronic transmission is confidential and may be legally privileged. It is intended only for the addressee(s) named above. If you are not an intended recipient, be aware that any disclosure, copyi...