Opensolaris auf CUPS umstellen

Installation der benötigten Pakete:

pfexec pkg install SUNWcups
pfexec pkg install SUNWcups-manager
pfexec pkg install SUNWghostscript

CUPS als Print Service aktivieren

print-service -s cups

In der /etc/pam.conf die folgende Zeile hinzufügen

cups account required pam_unix_account.so.1

Drucker mittels system-config-printer oder über http://localhost:901 konfigurieren

Updaten von OpenSolaris auf das Devel Repository

Zu Sicherheit erzeigen wir ein neues BE:

beadm create opensolaris-6

Dieses wir nach /mnt gemountent:

beadm mount /opensolaris-6 /mnt

Das Devel Repository hinzufügen:

pkg -R /mnt set-authority -O http://pkg.opensolaris.org/dev opensolaris.org

Updaten der pkg Datenbank:

pkg -R /mnt refresh

Aktuelle IPS-Software installieren:

pkg -R /mnt install SUNWipkg
pkg -R /mnt install entire

Das neune BE updaten:

pkg -R /mnt image-update

Neues BE Aktivieren:

beadm activate opensolaris-6

Zur Sicherheit noch den Grub updaten:

mnt/boot/solaris/bin/update_grub -R /mnt

Neues BE umounten und rebooten:

beadm unmount opensolaris-6
reboot