However, under 'scoadmin printer'
I can't make a remote printer.
/etc/default/lpd has PRINT_SYSTEM=SYSV
as default print system.
I don't want CUPS anything for this machine.
What am I doing wrong?
Carl
You have to set-up the SYSV remote printing system
mkdev rlp
Per the MP4 release notes, rlp-style printing can't be enabled once CUPS is
installed. So, remove CUPS, then do 'mkdev rlp'.
John
--
John DuBois spc...@armory.com KC6QKZ/AE http://www.armory.com/~spcecdt/
FWIW, I went that route, and removing CUPS broke ghostscript, which now
fails with:
dynamic linker : gs : could not open libcupsimage.so.2
--- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ---
-Joe Chasan- Magnatech Business Systems, Inc.
j...@magnatechonline.com Hicksville, NY - USA
http://www.MagnatechOnline.com Tel.(516) 931-4444/Fax.(516) 931-1264
> On Thu, Feb 09, 2006 at 08:04:10PM -0000, John DuBois wrote:
>> In article <nfomu19urap5pv4st...@4ax.com>,
>> Carl <cea...@dpcsystems.com> wrote:
>> >I just loaded openserver 5.0.7
>> >and immediately add service pack 4.
>> >
>> >However, under 'scoadmin printer'
>> >I can't make a remote printer.
>> >
>> >/etc/default/lpd has PRINT_SYSTEM=SYSV
>> >as default print system.
>> >
>> >
>> >I don't want CUPS anything for this machine.
>> >What am I doing wrong?
>>
>> Per the MP4 release notes, rlp-style printing can't be enabled once CUPS
>> is
>> installed. So, remove CUPS, then do 'mkdev rlp'.
>
> FWIW, I went that route, and removing CUPS broke ghostscript, which now
> fails with:
> dynamic linker : gs : could not open libcupsimage.so.2
Amazing...
I have afpl-ghostscript 8.51 at http://www.aljex.com/bkw/sco/#gs
It should run fine, it just needs pretty much any version of gwxlibs and
oss646 (or the equivalent which is 5.0.7 or later)
Brian K. White -- br...@aljex.com -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!
>In article <nfomu19urap5pv4st...@4ax.com>,
>Carl <cea...@dpcsystems.com> wrote:
>>I just loaded openserver 5.0.7
>>and immediately add service pack 4.
>>
>>However, under 'scoadmin printer'
>>I can't make a remote printer.
>>
>>/etc/default/lpd has PRINT_SYSTEM=SYSV
>>as default print system.
>>
>>
>>I don't want CUPS anything for this machine.
>>What am I doing wrong?
>
>Per the MP4 release notes, rlp-style printing can't be enabled once CUPS is
>installed. So, remove CUPS, then do 'mkdev rlp'.
>
> John
Thanks,
It works now.