[Touch-packages] [Bug 1843812] [NEW] apt info "please use the '-a' switch"

2019-09-12 Thread Moses Moore
Public bug reported:

When getting info about a package, I see a notice asking me to "Please
use the '-a' switch", but the apt program does not accept an '-a'
switch.

Steps to reproduce:
$ apt info docker.io
...
N: There is 1 additional record. Please use the '-a' switch to see it
$ apt -a info docker.io
$ apt info -a docker.io
$ apt info docker.io -a

Expected outcome:
same output as `apt info docker.io` but with the 1 additional record.

Seen outcome:
E: Command line option 'a' [from -a] is not understood in combination with the 
other options.

Also seen:
`apt info $pkg` gives the same output as `apt show $pkg` including the Notice 
message, but where `apt info -a $pkg` fails, `apt show -a $pkg` succeeds.

Workaround:
Use `apt show -a $pkg` instead.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: apt 1.8.1
ProcVersionSignature: Ubuntu 5.0.0-23.24-generic 5.0.15
Uname: Linux 5.0.0-23-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Sep 12 14:16:09 2019
InstallationDate: Installed on 2018-10-30 (316 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: apt
UpgradeStatus: Upgraded to disco on 2019-04-18 (147 days ago)
modified.conffile..etc.logrotate.d.apport: [modified]
modified.conffile..etc.logrotate.d.apt: [modified]
mtime.conffile..etc.logrotate.d.apport: 2018-12-13T12:13:33.355709
mtime.conffile..etc.logrotate.d.apt: 2018-12-13T12:13:41.355709

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


** Tags: amd64 apport-bug disco

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

Title:
  apt info "please use the '-a' switch"

Status in apt package in Ubuntu:
  New

Bug description:
  When getting info about a package, I see a notice asking me to "Please
  use the '-a' switch", but the apt program does not accept an '-a'
  switch.

  Steps to reproduce:
  $ apt info docker.io
  ...
  N: There is 1 additional record. Please use the '-a' switch to see it
  $ apt -a info docker.io
  $ apt info -a docker.io
  $ apt info docker.io -a

  Expected outcome:
  same output as `apt info docker.io` but with the 1 additional record.

  Seen outcome:
  E: Command line option 'a' [from -a] is not understood in combination with 
the other options.

  Also seen:
  `apt info $pkg` gives the same output as `apt show $pkg` including the Notice 
message, but where `apt info -a $pkg` fails, `apt show -a $pkg` succeeds.

  Workaround:
  Use `apt show -a $pkg` instead.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: apt 1.8.1
  ProcVersionSignature: Ubuntu 5.0.0-23.24-generic 5.0.15
  Uname: Linux 5.0.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Sep 12 14:16:09 2019
  InstallationDate: Installed on 2018-10-30 (316 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: apt
  UpgradeStatus: Upgraded to disco on 2019-04-18 (147 days ago)
  modified.conffile..etc.logrotate.d.apport: [modified]
  modified.conffile..etc.logrotate.d.apt: [modified]
  mtime.conffile..etc.logrotate.d.apport: 2018-12-13T12:13:33.355709
  mtime.conffile..etc.logrotate.d.apt: 2018-12-13T12:13:41.355709

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1843812/+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 1833801] [NEW] initctl: invalid command: rotate

2019-06-21 Thread Moses Moore
Public bug reported:

rsyslog 8.16.0-1ubuntu3.1 , Ubuntu 16.04.6 LTS

the logrotate for rsyslog is a bit awry.  The /etc/logrotate.d/rsyslog has this 
in the postrotate block:
/usr/lib/rsyslog/rsyslog-rotate

But when invoked (either by logrotate or manually) I get:
initctl: invalid command: rotate
Try `initctl --help' for more information.
invoke-rc.d: initscript rsyslog, action "rotate" failed.

The workaround is to change the postrotate block to what I saw in a much
earlier version:

postrotate
service rsyslog rotate > /dev/null
endscript

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: rsyslog 8.16.0-1ubuntu3.1
Uname: Linux 2.6.32-042stab127.2 x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Sat Jun 22 00:24:52 2019
ProcEnviron:
 TERM=screen-256color
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: rsyslog
UpgradeStatus: Upgraded to xenial on 2016-06-15 (1101 days ago)
mtime.conffile..etc.logrotate.d.rsyslog: 2019-06-22T00:24:05.675752

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


** Tags: amd64 apport-bug xenial

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

Title:
  initctl: invalid command: rotate

Status in rsyslog package in Ubuntu:
  New

Bug description:
  rsyslog 8.16.0-1ubuntu3.1 , Ubuntu 16.04.6 LTS

  the logrotate for rsyslog is a bit awry.  The /etc/logrotate.d/rsyslog has 
this in the postrotate block:
  /usr/lib/rsyslog/rsyslog-rotate

  But when invoked (either by logrotate or manually) I get:
  initctl: invalid command: rotate
  Try `initctl --help' for more information.
  invoke-rc.d: initscript rsyslog, action "rotate" failed.

  The workaround is to change the postrotate block to what I saw in a
  much earlier version:

  postrotate
  service rsyslog rotate > /dev/null
  endscript

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: rsyslog 8.16.0-1ubuntu3.1
  Uname: Linux 2.6.32-042stab127.2 x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  Date: Sat Jun 22 00:24:52 2019
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: rsyslog
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (1101 days ago)
  mtime.conffile..etc.logrotate.d.rsyslog: 2019-06-22T00:24:05.675752

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1833801/+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 1786391] Re: libasan0 : AddressSanitizer CHECK failed

