Sponsored Content
Full Discussion: steps to add printer
Operating Systems SCO steps to add printer Post 302255968 by vbe on Friday 7th of November 2008 01:05:01 PM
Old 11-07-2008
And so was it successfull?
Thanks for sharing!

All the best
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Add Windows Printer

I have next to no knowledge of Unix, but have managed to do most of what I've needed to so far. I'm stuck however on adding a printer to the list of Unix printers that is a network printer. I have no printers connected directly to my Unix box, but need to be able to print from an application,... (1 Reply)
Discussion started by: boydnapier
1 Replies

2. UNIX for Dummies Questions & Answers

add printer

Helooo I am trying to add a printer in sco unix but i found only serial ports how to define parallel ports? Regards (1 Reply)
Discussion started by: sak900354
1 Replies

3. UNIX for Dummies Questions & Answers

Steps to Add Windows XP to Samba server

Hi All, I have setup Samba on Redhat linux ES 3.0 server but unable to add Windows XP professional to samba server so please let me know steps for the same. Thanks in advance Bachegowda (3 Replies)
Discussion started by: bache_gowda
3 Replies

4. UNIX for Dummies Questions & Answers

Want to add a new printer to AIX

Hello. I would like to add an HP printer to my AIX (5.2) system. The printer is attached to a Windows PC via LPT1. We are using Novell as our LAN :) I am somewhat familiar with SMIT and printer queues. Still a bit of a newbie. I would like to be able to print from the AIX directly to... (0 Replies)
Discussion started by: MILLERJ62
0 Replies

5. HP-UX

Add printer using hppi

I would like to add printer using hppi. The printer is shared by windows print server and the IP address is shown as 10.0.30.66-1. (IP 10.0.30.66 using printer port 1) I have added printer with IP 10.0.30.66, but it shows errors for print test. Sending a test file to 4050SA ... ... (3 Replies)
Discussion started by: alfredo
3 Replies

6. SCO

Cannot add printer to SCO OS 6

:( 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;... (0 Replies)
Discussion started by: RicardoM
0 Replies

7. Shell Programming and Scripting

help with function to add printer

Requirement was to get the differences of printers on the prod server and the dev server Using the following awk, i was able to get the difference between two files. awk 'BEGIN {while ( getline < "sun5-printers.txt") {arr++ }}{ if (!($0 in arr ) ) {print} }' sun8-printers.txt I need to... (0 Replies)
Discussion started by: ggoliath
0 Replies

8. Solaris

Steps for Installing a local Printer 310 -200

I need someone to please help me in arranging the Local Printer Installation steps in the correct order. Is this correct ? first step - Test the Printer Second step - Physically attach the Printer Third step - Add the Printer to the print service Fourth step - ... (1 Reply)
Discussion started by: Laitan
1 Replies

9. UNIX for Dummies Questions & Answers

Steps for Installing a local Printer 310 -200

I need someone to please help me in arranging the Local Printer Installation steps in the correct order. Is this correct ? first step - Test the Printer Second step - Physically attach the Printer Third step - Add the Printer to the print service Fourth step - ... (1 Reply)
Discussion started by: Laitan
1 Replies
roar_exit(3)						System Manager's Manual: RoarAudio					      roar_exit(3)

NAME
roar_exit - let RoarAudio's sound server quit roar_terminate - let RoarAudio's sound server quit as soon as all clients quit SYNOPSIS
#include <roaraudio.h> int roar_exit(struct roar_connection * con); int roar_terminate(struct roar_connection * con, int terminate); DESCRIPTION
Ask the sound server to quit. roar_exit() let the server quit without waiting for any clients. All streams and client connections will be closed cleanly. roar_terminate() will let the server quit as soon as all clients disconnects and all input streams ended. The listening socket will be closed. This is useful in case of restarting roard. PARAMETERS
con An open controll connection to the server. terminate Wait for all clients to disconnect and all streams to EOF in case of 1. In case of 0 roar_terminate() is equal to roar_exit(). RETURN VALUE
On success these calls return 0. On error, -1 is returned. NOTES
Even when the call was successfull you have to use roar_disconnect(3) to disconnect from the server. EXAMPLES
FIXME SEE ALSO
roar_disconnect(3), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_exit(3)
All times are GMT -4. The time now is 03:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy