[Bug 1773687] Re: [bionic] no unattended installation

2018-05-29 Thread Dirk Eddelbuettel
Hi Steve,

On 30 May 2018 at 00:10, Steve Langasek wrote:
| Ok, I see what's happening here.  The reason artful doesn't prompt is
| because /etc/localtime is prepopulated within the image:
| 
| $ tar tvf ubuntu-artful-core-cloudimg-amd64-root.tar.gz |grep zoneinfo
| lrwxrwxrwx root/root 0 2018-05-24 13:44 etc/localtime -> 
/usr/share/zoneinfo/UTC
| $
| 
| This is despite the fact that the tzdata package itself is not
| installed.
| 
| In bionic, this symlink is not present:
| 
| $ tar tvf ubuntu-bionic-core-cloudimg-amd64-root.tar.gz |grep zoneinfo
| $
| 
| This is in fact a deliberate change in bionic as part of the minimal
| image work; in livecd-rootfs live-build/auto/build:
| 
| if [ "${SUBPROJECT:-}" = minimized ] \
|&& ! Chroot chroot dpkg -l tzdata 2>&1 |grep -q ^ii; then
| # workaround for tzdata purge not removing these files
| rm -f chroot/etc/localtime chroot/etc/timezone
| fi
| 
| The behavior you're seeing in bionic is the *expected* behavior on a
| completely fresh install of the tzdata package.  The reason you don't
| see this behavior in prior releases is that it's not truly a fresh
| install, and there is cruft left on the filesystem in the form of

Nice. I was always a big fan of the minimal ubuntu-server installations "way
back when" a decade or so ago, and am glad to see them back.

| /etc/localtime.  If /etc/localtime already exists, tzdata has no need to
| prompt instead of using the existing configuration on the system.  If it
| doesn't exist, tzdata will ask debconf, which means a prompt by default.
| 
| So your setting DEBIAN_FRONTEND=noninteractive, if you don't care about
| /etc/localtime and just tzdata to use the default, is the correct fix
| here.

Agreed. I have set that in the corresponding bionic Dockerfile and will use
it going forward.

Cheers, Dirk
 
| ** Changed in: tzdata (Ubuntu)
|Status: New => Invalid
| 
| -- 
| You received this bug notification because you are subscribed to the bug
| report.
| https://bugs.launchpad.net/bugs/1773687
| 
| Title:
|   [bionic] no unattended installation
| 
| To manage notifications about this bug go to:
| https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1773687/+subscriptions

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773687

Title:
  [bionic] no unattended installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1773687] Re: [bionic] no unattended installation

2018-05-28 Thread Dirk Eddelbuettel
Hi Steve,

On 28 May 2018 at 22:47, Steve Langasek wrote:
| This was going to be my recommended approach, as it's the authoritative
| way to have a noninteractive install.  I haven't had a chance to look
| into the package yet given the holiday weekend.  Do you think there is a
| bug here that still warrants investigating, or do you think this was a
| configuration regression on your side?

I have the feeling that one important variable setting may have gotten
dropped at your end because if I look at my GH repo here:

   https://github.com/rocker-org/rocker/tree/master/r-apt

you will see essentially identical Dockerfile setups that worked for

   precise
   trusty
   wily
   xenial
   yakkety
   zesty
   artful

and then all of a sudden failed for

   bionic

I will add the setting, but methinks you guys set it before. Or maybe one of
the Debian packages involved did.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773687

Title:
  [bionic] no unattended installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1773687] Re: [bionic] no unattended installation

2018-05-28 Thread Dirk Eddelbuettel
Update:

A friend just pointed out that setting `export DEBIAN_FRONTEND=noninteractive` 
helps,
and I verified that in Docker. So _maybe_ we just dropped that setting?

edd@rob:~$ docker run --rm -ti ubuntu:bionic
root@cf1720b38f97:/# apt-get update 
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] 
 
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
 
Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe Sources [3783 
B]
Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages 
[18.8 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 
Packages [1066 B]   
Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages 
[88.7 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [83.2 kB]   
 
Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [65.5 kB] 
 
Get:9 http://archive.ubuntu.com/ubuntu bionic/universe Sources [11.5 MB]
 
Get:10 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 
kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 
MB] 
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
 
Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 
kB]   
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe Sources [28.7 
kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 
Packages [1660 B]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages 
[79.3 kB] 
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [127 
kB]  
Fetched 25.2 MB in 4s (5655 kB/s)   
 
Reading package lists... Done   
root@cf1720b38f97:/# export DEBIAN_FRONTEND=noninteractive  
 
root@cf1720b38f97:/# apt-get install -y tzdata  
Reading package lists... Done   
Building dependency tree
Reading state information... Done   
The following NEW packages will be installed:   
  tzdata
0 upgraded, 1 newly installed, 0 to remove and 11 not upgraded. 
 
Need to get 188 kB of archives. 
After this operation, 3088 kB of additional disk space will be used.
 
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 tzdata all 2018d-1 
[188 kB] 
Fetched 188 kB in 1s (271 kB/s) 
debconf: delaying package configuration, since apt-utils is not installed   
 
Selecting previously unselected package tzdata. 
(Reading database ... 4035 files and directories currently installed.)  
 
Preparing to unpack .../tzdata_2018d-1_all.deb ...  
Unpacking tzdata (2018d-1) ...  
Setting up tzdata (2018d-1) ... 

Current default time zone: 'Etc/UTC'
Local time is now:  Mon May 28 17:10:20 UTC 2018.   
 
Universal Time is now:  Mon May 28 17:10:20 UTC 2018.   
 
Run 'dpkg-reconfigure tzdata' if you wish to change it. 
 

root@cf1720b38f97:/#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773687

Title:
  [bionic] no unattended installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1773687] Re: [bionic] no unattended installation

2018-05-27 Thread Dirk Eddelbuettel
Also, it is not the package per se but possibly the debconf settings --
installing tzdata_2018e-1 from Debian reveals the same issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773687

Title:
  [bionic] no unattended installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1773687] Re: [bionic] no unattended installation

2018-05-27 Thread Dirk Eddelbuettel
Note that I filed this on my 17.10 machine so the final paragraph is
mildly inaccurate.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773687

Title:
  [bionic] no unattended installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1773687] [NEW] [bionic] no unattended installation

2018-05-27 Thread Dirk Eddelbuettel
Public bug reported:

Package: tzdata
Version: 2018d-1
Ubuntu release: 18.04

There appears to be a regression with the preseeding data for tzdata in the 
18.04 release.
When running 

   apt-get install tzdata

I now _always_ drop into an interactive selection of the timezone 'area'
and 'zone'. This was not the case before; it is also not the case in
Debian 'unstable' right now.

I looked into the postinst script, but I can't figure out where the
preseeded info would be. I tried debconf-set-selections with a preseed
file, but no luck.

This blocks usage of tzdata in Docker containers and is there for a bit
annoying.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: tzdata 2017c-0ubuntu0.17.10
ProcVersionSignature: Ubuntu 4.13.0-41.46-generic 4.13.16
Uname: Linux 4.13.0-41-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu3.8
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sun May 27 13:17:42 2018
InstallationDate: Installed on 2017-12-31 (147 days ago)
InstallationMedia: Ubuntu-Server 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
PackageArchitecture: all
ProcEnviron:
 TERM=screen-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: tzdata
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773687

Title:
  [bionic] no unattended installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763611] Re: Lubuntu bionic boots slower than the other Ubuntu flavours with some SSDs

2018-05-09 Thread Dirk F
Please see my comments at https://bugs.launchpad.net/ubuntu/+source
/initramfs-tools/+bug/1644975/comments/12 and
https://bugs.launchpad.net/ubuntu/+source/initramfs-
tools/+bug/1644975/comments/10.

In summary, /etc/initramfs-tools/conf.d/resume is obsolete.

The resume process is supposed to be driven by kernel command-line
parameters resume and (optionally) resume_offset (which can be set by a
script during update-grub) and the script /etc/initramfs-tools/scripts
/local-premount/resume.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763611

Title:
  Lubuntu bionic boots slower than the other Ubuntu flavours with some
  SSDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1763611/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644975] Re: Resume from disk (swapfile) fails

2018-05-09 Thread Dirk F
In the related bug #1763611, it is concluded that the Ubiquity installer
incorrectly set up /etc/initramfs-tools/conf.d/resume to reference a
non-existent disk UUID, causing a 30-40s delay in startup.

Surely that file is obsolete (because it doesn't help resume from
swapfile, eg) and should be removed from the installation?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644975

Title:
  Resume from disk (swapfile) fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1644975/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1768673] [NEW] upgrade aborted

2018-05-02 Thread Dirk Osterwald
Public bug reported:

Es konnte nicht ermittelt werden, welche Systemaktualisierungen 
verfügbar sind 

upgrade aborted

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubuntu-release-upgrader-core 1:17.10.11
ProcVersionSignature: Ubuntu 4.13.0-39.44-generic 4.13.16
Uname: Linux 4.13.0-39-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu3.8
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: KDE
Date: Thu May  3 01:00:58 2018
InstallationDate: Installed on 2013-09-08 (1697 days ago)
InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to artful on 2018-05-02 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful dist-upgrade third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768673

Title:
  upgrade aborted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1768673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644975] Re: Resume from disk (swapfile) fails

2018-04-19 Thread Dirk F
If the swapfile is available as the initrd is handing over to the real
system, then it should work (in Bionic and fixed versions back probably
beyond Xenial).

What would happen is something like this:

- Grub[2] is loaded from yr /boot, an unencrypted partition or perhaps a
USB stick

- Grub loads the initial ram disk (named initrd* but an initramfs in
recent Linuxes) image which is responsible for loading the actual system

- the initrd discovers your physical, logical and encrypted disk devices
and will attempt to chain to the "actual" boot device as specified in
/boot/grub/grub.cfg ("the system disk")

- in this process you have to supply your passphrase or keyfile or token
to allow the encrypted system disk to be mounted

- finally the initrd morphs into the system on the system disk.

When resuming from hybrid-sleep (s2both) or hibernation, it is the
initrd script /scripts/local-premount/resume, copied to the initrd from
/usr/share/initramfs-tools by update-initramfs, that parses the resume
and resume_offset kernel parameters from the grub.cfg linux command
line. Those parameters may have been entered by hand or by an add-on
script in /etc/default/grub (in which case update-grub would be needed
to add the parameters).

The initrd resume script, which runs in a environment where all the
kernel command-line parameters are available as shell variables, has to
translate the resume parameters into a major:minor[:offset] format that
is understood by the kernel when written to /sys/power/resume.

If the resume parameters are set, the resume script will have to mount
the system disk to verify whether there is a resumable image, and that
should trigger the password prompt/use of keyfile or token. You can
debug the resume script using the break=premount kernel command-line
setting, which leaves you in a limited Busybox shell just before the
script would run (Ctrl+D to continue booting).

If the initrd kernel succeeds in loading the resumable image, it will be
directly overlaid by the image and you will get a running system as it
was when hibernated/hybrid-slept. If not, it will become a newly started
system from the root of the encrypted system disk.

When initiating hibernate or hybrid-sleep, the kernel knows about your
swapfile and will use it automatically (if it's big enough and there is
enough free memory to prepare the image) through the sys/power
interface. If your swapfile is on the encrypted system disk (or another
encrypted disk), it will automatically be protected.

In systemd versions, a small binary (why?) invokes the necessary
commands (printf "suspend|platform|shutdown"> /sys/power/disk; printf
"disk"> /sys/power/state) driven by sleep.conf(5); before that the pm-
utils kernel method attempted to do the same. It might seem logical to
stash the resume info at this point, but that's not what happens: would
you want a failed hibernation to destroy your grub.cfg?

This series of processes doesn't seem to be clearly laid out anywhere
but I thought it worth recording in case anyone wanted to implement
swapfile hibernation on pre-Bionic versions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644975

Title:
  Resume from disk (swapfile) fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1644975/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-04-08 Thread Dirk Bachmann
Hi Tyler,

unfortunately, your 4.13.0-38 test kernel
https://people.canonical.com/~tyhicks/lp1743094/artful/ doesn't resolve
the resume issue for me either.

Linux Mint 18.2 Sonya on HP 250 G6 Notebook w/ Intel i3-6006U.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1731459] Re: genesys_gl847 scanners produce a black band in scanned images on Ubuntu 17.10

2018-03-26 Thread Dirk Werner
@ramas

This worked out very nice for me with Ubuntu 17.10. Thanks for your
work!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731459

Title:
  genesys_gl847 scanners produce a black band in scanned images on
  Ubuntu 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1731459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1749194] [NEW] package python3-distupgrade 1:16.04.23 failed to install/upgrade: package python3-distupgrade is already installed and configured

2018-02-13 Thread Dirk Eickhoff
Public bug reported:

This was happened, after fresh install and running apt upgrade in
Terminal.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python3-distupgrade 1:16.04.23
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashDB: ubuntu
CrashReports:
 600:0:117:370842:2018-02-13 14:41:22.998600244 +0100:2018-02-13 
14:41:23.998600244 +0100:/var/crash/python3-distupgrade.0.crash
 600:0:117:370839:2018-02-13 14:41:23.030599594 +0100:2018-02-13 
14:41:24.030599594 +0100:/var/crash/python3-update-manager.0.crash
 600:0:117:370860:2018-02-13 14:41:24.058599139 +0100:2018-02-13 
14:41:24.034599557 +0100:/var/crash/ubuntu-release-upgrader-core.0.crash
Date: Tue Feb 13 14:41:23 2018
DuplicateSignature:
 package:python3-distupgrade:1:16.04.23
 Unpacking thunderbird-locale-en-gb (1:52.6.0+build1-0ubuntu0.16.04.1) ...
 dpkg: error processing package python3-distupgrade (--configure):
  package python3-distupgrade is already installed and configured
ErrorMessage: package python3-distupgrade is already installed and configured
InstallationDate: Installed on 2018-02-13 (0 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: dpkg
Title: package python3-distupgrade 1:16.04.23 failed to install/upgrade: 
package python3-distupgrade is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package dist-upgrade xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1749194

Title:
  package python3-distupgrade 1:16.04.23 failed to install/upgrade:
  package python3-distupgrade is already installed and configured

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-01-29 Thread Dirk Bachmann
I purchased the notebook middle of November last year - no BIOS update
since. So BIOS is certainly much older than 2 month.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-01-29 Thread Dirk Bachmann
I've not installed intel-microcode package and never had.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743094] Re: [regression] hibernation (freezes on resume) due to PTI

2018-01-27 Thread Dirk Bachmann
Unfortunately, "nopti" (GRUB_CMDLINE_LINUX_DEFAULT="nopti loglevel=7
no_console_suspend") does not at all make a difference for me.

Tested hibernate-resume cycles with 4.13.0-25, 4.13.0-26, 4.13.0-31 and
4.13.0-32.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743094

Title:
  [regression] hibernation (freezes on resume) due to PTI

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743094] Re: hibernation broken (freezes with resume) in kernel linux-image-4.13.0-26-generic

2018-01-20 Thread Dirk Bachmann
Kernel 4.14.13 fixes the issue for me too.
(installed as outlined by http://linuxg.net/install-kernel-4-14-on-ubuntu/)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743094

Title:
  hibernation broken (freezes with resume) in kernel linux-
  image-4.13.0-26-generic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743094] Re: hibernation broken (freezes with resume) in kernel linux-image-4.13.0-26-generic

2018-01-16 Thread Dirk Bachmann
tested hibenate-resume cycles with a couple of other 4.13 kernels:
4.13.0.16 - works
4.13.0.21 - works
4.13.0.25 - broken
4.13.0.30 - broken (from Canonical Kernel Team PPA)

System: 
HP 250 G6 Notebook w/ Intel i3-6006U
Linux Mint 18.2 Sonya

no resume log available in kernel log.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743094

Title:
  hibernation broken (freezes with resume) in kernel linux-
  image-4.13.0-26-generic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-14 Thread H.-Dirk Schmitt
** Bug watch added: GNU Savannah Bug Tracker #52890
   http://savannah.gnu.org/bugs/?52890

** Also affects: findutils via
   http://savannah.gnu.org/bugs/?52890
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  `find --name` ignores files with non-printable character in the
  filename

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-14 Thread H.-Dirk Schmitt
Can reproduce the problem in artfull and bionic.

** Tags added: artful bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  `find --name` ignores files with non-printable character in the
  filename

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-13 Thread H.-Dirk Schmitt
Simple test case:

touch $(echo -e ERR'\0303'OR )
touch NON_ERROR
find . -name "*ERR*"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  `find --name` ignores files with non-printable character in the
  filename

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 433926] Re: xkbcomp error: Type "ONE_LEVEL" has 1 levels, but has 2 symbols

2018-01-09 Thread H.-Dirk Schmitt
Still in xenial
affected: xkb-data 2.16-1ubuntu1 

│Jan  8 11:49:55 user.warning /usr/lib/gdm3/gdm-x-session[3463 >
Warning:  Type "ONE_LEVEL" has 1 levels, but  has 2 │

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/433926

Title:
  xkbcomp error: Type "ONE_LEVEL" has 1 levels, but  has 2 symbols

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/433926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-09 Thread H.-Dirk Schmitt
Having a second look I found the mitigation cleaning up the filename
with the help of: `tr  --delete --complement '[:print:]`

So it is obvious that the characters breaking `find … -name` are non-
printable characters.

** Summary changed:

- find can't find several files with unicode characters if --name is used
+ `find --name` ignores files with non-printable character in the filename

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  `find --name` ignores files with non-printable character in the
  filename

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] Re: find can't find several files with unicode characters

2018-01-08 Thread H.-Dirk Schmitt
For the case that the unicode character has been lost – here the
hexdump:

echo ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr?s_du_Jazz-1734575236.mp4 |hexdump
000 5241 4554 435f 6e6f 6563 7472 2d5f 4a5f
010 7a61 2d7a 7641 7369 6168 5f69 6f43 6568
020 5f6e 415f 5f75 7247 73c3 645f 5f75 614a
030 7a7a 312d 3337 3534 3537 3332 2e36 706d
040 0a34   
042

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  find can't find several files with unicode characters if --name is
  used

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] [NEW] find can't find several files with unicode characters if --name is used

2018-01-08 Thread H.-Dirk Schmitt
Public bug reported:

Downloading some files from ARTE via Mediathekview I retrieved files
like this:

ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr�s_du_Jazz-1734575236.mp4

find . is showing the the file:

> $ find .
> .
> ./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr?s_du_Jazz-1734575236.mp4

But if I invoke `find . -name "*mp4"` nothing is found.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: findutils 4.6.0+git+20160126-2
ProcVersionSignature: Ubuntu 4.10.0-43.47~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-43-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Jan  9 01:12:36 2018
SourcePackage: findutils
UpgradeStatus: No upgrade log present (probably fresh install)

c42-bugnr: #3922

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


** Tags: amd64 apport-bug third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  find can't find several files with unicode characters if --name is
  used

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] Re: find can't find several files with unicode characters

2018-01-08 Thread H.-Dirk Schmitt
Finally the proof that it is the one mystic unicode character:

$ mv ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr?s_du_Jazz-1734575236.mp4 
ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Grs_du_Jazz-1734575236.mp4
$ find . -name "*4"
./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Grs_du_Jazz-1734575236.mp4


** Summary changed:

- find can't find several files with unicode characters
+ find can't find several files with unicode characters if --name is used

** Description changed:

  Downloading some files from ARTE via Mediathekview I retrieved files
  like this:
  
  ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr�s_du_Jazz-1734575236.mp4
- 
  
  find . is showing the the file:
  
  > $ find .
  > .
  > ./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr?s_du_Jazz-1734575236.mp4
- 
  
  But if I invoke `find . -name "*mp4"` nothing is found.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: findutils 4.6.0+git+20160126-2
  ProcVersionSignature: Ubuntu 4.10.0-43.47~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-43-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Jan  9 01:12:36 2018
  SourcePackage: findutils
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ c42-bugnr: #3922

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  find can't find several files with unicode characters if --name is
  used

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742011] Re: find can't find several files with unicode characters

2018-01-08 Thread H.-Dirk Schmitt
find -D search -name "*4"
consider_visiting (early): ".": fts_info=FTS_D , fts_level= 0, 
prev_depth=-2147483648 fts_path=".", fts_accpath="."
consider_visiting (late): ".": fts_info=FTS_D , isdir=1 ignore=0 have_stat=1 
have_type=1 
consider_visiting (early): 
"./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr\303s_du_Jazz-1734575236.mp4": 
fts_info=FTS_NSOK, fts_level= 1, prev_depth=0 
fts_path="./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr\303s_du_Jazz-1734575236.mp4",
 
fts_accpath="ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr\303s_du_Jazz-1734575236.mp4"
consider_visiting (late): 
"./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr\303s_du_Jazz-1734575236.mp4": 
fts_info=FTS_NSOK, isdir=0 ignore=0 have_stat=0 have_type=1 
consider_visiting (early): ".": fts_info=FTS_DP, fts_level= 0, prev_depth=1 
fts_path=".", fts_accpath="."
consider_visiting (late): ".": fts_info=FTS_DP, isdir=1 ignore=1 have_stat=1 
have_type=1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742011

Title:
  find can't find several files with unicode characters if --name is
  used

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741658] [NEW] package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2018-01-06 Thread Dirk De Backer
Public bug reported:

System upgrage to Ubuntu 16.04 failed. During upgrade many packets were not 
installed:
I wrote down the Dutch remarks "Kan gconf2 niet installeren" and many others. 
Translated:
Failed to install during the systemupgrade:
==
gconf2  (+ "gconf2 will possibly not work")
gnupg-agent
gnupg2
libgdata22
gvfs-backends
adwaita-icon-theme-full
libgail-3-0
gstreamer1.0-plugins-bad
gstreamer0.10-plugins-good
gstreamer1.10-plugins-good
libgssdp-1.0-3
libupnp-1.0-4
libupnp-igd-1.0-4
libnice10
gstreamer1.0-nice
libfarstream-0.2-5
libpurple0
gnome-keyring
libgpgme11
libgmime-2.6-0
libwebkitgtk-3.0-0
geary
gnome-icon-theme
===
Hope the list is complete :-))
Since then only logging-out is possible, but the menu items: "Close the system" 
("Afsluiten" in Dutch)  nor "Restart" gave any effect. Caption of this menu is:

   Lubuntu
      Session Zorin-OS-lite 16.04

Best regards!
Dirk De Backer
mailto:debacker.d...@worldonline.be

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gconf2 3.2.6-3ubuntu6
ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
Uname: Linux 4.4.0-104-generic i686
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: i386
Date: Sat Jan  6 15:32:06 2018
ErrorMessage: dependency problems - leaving triggers unprocessed
InstallationDate: Installed on 2015-12-19 (748 days ago)
InstallationMedia: Zorin 9 trusty - Release i386 (20140811)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: gconf
Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
UpgradeStatus: Upgraded to xenial on 2018-01-06 (0 days ago)

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


** Tags: apport-package i386 xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741658

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1741105] [NEW] package grub-efi-amd64-signed 1.66.15+2.02~beta2-36ubuntu3.15 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-01-03 Thread Dirk Spillmann
Public bug reported:

there was a problem while installing this package on my Lenovo E540
Intel® Core™ i7-4702MQ CPU @ 2.20GHz × 8 
GeForce GT 740M/PCIe/SSE2
64bit

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: grub-efi-amd64-signed 1.66.15+2.02~beta2-36ubuntu3.15
ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
Uname: Linux 4.4.0-104-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.14
Architecture: amd64
Date: Wed Jan  3 20:27:07 2018
DpkgHistoryLog:
 Start-Date: 2018-01-03  20:26:28
 Commandline: aptdaemon role='role-commit-packages' sender=':1.100'
 Upgrade: grub-common:amd64 (2.02~beta2-36ubuntu3.14, 2.02~beta2-36ubuntu3.15), 
squashfs-tools:amd64 (1:4.3-3ubuntu2, 1:4.3-3ubuntu2.16.04.1), 
grub2-common:amd64 (2.02~beta2-36ubuntu3.14, 2.02~beta2-36ubuntu3.15), 
grub-efi-amd64-bin:amd64 (2.02~beta2-36ubuntu3.14, 2.02~beta2-36ubuntu3.15), 
grub-efi-amd64:amd64 (2.02~beta2-36ubuntu3.14, 2.02~beta2-36ubuntu3.15), 
grub-efi-amd64-signed:amd64 (1.66.14+2.02~beta2-36ubuntu3.14, 
1.66.15+2.02~beta2-36ubuntu3.15)
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-08-15 (1237 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.66.15+2.02~beta2-36ubuntu3.15 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to xenial on 2017-12-28 (5 days ago)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1741105

Title:
  package grub-efi-amd64-signed 1.66.15+2.02~beta2-36ubuntu3.15 failed
  to install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1741105/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1396513] Re: Failed to browse the SMB network

2017-12-20 Thread Dirk Hagedorn
I upgraded my system from 14.04 LTS to 16.04 LTS and the workaround with
libgnomevfs2-extra (#2) does not work anymore, I can reproduce the
problem (#3 etc.). The "solution" shown in #14 is not working,
installing filezilla has nothing to do with SMB. The bug is still
present, no workaround does exist.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1396513

Title:
  Failed to browse the SMB network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-commander/+bug/1396513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1739416] [NEW] panoramagui 4.12.0 broken/unusable for hugin 2015.0.0 in Ubuntu 16.04

2017-12-20 Thread Dirk Hagedorn
Public bug reported:

I recently upgraded from 14.04 LTS to 16.04 LTS and had to notice, that
panoramagui is broken/unsuable/worthless.

Hugin 2015 changed from pto2mk to hugin_executor but panoramagui (or
"Panorama Creator Wizard" or "Panorama tool") still wants to use pto2mk.
Because there's no pto2mk anymore one can't stitch panos with
panoramagui.

Hugin itself works as you can read here:
https://answers.launchpad.net/hugin/+question/402693

Without manually downloading/upgrading/downgrading hugin or digikam one
cannot get panoramagui working anymore. This is quite annoying. I don't
know if this is worth a bug report because I don't know if it is really
a "bug" or more a problem of packaging the wrong versions for Ubuntu.
Any help appreciated.

Versions:

- (X)Ubuntu 16.04.3 LTS
- panoramagui 4.12.0 (digikam 4.12.0)
- huigen 2015.0.0.cdefc6e53a58

Start panoramagui and you'll get the first screen listing the (needed)
hugin binaries (autooptimiser, cpcloean, cpfind, enblend, make, nona,
pano_modify, pto2mk). Because pto2mk is not available anymore (has been
replaced by hugin_executor) one cannot proceed. A manual upgrade of
digikam or downgrade of hugin would be necessary. Proposal: Ubuntu 16.04
could distribute a younger version of digikam and its panoramagui with
support for "hugin_executor" instead of "pto2mk".

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1739416

Title:
  panoramagui 4.12.0 broken/unusable for hugin 2015.0.0 in Ubuntu 16.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738581] Re: apport is leaking environment variables (including passwords!) to public bug reports

2017-12-19 Thread H.-Dirk Schmitt
@seth-arnold - the credential is already replaced.


The issue is the problematic apport behaviour.

Another issue is that the report is now 3 days old and covering a
serious information leak. But still nobody responsible „confirmed“ the
bug or shown *any* activity :-/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738581

Title:
  apport is leaking environment variables  (including passwords!) to
  public bug reports

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738564] Re: 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
JournalErrors.txt has been deleted – see
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1738581

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738564

Title:
  'File/Save As' produce only empty files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738581] [NEW] apport is leaking environment variables (including passwords!) to public bug reports

2017-12-16 Thread H.-Dirk Schmitt
*** This bug is a security vulnerability ***

Public security bug reported:

See the bug report 
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1738564
created with ubuntu-bug.

Apport includes the file JournalErrors.txt
This file includes e.g. the following line.
Dez 16 19:11:31 hostname /usr/lib/gdm3/gdm-x-session[9679]: 
dbus-update-activation-environment: setting 
MPD_HOST=...@.xxx.org


Normally it would be not problem that gdm-x-session write this to the journal, 
because the journal is not intended to be published on the internet. 

Setting confidential informations via environment is maybe not the best
idea, but a legal procedure and for `mpc` the only way to set this
information.

IMHO the apport utility is here the problem, because it includes the
file with risky information to a public visible bug report.


Note: I manually delete the attachment in the mentioned bug report. But how can 
I sure that a web crawlser hasn't read/preserved that attachment?

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


** Tags: xenial

** Information type changed from Private Security to Public Security

** Package changed: evolution (Ubuntu) => apport (Ubuntu)

** Tags added: xenial

** Summary changed:

- apport leaks environment variables  (including passwords!) to bug reports
+ apport is leaking environment variables  (including passwords!) to puplic bug 
reports

** Summary changed:

- apport is leaking environment variables  (including passwords!) to puplic bug 
reports
+ apport is leaking environment variables  (including passwords!) to public bug 
reports

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738581

Title:
  apport is leaking environment variables  (including passwords!) to
  public bug reports

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738564] Re: 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1738564/+attachment/5023512/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738564

Title:
  'File/Save As' produce only empty files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738564] Re: 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
On some machines I'm using a 'no change backport' from artfull:
 3.26.2-1~ubuntu16.04.1~c42.ppa1 from  ppa:dirk-computer42/c42-backport-gnome3

The problem isn't related to this version - so it seems for me to be
solved (or hidden) in a newer version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738564

Title:
  'File/Save As' produce only empty files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738564] [NEW] 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
Public bug reported:

Composing a new mail and selecting in the menu '/File/Save As' should
normally save the composed email message to a local file.

This applies to the current xenial package:  3.18.5.2-0ubuntu3.2 and can
be reproduced on several machines.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: evolution 3.18.5.2-0ubuntu3.2
ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-42-generic i686
ApportVersion: 2.20.1-0ubuntu2.14
Architecture: i386
CurrentDesktop: GNOME
Date: Sat Dec 16 19:39:56 2017
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738564

Title:
  'File/Save As' produce only empty files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1508250] Re: xfce4-power-manager crashes

2017-11-13 Thread Dirk Hagedorn
I am using XDMCP (via VcXsrv with Win7) on my Xubuntu 14.04 machine and
noticed that the battery indicator vanished since last week or so. The
reason seems to be a crashing xfce4-power-manager (--version says ...
for Xfce 1.2.0).

I restarted it with --debug and the following lines are always the last
before it crashes again, (don't know exactly what that means):

TRACE[xfpm-backlight.c:104] xfpm_backlight_dim_brightness(): Current brightness 
level before dimming : 100, new 80
Error executing command as another user: Not authorized

This incident has been reported.
The program 'xfce4-power-manager' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 722 error_code 8 request_code 133 minor_code 8)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1508250

Title:
  xfce4-power-manager crashes

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1721880] Re: can't disable wi-fi and system hangs on shutdown

2017-11-07 Thread Dirk-Jan van Vliet
I had the same problem, but installing a new kernel (I went for 4.13.6)
fixed the problem. I can now turn of my wifi or shutdown my pc without
any problems :).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1721880

Title:
  can't disable wi-fi and system hangs on shutdown

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1724265] Re: Unexpected memory allocation failure in hibernation snapshot (swsusp)

2017-10-17 Thread Dirk F
Per above comment, attached inteldrm crash log.

** Attachment added: "Display driver timeout backtrace log with kernel 4.14rc5"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724265/+attachment/4974393/+files/4.14rc5-inteldrm-crash.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1724265

Title:
  Unexpected memory allocation failure in hibernation snapshot (swsusp)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1724265] Re: Unexpected memory allocation failure in hibernation snapshot (swsusp)

2017-10-17 Thread Dirk F
Testing with 4.14-rc5 I can enter hybrid-sleep with low memory usage but
the system hangs after blanking the screen and displaying "Snapshotting
system". In this case there are no log entries for the failure, ie the
journal is truncated after initiating hybrid-sleep and then
disconnecting the wifi (on NetworkManager receiving a suspend signal).

It seems plausible that this is the same failure mode but with different
log entries because of timing/memory differences, so I am marking the
issue kernel-bug-exists-upstream. At any rate *some* kernel-bug-exists-
upstream.

Not relevant to this issue, I think:

- the default 16.04.3 apparmor settings disabled /sbin/dhclient and
/usr/sbin/cups-browsed with kernel 4.14rc5 - I renamed /etc/apparmor.*
and rebooted

- the system log showed repeated timeout crashes in inteldrm like that
attached below.

** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1724265

Title:
  Unexpected memory allocation failure in hibernation snapshot (swsusp)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1724265] Re: Unexpected memory allocation failure in hibernation snapshot (swsusp)

2017-10-17 Thread Dirk F
... except it's not a real PPA - wouldn't that have been a more natural
approach? However I'll try nonetheless.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1724265

Title:
  Unexpected memory allocation failure in hibernation snapshot (swsusp)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1724265] Re: Unexpected memory allocation failure in hibernation snapshot (swsusp)

2017-10-17 Thread Dirk F
>Did this issue start happening after an update/upgrade? Was there a
prior kernel version where you were not having this particular problem?

Not as far as I know. I think this code has been the same for a few
years, and as we know hibernate was explicitly disabled by default in
Ubuntu because it couldn't be made to work reliably across a range of
machines.

>Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

I'll have a go with the linked PPA.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1724265

Title:
  Unexpected memory allocation failure in hibernation snapshot (swsusp)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1724265] [NEW] Unexpected memory allocation failure in hibernation snapshot (swsusp)

2017-10-17 Thread Dirk F
Public bug reported:

In kernel 4.4.0-97, the system snapshot can fail during suspend-to-disk
or -to-both even though the routine swsusp_save() believes that there is
enough memory for the snapshot.

What I expected to happen
=

After 'systemctl hibernate' or 'systemctl hybrid-sleep', the requested
suspend state is reached, or a diagnostic is provided.

What happened instead
=

After 'systemctl hibernate' or 'systemctl hybrid-sleep', system returns
to normal desktop with no visible diagnostic after 'systemctl hibernate'
or 'systemctl hybrid sleep'.

System log/journal shows diagnostics and backtrace, as attached:

...
Oct 17 10:51:45 Spiridion kernel: PM: Creating hibernation image:
Oct 17 10:51:45 Spiridion kernel: PM: Need to copy 174616 pages
Oct 17 10:51:45 Spiridion kernel: PM: Normal pages needed: 112567 + 1024, 
available pages: 115651
Oct 17 10:51:45 Spiridion kernel: s2both: page allocation failure: order:0, 
mode:0x2080120
...
Oct 17 10:51:45 Spiridion kernel: [] dump_stack+0x58/0x79
Oct 17 10:51:45 Spiridion kernel: [] warn_alloc_failed+0xd6/0x110
Oct 17 10:51:45 Spiridion kernel: [] 
__alloc_pages_slowpath.constprop.104+0x6c4/0x970
Oct 17 10:51:45 Spiridion kernel: [] ? 
__alloc_pages_nodemask+0x226/0x280
Oct 17 10:51:45 Spiridion kernel: [] 
__alloc_pages_nodemask+0x226/0x280
Oct 17 10:51:45 Spiridion kernel: [] alloc_image_page+0x1f/0x40
Oct 17 10:51:45 Spiridion kernel: [] swsusp_save+0x148/0x4b0
...

And the concluding entries after the memory debugging output:

Oct 17 10:51:45 Spiridion kernel: PM: Memory allocation failed
Oct 17 10:51:45 Spiridion kernel: PM: Error -12 creating hibernation image

At this point the swsusp_save() function has successfully checked for
free memory

enough_free_mem(nr_pages, nr_highmem)

and then called

swsusp_alloc(_bm, _bm, nr_pages, nr_highmem)

So either enough_free_mem() is not sufficiently accurate or
conservative, or swsusp_alloc() is not sufficiently aggressive in using
the available memory.

This code seems to be the same at least down to the call to
alloc_image_page() in later versions, eg 4.13.7.

The functions 'systemctl hibernate', 'systemctl hybrid-sleep' have been
seen to work as expected in the identical configuration when the system
memory is more lightly loaded (eg "PM: Need to copy 103159 pages").

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-generic 4.4.0.97.102
ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
Uname: Linux 4.4.0-97-generic i686
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  df 2143 F pulseaudio
CurrentDesktop: LXDE
Date: Tue Oct 17 14:52:34 2017
HibernationDevice: #RESUME=UUID=0107bf90-3e69-4f56-9a92-3477dd28b31c
InstallationDate: Installed on 2017-02-12 (247 days ago)
InstallationMedia: LXLE 16.04 - Release i386
MachineType: Dell Inc. Inspiron 1520
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=b71d2286-3b2f-4856-a258-2f6bcf088c70 ro zswap.enabled=1 
resume=UUID=b71d2286-3b2f-4856-a258-2f6bcf088c70 resume_offset=2363392 quiet 
splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-97-generic N/A
 linux-backports-modules-4.4.0-97-generic  N/A
 linux-firmware1.157.12
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/11/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0KY767
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd07/11/2008:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY767:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Inspiron 1520
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug hibernate-resume i386 xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1724265

Title:
  Unexpected memory allocation failure in hibernation snapshot (swsusp)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644975] Re: Resume from disk (swapfile) fails

2017-10-02 Thread Dirk F
In the latest upstream version 0.130
, the faulty script has been rewritten, with
supporting sourced scripts.

Perhaps a better solution would be for Ubuntu to pull in this version,
and repackage it for Aardvark and LTS releases.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644975

Title:
  Resume from disk (swapfile) fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1644975/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644975] Re: Resume from disk (swapfile) fails

2017-10-01 Thread Dirk F
Bug 983805 also applies to the /usr/share/initramfs-tools/scripts/local-
premount/resume script.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644975

Title:
  Resume from disk (swapfile) fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1644975/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644975] Re: Resume from disk (swapfile) fails

2017-10-01 Thread Dirk F
** Also affects: initramfs-tools (Debian)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644975

Title:
  Resume from disk (swapfile) fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1644975/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644975] Re: Resume from disk (swapfile) fails

2017-10-01 Thread Dirk F
Reviewing the patch from bug 554009, I have the following comments:

- as the patch sets SWAPTYPE, no need to set it in line 24 of the
original script immediately before the patch: just run wait-for-root (if
that is actually needed);

- the test for $resume_offset would be safer if it looked for a number, eg:
[ "${resume_offset}" -ge 0] 2>/dev/null

- lines 63-67 of the original script can be replaced by line 64 only: no
need for a separate resume_offset case.

I confirm that the patch enables hibernation and hybrid-sleep to a
/swapfile using uswsusp with LXLE 16.04 identifying as "4.4.0-96-generic
#119-Ubuntu SMP Tue Sep 12 14:58:51 UTC 2017 i686 i686 i686 GNU/Linux",
and also with the above changes.

Why is no-one picking this up? Still 3.5 years of support for Ubuntu
16.04 LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644975

Title:
  Resume from disk (swapfile) fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1644975/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1548480] Re: 95packagekit sleep hook weirdly installed in a subdirectory is ignored

2017-09-25 Thread Dirk F
Per the original report:

"2 owing to a bug in pm-utils, separately reported, the previous hook is
run for a second time instead."

Which might have an effect worse than just disconcerting a reader of
/var/log/pm-suspend.log.

Anyhow, even if it's not worth it for the remaining 18 months of 14.04
LTS, the means to pay off the technical debt is there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1548480

Title:
  95packagekit sleep hook weirdly installed in a subdirectory is ignored

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1548480] Re: 95packagekit sleep hook weirdly installed in a subdirectory is ignored

2017-09-25 Thread Dirk F
Thanks Matthias, Amr.

I reported this against Trusty LTS and the Fix would mean back-porting
or otherwise introducing 0.8.17 over 0.8.12, probably not going to
happen.

So that the unnecessary, wrongly named and wrongly located file might be
removed (though I suppose anyone who cares can actually do so
themselves), a patch is needed against the packaging of PackageKit in
Trusty.

I can't see a way to file a bug against a particular release's packaging
of a package, so I've linked this to the Trusty branches with a
suggested distribution patch for /contrib/pm-utils/Makefile.am that
should omit the redundant file and remove it if present.


** Attachment added: "Suggested change to 
"
   
https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/1548480/+attachment/4956761/+files/Makefile.am.dif

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1548480

Title:
  95packagekit sleep hook weirdly installed in a subdirectory is ignored

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1548480] Re: 95packagekit sleep hook weirdly installed in a subdirectory is ignored

2017-09-24 Thread Dirk F
If you are going to mark this as Fix Released let's see:

what is the fix?

which supported Ubuntu versions are fixed?

** Changed in: packagekit (Ubuntu)
   Status: Fix Released => Incomplete

** Changed in: packagekit (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1548480

Title:
  95packagekit sleep hook weirdly installed in a subdirectory is ignored

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1718008] [NEW] Dragging Tab to Toolbar Bookmark Folder doesn't work when most right tab

2017-09-18 Thread Dirk Detering
Public bug reported:

State:

 * Some tabs open, one of them babeljs.io
 * Bookmark toolbar is visible.
 * Created a new bookmark folder, which is now the top right.

Problem:
Trying to drag open tabs onto the new folder to bookmark the links.

Some tabs, when dragged over the folder, activate it and the folder
opens to make drop possible (expected behaviour).

Dragging the babeljs.io tab over the bookmark toolbar opens each
bookmark folder but not the new one at most right position.

Trying to reposition the most right bookmark folder by dragging to
another position doesn't work either, the folder can't be grabbed.

Grabbing any other bookmark folder and moving that to the most right
position repeats this effect for that folder now.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 55.0.2+build1-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76
Uname: Linux 4.4.0-91-generic x86_64
NonfreeKernelModules: wl
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0p:   det1804 F...m pulseaudio
 /dev/snd/controlC1:  det1804 F pulseaudio
 /dev/snd/controlC0:  det1804 F pulseaudio
BuildID: 20170816210634
Channel: Unavailable
CurrentDesktop: Unity
Date: Mon Sep 18 20:50:34 2017
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IncompatibleExtensions:
 English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
 English (GB) Language Pack - langpack-en...@firefox.mozilla.org
 Deutsch (DE) Language Pack - langpack...@firefox.mozilla.org
 Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
InstallationDate: Installed on 2012-10-07 (1806 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
IpRoute:
 default via 192.168.1.254 dev wlan0  proto static  metric 600 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.104  metric 
600
Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=de_DE
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=55.0.2/20170816210634 (In use)
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to xenial on 2016-08-16 (397 days ago)
dmi.bios.date: 12/14/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 204
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: 1225B
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 204
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr204:bd12/14/2011:svnASUSTeKComputerInc.:pnR252B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr204:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: R252B
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718008

Title:
  Dragging Tab to Toolbar Bookmark Folder doesn't work when most right
  tab

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1710981] Re: printf count utf-8 chars like arrow wrong

2017-08-15 Thread H.-Dirk Schmitt
The bug leads to ugly output on the console if the data contains such 
characters.
See the 3rd song in the following play queue listing:


Pos. Artist  TitleDur.

  1. Bryan Adams I'm Ready4:26
  2. TotoMrs. Johnson 3:48
  3. The Doobie Brothers Long Train Runnin’ 3:39
  4. Three Dog Night One  3:02
  5. Norman GreenbaumSpirit in the Sky3:51



** Bug watch added: Debian Bug tracker #872295
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872295

** Also affects: bash (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872295
   Importance: Unknown
   Status: Unknown

** Also affects: coreutils (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872295
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1710981

Title:
  printf count utf-8 chars like arrow wrong

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1710981] [NEW] printf count utf-8 chars like arrow wrong

2017-08-15 Thread H.-Dirk Schmitt
Public bug reported:

The printf command in bash (builtin) and corutils /usb/bin/printf have an error 
in counting the length of a string, if a non-ascii character is involved.
Example is the arrow - type Alt+I.

Try the following commands:
printf -v r "%-2s X\n" '→' ; echo ${#r} # prints 4
printf -v r "%-2s X\n" ' ' ; echo ${#r} # prints 5


The coreutils version of printf has the same misbehaviour.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: coreutils 8.25-2ubuntu3~16.04
ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Aug 15 23:05:40 2017
SourcePackage: coreutils
UpgradeStatus: No upgrade log present (probably fresh install)

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

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


** Tags: amd64 apport-bug third-party-packages xenial

** Also affects: bash (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1710981

Title:
  printf count utf-8 chars like arrow wrong

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1710497] [NEW] mpd-sima unusable with mpd 0.20 (artful)

2017-08-13 Thread H.-Dirk Schmitt
Public bug reported:

See Debian Bug report logs - #854962
mpd-sima: Error with mpd >= 0.20: "got multiple values for keyword argument 
'duration'"

Verified here after installing mpd 0.20 (no change backport from
c42-backport).

So it seems that mpd-sima in artful (and buster) is unusable.

The Debian bug report claims that the bug is fixed in mpd-sima 0.14.2.
Also 0.14.3 is available from upstream.

** Affects: mpd-sima (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: mpd-sima (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: artful c42-backport

** Bug watch added: Debian Bug tracker #854962
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854962

** Also affects: mpd-sima (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854962
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1710497

Title:
  mpd-sima unusable with mpd 0.20 (artful)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mpd-sima/+bug/1710497/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1710497] Re: mpd-sima unusable with mpd 0.20 (artful)

2017-08-13 Thread H.-Dirk Schmitt
Upstream (resolved) bug report is:
https://gitlab.com/kaliko/sima/issues/12

** Tags added: artful

** Tags added: c42-backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1710497

Title:
  mpd-sima unusable with mpd 0.20 (artful)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mpd-sima/+bug/1710497/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1707945] Re: keyring location is not documented and differs between installations

2017-08-01 Thread H.-Dirk Schmitt
The undocumented location is implemented in the file pkcs11/gkm/gkm-
util.c


gkm_util_locate_keyrings_directory (void)
{
[…]
old_directory = g_build_filename (g_get_home_dir (), ".gnome2", 
"keyrings", NULL);
new_directory = g_build_filename (g_get_user_data_dir (), "keyrings", 
NULL);

/*
 * If the new XDG directory doesn't exist, and the old one does,
 * use the old one, otherwise create/use the new XDG location.
 */

[…]}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1707945

Title:
  keyring location is not documented and differs between installations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1707945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1707945] [NEW] keyring location is not documented and differs between installations

2017-08-01 Thread H.-Dirk Schmitt
Public bug reported:

I found keyrings on different locations.
Sometime below ~/.gnome2/keyrings, sometimes below ~/.local/share/keyrings/, 
sometimes in both locations.

The README.Debian is only mentioning:  .gnome2/keyrings
The man page for gnome-keyring-daemon doesn't document any location.

The problem for me is that I want to consolidates of the login.keyring
between several installations.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-keyring 3.18.3-0ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Tue Aug  1 17:32:26 2017
SourcePackage: gnome-keyring
UpgradeStatus: No upgrade log present (probably fresh install)
upstart.gnome-keyring-ssh.log: grep: 
/home/hs/.config/autostart/gnome-keyring-ssh.desktop: Datei oder Verzeichnis 
nicht gefunden

** Affects: gnome-keyring (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages xenial

** Summary changed:

- keyring location is not documented and differs beetween installations
+ keyring location is not documented and differs between installations

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1707945

Title:
  keyring location is not documented and differs between installations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1707945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1548486] Sleep hook in a subdirectory ignored but causes double execution of previous hook

2017-07-17 Thread Dirk F
On 2017-07-14 09:58, Christian Ehrhardt wrote:
> I revisit dormant bugs on a regular scheduling following our triaging policy.
> It seems nothing happened upstream still.
> 
> For the Debian reporting you can do so through the mail interface - you don't 
> need a Debian system.
> Usually it is preferred that the reporter does so, but if you need help or 
> want me to do that please ping here and I'll do so.

Happy for you to do that, as Debian still seems to be interested in 
pm-utils. Not sure what stops Debian package maintainers from checking 
the upstream bug tracker, however.

/df

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1548486

Title:
  Sleep hook in a subdirectory ignored but causes double execution of
  previous hook

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1548486/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401609] Re: gmusicbrowser crashes on close

2017-06-27 Thread Dirk Bosmans
I can confirm the bug in Xubuntu 16.04, since fresh install, with tray
icon DISabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401609

Title:
  gmusicbrowser crashes on close

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1242321] Re: USB 3.0 Harddrive not recognised

2017-06-24 Thread H.-Dirk Schmitt
** Description changed:

  Ubuntu is not recognising any device plugged into any USB 3.0 ports.
  Sometimes Ubuntu will freeze for a few seconds when you plug something
  into a USB 3.0 port; when Ubuntu comes out of the freeze, the device is
  still NOT recognised.
  
  No problems with USB 2.0 ports and devices.
  
  The USB 3.0 on this computer only works in Windows 7 (I'm dual booting
  Ubuntu 13.10 and Windows 7, both are 64-bit).
+ 
+ 
+ A common mitigation for this bug is to invoke:
+ sudo lsusb -v

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242321

Title:
  USB 3.0 Harddrive not recognised

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1469915] Re: Securiteinfo databases changed

2017-05-23 Thread H.-Dirk Schmitt
The error message is now:

curl: (6) Could not resolve host: clamav.securiteinfo.com


See also this mail thread: 
https://lists.debian.org/debian-user/2016/03/msg01091.html

** Bug watch removed: Debian Bug tracker #617798
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617798

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1469915

Title:
  Securiteinfo databases changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav-unofficial-sigs/+bug/1469915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1469915] Re: Securiteinfo databases changed

2017-05-23 Thread H.-Dirk Schmitt
#617798 is not matching (old from 2011)

** Changed in: clamav-unofficial-sigs (Debian)
   Status: Fix Released => Unknown

** Changed in: clamav-unofficial-sigs (Debian)
 Remote watch: Debian Bug tracker #617798 => Debian Bug tracker #785130

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1469915

Title:
  Securiteinfo databases changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav-unofficial-sigs/+bug/1469915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643172] Re: source: clamav.securiteinfo.com cannot be resolved

2017-05-23 Thread H.-Dirk Schmitt
*** This bug is a duplicate of bug 1469915 ***
https://bugs.launchpad.net/bugs/1469915

** This bug has been marked a duplicate of bug 1469915
   Securiteinfo databases changed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643172

Title:
  source: clamav.securiteinfo.com cannot be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav-unofficial-sigs/+bug/1643172/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in XENIAL LTS

2017-05-23 Thread H.-Dirk Schmitt
So for me the situation with 4.8.0-53 is that in contradiction to 4.8.0-49 the 
system is working again and doesn't suffer from broken network configuration.
So it isn't a blocker any more.

But there is a conflict with the bond0 configuration on my systems now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10
  in XENIAL LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in XENIAL LTS

2017-05-23 Thread H.-Dirk Schmitt
Linux odie 4.8.0-53-generic #56~16.04.1-Ubuntu SMP Tue May 16 01:18:56
UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Here the answer is yes and no.

The mtu is configured via systemd-networkd:
# grep MTU /etc/systemd/network/*
/etc/systemd/network/10-c42-bond0.netdev:MTUBytes=9000
/etc/systemd/network/10-c42-bslave1.link:MTUBytes=9000
/etc/systemd/network/10-c42-bslave2.link:MTUBytes=9000

After boot the MTU on all these interfaces is 1500.

It needs the command 'ip l set bond0  mtu 9000'
to switch all these interfaces together to jumbo frames. 

Before this bug occurs (e.g.  4.8.0-46), it has been working without
explicitly setting the MTU on the command line.

The same misbehaviour is on a second hardware:
Linux dilbert 4.10.0-21-generic #23~16.04.1-Ubuntu SMP Tue May 2 12:57:17 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

So the situation is for me:
Jumbo Frames are working again, but there seems to be a conflict with systemd 
229.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10
  in XENIAL LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in XENIAL LTS

2017-05-23 Thread H.-Dirk Schmitt
Works inside a virtual machine

Linux vt-xenial-server 4.8.0-53-generic #56~16.04.1-Ubuntu SMP Tue May 16 
01:14:44 UTC 2017 i686 i686 i686 GNU/Linux
ifconfig lan1
…
  UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10
  in XENIAL LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in XENIAL LTS

2017-05-22 Thread H.-Dirk Schmitt
Just a question - is there any progress to fix this showstopper in
xenial ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10
  in XENIAL LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892997] Re: Shell search shows deleted files, duplicates for moved documents

2017-05-17 Thread Dirk Mcbratney
Under 17.04 with GNOME Shell 3.24, the bug seems to have been fixed.
File search works as expected and does not create duplicate entries;
moving a file around to arbitrary places in my Home with recursive
searching enabled, the Shell search immediately finds it when I search
by filename from the Overview.

Thanks for checking in on this!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892997

Title:
  Shell search shows deleted files, duplicates for moved documents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/892997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in XENIAL LTS

2017-05-12 Thread H.-Dirk Schmitt
** Summary changed:

- bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49, 
xenial-hwe)
+ bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in 
XENIAL LTS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10
  in XENIAL LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49, xenial-hwe)

2017-05-04 Thread H.-Dirk Schmitt
@martinx - To mitigate the problem I've dropped temporally jumbo frames
from the configuration of my servers.

Hopefully the bug will be fixed also for xenial-hwe and not only for
yakkety ;-)

I agree that this is a *blocker* for xenial.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49, xenial-hwe)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49, xenial-hwe)

2017-05-03 Thread H.-Dirk Schmitt
** Summary changed:

- bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49)
+ bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49, 
xenial-hwe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49, xenial-hwe)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49)

2017-04-28 Thread H.-Dirk Schmitt
Any progress in fixing this issue for xenial hwe kernel ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49)

2017-04-25 Thread H.-Dirk Schmitt
@jsalisbury: The systems here running xenial with hwe kernel.
T

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49)

2017-04-25 Thread H.-Dirk Schmitt
1. xenial is missing in linux-hwe distributions 
2. @jsalisbury: The systems here running xenial with hwe kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49)

2017-04-25 Thread H.-Dirk Schmitt
The automatic generated url  leads to a 404

** Bug watch added: Linux Kernel Bug Tracker #194763
   http://bugzilla.kernel.org/194763

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10

2017-04-25 Thread H.-Dirk Schmitt
This bug is a serious blocker, because after kernel update (4.8.0-49) it
renders the system unusable if in a link file jumbo frames are
specified.

On recent server hardware this is a normal use case.

** Summary changed:

- bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10
+ bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or 4.8.0-49)

** Bug watch added: Linux Kernel Bug Tracker #194763
   http://bugzilla.kernel.org/194763

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10

2017-04-25 Thread H.-Dirk Schmitt
As above the same issue degraded my system after reboot from 4.8.0-46 to
4.8.0-49.


Apr 25 17:08:40 nermal systemd-udevd[165]: Could not set Alias, MACAddress or 
MTU on eth1: Invalid argument
Apr 25 17:08:40 nermal kernel: eth0: Invalid MTU 9000 requested, hw max 68


/etc/systemd/network/bslav1.link

# -*- Systemd -*-
[Match]
MACAddress=xx:xx:xx:xx:xx

[Link]
Name=bslave1
MTUBytes=9000


** Also affects: linux-hwe (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-hwe (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1679823

Title:
  bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.10 (or
  4.8.0-49)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 838757] Re: HP hs2340 HSPA+ Mobile Broadband Modem does not work

2017-04-22 Thread H.-Dirk Schmitt
For me it is working below 16.04 if I tweak my system.

1. The udev rules tweak isn't needed any more - it is in the package
version of the file now correct.

2. Check  'lsmod  |grep cdc' - below xenial the modules aren't loaded any more 
   Add to /etc/modules a line with the content:
cdc-wdm

After that the gsm modem is working again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838757

Title:
  HP hs2340 HSPA+ Mobile Broadband Modem does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1681513] Re: Ubuntu 17.04: wi-fi not working — mac address keeps changing?

2017-04-17 Thread Dirk Schmidtke
Same problem on SurfacePro 2 with Marvell chipset. Fixed it by editing
/etc/NetworkManager/NetworkManager.conf. Ubuntu should fix this config
glitch out of the box.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681513

Title:
  Ubuntu 17.04: wi-fi not working — mac address keeps changing?

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1678308] Re: lxterminal crashed with SIGSEGV from pcmanfm

2017-04-01 Thread Dirk Heumann
I solved the problem, when I replaced inside of
  ~/.config/libfm/libfm.conf
the line
  terminal=lxsession-default-terminal %s  
by
  terminal=lxterminal %s
.

Thank you very much Walter!  Your questions did push me to dig much deeper and 
to solve the problem in the end.
  Inside of Unity I got the following meessage when starting 'pcmanfm .&' in a 
terminal:
  $ pcmanfm .&
  ** (pcmanfm:14802): WARNING **: Couldn't register with accessibility bus: Did
  not receive a reply. Possible causes include: the remote application did not
  send a reply, the message bus security policy blocked the reply, the reply
  timeout expired, or the network connection was broken.

  ** (pcmanfm:14802): WARNING **: terminal lxsession-default-terminal isn't 
known,
  consider report it to LibFM developers
  $
This was the hint needed to solve the issue.
What I do not understand: Why did it work in 'lubuntu'?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1678308

Title:
  lxterminal crashed with SIGSEGV from pcmanfm

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1678308] Re: lxterminal crashed with SIGSEGV from pcmanfm

2017-04-01 Thread Dirk Heumann
After I tried "lubuntu" instead of 'lxde" as desktop manager, all worked
like expected.

Then I tried it from pcmanfm within 'xfce', 'ubuntu', which failed too.
Starting via "Tools"-->"Run a Command in Current Folder..." worked
always.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1678308

Title:
  lxterminal crashed with SIGSEGV from pcmanfm

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1678308] Re: lxterminal crashed with SIGSEGV from pcmanfm

2017-04-01 Thread Dirk Heumann
I started "lxterminal &" from the terminal in the USB path
  /media/dirk/32GB_USB3_Dirk
successfully, and this works from everywhere.

Trying to start lxterminal from another path within "pcmanfm" did not
work too from any path, so it is not the USB device.

When I did this on another computer with the same USB drive, this
worked, what baffled me a bit.

Therefore I tried to start lxterminal via "Tools"-->"Run a Command in Current 
Folder...".
This worked also on this computer from everywhere.

I do not know if there is a wrong default terminal settings (I use xfce,
lxde, mate, unity) in different "real" - no VM - Ubuntu 17.04 machines.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1678308

Title:
  lxterminal crashed with SIGSEGV from pcmanfm

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1678308] [NEW] lxterminal crashed with SIGSEGV from pcmanfm

2017-03-31 Thread Dirk Heumann
Public bug reported:

Tried to press F4 in pcmanfm showing an USB stick path.  No lxterminal started, 
it crashed.
The same happened when I tried to start a terminal via the menu
   "Tools"-->"Open current folder in Terminal  F4"

1) $ lsb_release -rd
Description:Ubuntu Zesty Zapus (development branch)
Release:17.04

2) $ apt-cache policy lxterminal
lxterminal:
  Installed: 0.3.0-1
  Candidate: 0.3.0-1
  Version table:
 *** 0.3.0-1 500
500 http://ftp5.gwdg.de/pub/linux/debian/ubuntu zesty/universe amd64 
Packages
100 /var/lib/dpkg/status

3) I expect that the "lxterminal" starts.

4) No "lxterminal" appeared.  Starting "lxterminal" via ALT-F2 worked.

ProblemType: Crash
DistroRelease: Ubuntu 17.04
Package: lxterminal 0.3.0-1
ProcVersionSignature: Ubuntu 4.10.0-14.16-generic 4.10.3
Uname: Linux 4.10.0-14-generic x86_64
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
CurrentDesktop: LXDE
Date: Fri Mar 31 22:13:06 2017
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/lxterminal
InstallationDate: Installed on 2013-10-30 (1248 days ago)
InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
ProcCmdline: lxterminal -e
SegvAnalysis:
 Segfault happened at: 0x55940afcca54:  cmpb   $0x2d,(%rdi)
 PC (0x55940afcca54) ok
 source "$0x2d" ok
 destination "(%rdi)" (0x) not located in a known VMA region (needed 
writable region)!
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: lxterminal
StacktraceTop:
 ()
 ()
 ()
 __libc_start_main (main=0x55940afc8930, argc=2, argv=0x719455e8, 
init=, fini=, rtld_fini=, 
stack_end=0x719455d8) at ../csu/libc-start.c:291
 ()
Title: lxterminal crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip heumann lpadmin lxd plugdev sambashare sudo vboxusers

** Affects: lxterminal (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash zesty

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1678308

Title:
  lxterminal crashed with SIGSEGV from pcmanfm

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1639428] Re: zypper doesn't work with official opensuse repositories

2017-03-30 Thread Dirk Mueller
gnupg2 I meant, sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1639428

Title:
  zypper doesn't work with official opensuse repositories

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1639428] Re: zypper doesn't work with official opensuse repositories

2017-03-30 Thread Dirk Mueller
I ran into the same issue. the issue is that the "zypper" package is
using /usr/bin/gpg2 to validate repository signatures, but zypper does
not depend on that. the fix is to merely install "gnupg2" beforehand.

Maybe this could be fixed by adding a runtime dependency on gnupg to the
package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1639428

Title:
  zypper doesn't work with official opensuse repositories

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1668427] Re: missing SignatureRemapper class

2017-03-10 Thread H.-Dirk Schmitt
To circumvent this problem I backport jarjar 1.4+svn142-6  from zesty.
This fix the FTBS problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1668427

Title:
  missing SignatureRemapper class

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1668427] Re: missing SignatureRemapper class

2017-03-10 Thread H.-Dirk Schmitt
It also make impossible to rebuild the yakkety gradle and groovy
package.

See build logs:
- 
https://launchpadlibrarian.net/310421814/buildlog_ubuntu-yakkety-amd64.gradle_2.13-4~ubuntu16.10.1~c42.ppa1_BUILDING.txt.gz
- 
https://launchpadlibrarian.net/310429903/buildlog_ubuntu-yakkety-amd64.groovy_2.4.7-2~ubuntu16.10.1~c42.ppa1_BUILDING.txt.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1668427

Title:
  missing SignatureRemapper class

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1638306] Re: [SRU] zypper binary shipped w/ Ubuntu Xenial requires rebuild (relocation error)

2017-02-23 Thread Dirk Mueller
Tested zypper-1.12.4-1build0.1, fixes the problem, thanks!

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638306

Title:
  [SRU] zypper binary shipped w/ Ubuntu Xenial requires rebuild
  (relocation error)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1325440] Re: add --version argument

2017-02-12 Thread Dirk F
And why not an About... item in the GUI with the same information? Who
would release a GUI program that doesn't have this basic function?

NB alacarte 3.11.91-2 in LXLE Eclectica based on Ubuntu 16.04.1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1325440

Title:
  add --version argument

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78455] Re: DEFECT in checkinstall: abort due to missing file or directory

2017-02-03 Thread Dirk F
And the root cause, presumably in the hook library
/usr/lib/checkinstall[64]/installwatch.so, pre-loaded in the
installwatch script before running the install command passed into it:

# installwatch -t mkdir -p /usr/doc/test

INFO : Using a default root directory : /tmp/tmp.INhvkPHuIR

mkdir: cannot create directory ‘/usr/doc’: No such file or directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/78455

Title:
  DEFECT in checkinstall: abort due to missing file or directory

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 78455] Re: DEFECT in checkinstall: abort due to missing file or directory

2017-02-03 Thread Dirk F
As the upstream bug is still unfixed and there's no Debian or Ubuntu fix
(other than not using the important fstrans=yes option), this is
unsurprisingly still a problem in Trusty and no doubt later versions
through to Yakkety.

Simple test:

# checkinstall -D --fstrans=yes mkdir -p /usr/doc/test
...
Installing with mkdir -p /usr/doc/test...

= Installation results ===
mkdir: cannot create directory ‘/usr/doc’: No such file or directory

  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/78455

Title:
  DEFECT in checkinstall: abort due to missing file or directory

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1355526] Re: MPRIS2 TrackList interface is claimed but missing

2017-01-14 Thread Dirk F
** Changed in: gnome-mplayer (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355526

Title:
  MPRIS2 TrackList interface is claimed but missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-mplayer/+bug/1355526/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1548486] Re: Sleep hook in a subdirectory ignored but causes double execution of previous hook

2017-01-14 Thread Dirk F
Christian, thanks for looking at this.

I'd definitely encourage someone with a relevant Debian installation to
reportbug this, and indeed any of the bugs that I've reported in pm-
utils but remain ignored upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1548486

Title:
  Sleep hook in a subdirectory ignored but causes double execution of
  previous hook

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1548486/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652110] Re: Chromium 55+ doesn't support Widevine library

2016-12-23 Thread Dirk Böttger
This may help

Vivaldi via update to version 1.6.689.46-1
Changelog since the second 1.6 release
[Linux] Vivaldi does play proprietary HTML5 video and audio on Ubuntu with 
chromium-codecs-ffmpeg-extra 55.0.2883.87 (VB-24384)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652110

Title:
  Chromium 55+ doesn't support Widevine library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1652110/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650730] Re: streaming, H.264 doesn't work in Chromium codecs

2016-12-22 Thread Dirk Böttger
Thank you for your quick response chad.

OK:1 http://deb.opera.com/opera stable InRelease
Ign:2 http://mirror.netcologne.de/linuxmint/packages serena InRelease  
OK:3 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial 
InRelease
Holen:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]   
OK:5 http://mirror.netcologne.de/ubuntu xenial InRelease   
OK:6 http://archive.canonical.com/ubuntu xenial InRelease  
OK:7 http://ppa.launchpad.net/dawidd0811/neofetch/ubuntu xenial InRelease  
Holen:8 http://mirror.netcologne.de/ubuntu xenial-updates InRelease [102 kB]   
OK:9 http://download.virtualbox.org/virtualbox/debian xenial InRelease 
Ign:10 http://dl.google.com/linux/chrome/deb stable InRelease  
OK:11 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu xenial InRelease 
OK:12 http://dl.google.com/linux/chrome/deb stable Release 
OK:13 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease
Ign:14 http://repo.vivaldi.com/stable/deb stable InRelease 
Holen:15 http://mirror.netcologne.de/ubuntu xenial-backports InRelease [102 kB]
OK:16 http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu xenial 
InRelease
OK:17 http://repo.vivaldi.com/stable/deb stable Release
OK:18 https://deb.opera.com/opera-stable stable InRelease  
Ign:19 
http://download.opensuse.org/repositories/home:/tabos-team:/release/xUbuntu_16.04
  InRelease
OK:20 http://mirror.netcologne.de/linuxmint/packages serena Release  
OK:21 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease   
OK:22 
http://download.opensuse.org/repositories/home:/tabos-team:/release/xUbuntu_16.04
  Release
OK:23 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu xenial InRelease
OK:24 http://ppa.launchpad.net/rvm/smplayer/ubuntu xenial InRelease
OK:25 http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu xenial 
InRelease
OK:26 http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease
OK:27 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
OK:28 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu xenial InRelease
Es wurden 306 kB in 1 s geholt (229 kB/s).   
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Alle Pakete sind aktuell.
chromium-codecs-ffmpeg-extra:
  Installiert:   55.0.2883.87-0ubuntu0.16.04.1263
  Installationskandidat: 55.0.2883.87-0ubuntu0.16.04.1263
  Versionstabelle:
 *** 55.0.2883.87-0ubuntu0.16.04.1263 500
500 http://mirror.netcologne.de/ubuntu xenial-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 49.0.2623.108-0ubuntu1.1233 500
500 http://mirror.netcologne.de/ubuntu xenial/universe amd64 Packages
chromium-browser:
  Installiert:   55.0.2883.87-0ubuntu0.16.04.1263
  Installationskandidat: 55.0.2883.87-0ubuntu0.16.04.1263
  Versionstabelle:
 *** 55.0.2883.87-0ubuntu0.16.04.1263 500
500 http://mirror.netcologne.de/ubuntu xenial-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 49.0.2623.108-0ubuntu1.1233 500
500 http://mirror.netcologne.de/ubuntu xenial/universe amd64 Packages


Since the update to version 55, Amazon Prime Video and Magine TV no longer 
work. I thought the fix solves this problem, apparently I was wrong. It seems 
also Widevine DRM since version 55 no longer work. This affects Chromium, Opera 
and Vivaldi because they use all chromium-codecs-ffmpeg-extra.
A downgrade to version 53 restores the function.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650730

Title:
  streaming, H.264 doesn't work in Chromium codecs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1650730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1650730] Re: streaming, H.264 doesn't work in Chromium codecs

2016-12-22 Thread Dirk Böttger
Why ist the Status set to "Fix Released" ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650730

Title:
  streaming, H.264 doesn't work in Chromium codecs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1650730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649360] Re: identifying a partitition in fstab by PARTLABEL creates a second shortcut for the partition, for it's file system label

2016-12-19 Thread Dirk Bosmans
@Phillip Susi (psusi)

Actually I use Xubuntu, so no Unity panel here, but the 2 icons you
describe are indeed on the desktop and in Xubuntus file manager, which
is called Thunar. And the problem is not so much that there are 2 icons,
but that the shortcuts labeled by these 2 icons mount the filesystem to
2 different paths.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649360

Title:
  identifying a partitition in fstab by PARTLABEL creates a second
  shortcut for the partition, for it's file system label

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and should be updated to version 3.6 from Debian

2016-12-16 Thread Dirk Bosmans
Indeed #17 installs the fonts, but doesn't prevent the pop-up that
prompts to install them again. In fact the fonts were installed in the
first place, and that didn't keep the pop-up away either. These are old
font files, the .exe installers are equally old, and do not change
anymore. The problem lies with the package that triggers their
installation again and again and again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts
  and should be updated to version 3.6 from Debian

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649360] Re: identifying a partitition in fstab by PARTLABEL creates a second shortcut for the partition, for it's file system label

2016-12-13 Thread Dirk Bosmans
@Phillip Susi (psusi)

Indeed you misunderstood. I apologize for my bug report being much too
long to read carefully, but it is my first bug report, and I wanted to
be as complete as my understanding allows.

This is wat I did say concerning the part that you misunderstood:

  ... When a partition has both a partition label and a filesystem label, and 
is identified in /etc/fstab by PARTLABEL= ...
and
  ... I choose PARTLABEL= instead of LABEL= ...

But the title may be misleading. I made the distinction between entry in
fstab and shortcut on desktop and in filemanager late into writing the
report, and did not reflect that in the title. I will do that now.

The shortcuts that I talk about that are based on the filesystem label,
are generated by the system, although I do not know what part of it.

** Summary changed:

- identifying a partitition in fstab by PARTLABEL creates a second entry for 
the partition, for it's file system label
+ identifying a partitition in fstab by PARTLABEL creates a second shortcut for 
the partition, for it's file system label

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649360

Title:
  identifying a partitition in fstab by PARTLABEL creates a second
  shortcut for the partition, for it's file system label

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   8   9   10   >