2019-01-23 Thread Moses Moore
er, libasan0 Version: 4.8.5-4ubuntu9

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

Title:
  libasan0 : AddressSanitizer CHECK failed

Status in gcc-4.8 package in Ubuntu:
  Confirmed

Bug description:
  Code that worked in Ubuntu 16.04 LTS does not work in Ubuntu 18.04.1.
  (I tried to report this bug for package "libasan0" but bugs.launchpad.net 
sends me hto gcc-4.8)

  $ mp3gain --help
  ==8893== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/asan/asan_rtl.cc:411 "((!asan_init_is_running && 
"ASan init calls itself!")) != (0)" (0x0, 0x0)
  #0 0x7f287806d0cd (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x120cd)
  #1 0x7f2878073eb3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x18eb3)
  #2 0x7f287806e088 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x13088)
  #3 0x7f2878063fb9 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x8fb9)
  #4 0x7f28780701f2 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x151f2)
  #5 0x7f287b001aa7 (/lib/x86_64-linux-gnu/ld-2.27.so+0x17aa7)
  #6 0x7f287aff53eb (/lib/x86_64-linux-gnu/ld-2.27.so+0xb3eb)
  #7 0x7f2877a32da5 (/lib/x86_64-linux-gnu/libc-2.27.so+0x166da5)
  #8 0x7f28774aa0e3 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x10e3)
  #9 0x7f2877a332de (/lib/x86_64-linux-gnu/libc-2.27.so+0x1672de)
  #10 0x7f2877a3336e (/lib/x86_64-linux-gnu/libc-2.27.so+0x16736e)
  #11 0x7f28774aa734 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1734)
  #12 0x7f28774aa165 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1165)
  #13 0x7f2878078b3b (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x1db3b)
  #14 0x7f287806bff3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x10ff3)
  #15 0x7f287806da3a (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x12a3a)
  #16 0x7f287affa805 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10805)
  #17 0x7f287afeb0c9 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10c9)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libasan0 4.8.5-4ubuntu8
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Aug  9 23:04:04 2018
  Dependencies:
   gcc-4.8-base 4.8.5-4ubuntu8
   gcc-8-base 8-20180414-1ubuntu2
   libc6 2.27-3ubuntu1
   libgcc1 1:8-20180414-1ubuntu2
  InstallationDate: Installed on 2016-06-05 (795 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: gcc-4.8
  UpgradeStatus: Upgraded to bionic on 2018-04-27 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1786391/+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 1786391] Re: libasan0 : AddressSanitizer CHECK failed

2019-01-23 Thread Moses Moore
Still a problem in Ubuntu 18.10, mp3gain version 1.5.2-r2-6

ii  mp3gain1.5.2-r2-6   amd64Lossless mp3 normalizer with stat
moses@jolyne:~$ mp3gain --help
==16547== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/asan/asan_rtl.cc:411 "((!asan_init_is_running && 
"ASan init calls itself!")) != (0)" (0x0, 0x0)

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

Title:
  libasan0 : AddressSanitizer CHECK failed

Status in gcc-4.8 package in Ubuntu:
  Confirmed

