[Bug 1732034] Re: Microphone headset isn't detected with Intel Skull Canyon NUC

2017-11-19 Thread Kai-Heng Feng
https://lkml.org/lkml/2017/11/20/70

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

Title:
  Microphone headset isn't detected with Intel Skull Canyon NUC

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

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

[Bug 1550779] Re: [i915]] *ERROR* CPU pipe A FIFO underrun - Xorg glitches

2017-11-19 Thread Urmet Jänes
I started seeing computer lockups with kernel 4.13.0 reporting a "fifo
underrun on pipe B" when a multiple monitor setup enters power save
state. It's nearly 100% reproducible. No issues with just the laptop
screen, without an external monitor.

I've just upgraded to 17.10. As 4.13.2 is reported to resolve some
issues above, is is on the way to the distros?

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

Title:
  [i915]] *ERROR* CPU pipe A FIFO underrun - Xorg glitches

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

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

[Bug 1733230] Re: 'zfs recv' hangs when receiving from a FreeBSD zfs

2017-11-19 Thread Patrick Meyer
Hmm, using an untested Ubuntu ZOL or even building my own ZOL is not
really why I want to use Ubuntu ;) I understand that this is a Problem
caused by Open-ZFS, you should consider backporting that ZOL patch to
make migration to Ubuntu easier though.

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

Title:
  'zfs recv' hangs when receiving from a FreeBSD zfs

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

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

[Bug 1733275] Re: gnome-shell crashed with signal 5 in g_log_default_handler()

2017-11-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1732878 ***
https://bugs.launchpad.net/bugs/1732878

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1732878, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1733275/+attachment/5011530/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1733275/+attachment/5011532/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1733275/+attachment/5011535/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1733275/+attachment/5011536/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1733275/+attachment/5011537/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1733275/+attachment/5011538/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1733275/+attachment/5011539/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1732878
   gnome-shell crashed with signal 5 in g_log_default_handler()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell crashed with signal 5 in g_log_default_handler()

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

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

[Bug 1733276] [NEW] Cannot resize partitions on NVME devices due to bad device name parsing

2017-11-19 Thread Trent Lloyd
Public bug reported:

It is not possible to resize NVME partitions in the Ubiquity installer.
This appears to affect multiple filesystem types including NTFS and
ext4.

NVME devices have an unusual device format, specifically e.g.
/dev/nvme0n1p1 that has two 'sections' that potentially look like
partitions.

Based on the error message, it seems that this device name is being
parsed incorrectly and it attempts to use the device path /dev/nvme0n1
instead of /dev/nvme0n1p1

You can test this using qemu and a virtual NVME device.  If you toggle
the same device/partition between a virtual SCSI/IDE and an NVME device
- the issue appears and disappears.

Commands you can use to replicate the issue - unpack netboot.tar.gz into
the local directory and then

dd if=/dev/zero of=nvme.disk bs=1M count=16384

NVME:
qemu-system-x86_64 -drive file=nvme.disk,if=none,id=drv0,format=raw -device 
nvme,drive=drv0,serial=foo -enable-kvm -smp 2 -m 1024 -kernel 
xenial/ubuntu-installer/amd64/linux -initrd 
xenial/ubuntu-installer/amd64/initrd.gz

SCSI:
qemu-system-x86_64 -drive file=nvme.disk,if=none,id=drv0,format=raw  -device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x7,drive=drv0,id=virtio-disk0,bootindex=1
  -enable-kvm -smp 2 -m 1024 -kernel ubuntu-installer/amd64/linux -initrd 
ubuntu-installer/amd64/initrd.gz

** Affects: debian-installer (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/1733276

Title:
  Cannot resize partitions on NVME devices due to bad device name
  parsing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1733276/+subscriptions

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

[Bug 1728012] Re: Many 3rd party scanner drivers are broken by a sane change

2017-11-19 Thread staedtler-przyborski
@Luca

Bingo

udevadm test /devices/pci:00/:00:1d.7/usb2/2-4'

shows:

'Invalid rule /etc/udev/rules.d/60-brother-libsane-type1.rules:17:
unknown key 'SYSFS{idVendor}'

So consequently your device is configured as printer-only:

RUN '/lib/udev/tlp-usb-udev %p' /lib/udev/rules.d/85-tlp.rules:10
handling device node '/dev/bus/usb/002/003', devnum=c189:130, mode=0664, uid=0, 
gid=7
preserve permissions /dev/bus/usb/002/003, 020664, uid=0, gid=7
preserve already existing symlink '/dev/char/189:130' to '../bus/usb/002/003'
ACTION=add
BUSNUM=002
DEVNAME=/dev/bus/usb/002/003
DEVNUM=003
DEVPATH=/devices/pci:00/:00:1d.7/usb2/2-4
DEVTYPE=usb_device
DRIVER=usb
ID_BUS=usb
ID_FOR_SEAT=usb-pci-_00_1d_7-usb-0_4
ID_MODEL=MFC-1910W
ID_MODEL_ENC=MFC-1910W
ID_MODEL_FROM_DATABASE=MFC-1910W
ID_MODEL_ID=035d
ID_PATH=pci-:00:1d.7-usb-0:4
ID_PATH_TAG=pci-_00_1d_7-usb-0_4
ID_REVISION=0100
ID_SERIAL=Brother_MFC-1910W_E74244J6N463385
ID_SERIAL_SHORT=E74244J6N463385
ID_USB_INTERFACES=:070102:ff:
ID_VENDOR=Brother
ID_VENDOR_ENC=Brother
ID_VENDOR_FROM_DATABASE=Brother Industries, Ltd
ID_VENDOR_ID=04f9
MAJOR=189
MINOR=130
PRODUCT=4f9/35d/100
SUBSYSTEM=usb
SYSTEMD_WANTS=udev-configure-printer@-devices-pci:00-:00:1d.7-usb2-2\x2d4.service
 printer.target
TAGS=:systemd:uaccess:seat:udev-configure-printer:
TYPE=0/0/0
USEC_INITIALIZED=4000906
libsane_matched=yes
run: 'uaccess'
run: '/lib/udev/tlp-usb-udev /devices/pci:00/:00:1d.7/usb2/2-4'

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

Title:
  Many 3rd party scanner drivers are broken by a sane change

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

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

[Bug 1718364] Re: Character Map window picture missing in help

2017-11-19 Thread corrado venturini
Problem disappeared with gucharmap 1:10.0.3-1
corrado@corrado-p6-bb-1114:~$ apt policy gucharmap
gucharmap:
  Installed: 1:10.0.3-1
  Candidate: 1:10.0.3-1
  Version table:
 *** 1:10.0.3-1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
corrado@corrado-p6-bb-1114:~$

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

Title:
  Character Map window picture missing in help

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

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

[Bug 1733230] Re: 'zfs recv' hangs when receiving from a FreeBSD zfs

2017-11-19 Thread Fabian Grünbichler
but, upgrading ZFS to 0.7.x would fix it on the receiving side, so that
might be an option for you ;)

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

Title:
  'zfs recv' hangs when receiving from a FreeBSD zfs

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

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

[Bug 1733230] Re: 'zfs recv' hangs when receiving from a FreeBSD zfs

2017-11-19 Thread Fabian Grünbichler
see https://github.com/zfsonlinux/zfs/pull/6616 for the fix in ZFS on
Linux 0.7.3 (on the sender side). not yet backported to Open-ZFS, and
thus not in FreeBSDs ZFS either.

this is not really a bug in ZFS on the receiver side, it was an
accidental break of backwards compatibility.

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

Title:
  'zfs recv' hangs when receiving from a FreeBSD zfs

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2017-11-19 Thread skipper
I also have it with Intel integrated graphics on both of my desktops,
connecting through DisplayPort. I hope this will help to find the
problem. But if its the display cable type, how come that there are only
few occurrences of the bug?

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1715271] Re: Middle button of trackpoint doesn't work

2017-11-19 Thread AaronMa
** Changed in: hwe-next
   Status: In Progress => Fix Committed

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

Title:
  Middle button of trackpoint doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1715271/+subscriptions

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

[Bug 1728012] Re: Many 3rd party scanner drivers are broken by a sane change

2017-11-19 Thread luca.mg
Good monday Staedtler, here it is. Regards, Luca

'sane-find-scanner' gave 'found USB scanner (vendor=0x04f9 [Brother], 
product=0x035d [MFC-1910W]) at libusb:002:003' 
-
'udevadm info -a /dev/bus/usb/002/003' gave

  looking at device '/devices/pci:00/:00:1d.7/usb2/2-4':
KERNEL=="2-4"
SUBSYSTEM=="usb"
DRIVER=="usb"
ATTR{authorized}=="1"
ATTR{avoid_reset_quirk}=="0"
ATTR{bConfigurationValue}=="1"
ATTR{bDeviceClass}=="00"
ATTR{bDeviceProtocol}=="00"
ATTR{bDeviceSubClass}=="00"
ATTR{bMaxPacketSize0}=="64"
ATTR{bMaxPower}=="2mA"
ATTR{bNumConfigurations}=="1"
ATTR{bNumInterfaces}==" 3"
ATTR{bcdDevice}=="0100"
ATTR{bmAttributes}=="c0"
ATTR{busnum}=="2"
ATTR{configuration}==""
ATTR{devnum}=="3"
ATTR{devpath}=="4"
ATTR{idProduct}=="035d"
ATTR{idVendor}=="04f9"
ATTR{ltm_capable}=="no"
ATTR{manufacturer}=="Brother"
ATTR{maxchild}=="0"
ATTR{product}=="MFC-1910W"
ATTR{quirks}=="0x0"
ATTR{removable}=="unknown"
ATTR{serial}=="E74244J6N463385"
ATTR{speed}=="480"
ATTR{urbnum}=="22"
ATTR{version}==" 2.00"

  looking at parent device '/devices/pci:00/:00:1d.7/usb2':
KERNELS=="usb2"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{authorized}=="1"
ATTRS{authorized_default}=="1"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{bConfigurationValue}=="1"
ATTRS{bDeviceClass}=="09"
ATTRS{bDeviceProtocol}=="00"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bMaxPacketSize0}=="64"
ATTRS{bMaxPower}=="0mA"
ATTRS{bNumConfigurations}=="1"
ATTRS{bNumInterfaces}==" 1"
ATTRS{bcdDevice}=="0413"
ATTRS{bmAttributes}=="e0"
ATTRS{busnum}=="2"
ATTRS{configuration}==""
ATTRS{devnum}=="1"
ATTRS{devpath}=="0"
ATTRS{idProduct}=="0002"
ATTRS{idVendor}=="1d6b"
ATTRS{interface_authorized_default}=="1"
ATTRS{ltm_capable}=="no"
ATTRS{manufacturer}=="Linux 4.13.0-16-generic ehci_hcd"
ATTRS{maxchild}=="6"
ATTRS{product}=="EHCI Host Controller"
ATTRS{quirks}=="0x0"
ATTRS{removable}=="unknown"
ATTRS{serial}==":00:1d.7"
ATTRS{speed}=="480"
ATTRS{urbnum}=="178"
ATTRS{version}==" 2.00"

  looking at parent device '/devices/pci:00/:00:1d.7':
KERNELS==":00:1d.7"
SUBSYSTEMS=="pci"
DRIVERS=="ehci-pci"
ATTRS{broken_parity_status}=="0"
ATTRS{class}=="0x0c0320"
ATTRS{companion}==""
ATTRS{consistent_dma_mask_bits}=="32"
ATTRS{d3cold_allowed}=="1"
ATTRS{device}=="0x3a3a"
ATTRS{dma_mask_bits}=="32"
ATTRS{driver_override}=="(null)"
ATTRS{enable}=="1"
ATTRS{irq}=="23"
ATTRS{local_cpulist}=="0-3"
ATTRS{local_cpus}=="f"
ATTRS{msi_bus}=="1"
ATTRS{numa_node}=="-1"
ATTRS{revision}=="0x00"
ATTRS{subsystem_device}=="0x82d4"
ATTRS{subsystem_vendor}=="0x1043"
ATTRS{uframe_periodic_max}=="100"
ATTRS{vendor}=="0x8086"

  looking at parent device '/devices/pci:00':
KERNELS=="pci:00"
SUBSYSTEMS==""
DRIVERS==""
-
'udevadm test /devices/pci:00/:00:1d.7/usb2/2-4' gave 

=== trie on-disk ===
tool version:  234
file size: 9138057 bytes
header size 80 bytes
strings1910865 bytes
nodes  7227112 bytes
Load module index
Failed to read $container of PID 1, ignoring: Permission denied
Found container virtualization none.
timestamp of '/etc/systemd/network' changed
timestamp of '/lib/systemd/network' changed
Parsed configuration file /lib/systemd/network/99-default.link
Created link configuration context.
timestamp of '/etc/udev/rules.d' changed
Reading rules file: /lib/udev/rules.d/39-usbmuxd.rules
Reading rules file: /lib/udev/rules.d/40-usb-media-players.rules
Reading rules file: /lib/udev/rules.d/40-usb_modeswitch.rules
Reading rules file: /lib/udev/rules.d/40-vm-hotadd.rules
Reading rules file: /lib/udev/rules.d/50-apport.rules
Reading rules file: /lib/udev/rules.d/50-firmware.rules
Reading rules file: /lib/udev/rules.d/50-udev-default.rules
Reading rules file: /lib/udev/rules.d/55-dm.rules
Reading rules file: /lib/udev/rules.d/55-ippusbxd.rules
Reading rules file: /lib/udev/rules.d/60-block.rules
Reading rules file: /etc/udev/rules.d/60-brother-libsane-type1.rules
Invalid rule /etc/udev/rules.d/60-brother-libsane-type1.rules:17: unknown key 
'SYSFS{idVendor}'
Reading rules file: /lib/udev/rules.d/60-cdrom_id.rules
Reading rules file: /lib/udev/rules.d/60-crda.rules
Reading rules file: /lib/udev/rules.d/60-drm.rules
Reading rules file: /lib/udev/rules.d/60-evdev.rules
Reading rules file: /lib/udev/rules.d/60-gnupg2.rules
Reading rules file: /lib/udev/rules.d/60-input-id.rules
Reading rules file: /lib/udev/rules.d/60-inputattach.rules
Reading rules file: /lib/udev/rules.d/60-libgphoto2-6.rules
Reading rules file: /lib/udev/rules.d/60-libsane.rules

[Bug 1733271] [NEW] Mutter does not run on X11

2017-11-19 Thread Owais Lone
Public bug reported:

On Ubuntu 17.10 Gnome Shell does not start on X11 session. Trying to run
Ubuntu on X from GDM results in a black screen and a border less geary
window (startup application). Gnome shell/mutter never starts.

Same things happens with Budgie desktop which uses mutter as well.

I'm able to run mate and cinnamon on X11 perfectly fine but GnomeShell
and Budgie only run on Wayland.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: mutter 3.26.2-0ubuntu0.1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.4
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Nov 20 11:07:11 2017
InstallationDate: Installed on 2017-11-19 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  Mutter does not run on X11

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

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

[Bug 1711337] Re: Firefox crashes at start on armv7L after 55.0.1 update

2017-11-19 Thread Jang Ryeol
57 on 17.10 does not work either.

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

Title:
  Firefox crashes at start on armv7L after 55.0.1 update

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

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

Re: [Bug 1724639] Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen

2017-11-19 Thread Kai-Heng Feng
Next one is here:
http://people.canonical.com/~khfeng/lp1724639-3/

Current `git bisect log`:

git bisect start
# good: [6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c] Linux 4.12
git bisect good 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c
# bad: [5771a8c08880cdca3bfb4a3fc6d309d6bba20877] Linux v4.13-rc1
git bisect bad 5771a8c08880cdca3bfb4a3fc6d309d6bba20877
# good: [e5f76a2e0e84ca2a215ecbf6feae88780d055c56] Merge branch 'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
git bisect good e5f76a2e0e84ca2a215ecbf6feae88780d055c56
# good: [bd78acad8e866e1167f9de97c9b090ee6c2c96a7] parisc: move generic-y of 
exported headers to uapi/asm/Kbuild
git bisect good bd78acad8e866e1167f9de97c9b090ee6c2c96a7


> On 16 Nov 2017, at 3:58 AM, Ian Bruntlett  wrote:
> 
> Hi,
> 
> On 14 November 2017 at 07:22, Kai-Heng Feng 
> wrote:
> 
>> Sorry for the late reply, please try this kernel,
>> 
>> http://people.canonical.com/~khfeng/lp1724639-2/
> 
> 
> No problem. These are the files I downloaded:-
> total 58M
> -rw-rw-r-- 1 ian ian 936K Nov 15 18:37
> linux-firmware-image-4.12.0_4.12.0-4_i386.deb
> -rw-rw-r-- 1 ian ian  11M Nov 15 18:37
> linux-headers-4.12.0_4.12.0-4_i386.deb
> -rw-rw-r-- 1 ian ian  46M Nov 15 18:37 linux-image-4.12.0_4.12.0-4_i386.deb
> 
> To work out which kernel was being installed I did:-
> dpkg-deb -c linux-image-4.12.0_4.12.0-4_i386.deb
> 
> Looks like kernel '4.12' is being installed.
> 
> Booted system with kernel 4.12. The graphics problem did _not_ occur.
> Did uname -a. Got:-
> Linux hawking 4.12.0 #4 SMP Fri Nov 10 04:04:10 EST 2017 i686 i686 i686
> GNU/Linux
> 
> IDEA. Given that setting the GRUB environment variable
> GRUB_GFXPAYLOAD_LINUX to text solves the problem, could this be happening:-
> * That GRUB is doing something different with its handling of graphics
> * That the Kernel's graphic driver is taking advantage of some graphics
> mode setting that GRUB was doing before, but now no longer does?
> 
> HTH :)
> 
> 
> Ian
> 
> -- 
> -- ACCU - Professionalism in programming - http://www.accu.org
> -- My writing - https://sites.google.com/site/ianbruntlett/
> -- Free Software page -
> https://sites.google.com/site/ianbruntlett/home/free-software
> 
> -- 
> You received this bug notification because you are subscribed to linux
> in Ubuntu.
> https://bugs.launchpad.net/bugs/1724639
> 
> Title:
>  Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen
> 
> Status in linux package in Ubuntu:
>  Confirmed
> Status in openSUSE:
>  Unknown
> 
> Bug description:
>  Installed O.S. on Samsung NC10. Display worked O.K. in text mode so
>  the install went smoothly. When the system is rebooted, however,
>  switching to graphics mode results in the below described screen
>  corruption:-
> 
>  Left  Hand Side 80% of screen black with a blue of white pixels and some 
> blue lines at the top
>  Right Hand Side 20% of screen OK.
> 
>  ProblemType: Bug
>  DistroRelease: Ubuntu 17.10
>  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
>  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
>  Uname: Linux 4.13.0-16-generic i686
>  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
> k4.13.0-16-generic.
>  AplayDevices:
>    List of PLAYBACK Hardware Devices 
>   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
>  ApportVersion: 2.20.7-0ubuntu3
>  Architecture: i386
>  ArecordDevices:
>    List of CAPTURE Hardware Devices 
>   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
>  AudioDevicesInUse:
>   USERPID ACCESS COMMAND
>   /dev/snd/controlC0:  ian 918 F pulseaudio
>  Card0.Amixer.info:
>   Card hw:0 'Intel'/'HDA Intel at 0xf034 irq 25'
> Mixer name: 'Realtek ALC272'
> Components: 'HDA:10ec0272,144dca00,0011'
> Controls  : 25
> Simple ctrls  : 12
>  CurrentDesktop: LXDE
>  Date: Wed Oct 18 18:30:15 2017
>  HibernationDevice: RESUME=UUID=c54e130e-6625-4d96-ba75-4efaa6a9da75
>  InstallationDate: Installed on 2017-10-18 (0 days ago)
>  InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release i386 
> (20171017.1)
>  MachineType: SAMSUNG ELECTRONICS CO., LTD. NC10
>  ProcFB: 0 inteldrmfb
>  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
> root=UUID=d74a58ab-e96e-4531-a2eb-13f0d1610658 ro quiet splash vt.handoff=7
>  RelatedPackageVersions:
>   linux-restricted-modules-4.13.0-16-generic N/A
>   linux-backports-modules-4.13.0-16-generic  N/A
>   linux-firmware 1.169
>  SourcePackage: linux
>  UpgradeStatus: No upgrade log present (probably fresh install)
>  dmi.bios.date: 04/14/2009
>  dmi.bios.vendor: Phoenix Technologies Ltd.
>  dmi.bios.version: 07CA.M002.20090414.KTW
>  dmi.board.name: NC10
>  dmi.board.vendor: SAMSUNG 

[Bug 1709667] Re: Missing desktop scaling slider in system settings

2017-11-19 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Missing desktop scaling slider in system settings

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

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

[Bug 1718313] Re: Rebase to upstream required

