Sponsored Content
Operating Systems SCO Cannot add printer to SCO OS 6 Post 302329727 by RicardoM on Monday 29th of June 2009 09:38:29 AM
Old 06-29-2009
Cannot add printer to SCO OS 6

Smilie
I am trying to add some printers under SCO OpenServer 6 and everytime I try to open the printer manager it returns a message that reads "Unable to get allowed/denied form users." "Failed to establish user authorizations." When I press the details button is gives me the following Error Details;

"Failed to establish user authorizations.
mopar3 failed to connect to mopar3.

Please check the following;
* Your network configuration
* Your network connection
* rhost permissions on the remote site.
* that SCOadmin is installed at the remote site.
Failure with connection to server.
Remote child on machine mopar3.lan has terminated
The child program /etc/sysadm.d/bin/osaserver hast teminated
Server process exited with exit(1).
Error with server process: mopar3.lan: unknown host
mopar3.lan: Host name lookup failure."

Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Printer + Unix (SCO)

Hello, I'm a real noob with Unix. I have to make an installation of a printer, EPSON LQ 2080 (impact printer) on local port ltp, on a Unix SCO 5.7. So....where can I find the driver, and how can I install it on a sco ? Sorry for my english, i'm frenchy ;) Thank you ! (1 Reply)
Discussion started by: kok
1 Replies

2. SCO

Printing from SCO 5.05... to XP Shared Printer

I am having trouble getting our accounting program (on SCO 5.05) to print to a shared windows printer. We used to use a program that took care of this PCI print server or somehting like that. but when XP service pack 2 got installed somethign happened with the permissions and the files would... (2 Replies)
Discussion started by: LarryG
2 Replies

3. UNIX for Dummies Questions & Answers

lpd printing and a IP based printer on SCO

I am attempting to setup an IP based printer in a SCO environment. It is a cognitive printer. I attempted to add it via the HP interface but I could not get anything sent from the spooler to the printer in SCO? My questions is or are should this be setup as a local or remote printer? When I... (6 Replies)
Discussion started by: spglass
6 Replies

4. UNIX for Dummies Questions & Answers

Help SCO printer install via command line

Hi, I need some help with installing and configuring a printer via command line as the scoadmin menu system doesnt work fully. So I was wondering how i can install and configure a printer purely from command line editing relevant files. It would be great if someone can help me out. ... (7 Replies)
Discussion started by: dregnet
7 Replies

5. SCO

How to Install and Configure USB Printer in SCO 6

I'm new in SCO 6. I installed SCO 6 with NIC driver Properly. But I cann't install and Configure USB Printer In SCO 6. Any one help me? email: address deleted by the moderator (0 Replies)
Discussion started by: karzon
0 Replies

6. SCO

Sco-Unix IP Printer no longer working

I have a client running Sco-Unix 5. They have many IP Printers setup. One of the IP Printers is "LPJ", it has been functional for 3 weeks and then the switch died and hung up the queue. We reset the switch and restarted the jobs and they printed. The switch went down again and we replaced the... (1 Reply)
Discussion started by: Netwrkengeer
1 Replies

7. UNIX for Dummies Questions & Answers

Printer for SCO OpenServer 5

I only know enough about Unix to get me in trouble: I have an old UNIX SCO OpenServer 5 that I am phasing out. It had been connected to an HP laserjet via a serial port connection. As part of the phase out I disconnected and removed the workstations leaving only the server. I didn't think I... (9 Replies)
Discussion started by: rpmaps
9 Replies

8. UNIX for Dummies Questions & Answers

SCO Printer configuration file

Hello, I am working on Servers running SCO OpenServer 5 and I tend to setup a lot of Servers. I am wondering if mkdev -lp to create printers has a file that I can just copy and paste from an exisiting Server to a new (upgrade) server. I can do this with the hosts and resolv.conf files. ... (1 Reply)
Discussion started by: ewerezak
1 Replies

9. SCO

How to set up a printer on SCO 5

1. Does all the man pr commands work as expected on SCO 5? 2. Do I have to do some special printer setup to connect the printer to the server before trying to print? Thanks - Much. (1 Reply)
Discussion started by: ggats11
1 Replies

10. SCO

How do I install a HP Network Printer on SCO admin ?

We have a SCO UnixWare system version 7.1.3, running a front end ERP system. I have 2 new printers I would like to add so that people can print from the ERP system. The two printers are on the network and have IP address's. They are used throughout the day by Windows XP machines, but can not be... (4 Replies)
Discussion started by: Mick_Dundee
4 Replies
rexec(3N)																 rexec(3N)

NAME
rexec(), rexec_af() - return stream to a remote command SYNOPSIS
DESCRIPTION
The routine performs the necessary tasks to arrange for the remote execution of cmd on the remote host as user, who is authenticated with passwd. Upon completion of authentication, a file descriptor is returned for the socket to which standard input and standard output of cmd are attached. A command-level interface to is provided by the command (see remsh(1)). When invoked, looks up host using (see gethostent(3N)) and returns -1 if the host does not exist. The host name can be either the official name or an alias. If the call succeeds, is set to the standard name of the host. Next, passes a user name and password to the remote host for authentication, as specified in the user and passwd parameters to If either user or passwd are NULL, searches for the appropriate information in the file (see netrc(4)) in the user's home directory. If no user or passwd are found, prompts the user for the remote user name and password, defaulting to the local user name and a NULL password. The inport variable specifies which TCP port to use for the connection; it is normally the value returned by the following call to (see getservent(3N)). The protocol used by is described in detail in rexecd(1M). If the call succeeds, a socket of type is returned to the caller, and given to the remote command as and If connection to a socket is denied after five tries, or for some other reason (other than the port is in use), returns -1. If fd2p is non-zero, an auxiliary connec- tion to a control process is set up and a file descriptor for it is placed in The control process returns diagnostic output from the com- mand on this connection and accepts bytes on this connection, interpreting them as UNIX signal numbers to be forwarded to the process group of the command. If the auxiliary port cannot be set up, returns -1. If fd2p is 0, of the remote command is made the same as and no provi- sion is made for sending arbitrary signals to the remote process. The routine is similar to the routine except for the additional parameter af. The af parameter in the routine can be used to specify an socket or an socket. If the address family specified in the af argument is not supported, fails with the following error code: DIAGNOTISCS
When invoked, produces the following diagnostic messages: The remote host name was not found by Error in executing the system call. The message specifies the cause of the failure. Error in connecting to the socket obtained for The message specifies the cause of the failure. Error in creating a secondary socket for error transmission to be used by Error in reading information transmitted over the socket. The message specifies the cause of the failure. The remote host did not connect within 30 seconds to the secondary socket set up as an error connection. The program attempts to read from the socket and fails. This means the socket connection with the remote host was lost. Error in opening file in the home directory for a reason other than the file not existing. The file is readable, writable or executable by someone other than the owner. Check whether has been modified by someone else and change the mode of An unrecognized keyword has been found in (see netrc(4)). Correct the keyword in While waiting for the secondary socket to be set up, had its primary connection shut down. This may have been caused by an security failure (see inetd(1M)). While trying to set up the secondary socket, had an error condition on its primary connection. While trying to set up a secondary socket, ran out of a resource, which caused the accept to time out. Repeat the command. If a timeout occurs, check whether the Internet Services are installed and is running. EXAMPLES
To execute the command on remote host using the remote account is invoked as follows: WARNINGS
There is no way to specify options to the call that makes. A program using should not be put in the background when is expected to prompt for a password or user name. Putting in the background will cause it to compete with the current shell process for input. Since replaces the pointer to the host name with a pointer to the standard name of the host in a static data area, this value must be copied into the user's data area if it is to be used later. The password is sent unencrypted through the socket connection. AUTHOR
was developed by the University of California, Berkeley. SEE ALSO
remsh(1), inetd(1M), rexecd(1M), gethostent(3N), getservent(3N), rcmd(3N), netrc(4). rexec(3N)
All times are GMT -4. The time now is 10:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy