Quick Review: Boxee Box
December 27, 2011 – 12:22 am | 3 Comments

Some of the technical issues with Boxee Box could have been fixed if the dev team was paying more attention to addressing the bugs rather than adding “features” of dubious value. In the final analysis, for the price and ease of use, Boxee Box is the best in its class and price range. You just need to be mindful of its limitations and buy it in hope of future improvements to its usability.

Read the full story »
Networking

Unix and Linux network configuration. Multiple network interfaces. Bridged NICs. High-availability network configurations.

Applications

Reviews of latest Unix and Linux software. Helpful tips for application support admins. Automating application support.

Data

Disk partitioning, filesystems, directories, and files. Volume management, logical volumes, HA filesystems. Backups and disaster recovery.

Monitoring

Distributed server monitoring. Server performance and capacity planning. Monitoring applications, network status and user activity.

Commands & Shells

Cool Unix shell commands and options. Command-line tools and application. Things every Unix sysadmin needs to know.

Home » Commands & Shells, Networking

CUPS printing on Solaris 10

Submitted by on February 28, 2006 – 12:08 pm2 Comments
CUPS printing on Solaris 10

Download the Companion CD for Solaris 10 GA on: Solaris 10 Companion cd download

bunzip2 software_companion_sparc.iso.bz2 #unzip the file
 
lofiadm -a /export/data/software_companion_sparc.iso #mount the ISO image
mount -F hsfs -o ro /dev/lofi/1 /mnt #mount the ISO as a virtual CD-ROM
 
cd /mnt/components/sparc/Packages
pkgadd -d . SFWcups #install CUPS package and other required packages: SFWgcmn, SFWoscp, SFWespgs, SFWgcc34l
 
vi /opt/sfw/cups/etc/cups/cupsd.conf
 
PrintcapFormat Solaris #uncomment this line
 
/usr/sadm/admin/bin/printmgr& #delete any old printers; you can also vi /etc/printers.conf
 
mv /usr/bin/lp /usr/bin/lp.solaris #Remove old printing system
ln -s /opt/sfw/cups/bin/lp /usr/bin/lp #link lp to CUPS lp
 
svcadm disable application/print/ipp-listener #stop printing services
svcadm disable application/print/server #stop printing services
svcadm disable application/print/rfc1179 #stop printing services
 
cp /opt/sfw/cups/etc/init.d/cups /etc/init.d #enable CUPS startup and shutdown
ln -s /etc/init.d/cups /etc/rc2.d/S99cups #enable CUPS startup and shutdown
ln -s /etc/init.d/cups /etc/rc1.d/K99cups #enable CUPS startup and shutdown
 
/etc/init.d/cups start #start CUPS

CUPS Web interface

Open your Web browser (make sure that proxy is disabled) and go to http://127.0.0.1:631/admin

Log in as root with your system’s root password. Click on “Add Printer” to add a new printer. Here’s an example for a networked HP LaserJet 8150:

Name: printer034
Location: Bldg. 23.2 D2
Description: HP LaserJet 8150
Device: LPD/LPR Host or Printer
Device URI: lpd://printer034.domain.com:515/1
Make: HP
Model: HP LaserJet 8150 Foomatic/Postscript

Click on “Printers” tab and then click on “Print Test Page” for the printer you just added.

Popularity: 5% [?]

Related posts:

  1. Working with ISO images on Solaris
  2. Create and mount ISO image under Solaris
  3. Install PHP, Mysql, Apache2 on Solaris 9
  4. Uninstalling Solaris 10 from a multi-boot system
  5. Basic Network Configuration Under Solaris
  6. Solaris boot disk copy
  7. Multi-booting Windows XP and Solaris 10
  8. Create boot block on Solaris disk
  9. Resetting Root Password under Solaris
  10. Using pkg-get on Solaris

2 Comments »

  • Abid says:

    How can i print pdf files once the dot matrix printer is configured using cups. Is there any file which we have to modify manually and restart the services

    [Reply]

  • Igor says:

    If you have Acrobat Reader installed on your system, you can use it to print PDF files to any configured postscript printer. With a non-postscript printer you can try this:

    LC_ALL=C
    export LC_ALL

    Now start acroread from command line.

    [Reply]

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.