36
edits
Changes
no edit summary
Here are the steps to set up a print server (CUPS) on a VE using Debian.
* Create the VE and do your initial setup.
* apt-get cupsys cupsys-bsd foomatic-db cupsomatic-ppd (etc)
* Return to the HN and do the following:
: <code>vzctl set <veid> --devnodes lp0:rw</code>
* If you configured parport, etc, as modules, you'll have to do the following:
: <code>cat << _EOF_ >> /etc/modules
: <code>parport</code>
: <code>parport_pc</code>
: <code>lp</code>
: <code>_EOF_</code>
* Return to the VE and configure your printer in CUPS.
[[Category: HOWTO]]
[[Category: Debian]]
* Create the VE and do your initial setup.
* apt-get cupsys cupsys-bsd foomatic-db cupsomatic-ppd (etc)
* Return to the HN and do the following:
: <code>vzctl set <veid> --devnodes lp0:rw</code>
* If you configured parport, etc, as modules, you'll have to do the following:
: <code>cat << _EOF_ >> /etc/modules
: <code>parport</code>
: <code>parport_pc</code>
: <code>lp</code>
: <code>_EOF_</code>
* Return to the VE and configure your printer in CUPS.
[[Category: HOWTO]]
[[Category: Debian]]