Bug description:
  Code that worked in Ubuntu 16.04 LTS does not work in Ubuntu 18.04.1.
  (I tried to report this bug for package "libasan0" but bugs.launchpad.net 
sends me hto gcc-4.8)

  $ mp3gain --help
  ==8893== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/asan/asan_rtl.cc:411 "((!asan_init_is_running && 
"ASan init calls itself!")) != (0)" (0x0, 0x0)
  #0 0x7f287806d0cd (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x120cd)
  #1 0x7f2878073eb3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x18eb3)
  #2 0x7f287806e088 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x13088)
  #3 0x7f2878063fb9 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x8fb9)
  #4 0x7f28780701f2 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x151f2)
  #5 0x7f287b001aa7 (/lib/x86_64-linux-gnu/ld-2.27.so+0x17aa7)
  #6 0x7f287aff53eb (/lib/x86_64-linux-gnu/ld-2.27.so+0xb3eb)
  #7 0x7f2877a32da5 (/lib/x86_64-linux-gnu/libc-2.27.so+0x166da5)
  #8 0x7f28774aa0e3 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x10e3)
  #9 0x7f2877a332de (/lib/x86_64-linux-gnu/libc-2.27.so+0x1672de)
  #10 0x7f2877a3336e (/lib/x86_64-linux-gnu/libc-2.27.so+0x16736e)
  #11 0x7f28774aa734 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1734)
  #12 0x7f28774aa165 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1165)
  #13 0x7f2878078b3b (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x1db3b)
  #14 0x7f287806bff3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x10ff3)
  #15 0x7f287806da3a (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x12a3a)
  #16 0x7f287affa805 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10805)
  #17 0x7f287afeb0c9 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10c9)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libasan0 4.8.5-4ubuntu8
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Aug  9 23:04:04 2018
  Dependencies:
   gcc-4.8-base 4.8.5-4ubuntu8
   gcc-8-base 8-20180414-1ubuntu2
   libc6 2.27-3ubuntu1
   libgcc1 1:8-20180414-1ubuntu2
  InstallationDate: Installed on 2016-06-05 (795 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: gcc-4.8
  UpgradeStatus: Upgraded to bionic on 2018-04-27 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1786391/+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 1318975] Re: /usr/bin/host utility cannot change port for DNS querires

2018-11-21 Thread Moses Moore
for what it's worth, `nslookup` can also set the port for a query:

dig @localhost -p 8600 mysql.service.consul 
nslookup -po=8600 mysql.service.consul localhost

... but both "nslookup" and "dig" come from package "dnsutils", which
brings in six other packages and 512kB of diskspace for amd64 packages.
Would any but the smallest of embedded systems be burdened?

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

Title:
  /usr/bin/host utility cannot change port for DNS querires

Status in iputils package in Ubuntu:
  Confirmed

Bug description:
  This is not a bug report. It is request for missing feature...

  /usr/bin/host utility to check DNS is limited to send DNS queries to
  port 53. There is no option to change port for DNS queries. Other
  utilities, like dig, can change port. I can change DNS server but port
  is always 53.

  I found this missing feature while I was troubleshooting my DNS. My
  ISP is hijacking port 53 and I found I cannot use host utility to
  diagnose this problem...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1318975/+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 1786391] [NEW] libasan0 : AddressSanitizer CHECK failed

2018-08-09 Thread Moses Moore
Public bug reported:

Code that worked in Ubuntu 16.04 LTS does not work in Ubuntu 18.04.1.
(I tried to report this bug for package "libasan0" but bugs.launchpad.net sends 
me hto gcc-4.8)

$ mp3gain --help
==8893== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/asan/asan_rtl.cc:411 "((!asan_init_is_running && 
"ASan init calls itself!")) != (0)" (0x0, 0x0)
#0 0x7f287806d0cd (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x120cd)
#1 0x7f2878073eb3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x18eb3)
#2 0x7f287806e088 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x13088)
#3 0x7f2878063fb9 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x8fb9)
#4 0x7f28780701f2 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x151f2)
#5 0x7f287b001aa7 (/lib/x86_64-linux-gnu/ld-2.27.so+0x17aa7)
#6 0x7f287aff53eb (/lib/x86_64-linux-gnu/ld-2.27.so+0xb3eb)
#7 0x7f2877a32da5 (/lib/x86_64-linux-gnu/libc-2.27.so+0x166da5)
#8 0x7f28774aa0e3 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x10e3)
#9 0x7f2877a332de (/lib/x86_64-linux-gnu/libc-2.27.so+0x1672de)
#10 0x7f2877a3336e (/lib/x86_64-linux-gnu/libc-2.27.so+0x16736e)
#11 0x7f28774aa734 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1734)
#12 0x7f28774aa165 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1165)
#13 0x7f2878078b3b (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x1db3b)
#14 0x7f287806bff3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x10ff3)
#15 0x7f287806da3a (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x12a3a)
#16 0x7f287affa805 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10805)
#17 0x7f287afeb0c9 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10c9)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: libasan0 4.8.5-4ubuntu8
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Aug  9 23:04:04 2018
Dependencies:
 gcc-4.8-base 4.8.5-4ubuntu8
 gcc-8-base 8-20180414-1ubuntu2
 libc6 2.27-3ubuntu1
 libgcc1 1:8-20180414-1ubuntu2
