Rlpr call failure


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Rlpr call failure
# 1  
Old 07-18-2013
Rlpr call failure

We have an automated job to send files to a printer/queue on the network using the "rlpr" command.
This job works most of the time, however it has not worked for the past few days.

The error message showing up in our logs is as follows:

/usr/local/bin/rlpr: error: check_ack: timed out waiting for ACK to our job request
/usr/local/bin/rlpr: fatal error: unable to send job request to lpd

Does anybody have any idea on what might be causing the problem? or where we could start to look to troubleshoot?
Our O.S. is HP-UX 11i v3.

Any advice would be much appreciated.

---------- Post updated 07-18-13 at 09:36 AM ---------- Previous update was 07-17-13 at 10:17 AM ----------

Bumping up my post. This is still an issue.
# 2  
Old 07-18-2013
Sounds like a network or printer problem. Does rlpr work interactively? Any firewall around? iptables?
# 3  
Old 07-18-2013
Thanks for responding DGPickett. Yes there is a firewall which the Network guys call a "Stateful" firewall. I don't believe that I have heard the term iptables around here, however.
"rlpr" is not working from the command line either. It times out 10 seconds after issuing the command on the command line.

The target printer is up and is working for different users in the company, but from our Unix box, the IP of the printer can be pinged, but "rlpr" is timing out.
# 4  
Old 07-18-2013
You can try a telnet to the lpr port of the printer, to see if it connects. Firewalls can be selective. The firewall admins should be able to see your packets denied in their logs, too, if they are the problem.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

boot up failure unix sco after power failure

hi power went out. next day unix sco wont boot up error code 303. any help appreciated as we are clueless. (11 Replies)
Discussion started by: fredthayer
11 Replies

2. Shell Programming and Scripting

Sftp failure

Hello, Sometimes when i execute my shell that makes sftp it gives me this error: Couldn't close file: Failure. What does it mean?, how can i make sure it will do ok?. Bye (2 Replies)
Discussion started by: rubber08
2 Replies

3. UNIX for Dummies Questions & Answers

RCP Failure

I HAVE A PERL SCRIPT WHICH RCP files from one server to another. The script is not having any issues for years and it is running for more than 3 years . Last week it had failed with error "Command timed out " error. Please help me out (2 Replies)
Discussion started by: praviper
2 Replies

4. Shell Programming and Scripting

IF statement failure

Hi Guys, i have a variable which hold a string value of "in" when i try to compare this value against another value the if statement is not working. $a=in if then echo "Not a Walid match" else echo "Walid Match" fi Thank You. (9 Replies)
Discussion started by: nitinrp1
9 Replies

5. UNIX for Advanced & Expert Users

su failure

Usually when su rejects an attempt to switch user it responds with "Sorry" but with a certain username on some unix servers the response is "Killed". I'm guessing the su accepted the username/password but refused to spawn child shell with the specified username. What's causing this and what has to... (8 Replies)
Discussion started by: twk
8 Replies

6. UNIX for Dummies Questions & Answers

Why do I need to call make if I call gcc ?

Why do I need to call make if I call gcc ? I thought gcc already compiles the sources. thanks (1 Reply)
Discussion started by: aneuryzma
1 Replies

7. Infrastructure Monitoring

diffrence between method call and function call in perl

Hello, I have a problem with package and name space. require "/Mehran/DSGateEngineLib/general.pl"; use strict; sub System_Status_Main_Service_Status_Intrusion_Prevention { my %idpstatus; my @result; &General_ReadHash("/var/dsg/idp/settings",\%idpstatus); #print... (4 Replies)
Discussion started by: Zaxon
4 Replies

8. UNIX for Advanced & Expert Users

how to differentiate system call from library call

Hi, Ho do I differentiate system call from library call? for example if I am using chmod , how do I find out if it is a system call or library call? Thanks Muru (2 Replies)
Discussion started by: muru
2 Replies

9. Programming

ld failure

Hi, I am using gmake to compile a c program with a makefile. The make file runs ld. I get the following error jsh1035c:/users/egate453/admegate/kapil/samples $ gmake -e -f GNUmakefile queue_c gmake -f ./GNUmakefile queue_c in_objdir=1 build_root=/users/egate453/admegate/kapil/samples... (2 Replies)
Discussion started by: handak9
2 Replies
Login or Register to Ask a Question