[Touch-packages] [Bug 551637] Re: debconf seems to require a controlling TTY even when no interaction is required

2023-03-19 Thread Richard Elkins
** Changed in: debconf (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  debconf seems to require a controlling TTY even when no interaction is
  required

Status in debconf package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: debconf

  
  Having installed NTP on a very similar workstation I expected no interaction, 
so I typed: 

  %  ssh root@falbala apt-get install ntp
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
required:
linux-headers-2.6.32-16-generic linux-headers-2.6.32-16
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
ntp-doc
  The following NEW packages will be installed:
ntp
  0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
  Need to get 559kB of archives.
  After this operation, 1,450kB of additional disk space will be used.
  Get:1 http://nl.archive.ubuntu.com/ubuntu/ lucid/main ntp 
1:4.2.4p8+dfsg-1ubuntu
  1 [559kB]
  debconf: unable to initialize frontend: Dialog
  debconf: (TERM is not set, so the dialog frontend is not usable.)
  debconf: falling back to frontend: Readline
  debconf: unable to initialize frontend: Readline
  debconf: (This frontend requires a controlling tty.)
  debconf: falling back to frontend: Teletype
  dpkg-preconfigure: unable to re-open stdin: 
  Fetched 559kB in 1s (412kB/s)
  Selecting previously deselected package ntp.
  (Reading database ... E: Sub-process /usr/bin/dpkg received a segmentation 
fault
  .
  Of course adding "-t" on the ssh commandline works: 

  assurancetourix:~> ssh -t root@falbala apt-get install ntp
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
linux-headers-2.6.32-16-generic linux-headers-2.6.32-16
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
ntp-doc
  The following NEW packages will be installed:
ntp
  0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
  Need to get 0B/559kB of archives.
  After this operation, 1,450kB of additional disk space will be used.
  Selecting previously deselected package ntp.
  (Reading database ... 143304 files and directories currently installed.)
  Unpacking ntp (from .../ntp_1%3a4.2.4p8+dfsg-1ubuntu1_amd64.deb) ...
  Processing triggers for man-db ...
  Processing triggers for ureadahead ...
  Setting up ntp (1:4.2.4p8+dfsg-1ubuntu1) ...
   * Starting NTP server ntpd  [ OK 
] 

  Connection to falbala closed.
  --- 

  but I don't think that debconf should complain/fail and cause dpkg to
  crash if it doesn't need to ask me anything.

  Ubuntu Lucid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/551637/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 706011] Re: gpg --key-gen doesn't have enough entropy and rng-tools install/start fails

2023-03-19 Thread Richard Elkins
** Changed in: gnupg (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  gpg --key-gen doesn't have enough entropy and rng-tools install/start
  fails

Status in gnupg package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnupg

  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04

  
  If you install gpg and then type: gpg --gen-key, it 'freezes up' during the 
entropy gathering phase.

  
  We need to generate a lot of random bytes. It is a good idea to perform
  some other action (type on the keyboard, move the mouse, utilize the
  disks) during the prime generation; this gives the random number
  generator a better chance to gain enough entropy.

  Not enough random bytes available.  Please do some other work to give
  the OS a chance to collect more entropy! (Need 278 more bytes)
  
  (freeze here)

  I found some reference on the interwebs suggesting to install rng-
  tools so that the rngd daemon can gather more entropy for the system
  because by default cat /proc/sys/kernel/random/entropy_avail has a
  very very low number.

  Thus, installation of rng-tools, fails to start the rngd daemon...

  Setting up rng-tools (2-unofficial-mt.12-1ubuntu3) ...
  Trying to create /dev/hwrng device inode...
  Starting Hardware RNG entropy gatherer daemon: (failed).
  invoke-rc.d: initscript rng-tools, action "start" failed.

  It is then required to do this: echo "HRNGDEVICE=/dev/urandom" >> 
/etc/default/rng-tools
  and then start rngd: /etc/init.d/rng-tools start

  After this process is done, gpg --gen-key is immediate...

  
  We need to generate a lot of random bytes. It is a good idea to perform
  some other action (type on the keyboard, move the mouse, utilize the
  disks) during the prime generation; this gives the random number
  generator a better chance to gain enough entropy.
  .+
  ...+
  We need to generate a lot of random bytes. It is a good idea to perform
  some other action (type on the keyboard, move the mouse, utilize the
  disks) during the prime generation; this gives the random number
  generator a better chance to gain enough entropy.
  +
  .+

  And cat /proc/sys/kernel/random/entropy_avail has a much higher
  number.

  All in all, I think this process should be simplified by maybe making
  gpg depend on rng-tools. The whole reason why I need to generate a gpg
  key is because I want to sign the .deb debians that I'm creating for
  my repository.

  Thanks for your time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg/+bug/706011/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1098197] Re: apport-gtk crashed with struct.error in read32(): unpack requires a bytes object of length 4

2023-03-19 Thread Richard Elkins
Cannot reproduce in Ubuntu 22.04.2 LTS.


** Changed in: apport
   Status: New => Fix Released

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

Title:
  apport-gtk crashed with struct.error in read32(): unpack requires a
  bytes object of length 4

Status in Apport:
  Fix Released
Status in apport package in Ubuntu:
  Invalid

Bug description:
  This is on booting to just updated (do-release-upgrade) raring.

File "/usr/lib/python3/dist-packages/apport/report.py", line 652, in 
add_gdb_info
  gdb_cmd = self.gdb_command(rootdir)
File "/usr/lib/python3/dist-packages/apport/report.py", line 1459, in 
gdb_command
  self['CoreDump'].write(f)
File "/usr/lib/python3/dist-packages/problem_report.py", line 75, in write
  block = gz.read(1048576)
File "/usr/lib/python3.3/gzip.py", line 366, in read
  self._read(readsize)
File "/usr/lib/python3.3/gzip.py", line 455, in _read
  self._read_eof()
File "/usr/lib/python3.3/gzip.py", line 487, in _read_eof
  crc32 = read32(self.fileobj)
File "/usr/lib/python3.3/gzip.py", line 69, in read32
  return struct.unpack("https://bugs.launchpad.net/apport/+bug/1098197/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1332623] Re: Thunar behaves inconsistently with USB flash drive FAT32 partitions

2023-03-19 Thread Richard Elkins
** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Thunar behaves inconsistently with USB flash drive FAT32 partitions

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in thunar package in Ubuntu:
  Fix Released

Bug description:
  I installed Xubuntu 14.04 and performed no customizations or
  reconfigurations.

  Observation:  Thunar 1.6.3 ("File Manager" from menu) on Xubuntu 14.04 
handles write permission to inserted USB flash drives inconsistently:
  * I am able to create a nil file on the flash drive with Thunar and edit it.  
Clearly, the flash drive is not read-only.
  * Using Thunar, I cannot copy an existing file (E.g. ~/.profile) and paste it 
on the flash drive - "destination is read-only" (not true!).
  * However, in a terminal window, `cp` with the flash drive as a destination 
succeeds.

  I tried this on drives by different manufacturers and with differing
  capacities and on two different Xubuntu 14.04 installations.

  There might be a configuration change for Thunar to allow paste to
  flash drives.  If so, this should be enabled when Thunar is installed
  as this behaviour is what users expect.

  Note: I created the FAT32 partition with `gparted` on Linux.  I also
  got the same results after creating a FAT32 partition using an MACOSX
  system.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: thunar 1.6.3-1ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jun 20 11:30:40 2014
  InstallationDate: Installed on 2014-06-19 (1 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: thunar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1332623/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 551637] Re: debconf seems to require a controlling TTY even when no interaction is required

2019-09-19 Thread Richard Elkins
I found a fix that works for me:
`export DEBIAN_FRONTEND=noninteractive`

I execute that just prior to any debconf steps.  
E.g. I use this on my headless systems around my home:

export DEBIAN_FRONTEND=noninteractive
apt-get -y update
apt-get -y dist-upgrade
apt-get -y autoclean
apt-get -y autoremove

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

Title:
  debconf seems to require a controlling TTY even when no interaction is
  required

Status in debconf package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: debconf

  
  Having installed NTP on a very similar workstation I expected no interaction, 
so I typed: 

  %  ssh root@falbala apt-get install ntp
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
required:
linux-headers-2.6.32-16-generic linux-headers-2.6.32-16
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
ntp-doc
  The following NEW packages will be installed:
ntp
  0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
  Need to get 559kB of archives.
  After this operation, 1,450kB of additional disk space will be used.
  Get:1 http://nl.archive.ubuntu.com/ubuntu/ lucid/main ntp 
1:4.2.4p8+dfsg-1ubuntu
  1 [559kB]
  debconf: unable to initialize frontend: Dialog
  debconf: (TERM is not set, so the dialog frontend is not usable.)
  debconf: falling back to frontend: Readline
  debconf: unable to initialize frontend: Readline
  debconf: (This frontend requires a controlling tty.)
  debconf: falling back to frontend: Teletype
  dpkg-preconfigure: unable to re-open stdin: 
  Fetched 559kB in 1s (412kB/s)
  Selecting previously deselected package ntp.
  (Reading database ... E: Sub-process /usr/bin/dpkg received a segmentation 
fault
  .
  Of course adding "-t" on the ssh commandline works: 

  assurancetourix:~> ssh -t root@falbala apt-get install ntp
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
linux-headers-2.6.32-16-generic linux-headers-2.6.32-16
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
ntp-doc
  The following NEW packages will be installed:
ntp
  0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
  Need to get 0B/559kB of archives.
  After this operation, 1,450kB of additional disk space will be used.
  Selecting previously deselected package ntp.
  (Reading database ... 143304 files and directories currently installed.)
  Unpacking ntp (from .../ntp_1%3a4.2.4p8+dfsg-1ubuntu1_amd64.deb) ...
  Processing triggers for man-db ...
  Processing triggers for ureadahead ...
  Setting up ntp (1:4.2.4p8+dfsg-1ubuntu1) ...
   * Starting NTP server ntpd  [ OK 
] 

  Connection to falbala closed.
  --- 

  but I don't think that debconf should complain/fail and cause dpkg to
  crash if it doesn't need to ask me anything.

  Ubuntu Lucid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/551637/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 551637] Re: debconf seems to require a controlling TTY even when no interaction is required

2018-03-03 Thread Richard Elkins
This bug is almost 8 year old.  Any interest in fixing it?

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

Title:
  debconf seems to require a controlling TTY even when no interaction is
  required

Status in debconf package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: debconf

  
  Having installed NTP on a very similar workstation I expected no interaction, 
so I typed: 

  %  ssh root@falbala apt-get install ntp
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
required:
linux-headers-2.6.32-16-generic linux-headers-2.6.32-16
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
ntp-doc
  The following NEW packages will be installed:
ntp
  0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
  Need to get 559kB of archives.
  After this operation, 1,450kB of additional disk space will be used.
  Get:1 http://nl.archive.ubuntu.com/ubuntu/ lucid/main ntp 
1:4.2.4p8+dfsg-1ubuntu
  1 [559kB]
  debconf: unable to initialize frontend: Dialog
  debconf: (TERM is not set, so the dialog frontend is not usable.)
  debconf: falling back to frontend: Readline
  debconf: unable to initialize frontend: Readline
  debconf: (This frontend requires a controlling tty.)
  debconf: falling back to frontend: Teletype
  dpkg-preconfigure: unable to re-open stdin: 
  Fetched 559kB in 1s (412kB/s)
  Selecting previously deselected package ntp.
  (Reading database ... E: Sub-process /usr/bin/dpkg received a segmentation 
fault
  .
  Of course adding "-t" on the ssh commandline works: 

  assurancetourix:~> ssh -t root@falbala apt-get install ntp
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages were automatically installed and are no longer 
required:
linux-headers-2.6.32-16-generic linux-headers-2.6.32-16
  Use 'apt-get autoremove' to remove them.
  Suggested packages:
ntp-doc
  The following NEW packages will be installed:
ntp
  0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
  Need to get 0B/559kB of archives.
  After this operation, 1,450kB of additional disk space will be used.
  Selecting previously deselected package ntp.
  (Reading database ... 143304 files and directories currently installed.)
  Unpacking ntp (from .../ntp_1%3a4.2.4p8+dfsg-1ubuntu1_amd64.deb) ...
  Processing triggers for man-db ...
  Processing triggers for ureadahead ...
  Setting up ntp (1:4.2.4p8+dfsg-1ubuntu1) ...
   * Starting NTP server ntpd  [ OK 
] 

  Connection to falbala closed.
  --- 

  but I don't think that debconf should complain/fail and cause dpkg to
  crash if it doesn't need to ask me anything.

  Ubuntu Lucid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/551637/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-06-30 Thread Richard Elkins
Same as #78 (good!) with an Epson XP-410

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Released
Status in cups-filters source package in Xenial:
  Fix Released
Status in epson-inkjet-printer-escpr source package in Xenial:
  Fix Released
Status in lsb source package in Xenial:
  Fix Committed

Bug description:
  [SRU justification]
  Previous releases were compatible with third-party printer drivers provided 
in LSB package format (and also as .deb packages depending on the lsb package). 
 As of 16.04, because the LSB specifies ABIs for various libraries that are no 
longer supported in Ubuntu as obsolete, the packages for the lsb modules have 
been dropped in both Debian and Ubuntu.  This includes dropping of lsb-core, 
which is the component which provides the LSB-mandated ELF loader path - 
without which no lsb executable will work.

  This SRU will restore the bare minimum of LSB compatibility necessary
  to support known third-party LSB printer driver packages on Ubuntu
  16.04.

  [Regression potential]
  The reintroduced 'lsb' binary package is known to not fully satisfy the 
requirements for a complete LSB-compliant system.  This is a regression vs. 
Ubuntu 14.04; so anyone using LSB packages on Ubuntu 14.04 who upgrades to 
Ubuntu 16.04 may have the upgrade succeed without any warning from the package 
manager.

  As there are very few lsb packages in use in the wild, this is
  considered an acceptable regression, especially as this will land
  before the first 16.04 point release.

  [Test case]
  1. Download the epsion 201106w printer driver package from 
http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/main/binary-amd64/epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb
  2. Install the package and confirm that its dependencies are not satisfiable.
  3. Enable xenial-proposed.
  4. Install the package again and confirm that the dependencies are satisfied.
  5. Verify that 
/opt/epson-inkjet-printer-201106w/cups/lib/filter/epson_inkjet_printer_filter 
can be run without errors about missing lsb ld.so or missing libraries.

  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Thanks for your efforts, Till.  Sounds reasonable to me.

Can I assume that someone has or will have it on their list to
reintegrate lsb into 16.10?

Until I am contacted during the 16.04 Stable Release Update (SRU)
process, I will go back to using Trusty for the lsb modules:

---
1) Append

 deb http://cz.archive.ubuntu.com/ubuntu trusty main

to /etc/apt/sources.list.

2) sudo apt update; sudo apt install lsb

3) Install the Epson printer driver that I need (Epson XP-410).
---

If there is anything else that I need to do, please let me know.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Committed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Arup,

All I did was add Ubuntu Trusty as a last-gasp APT repository in the
list.  That is how I was able to install the 14.04 lsb etc. when they
did not exist in 16.04.

Till is going to:
1 - Migrate the latest pre-16.04 lsb etc. to 16.04.
2 - Make sure that lsb_release.py reverts to reporting lsb modules instead of 
'No LSB modules are available'.  That version of lsb_release.py should be the 
latest pre-16.04 version.

I'm going to be a guinea pig on two separate machines (dissimilar
hardware running 16.04) to make sure that the fix (a) works as expected
and (b) doesn't do anything unexpected (as best as I can).

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Committed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
sudo apt install lsb
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package lsb is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'lsb' has no installation candidate
===

Till,
Do I need to add a PPA?

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Committed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
If you want to experiment on me, I can get rid of my 14.04 APT
references, uninstall lsb, and start over to verify your fix.  I can
actually do that on two different machines.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Committed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Till,

I currently have the 14.04 lsb modules installed.

I saved /usr/share/pyshared/lsb_release.py as 
/usr/share/pyshared/lsb_release.py.HOLD
and replaced it with lsb_release-with-package-checks.py, renamed as 
lsb_release.py.

Before: `lsb_release`
No LSB modules are available.

After: `lsb_release`
LSB Version:
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:desktop-4.1-amd64:desktop-4.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:graphics-4.1-amd64:graphics-4.1-noarch:languages-3.2-amd64:languages-3.2-noarch:languages-4.0-amd64:languages-4.0-noarch:languages-4.1-amd64:languages-4.1-noarch:multimedia-3.2-amd64:multimedia-3.2-noarch:multimedia-4.0-amd64:multimedia-4.0-noarch:multimedia-4.1-amd64:multimedia-4.1-noarch:printing-3.2-amd64:printing-3.2-noarch:printing-4.0-amd64:printing-4.0-noarch:printing-4.1-amd64:printing-4.1-noarch:qt4-3.1-amd64:qt4-3.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch

Is the "after" the desired output?  Looks right to me.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Fix Committed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-12 Thread Richard Elkins
Arup, are you sure that you haven't mixed the effects of #35
(openprinting forums) with the other work-arounds?

#34 is essentially like the 14.04 environment as far as lsb is
concerned.  It worked perfectly based on a clean install of 16.04 then
adding 'deb http://cz.archive.ubuntu.com/ubuntu trusty main' to the apt
sources.

Did you undo the effects of #35 before trying #34?

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Confirmed
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Confirmed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-10 Thread Richard Elkins
Work-around for everyone, I believe.  I uninstalled my suggestion of
message #16 and followed this myself.


1. Append the following line to /etc/apt/sources.list (E.g. sudo vi 
/etc/apt/sources.list):

deb http://cz.archive.ubuntu.com/ubuntu trusty main

2. sudo apt update; sudo apt install lsb

3. Go to http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX

4. Enter your product name and "Linux" as the O/S.  Click on the search
sysmbol.  Accept conditions and download the latest "printer driver" DEB
file for your CPU architecture.  Mine (XP-410) was the Epson Printer
Utility for AMD64, dated 2016-04-12.

5. Install the downloaded DEB file (E.g. using gdebi).  My gdebi
installation log looked like this:

Epson Printer Utility Driver for Linux
 This is a Printer Utility program for Epson Printer Driver.
 Using this software, you can check ink levels, view error and other status... 
on EPSON Printers.
 For detail list of supported printer, please refer to below site:
 http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
 .
 (Converted from a rpm package by alien version 8.79ubuntu0.1.)
Do you want to install the software package? [y/N]:y
Selecting previously unselected package epson-printer-utility.
(Reading database ... 220307 files and directories currently installed.)
Preparing to unpack epson-printer-utility_1.0.0-1lsb3.2_amd64.deb ...
Unpacking epson-printer-utility (1.0.0-1lsb3.2) ...
Setting up epson-printer-utility (1.0.0-1lsb3.2) ...
Install Message > Described entry of LITE in services.
Install Message > Backup file is /etc/services.bak.
Install Message > Start /usr/lib/epson-backend/setup to change setup.
Processing triggers for libc-bin (2.23-0ubuntu3) ...

6. Using the "Add Printer" function from the "All Settings" application,
add your printer.  In my case, I found it on the Wifi network and the
driver installation worked automatically.

===

I hope that this helps the remaining folks with hardware and software
installation issues due to the absence of the lsb packages.

It was easy to add the lsb packages to my 16.04 installation and I had
no issues.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Confirmed
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Confirmed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-09 Thread Richard Elkins
I cannot understand why Xenial (16.04) dropped lsb in the first place
given how much dependency exists.  However, I have tried two of the
suggested solutions and the printer-driver-escpr package provides basic
printing functions for my Epson XP-410 (I lucked out).

I'll try to summarize this unhappy discussion:

1. Package printer-driver-escpr provides basic printer functions for some Epson 
printers but not all models.
2. Even when printer-driver-escpr succeeds, some Epson functions are missing 
(E.g. ink level inquiry).
3. Many (if not all) of the Epson site printer drivers are still dependent on 
lsb and its co-packages; customers have nearly zero leverage with Epson (I am 
still waiting for a 4-month-old request to them to stop using lsb functions).  
I have also called them and customer service "will get back to me".
4. There are other software (E.g. Google Earth) which needs lsb.

My request regarding the lsb packages of 15.10: PLEASE put them back
into 16.04.  They might be "outdated" in some peoples opinion but the
users are at the mercy of 3rd party vendors who see no profit in
expending energy in this regard.

Other thoughts?

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Confirmed
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Confirmed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-05-08 Thread Richard Elkins
See message #16. Does this work for those still trying to find a usable
Epson printer driver?  It worked fine for a few of us.  No need for
"lsb".

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Confirmed
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Confirmed
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-23 Thread Richard Elkins
Two different Epson printers are working with the printer-driver-escpr
package.

** Project changed: lsb => epson-inkjet-printer-escpr (Ubuntu)

