← Back to team overview

touch-packages team mailing list archive

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

 

Public bug reported:

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.

** Affects: canonical-devices-system-image
     Importance: Undecided
         Status: New

** Affects: lxc-android-config (Ubuntu)
     Importance: High
         Status: New

** Also affects: lxc-android-config (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: lxc-android-config (Ubuntu)
   Importance: Undecided => High

-- 
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:
  New
Status in lxc-android-config package in Ubuntu:
  New

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


Follow ups