2017-11-19 Thread Launchpad Bug Tracker
[Expired for bacula (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bacula (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Rebase to upstream required

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

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

[Bug 1718220] Re: al the Commands Diddent work

2017-11-19 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  al the Commands Diddent work

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

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

[Bug 1718140] Re: package youtube-dl 2017.05.18.1-1 failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de erro 1

2017-11-19 Thread Launchpad Bug Tracker
[Expired for youtube-dl (Ubuntu) because there has been no activity for
60 days.]

** Changed in: youtube-dl (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package youtube-dl 2017.05.18.1-1 failed to install/upgrade: sub-
  processo script pre-removal instalado retornou estado de saída de erro
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/youtube-dl/+bug/1718140/+subscriptions

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

[Bug 1709121] Re: error line 53 cant be read or open files wont upgrade or sign in ubuntu

2017-11-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  error line 53 cant be read or open files wont upgrade or sign in
  ubuntu

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

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

[Bug 1690684] Re: samba panic

2017-11-19 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  samba panic

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

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

[Bug 1715088] Re: Virtual box hangs, kernel BUG at /build/linux-nhaT8l/linux-4.10.0/drivers/nvme/host/pci.c:567

2017-11-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Virtual box hangs, kernel BUG at /build/linux-
  nhaT8l/linux-4.10.0/drivers/nvme/host/pci.c:567

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

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

[Bug 1710716] Re: kernel-oops Bad page state in process sh

2017-11-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  kernel-oops Bad page state in process sh

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

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

[Bug 1716564] Re: BT 4.0 not working

2017-11-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  BT 4.0 not working

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

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

[Bug 1709128] Re: Selection problem when setting up partition on SATA drive with NVME drive present

2017-11-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Selection problem when setting up partition on SATA drive with NVME
  drive present

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

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

[Bug 1718420] Re: install failiure

2017-11-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  install failiure

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

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

[Bug 1718112] Re: package clamav-base 0.99.2+dfsg-6ubuntu0.1 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2017-11-19 Thread Launchpad Bug Tracker
[Expired for clamav (Ubuntu) because there has been no activity for 60
days.]

** Changed in: clamav (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package clamav-base 0.99.2+dfsg-6ubuntu0.1 failed to install/upgrade:
  podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

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

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

[Bug 1718503] Re: package liblwres141:amd64 1:9.10.3.dfsg.P4-10.1ubuntu5.2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurat

2017-11-19 Thread Launchpad Bug Tracker
[Expired for bind9 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bind9 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package liblwres141:amd64 1:9.10.3.dfsg.P4-10.1ubuntu5.2 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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

[Bug 1717801] Re: remove diaspora and diaspora-installer, incomplete installation

2017-11-19 Thread Launchpad Bug Tracker
[Expired for diaspora (Ubuntu) because there has been no activity for 60
days.]

** Changed in: diaspora (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  remove diaspora and diaspora-installer, incomplete installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/courier-filter-perl/+bug/1717801/+subscriptions

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

[Bug 1717801] Re: remove diaspora and diaspora-installer, incomplete installation

2017-11-19 Thread Launchpad Bug Tracker
[Expired for diaspora-installer (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: diaspora-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  remove diaspora and diaspora-installer, incomplete installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/courier-filter-perl/+bug/1717801/+subscriptions

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

[Bug 1717833] Re: package mysql-server-5.7 5.7.19-0ubuntu0.16.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-11-19 Thread Launchpad Bug Tracker
[Expired for mysql-5.7 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.7 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server-5.7 5.7.19-0ubuntu0.16.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1717833/+subscriptions

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

[Bug 1718535] Re: apt can't find files on dvd

2017-11-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  apt can't find files on dvd

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

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

[Bug 1692538] Re: Ubuntu 16.04.02: ibmveth: Support to enable LSO/CSO for Trunk VEA

2017-11-19 Thread Daniel Axtens
Hi Bryant,

So, to be crystal clear, IBM's position is if customers are using this
setup, that they should set the MTU in their AIX partitions to 1500? (or
9000 if using jumbo frames)

Is this documented anywhere on your website that we can point users to?

I ask because I have asked one of your customers/our users to do this in
a support context and they were unhappy about the performance impact. So
if this is the official line, can we have some official documentation of
it?

Regards,
Daniel

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

Title:
  Ubuntu 16.04.02: ibmveth: Support to enable LSO/CSO for Trunk VEA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1692538/+subscriptions

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

[Bug 1733264] [NEW] package postgresql-doc-9.5 9.5.10-0ubuntu0.16.04 failed to install/upgrade: не удалось открыть «/usr/share/doc/postgresql-doc-9.5/changelog.Debian.gz.dpkg-new»: Операция не позволе

2017-11-19 Thread chtcherba
Public bug reported:

-

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: postgresql-doc-9.5 9.5.10-0ubuntu0.16.04
ProcVersionSignature: Ubuntu 4.13.0-17.20~16.04.1-generic 4.13.8
Uname: Linux 4.13.0-17-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.1-0ubuntu2.12
Architecture: amd64
Date: Wed Nov 15 06:52:06 2017
Dependencies:
 
ErrorMessage: не удалось открыть 
«/usr/share/doc/postgresql-doc-9.5/changelog.Debian.gz.dpkg-new»: Операция не 
позволена
InstallationDate: Installed on 2016-03-29 (600 days ago)
InstallationMedia: Ubuntu-Server 14.04.3 LTS "Trusty Tahr" - Beta amd64 
(20150805)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.25
SourcePackage: postgresql-9.5
Title: package postgresql-doc-9.5 9.5.10-0ubuntu0.16.04 failed to 
install/upgrade: не удалось открыть 
«/usr/share/doc/postgresql-doc-9.5/changelog.Debian.gz.dpkg-new»: Операция не 
позволена
UpgradeStatus: Upgraded to xenial on 2016-05-12 (556 days ago)

** Affects: postgresql-9.5 (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/1733264

Title:
  package postgresql-doc-9.5 9.5.10-0ubuntu0.16.04 failed to
  install/upgrade: не удалось открыть «/usr/share/doc/postgresql-
  doc-9.5/changelog.Debian.gz.dpkg-new»: Операция не позволена

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.5/+bug/1733264/+subscriptions

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

[Bug 1731715] Re: Add multiarch metadata to libibverbs1

2017-11-19 Thread Derek Gasaway
Thanks!

If I recall correctly, there was advice somewhere to file a bug first
against the distro I actually use, rather than upstream. And then file
against upstream if advised by maintainers.

Also, the problem with multiarch is that it requires the entire
dependency chain to be multiarch to work correctly, so even almost-
obsolete packages have to be updated if useful software depends on them
and also needs multiarch.

About using rdma-core, would that be something to ask the (package that
depends on this package)'s maintainer to change?

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

Title:
  Add multiarch metadata to libibverbs1

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

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

[Bug 1733203] Re: ^@ about twice a second in active pure terminal (affects some UI). Fail to shutdown properly.

2017-11-19 Thread Kai-Heng Feng
I guess this issue is gone once you remove peaq-wmi?

$ sudo modprobe -r peaq-wmi

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

Title:
  ^@ about twice a second in active pure terminal (affects some UI).
  Fail to shutdown properly.

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2017-11-19 Thread Max Mraz
I turned off extensions using the Tweaks app for Gnome but the problem still 
occurs, whether I turn off the monitor or let it enter standby. It does not 
occur, however, if I connect the monitor through HDMI (I normally use 2 
monitors--one through DisplayPort and one through Thunderbolt 3 to DisplayPort, 
both of which cause the problem).
Intel HD Graphics 630 (Kaby Lake GT2)
driver=i915 according to lshw -c display

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1309709] Re: galternatives cannot add or choose alternatives

2017-11-19 Thread mmyfl
** Changed in: galternatives (Ubuntu)
   Status: Confirmed => 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/1309709

Title:
  galternatives cannot add or choose alternatives

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

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

[Bug 1729671] Re: rabbitmq-server package of version 3.6.x for trusty/xenial

2017-11-19 Thread Nagendra Prasath
Issue seems to be inconsistent and possibly related to
https://github.com/rabbitmq/rabbitmq-server/issues/714

Could you please confirm that below is an official distribution?
As per https://www.rabbitmq.com/install-debian.html
https://packagecloud.io/rabbitmq/rabbitmq-server/packages/ubuntu/trusty/rabbitmq-server_3.6.14-1_all.deb

** Bug watch added: github.com/rabbitmq/rabbitmq-server/issues #714
   https://github.com/rabbitmq/rabbitmq-server/issues/714

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

Title:
  rabbitmq-server package of version 3.6.x for trusty/xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1729671/+subscriptions

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

[Bug 1728565] Re: Desktop (screen) corrupted after upgrade to 17.10

2017-11-19 Thread Kai-Heng Feng
Same on as LP: #1724639?

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

Title:
  Desktop (screen) corrupted after upgrade to 17.10

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

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

[Bug 1730762] Re: 17.10 - suspend/resume failure

2017-11-19 Thread Kai-Heng Feng
Please find the last working kernel and first non-working kernel in
http://kernel.ubuntu.com/~kernel-ppa/mainline/.

You don't need to try stable releases (vX.Y.Z). You only need to try
vX.Y or vX.Y-rc* releases.

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

Title:
  17.10 - suspend/resume failure

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

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

[Bug 1562333] Re: iptstate assert failure: *** Error in `iptstate': munmap_chunk(): invalid pointer: 0x000000000193c990 ***

2017-11-19 Thread Eliezer Croitoru
Seems like it works for me.

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

Title:
  iptstate assert failure: *** Error in `iptstate': munmap_chunk():
  invalid pointer: 0x0193c990 ***

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

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

[Bug 278107] Re: Eye of Gnome never re-uses old instances

2017-11-19 Thread Bug Watch Updater
** Changed in: eog
   Status: New => Confirmed

** Changed in: eog
   Importance: Low => Wishlist

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

Title:
  Eye of Gnome never re-uses old instances

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

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

[Bug 1710494] Re: 17.10: package Audacity 2.1.3?

2017-11-19 Thread Bug Watch Updater
** Changed in: audacity (Debian)
   Status: Fix Committed => 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/1710494

Title:
  17.10: package Audacity 2.1.3?

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

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

[Bug 1732424] Re: Surface Pro 4. System hangs when suspended or hibernated

2017-11-19 Thread Kai-Heng Feng
Can you attach the output of `cat /sys/power/mem_sleep`?

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

Title:
  Surface Pro 4. System hangs when suspended or hibernated

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

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

[Bug 1732651] Re: lttng-smoke-test failed on Xenial s390x

2017-11-19 Thread Po-Hsu Lin
Thanks for debugging this and the detailed information, Colin!
I will take this is a green light for the test result.

Since we only have a few systems that won't be re-deployed, I will try
to run the sed command next time when encounter this again.


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

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

Title:
  lttng-smoke-test failed on Xenial s390x

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

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

[Bug 1729030] Re: [regression] Kernel crash in bluetooth with Bose QC35

2017-11-19 Thread Kai-Heng Feng
Can you provide full dmesg?

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

Title:
  [regression] Kernel crash in bluetooth with Bose QC35

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

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

[Bug 1733260] Re: package linux-image-4.4.0-98-generic 4.4.0-98.121~14.04.1 failed to install/upgrade: package linux-image-4.4.0-98-generic is not ready for configuration cannot configure (current sta

2017-11-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-4.4.0-98-generic 4.4.0-98.121~14.04.1 failed to
  install/upgrade: package linux-image-4.4.0-98-generic is not ready for
  configuration  cannot configure (current status `half-installed')

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

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

[Bug 1520965] Re: Lenovo Helix does not wake up from suspend

2017-11-19 Thread Christopher M. Penalver
Christian List, please use Ubuntu via http://cdimage.ubuntu.com/daily-
live/current/ and report using it.

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

Title:
  Lenovo Helix does not wake up from suspend

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

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

[Bug 1731264] Re: linux: 4.4.0-101.124 -proposed tracker

2017-11-19 Thread Po-Hsu Lin
4.4.0-101.124 - generic
Regression test CMPL.

Issue to note in amd64:
  ubuntu_kvm_unit_tests - 20 failed on michael, 50 failed on secchi, 30 failed 
on pepe, 31 failed on amaura
  xfstests - btrfs generic/166 timed out, bug 1731455

Issue to note in arm64:
  rtc - Update IRQs not supported on wright
  ubuntu_docker_smoke_test - Failed to fetch file, looks like a firewall issue
  ubuntu_kvm_smoke_test - Failed to fetch file, looks like a firewall issue
  ubuntu_kvm_unit_tests - pmu, gicv2-ipi, gicv2-active failed
  ubuntu_zfs_xfs_generic - failed with test 079, bug 1732370

Issue to note in i386:
  ubuntu_kvm_unit_tests - 5 failed on pepe (smap, hypercall, msr, tsc, 
taskswitch2)
  xfstests - xfs eat up all free space, bug 1720343

Issue to note in ppc64le:
  rtc - Update IRQs not supported.
  ubuntu_kvm_smoke_test - uvtool issue, bug 1452016
  ubuntu_kvm_unit_tests - spapr_hcall failed (bug 1712803), sprs failed (bug 
1723904), emulator failed (bug 1723914)
  xfstests - btrfs generic/166 timed out, bug 1731455

Issue to note in s390x (Ubuntu on LPAR):
  aio_dio_bugs - event res -22, bug 1730895
  libhugetlbfs - 11 failed (Address is not hugepage, Heap not on hugepages, 
small_const/small_data is not hugepage), 7 killed by signal, 1 bad config
  scrashme - failed to build, bug 168924
  ubuntu_ecryptfs - miscdev-bad-count.sh.xfs ~ namelen.sh failed (28 failed)
  ubuntu_kvm_smoke_test - uvtool issue, bug 1452016
  ubuntu_lttng_smoke_test - DKMS issue, bug 1732651, passed with module rebuild
  ubuntu_lxc - lxc-test-ubuntu failed (Failed to start networking in 
ubuntu-cloud container), lxc-test-unpriv failed (bug 1730915, 1730926)

Issue to note in s390x (zKVM):
  aio_dio_bugs - event res -22, bug 1730895
  libhugetlbfs - 11 failed (Address is not hugepage, Heap not on hugepages, 
small_const/small_data is not hugepage), 7 killed by signal, 1 bad config
  scrashme - failed to build, bug 168924
  ubuntu_ecryptfs - miscdev-bad-count.sh.xfs ~ namelen.sh failed (28 failed)
  ubuntu_kvm_smoke_test - uvtool issue, bug 1452016
  ubuntu_kvm_unit_tests - selftest-setup and intercept failed, bug 1726225
  ubuntu_lxc - lxc-test-ubuntu failed (Failed to start networking in 
ubuntu-cloud container), lxc-test-unpriv failed (bug 1730915, 1730926)

Issue to note in s390x (zVM):
  aio_dio_bugs - event res -22, bug 1730895
  libhugetlbfs - IOError: [Errno 524] Unknown error 524, bug 1729510
  scrashme - failed to build, bug 168924
  ubuntu_ecryptfs - miscdev-bad-count.sh.xfs ~ namelen.sh failed (28 failed)
  ubuntu_kvm_smoke_test - uvtool issue, bug 1452016
  ubuntu_lxc - lxc-test-unpriv failed (bug 1730915, 1730926)

4.4.0-101.124 - lowlatency
Regression test CMPL.

Issue to note in amd64:
  ubuntu_kvm_unit_tests - 50 failed on secchi, 20 failed on michael, 32 failed 
on amaura, 30 failed on pepe
  xfstests - btrfs generic/166 timed out, bug 1731455

Issue to note in i386:
  ubuntu_kvm_unit_tests - 5 failed on pepe (smap, hypercall, msr, tst, 
taskswitch2)
  xfstests - xfs eat up all free space, bug 1720343

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => Fix Released

** Tags added: regression-testing-passed

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

Title:
  linux: 4.4.0-101.124 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1731264/+subscriptions

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

[Bug 1725826] Re: rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

2017-11-19 Thread rithik g
@stinger: Get a crash when opening a link with Rhythmbox. This is
tracked in https://bugzilla.gnome.org/show_bug.cgi?id=790586. But, the
crash mentioned in the bug description is different from that.

** Bug watch added: GNOME Bug Tracker #790586
   https://bugzilla.gnome.org/show_bug.cgi?id=790586

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

Title:
  rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

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

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

[Bug 1733260] [NEW] package linux-image-4.4.0-98-generic 4.4.0-98.121~14.04.1 failed to install/upgrade: package linux-image-4.4.0-98-generic is not ready for configuration cannot configure (current s

2017-11-19 Thread RICH
Public bug reported:

I have had problems sent i tried bilbop. I can.t reset any of BILIBOPS 
PERMISSIONS SENT I TRIED IT.
I HAVE NOT BEEN ABLE TO GET INSTRUCTIONS AS TO HOW USE IT .
I WANT HELP OR LEST OUT LAW THE SOFT WARE

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-4.4.0-98-generic 4.4.0-98.121~14.04.1
ProcVersionSignature: Ubuntu 3.13.0-135.184-generic 3.13.11-ckt39
Uname: Linux 3.13.0-135-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.27
Architecture: amd64
Date: Sun Nov 19 20:41:28 2017
DuplicateSignature: 
package:linux-image-4.4.0-98-generic:4.4.0-98.121~14.04.1:package 
linux-image-4.4.0-98-generic is not ready for configuration  cannot configure 
(current status `half-installed')
ErrorMessage: package linux-image-4.4.0-98-generic is not ready for 
configuration  cannot configure (current status `half-installed')
InstallationDate: Installed on 2017-11-05 (14 days ago)
InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: linux-lts-xenial
Title: package linux-image-4.4.0-98-generic 4.4.0-98.121~14.04.1 failed to 
install/upgrade: package linux-image-4.4.0-98-generic is not ready for 
configuration  cannot configure (current status `half-installed')
UpgradeStatus: Upgraded to trusty on 2017-11-20 (0 days ago)

** Affects: linux-lts-xenial (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package linux-image-4.4.0-98-generic 4.4.0-98.121~14.04.1 failed to
  install/upgrade: package linux-image-4.4.0-98-generic is not ready for
  configuration  cannot configure (current status `half-installed')

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

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

[Bug 1429030] Re: netboot mini.iso doesn't support UEFI boot

2017-11-19 Thread cpatrick08
Is this ever going to be fixed, if Debian can have it working so can
you.

** Tags added: bionic

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

Title:
  netboot mini.iso doesn't support UEFI boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1429030/+subscriptions

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

[Bug 1721315] Re: On-screen keyboard shows up on first touch even when touch does not activate a text-field

2017-11-19 Thread PJSingh5000
*** This bug is a duplicate of bug 1723857 ***
https://bugs.launchpad.net/bugs/1723857

Do we know what the desired behavior requirements are?

I'm thinking something like...

1. User taps screen
2. Check if event is in an editable text area
3. If yes, display caribou in half* of the screen where tap did ~not~ occur
4. If no, do not display caribou
5. If caribou is not displayed, sliding up from the bottom of the screen should 
always be available in order to activate the on-screen keyboard.

(* Perhaps this could actually be changed to: display caribou in the
quadrant of the screen diagonal to where the tap occurred.  But you have
to take screen size into account, so for smaller screens, the half
screen rule above may need to be used).

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

Title:
  On-screen keyboard shows up on first touch even when touch does not
  activate a text-field

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

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

[Bug 1733136] Re: gnome-shell no longer offers wayland session in Ubuntu 18.04

2017-11-19 Thread Rocko
The problem seems to be that's it's selecting the VMWare driver instead
of the Intel driver. glxinfo shows:

OpenGL vendor string: VMware, Inc.

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

Title:
  gnome-shell no longer offers wayland session in Ubuntu 18.04

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

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2017-11-19 Thread PJSingh5000
Do we know what the desired behavior requirements are?

I'm thinking something like...

1. User taps screen
2. Check if event is in an editable text area
3. If yes, display caribou in half* of the screen where tap did ~not~ occur
4. If no, do not display caribou
5. If caribou is not displayed, sliding up from the bottom of the screen should 
always be available in order to activate the on-screen keyboard.

(* Perhaps this could actually be changed to: display caribou in the
quadrant of the screen diagonal to where the tap occurred.  But you have
to take screen size into account, so for smaller screens, the half
screen rule above may need to be used).

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1520965] Re: Lenovo Helix does not wake up from suspend

2017-11-19 Thread Christian List
Hi Christopher,

not sure if I understand. Do you have a definition page of the different kinds 
of kernels you mentioned?
With repository kernel I would understand an available kernel via repository 
sources. However would Linux Mint be considered as a 3rd party?
Next question would be which version is preferred? The latest available one? 
(In my case 4.13.0-16.19, running right now 4.10.0-38.42)

Regards
  Chris

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

Title:
  Lenovo Helix does not wake up from suspend

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

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

[Bug 1721412] Re: Update gnome-terminal to 3.26.1

2017-11-19 Thread cpatrick08
What is the status of this being in artful or bionic?

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

Title:
  Update gnome-terminal to 3.26.1

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

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

[Bug 1727237] Re: systemd-resolved is not finding a domain

2017-11-19 Thread oiugews
All captive portal wifi connections are failing with Ubuntu 17.10.  This
was confirmed on two different captive portals which both worked just
fine with other devices.  The solution was to go back to Ubuntu 17.04.

You get to the portal page, put in whatever info, then afterwards the
redirect wouldn't redirecting properly.  This failed in both Chromium
and Firefox, and with both "use system proxy" as well as "automatic
proxy" settings.  Manual proxy configuration settings weren't tried, so
I can't confirm if this might be a problem relating to the proxy pac
file or not.

Either way this is a pretty critical issue since it seems all captive
portals don't work, making Ubuntu 17.10 on laptops pretty broken at the
moment.

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

Title:
  systemd-resolved is not finding a domain

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

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

[Bug 1733251] [NEW] Nautilus Quick Search Slow with Irrelevant Results

2017-11-19 Thread GNAServicesInc
Public bug reported:

Prior to updating to artful (Nautilus 3.26.0) using the quick search
took no noticeable time.

Now its broken. It takes a long time, pulls in all sorts of folders from
outside the search path, and and is in effect, useless.

It seems that the quick search now incorrectly initiates a full system
wide and beyond search when it should be using quick search and not
leaving the current folder.

This non-standard / broken behavior results in what used to take zero
time now being a fruitless and pointless endeavor.  This makes the
program pointless for anything but the most basic of usage and makes it
near impossible to navigate larger or complex file structures.

Description:Ubuntu 17.10
Release:17.10
nautilus:
  Installed: 1:3.26.0-0ubuntu1
  Candidate: 1:3.26.0-0ubuntu1
  Version table:
 *** 1:3.26.0-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: nautilus (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/1733251

Title:
  Nautilus Quick Search Slow with Irrelevant Results

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

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

[Bug 1729695] Re: ASCII decode error, but not due to filenames in backup target

2017-11-19 Thread Michael Terry
I suspect this is fixed in duplicity 0.7.15 now -- by commit 1318 [1].

I'm going to tentatively mark the upstream side fixed.  Can someone
confirm?  Ubuntu bionic does not yet have 0.7.15, but it should before
release.

[1] http://bazaar.launchpad.net/~duplicity-
team/duplicity/0.7-series/revision/1318

** Changed in: duplicity
   Status: New => 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/1729695

Title:
  ASCII decode error, but not due to filenames in backup target

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

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

[Bug 1733249] [NEW] No time displayed on lock screen.

2017-11-19 Thread Kai Mast
Public bug reported:

GDM should show the time/date on the screen where I enter my password.
There is really no reason for it not to.

** Affects: gdm3 (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/1733249

Title:
  No time displayed on lock screen.

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

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

[Bug 1733248] [NEW] package texlive-pstricks-doc 2017.20170818-1 failed to install/upgrade: trying to overwrite '/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', which is also in package texlive-la

2017-11-19 Thread Jaroslav Svoboda
Public bug reported:

Unpacking texlive-pstricks-doc (2017.20171031-1) over (2017.20170818-1) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-xrTZRM/114-texlive-pstricks-doc_2017.20171031-1_all.deb 
(--unpack):
 trying to overwrite '/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', which 
is also in package texlive-latex-extra-doc 2017.20170818-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

Errors were encountered while processing:
 
/tmp/apt-dpkg-install-xrTZRM/073-texlive-latex-extra-doc_2017.20171031-1_all.deb
 /tmp/apt-dpkg-install-xrTZRM/114-texlive-pstricks-doc_2017.20171031-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

using sudo apt --fix-broken install helped

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: texlive-pstricks-doc 2017.20170818-1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.8-0ubuntu1
Architecture: amd64
Date: Mon Nov 20 02:52:45 2017
ErrorMessage: trying to overwrite 
'/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', which is also in package 
texlive-latex-extra-doc 2017.20170818-1
InstallationDate: Installed on 2017-09-11 (69 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170908)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.19.0.4ubuntu1
 apt  1.6~alpha5
SourcePackage: texlive-extra
Title: package texlive-pstricks-doc 2017.20170818-1 failed to install/upgrade: 
trying to overwrite '/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', which 
is also in package texlive-latex-extra-doc 2017.20170818-1
UpgradeStatus: Upgraded to bionic on 2017-11-17 (2 days ago)

** Affects: texlive-extra (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic third-party-packages

** Description changed:

  Unpacking texlive-pstricks-doc (2017.20171031-1) over (2017.20170818-1) ...
  dpkg: error processing archive 
/tmp/apt-dpkg-install-xrTZRM/114-texlive-pstricks-doc_2017.20171031-1_all.deb 
(--unpack):
-  trying to overwrite '/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', 
which is also in package texlive-latex-extra-doc 2017.20170818-1
+  trying to overwrite '/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', 
which is also in package texlive-latex-extra-doc 2017.20170818-1
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  
  Errors were encountered while processing:
-  
/tmp/apt-dpkg-install-xrTZRM/073-texlive-latex-extra-doc_2017.20171031-1_all.deb
-  /tmp/apt-dpkg-install-xrTZRM/114-texlive-pstricks-doc_2017.20171031-1_all.deb
+  
/tmp/apt-dpkg-install-xrTZRM/073-texlive-latex-extra-doc_2017.20171031-1_all.deb
+  /tmp/apt-dpkg-install-xrTZRM/114-texlive-pstricks-doc_2017.20171031-1_all.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
+ 
+ using sudo apt --fix-broken install helped
  
  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: texlive-pstricks-doc 2017.20170818-1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.8-0ubuntu1
  Architecture: amd64
  Date: Mon Nov 20 02:52:45 2017
  ErrorMessage: trying to overwrite 
'/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', which is also in package 
texlive-latex-extra-doc 2017.20170818-1
  InstallationDate: Installed on 2017-09-11 (69 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170908)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
-  dpkg 1.19.0.4ubuntu1
-  apt  1.6~alpha5
+  dpkg 1.19.0.4ubuntu1
+  apt  1.6~alpha5
  SourcePackage: texlive-extra
  Title: package texlive-pstricks-doc 2017.20170818-1 failed to 
install/upgrade: trying to overwrite 
'/usr/share/doc/texlive-doc/latex/pst-pdf/Makefile', which is also in package 
texlive-latex-extra-doc 2017.20170818-1
  UpgradeStatus: Upgraded to bionic on 2017-11-17 (2 days ago)

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

Title:
  package texlive-pstricks-doc 2017.20170818-1 failed to
  install/upgrade: trying to overwrite '/usr/share/doc/texlive-doc/latex
  /pst-pdf/Makefile', which is also in package texlive-latex-extra-doc
  2017.20170818-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/1733248/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1732627] Re: enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users

2017-11-19 Thread Hui Wang
** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Committed

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

Title:
  enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users

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

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

[Bug 1567697] Re: libcurl is missing http2 support

2017-11-19 Thread cc
+1 for adding HTTP2 support. While we are asking for features, pls
enable TCP Fast Open too in the compilation flags.

It's kind of sad that the curl that ships with macOS has more features
enabled than in Ubuntu

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

Title:
  libcurl is missing http2 support

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

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

[Bug 1520965] Re: Lenovo Helix does not wake up from suspend

2017-11-19 Thread Christopher M. Penalver
Christian List, it will be most helpful if you use the computer the problem is 
reproducible with, and file a new report with Ubuntu by using the default 
repository kernel (not mainline/upstream/3rd party) via a terminal:
ubuntu-bug linux

Please feel free to subscribe me to it.

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

Title:
  Lenovo Helix does not wake up from suspend

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

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

[Bug 1731679] Status changed to Confirmed

2017-11-19 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (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/1731679

Title:
  package linux-image-4.4.0-98-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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

[Bug 1676779] Re: sorry ubuntu 16.04 has experienced an internal error

2017-11-19 Thread David Arbuckle
Ubuntu has enriched my life beyond measure.Thank you. Sharing.

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

Title:
  sorry ubuntu 16.04 has experienced an internal error

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

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

[Bug 1676779] Re: sorry ubuntu 16.04 has experienced an internal error

2017-11-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubiquity (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/1676779

Title:
  sorry ubuntu 16.04 has experienced an internal error

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

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

[Bug 1520965] Re: Lenovo Helix does not wake up from suspend

2017-11-19 Thread Christian List
I disagree to move this to invalid (Not only still I have that bug as
well), as it was already on triaged, hence a problem to be looked in.

Would it make sense, that I check with the latest kernel?

Regards
  Chris

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

Title:
  Lenovo Helix does not wake up from suspend

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

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

[Bug 1731679] Re: package linux-image-4.4.0-98-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-11-19 Thread Marcelo Sabi
** Changed in: linux (Ubuntu)
   Status: Incomplete => New

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

** Changed in: linux (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/1731679

Title:
  package linux-image-4.4.0-98-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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

[Bug 1730543] Re: In gnome-shell, unlocking screen before suspend completes means no password is required on resume

2017-11-19 Thread Rocko
The last time it happened, I thought suspend had failed (it does
sometimes), so I unlocked the screen, and then it suspended on me. I
took the laptop into the office, completely forgetting that it had
unlocked the screen.

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

Title:
  In gnome-shell, unlocking screen before suspend completes means no
  password is required on resume

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

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

[Bug 1733245] Re: [Feature request] merge update-manager with gnome-software

2017-11-19 Thread Ahmet Aksoy
also i think three separate applications/icons to manage the software
are not nice on the menu

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

Title:
  [Feature request] merge update-manager with gnome-software

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

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

[Bug 1731778] Re: package linux-image-4.4.0-98-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-11-19 Thread Marcelo Sabi
*** This bug is a duplicate of bug 1731679 ***
https://bugs.launchpad.net/bugs/1731679

** Attachment removed: "AlsaInfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1731778/+attachment/5007846/+files/AlsaInfo.txt

** Attachment removed: "AptOrdering.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1731778/+attachment/5007847/+files/AptOrdering.txt

** Attachment removed: "CRDA.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1731778/+attachment/5007848/+files/CRDA.txt

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

Title:
  package linux-image-4.4.0-98-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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

[Bug 1733245] [NEW] [Feature request] merge update-manager with gnome-software

2017-11-19 Thread Ahmet Aksoy
Public bug reported:

gnome-software update tab is ineffective and always showing "system is updated".
this may mislead users. It would be a better solution if you merge these 2 
applications.

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

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

** Also affects: gnome-software (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/1733245

Title:
  [Feature request] merge update-manager with gnome-software

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

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

[Bug 1731778] Re: package linux-image-4.4.0-98-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-11-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1731679 ***
https://bugs.launchpad.net/bugs/1731679

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (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/1731778

Title:
  package linux-image-4.4.0-98-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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

[Bug 1733244] [NEW] imagemagick icon visible under gnome-session

2017-11-19 Thread Ahmet Aksoy
Public bug reported:

imagemagick is hidden under ubuntu-session but not hidden under gnome-
session

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

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/bugs/1733244/+attachment/5011500/+files/2017-11-20%2003-11-41%20ekran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC.png

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

Title:
  imagemagick icon visible under gnome-session

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

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

[Bug 1713836] Re: qupzilla crashes upon entering second level domains in the address bar

2017-11-19 Thread Lyn Perrine
** Tags added: bionic

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

Title:
  qupzilla crashes upon entering second level domains in the address bar

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

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

[Bug 1733243] [NEW] Gnome-music crashed with "RecursionError: maximum recursion depth exceeded while calling a Python object"

2017-11-19 Thread Ahmet Aksoy
Public bug reported:

gnome-music won't start
please check crash log
System:
Ubuntu 17.10  
Linux Ubuntu-PC 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux
Gnome-Music version: 3.26.1-1

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


** Tags: artful

** Attachment added: "Crash log"
   
https://bugs.launchpad.net/bugs/1733243/+attachment/5011499/+files/crash%20log

** Tags added: artful

** Description changed:

  gnome-music won't start
  please check crash log
+ System:
+ Ubuntu 17.10  
+ Linux Ubuntu-PC 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux
+ Gnome-Music version: 3.26.1-1

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

Title:
  Gnome-music crashed with "RecursionError: maximum recursion depth
  exceeded while calling a Python object"

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

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

[Bug 1725826] Re: rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

2017-11-19 Thread rithik g
Still cannot reproduce. Is it on 17.10 ? Do you have rhythmbox already
open while clicking the link in firefox ? More information might help.

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

Title:
  rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

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

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

[Bug 1686189] Re: External monitor connecting problem on Intel graphics card

2017-11-19 Thread gali
Are we going to see this released in xenial-main?

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

Title:
  External monitor connecting problem on Intel graphics card

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

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

[Bug 1730627] Re: xz compressed control.tar files not supported

2017-11-19 Thread Anthony Yarbrough
I'm experiencing this issue when attempting to install the latest
Liquorix kernel that I've been using for years.

$ lsb_release -rd
Description:Ubuntu 14.04.5 LTS
Release:14.04

$ apt-cache policy dpkg
dpkg:
  Installed: 1.17.5ubuntu5.7
  Candidate: 1.17.5ubuntu5.7
  Version table:
 *** 1.17.5ubuntu5.7 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.17.5ubuntu5.6 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
 1.17.5ubuntu5 0

$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  linux-headers-4.13.0-13.1-liquorix-amd64
  linux-image-4.13.0-13.1-liquorix-amd64
The following packages will be upgraded:
  linux-headers-liquorix-amd64 linux-image-liquorix-amd64
2 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/57.4 MB of archives.
After this operation, 280 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Supported
Create a snapshot of '/tmp/apt-btrfs-snapshot-mp-21ujpnev/@' in 
'/tmp/apt-btrfs-snapshot-mp-21ujpnev/@apt-snapshot-2017-11-19_17:41:21'
Preconfiguring packages ...
dpkg-deb: error: archive 
'/var/cache/apt/archives/linux-image-4.13.0-13.1-liquorix-amd64_4.13-7_amd64.deb'
 has premature member 'control.tar.xz' before 'control.tar.gz', giving up
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-4.13.0-13.1-liquorix-amd64_4.13-7_amd64.deb 
(--unpack):
 subprocess dpkg-deb --control returned error exit status 2
dpkg-deb: error: archive 
'/var/cache/apt/archives/linux-headers-4.13.0-13.1-liquorix-amd64_4.13-7_amd64.deb'
 has premature member 'control.tar.xz' before 'control.tar.gz', giving up
dpkg: error processing archive 
/var/cache/apt/archives/linux-headers-4.13.0-13.1-liquorix-amd64_4.13-7_amd64.deb
 (--unpack):
 subprocess dpkg-deb --control returned error exit status 2
dpkg-deb: error: archive 
'/var/cache/apt/archives/linux-headers-liquorix-amd64_4.13-7_amd64.deb' has 
premature member 'control.tar.xz' before 'control.tar.gz', giving up
dpkg: error processing archive 
/var/cache/apt/archives/linux-headers-liquorix-amd64_4.13-7_amd64.deb 
(--unpack):
 subprocess dpkg-deb --control returned error exit status 2
dpkg-deb: error: archive 
'/var/cache/apt/archives/linux-image-liquorix-amd64_4.13-7_amd64.deb' has 
premature member 'control.tar.xz' before 'control.tar.gz', giving up
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-liquorix-amd64_4.13-7_amd64.deb (--unpack):
 subprocess dpkg-deb --control returned error exit status 2
No apport report written because MaxReports is reached already
  Errors were 
encountered while processing:
 /var/cache/apt/archives/linux-image-4.13.0-13.1-liquorix-amd64_4.13-7_amd64.deb
 
/var/cache/apt/archives/linux-headers-4.13.0-13.1-liquorix-amd64_4.13-7_amd64.deb
 /var/cache/apt/archives/linux-headers-liquorix-amd64_4.13-7_amd64.deb
 /var/cache/apt/archives/linux-image-liquorix-amd64_4.13-7_amd64.deb
[ Rootkit Hunter version 1.4.0 ]
File updated: searched for 169 files, found 138
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  xz compressed control.tar files not supported

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

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

Re: [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-11-19 Thread andrew buffa
thank you very much

Happy Thanksgiving

ANDREW . . .
On 11/19/2017 03:57 PM, caj411 wrote:
> not if you backup and restore your home directory OR have it on a separate
> partition.
>
> On Sun, Nov 19, 2017 at 3:30 PM andrew buffa <1642...@bugs.launchpad.net>
> wrote:
>
>> can you direct me to someone who would know?
>>
>> ANDREW . . .
>> On 11/19/2017 03:12 PM, Tinku Girdhar wrote:
>>> I don't know.
>>>
>>> On 20-Nov-2017 12:01 AM, "andrew buffa" <1642...@bugs.launchpad.net>
>>> wrote:
>>>
 I have a question

 if I were to re-install ubuntu would it delete my existing e-mails?


 ANDREW . . .
 On 08/31/2017 08:22 AM, Launchpad Bug Tracker wrote:
> This bug was fixed in the package cups - 2.1.3-4ubuntu0.3
>
> ---
> cups (2.1.3-4ubuntu0.3) xenial; urgency=high
>
>  * Adding maintainer script debian/cups-daemon.prerm to deal with
 situations
>where "old-version" (installed package) prerm script fails. (LP:
 #1642966).
> cups (2.1.3-4ubuntu0.2) xenial; urgency=medium
>
>  * Make cups.path unit be part of the cups.service, since cups.path
>should stop if and when cups.service is stopped. LP: #1642966
>
> cups (2.1.3-4ubuntu0.1) xenial-proposed; urgency=medium
>
>  * Removed auto-shutdown-on-idle-also-with-webinterface-on.patch
>as it causes CUPS to auto-shutdown when web interface support is
>active (LP: #1598300).
>
> -- Eric Desrochers   Fri, 18 Aug
>> 2017
> 12:08:28 -0400
>
> ** Changed in: cups (Ubuntu Xenial)
>   Status: Fix Committed => Fix Released
>
 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1676430).
 https://bugs.launchpad.net/bugs/1642966

 Title:
 package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
 pre-removal script returned error exit status 1

 Status in cups package in Ubuntu:
 Fix Released
 Status in cups source package in Xenial:
 Fix Released
 Status in cups source package in Yakkety:
 Fix Released
 Status in cups source package in Zesty:
 Fix Released

 Bug description:
 This concerns only Xenial (16.04)!

 [Impact]
 * fail to upgrade

 [testcase]
 Root cause is believed to be reproducible with:

 #!/bin/bash
 systemctl stop cups.path cups.service
 rm /var/cache/cups/org.cups.cupsd
 systemctl start cups.path
 touch /var/cache/cups/org.cups.cupsd
 sleep 1
 rm /var/cache/cups/org.cups.cupsd
 sleep 1
 systemctl stop cups.service
 echo $?

 ProblemType: Package
 DistroRelease: Ubuntu 16.04
 Package: cups-daemon 2.1.3-4
 ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
 Uname: Linux 4.4.0-46-generic x86_64
 NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
 ApportVersion: 2.20.1-0ubuntu2.1
 Architecture: amd64
 CupsErrorLog:

 Date: Fri Nov 18 11:13:15 2016
 ErrorMessage: subprocess new pre-removal script returned error exit
 status 1
 InstallationDate: Installed on 2016-05-02 (200 days ago)
 InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
 (20160420.1)
 Lpstat: device for mallards-officejet-pro-8600:
>> dnssd://Officejet%20Pro%
 208600%20%5BD63461%5D._ipp._tcp.local/?uuid=1c852a4d-b800-
 1f08-abcd-d89d67d63461
 MachineType: Dell Inc. XPS 15 9550
 Papersize: a4
 PpdFiles: mallards-officejet-pro-8600: HP Officejet Pro 8600, hpcups
 3.16.3
 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
 root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
 vt.handoff=7
 ProcKernelCmdLine:
>> BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
 root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
 vt.handoff=7
 RelatedPackageVersions:
  dpkg 1.18.4ubuntu1.1
  apt  1.2.15
 SourcePackage: cups
 Title: package cups-daemon 2.1.3-4 failed to install/upgrade:
>> subprocess
 new pre-removal script returned error exit status 1
 UpgradeStatus: No upgrade log present (probably fresh install)
 dmi.bios.date: 04/07/2016
 dmi.bios.vendor: Dell Inc.
 dmi.bios.version: 01.02.00
 dmi.board.name: 0N7TVV
 dmi.board.vendor: Dell Inc.
 dmi.board.version: A00
 dmi.chassis.type: 9
 dmi.chassis.vendor: Dell Inc.
 dmi.modalias: dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:
 pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
 dmi.product.name: XPS 15 9550
 dmi.sys.vendor: Dell Inc.


[Bug 1732424] Re: Surface Pro 4. System hangs when suspended or hibernated

2017-11-19 Thread Hicks
Hello again. I have tried to create the report you have requested... it is not 
at all clear to me who I should send it by mail, so I will attach it here and 
ask you who knows how to send it, please do so.
Thanks in advance


** Attachment added: "error-surface"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1732424/+attachment/5011498/+files/error-surface

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

Title:
  Surface Pro 4. System hangs when suspended or hibernated

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

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

[Bug 1733242] [NEW] Goldendict segfaults when querry at web site

2017-11-19 Thread inugami
Public bug reported:

I have set new dictionary web site (Eijiro) at Edit/Dictionary menu.

https://eow.alc.co.jp/search?q=%GDWORD%

But the program hangs up.

~$ goldendict 
No favorities file found
Load done
getResource: gdlookup://localhost?blank=1
scheme: gdlookup
host: localhost
getResource: gdlookup://localhost?blank=1
scheme: gdlookup
host: localhost
getResource: gdlookup://localhost?word=Welcome!=4294967295
scheme: gdlookup
host: localhost
In-place finish.
reading 16384 bytes
reading 16384 bytes
reading 16384 bytes
reading 16384 bytes
reading 16384 bytes
getResource: 
http://goldendict.org/latest_release.php?current=1.5.0-RC2+git=x11
scheme: http
host: goldendict.org
Failed to check program version, retry in two hours
getResource: gdlookup://localhost?word=test=4294967294
scheme: gdlookup
host: localhost
some body finished
one finished.
erasing..
erase done..
one finished.
erasing..
erase done..
In-place finish.
reading 16384 bytes
reading 16384 bytes
reading 16384 bytes
reading 16384 bytes
reading 16384 bytes
getResource: gico://87368bb7a401d48bbeb3b860c06c9169/dicticon.png
scheme: gico
host: 87368bb7a401d48bbeb3b860c06c9169
In-place finish.
getResource: https://eow.alc.co.jp/search?q=test
scheme: https
host: eow.alc.co.jp
reading 16384 bytes
reading 16384 bytes
getResource: https://eow.alc.co.jp/content/js/jquery-3.1.1.min.js
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/jquery.exflexfixed-0.3.0.js
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/css/eow_r.css?1495509156000
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/eow_footer.js?1492507056000
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/shop_search.js
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/alert.js
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/eow_search_r.js?1485850338000
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/mc.js?1509350977000
scheme: https
host: eow.alc.co.jp
QUrl: QUrl::FullyDecoded is not permitted when reconstructing the full URL
QUrl: QUrl::FullyDecoded is not permitted when reconstructing the full URL
getResource: https://www.googleadservices.com/pagead/conversion.js
scheme: https
host: www.googleadservices.com
getResource: https://eow.alc.co.jp/content/js/eow_infobar.js?1484724158000
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/eow_suggest.js?1484724158000
scheme: https
host: eow.alc.co.jp
getResource: https://eow.alc.co.jp/content/js/jquery.sticky-kit.js
scheme: https
host: eow.alc.co.jp
QUrl: QUrl::FullyDecoded is not permitted when reconstructing the full URL
getResource: https://b.st-hatena.com/js/bookmark_button.js
scheme: https
host: b.st-hatena.com
QUrl: QUrl::FullyDecoded is not permitted when reconstructing the full URL
getResource: https://scdn.line-apps.com/n/line_it/thirdparty/loader.min.js
scheme: https
host: scdn.line-apps.com
QUrl: QUrl::FullyDecoded is not permitted when reconstructing the full URL
getResource: https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
scheme: https
host: ajax.googleapis.com
Segmentation fault (core dumped)


Description:Ubuntu 17.10
Release:17.10

goldendict:
  Installed: 1.5.0~rc2+git20170908+ds-1
  Candidate: 1.5.0~rc2+git20170908+ds-1
  Version table:
 *** 1.5.0~rc2+git20170908+ds-1 500
500 http://jp.archive.ubuntu.com/ubuntu artful/universe amd64 Packages
100 /var/lib/dpkg/status

I want to Eijiro site is correctly working.

** Affects: goldendict (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/1733242

Title:
  Goldendict segfaults when querry at web site

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

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

[Bug 1604638] Re: package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2017-11-19 Thread Mattia Rizzolo
*** This bug is a duplicate of bug 1659002 ***
https://bugs.launchpad.net/bugs/1659002

** This bug has been marked a duplicate of bug 1659002
   ImportError: No module named 'ConfigParser' when running pycompile

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

Title:
  package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1604638/+subscriptions

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

[Bug 1718095] Re: package python-libxml2 2.9.3+dfsg1-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-19 Thread Mattia Rizzolo
*** This bug is a duplicate of bug 1659002 ***
https://bugs.launchpad.net/bugs/1659002

** This bug has been marked a duplicate of bug 1659002
   ImportError: No module named 'ConfigParser' when running pycompile

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

Title:
  package python-libxml2 2.9.3+dfsg1-1ubuntu0.3 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/libxml2/+bug/1718095/+subscriptions

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

[Bug 1733239] [NEW] Errno 5 on install 17.10 Ubuntu fresh install

2017-11-19 Thread Arlen B Taylor
Public bug reported:

I have attempted fresh install of Ubuntu 17.10 numerous times onto a
drive that has previously held versions of Ubuntu. I have used both USB
and DVD installs. I have created several DVD's changing the write speed
without success.

I have checked read speeds of HDD's and done fsck on /dev/sda1:

/dev/sda:
 Timing cached reads:   27218 MB in  2.00 seconds = 13624.89 MB/sec
 Timing buffered disk reads: 238 MB in  3.00 seconds =  79.30 MB/sec
kubuntu@kubuntu:~$ sudo hdparm -Tt /dev/sdb

/dev/sdb:
 Timing cached reads:   26978 MB in  2.00 seconds = 13503.50 MB/sec
 Timing buffered disk reads: 520 MB in  3.00 seconds = 173.24 MB/sec
kubuntu@kubuntu:~$ sudo hdparm -Tt /dev/sdc

/dev/sdc:
 Timing cached reads:   26294 MB in  2.00 seconds = 13161.56 MB/sec
 Timing buffered disk reads: 408 MB in  3.01 seconds = 135.34 MB/sec
kubuntu@kubuntu:~$ sudo hdparm -Tt /dev/sdd

/dev/sdd:
 Timing cached reads:   26840 MB in  2.00 seconds = 13434.44 MB/sec
 Timing buffered disk reads: 306 MB in  3.01 seconds = 101.57 MB/sec
kubuntu@kubuntu:~$ fsck -c /dev/sda1
fsck from util-linux 2.30.1
e2fsck 1.43.5 (04-Aug-2017)
fsck.ext2: Permission denied while trying to open /dev/sda1
You must have r/w access to the filesystem or be root
kubuntu@kubuntu:~$ sudo fsck -c /dev/sda1
fsck from util-linux 2.30.1
e2fsck 1.43.5 (04-Aug-2017)
Checking for bad blocks (read-only test): done  
   
/dev/sda1: Updating bad block inode.

Pass 1: Checking inodes, blocks, and sizes  

Pass 2: Checking directory structure

Pass 3: Checking directory connectivity 

Pass 4: Checking reference counts   

Pass 5: Checking group summary information  


/dev/sda1: * FILE SYSTEM WAS MODIFIED *
/dev/sda1: 12112/21979136 files (0.0% non-contiguous), 1792023/87909888 blocks

kubuntu@kubuntu:~$ ubuntu-bug ubiquity
ERROR: hook /usr/share/apport/package-hooks/source_ubiquity.py crashed:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport/report.py", line 198, in _run_hook
symb['add_info'](report, ui)
  File "/usr/share/apport/package-hooks/source_ubiquity.py", line 60, in 
add_info
syslog = report['UbiquitySyslog'].decode('utf-8', 'ignore')
AttributeError: 'str' object has no attribute 'decode'

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubiquity 17.10.10 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CasperVersion: 1.387
CurrentDesktop: KDE
Date: Sun Nov 19 15:19:38 2017
LiveMediaBuild: Kubuntu 17.10 "Artful Aardvark" - Release amd64 (20171017.1)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (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/1733239

Title:
  Errno 5 on install 17.10 Ubuntu fresh install

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

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

[Bug 1730072] Re: Gnome Night Light doesn't work

2017-11-19 Thread HadiM
Here is the syslog when I enable the night mode in the settings.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1730072/+attachment/5011476/+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/1730072

Title:
  Gnome Night Light doesn't work

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

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

[Bug 1724557] Re: gnome-shell crashed with SIGSEGV in meta_logical_monitor_get_scale()

2017-11-19 Thread Echo Nolan
I built a version of libmutter with the patch in the linked GNOME bug
applied, but then I get a different crash when turning off the monitor.
That one is 1724439, in meta_window_get_monitor(). Switching my session
from Wayland to Xorg fixes the problem. It might fix the original crash
too, I didn't test that.

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

Title:
  gnome-shell crashed with SIGSEGV in meta_logical_monitor_get_scale()

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

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

[Bug 1733237] [NEW] package minetest-data (not installed) failed to install/upgrade: a tentar sobre-escrever (trying to overwrite) '/usr/share/doc/minetest/README.txt.gz', que também está no pacote (t

2017-11-19 Thread Victor Barcelos Lacerda
Public bug reported:

Instead of staying in minetest (0.4.15 repack 2-1) that I get from the 
repositories I already had, I added the minetest stables repository and tried 
to update the minetest to the 0.4.16 version, but then, I got this error.
Plus, I had a package called "minetest-data" which was from the 0.4.15 version, 
but Synaptic didn't offer updates to this packeged so I tried to update only 
minetest.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: minetest-data (not installed)
ProcVersionSignature: Ubuntu 4.10.0-38.42-generic 4.10.17
Uname: Linux 4.10.0-38-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.7
AptOrdering:
 minetest-data:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Nov 18 13:04:05 2017
DpkgTerminalLog:
 A preparar para desempacotar .../minetest-data_0.4.15+repack2-1_all.deb ...
 A descompactar minetest-data (0.4.15+repack2-1) ...
 dpkg: erro ao processar o arquivo 
/var/cache/apt/archives/minetest-data_0.4.15+repack2-1_all.deb (--unpack):
  a tentar sobre-escrever '/usr/share/doc/minetest/README.txt.gz', que também 
está no pacote minetest 0.4.16-ppa5~ubuntu17.04.1
ErrorMessage: a tentar sobre-escrever '/usr/share/doc/minetest/README.txt.gz', 
que também está no pacote minetest 0.4.16-ppa5~ubuntu17.04.1
InstallationDate: Installed on 2017-05-06 (197 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4.6~17.04.1
SourcePackage: minetest
Title: package minetest-data (not installed) failed to install/upgrade: a 
tentar sobre-escrever '/usr/share/doc/minetest/README.txt.gz', que também está 
no pacote minetest 0.4.16-ppa5~ubuntu17.04.1
UpgradeStatus: Upgraded to zesty on 2017-10-25 (25 days ago)

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


** Tags: amd64 apport-package zesty

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

Title:
  package minetest-data (not installed) failed to install/upgrade: a
  tentar sobre-escrever (trying to overwrite)
  '/usr/share/doc/minetest/README.txt.gz', que também está no pacote
  (that already are in the package) minetest 0.4.16-ppa5~ubuntu17.04.1

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

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

[Bug 1683761] Re: undefined symbol: tgetent

2017-11-19 Thread Scott Stensland
same issue on Ubuntu 17.10 ... solution works as noted above ...
download deb and install

https://packages.debian.org/sid/amd64/libnative-platform-jni/download

sudo dpkg --install libnative-platform-jni_0.11-5_amd64.deb

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

Title:
  undefined symbol: tgetent

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

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

Re: [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-11-19 Thread caj411
not if you backup and restore your home directory OR have it on a separate
partition.

On Sun, Nov 19, 2017 at 3:30 PM andrew buffa <1642...@bugs.launchpad.net>
wrote:

> can you direct me to someone who would know?
>
> ANDREW . . .
> On 11/19/2017 03:12 PM, Tinku Girdhar wrote:
> > I don't know.
> >
> > On 20-Nov-2017 12:01 AM, "andrew buffa" <1642...@bugs.launchpad.net>
> > wrote:
> >
> >> I have a question
> >>
> >> if I were to re-install ubuntu would it delete my existing e-mails?
> >>
> >>
> >> ANDREW . . .
> >> On 08/31/2017 08:22 AM, Launchpad Bug Tracker wrote:
> >>> This bug was fixed in the package cups - 2.1.3-4ubuntu0.3
> >>>
> >>> ---
> >>> cups (2.1.3-4ubuntu0.3) xenial; urgency=high
> >>>
> >>> * Adding maintainer script debian/cups-daemon.prerm to deal with
> >> situations
> >>>   where "old-version" (installed package) prerm script fails. (LP:
> >> #1642966).
> >>> cups (2.1.3-4ubuntu0.2) xenial; urgency=medium
> >>>
> >>> * Make cups.path unit be part of the cups.service, since cups.path
> >>>   should stop if and when cups.service is stopped. LP: #1642966
> >>>
> >>> cups (2.1.3-4ubuntu0.1) xenial-proposed; urgency=medium
> >>>
> >>> * Removed auto-shutdown-on-idle-also-with-webinterface-on.patch
> >>>   as it causes CUPS to auto-shutdown when web interface support is
> >>>   active (LP: #1598300).
> >>>
> >>>-- Eric Desrochers   Fri, 18 Aug
> 2017
> >>> 12:08:28 -0400
> >>>
> >>> ** Changed in: cups (Ubuntu Xenial)
> >>>  Status: Fix Committed => Fix Released
> >>>
> >> --
> >> You received this bug notification because you are subscribed to a
> >> duplicate bug report (1676430).
> >> https://bugs.launchpad.net/bugs/1642966
> >>
> >> Title:
> >>package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
> >>pre-removal script returned error exit status 1
> >>
> >> Status in cups package in Ubuntu:
> >>Fix Released
> >> Status in cups source package in Xenial:
> >>Fix Released
> >> Status in cups source package in Yakkety:
> >>Fix Released
> >> Status in cups source package in Zesty:
> >>Fix Released
> >>
> >> Bug description:
> >>This concerns only Xenial (16.04)!
> >>
> >>[Impact]
> >>* fail to upgrade
> >>
> >>[testcase]
> >>Root cause is believed to be reproducible with:
> >>
> >>#!/bin/bash
> >>systemctl stop cups.path cups.service
> >>rm /var/cache/cups/org.cups.cupsd
> >>systemctl start cups.path
> >>touch /var/cache/cups/org.cups.cupsd
> >>sleep 1
> >>rm /var/cache/cups/org.cups.cupsd
> >>sleep 1
> >>systemctl stop cups.service
> >>echo $?
> >>
> >>ProblemType: Package
> >>DistroRelease: Ubuntu 16.04
> >>Package: cups-daemon 2.1.3-4
> >>ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
> >>Uname: Linux 4.4.0-46-generic x86_64
> >>NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
> >>ApportVersion: 2.20.1-0ubuntu2.1
> >>Architecture: amd64
> >>CupsErrorLog:
> >>
> >>Date: Fri Nov 18 11:13:15 2016
> >>ErrorMessage: subprocess new pre-removal script returned error exit
> >> status 1
> >>InstallationDate: Installed on 2016-05-02 (200 days ago)
> >>InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> >> (20160420.1)
> >>Lpstat: device for mallards-officejet-pro-8600:
> dnssd://Officejet%20Pro%
> >> 208600%20%5BD63461%5D._ipp._tcp.local/?uuid=1c852a4d-b800-
> >> 1f08-abcd-d89d67d63461
> >>MachineType: Dell Inc. XPS 15 9550
> >>Papersize: a4
> >>PpdFiles: mallards-officejet-pro-8600: HP Officejet Pro 8600, hpcups
> >> 3.16.3
> >>ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
> >> root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
> >> vt.handoff=7
> >>ProcKernelCmdLine:
> BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
> >> root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
> >> vt.handoff=7
> >>RelatedPackageVersions:
> >> dpkg 1.18.4ubuntu1.1
> >> apt  1.2.15
> >>SourcePackage: cups
> >>Title: package cups-daemon 2.1.3-4 failed to install/upgrade:
> subprocess
> >> new pre-removal script returned error exit status 1
> >>UpgradeStatus: No upgrade log present (probably fresh install)
> >>dmi.bios.date: 04/07/2016
> >>dmi.bios.vendor: Dell Inc.
> >>dmi.bios.version: 01.02.00
> >>dmi.board.name: 0N7TVV
> >>dmi.board.vendor: Dell Inc.
> >>dmi.board.version: A00
> >>dmi.chassis.type: 9
> >>dmi.chassis.vendor: Dell Inc.
> >>dmi.modalias: dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:
> >> pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
> >>dmi.product.name: XPS 15 9550
> >>dmi.sys.vendor: Dell Inc.
> >>
> >>[Regression Potential]
> >>
> >>Regression risk is low, the fix mitigate cups failing to stop/restart
> >>on upgrade. No source code change, just adding a 

[Bug 1633913] Re: lubuntu and ubuntustudio are missing pool; can not install without internet connection

2017-11-19 Thread Simon Quigley
** Changed in: lubuntu-meta (Ubuntu)
 Assignee: Lubuntu Developers Team (lubuntu-dev) => Simon Quigley (tsimonq2)

** Changed in: lubuntu-meta (Ubuntu)
   Importance: Undecided => Critical

** Changed in: lubuntu-meta (Ubuntu)
   Status: Triaged => 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/1633913

Title:
  lubuntu and ubuntustudio are missing pool; can not install without
  internet connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1633913/+subscriptions

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

[Bug 1733230] [NEW] 'zfs recv' hangs when receiving from a FreeBSD zfs

2017-11-19 Thread Patrick Meyer
Public bug reported:

When creating a pool snapshot on a freenas/freebsd like this:

```
root@freenas:~ # uname -a
FreeBSD freenas.local 11.0-STABLE FreeBSD 11.0-STABLE #0 
r321665+25fe8ba8d06(freenas/11.0-stable): Mon Sep 25 06:24:11 UTC 2017 
root@gauntlet:/freenas-11-releng/freenas/_BE/objs/freenas-11-releng/freenas/_BE/os/sys/FreeNAS.amd64
  amd64
freenas# zpool create tank gptid/62a26be7-cd4a-11e7-927b-0800278dcda9
freenas# dd if=/dev/zero of=/tank/ur.bin bs=64K count=1
freenas# zfs snap tank@example
```

And trying to `zfs send | zfs recv` it to an ubuntu zfs like this:
```
space@ubuntu:~$ apt-cache policy zfsutils-linux
zfsutils-linux:
  Installed: 0.6.5.11-1ubuntu3
  Candidate: 0.6.5.11-1ubuntu3
  Version table:
 *** 0.6.5.11-1ubuntu3 500
500 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status
space@ubuntu:~$ lsb_release -rd
Description:Ubuntu 17.10
Release:17.10

root@ubuntu:~$ ssh root@freenas zfs send tank@example > freenas11.zfssend
root@ubuntu:~# cat ./freenas11.zfssend | zfs recv tank/something
```

The `zfs recv` process burns 100% CPU and hangs forever. I have attached
an example freenas11.zfssend file, though it's easily reproduced.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: zfsutils-linux 0.6.5.11-1ubuntu3
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
Date: Sun Nov 19 22:10:15 2017
ExecutablePath: /sbin/zfs
InstallationDate: Installed on 2017-11-17 (2 days ago)
InstallationMedia: Ubuntu-Server 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 TERM=xterm-256color
 PATH=(custom, no user)
SourcePackage: zfs-linux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful freebsd zfs zol

** Attachment added: "A sample zfs send from a freenas11"
   
https://bugs.launchpad.net/bugs/1733230/+attachment/5011465/+files/freenas11.zfssend

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

Title:
  'zfs recv' hangs when receiving from a FreeBSD zfs

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

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

[Bug 1732686] Re: Asus Fx553VD - Keyboard LED backlight controls are not working # kernel-bug-reported-upstream

2017-11-19 Thread R.Erol
Hi Alexandre. I don't know how to try it.

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

Title:
  Asus Fx553VD - Keyboard LED backlight controls are not working #
  kernel-bug-reported-upstream

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

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

Re: [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-11-19 Thread andrew buffa
can you direct me to someone who would know?

ANDREW . . .
On 11/19/2017 03:12 PM, Tinku Girdhar wrote:
> I don't know.
>
> On 20-Nov-2017 12:01 AM, "andrew buffa" <1642...@bugs.launchpad.net>
> wrote:
>
>> I have a question
>>
>> if I were to re-install ubuntu would it delete my existing e-mails?
>>
>>
>> ANDREW . . .
>> On 08/31/2017 08:22 AM, Launchpad Bug Tracker wrote:
>>> This bug was fixed in the package cups - 2.1.3-4ubuntu0.3
>>>
>>> ---
>>> cups (2.1.3-4ubuntu0.3) xenial; urgency=high
>>>
>>> * Adding maintainer script debian/cups-daemon.prerm to deal with
>> situations
>>>   where "old-version" (installed package) prerm script fails. (LP:
>> #1642966).
>>> cups (2.1.3-4ubuntu0.2) xenial; urgency=medium
>>>
>>> * Make cups.path unit be part of the cups.service, since cups.path
>>>   should stop if and when cups.service is stopped. LP: #1642966
>>>
>>> cups (2.1.3-4ubuntu0.1) xenial-proposed; urgency=medium
>>>
>>> * Removed auto-shutdown-on-idle-also-with-webinterface-on.patch
>>>   as it causes CUPS to auto-shutdown when web interface support is
>>>   active (LP: #1598300).
>>>
>>>-- Eric Desrochers   Fri, 18 Aug 2017
>>> 12:08:28 -0400
>>>
>>> ** Changed in: cups (Ubuntu Xenial)
>>>  Status: Fix Committed => Fix Released
>>>
>> --
>> You received this bug notification because you are subscribed to a
>> duplicate bug report (1676430).
>> https://bugs.launchpad.net/bugs/1642966
>>
>> Title:
>>package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
>>pre-removal script returned error exit status 1
>>
>> Status in cups package in Ubuntu:
>>Fix Released
>> Status in cups source package in Xenial:
>>Fix Released
>> Status in cups source package in Yakkety:
>>Fix Released
>> Status in cups source package in Zesty:
>>Fix Released
>>
>> Bug description:
>>This concerns only Xenial (16.04)!
>>
>>[Impact]
>>* fail to upgrade
>>
>>[testcase]
>>Root cause is believed to be reproducible with:
>>
>>#!/bin/bash
>>systemctl stop cups.path cups.service
>>rm /var/cache/cups/org.cups.cupsd
>>systemctl start cups.path
>>touch /var/cache/cups/org.cups.cupsd
>>sleep 1
>>rm /var/cache/cups/org.cups.cupsd
>>sleep 1
>>systemctl stop cups.service
>>echo $?
>>
>>ProblemType: Package
>>DistroRelease: Ubuntu 16.04
>>Package: cups-daemon 2.1.3-4
>>ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
>>Uname: Linux 4.4.0-46-generic x86_64
>>NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
>>ApportVersion: 2.20.1-0ubuntu2.1
>>Architecture: amd64
>>CupsErrorLog:
>>
>>Date: Fri Nov 18 11:13:15 2016
>>ErrorMessage: subprocess new pre-removal script returned error exit
>> status 1
>>InstallationDate: Installed on 2016-05-02 (200 days ago)
>>InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
>> (20160420.1)
>>Lpstat: device for mallards-officejet-pro-8600: dnssd://Officejet%20Pro%
>> 208600%20%5BD63461%5D._ipp._tcp.local/?uuid=1c852a4d-b800-
>> 1f08-abcd-d89d67d63461
>>MachineType: Dell Inc. XPS 15 9550
>>Papersize: a4
>>PpdFiles: mallards-officejet-pro-8600: HP Officejet Pro 8600, hpcups
>> 3.16.3
>>ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
>> root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
>> vt.handoff=7
>>ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
>> root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
>> vt.handoff=7
>>RelatedPackageVersions:
>> dpkg 1.18.4ubuntu1.1
>> apt  1.2.15
>>SourcePackage: cups
>>Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess
>> new pre-removal script returned error exit status 1
>>UpgradeStatus: No upgrade log present (probably fresh install)
>>dmi.bios.date: 04/07/2016
>>dmi.bios.vendor: Dell Inc.
>>dmi.bios.version: 01.02.00
>>dmi.board.name: 0N7TVV
>>dmi.board.vendor: Dell Inc.
>>dmi.board.version: A00
>>dmi.chassis.type: 9
>>dmi.chassis.vendor: Dell Inc.
>>dmi.modalias: dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:
>> pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
>>dmi.product.name: XPS 15 9550
>>dmi.sys.vendor: Dell Inc.
>>
>>[Regression Potential]
>>
>>Regression risk is low, the fix mitigate cups failing to stop/restart
>>on upgrade. No source code change, just adding a custom pre-removal
>>maintainer script in case of upgrade failure.
>>
>>[Regression in Pending SRU page]
>>
>>* Regression in autopkgtest for c2esp (armhf): test log
>>
>>This autopkgtest seems always fails :
>>
>>http://autopkgtest.ubuntu.com/packages/c/c2esp/xenial/armhf
>>
>>c2esp [xenial/armhf]
>>
>>Version   TriggersDateDurationResult
>>27-2  cups/2.1.3-4ubuntu0.3   2017-08-23 

[Bug 1733070] Re: ntp apparmor profile problem

2017-11-19 Thread Paul M
** 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/1733070

Title:
  ntp apparmor profile problem

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

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

Re: [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-11-19 Thread Tinku Girdhar
I don't know.

On 20-Nov-2017 12:01 AM, "andrew buffa" <1642...@bugs.launchpad.net>
wrote:

> I have a question
>
> if I were to re-install ubuntu would it delete my existing e-mails?
>
>
> ANDREW . . .
> On 08/31/2017 08:22 AM, Launchpad Bug Tracker wrote:
> > This bug was fixed in the package cups - 2.1.3-4ubuntu0.3
> >
> > ---
> > cups (2.1.3-4ubuntu0.3) xenial; urgency=high
> >
> >* Adding maintainer script debian/cups-daemon.prerm to deal with
> situations
> >  where "old-version" (installed package) prerm script fails. (LP:
> #1642966).
> >
> > cups (2.1.3-4ubuntu0.2) xenial; urgency=medium
> >
> >* Make cups.path unit be part of the cups.service, since cups.path
> >  should stop if and when cups.service is stopped. LP: #1642966
> >
> > cups (2.1.3-4ubuntu0.1) xenial-proposed; urgency=medium
> >
> >* Removed auto-shutdown-on-idle-also-with-webinterface-on.patch
> >  as it causes CUPS to auto-shutdown when web interface support is
> >  active (LP: #1598300).
> >
> >   -- Eric Desrochers   Fri, 18 Aug 2017
> > 12:08:28 -0400
> >
> > ** Changed in: cups (Ubuntu Xenial)
> > Status: Fix Committed => Fix Released
> >
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1676430).
> https://bugs.launchpad.net/bugs/1642966
>
> Title:
>   package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
>   pre-removal script returned error exit status 1
>
> Status in cups package in Ubuntu:
>   Fix Released
> Status in cups source package in Xenial:
>   Fix Released
> Status in cups source package in Yakkety:
>   Fix Released
> Status in cups source package in Zesty:
>   Fix Released
>
> Bug description:
>   This concerns only Xenial (16.04)!
>
>   [Impact]
>   * fail to upgrade
>
>   [testcase]
>   Root cause is believed to be reproducible with:
>
>   #!/bin/bash
>   systemctl stop cups.path cups.service
>   rm /var/cache/cups/org.cups.cupsd
>   systemctl start cups.path
>   touch /var/cache/cups/org.cups.cupsd
>   sleep 1
>   rm /var/cache/cups/org.cups.cupsd
>   sleep 1
>   systemctl stop cups.service
>   echo $?
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: cups-daemon 2.1.3-4
>   ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
>   Uname: Linux 4.4.0-46-generic x86_64
>   NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: amd64
>   CupsErrorLog:
>
>   Date: Fri Nov 18 11:13:15 2016
>   ErrorMessage: subprocess new pre-removal script returned error exit
> status 1
>   InstallationDate: Installed on 2016-05-02 (200 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   Lpstat: device for mallards-officejet-pro-8600: dnssd://Officejet%20Pro%
> 208600%20%5BD63461%5D._ipp._tcp.local/?uuid=1c852a4d-b800-
> 1f08-abcd-d89d67d63461
>   MachineType: Dell Inc. XPS 15 9550
>   Papersize: a4
>   PpdFiles: mallards-officejet-pro-8600: HP Officejet Pro 8600, hpcups
> 3.16.3
>   ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
> root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
> vt.handoff=7
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed
> root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash
> vt.handoff=7
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.1
>apt  1.2.15
>   SourcePackage: cups
>   Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess
> new pre-removal script returned error exit status 1
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 04/07/2016
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: 01.02.00
>   dmi.board.name: 0N7TVV
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A00
>   dmi.chassis.type: 9
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias: dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:
> pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
>   dmi.product.name: XPS 15 9550
>   dmi.sys.vendor: Dell Inc.
>
>   [Regression Potential]
>
>   Regression risk is low, the fix mitigate cups failing to stop/restart
>   on upgrade. No source code change, just adding a custom pre-removal
>   maintainer script in case of upgrade failure.
>
>   [Regression in Pending SRU page]
>
>   * Regression in autopkgtest for c2esp (armhf): test log
>
>   This autopkgtest seems always fails :
>
>   http://autopkgtest.ubuntu.com/packages/c/c2esp/xenial/armhf
>
>   c2esp [xenial/armhf]
>
>   Version   TriggersDateDurationResult
>   27-2  cups/2.1.3-4ubuntu0.3   2017-08-23 04:07:44 UTC 2h 50m
> 13s  faillog  artifacts  ♻
>   27-2  cups/2.1.3-4ubuntu0.2   2017-08-14 23:31:50 UTC 2h 50m
> 11s  faillog  artifacts  ♻
>   27-2  cups/2.1.3-4ubuntu0.2   2017-07-17 20:17:10 UTC 2h 50m
> 52s  faillog  artifacts  ♻
>   27-2  

[Bug 1733070] Re: ntp apparmor profile problem

2017-11-19 Thread Paul M
Ok, the log hadn't been rotated/lost, so I simply filtered out the ntp
events from syslog

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

Title:
  ntp apparmor profile problem

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

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

  1   2   3   >