[Bug 1533631] Re: Failed to renew DHCPv6 lease after suspend

2016-03-30 Thread TJ
Attaching a Network Manager TRACE log_level from syslog generated using: /etc/NetworkManager/conf.d/logging.conf: --- [logging] level=TRACE --- I've removed any extraneous messages from processes other than NM and dhclient. I've also removed IPv4 related messages to make it easier to follow. **

[Bug 1533631] Re: Failed to renew DHCPv6 lease after suspend

2016-03-30 Thread TJ
Here's some notes from my digging into the code paths being followed. Using the messages logged by NM to syslog I've been able to reconstruct the call heirarchy. In summary, when the state transitions from "expire" to "done": nm_dhcp_client_set_state () fires a NM_DHCP_STATE_EXPIRE signal

[Bug 1533631] Re: Failed to renew DHCPv6 lease after suspend

2016-03-30 Thread TJ
Further debugging indicates that when the IPv6 lease file contains an expired lease as its last entry dhclient 'depreferences' it (gives it up) but doesn't go on to attempt to gain a replacement lease because NM cancels (kills) the dhclient process as a result of the 'expires' message. NM starts

[Bug 1533631] Re: Failed to renew DHCPv6 lease after suspend

2016-03-30 Thread TJ
** Changed in: network-manager (Ubuntu) Importance: Undecided => High ** Also affects: isc-dhcp (Ubuntu) Importance: Undecided Status: New ** Changed in: isc-dhcp (Ubuntu) Importance: Undecided => High ** Changed in: isc-dhcp (Ubuntu) Status: New => Triaged -- You

[Bug 1561062] Re: Password not required for mysql root user (MariaDB) even when set

2016-03-23 Thread TJ
I've found a sneaky workaround so the IP-address matches work: cat /etc/mysql/mariadb.conf.d/51-disable-reverse-dns.cnf [mysqld] skip-name-resolve # su tj $ mysql --protocol=TCP -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id

[Bug 1561062] Re: Password not required for mysql root user (MariaDB) even when set

2016-03-23 Thread TJ
I forgot to add that what makes this worse is connecting directly using --host 127.0.0.1 (or if server is bound to IPv6 --host ::1) the same error occurs. The mysql.user entries for root@127.0.0.1 and root@::1 are never reached due to the reverse name lookup. I tried to get around that one by

[Bug 1561062] Re: Password not required for mysql root user (MariaDB) even when set

2016-03-23 Thread TJ
The issue here is that after running mysql_secure_installation which sets a root password the user cannot log-in with the DB's root account unless they're also root or sudo on the OS itself. $ mysql --protocol=TCP --host localhost -u root -p ERROR 1698 (28000): Access denied for user

[Bug 1561062] Re: Password not required for mysql root user (MariaDB) even when set

2016-03-23 Thread TJ
** Changed in: mariadb-10.0 (Ubuntu) Status: New => Triaged ** Changed in: mariadb-10.0 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561062 Title:

[Bug 1560623] [NEW] ncat: process Stops in State T after some time

2016-03-22 Thread TJ
lled within a sub-shell): $ jobs [4]+ Stopped bash -c 'ncat -m 1 -6kl 10006 | ncat -kl 10007' $ ps -efly | grep ncat T tj 26816 25874 0 80 0 2436 1296 - 17:42 pts/200:00:00 bash -c ncat -m 1 -6kl 10006 | ncat -kl 10007 T tj 26817 26816 0 80 0 1308

[Bug 1560623] [NEW] ncat: process Stops in State T after some time

2016-03-22 Thread TJ
lled within a sub-shell): $ jobs [4]+ Stopped bash -c 'ncat -m 1 -6kl 10006 | ncat -kl 10007' $ ps -efly | grep ncat T tj 26816 25874 0 80 0 2436 1296 - 17:42 pts/200:00:00 bash -c ncat -m 1 -6kl 10006 | ncat -kl 10007 T tj 26817 26816 0 80 0 1308

[Bug 1533631] Re: Failed to renew DHCPv6 lease after suspend

2016-03-22 Thread TJ
Looking at the files related to dhclient managed by Network Manager under /var/lib/NetworkManager/ I noticed that although the new lease file seems to contain the correct (in the future) timestamps the "timestamps" file entry for that same lease UUID is still set to the time the original lease

[Bug 1533631] Re: Failed to renew DHCPv6 lease after suspend

2016-03-22 Thread TJ
After deleting the dhcp6${UUID}-${IF}.lease file and reconnecting the interface the "starts" timestamp is now up to date. Not sure if this is relevant to the internals of dhclient though. $ cat dhclient6-0775a2a6-a4a1-40bf-bd85-9c3068582dbc-wlp3s0.lease default-duid

[Bug 1533631] Re: Failed to renew DHCPv6 lease after suspend

2016-03-22 Thread TJ
Yes, seeing this too on 15.10 since around the first week of March, as best I can tell, but irrespective of Suspend. It looks like dhclient thinks/is told the new lease is 'depreferred' and therefore quits, and the dhclient process is terminated, but the address remains on the interface until the

[Bug 1551464] Re: apt-get sources should support TLS SNI (server name)

2016-03-20 Thread TJ Pusateri
Something like this would be useful: sudo add-apt-repository 'deb [servername=foo.bar.com] http://foo.bar.com/ trusty main' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551464 Title: apt-get

[Bug 1259861] Re: 5-10 second delay in kernel boot with kernel command line ip=

2016-03-20 Thread TJ
Originally introduced into the Ubuntu 13.10 (Saucy) configuration with commit 301b4bb commit 301b4bb24cf60f339643ffddbd630169e488adf2 Author: Leann Ogasawara Date: Fri Mar 12 17:13:25 2010 -0800 UBUNTU: rebase to v3.10-rc4 Signed-off-by: Andy

[Bug 1259861] Re: 5-10 second delay in kernel boot

2016-03-19 Thread TJ
Try adding kernel command-line dynamic debug option: ... "dyndbg=file net/ipv4/ipconfig.c +pflm" ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259861 Title: 5-10 second delay in kernel boot

[Bug 1553591] [NEW] xenial: Wide character ???? in * at /usr/bin/ckbcomp line *

2016-03-05 Thread TJ
Public bug reported: Created a 16.04 chroot via deboostrap without a UTF-8 locale set and get: dpkg-reconfigure console-setup ... perl: warning: Falling back to the standard locale ("C"). Wide character (U+215B) in pattern match (m//) at /usr/bin/ckbcomp line 3763. Wide character (U+215B) in

[Bug 1551464] [NEW] apt-get sources should support TLS SNI (server name)

2016-02-29 Thread TJ Pusateri
Public bug reported: There needs to be an option in apt source.list entries to specify the server name to be used by TLS for the Server Name Indication (SNI). The openSSL equivalent is '-servername'. Currently, when accessing sources over https when multiple names are used on the same IP

[Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2016-01-24 Thread TJ
The fix has made its way into the v4.5 merge window and has the mainline commit ID: ccda3a7 2016-01-13 10:48:11 +0200 N Jani Nikula drm/i915: shut up gen8+ SDE irq dmesg noise, again -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1534946] [NEW] pcimodules: broken; 'kmod' depmod doesn't generate a modules.pcimap

2016-01-16 Thread TJ
Public bug reported: pciutils->pcimodules relies on /lib/modules/$(uname -r)/modules.pcimap and its man-page claims this file is created by kmod->depmod. However, since at least 14.04 trusty, this is not the case. Consequently pcimodules is broken on all releases since 14.04. In 12.04 depmod

[Bug 1534544] [NEW] Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger in .postinst

2016-01-15 Thread TJ
Public bug reported: A user reported, for 15.04 Vivid (which appears to continue to affect all releases to 16.04), on a "minimal installation" a failure of the -server post-install script. This appears to be due to a missing dependency on 'bsdutils' which contains '/usr/bin/logger'

[Bug 1534544] [NEW] Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger in .postinst

2016-01-15 Thread TJ
Public bug reported: A user reported, for 15.04 Vivid (which appears to continue to affect all releases to 16.04), on a "minimal installation" a failure of the -server post-install script. This appears to be due to a missing dependency on 'bsdutils' which contains '/usr/bin/logger'

[Bug 1534544] Re: Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger in .postinst

2016-01-15 Thread TJ
** Changed in: mysql-5.6 (Ubuntu) Milestone: None => ubuntu-16.04 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1534544 Title: Package mysql-server-5.6 should Depend:

[Bug 1534544] Re: Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger in .postinst

2016-01-15 Thread TJ
** Changed in: mysql-5.6 (Ubuntu) Milestone: None => ubuntu-16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534544 Title: Package mysql-server-5.6 should Depend: bsdutils for

[Bug 1531194] [NEW] 13.04 "raring-partner" channel included in 14.04/15.04/15.10/16.04

2016-01-05 Thread TJ
Public bug reported: Package contains channel apt source for 13.04 Raring for all releases since then. /usr/share/app-install/channels/raring-partner.list: # channel for the raring (13.04) partner channel # #:description:This channel contains the partner software for raring deb

[Bug 1531194] Re: 13.04 "raring-partner" channel included in 14.04/15.04/15.10/16.04

2016-01-05 Thread TJ
** Changed in: app-install-data-partner (Ubuntu) Status: New => Triaged ** Changed in: app-install-data-partner (Ubuntu) Importance: Undecided => Low ** Changed in: app-install-data-partner (Ubuntu) Milestone: None => ubuntu-16.04 -- You received this bug notification because you

[Bug 1494851] Re: initramfs cryptroot hook script doesn't install cryptsetup if keyfile but no keyscript

2016-01-04 Thread TJ
** Changed in: cryptsetup (Ubuntu) Status: Fix Released => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1494851 Title: initramfs cryptroot hook script doesn't install cryptsetup if

[Bug 1513415] Re: cryptsetup blocks between mountroot and bottom in initramfs

2016-01-04 Thread TJ
Symptoms seem to have been caused by a release upgrade that failed part- way through, leaving various upgrade diversions in-place ** Changed in: cryptsetup (Ubuntu) Status: Fix Released => Invalid ** Changed in: cryptsetup (Ubuntu) Assignee: TJ (tj) => (unassigned) -- You re

[Bug 1525193] Re: removing a meta package should also remove its children

2015-12-11 Thread TJ
This is the designed, intended, and expected behaviour. We do not want to enable a user to be able to accidentally remove large groups of packages due to Depends: declarations. The suggested behaviour is treated as a critical bug. See bug #1479207 "Never-MarkAuto-Sections not working correctly"

[Bug 828893] Re: left mouse button ignored

2015-12-05 Thread TJ
** Changed in: xserver-xorg-input-evdev (Ubuntu) Assignee: Jakob Povsic (jakob-povsic) => (unassigned) ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Fix Released => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1495302] Re: subprocess installed post-installation script returned error exit status 10

2015-12-04 Thread TJ
** Changed in: openssl (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495302 Title: subprocess installed post-installation script returned error exit

[Bug 1520652] [NEW] Erroneous "INSECURE OWNER FOR xxxxx.keyfile"

2015-11-27 Thread TJ
Public bug reported: $ ll -n -r 1 0 0 4096 Sep 1 23:57 .keyfile /lib/cryptsetup/cryptdisks.functions::check_key() checks ownership based on the name/group alias, not the actual UID/GID, and therefore breaks if "root" != UID/GID 0. + /usr/sbin/cryptdisks_start LUKS_HDD_BOOT *

[Bug 1507002] Re: "boot error" due to gcc v5 transition

2015-11-27 Thread TJ
I have the 15.10 syslinux package in a PPA for testing: https://launchpad.net/~tj/+archive/ubuntu/bugfixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507002 Title: "boot error" due

[Bug 1507002] Re: "boot error" due to gcc v5 transition

2015-11-24 Thread TJ
** Patch added: "debdiff adding commit e5f2b577ded" https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/1507002/+attachment/4524887/+files/syslinux_6.03%2Bdfsg-8ubuntu3.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1507002] Re: "boot error" is back!

2015-11-24 Thread TJ
** Changed in: syslinux (Ubuntu) Status: Confirmed => In Progress ** Changed in: syslinux (Ubuntu) Importance: Undecided => Critical ** Changed in: syslinux (Ubuntu) Assignee: (unassigned) => TJ (tj) ** Summary changed: - "boot error" is back! + "b

[Bug 1507002] Re: "boot error" due to gcc v5 transition

2015-11-24 Thread TJ
off-by: Paulo Alcantara <pca...@zytor.com> ** Changed in: syslinux (Ubuntu) Assignee: TJ (tj) => (unassigned) ** Changed in: syslinux (Ubuntu) Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1499746] Re: Early Syslinux Boot Error in pendrive made with the Ubuntu Startup Disk Creator

2015-11-24 Thread TJ
*** This bug is a duplicate of bug 1507002 *** https://bugs.launchpad.net/bugs/1507002 ** This bug has been marked a duplicate of bug 1507002 "boot error" due to gcc v5 transition -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1489790] Re: syslinux install is broken on kubuntu 15.10 beta1

2015-11-24 Thread TJ
*** This bug is a duplicate of bug 1507002 *** https://bugs.launchpad.net/bugs/1507002 ** This bug is no longer a duplicate of bug 1499746 Early Syslinux Boot Error in pendrive made with the Ubuntu Startup Disk Creator ** This bug has been marked a duplicate of bug 1507002 "boot error"

[Bug 1512811] Re: 15.10 32 bit download gives error when run from usb

2015-11-24 Thread TJ
*** This bug is a duplicate of bug 1507002 *** https://bugs.launchpad.net/bugs/1507002 ** This bug is no longer a duplicate of bug 1499746 Early Syslinux Boot Error in pendrive made with the Ubuntu Startup Disk Creator ** This bug has been marked a duplicate of bug 1507002 "boot error"

[Bug 1318111] Re: Adds more and more copies of ‘crashkernel=384M-:128M’ in /etc/default/grub when upgrading or reinstalling grub-pc

2015-11-22 Thread TJ
replace the content of /etc/default/grub.d/kexec-tools.cfg with: KEXEC_TOAPPEND="crashkernel=384M-:128M" case "$GRUB_CMDLINE_LINUX_DEFAULT" in *$KEXEC_TOAPPEND*) ;; *) GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT $KEXEC_TOAPPEND" ;; esac -- You

[Bug 1513477] Re: PCI device has incorrect Vendor:Device ID when Southbridge used 0 wait reads

2015-11-10 Thread TJ
** Summary changed: - Ralink RT2800pci doesnt work by default + PCI device has incorrect Vendor:Device ID when Southbridge used 0 wait reads ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1513477] Re: PCI device has incorrect Vendor:Device ID when Southbridge used 0 wait reads

2015-11-10 Thread TJ
As I suspected the cause was in hardware, and specifically due to the motherboard using Master Write 0-wait state access, which meant the device had not completed mapping its registers into the PCI Config address space when the kernel probed for the Vendor ID. User applied my recommended BIOS

[Bug 1513477] Re: PCI device has incorrect Vendor:Device ID when Southbridge used 0 wait writes

2015-11-10 Thread TJ
** Tags removed: amd64 apport-bug kernel-bug-exists-upstream kernel-bug- exists-upstream-4.3 needs-bisect regression-release xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513477 Title: PCI

[Bug 1513415] Re: cryptsetup blocks between mountroot and bottom in initramfs

2015-11-09 Thread TJ
Further research with the user revealed a dpkg diversion on the dmsetup initramfs hook script: # apt list dmsetup; dpkg -L dmsetup; ls -altr /lib/udev/rules.d/ Listing... Done dmsetup/wily,now 2:1.02.99-1ubuntu1 amd64 [installed,automatic] /. /sbin /sbin/dmsetup /lib /lib/udev /lib/udev/rules.d

[Bug 1513477] Re: Ralink RT2800pci doesnt work by default

2015-11-08 Thread TJ
The problem here is that the PCI bus probe is returning a corrupted PCI Vendor ID. Querying the PCI config registers after the system has started shows the correct Vendor ID, but the kernel seems to 'lose' the 2nd nibble of byte 0, turning 0x18 into 0x10: This is from the problem PC booted with a

[Bug 1513415] Re: cryptsetup blocks between mountroot and bottom in initramfs

2015-11-05 Thread TJ
** Changed in: cryptsetup (Ubuntu) Status: New => Triaged ** Changed in: cryptsetup (Ubuntu) Importance: Undecided => High ** Changed in: cryptsetup (Ubuntu) Assignee: (unassigned) => TJ (tj) ** Changed in: cryptsetup (Ubuntu) Status: Triaged => In Progr

[Bug 1513415] Re: cryptsetup blocks between mountroot and bottom in initramfs

2015-11-05 Thread TJ
Could you use the Live ISO and a chroot environment to re-generate the initrd.img and attach a verbose build log to this report? 1. Boot Live ISO. 2. "sudo mkdir /target" 3. "sudo cryptsetup luksOpen /dev/sdb3 crypt_sdb3" 4. "sudo mount /dev/mapper/crypt_sdb3 /target" 5. "for n in proc sys dev

[Bug 1512417] [NEW] fglrx gcc5 patch doesn't fix crash on 4.3 kernel

2015-11-02 Thread TJ Buchanan
Public bug reported: fglrx-installer-updates (2:15.201-0ubuntu2~15.10.2) wily-proposed does not fix crash on startup on the 4.3 stable kernel. Installed from ubuntu mainline ppa. ProblemType: Package DistroRelease: Ubuntu 15.10 Package: fglrx-updates-core 2:15.201-0ubuntu2~15.10.2 Uname: Linux

[Bug 1511878] [NEW] Pixma 920 printer no longer working via wifi

2015-10-30 Thread Tj
Public bug reported: I have a Canon printer, Pixma 920, that I installed and was working great. I used the driver/install script via the Asian Canon site (as recommended by others.) I'm not sure what changed but I can no longer print/scan with it from my Ubuntu laptop (the app on my Android

[Bug 1048430] Re: "dnsmasq not available on the bus"

2015-10-27 Thread TJ
I've been looking at this on Wily with a user suffering the bug, and it looks at first glance to be a timing issue - namely, that NM doesn't wait long enough after starting dnsmasq to query the name on the bus. The code is Ubuntu specific, and introduced via

[Bug 1509857] [NEW] Bad album grouping

2015-10-25 Thread TJ Buchanan
Public bug reported: When sorting by album, if an album has tracks by two or more artists, it splits the album like this: https://www.youtube.com/watch?v=PklpQLo4umk This makes sort-by-album completely useless unless every track in the album is by the same artist. An "ignore artist tag when in

[Bug 1493003] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: försöker skriva över "/usr/share/accounts/services/google-im.service" som också finns i paketet accou

2015-10-22 Thread TJ
$ apt-file search /usr/share/accounts/services/google-im.service account-plugin-google: /usr/share/accounts/services/google-im.service kde-config-telepathy-accounts: /usr/share/accounts/services/google-im.service ** Also affects: account-plugins (Ubuntu) Importance: Undecided Status:

[Bug 1509059] [NEW] NTFS EFI System Partition causes failure to mount /boot partition

2015-10-22 Thread TJ
Public bug reported: A user with a Packard Bell EasyNote TE found that the installer failed (hung with no apparent activity) after the partitioning step. /var/log/syslog reports: wrong fs type, bad optio, bad superblock on /dev/sda1 /var/log/kern.log reports: FAT-fs (sda1) can't find valid

[Bug 1237904] Re: Xorg crashed with SIGABRT in OsAbort()

2015-10-21 Thread TJ
The report in /var/log/Xorg.0.log: "_XSERVTransMakeAllCOTSServerListeners: server already running" suggests the system (user: gdm, uid: 116) display manager X server on VT7 owns/uses the socket in "/tmp/.X11-unix/" which prevents the user (uid:1000) display manager on VT2 from using the same

[Bug 1237904] Re: Xorg crashed with SIGABRT in OsAbort()

2015-10-21 Thread TJ
** Tags added: apport-request-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1237904 Title: Xorg crashed with SIGABRT in OsAbort() To manage notifications about this bug go to:

[Bug 1229295] Re: A4 Right margin cut off with HP Deskjet 5550

2015-10-14 Thread TJ
This still affects Okular in 15.10 Wily. Printing an 84 A5 page PDF duplex onto A4 every page has extended left and bottom margins, cropped right and top edges, and also scales (magnifies) the content. Using the identical printer settings with Evince ( Document Viewer) the document prints with

[Bug 277903] Re: Missing Operating System [message at boot]

2015-10-01 Thread TJ
** Description changed: I'm reviving this report since the issue is still present in 14.04 and 15.10 syslinux, which is used in the various flavour hybrid ISOs, via mbr/isohdpfx.{S,bin} The same system I originally reported in comment #30 is still affected. Original upstream

[Bug 1441095] Re: novatel: improve probing for Dell branded modems

2015-09-30 Thread TJ
** Changed in: network-manager (Ubuntu Trusty) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1441095 Title: novatel: improve probing for Dell branded

[Bug 1500110] Re: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-27 Thread TJ
Another run with 15.10 ubiquity --debub, with "set -x" added to /bin /partman-commit. Shell script output is captured in var/log/syslog. Sep 27 12:36:06 kubuntu partman: mkswap: Sep 27 12:36:06 kubuntu partman: /dev/sdc3: warning: wiping old swap signature. Sep 27 12:36:06 kubuntu partman: Sep

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-27 Thread TJ
** Tags added: rls-w-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/277903 Title: Missing Operating System [message at boot] To manage notifications about this bug go to:

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-27 Thread TJ
DjznBR: Your issue may be caused by allowing the PC to boot the installer image using Legacy/BIOS mode, rather than its native UEFI mode. ISO Desktop images are hybrid; that is they are configured to boot in any of three different modes: 1. In UEFI mode using the Simple Boot Path

[Bug 1500110] Re: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-27 Thread TJ
** Attachment added: "15.10 lsblk -f report" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1500110/+attachment/4476492/+files/15.10-lsblk.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1500110] Re: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-27 Thread TJ
Ubiquity --debug logs for 15.10 (ISO kubuntu-desktop-amd64 20150924) ** Attachment added: "15.10 ubiquity --debug" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1500110/+attachment/4476491/+files/15.10-kubuntu-desktop-amd64-20150924-debug.tar.gz -- You received this bug

[Bug 1500110] Re: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-27 Thread TJ
This snapshot from 15.10, taken at 12:07, shows how the installer GUI has reached the end of its slide-show but is still reporting "Saving installed packages... 0%", the python/ubiquity process is using 100% of 1 CPU core, whilst the terminal below it shows a "tail -f /var/log/installer/debug"

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-26 Thread TJ
** Also affects: ubuntu-cdimage Importance: Undecided Status: New ** Description changed: I'm reviving this report since the issue is still present in 14.04 and 15.10 syslinux, which is used in the various flavour hybrid ISOs, via mbr/isohdpfx.{S,bin} The same system I

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-26 Thread TJ
** Description changed: I'm reviving this report since the issue is still present in 14.04 and 15.10 syslinux, which is used in the various flavour hybrid ISOs, via mbr/isohdpfx.{S,bin} The same system I originally reported in comment #30 is still affected. - The patch that was

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-26 Thread TJ
** This bug is no longer a duplicate of bug 273477 usb stick is not made bootable ** No longer affects: usb-creator (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/277903 Title: Missing

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-26 Thread TJ
** Description changed: - Binary package hint: usb-creator + I'm reviving this report since the issue is still present in 14.04 and + 15.10 syslinux, which is used in the various flavour hybrid ISOs, via + mbr/isohdpfx.{S,bin} - Description: Ubuntu intrepid (development branch + Final -

[Bug 1500110] Re: 15.10: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
tar.gz containing logs: $ ls -l var/log/ var/log/installer/ var/log/: total 9760 -rw-r--r-- 1 tj tj 958 Sep 26 20:22 casper.log drwxr-xr-x 2 tj tj4096 Sep 26 20:23 installer -rw-r--r-- 1 tj tj 7996300 Sep 26 22:33 partman -rw-r- 1 tj tj 1985442 Sep 26 22:47 syslog var/log/installer

[Bug 1500110] Re: 15.10: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1500110/+attachment/4475793/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500110 Title:

[Bug 1500110] Re: 15.10: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
An additional knock-on bug; quitting the installer GUI (pressing the X window control) causes the GUI to be dismissed but the ubiquity process remains running, with CPU usage at 100%. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1500110] Re: 15.10: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
ps -efly | grep ubiquity: S root 1 0 0 80 0 6040 29929 ep_pol 20:21 ?00:00:09 /sbin/init maybe-ubiquity splash --- S kubuntu 3896 17914 0 80 0 2348 2375 pipe_w 23:11 pts/000:00:00 grep --color=auto ubiquity S root 18144 17603 0 80 0 1628 1119 wait

[Bug 1500108] [NEW] 15.10: /lib/partman/choose_method/52lvm/choices: 242: [: -lt: unexpected operator

2015-09-26 Thread TJ
Public bug reported: ubiquity 2.21.31 Running the manual partitioner on 15.10 kubuntu desktop amd64 for 2015-09-24 this error shows up in the syslog repeatedly whilst choosing block devices and assigning them to mountpoints: /lib/partman/choose_method/52lvm/choices: 242: [: -lt: unexpected

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-26 Thread TJ
Replacing the original isohdpfx.bin in sector 0 of the USB mass storage device containing the Desktop ISO image of 14.04 and 15.10 with the alternative isohdpfx_c.bin provides the desired workaround: Holding down Ctrl as the bootstrap code is loaded by the BIOS forces use of drive 0x80 and the ISO

[Bug 1500110] [NEW] 15.10: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
Public bug reported: ubiquity 2.21.31 mount point /tmp/tmp.${RANDOM}/var does not exist Running the manual partitioner on 15.10 kubuntu desktop amd64 for 2015-09-24 this error shows up in the syslog after assigning existing (empty) ext4 LVs for root-fs /home /var /usr/local (no swap assigned)

[Bug 1500110] Re: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
** Summary changed: - 15.10: mount point /tmp/tmp.${RANDOM}/var does not exist + mount point /tmp/tmp.${RANDOM}/var does not exist ** Description changed: ubiquity 2.21.31 mount point /tmp/tmp.${RANDOM}/var does not exist Running the manual partitioner on 15.10 kubuntu desktop amd64

[Bug 1500110] Re: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
** Attachment added: "14.04 partman log" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1500110/+attachment/4476040/+files/partman.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500110

[Bug 1500110] Re: mount point /tmp/tmp.${RANDOM}/var does not exist

2015-09-26 Thread TJ
On 14.04 I re-ran ubiquity in --debug mode. The process stalled with 100% CPU use at around 02:55. I suspect the causeis the non-zero return code from partman-commit: debconf (developer): --> 1 Installing system Sep 27 02:55:31 debconf (filter): --> 0 OK Sep 27 02:55:31 debconf (filter): <--

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-26 Thread TJ
** Description changed: I'm reviving this report since the issue is still present in 14.04 and 15.10 syslinux, which is used in the various flavour hybrid ISOs, via mbr/isohdpfx.{S,bin} The same system I originally reported in comment #30 is still affected. Original upstream

[Bug 277903] Re: Missing Operating System [message at boot]

2015-09-26 Thread TJ
syslinux (3:6.03+dfsg-8ubuntu3) wily; urgency=medium * Revert "Also skipping isohd*x_{c,f}.bin in syslinux-common" (LP: #277903) -- TJ <ubu...@iam.tj> Sat, 26 Sep 2015 18:23:12 +0100 ** Patch added: "Include alternative MBR images in packages" https://bugs.la

[Bug 1496027] [NEW] iwlwifi: Intel 7260 poor performance and disconnects

2015-09-15 Thread TJ
) Importance: Low Assignee: TJ (tj) Status: In Progress ** Attachment added: "Investigation report" https://bugs.launchpad.net/bugs/1496027/+attachment/4465250/+files/Dell_Precision_M3800_iwlwifi_7260.txt ** Changed in: linux (Ubuntu) Assignee: (unassigned) => TJ (tj

[Bug 1328689] Re: ecryptfs-utils does not work with Ubuntu 14.04.2

2015-09-14 Thread TJ
Adding 'sddm' to the affected list after finding this issue when switching from lightdm to sddm (the Kubuntu display manager) on 15.10, and mounting an ecryptfs file-system on external storage using ecryptfs- recover-private. ** Also affects: sddm (Ubuntu) Importance: Undecided Status:

[Bug 1495331] [NEW] WARNING **: [Background] Failed to load background:

2015-09-13 Thread TJ
Public bug reported: On 15.10: ** Message: Starting lightdm-gtk-greeter 2.0.1 (Aug 7 2015, 01:24:18) ... ** (lightdm-gtk-greeter:1205): WARNING **: [Background] Failed to load background: Failed to open file '/usr/share/backgrounds/warty-final-ubuntu.png': No such file or directory **

[Bug 1495336] [NEW] 15:10 Auto-starts Abiword every session due to Telepathy Dbus service

2015-09-13 Thread TJ
Public bug reported: In Kubuntu 15.10, when abiword is installed due to installing Lubuntu- desktop, every log-in with a Plasma session causes an instance of Abiword to start. I've been puzzling over this for several weeks since the Parent PID of the abiword process is 1 - init. Abiword doesn't

[Bug 1495325] [NEW] Use [Seat:*] section for LightDM configuration instead of deprecated [SeatDefaults]

2015-09-13 Thread TJ
Public bug reported: [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.00s] DEBUG: Starting Light Display Manager 1.16.0, UID=0 PID=1118 [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d ... [+0.00s] DEBUG: Loading configuration from

[Bug 1482451] Re: Use [Seat:*] section for LightDM configuration instead of deprecated [SeatDefaults]

2015-09-13 Thread TJ
This message appears in the lightdm log when the greeter session is initialising: [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.00s] DEBUG: Starting Light Display Manager 1.16.0, UID=0 PID=1118 [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d ...

[Bug 1495327] [NEW] The property GtkWidget:* is deprecated and shouldn't be used anymore

2015-09-13 Thread TJ
Public bug reported: On 15.10: ** Message: Starting lightdm-gtk-greeter 2.0.1 (Aug 7 2015, 01:24:18) ... (lightdm-gtk-greeter:1205): GLib-GObject-WARNING **: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version.

[Bug 1495332] Re: 15.10: No keyboard input on startup

2015-09-13 Thread TJ
** Attachment added: "x-0-greeter.log" https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1495332/+attachment/4463485/+files/x-0-greeter.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1495332] Re: 15.10: No keyboard input on startup

2015-09-13 Thread TJ
** Attachment added: "lightdm.log" https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1495332/+attachment/4463486/+files/lightdm.log ** Description changed: Installed via using lubuntu-desktop. kubuntu-desktop also installed. When the greeter first starts there is no

[Bug 1495332] [NEW] 15.10: No keyboard input on startup

2015-09-13 Thread TJ
Public bug reported: Installed via using lubuntu-desktop. kubuntu-desktop also installed. When the greeter first starts there is no keyboard input. It won't even accept Ctrl+Alt+F1 to switch to VT tty1. If the mouse pointer is moved around the focus indicator follows it; hover over the Password

[Bug 1494851] Re: initramfs cryptroot hook script doesn't install cryptsetup if keyfile but no keyscript

2015-09-13 Thread TJ
Instead of simply warning the user I've developed an alternative approach which does away with the problem entirely. In this solution I alter the initramfs 'cryptroot' script to support unlock using the keyfile. Currently it will only do that if supported by a keyscript but the two are actually

[Bug 1494851] Re: initramfs cryptroot hook script doesn't install cryptsetup if keyfile but no keyscript

2015-09-13 Thread TJ
** Changed in: cryptsetup (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1494851 Title: initramfs cryptroot hook script doesn't install cryptsetup if

[Bug 1321958] Re: resize2fs does not start to actually grow an ext4

2015-09-11 Thread TJ
Increasing importance due to possible denial-of-service during a resize of large 'complex' file-systems. In this case both reports using DM RAID 6. ** Changed in: e2fsprogs (Ubuntu) Importance: Undecided => High ** Changed in: e2fsprogs (Ubuntu) Status: Confirmed => Triaged -- You

[Bug 1494851] [NEW] initramfs cryptroot hook script doesn't install cryptsetup if keyfile but no keyscript

2015-09-11 Thread TJ
, but no keyscript is set. Please ensure there is also a typed pass-phrase set. ** Affects: cryptsetup (Ubuntu) Importance: Undecided Assignee: TJ (tj) Status: In Progress ** Patch added: "Proposed fix" https://bugs.launchpad.net/bugs/1494851/+attachment/4461428/+files

[Bug 1440129] Re: Customisation of initramfs cryptroot script break script ORDER

2015-09-11 Thread TJ
** Changed in: cryptsetup (Ubuntu) Status: New => Triaged ** Changed in: cryptsetup (Ubuntu) Importance: Undecided => High ** Changed in: cryptsetup (Ubuntu) Assignee: (unassigned) => TJ (tj) -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1494626] [NEW] 12:04: resize2fs: Ignores size suffix

2015-09-11 Thread TJ
Public bug reported: "man resize2fs" states "Optionally, the size parameter may be suffixed by one of the following the units designators: 's', 'K', 'M', or 'G', for 512 byte sectors, kilobytes, megabytes, or gigabytes, respectively." In practice the suffix appears to be ignored. $ sudo

[Bug 1494625] [NEW] 12:04: resize2fs: unclear/incorrect units in size report

2015-09-11 Thread TJ
Public bug reported: 'man resize2fs' claims "If no units are specified, the units of the size parameter shall be the filesystem blocksize of the filesystem" but makes no mention of the units used in the minimum size report. The tool itself makes no mention of units. Many users would assume the

[Bug 1494851] Re: initramfs cryptroot hook script doesn't install cryptsetup if keyfile but no keyscript

2015-09-11 Thread TJ
** Description changed: When crypttab specifies a key-file for the container of the root file- system but there is no keyscript= option no cryptsetup support is installed in the initrd.img. Currently the cryptroot initramfs hook script knows its a problem and will report:

[Bug 1491988] Re: 15.10: BT Command List not created: bluetooth:__hci_req_sync:298: hci1 end: err -ETIMEDOUT

2015-09-10 Thread TJ
The actual problem is -ETIMEDOUT. I'm doing git-bisect to find the offending commit(s). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491988 Title: 15.10: BT Command List not created:

[Bug 1491988] Re: 15.10: Multiple Bluetooth controllers not found

2015-09-09 Thread TJ
Another log, this time capturing the module, function, line-number and message. Sep 10 00:52:44 hephaestion kernel: [23623.022036] bluetooth:hci_cmd_work:4358: hci1 cmd_cnt 1 cmd queued 4 Sep 10 00:52:44 hephaestion kernel: [23623.022044] bluetooth:hci_send_frame:3494: hci1 type 1 len 3 Sep 10

<    3   4   5   6   7   8   9   10   11   12   >