← Back to team overview

touch-packages team mailing list archive

[Bug 1520346] Re: /etc/init/cups.override needs to get updated to work with the current version of CUPS

 

Here is the merge proposal:

https://code.launchpad.net/~till-kamppeter/lxc-android-config/cups-
override/+merge/280585

** Changed in: lxc-android-config (Ubuntu)
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc-android-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1520346

Title:
  /etc/init/cups.override needs to get updated to work with the current
  version of CUPS

Status in Canonical System Image:
  Confirmed
Status in lxc-android-config package in Ubuntu:
  In Progress

Bug description:
  I am working on getting the Ubuntu printing stack onto the phone, see
  bug 1519914 and bug 1509423 (see details about my setup in these bug
  reports).

  CUPS is supposed to get started on-demand by Upstart, using the
  /etc/init/cups.override file. The file in the current image from

  ubuntu-device-flash touch --channel=ubuntu-touch/devel-proposed/ubuntu

  calls CUPS with the option "-x 30" which CUPS does not support any
  more and therefore needs to get removed.

  /etc/init/cups.override works if it only contains the following:

  ----------
  # cups - CUPS Printing spooler and server
  # socket activation overrides for touch
  start on socket PROTO=inet PORT=631 ADDR=127.0.0.1
  exec /usr/sbin/cupsd -f
  ----------

  Please change the file appropriately. Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1520346/+subscriptions


References