** Changed in: epson-inkjet-printer-escpr (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in cups-filters package in Ubuntu:
  Fix Released
Status in epson-inkjet-printer-escpr package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Invalid
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-23 Thread Richard Elkins
After re-installing Xubuntu 16.04 this morning, I was able to find a
suitable driver for my Epson XP-410 printer by adding the package,
printer-driver-escpr.  There was no requirement for lsb as a
prerequisite.

dpkg -L printer-driver-escpr
/.
/usr
/usr/lib
/usr/lib/printer-driver-escpr
/usr/lib/printer-driver-escpr/libescpr.so.1.0.0
/usr/lib/cups
/usr/lib/cups/driver
/usr/lib/cups/driver/escpr
/usr/lib/cups/filter
/usr/lib/cups/filter/epson-escpr
/usr/lib/cups/filter/epson-escpr-wrapper
/usr/share
/usr/share/cups
/usr/share/cups/ppd-updaters
/usr/share/cups/ppd-updaters/printer-driver-escpr.ppd-updater
/usr/share/doc
/usr/share/doc/printer-driver-escpr
/usr/share/doc/printer-driver-escpr/copyright
/usr/share/doc/printer-driver-escpr/changelog.Debian.gz
/usr/lib/printer-driver-escpr/libescpr.so.1

I would recommend that the other affected parties should try this
approach with 16.04.  Stay away from the Epson site downloads.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  Confirmed
Status in cups-filters package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Invalid
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lsb/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-16 Thread Richard Elkins
If I could change the "fix released" to "confirmed", I would but I
cannot.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  Confirmed
Status in cups-filters package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Invalid
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lsb/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-04-16 Thread Richard Elkins
Sorry, Till.  The laptop can no longer access the Epson XP-410 printer.
The laptop needs printer access.  So, I installed Linux Mint which has
the lsb package.  No issues anymore for the user of this laptop.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  Confirmed
Status in cups-filters package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Invalid
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lsb/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2016-03-26 Thread Richard Elkins
Issue is gone in Xubuntu 16.04.Beta-2: pm-utils 1.4.1-16, network-
manager 1.0.4-0ubuntu10, and kernel version 4.4.0-15-generic.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Network Manager wired Ethernet stuck in "getting IP config" after
  resume from suspend

Status in network-manager package in Ubuntu:
  Fix Released

Bug description:
  Stopping and starting the Network Manager did not work-around this
  issue.  Only a reboot or power off+on gets wired Ethernet back into
  service.

  Note: I did not try hibernate nor using wireless.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 18:01:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-18 (4 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  IpRoute:
   default via 192.168.1.1 dev enp9s0  proto static  metric 100 
   169.254.0.0/16 dev enp9s0  scope link  metric 1000 
   192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
   Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp9s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Ethernet1   f55e2077-9eef-4e83-916f-a0f3a5a52d05  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlp8s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1498692/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-26 Thread Richard Elkins
** Changed in: xorg (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
   [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from
  suspend in Xubuntu 14.04.04

Status in xorg package in Ubuntu:
  Fix Released

Bug description:
  When I suspend for a long period of time (E.g. overnight), the mouse
  is still functional upon resume but the cursor has disappeared.
  Resuming after suspending for only a short period of time (E.g. 10
  seconds) does not yield this symptom. The disappearing mouse cursor
  symptom appears whether or not light-locker is enabled.

  Work-around that succeeds: Logout followed by login gets the mouse
  cursor back to normal.

  Laptop details:
 - HP Pavilion dv3-1075us Laptop
 - Product page: http://support.hp.com/us-en/document/c01632154
 - CPU: AMD Turion X2 RM-72 Dual-Core Mobile Processor @ 2.10 GHz
 - RAM: 8GB (max: 8GB)
 - Video: ATI Radeon HD 3200 Graphics
 - Current storage: SSD 64GB (shipped with HDD 320GB @ 5400 rpm)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 19 18:09:07 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-79-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200] 
[1002:9612] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1506]
  InstallationDate: Installed on 2016-02-21 (27 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Hewlett-Packard HP Pavilion dv3 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic 
root=UUID=2a7c05c7-3728-4f32-aac3-9dbd721a4fa0 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1506
  dmi.board.vendor: Compal
  dmi.board.version: 14.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd08/25/2009:svnHewlett-Packard:pnHPPaviliondv3NotebookPC:pvr1:rvnCompal:rn1506:rvr14.31:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv3 Notebook PC
  dmi.product.version: 1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 19 15:18:54 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1559597/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-25 Thread Richard Elkins
Finished my project.
Upgraded same laptop (HP Pavilion dv3-1075us Laptop) to 16.04 Beta-2.
Can no longer reproduce this anomaly in 16.04.

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

Title:
   [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from
  suspend in Xubuntu 14.04.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When I suspend for a long period of time (E.g. overnight), the mouse
  is still functional upon resume but the cursor has disappeared.
  Resuming after suspending for only a short period of time (E.g. 10
  seconds) does not yield this symptom. The disappearing mouse cursor
  symptom appears whether or not light-locker is enabled.

  Work-around that succeeds: Logout followed by login gets the mouse
  cursor back to normal.

  Laptop details:
 - HP Pavilion dv3-1075us Laptop
 - Product page: http://support.hp.com/us-en/document/c01632154
 - CPU: AMD Turion X2 RM-72 Dual-Core Mobile Processor @ 2.10 GHz
 - RAM: 8GB (max: 8GB)
 - Video: ATI Radeon HD 3200 Graphics
 - Current storage: SSD 64GB (shipped with HDD 320GB @ 5400 rpm)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 19 18:09:07 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-79-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200] 
[1002:9612] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1506]
  InstallationDate: Installed on 2016-02-21 (27 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Hewlett-Packard HP Pavilion dv3 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic 
root=UUID=2a7c05c7-3728-4f32-aac3-9dbd721a4fa0 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1506
  dmi.board.vendor: Compal
  dmi.board.version: 14.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd08/25/2009:svnHewlett-Packard:pnHPPaviliondv3NotebookPC:pvr1:rvnCompal:rn1506:rvr14.31:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv3 Notebook PC
  dmi.product.version: 1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 19 15:18:54 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1559597/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-19 Thread Richard Elkins
You want me to upgrade from 14.04.04 to 16.04?  That I cannot do at the
moment because I am in the middle of a development project that needs a
stable Intel/AMD workstation which has lsb packages.  Using the lsb API
was not my idea (long story) and I warned my partner that lsb would be
gone in Ubuntu in 16.04.

I could 16.04 in about 4 weeks when my project is live/stable and I have
time to assemble another desktop from a Biostar/AMD motherboard.

Sorry if that's inconvenient.  I don't think that the HP laptop hardware
is a factor.  This is probably an anomaly on any laptop hardware in
14.04.04 (E.g. the Thinkpad bug report).

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

Title:
   [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from
  suspend in Xubuntu 14.04.04

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When I suspend for a long period of time (E.g. overnight), the mouse
  is still functional upon resume but the cursor has disappeared.
  Resuming after suspending for only a short period of time (E.g. 10
  seconds) does not yield this symptom. The disappearing mouse cursor
  symptom appears whether or not light-locker is enabled.

  Work-around that succeeds: Logout followed by login gets the mouse
  cursor back to normal.

  Laptop details:
 - HP Pavilion dv3-1075us Laptop
 - Product page: http://support.hp.com/us-en/document/c01632154
 - CPU: AMD Turion X2 RM-72 Dual-Core Mobile Processor @ 2.10 GHz
 - RAM: 8GB (max: 8GB)
 - Video: ATI Radeon HD 3200 Graphics
 - Current storage: SSD 64GB (shipped with HDD 320GB @ 5400 rpm)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 19 18:09:07 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-79-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200] 
[1002:9612] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1506]
  InstallationDate: Installed on 2016-02-21 (27 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Hewlett-Packard HP Pavilion dv3 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic 
root=UUID=2a7c05c7-3728-4f32-aac3-9dbd721a4fa0 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1506
  dmi.board.vendor: Compal
  dmi.board.version: 14.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd08/25/2009:svnHewlett-Packard:pnHPPaviliondv3NotebookPC:pvr1:rvnCompal:rn1506:rvr14.31:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv3 Notebook PC
  dmi.product.version: 1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 19 15:18:54 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1559597/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
Hopefully, xorg or xfce4 folks won't complain about a "duplicate report"
[(-:].  I did file a separate report referencing my laptop hardware
against xorg.  Time will tell if it is xorg or xfce.

I am tempted to try to reproduce this anomaly with a completely
different 14.04.04 desktop (E.g. KDE) on the same hardware and see if
the same symptoms occur.  If so, then you are probably correct to
suspect xorg (2 desktops, same xorg); else, it is probably an xfce
issue.  The practical problem with doing this is that the setup takes a
lot of time and there could be other reasons why the issue is not
reproducible under KDE.

~~

In case anyone reading this report might benefit, this is a fast manual
work-around that works for my with an HP laptop:

1. Resume from a long-term suspend. Note the disappeared mouse cursor.
2. Ctrl-Alt-F1 ===> getty
3. Ctrl-Alt-F7 ===> back to desktop

The mouse cursor is, hopefully, restored after step 3.

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

Title:
  [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I am using the daily build of Xubuntu 14.04 x64 on a Lenovo Thinkpad
  x230. If I wake up the computer after it spending some time in the
  suspend state, the cursor will be invisible.  The courser still works
  (I can click on stuff and hover the invisible cursor over stuff), but
  the little arrow is not visible.  This bug showed up a few days ago
  after an update.  Putting the computer back in suspend state and
  immediately waking it back up resolves the issue until the next time
  the computer is put in suspend state for an extended period of time.

  It is possible that this bug has something to do with Whisker Menu.
  Sometimes when the courser is invisible it will still show up over
  Whisker Menu.  Most of the time it is invisible there too.

  Description: Ubuntu Trusty Tahr (development branch)
  Release: 14.04
  xfdesktop version 4.11.4, running on Xfce 4.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1297144/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1559597] Re: [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-19 Thread Richard Elkins
I just discovered a much better work-around than logout-login:

1. Resume from a long-term suspend.  Note the disappeared mouse cursor.
2. Ctrl-Alt-F1 ===> getty
3. Ctrl-Alt-F7 ===> back to desktop

My mouse cursor is restored after step 3.

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

Title:
   [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from
  suspend in Xubuntu 14.04.04

Status in xorg package in Ubuntu:
  New

Bug description:
  When I suspend for a long period of time (E.g. overnight), the mouse
  is still functional upon resume but the cursor has disappeared.
  Resuming after suspending for only a short period of time (E.g. 10
  seconds) does not yield this symptom. The disappearing mouse cursor
  symptom appears whether or not light-locker is enabled.

  Work-around that succeeds: Logout followed by login gets the mouse
  cursor back to normal.

  Laptop details:
 - HP Pavilion dv3-1075us Laptop
 - Product page: http://support.hp.com/us-en/document/c01632154
 - CPU: AMD Turion X2 RM-72 Dual-Core Mobile Processor @ 2.10 GHz
 - RAM: 8GB (max: 8GB)
 - Video: ATI Radeon HD 3200 Graphics
 - Current storage: SSD 64GB (shipped with HDD 320GB @ 5400 rpm)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 3.13.0-83-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 19 18:09:07 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-79-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.13.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200] 
[1002:9612] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1506]
  InstallationDate: Installed on 2016-02-21 (27 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Hewlett-Packard HP Pavilion dv3 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic 
root=UUID=2a7c05c7-3728-4f32-aac3-9dbd721a4fa0 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1506
  dmi.board.vendor: Compal
  dmi.board.version: 14.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd08/25/2009:svnHewlett-Packard:pnHPPaviliondv3NotebookPC:pvr1:rvnCompal:rn1506:rvr14.31:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv3 Notebook PC
  dmi.product.version: 1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 19 15:18:54 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1559597/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1559597] [NEW] [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from suspend in Xubuntu 14.04.04

2016-03-19 Thread Richard Elkins
Public bug reported:

When I suspend for a long period of time (E.g. overnight), the mouse is
still functional upon resume but the cursor has disappeared.  Resuming
after suspending for only a short period of time (E.g. 10 seconds) does
not yield this symptom. The disappearing mouse cursor symptom appears
whether or not light-locker is enabled.

Work-around that succeeds: Logout followed by login gets the mouse
cursor back to normal.

Laptop details:
   - HP Pavilion dv3-1075us Laptop
   - Product page: http://support.hp.com/us-en/document/c01632154
   - CPU: AMD Turion X2 RM-72 Dual-Core Mobile Processor @ 2.10 GHz
   - RAM: 8GB (max: 8GB)
   - Video: ATI Radeon HD 3200 Graphics
   - Current storage: SSD 64GB (shipped with HDD 320GB @ 5400 rpm)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: XFCE
Date: Sat Mar 19 18:09:07 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 3.13.0-79-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.13.0-83-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200] 
[1002:9612] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1506]
InstallationDate: Installed on 2016-02-21 (27 days ago)
InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2)
MachineType: Hewlett-Packard HP Pavilion dv3 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-83-generic 
root=UUID=2a7c05c7-3728-4f32-aac3-9dbd721a4fa0 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/25/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.15
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1506
dmi.board.vendor: Compal
dmi.board.version: 14.31
dmi.chassis.type: 10
dmi.chassis.vendor: Compal
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd08/25/2009:svnHewlett-Packard:pnHPPaviliondv3NotebookPC:pvr1:rvnCompal:rn1506:rvr14.31:cvnCompal:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv3 Notebook PC
dmi.product.version: 1
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Mar 19 15:18:54 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: radeon

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubuntu

** Attachment added: "Files from the /var/log tree + lshw + lsmod + lspci + 
lsusb + psax + uname info"
   
https://bugs.launchpad.net/bugs/1559597/+attachment/4604998/+files/var-logs.tar.gz

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

Title:
   [HP Pavilion dv3-1075us Laptop] Invisible cursor after resume from
  suspend in Xubuntu 14.04.04

Status in xorg package in Ubuntu:
  New

Bug description:
  When I suspend for a long period of time (E.g. overnight), the mouse
  is still functional upon resume but the cursor has disappeared.
  Resuming after suspending for only a short period of time (E.g. 10
  seconds) does not yield this symptom. The disappearing mouse cursor
  symptom appears whether or not light-locker is enabled.

  Work-around that succeeds: Logout followed by login gets the mouse
  cursor back to normal.

  Laptop details:
 - HP Pavilion dv3-1075us Laptop
 - Product page: http://support.hp.com/us-en/document/c01632154
 - CPU: AMD Turion X2 RM-72 Dual-Core Mobile Processor @ 2.10 GHz
 - RAM: 8GB (max: 8GB)
 - Video: ATI Radeon HD 3200 Graphics
 - Current storage: SSD 64GB (shipped with HDD 320GB @ 5400 rpm)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
  Uname: Linux 

[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
Please see comment #63 below.  Admittedly, it was a guess that xfce4
-power-manager is the package that should review this bug report.

** Package changed: xorg (Ubuntu) => xfce4-power-manager (Ubuntu)

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

Title:
  [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

Status in xfce4-power-manager package in Ubuntu:
  Confirmed

Bug description:
  I am using the daily build of Xubuntu 14.04 x64 on a Lenovo Thinkpad
  x230. If I wake up the computer after it spending some time in the
  suspend state, the cursor will be invisible.  The courser still works
  (I can click on stuff and hover the invisible cursor over stuff), but
  the little arrow is not visible.  This bug showed up a few days ago
  after an update.  Putting the computer back in suspend state and
  immediately waking it back up resolves the issue until the next time
  the computer is put in suspend state for an extended period of time.

  It is possible that this bug has something to do with Whisker Menu.
  Sometimes when the courser is invisible it will still show up over
  Whisker Menu.  Most of the time it is invisible there too.

  Description: Ubuntu Trusty Tahr (development branch)
  Release: 14.04
  xfdesktop version 4.11.4, running on Xfce 4.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1297144/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
I also have trouble getting the kernel module for my Realtek Ethernet
(r8169) to function after resuming from suspend which I have noted in
another bug report (#1556676).

My Ethernet work-around (/etc/pm/sleep.d/pm-helper.sh, attached) does
the trick because the resume-recovery issue is in the module r8168.  I
tried to add psmouse to my pm-helper.sh script but it didn't work.
Fortunately, logout followed by login got the mouse cursor back to
normal.

>From this experience, I assume that the bug is in xfce4 somewhere,
probably xfce4-power-manager.

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

Title:
  [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

Status in xfce4-power-manager package in Ubuntu:
  Confirmed

Bug description:
  I am using the daily build of Xubuntu 14.04 x64 on a Lenovo Thinkpad
  x230. If I wake up the computer after it spending some time in the
  suspend state, the cursor will be invisible.  The courser still works
  (I can click on stuff and hover the invisible cursor over stuff), but
  the little arrow is not visible.  This bug showed up a few days ago
  after an update.  Putting the computer back in suspend state and
  immediately waking it back up resolves the issue until the next time
  the computer is put in suspend state for an extended period of time.

  It is possible that this bug has something to do with Whisker Menu.
  Sometimes when the courser is invisible it will still show up over
  Whisker Menu.  Most of the time it is invisible there too.

  Description: Ubuntu Trusty Tahr (development branch)
  Release: 14.04
  xfdesktop version 4.11.4, running on Xfce 4.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1297144/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2016-03-19 Thread Richard Elkins
In Xubuntu 14.04.04 on an [HP Pavilion dv3-1075us] laptop, I am seeing
this symptom.  That is, when I suspend for a long period of time (E.g.
overnight), the mouse is functional but the cursor has disappeared.
Resuming after suspending only a short period of time (E.g. 10 seconds)
does not yield this symptom.  The symptom appears whether or not light-
locker is enabled.

Personally, I don't use light-locker as I have found the overlap between
light-locker and the xfce4-power-manager to cause weird issues in the
past - not to mention the fact that it is confusing to have 2 power
managers!


** Changed in: xorg (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I am using the daily build of Xubuntu 14.04 x64 on a Lenovo Thinkpad
  x230. If I wake up the computer after it spending some time in the
  suspend state, the cursor will be invisible.  The courser still works
  (I can click on stuff and hover the invisible cursor over stuff), but
  the little arrow is not visible.  This bug showed up a few days ago
  after an update.  Putting the computer back in suspend state and
  immediately waking it back up resolves the issue until the next time
  the computer is put in suspend state for an extended period of time.

  It is possible that this bug has something to do with Whisker Menu.
  Sometimes when the courser is invisible it will still show up over
  Whisker Menu.  Most of the time it is invisible there too.

  Description: Ubuntu Trusty Tahr (development branch)
  Release: 14.04
  xfdesktop version 4.11.4, running on Xfce 4.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1297144/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2016-03-13 Thread Richard Elkins
Probably the same as #1556676 (different release).

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

Title:
  Network Manager wired Ethernet stuck in "getting IP config" after
  resume from suspend

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Stopping and starting the Network Manager did not work-around this
  issue.  Only a reboot or power off+on gets wired Ethernet back into
  service.

  Note: I did not try hibernate nor using wireless.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 18:01:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-18 (4 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  IpRoute:
   default via 192.168.1.1 dev enp9s0  proto static  metric 100 
   169.254.0.0/16 dev enp9s0  scope link  metric 1000 
   192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
   Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp9s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Ethernet1   f55e2077-9eef-4e83-916f-a0f3a5a52d05  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlp8s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1498692/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-02-16 Thread Richard Elkins
Confirmed fixed and functional.

The user only sees cups-filters (version 1.8.2-2ubuntu2) installed as a
binary package which is more transparent.

Thanks, Till.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  Invalid
Status in cups-filters package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Invalid
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lsb/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-02-16 Thread Richard Elkins
Till,

My Epson XP-410 printer needs package epson-inkjet-printer-201106w which
is dependent on package lsb.  It sounds like you are saying:

1. Two new binary packages, cups-filters-lsb and cups-filters-invalid-mta will 
be available in the x64 main repo soon (post building/publishing).
2. Once they are, binary package epson-inkjet-printer-201106w will be dependent 
on cups-filters-lsb instead of lsb (part of the building/publishing process?).
3. Finally, when I attempt to install epson-inkjet-printer-201106w, this should 
work from now on until whatever go-to printer architecture exists in the future.

Sound right to you?  Thanks.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  Invalid
Status in cups-filters package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Invalid
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lsb/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536353] Re: [regression] Printer drivers install is broken as lsb package is not available anymore

2016-02-15 Thread Richard Elkins
Please fix the lsb package (somehow) so that it is possible to install
an Epson print driver.  I can no longer print from Xenial.  Fortunately
for me, I have other computers which can access my Epson XP-410 printer
but folks should not have to jump through hoops to print.

Please note that changes to cups-filters does not fix this bug.

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

Title:
  [regression] Printer drivers install is broken as lsb package is not
  available anymore

Status in lsb:
  Invalid
Status in cups-filters package in Ubuntu:
  Fix Released
Status in lsb package in Ubuntu:
  Invalid
Status in system-config-printer package in Ubuntu:
  Invalid

Bug description:
  Starting with Xenial, lsb compatibility packages were dropped (besides
  lsb-release and lsb-base):

  lsb (9.20150826) unstable; urgency=low

    * Drop all the LSB compatibility packages besides lsb-release and lsb-base
  - Drop packages-availability checking in lsb-release
  - Truncate README.Debian to a minimum
  - Document this in lsb-base.NEWS.Debian
    * Change the versioning number to avoid any ambiguity; use joeyh's
  version.date, with version being Debian next stable's

   -- Didier Raboud   Wed, 26 Aug 2015 12:00:00 +0200

  The problem is that downloadable printer drivers (like the ones from
  Openprinting, but also from other available providers) that are
  suggested when installing a printer on Ubuntu depends on lsb, which is
  not available anymore:

  epson-inkjet-printer-201106w:
   Dépend: lsb (>=3.2) but it is not installable

  This triggers a regression where it is not possible to setup a printer
  this way (downloading a driver where no local driver is available)
  anymore.

  I see two possible solutions:

  - Add a proper replaces field to one of the remaining lsb-* packages,
  to hopefully fix missing lsb package (maybe it would be useful to also
  replace other compability packages that are not built anymore).

  - Re-introduce LSB compatibility packages, but that might be an
  overkill.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lsb/+bug/1536353/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 706011] Re: gpg --key-gen doesn't have enough entropy and rng-tools install/start fails

2015-11-27 Thread Richard Elkins
I am sympathetic with both sides of this (developer and user).

Suggestion:  Add a guided entropy creation option such that gnupg would
start a background thread or process that generates sufficient entropy.
The user is warned about time needed variability which depends on
hardware and other factors.

Periodically, the % accomplished to goal is updated.  Would be nice: an
ETA (time) update along with the % update.

This would enable the package maintainer or other type of end user to
start up key generation and go off and eat dinner, go to sleep,
whatever.  And, the developer stops getting distracting reports due to
lack of understanding by users on the nuances of randomness.

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

Title:
  gpg --key-gen doesn't have enough entropy and rng-tools install/start
  fails

Status in gnupg package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gnupg

  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04

  
  If you install gpg and then type: gpg --gen-key, it 'freezes up' during the 
entropy gathering phase.

  
  We need to generate a lot of random bytes. It is a good idea to perform
  some other action (type on the keyboard, move the mouse, utilize the
  disks) during the prime generation; this gives the random number
  generator a better chance to gain enough entropy.

  Not enough random bytes available.  Please do some other work to give
  the OS a chance to collect more entropy! (Need 278 more bytes)
  
  (freeze here)

  I found some reference on the interwebs suggesting to install rng-
  tools so that the rngd daemon can gather more entropy for the system
  because by default cat /proc/sys/kernel/random/entropy_avail has a
  very very low number.

  Thus, installation of rng-tools, fails to start the rngd daemon...

  Setting up rng-tools (2-unofficial-mt.12-1ubuntu3) ...
  Trying to create /dev/hwrng device inode...
  Starting Hardware RNG entropy gatherer daemon: (failed).
  invoke-rc.d: initscript rng-tools, action "start" failed.

  It is then required to do this: echo "HRNGDEVICE=/dev/urandom" >> 
/etc/default/rng-tools
  and then start rngd: /etc/init.d/rng-tools start

  After this process is done, gpg --gen-key is immediate...

  
  We need to generate a lot of random bytes. It is a good idea to perform
  some other action (type on the keyboard, move the mouse, utilize the
  disks) during the prime generation; this gives the random number
  generator a better chance to gain enough entropy.
  .+
  ...+
  We need to generate a lot of random bytes. It is a good idea to perform
  some other action (type on the keyboard, move the mouse, utilize the
  disks) during the prime generation; this gives the random number
  generator a better chance to gain enough entropy.
  +
  .+

  And cat /proc/sys/kernel/random/entropy_avail has a much higher
  number.

  All in all, I think this process should be simplified by maybe making
  gpg depend on rng-tools. The whole reason why I need to generate a gpg
  key is because I want to sign the .deb debians that I'm creating for
  my repository.

  Thanks for your time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg/+bug/706011/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-23 Thread Richard Elkins
Found a work-around for reviving Ethernet after resume:

`sudo modprobe -v -r r8169`
rmmod r8169
rmmod mii

`sudo modprobe -v r8169`
insmod /lib/modules/4.2.0-10-generic/kernel/drivers/net/mii.ko 
insmod 
/lib/modules/4.2.0-10-generic/kernel/drivers/net/ethernet/realtek/r8169.ko 

===

I'll put a script in the Power Management configuration to do this
automatically on resume for the time being.

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

Title:
  Network Manager wired Ethernet stuck in "getting IP config" after
  resume from suspend

Status in network-manager package in Ubuntu:
  New

Bug description:
  Stopping and starting the Network Manager did not work-around this
  issue.  Only a reboot or power off+on gets wired Ethernet back into
  service.

  Note: I did not try hibernate nor using wireless.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 18:01:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-18 (4 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  IpRoute:
   default via 192.168.1.1 dev enp9s0  proto static  metric 100 
   169.254.0.0/16 dev enp9s0  scope link  metric 1000 
   192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
   Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp9s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Ethernet1   f55e2077-9eef-4e83-916f-a0f3a5a52d05  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlp8s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1498692/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-23 Thread Richard Elkins
It seems to only be a wired Ethernet issue.  I added Wifi.  Wifi
consistently reconnects as expected; Ethernet consistently fails.

Before suspend, `nmcli d`:
DEVICE  TYPE STATE  CONNECTION 
enp9s0  ethernet  connected  Ethernet1  
wlp8s0  wificonnected  NETBEAR-5G 
lo   loopback  unmanaged  -- 

After resume, `nmcli d`:
DEVICE  TYPE STATE  
 CONNECTION 
wlp8s0  wificonnected   
NETBEAR-5G 
enp9s0  ethernet  connecting (getting IP configuration)  Ethernet1  
loloopback  unmanaged

Is this a hardware incompatibility issue?

Ethernet hardware (Source: `lshw`):
  *-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@:09:00.0
logical name: enp9s0
version: 02
serial: 00:23:5a:2c:22:8d
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list 
rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd 
autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=yes multicast=yes port=MII 
speed=1Gbit/s
resources: irq:27 ioport:2000(size=256) 
memory:d101-d1010fff memory:d100-d100 memory:d250-d250

Please find attachment to this comment for more information if required.

** Attachment added: "tar.gz of a directory containing various logs"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1498692/+attachment/4472336/+files/1498692.tar.gz

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

Title:
  Network Manager wired Ethernet stuck in "getting IP config" after
  resume from suspend

Status in network-manager package in Ubuntu:
  New

Bug description:
  Stopping and starting the Network Manager did not work-around this
  issue.  Only a reboot or power off+on gets wired Ethernet back into
  service.

  Note: I did not try hibernate nor using wireless.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 18:01:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-18 (4 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  IpRoute:
   default via 192.168.1.1 dev enp9s0  proto static  metric 100 
   169.254.0.0/16 dev enp9s0  scope link  metric 1000 
   192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
   Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp9s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Ethernet1   f55e2077-9eef-4e83-916f-a0f3a5a52d05  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlp8s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug 

[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-23 Thread Richard Elkins
Note that /etc/pm/sleep.d is no longer in use as of 15.04.  We are now
managing services with systemd.

   Then, why is /etc/pm/* still
populated?  (=:

I did finally create an automated work-around the issue by creating a
local systemd service which restarts Ethernet based on the r8169 kernel
module.  I included some debug logging in syslog.

ls -l /opt/pm-helper
total 8
-rwxrwxr-x 1 elkins elkins 311 Sep 23 11:32 pm-helper.sh
-rw-r--r-- 1 elkins elkins 172 Sep 23 11:34 resume.service

~
/opt/pm-helper/resume.service
~

[Unit]
Description=Local system resume actions
After=suspend.target

[Service]
Type=simple
ExecStart=-/opt/pm-helper/pm-helper.sh resume

[Install]
WantedBy=suspend.target

~~~
/opt/pm-helper/pm_helper.sh
~~~

#!/bin/sh

restart_ethernet() {
/usr/bin/logger --id=$$ -t texadactyl 'pm-helper restarting Ethernet'
/sbin/modprobe -v -r r8169
/sbin/modprobe -vr8169
}

/usr/bin/logger --id=$$ -t texadactyl 'pm-helper case=[' ${1} ']'
case "${1}" in
hibernate|suspend) ;;
resume|thaw)   restart_ethernet;;
esac

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

Title:
  Network Manager wired Ethernet stuck in "getting IP config" after
  resume from suspend

Status in network-manager package in Ubuntu:
  New

Bug description:
  Stopping and starting the Network Manager did not work-around this
  issue.  Only a reboot or power off+on gets wired Ethernet back into
  service.

  Note: I did not try hibernate nor using wireless.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 18:01:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-18 (4 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  IpRoute:
   default via 192.168.1.1 dev enp9s0  proto static  metric 100 
   169.254.0.0/16 dev enp9s0  scope link  metric 1000 
   192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
   Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp9s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Ethernet1   f55e2077-9eef-4e83-916f-a0f3a5a52d05  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlp8s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1498692/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1498692] Re: Network Manager wired Ethernet stuck in "getting IP config" after resume from suspend

2015-09-22 Thread Richard Elkins
** Summary changed:

- Network Manager stuck in "getting IP config" after resume from suspend
+ Network Manager wired Ethernet stuck in "getting IP config" after resume from 
suspend

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

Title:
  Network Manager wired Ethernet stuck in "getting IP config" after
  resume from suspend

Status in network-manager package in Ubuntu:
  New

Bug description:
  Stopping and starting the Network Manager did not work-around this
  issue.  Only a reboot or power off+on gets wired Ethernet back into
  service.

  Note: I did not try hibernate nor using wireless.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 18:01:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-18 (4 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  IpRoute:
   default via 192.168.1.1 dev enp9s0  proto static  metric 100 
   169.254.0.0/16 dev enp9s0  scope link  metric 1000 
   192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
   Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   enp9s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Ethernet1   f55e2077-9eef-4e83-916f-a0f3a5a52d05  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlp8s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1498692/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1498692] [NEW] Network Manager stuck in "getting IP config" after resume from suspend

2015-09-22 Thread Richard Elkins
Public bug reported:

Stopping and starting the Network Manager did not work-around this
issue.  Only a reboot or power off+on gets wired Ethernet back into
service.

Note: I did not try hibernate nor using wireless.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: network-manager 1.0.4-0ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
Uname: Linux 4.2.0-10-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.18.1-0ubuntu1
Architecture: amd64
CurrentDesktop: XFCE
Date: Tue Sep 22 18:01:37 2015
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2015-09-18 (4 days ago)
InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
IpRoute:
 default via 192.168.1.1 dev enp9s0  proto static  metric 100 
 169.254.0.0/16 dev enp9s0  scope link  metric 1000 
 192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  metric 
100
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
 Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
nmcli-dev:
 DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
 enp9s0  ethernet  connected/org/freedesktop/NetworkManager/Devices/0  
Ethernet1   f55e2077-9eef-4e83-916f-a0f3a5a52d05  
/org/freedesktop/NetworkManager/ActiveConnection/0 
 wlp8s0  wifi  unavailable  /org/freedesktop/NetworkManager/Devices/2  --   
   ---- 

 lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  --   
   ----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  Network Manager stuck in "getting IP config" after resume from suspend

Status in network-manager package in Ubuntu:
  New

Bug description:
  Stopping and starting the Network Manager did not work-around this
  issue.  Only a reboot or power off+on gets wired Ethernet back into
  service.

  Note: I did not try hibernate nor using wireless.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 18:01:37 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-09-18 (4 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  IpRoute:
   default via 192.168.1.1 dev enp9s0  proto static  metric 100 
   169.254.0.0/16 dev enp9s0  scope link  metric 1000 
   192.168.1.0/24 dev enp9s0  proto kernel  scope link  src 192.168.1.208  
metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPETIMESTAMP   
TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  READONLY  
DBUS-PATH   ACTIVE  DEVICE  STATE  
ACTIVE-PATH
   Ethernet1  f55e2077-9eef-4e83-916f-a0f3a5a52d05  802-3-ethernet  1442962748  
Tue 22 Sep 2015 05:59:08 PM CDT  yes  0 no
/org/freedesktop/NetworkManager/Settings/0  yes enp9s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   

[Touch-packages] [Bug 1229450] Re: Disabling superfluous Laptop display output hangs reboot somewhere(?)

2015-02-13 Thread Richard Elkins
One year after I reported it fixed, it was still maked undecided and
new.  I just marked it fix released because it appears so and has
not reappeared.

** Changed in: lightdm (Ubuntu)
   Status: New = Fix Released

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

Title:
  Disabling superfluous Laptop display output hangs reboot
  somewhere(?)

Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  I made a guess at the applicable package;  apologies if I guessed
  wrong.  I could have guessed grub-common as well.

  Just installed Xubuntu Saucy Beta-2 today alongside of another OS (Linux Mint 
15 Mate).
  Mini-ITX motherboard home-build: Intel D2550MUD2 (Intel Atom 2550 GMA3650 
i.e. Cedartrail).
  The motherboard BIOS has not been updated since I purchased the motherboard.
  In general, I have no complaints about quality and speed of Xubuntu Saucy 
components that were automatically selected:
 * Kernel graphics module: gma500_gfx.
 * Xorg video driver: Modesetting.

  One oddity that I do not understand:  in the Settings Manager  Hardware  
Display application, it shows me two displays:
 * Acer Technologies 22 (correct)
 * Laptop (This is fictitious.  How could have it been detected???)

  By default, both displays have Use this output checked i.e. enabled.
  When Laptop is enabled, it overlays part of the actual Acer display.

  In the default situation, when I request a reboot function from the
  Panel-0 Session Menu reboot item, click on the Panel-0 reboot Action
  Button, or enter `sudo reboot` from a terminal window, rebooting
  proceeds consistently as expected.

  However, the Laptop display is a nuisance in these circumstances as
  it is not useful as it blocks part of the Acer display.  I thought
  this would be an easy fix: Uncheck Use this output for the Laptop
  display and accept the changes.  However, when I subsequently request
  a reboot from one of the actions described above, the shutdown aspect
  of the reboot process seems to hang up somewhere because the
  motherboard BIOS never restarts.

  To summarize, 
 * Laptop enabled:  Reboot always proceeds.
 * Laptop disabled:  Reboot always hangs.

  The attached extra debug information will be automatically collected
  in the Laptop disabled case.

  I would appreciate it if someone with a more mainstream motherboard than mine 
and only one physical monitor would do the following and report back:
  1. After installation, how many displays are presented?
  2. If there are two, please try what I did above. 

  Thank you.

  If it turns out that this is just another Intel feature in Cedar
  Trail (one of the abandoned Intel motherboard product), I'll have to
  resigning myself to cursing a lot [(-:], installing Windoze 7 on this
  rig, and selling it on eBay!  )-:

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xfce4-taskmanager 1.0.0-3
  ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
  Uname: Linux 3.11.0-8-generic x86_64
  ApportVersion: 2.12.4-0ubuntu1
  Architecture: amd64
  Date: Mon Sep 23 16:39:26 2013
  InstallationDate: Installed on 2013-09-23 (0 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Beta amd64 (20130923.1)
  MarkForUpload: True
  SourcePackage: xfce4-taskmanager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1229450/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp