[Touch-packages] [Bug 1804748] Re: s390x qemu vt220 terminal, tput cols and lines is wrong

2018-12-19 Thread Dimitri John Ledkov
Can I have like vt1-7, on per-HMC/zvm/user basis, exported and wired up via HMC/c3270/qemu-serial? =) ** No longer affects: ncurses (Ubuntu) ** No longer affects: qemu (Ubuntu) ** Changed in: linux (Ubuntu) Status: Incomplete => Won't Fix ** Changed in: ubuntu-z-systems

[Touch-packages] [Bug 1808476] [NEW] Please bump libssl1.1 dependency to at least >= 1.1.1, as headers leak constants

2018-12-13 Thread Dimitri John Ledkov
Public bug reported: $ python -c 'import ssl; print(ssl.OP_NO_TLSv1_3)' Prints 0, for python2.7 built against 1.1.0 headers, yet prints 536870912 when built against 1.1.1 irrespective of the runtime libssl1.1 library version. This may yield confusion, especially since ssl.OPENSSL_VERSION

[Touch-packages] [Bug 1808344] [NEW] Various bugs printing pdf files

2018-12-13 Thread John Skottis
Public bug reported: I want to report multiple issues encountered so far on Ubuntu 18.10 regarding printing PDF files. My configuration: - Computer: Dell XPS 15 9530 - OS: Ubuntu 18.10 - Printer: Samsung M2825ND Xpress Mono Laser Printer - PDF Readers Tested: Various (Evince, Foxit, Okular) -

[Touch-packages] [Bug 41159] Re: timezone data is duplicated over at least three packages in main

2018-12-12 Thread Dimitri John Ledkov
I wonder if we should change the packaging of tzdata to always build the stuff that icu needs/wants. Such that an update of tzdata ripples through to icu as well. Somehow. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1797386] Re: [SRU] OpenSSL 1.1.1 to 18.04 LTS

2018-12-11 Thread Dimitri John Ledkov
@mruffalo This is about distribution provided packages only, installed system-wide. Not about binaries side installed from wheels from third-party providers. Can you test using $ sudo apt install python3-psycopg2 Without any wheels installed from pypi... -- You received this bug

[Touch-packages] [Bug 1797386] Re: [SRU] OpenSSL 1.1.1 to 18.04 LTS

2018-12-10 Thread Dimitri John Ledkov
** Description changed: [Impact]  * OpenSSL 1.1.1 is an LTS release upstream, which will continue to receive security support for much longer than 1.1.0 series will.  * OpenSSL 1.1.1 comes with support for TLS v1.3 which is expected to be rapidly adopted due to increased set of

[Touch-packages] [Bug 1804864] Re: autopkgtest regression TEST-22-TMPFILES are not executable

2018-12-05 Thread Dimitri John Ledkov
== TEST-22-TMPFILES == make: Entering directory '/tmp/autopkgtest.K5eYsC/build.9vm/src/test/TEST-22-TMPFILES' TEST CLEANUP: Tmpfiles related tests TEST SETUP: Tmpfiles related tests ... TEST RUN: Tmpfiles related tests ... TEST RUN: Tmpfiles related tests [OK] make: Leaving

[Touch-packages] [Bug 1805358] Re: autopkgtest boot-and-services fails on many architectures very often since systemd/239-7ubuntu12

2018-12-05 Thread Dimitri John Ledkov
boot-and-services passed on all arches in cosmic autopkgtests. ** Tags removed: verification-needed verification-needed-cosmic ** Tags added: verification-done verification-done-cosmic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1804603] Re: systemd-tmpfiles-setup.service fails on btrfs

2018-12-05 Thread Dimitri John Ledkov
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1804603 Title: systemd-tmpfiles-setup.service fails

[Touch-packages] [Bug 1671951] Re: networkd should allow configuring IPV6 MTU

2018-12-04 Thread Dimitri John Ledkov
This was done inside a VM. This was all done in a single /etc/systemd/network/10-netplan-ens3.network file. Note that [Link] is a valid section in a .network file. Note that i took netplan generated .network file as a base, and then modified it with above shown options. Disabled netplan.

[Touch-packages] [Bug 1773859] Re: upgrades to 18.04 fail

2018-12-04 Thread Dimitri John Ledkov
systemd now correctly conflicts with systemd-shim, and installing both simultaniously is now even harder: $ sudo apt install systemd-shim Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no

[Touch-packages] [Bug 1773148] Re: /lib/systemd/systemd-journald:6:fsync:fsync_directory_of_file:journal_file_rotate:do_rotate:server_rotate

2018-12-04 Thread Dimitri John Ledkov
There are no journald crashes reported for the 10.8 and the 10.10 uploads of systemd which included this change. There are crashes reported against the security update 10.9 which does not have this patch in. Thus this is verified. ** Tags removed: verification-needed verification-needed-bionic

[Touch-packages] [Bug 1671951] Re: networkd should allow configuring IPV6 MTU

2018-12-04 Thread Dimitri John Ledkov
Using systemd 237-3ubuntu10.10 Using: [Match] Name=ens3 [Network] DHCP=ipv4 IPv6MTUBytes=1600 [Link] MTUBytes=1800 [DHCP] UseMTU=no RouteMetric=100 I do get: $ cat /sys/class/net/ens3/mtu 1800 $ cat /proc/sys/net/ipv6/conf/ens3/mtu 1600 Thus one can set a different from the device,

[Touch-packages] [Bug 1771858] Re: /snap/bin not in default PATH for units, snapd should ship system-environment-generators to inject /snap/bin into $PATH

2018-12-04 Thread Dimitri John Ledkov
Using systemd 237-3ubuntu10.10, executing the test case i see /snap/bin in path ubuntu@ubuntu:~$ dpkg-query -W systemd systemd 237-3ubuntu10.10 ubuntu@ubuntu:~$ sudo systemd-run /usr/bin/env [sudo] password for ubuntu: Running as unit: run-rc05da62ca3b445e4b3259a6a17063a61.service

[Touch-packages] [Bug 1670291] Re: Landscape: Upgrade 14.04.5 to 16.04.2 fails unable to reboot

2018-12-04 Thread Dimitri John Ledkov
Testing systemd 237-3ubuntu10.10, with masked and stopped systemd- logind, `sudo shutdown +1` command proceeds to shutdown in a VM. ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic -- You received this bug notification

[Touch-packages] [Bug 1805358] Re: autopkgtest boot-and-services fails on many architectures very often since systemd/239-7ubuntu12

2018-12-04 Thread Dimitri John Ledkov
** Description changed: + [Impact] + + * Boot and services autopkgtest case has become flakey, especially on + ppc64el but other architectures too. + + [Test Case] + + * Check that boot-and-services passes more reliably + + [Regression Potential] + + * this is a test change only + +

[Touch-packages] [Bug 1804603] Re: systemd-tmpfiles-setup.service fails on btrfs

2018-12-04 Thread Dimitri John Ledkov
** Description changed: - After update to systemd 237-3ubuntu10.9 systemd-tmpfiles-setup.service - fails with: + [Impact] + + * Last security update introduced a regression on btrfs based systems, causing systemd-tmpfiles-setup.service to fail to start, resulting in degraded machines. + *

[Touch-packages] [Bug 1117804] Re: ausearch doesn't show AppArmor denial messages

2018-12-03 Thread John Johansen
There was an attempt to revive this Dec. 6, 2017 https://lists.ubuntu.com/archives/apparmor/2017-December/011370.html upstream there is belief in using a generic audit message types. The problem is that apparmor, selinux and smack messages differ, so they aren't so common. This is going to have

[Touch-packages] [Bug 1799251] Re: mount options for /run should be the same as initramfs tools

2018-12-03 Thread Dimitri John Ledkov
** Description changed: mount options for /run should be the same as initramfs tools + + [Impact] + + * /run is mounted with different options on initrd boots, and initrd- + less boots. For consistency it should be the same + + * In particular, this causes overuse of RAM on hosts with

[Touch-packages] [Bug 1799364] Re: The wlan/bt hotkey doesn't work for all Dell Latitude and Precision computers

2018-12-03 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Cosmic) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1799364 Title: The wlan/bt hotkey doesn't work for

[Touch-packages] [Bug 1799251] Re: mount options for /run should be the same as initramfs tools

2018-12-03 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Cosmic) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1799251 Title: mount options for /run should be

[Touch-packages] [Bug 1804584] Re: LG screen reported as being a Goldstar one

2018-12-03 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Cosmic) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1804584 Title: LG screen reported as being a

[Touch-packages] [Bug 1805358] Re: autopkgtest boot-and-services fails on many architectures very often since systemd/239-7ubuntu12

2018-12-03 Thread Dimitri John Ledkov
** Also affects: systemd (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Cosmic) Status: New => In Progress -- You received this bug notification because you

[Touch-packages] [Bug 1804864] Re: autopkgtest regression TEST-22-TMPFILES are not executable

2018-12-03 Thread Dimitri John Ledkov
** Also affects: systemd (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Cosmic) Status: New => In Progress -- You received this bug notification because you

[Touch-packages] [Bug 1804487] Re: systemd-resolved has issues when the answer is over 512 bytes with EDNS disabled

2018-12-03 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Disco) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1804487 Title: systemd-resolved has

[Touch-packages] [Bug 1804603] Re: systemd-tmpfiles-setup.service fails on btrfs

2018-12-03 Thread Dimitri John Ledkov
** Also affects: systemd (Ubuntu Disco) Importance: Undecided Status: Confirmed ** Also affects: systemd (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Cosmic) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu

[Touch-packages] [Bug 1804603] Re: systemd-tmpfiles-setup.service fails on btrfs

2018-12-03 Thread Dimitri John Ledkov
yes this is a know regression, not sure where this is tracked. But yes, we do need to fix the tmpfiles on btrfs soon. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1804603

[Touch-packages] [Bug 1799251] Re: mount options for /run should be the same as initramfs tools

2018-12-03 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1799251 Title: mount options for /run should be the

[Touch-packages] [Bug 1797386] Re: [SRU] OpenSSL 1.1.1 to 18.04 LTS

2018-12-02 Thread Dimitri John Ledkov
Here is a quick update on this SRU. Bringing in Apache support is currently not in scope. However, this can be investigated separately and possibly would most likely look like a targetted backport of mod_ssl, rather than a full upgrade of all of the apache2. But again only after OpenSSL 1.1.1 SRU

[Touch-packages] [Bug 1760349] Re: Cannot log in to public open Wifi connection because not being redirected to login site

2018-12-02 Thread John Fox
I realize the issue reported was related to 18.04, but I am also having this same issue on 18.10. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1760349 Title:

[Touch-packages] [Bug 1805178] Re: Apparmor should include letsencrypt directory for Slapd

2018-11-29 Thread John Johansen
Marked this public security for now so it is on the security team radar and it can be reviewed by them. ** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in

[Touch-packages] [Bug 1798073] Re: [SRU] Provide 2018 archive signing key on stable releases

2018-11-29 Thread Dimitri John Ledkov
$ schroot -u root -c bionic-amd64 (bionic-amd64)root@ottawa:~# apt-key list /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg -- pub rsa4096 2012-05-11 [SC] 790B C727 7767 219C 42C8 6F93 3B4F E6AC C0B2 1F32 uid [ unknown]

[Touch-packages] [Bug 1798073] Re: [SRU] Provide 2018 archive signing key on stable releases

2018-11-27 Thread Dimitri John Ledkov
E: No such script: /usr/share/debootstrap/scripts/disco I will retrigger ubuntu-keyring adt of debootstrap, with debootstrap from bionic-proposed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyring in Ubuntu.

[Touch-packages] [Bug 1804847] Re: systemd=229-4ubuntu21.8 use of fchownat failes on some systems (openvz)

2018-11-27 Thread Dimitri John Ledkov
@vvs Spasibo! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1804847 Title: systemd=229-4ubuntu21.8 use of fchownat failes on some systems (openvz) Status in systemd

[Touch-packages] [Bug 1804847] Re: systemd=229-4ubuntu21.8 use of fchownat failes on some systems (openvz)

2018-11-27 Thread Dimitri John Ledkov
@vorlon fchownat() was added to Linux in kernel 2.6.16, which is prior to 2.6.32 and is a kernel version one of the affected users is reporting. Thus it seems as if, the fchownat() is somehow otherwise broken. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1804847] Re: systemd=229-4ubuntu21.8 use of fchownat failes on some systems (openvz)

2018-11-26 Thread Dimitri John Ledkov
** Description changed: The following description is taken from: https://answers.launchpad.net/ubuntu/+source/systemd/+question/676237 Hello everyone, I'm running 16.04 LTS on a virtual server which, I think, uses OpenVz. After a recent reboot I found most of my services to be in a

[Touch-packages] [Bug 1804847] Re: systemd=229-4ubuntu21.8 use of fchownat failes on some systems (openvz)

2018-11-26 Thread Dimitri John Ledkov
Could you please post output of: uname -a ** Information type changed from Public to Public Security ** Tags added: regression-update ** Description changed: The following description is taken from: https://answers.launchpad.net/ubuntu/+source/systemd/+question/676237 - Hello

[Touch-packages] [Bug 1805040] [NEW] Apparently "Readline6" is not in Ubuntu 18.4.1 LTS but I need it

2018-11-25 Thread John Janowiak
Public bug reported: I use applications that require Readline6. But Ubuntu 18.4.1 does not seem to have it - how can Iget it? ** Affects: readline6 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1804864] [NEW] autopkgtest regression TEST-22-TMPFILES are note executable

2018-11-23 Thread Dimitri John Ledkov
Public bug reported: [Impact] * Newly added testcase in a security upload used a traditional GNU patch format, instead of using extended git patch format, as supported by GNU patch. Therefore, executable bits on shells scripts were lost, resulting in autopkgtest failures. [Test Case] *

[Touch-packages] [Bug 1740894] Re: KEY_RFKILL is not passed to userspace

2018-11-23 Thread Dimitri John Ledkov
@SRU team, actually we will cherrypick more things into systemd, to make systemd & xkeyboard-config play nice with each other, as is destined to be upstream and in disco. ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Also affects: xkeyboard-config (Ubuntu

[Touch-packages] [Bug 1804748] Re: s390x qemu vt220 terminal, tput cols and lines is wrong

2018-11-22 Thread Dimitri John Ledkov
tput reset -> breaks the terminal resizing the qemu window -> fixes things Thus e.g. SIGWINCH is probably handled correctly. However it seems like there is terminal definitions missing or something. ** Tags added: s390x -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1804748] [NEW] s390x qemu vt220 terminal, tput cols and lines is wrong

2018-11-22 Thread Dimitri John Ledkov
Public bug reported: s390x qemu vt220 terminal, tput cols and lines is reported as 80x24, whilst that's not true. The number of columns is semi-true, as the shell wraps them, however, one can print things beyond 80 cols. Ideally resizing qemu window, should manage to report the actual number of

[Touch-packages] [Bug 1799364] Re: The wlan/bt hotkey doesn't work for all Dell Latitude and Precision computers

2018-11-22 Thread Dimitri John Ledkov
@seb128 Ok, let's sync tomorrow. I thought we already took parts of these patches in =/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1799364 Title: The wlan/bt hotkey

[Touch-packages] [Bug 1799364] Re: The wlan/bt hotkey doesn't work for all Dell Latitude and Precision computers

2018-11-22 Thread Dimitri John Ledkov
/commit/?id=4ab5b8275a0487e301553fb6de6a905abb7ea833 -- Dimitri John Ledkov Thu, 22 Nov 2018 16:30:28 + -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1799364 Title

[Touch-packages] [Bug 1804584] Re: LG screen reported as being a Goldstar one

2018-11-22 Thread Dimitri John Ledkov
/commit/?id=4ab5b8275a0487e301553fb6de6a905abb7ea833 -- Dimitri John Ledkov Thu, 22 Nov 2018 16:30:28 + -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1804584 Title: LG

[Touch-packages] [Bug 1778936] Re: please re-add Support-system-image-read-only-etc.patch

2018-11-22 Thread Dimitri John Ledkov
@mvo Security wants to trump this again... Can you please validate this? I'm not sure how to boot a core18 system. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1778936

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2018-11-22 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Xenial) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1803391 Title: Systemd update installation hangs in

[Touch-packages] [Bug 1804584] Re: LG screen reported as being a Goldstar one

2018-11-22 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Disco) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1804584 Title: LG screen reported as being a

[Touch-packages] [Bug 1799364] Re: The wlan/bt hotkey doesn't work for all Dell Latitude and Precision computers

2018-11-22 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Disco) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1799364 Title: The wlan/bt hotkey doesn't work

[Touch-packages] [Bug 1804584] Re: LG screen reported as being a Goldstar one

2018-11-22 Thread Dimitri John Ledkov
** Also affects: systemd (Ubuntu Disco) Importance: Low Assignee: Dimitri John Ledkov (xnox) Status: Triaged ** Also affects: systemd (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Bionic) Importance: Undecided Status: New

[Touch-packages] [Bug 1776626] Re: [18.10 FEAT] Support 4k sectors for fast clear key dm-crypt - crypttab part

2018-11-20 Thread Dimitri John Ledkov
@hws Thank you. However 10.8 got trumped by security upload 10.9, hence we are re-doing the upload with 10.10. Sorry about the noise, but -security uploads always trump the inflight -proposed uploads. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1798073] Re: [SRU] Provide 2018 archive signing key on stable releases

2018-11-19 Thread Dimitri John Ledkov
Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... # apt-key list ... /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg -- pub rsa4096 2018-09-17 [SC] F6EC B376 2474 EDA9 D21B 7022 8719 20D1 991B C93C uid [ unknown]

[Touch-packages] [Bug 1773859] Re: upgrades to 18.04 fail

2018-11-19 Thread Dimitri John Ledkov
** Description changed: [Impact] - * Some systems fail to upgrade due to conflicts between systemd and the +  * Some systems fail to upgrade due to conflicts between systemd and the (now removed from the archive) systemd-shim / upstart. - * Instead of trying to work out what's the

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2018-11-19 Thread Dimitri John Ledkov
** Description changed: - Installation of latest systemd update in -security hangs with current + + [Impact] + + * Installation of latest systemd update in -security hangs with current versions of unattended-upgrades in supported releases. The u-u-side fix is tracked in LP: #1778219. + +

[Touch-packages] [Bug 1801338] Re: apt fails to properly handle server-side connection closure

2018-11-19 Thread John Paul Adrian Glaubitz
And it made multiple buildds hang for days :-(. I just only noticed it now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1801338 Title: apt fails to properly handle

[Touch-packages] [Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-11-18 Thread John A Ramirez
I recently encountered this problem in 18.04 trying to play a game I recently purchased, Prime Mover. Upon startup it immediately aborts with the error ./PrimeMover: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./PrimeMover) I realize it's not as vital

[Touch-packages] [Bug 1638395] Re: Unable to locate remote printer when printing

2018-11-17 Thread John
Is your Printer giving you a problem, not printing, displaying any printer related errors on computer screen, then call canon printer support phone number and get instant solution. Dial +1-888-881-6044. https://www.printer-helpline-number.com/canon-printer-support-number.php -- You received

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2018-11-15 Thread Dimitri John Ledkov
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1803391 Title: Systemd update installation hangs in

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2018-11-15 Thread Dimitri John Ledkov
@ Security team please consider uploading the attached debdiff as 237-3ubuntu10.7 into security pocket to resolve hangs on shutdown when applying updates on shutdown. ** Changed in: systemd (Ubuntu Disco) Status: New => Fix Committed ** Changed in: systemd (Ubuntu Cosmic) Status:

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2018-11-15 Thread Dimitri John Ledkov
** Also affects: systemd (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Disco) Importance: High Status: New ** Also affects: systemd (Ubuntu Cosmic) Importance: Undecided Status: New -- You received this bug notification because

[Touch-packages] [Bug 796588] Re: Fine-grained network mediation

2018-11-14 Thread John Johansen
In 4.20 we landed some of the infrastructure to support this. Specifically secmark support was landed which provides the infrastructure needed for apparmor labels to interact with iptables and iptables to interact with apparmor. This isn't something generally available for use yet as it

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2018-11-14 Thread Dimitri John Ledkov
that's really really really bad! _systemctl try-restart systemd-journald.service || true _must_ not hang, it should either succeed or fail. that is the whole point of try-restart I wonder if `--no-block` would help here, but that's also a bandaid. Imho systemctl/systemd itself shouldn't be

[Touch-packages] [Bug 1803168] Re: package udev 229-4ubuntu21.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-11-14 Thread Dimitri John Ledkov
*** This bug is a duplicate of bug 1778219 *** https://bugs.launchpad.net/bugs/1778219 Hi, your system appears to have an invalid init.d script which is causing boot ordering failures insserv: warning: script 'S65nifi' missing LSB tags and overrides insserv: warning: script 'nifi' missing

[Touch-packages] [Bug 1801762] [NEW] Dual-signed things should be easy to verify with one key

2018-11-05 Thread Dimitri John Ledkov
Public bug reported: As part of Ubuntu key rotation strategy, we rely on dual-signing (inline, or detached) such that validation with at least one key available in a keyring should be trusted, without using web-of-trust. However, it seems to be only correctly so far implemented by the apt's gpgv

Re: [Touch-packages] [Bug 1795921] Re: Out-of-Bounds write in systemd-networkd dhcpv6 option handling

2018-10-31 Thread Dimitri John Ledkov
Hi, On Tue, 30 Oct 2018 at 20:31, Clemens Fuchslocher wrote: > > Are there any workarounds for Ubuntu 16.04? By default, networkd is not used on 16.04; unless one manually opted into it, or uses particular SKUs/images that choose to use networkd by default (e.g. Core images, and some cloud

[Touch-packages] [Bug 1636503] Re: recovery mode gets borked after some time out

2018-10-30 Thread Dimitri John Ledkov
please retest with 229-4ubuntu21.5 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1636503 Title: recovery mode gets borked after some time out Status in

[Touch-packages] [Bug 1636503] Re: recovery mode gets borked after some time out

2018-10-30 Thread Dimitri John Ledkov
bah ** Also affects: friendly-recovery (Ubuntu) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu) Status: Confirmed => Invalid ** Changed in: friendly-recovery (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a

[Touch-packages] [Bug 1636503] Re: recovery mode gets borked after some time out

2018-10-30 Thread Dimitri John Ledkov
nothing to do with systemd, purely a friendly-recovery induced issue which should have been fixed across all stable releases now. Please retest, if this is still a problem for you. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1800297] Re: localectl updates /etc/default/locale without root privileges

2018-10-29 Thread Dimitri John Ledkov
root group is irrelevant here, and should not be used to enforce ACLs. On Ubuntu, root user is disabled by default. Instead, regular user accounts are treated as admin accounts if they have the permission to `sudo` into root. This is done, by default, by adding user accounts to `sudo` group. This

[Touch-packages] [Bug 1686183] Re: Ship ubuntu-advantage in ubuntu-minimal

2018-10-26 Thread Dimitri John Ledkov
Upon upgrading to 1.361.2 on xenial, ubuntu-minimal pulled in ubuntu- advantage-tools which got installed and ubuntu-advantage command became present and operational. ** Tags removed: verification-needed verification-needed-trusty verification-needed-xenial ** Tags added: verification-done

[Touch-packages] [Bug 1686183] Re: Ship ubuntu-advantage in ubuntu-minimal

2018-10-26 Thread Dimitri John Ledkov
Upon upgrading to 1.325.1 on trusty, ubuntu-minimal pulled in ubuntu- advantage-tools which got installed and ubuntu-advantage command became present and operational. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1799764] [NEW] python3-lib2to3 is not installable with python3

2018-10-24 Thread Dimitri John Ledkov
Public bug reported: python3 from python3-defaults is 3.6.5-3ubuntu1 python3-lib2to3 from python3-stdlib-extensions Depends: python3 (>= 3.6.6-1~) Either python3-stdlib-extensions dep should be lowered, or python3-defaults should be rebuilt. ** Affects: python3-defaults (Ubuntu)

[Touch-packages] [Bug 1762385] Re: dell_wmi: Unknown key codes

2018-10-24 Thread Dimitri John Ledkov
Either this change will make the rfkill button work (good), or not (current behaviour). Given the code paths, validating similar SKUs for non-regression is a good enough confidence level that this change doesn't regress other/unrelated machines. It's a low risk to accept this change as is, because

[Touch-packages] [Bug 1738153] Re: need backport the new scancode of dell-wmi for Microphone mute hotkey to xenial

2018-10-24 Thread Dimitri John Ledkov
@racb unknown is a placeholder, which is now assigned to wlan. Without unknown, there would be debugging error kernel messages `unknown key pressed`. So previously we knew the physical key exists and is pressable, but dind't know what it should do, but now we do know what it does. -- You

[Touch-packages] [Bug 902535] Re: Unable to print with Lexmark S400 series since upgrade to 11.10

2018-10-24 Thread john smith
when my Lexmark printer printing blank pages, I solve this issue in this way Press the More button until you find Print Menus. Look under the Paper Menu section for the settings mentioned - Separator Sheets should be set to None, and Blank Pages should be set to Do not Print. If these settings are

[Touch-packages] [Bug 902535] Re: Unable to print with Lexmark S400 series since upgrade to 11.10

2018-10-24 Thread john smith
when my Lexmark printer printing blank pages, I solve this issue in this way Press the More button until you find Print Menus. Look under the Paper Menu section for the settings mentioned - Separator Sheets should be set to None, and Blank Pages should be set to Do not Print. If these settings are

[Touch-packages] [Bug 1762385] Re: dell_wmi: Unknown key codes

2018-10-23 Thread Dimitri John Ledkov
Tested xenial live session with stock systemd/udev and upgraded one from proposed. My dell laptop is not affected by this issue. But at least rfkill keys still work for me with both old and new systemd/udevd and there are no error messages in dmesg. ** Tags removed: verification-needed

[Touch-packages] [Bug 1799364] Re: The wlan/bt hotkey doesn't work for all Dell Latitude and Precision computers

2018-10-23 Thread Dimitri John Ledkov
** Also affects: systemd (Ubuntu Dd-series) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Bionic) Importance: Undecided Status: New ** Description changed: - Just

[Touch-packages] [Bug 1799251] [NEW] mount options for /run should be the same as initramfs tools

2018-10-22 Thread Dimitri John Ledkov
Public bug reported: mount options for /run should be the same as initramfs tools ** Affects: systemd (Ubuntu) Importance: Undecided Status: New ** Affects: systemd (Ubuntu Xenial) Importance: Undecided Status: New ** Affects: systemd (Ubuntu Bionic)

[Touch-packages] [Bug 1799251] Re: mount options for /run should be the same as initramfs tools

2018-10-22 Thread Dimitri John Ledkov
H... not sure if /run should be limited to 10%, or if runtime journald should be limited to 1%. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1799251 Title: mount

[Touch-packages] [Bug 1670291] Re: Landscape: Upgrade 14.04.5 to 16.04.2 fails unable to reboot

2018-10-22 Thread Dimitri John Ledkov
root@subtle-cobra:~# dpkg-query -W systemd systemd 229-4ubuntu21.4 root@subtle-cobra:~# systemctl mask systemd-logind Created symlink from /etc/systemd/system/systemd-logind.service to /dev/null. root@subtle-cobra:~# systemctl stop systemd-logind root@subtle-cobra:~# shutdown +1 Failed to set wall

[Touch-packages] [Bug 1773148] Re: /lib/systemd/systemd-journald:6:fsync:fsync_directory_of_file:journal_file_rotate:do_rotate:server_rotate

2018-10-22 Thread Dimitri John Ledkov
No journald watchdog kills yet for the xenial SRU. https://errors.ubuntu.com/?release=Ubuntu%2016.04=systemd=month=229-4ubuntu21.5 ** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug notification

[Touch-packages] [Bug 1780332] Re: vaultlocker does not ensure that udev is triggered to create /dev/disk/by-uuid/ symlink and fails

2018-10-22 Thread Dimitri John Ledkov
Also reading above comments, did we verify that Bionic is correctly synchronized, and needs no workaround? It would be nice to reliably confirm that these things operate race-free in bionic and up, and then mark this bug to affect only xenial and below. -- You received this bug notification

[Touch-packages] [Bug 1798861] [NEW] Tooltips flicker constantly in GTK3 applications

2018-10-19 Thread John Lindgren
Public bug reported: Tooltips are flicker constantly (i.e. repeatedly shown and the hidden again) in GTK3 applications under XFCE. It is a regression in the recent GTK 3.24. This is the upstream report and fix: https://gitlab.gnome.org/GNOME/gtk/issues/1371

[Touch-packages] [Bug 1798457] Re: Provide curtin-requirements and server-ship-live seeds

2018-10-17 Thread Dimitri John Ledkov
** Changed in: ubuntu-meta (Ubuntu) Assignee: (unassigned) => Adam Conrad (adconrad) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/1798457 Title: Provide

[Touch-packages] [Bug 1798457] [NEW] Provide curtin-requirements and server-ship-live seeds

2018-10-17 Thread Dimitri John Ledkov
Public bug reported: Provide curtin-requirements and server-ship-live seeds and make cdimage use them for server live images. ** Affects: ubuntu-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1798073] [NEW] [SRU] Provide 2018 archive signing key on stable releases

2018-10-16 Thread Dimitri John Ledkov
*** This bug is a security vulnerability *** Public security bug reported: [Impact]  * For LTS releases to be able to bootstrap dual and single signed future releases, and validate all signatures, 2018 archive signing key should be SRUed back  * Also build process has improved documentation

[Touch-packages] [Bug 1786471] Re: remove 1024D keys from ubuntu-keyring on older LTS

2018-10-16 Thread Dimitri John Ledkov
Yes, but older distros were dual signed with that key. So it should be still shipped. ** Changed in: ubuntu-keyring (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyring in

[Touch-packages] [Bug 1797678] Re: Printing stops with Status as "Idle - Filter failed"

2018-10-13 Thread John Rose
Solution found in Ask Ubuntu site at: https://askubuntu.com/questions/1081885/printer-stopped-working-after-upgrade-16-04-to-18-04 Solution is: sudo rmdir /usr/share/ghostscript/9.25/iccprofiles sudo apt-get install --reinstall libgs9-common -- You received this bug notification because you are

[Touch-packages] [Bug 1797678] Re: Printing stops with Status as "Idle - Filter failed"

2018-10-13 Thread John Rose
I forgot to say that the printer is a networked Samsung SCX-4729FD. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1797678 Title: Printing stops with Status as "Idle -

[Touch-packages] [Bug 1797678] [NEW] Printing stops with Status as "Idle - Filter failed"

2018-10-13 Thread John Rose
Public bug reported: This happened after an upgrade from Xenial to Bionic on this Barebones PC. Interestingly after an upgrade from Xenial to Bionic on a Laptop this problem did not occur. It also occurred with a clean install on another Barebones PC, but was fixed by installing package hplip.

[Touch-packages] [Bug 1450588] Re: /var/log/dmesg No Longer Being Updated

2018-10-12 Thread Dimitri John Ledkov
Marking as invalid for systemd package. As neither it, nor upstart shipped the functionality in question. It is a regression in the rsyslog package. Or possibly makes sense to ship this in like util-linux which ships /bin/dmesg. ** Changed in: rsyslog (Ubuntu) Assignee: (unassigned) =>

[Touch-packages] [Bug 1450588] Re: /var/log/dmesg No Longer Being Updated

2018-10-12 Thread Dimitri John Ledkov
./debian/rsyslog.dmesg.upstart was shipped by rsyslog package in Trusty and/or other releases. It was: start on runlevel [2345] task script savelog -q -p -c 5 /var/log/dmesg dmesg -s 524288 > /var/log/dmesg chgrp adm /var/log/dmesg end script Thus if such functionality is desired to

[Touch-packages] [Bug 1450588] Re: /var/log/dmesg No Longer Being Updated

2018-10-12 Thread Dimitri John Ledkov
** Also affects: rsyslog (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1450588 Title: /var/log/dmesg No Longer Being

[Touch-packages] [Bug 1797386] Re: [SRU] OpenSSL 1.1.1 to 18.04 LTS

2018-10-11 Thread Dimitri John Ledkov
** Description changed: [Impact] - * OpenSSL 1.1.1 is an LTS release upstream, which will continue to +  * OpenSSL 1.1.1 is an LTS release upstream, which will continue to receive security support for much longer than 1.1.0 series will. - * OpenSSL 1.1.1 comes with support for TLS

[Touch-packages] [Bug 1797386] Re: [SRU] OpenSSL 1.1.1 to 18.04 LTS

2018-10-11 Thread Dimitri John Ledkov
** Summary changed: - SRU OpenSSL 1.1.1 to 18.04 LTS + [SRU] OpenSSL 1.1.1 to 18.04 LTS -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1797386 Title: [SRU] OpenSSL 1.1.1

[Touch-packages] [Bug 1797386] [NEW] SRU OpenSSL 1.1.1 to 18.04 LTS

2018-10-11 Thread Dimitri John Ledkov
Public bug reported: [Impact] * OpenSSL 1.1.1 is an LTS release upstream, which will continue to receive security support for much longer than 1.1.0 series will. * OpenSSL 1.1.1 comes with support for TLS v1.3 which is expected to be rapidly adopted due to increased set of supported hashes &

[Touch-packages] [Bug 1153488] Re: Treats bluetooth input device batteries as batteries

2018-10-11 Thread john smith
Bluetooth is one of the best technology to share a data, image, song, picture to one device with another device. if anyone faces Microsoft Outlook click here https://www.outlooktechnicalsupportnumbers.com/blog/microsoft-outlook- not-implemented/ -- You received this bug notification because you

[Touch-packages] [Bug 1777674] Re: Ubuntu 18.04 hangs at "kvm: exiting hardware virtualization" on AMD servers with DVD

2018-10-10 Thread Dimitri John Ledkov
Ideally, we'd want to bisect and fix the kernel itself to reliably shutdown. yanking ahci sounds like a large hammer. Invalidating systemd task, and pinging kernely people. ** Changed in: systemd (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are

[Touch-packages] [Bug 1780332] Re: vaultlocker does not ensure that udev is triggered to create /dev/disk/by-uuid/ symlink and fails

2018-10-10 Thread Dimitri John Ledkov
do we need and want to enable udev synchronisation in dmsetup package in xenial? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1780332 Title: vaultlocker does not ensure

<    11   12   13   14   15   16   17   18   19   20   >