Password Protected
Nope
Yep, that's right!
Knowledge Base Articles Setup HP Network Printing for non HP Printers on SCO Unix OpenServer and UnixWare Servers
Problem: How do I setup HP print services on a non HP print server on SCO Unix Servers?
Cause: The HP Print daemon is expecting a response from the HP Printer when queried that non HP printers do not respond with.
Solution:
In OpenServer backup the /etc/getone file.
# cp /etc/getone /etc/getone.org
In Unixware the file is in /usr/sbin.
Null out /etc/getone
# > /etc/getone
Edit /etc/getone with the following
#!/bin/sh
echo “Name: HP.2.3.9.1.1.2.1.0
Value: 0
“
Then to allow access for all users change permissions on the /etc/getone
# chmod 755 /etc/getone
5325 readsHow did you like this article?0 0 0 1