InstallationDate: Installed on 2016-06-05 (795 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gcc-4.8
UpgradeStatus: Upgraded to bionic on 2018-04-27 (104 days ago)

** Affects: gcc-4.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  libasan0 : AddressSanitizer CHECK failed

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  Code that worked in Ubuntu 16.04 LTS does not work in Ubuntu 18.04.1.
  (I tried to report this bug for package "libasan0" but bugs.launchpad.net 
sends me hto gcc-4.8)

  $ mp3gain --help
  ==8893== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/asan/asan_rtl.cc:411 "((!asan_init_is_running && 
"ASan init calls itself!")) != (0)" (0x0, 0x0)
  #0 0x7f287806d0cd (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x120cd)
  #1 0x7f2878073eb3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x18eb3)
  #2 0x7f287806e088 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x13088)
  #3 0x7f2878063fb9 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x8fb9)
  #4 0x7f28780701f2 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x151f2)
  #5 0x7f287b001aa7 (/lib/x86_64-linux-gnu/ld-2.27.so+0x17aa7)
  #6 0x7f287aff53eb (/lib/x86_64-linux-gnu/ld-2.27.so+0xb3eb)
  #7 0x7f2877a32da5 (/lib/x86_64-linux-gnu/libc-2.27.so+0x166da5)
  #8 0x7f28774aa0e3 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x10e3)
  #9 0x7f2877a332de (/lib/x86_64-linux-gnu/libc-2.27.so+0x1672de)
  #10 0x7f2877a3336e (/lib/x86_64-linux-gnu/libc-2.27.so+0x16736e)
  #11 0x7f28774aa734 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1734)
  #12 0x7f28774aa165 (/lib/x86_64-linux-gnu/libdl-2.27.so+0x1165)
  #13 0x7f2878078b3b (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x1db3b)
  #14 0x7f287806bff3 (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x10ff3)
  #15 0x7f287806da3a (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x12a3a)
  #16 0x7f287affa805 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10805)
  #17 0x7f287afeb0c9 (/lib/x86_64-linux-gnu/ld-2.27.so+0x10c9)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libasan0 4.8.5-4ubuntu8
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Aug  9 23:04:04 2018
  Dependencies:
   gcc-4.8-base 4.8.5-4ubuntu8
   gcc-8-base 8-20180414-1ubuntu2
   libc6 2.27-3ubuntu1
   libgcc1 1:8-20180414-1ubuntu2
  InstallationDate: Installed on 2016-06-05 (795 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd6

[Touch-packages] [Bug 1547466] Re: grep switches into binary mode while processing a text file under the C locale

2018-01-27 Thread Moses Moore
I just tripped over something like this with grep v3.1-2 (Ubuntu 17.10
"artful").  the LC_ALL setting did not make a difference, and grep 3.1
passes the "test case" described in the bug description.

I have many text files, but one of them had a string of 49 \x00 chars.  What 
confused me was the switch into binary mode happens on line 1,128,254, but the 
string of nulls is on line 1,128,436.
My method to find the triggering data was : `split -n 2 events.log` repeatedly: 
testing each half, discarding the half that passes and repeating until I had a 
failing text file I can manually examine.

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

Title:
  grep switches into binary mode while processing a text file under the
  C locale

Status in grep package in Ubuntu:
  Fix Released
Status in grep source package in Xenial:
  Fix Released
Status in grep source package in Yakkety:
  Fix Released
Status in grep package in Debian:
  Fix Released

Bug description:
  I noticed this staring to happen in Xenial about two days ago. When
  running sbuild (or now the buildd, too), the build breaks when trying
  to compile a generated file. I traced the problem down to grep
  suddenly acting weird. When not having any language set (or a non-UTF8
  mode) it will start printing some lines of a source file and then
  suddenly end that by printing "Binary file ... matches".

  With the attached file, the difference can be observed (running
  Xenial):

  LANG=C grep -v xxx grant_table.h

  and

  LANG=C.UTF-8 grep -v xxx grant_table.h

  SRU INFORMATION
  ===
  Upstream fixes:
   - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (but 
depends on previous patches and is not sufficient by itself)
   - http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d8a366218 (tests+doc)

  Test case:

  Call grep on a file or a string with non-ASCII characters in the C locale:
  $ echo 'héll☺ ≥x' | LC_ALL=C grep .
  In xenial this just shows "Binary file (standard input) matches", with the 
fix it should show the actual input string (with some garbled output of course 
as the UTF-8 chars cannot be displayed in C)

  Regression potential: grep is being used in tons of places; during
  xenial we had to fix/put a "use grep -a" workaround into a lot of
  packages to fix the fallout from grep 2.23 which introduced this. That
  said, as a result of "Binary file matches" does not give any more
  information than the actual string match, and scripts which get along
  with this answer most likely just check the exit code anyway (which
  does not change), the risk is bearable.

  We will soon do a test rebuild in yakkety with gcc-6 and grep 2.25,
  and will sift through the results to identify new FTBFS that are due
  to grep 2.25. This SRU should not be released until this happens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1547466/+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 955675] Re: openssl s_client's '-ssl2' option no longer works in 12.04

2016-03-02 Thread Moses Moore
Still here in Ubuntu 14.04.4 LTS and openssl  1.0.1f-1
Expecting 1.0.1g to arrive soon after the announcement of the DROWN exploit.  
The cheap fix would be to remove '-ssl2' from the usage string and man pages.

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

Title:
  openssl s_client's '-ssl2' option no longer works in 12.04

Status in openssl package in Ubuntu:
  Confirmed

Bug description:
  the s_client(1) man page describes -tls1, -ssl3 and -ssl2. The latter
  isn't recognised by openssl in 12.04:

  aj@aj-Vostro-260:~$ openssl version
  OpenSSL 1.0.0g 18 Jan 2012
  aj@aj-Vostro-260:~$ openssl s_client -ssl2
  unknown option -ssl2
  usage: s_client args
  
  aj@aj-Vostro-260:~$ openssl s_client -ssl3
  connect: Connection refused
  connect:errno=111
  aj@aj-Vostro-260:~$ openssl s_client -tls1
  connect: Connection refused
  connect:errno=111
  aj@aj-Vostro-260:~$ 

  This option should still continue to work, please do not leave
  disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/955675/+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 559331] Re: Permanent "Printer-out-of-paper" message.

2015-02-16 Thread Moses Moore
Ubuntu 14.10 ,  CUPS 1.7.2, DeviceURI
"hp:/usb/HP_LaserJet_Professional_P1102w" and I just ran into this
problem myself.

Rebooted the printer, printed a test page with the printer to make sure
there's no paperjam or bad mechanical sensor.  Ubuntu still refuses to
sent print jobs to the printer because "out-of-paper."  Tried he
workaround mentioned in #2 above, and CUPS automatically resumed the
print jobs without my prompting.

It seems CUPS doesn't query the printer for its status, or doesn't query
the printer often enough.

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

Title:
  Permanent "Printer-out-of-paper" message.

Status in cups package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: cups

  This probably has to do with CUPS. Version: 1.4.1- 4ubuntu2.4 (latest
  on Karmic).

  I was printing a document when the printer was out of paper and got a
  message that "The printer is out of paper". I went to reload it and
  clicked resume on the printer and printing carried on normally.

  From this point on, the message "The printer is out of paper" is permanently 
stuck on the printer. 
  - Every time i print, i get the message "The printer is out of paper", but 
the printing occurs without errors. 
  - The configuration tool (system-config-printer 1.1.12) shows the printer 
with the red error sign. When viewing the properties of said printer, in the 
"Ink/Toner Levels" section, i have the "Status Message":  "Printer 
HP-Officejet-Pro-k550 is out of paper". If i click refresh then i get a "CUPS 
server error": "There was an error during the CUPS operation: 
'client-error-document-format-not-supported'." (Not sure this is relevant). 

  
  Removing and reinstalling the printer fixes this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/559331/+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