[Touch-packages] [Bug 1642718] Re: At least 3-5 minute gap between removing power cable and system notifying of event

2018-06-04 Thread Bug Watch Updater
** Changed in: upower
   Importance: Unknown => Medium

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

Title:
  At least 3-5 minute gap between removing power cable and system
  notifying of event

Status in Ubuntu GNOME:
  New
Status in Upower:
  Unknown
Status in upower package in Ubuntu:
  New

Bug description:
  I have noticed something very strange after upgrading to Ubuntu GNOME
  16.10 with GNOME 3.22, and that is that if:

   - My laptop is fully charged and I remove the power cable:
     1. The indicator in the top right hand side of the screen changes from the 
icon indicating that it is fully charged to the icon indicating that it is 
charging, but not fully charged.
     2. In about 3-5 minutes (longer if I suspend my machine mid way during 
this time span) I will hear the noise which signifies that my machine has 
disconnected from the power cable and the icon will change to the normal one 
which indicates that the machine does not have a power cable attached to it 
(the time indicator will also show how long until the battery runs out instead 
of how long until it is fully charged).

   - My laptop is not fully charged and I remove the power cable:
     1. The same happens as for the previous bullet point, however step 1 is 
skipped as it is not fully charged yet.

    - Either or the above bullet points, however I attach the power cable 
instead of removing it:
  1. All of the expected (the noise and the icon change) happen immediately.

  I have described this with the Adwaita icon theme, however it is icon
  theme independent.

  Related: Bug #1643190

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1560899] Re: sqlite triggers syscall error if run as root in snappy default confinement (fchown not allowed)

2018-06-04 Thread Launchpad Bug Tracker
[Expired for sqlite3 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  sqlite triggers syscall error if run as root in snappy default
  confinement (fchown not allowed)

Status in sqlite3 package in Ubuntu:
  Expired

Bug description:
  Code currently tries to change user to uid if geteuid is root; this
  call triggers fchown syscall exception in snappy.

  Good news is that in snappy this call is a null op in theory as both
  geteuid as well as uid are 0, so changing wouldnt do anything.

  Fix is to not try to chown if geteuid is equal to uid (e.g. if it
  would be a null op anyway). "Safe" patch should be:

  Index: sqlite3-3.11.0/src/os_unix.c
  ===
  --- sqlite3-3.11.0.orig/src/os_unix.c
  +++ sqlite3-3.11.0/src/os_unix.c
  @@ -497,7 +497,7 @@ static struct unix_syscall {
   */
   static int robustFchown(int fd, uid_t uid, gid_t gid){
   #if defined(HAVE_FCHOWN)
  -  return osGeteuid() ? 0 : osFchown(fd,uid,gid);
  +  return osGeteuid() || osGeteuid() == uid ? 0 : osFchown(fd,uid,gid);
   #else
 return 0;
   #endif

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665202] Re: [HP ENVY 15 Notebook PC, Realtek ALC3241, Speaker, Internal] has volume and I can hear system sounds but I can't hear application sounds. There are no muted apps

2018-06-04 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [HP ENVY 15 Notebook PC, Realtek ALC3241, Speaker, Internal] has
  volume and I can hear system sounds but I can't hear application
  sounds. There are no muted apps

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
  It's working before. After a day using an HDMI cable, the sound of the
  applications went missing and now, I can only hear system sounds such
  as login and the volume up and down. I don't really know what
  happened. I tried resetting using some techniques in online forums but
  there was no luck.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-37.39-generic 4.8.16
  Uname: Linux 4.8.0-37-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   jeiannueva   2381 F...m pulseaudio
   /dev/snd/controlC0:  jeiannueva   2381 F pulseaudio
   /dev/snd/controlC1:  jeiannueva   2381 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Feb 16 11:07:02 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-02-02 (13 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_PH:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_PH.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_Type: Volume slider, or mixer problems
  Title: [HP ENVY 15 Notebook PC, Realtek ALC3241, Speaker, Internal] volume 
slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/25/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.22
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 22A0
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 83.12
  dmi.chassis.asset.tag: 5CG5080CCX
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.22:bd11/25/2014:svnHewlett-Packard:pnHPENVY15NotebookPC:pvr097F12405F1310100:rvnHewlett-Packard:rn22A0:rvrKBCVersion83.12:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY 15 Notebook PC
  dmi.product.version: 097F12405F1310100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1665202/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1751417] Re: gtk3.22 makes gedit & pluma screen flash for short text only

2018-06-04 Thread Launchpad Bug Tracker
[Expired for gtk+3.0 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gtk+3.0 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  gtk3.22 makes gedit & pluma screen flash for short text only

Status in gtk+3.0 package in Ubuntu:
  Expired

Bug description:
  Environment: Ubuntu 18.04 development branch;
  GTK-3 version: 3.22;

  For almost all gtk3-based text editor, such as gedit, pluma, mousepad.
  There is textview flashing issue when the textview doesn't have its
  side-scrollbar. Typically, short text in textview can make this
  condition satisified.

  1) Editor textview flashing problem only happens in OS physical hosts,
  and doesn't happen when editors run inside Virtualbox.

  2) Editor textview flashing problem doesn't happen in Ubuntu 16.04
  which is of lower gtk3 version;

  3) If text document is long to generate either side of scrollbar for
  the editor textview, then the textview is no longer flashing.

  More to see: https://github.com/mate-desktop/pluma/issues/282
  Still, I just ensure that it is not a pluma issue but happens in all 
gtk3-based text editor including gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libgtk-3-0 3.22.28-1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat Feb 24 14:32:35 2018
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1751417/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774915] Re: Video freezes and stutters when using totem (audio continues fine)

2018-06-04 Thread Daniel van Vugt
By the way, I also set up Ubuntu 18.04 on a very similar HP machine last
night (Intel Sandy Bridge + Radeon graphics) and can not reproduce any
problems.

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

Title:
  Video freezes and stutters when using totem (audio continues fine)

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  Advised to file a bug report after posting on "Call for testing: Video
  playback in 18.04".

  Running 18.04 LTS as fresh install (not upgraded from previous version
  - older version still installed in separate partition). Xorg session.

  System: HP Pavillion DV7 (lm726av) - Intel Core i7 2630 processor,
  integrated Intel video

  Playing any local video file (regardless of video format - flv, mp4,
  avi), the video will randomly lag in playback. Audio is not affected,
  it plays back correctly. Very occasional lags in browsers (Firefox and
  Chrome) on pages with a lot of active graphics (flash or HTML5).
  Browser lags significantly improved after installing synaptic driver
  for touchpad operation (I have no idea why this would affect video
  playback - I simply note that it happened).

  I can pick a random video on YouTube and watch it in Firefox or Chrome
  without lag (even full-screen). However, if I grab a local copy of the
  video (using, for instance, Clipgrab) and play it using Totem, I get
  lag.

  I was also advised to try using mpv - I still get lag in mpv, although
  not as pronounced.

  tracy@tracy-hp:~$ sudo apt-cache policy totem
  [sudo] password for tracy: 
  totem:
Installed: 3.26.0-0ubuntu6
Candidate: 3.26.0-0ubuntu6
Version table:
   *** 3.26.0-0ubuntu6 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  I was also asked to include output of lspci -k - shown below:

  tracy@tracy-hp:~$ lspci -k
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
DRAM Controller
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
MEI Controller
Kernel driver in use: mei_me
Kernel modules: mei_me
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller
Kernel driver in use: ehci-pci
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
High Definition Audio Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller
Kernel driver in use: ehci-pci
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
Subsystem: Hewlett-Packard Company HM65 Express Chipset Family LPC 
Controller
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 

[Touch-packages] [Bug 1774979] Re: no input and output devices detected in sound definitions

2018-06-04 Thread Daniel van Vugt
When experiencing the problem please also run:

  ps auxw | grep pulse

and send us the output.

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

Title:
  no input and output devices detected in sound definitions

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  After installing pulse audio equalizer, it worked good. everything was
  detected in Sound Definitions and there was sound in the headphone
  out.

  In the day after, every input and output devices were gone in Sound
  Definition. I uninstalled pulse audio equalizer but nothing happened
  in Sound Definitions, everything was gone.

  I rebooted the system and nothing. No sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.10
  ProcVersionSignature: Ubuntu 4.13.0-43.48~16.04.1-generic 4.13.16
  Uname: Linux 4.13.0-43-generic i686
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D1', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D6c', '/dev/snd/pcmC0D6p', 
'/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Mon Jun  4 12:35:32 2018
  InstallationDate: Installed on 2018-01-04 (150 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release i386 (20170801)
  ProcEnviron:
   LANGUAGE=pt:pt_BR:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_PT.UTF-8
   SHELL=/bin/bash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/15/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A6FAS.212
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: A6F
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA6FAS.212:bd05/15/2006:svnASUSTeKComputerInc.:pnA6F:pvr1.0:rvnASUSTeKComputerInc.:rnA6F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: A6F
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774979] Re: no input and output devices detected in sound definitions

2018-06-04 Thread Daniel van Vugt
It appears you don't have a pulseaudio daemon running, which would
explain the loss of all output and input.

Please look in /var/crash for any relevant crash files. If found then
follow the instructions in
https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment

Otherwise, please check this page to see what crash reports the machine
has automatically sent: https://errors.ubuntu.com/user/ID where ID is
the contents of the machine's /var/lib/whoopsie/whoopsie-id file.



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

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

Title:
  no input and output devices detected in sound definitions

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  After installing pulse audio equalizer, it worked good. everything was
  detected in Sound Definitions and there was sound in the headphone
  out.

  In the day after, every input and output devices were gone in Sound
  Definition. I uninstalled pulse audio equalizer but nothing happened
  in Sound Definitions, everything was gone.

  I rebooted the system and nothing. No sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.10
  ProcVersionSignature: Ubuntu 4.13.0-43.48~16.04.1-generic 4.13.16
  Uname: Linux 4.13.0-43-generic i686
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D1', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D6c', '/dev/snd/pcmC0D6p', 
'/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Mon Jun  4 12:35:32 2018
  InstallationDate: Installed on 2018-01-04 (150 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release i386 (20170801)
  ProcEnviron:
   LANGUAGE=pt:pt_BR:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_PT.UTF-8
   SHELL=/bin/bash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/15/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A6FAS.212
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: A6F
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA6FAS.212:bd05/15/2006:svnASUSTeKComputerInc.:pnA6F:pvr1.0:rvnASUSTeKComputerInc.:rnA6F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: A6F
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774915] Re: Video freezes and stutters when using totem (audio continues fine)

2018-06-04 Thread Daniel van Vugt
Thanks.

What you are experiencing is worse than I have ever seen. We do have a
catch-all bug 1698270 to cover similar issues, but I am not aware of it
ever being as bad as you describe.

Maybe this problem is specific to the VAAPI decoding that is common to
both totem and mpv... Does the problem go away after running this?;

  sudo apt remove mesa-va-drivers

If the problem then continues, how about after also running this?;

  sudo apt remove i965-va-driver


  

** Summary changed:

- Video lag when using totem (audio does not lag)
+ Video freezes and stutters when using totem (audio continues fine)

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

Title:
  Video freezes and stutters when using totem (audio continues fine)

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  Advised to file a bug report after posting on "Call for testing: Video
  playback in 18.04".

  Running 18.04 LTS as fresh install (not upgraded from previous version
  - older version still installed in separate partition). Xorg session.

  System: HP Pavillion DV7 (lm726av) - Intel Core i7 2630 processor,
  integrated Intel video

  Playing any local video file (regardless of video format - flv, mp4,
  avi), the video will randomly lag in playback. Audio is not affected,
  it plays back correctly. Very occasional lags in browsers (Firefox and
  Chrome) on pages with a lot of active graphics (flash or HTML5).
  Browser lags significantly improved after installing synaptic driver
  for touchpad operation (I have no idea why this would affect video
  playback - I simply note that it happened).

  I can pick a random video on YouTube and watch it in Firefox or Chrome
  without lag (even full-screen). However, if I grab a local copy of the
  video (using, for instance, Clipgrab) and play it using Totem, I get
  lag.

  I was also advised to try using mpv - I still get lag in mpv, although
  not as pronounced.

  tracy@tracy-hp:~$ sudo apt-cache policy totem
  [sudo] password for tracy: 
  totem:
Installed: 3.26.0-0ubuntu6
Candidate: 3.26.0-0ubuntu6
Version table:
   *** 3.26.0-0ubuntu6 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  I was also asked to include output of lspci -k - shown below:

  tracy@tracy-hp:~$ lspci -k
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
DRAM Controller
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
MEI Controller
Kernel driver in use: mei_me
Kernel modules: mei_me
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller
Kernel driver in use: ehci-pci
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
High Definition Audio Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 

[Touch-packages] [Bug 1774915] Re: Video lag when using totem (audio does not lag)

2018-06-04 Thread Tracy
When run in totem, during the first "significant" lag (> 1 second), I
ran dmesg (output copied below) and top. Top showed totem and gnome-
shell as the only processes using more than 10% of the processor.

Dmesg output copied below:

tracy@tracy-hp:~$ dmesg
[0.00] Linux version 4.15.0-22-generic (buildd@lgw01-amd64-013) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #24-Ubuntu SMP Wed May 16 12:15:17 UTC 
2018 (Ubuntu 4.15.0-22.24-generic 4.15.17)
[0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=773579df-8683-4bb4-97e9-54d7a44ffac8 ro quiet splash vt.handoff=1
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   Centaur CentaurHauls
[0.00] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point 
registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[0.00] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[0.00] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, 
using 'standard' format.
[0.00] e820: BIOS-provided physical RAM map:
[0.00] BIOS-e820: [mem 0x-0x0009d7ff] usable
[0.00] BIOS-e820: [mem 0x0009d800-0x0009] reserved
[0.00] BIOS-e820: [mem 0x000e-0x000f] reserved
[0.00] BIOS-e820: [mem 0x0010-0x9ce3efff] usable
[0.00] BIOS-e820: [mem 0x9ce3f000-0x9cebefff] reserved
[0.00] BIOS-e820: [mem 0x9cebf000-0x9cfbefff] ACPI NVS
[0.00] BIOS-e820: [mem 0x9cfbf000-0x9cffefff] ACPI data
[0.00] BIOS-e820: [mem 0x9cfff000-0x9cff] usable
[0.00] BIOS-e820: [mem 0x9d00-0x9f9f] reserved
[0.00] BIOS-e820: [mem 0xe000-0xefff] reserved
[0.00] BIOS-e820: [mem 0xfeb0-0xfeb03fff] reserved
[0.00] BIOS-e820: [mem 0xfec0-0xfec00fff] reserved
[0.00] BIOS-e820: [mem 0xfed1-0xfed19fff] reserved
[0.00] BIOS-e820: [mem 0xfed1c000-0xfed1] reserved
[0.00] BIOS-e820: [mem 0xfee0-0xfee00fff] reserved
[0.00] BIOS-e820: [mem 0xffd8-0x] reserved
[0.00] BIOS-e820: [mem 0x0001-0x00025fdf] usable
[0.00] NX (Execute Disable) protection: active
[0.00] random: fast init done
[0.00] SMBIOS 2.7 present.
[0.00] DMI: Hewlett-Packard HP Pavilion dv7 Notebook PC/165A, BIOS F.1B 
10/05/2011
[0.00] e820: update [mem 0x-0x0fff] usable ==> reserved
[0.00] e820: remove [mem 0x000a-0x000f] usable
[0.00] e820: last_pfn = 0x25fe00 max_arch_pfn = 0x4
[0.00] MTRR default type: uncachable
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 0 mask F8000 write-back
[0.00]   1 base 08000 mask FE000 write-back
[0.00]   2 base 09D00 mask FFF00 uncachable
[0.00]   3 base 09E00 mask FFE00 uncachable
[0.00]   4 base 0FFC0 mask FFFC0 write-protect
[0.00]   5 base 1 mask F write-back
[0.00]   6 base 2 mask FC000 write-back
[0.00]   7 base 24000 mask FF000 write-back
[0.00]   8 base 25000 mask FF000 write-back
[0.00]   9 base 25FE0 mask FFFE0 uncachable
[0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[0.00] e820: last_pfn = 0x9d000 max_arch_pfn = 0x4
[0.00] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [
(ptrval)]
[0.00] Scanning 1 areas for low memory corruption
[0.00] Base memory trampoline at [(ptrval)] 97000 size 24576
[0.00] reserving inaccessible SNB gfx pages
[0.00] BRK [0x1a5d3e000, 0x1a5d3efff] PGTABLE
[0.00] BRK [0x1a5d3f000, 0x1a5d3] PGTABLE
[0.00] BRK [0x1a5d4, 0x1a5d40fff] PGTABLE
[0.00] BRK [0x1a5d41000, 0x1a5d41fff] PGTABLE
[0.00] BRK [0x1a5d42000, 0x1a5d42fff] PGTABLE
[0.00] BRK [0x1a5d43000, 0x1a5d43fff] PGTABLE
[0.00] BRK [0x1a5d44000, 0x1a5d44fff] PGTABLE
[0.00] BRK [0x1a5d45000, 0x1a5d45fff] PGTABLE
[0.00] BRK [0x1a5d46000, 0x1a5d46fff] PGTABLE
[0.00] RAMDISK: [mem 0x318d9000-0x34c63fff]
[0.00] ACPI: Early table checksum verification disabled
[0.00] ACPI: RSDP 0x000FE020 24 (v02 HPQOEM)
[0.00] ACPI: XSDT 0x9CFFE120 94 (v01 HPQOEM 

[Touch-packages] [Bug 1774915] Re: Video lag when using totem (audio does not lag)

2018-06-04 Thread Tracy
OK, so I went into the BIOS settings for the machine, and the only
options for the video configuration is to set video switching to either
dynamic or fixed. Dynamic (which was selected) allows the system to
switch between the video card "on demand", while fixed (which is now
selected) requires the OS or the user to manually switch between video
cards.

After setting the video configuration to fixed, I booted into Ubuntu and
retried the mpv test with your video. I noticed only one brief lag (too
fast to even let me try doing top or dmesg). Here is the output from
mpv, which shows only a single dropped frame (which would be unnoticable
for most people watching a video):

tracy@tracy-hp:/mnt/VM$ mpv bbb_sunflower_1080p_60fps_normal.mp4
Playing: bbb_sunflower_1080p_60fps_normal.mp4
 (+) Video --vid=1 (*) (h264 1920x1080 60.000fps)
 (+) Audio --aid=1 --alang=und (*) (mp3 2ch 48000Hz)
 Audio --aid=2 --alang=und (*) (ac3 6ch 48000Hz)
File tags:
 Artist: Blender Foundation 2008, Janus Bager Kristensen 2013
 Comment: Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net
 Composer: Sacha Goedegebure
 Genre: Animation
 Title: Big Buck Bunny, Sunflower version
AO: [pulse] 48000Hz stereo 2ch s16
Using hardware decoding (vaapi).
VO: [opengl] 1920x1080 vaapi[nv12]
AV: 00:10:34 / 00:10:34 (100%) A-V:  0.000 Dropped: 1


Exiting... (End of file)
tracy@tracy-hp:/mnt/VM$ 

So, at this point, it looks like the dynamic switching was the basic
problem. However, of interest to me is why this didn't present in
earlier versions (I have run 16.04, 17.04, and 17.10 (Wayland), none of
which exhibited this problem).

So, given this, is there something specific that you want in the way of
system information, or are we going to write this off to a (relatively
minor) BIOS incompatibility with something introduced in 18.04? (I can
live with the manual switching, at this point, if that's what it comes
down to...)

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

Title:
  Video lag when using totem (audio does not lag)

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  Advised to file a bug report after posting on "Call for testing: Video
  playback in 18.04".

  Running 18.04 LTS as fresh install (not upgraded from previous version
  - older version still installed in separate partition). Xorg session.

  System: HP Pavillion DV7 (lm726av) - Intel Core i7 2630 processor,
  integrated Intel video

  Playing any local video file (regardless of video format - flv, mp4,
  avi), the video will randomly lag in playback. Audio is not affected,
  it plays back correctly. Very occasional lags in browsers (Firefox and
  Chrome) on pages with a lot of active graphics (flash or HTML5).
  Browser lags significantly improved after installing synaptic driver
  for touchpad operation (I have no idea why this would affect video
  playback - I simply note that it happened).

  I can pick a random video on YouTube and watch it in Firefox or Chrome
  without lag (even full-screen). However, if I grab a local copy of the
  video (using, for instance, Clipgrab) and play it using Totem, I get
  lag.

  I was also advised to try using mpv - I still get lag in mpv, although
  not as pronounced.

  tracy@tracy-hp:~$ sudo apt-cache policy totem
  [sudo] password for tracy: 
  totem:
Installed: 3.26.0-0ubuntu6
Candidate: 3.26.0-0ubuntu6
Version table:
   *** 3.26.0-0ubuntu6 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  I was also asked to include output of lspci -k - shown below:

  tracy@tracy-hp:~$ lspci -k
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
DRAM Controller
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
MEI Controller
Kernel driver in use: mei_me
Kernel modules: mei_me
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series 

[Touch-packages] [Bug 1774915] Re: Video lag when using totem (audio does not lag)

2018-06-04 Thread Tracy
Sorry, follow-up. The lags/freezes still occur in totem - I will run it
again and do the dmesg and top runs you requested, if that will help

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

Title:
  Video lag when using totem (audio does not lag)

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  Advised to file a bug report after posting on "Call for testing: Video
  playback in 18.04".

  Running 18.04 LTS as fresh install (not upgraded from previous version
  - older version still installed in separate partition). Xorg session.

  System: HP Pavillion DV7 (lm726av) - Intel Core i7 2630 processor,
  integrated Intel video

  Playing any local video file (regardless of video format - flv, mp4,
  avi), the video will randomly lag in playback. Audio is not affected,
  it plays back correctly. Very occasional lags in browsers (Firefox and
  Chrome) on pages with a lot of active graphics (flash or HTML5).
  Browser lags significantly improved after installing synaptic driver
  for touchpad operation (I have no idea why this would affect video
  playback - I simply note that it happened).

  I can pick a random video on YouTube and watch it in Firefox or Chrome
  without lag (even full-screen). However, if I grab a local copy of the
  video (using, for instance, Clipgrab) and play it using Totem, I get
  lag.

  I was also advised to try using mpv - I still get lag in mpv, although
  not as pronounced.

  tracy@tracy-hp:~$ sudo apt-cache policy totem
  [sudo] password for tracy: 
  totem:
Installed: 3.26.0-0ubuntu6
Candidate: 3.26.0-0ubuntu6
Version table:
   *** 3.26.0-0ubuntu6 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  I was also asked to include output of lspci -k - shown below:

  tracy@tracy-hp:~$ lspci -k
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
DRAM Controller
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
MEI Controller
Kernel driver in use: mei_me
Kernel modules: mei_me
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller
Kernel driver in use: ehci-pci
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
High Definition Audio Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller
Kernel driver in use: ehci-pci
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
Subsystem: Hewlett-Packard Company HM65 Express Chipset Family LPC 
Controller
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
Subsystem: 

[Touch-packages] [Bug 1769262] Re: PythonDetails contains an error message if python not installed

2018-06-04 Thread Brian Murray
The test case passed with the version of apport from bionic-proposed.

bdmurray@clean-bionic-amd64:~$ grep Python 
/var/crash/_usr_bin_update-manager.1000.crash 
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: N/A
bdmurray@clean-bionic-amd64:~$ apt-cache policy apport
apport:
  Installed: 2.20.9-0ubuntu7.2
  Candidate: 2.20.9-0ubuntu7.2


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

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

Title:
  PythonDetails contains an error message if python not installed

Status in apport package in Ubuntu:
  Fix Released
Status in apport source package in Bionic:
  Fix Committed

Bug description:
  [Test Case]
  0) ensure python is not installed on the system
  1) launch update-manager
  2) kill update-manager
  3) view the crash report

  With the version of apport in the archive you will see messy
  PythonDetails like below. With the version of apport from -proposed
  you will instead see:

  PythonDetails: N/A

  [Regression Potential]
  The fix for this also modified the code which creates Python3Details so we 
should ensure that Python3Details is not broken.

  Original Description
  
  In an Ubuntu 18.04 apport-package report, bug 1768866, we can see the 
following which looks super messy:

  PythonDetails: /root/Error: command ['which', 'python'] failed with
  exit code 1:, Error: [Errno 2] Aucun fichier ou dossier de ce type:
  "/root/Error: command ['which', 'python'] failed with exit code 1:":
  "/root/Error: command ['which', 'python'] failed with exit code 1:",
  unpackaged

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1773012] Re: kernel bugs in bionic are reported about linux-signed and package hook doesn't run

2018-06-04 Thread Brian Murray
The verification of the package in -proposed passed.

bdmurray@clean-bionic-amd64:~$ grep Package 
/tmp/apport.linux-image-4.15.0-22-generic.l30zr_wk.apport
Package: linux-image-4.15.0-22-generic 4.15.0-22.24
PackageArchitecture: amd64
RelatedPackageVersions:
SourcePackage: linux
bdmurray@clean-bionic-amd64:~$ grep ProcFB 
/tmp/apport.linux-image-4.15.0-22-generic.l30zr_wk.apport
ProcFB: 0 qxldrmfb
bdmurray@clean-bionic-amd64:~$ apt-cache policy apport
apport:
  Installed: 2.20.9-0ubuntu7.2
  Candidate: 2.20.9-0ubuntu7.2


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

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

Title:
  kernel bugs in bionic are reported about linux-signed and package hook
  doesn't run

Status in apport package in Ubuntu:
  Fix Released
Status in apport source package in Bionic:
  Fix Committed

Bug description:
  During the development of bionic the linux-image-$kvers-$flavor
  package was changed from being built from the linux package to the
  linux-signed package, however apport was not updated in bionic for
  this change. Subsequently, the apport package hook for linux doesn't
  run for linux-signed bug reports. Additionally, the kernel team would
  like reports about linux-signed redirected to the linux package.

  Test Case
  -
  1) In a terminal run 'ubuntu-bug linux-image-4.15.0-20-generic'
  2) In the crash report dialog observe the following:
    a) The source package is linux-signed
    b) ProcFB is not included

  With the version of the package from -proposed the source package will
  be linux and ProcFB will be included. Also test 'ubuntu-bug linux-
  image-generic' to and check to see that the crash report contains the
  same information as above.

  Regression Potential
  
  The code that redirects bugs from linux-signed to linux was written and that 
change, if it were bad, could negatively affect bugs reported about the 
linux-meta package. So it'd be good to test that process by running 'ubuntu-bug 
linux-image-generic' with the -proposed version of the package.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1766969] Re: DNS cannot be resolved in Public / Hotel / Starbucks WiFi Hotspot

2018-06-04 Thread Jeff Nessen
Obviously I didn't just jump in and release a fix. I accidentally
updated the status and can't set it back. Sorry folks. I didn't mean to
get anyone excited about the fix being out.

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

Title:
  DNS cannot be resolved in Public / Hotel / Starbucks WiFi Hotspot

Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Artful:
  Confirmed
Status in systemd source package in Bionic:
  Fix Released
Status in systemd source package in Cosmic:
  Fix Committed

Bug description:
  [Impact]

   * More captive portals have been discovered that do not handle DNS requests 
with D0 set.
   * Thus extend previous aruba-networks fix from 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237 by retrying all 
NXDOMAIN results with lower feature levels just in case.

  [Test Case]

   * systemd-resolved something-nonexistant.ubuntu.com
   * monitor the logs, and check that the transaction has been downgraded 
multiple times and tried at least once at a feature level below D0. There 
should be a downgrade message in the log.
   * Note, it will be cached, thus one may need to call $ systemd-resolved 
--flush-caches

  [Regression Potential]

   * Legitimate NXDOMAIN queries will now take longer, as they will be
  retried multiple times with different features sets until an answer is
  found. At that point the query will be cached and will return quickly.
  This is needed to work-around bad captive portals that do not support
  dns queries with D0. Post-captive portal, the feature level can
  usually be cranked back up and it does after a grace period.

  [Other Info]
   
   * Original bug report

  I was asked to create a new bug for this in
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237 as it
  seems to be a different issue.

  I have installed the nightly image of Kubuntu Bionic from 25th of
  April.

  There systemd is in version 237-3ubuntu10.

  When connecting to the wifi hotspot in my hotel (Quality Hotel
  Augsburg) I cannot open the hotspot landing page that should give me
  access to the WIFI. With Windows and on an Iphone it's working.

  For the following distributions I can confirm it not working:
  Kubuntu 17.10
  Kubuntu 18.04 (nightly image 25th of April 2018)

  The logs were taken on 18.04.

  Workaround:
  sudo systemctl disable systemd-resolved.service
  sudo service systemd-resolved stop
  sudo rm /etc/resolv.conf
  sudo nano /etc/NetworkManager/NetworkManager.conf
    >> add "dns=default" under [main]
  sudo service network-manager restart

  Then I can connect to the WIFI and I see the login page in Firefox.

  To capture some data I did the following:
   - connect to Hotspot
   - enter golem.de

  Case 1: Fresh default Kubuntu install
  With a default Kubuntu install it does not work. I can connect to the WIFI 
and get IP and DNS from DHCP but I cannot resolve any hostname. When trying  to 
open the router ip directly in the browser it forwards to hotsplots.de which 
cannot be resolved.

  Case 2: With aforementioned Workaround
  I connect to the wifi, I open firefox and the login page shows up (if I 
havent been connected yet. In the capture I already was able to connect to the 
hotspot which allows immediately to connect to the webpage)

  PS: I'll be in this hotel till Friday 27th if more information are
  required.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1766969] Re: DNS cannot be resolved in Public / Hotel / Starbucks WiFi Hotspot

2018-06-04 Thread Jeff Nessen
** Changed in: systemd (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  DNS cannot be resolved in Public / Hotel / Starbucks WiFi Hotspot

Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Artful:
  Confirmed
Status in systemd source package in Bionic:
  Fix Released
Status in systemd source package in Cosmic:
  Fix Committed

Bug description:
  [Impact]

   * More captive portals have been discovered that do not handle DNS requests 
with D0 set.
   * Thus extend previous aruba-networks fix from 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237 by retrying all 
NXDOMAIN results with lower feature levels just in case.

  [Test Case]

   * systemd-resolved something-nonexistant.ubuntu.com
   * monitor the logs, and check that the transaction has been downgraded 
multiple times and tried at least once at a feature level below D0. There 
should be a downgrade message in the log.
   * Note, it will be cached, thus one may need to call $ systemd-resolved 
--flush-caches

  [Regression Potential]

   * Legitimate NXDOMAIN queries will now take longer, as they will be
  retried multiple times with different features sets until an answer is
  found. At that point the query will be cached and will return quickly.
  This is needed to work-around bad captive portals that do not support
  dns queries with D0. Post-captive portal, the feature level can
  usually be cranked back up and it does after a grace period.

  [Other Info]
   
   * Original bug report

  I was asked to create a new bug for this in
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237 as it
  seems to be a different issue.

  I have installed the nightly image of Kubuntu Bionic from 25th of
  April.

  There systemd is in version 237-3ubuntu10.

  When connecting to the wifi hotspot in my hotel (Quality Hotel
  Augsburg) I cannot open the hotspot landing page that should give me
  access to the WIFI. With Windows and on an Iphone it's working.

  For the following distributions I can confirm it not working:
  Kubuntu 17.10
  Kubuntu 18.04 (nightly image 25th of April 2018)

  The logs were taken on 18.04.

  Workaround:
  sudo systemctl disable systemd-resolved.service
  sudo service systemd-resolved stop
  sudo rm /etc/resolv.conf
  sudo nano /etc/NetworkManager/NetworkManager.conf
    >> add "dns=default" under [main]
  sudo service network-manager restart

  Then I can connect to the WIFI and I see the login page in Firefox.

  To capture some data I did the following:
   - connect to Hotspot
   - enter golem.de

  Case 1: Fresh default Kubuntu install
  With a default Kubuntu install it does not work. I can connect to the WIFI 
and get IP and DNS from DHCP but I cannot resolve any hostname. When trying  to 
open the router ip directly in the browser it forwards to hotsplots.de which 
cannot be resolved.

  Case 2: With aforementioned Workaround
  I connect to the wifi, I open firefox and the login page shows up (if I 
havent been connected yet. In the capture I already was able to connect to the 
hotspot which allows immediately to connect to the webpage)

  PS: I'll be in this hotel till Friday 27th if more information are
  required.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1758865] Update Released

2018-06-04 Thread Brian Murray
The verification of the Stable Release Update for systemd has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  regression artful sru upgrade

Status in systemd package in Ubuntu:
  Invalid
Status in systemd source package in Artful:
  Fix Released

Bug description:
  systemd upgrades are now failing in my build chroots, and I suspect it
  is related to this change.

  Setting up systemd (234-2ubuntu12.3) ...
  addgroup: The group `systemd-journal' already exists as a system group. 
Exiting.
  [/usr/lib/tmpfiles.d/tmp.conf:15] Failed to replace specifiers: 
/tmp/systemd-private-%b-*
  [/usr/lib/tmpfiles.d/tmp.conf:16] Failed to replace specifiers: 
/tmp/systemd-private-%b-*/tmp
  [/usr/lib/tmpfiles.d/tmp.conf:17] Failed to replace specifiers: 
/var/tmp/systemd-private-%b-*
  [/usr/lib/tmpfiles.d/tmp.conf:18] Failed to replace specifiers: 
/var/tmp/systemd-private-%b-*/tmp
  ACL operation on "/var/log/journal" failed: No such file or directory
  ACL operation on "/var/log/journal" failed: No such file or directory
  chmod() of /var/log/journal via /proc/self/fd/3 failed: No such file or 
directory
  dpkg: error processing package systemd (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1758865] Re: regression artful sru upgrade

2018-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 234-2ubuntu12.4

---
systemd (234-2ubuntu12.4) artful; urgency=medium

  * Revert "systemd.postinst: enable persistent journal."
This reverts commit 099860f8d8d253696ceef731ab25a70a806a4f5b. (LP: #1758865)

 -- Dimitri John Ledkov   Mon, 26 Mar 2018 22:34:22
+0100

** Changed in: systemd (Ubuntu Artful)
   Status: Fix Committed => Fix Released

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

Title:
  regression artful sru upgrade

Status in systemd package in Ubuntu:
  Invalid
Status in systemd source package in Artful:
  Fix Released

Bug description:
  systemd upgrades are now failing in my build chroots, and I suspect it
  is related to this change.

  Setting up systemd (234-2ubuntu12.3) ...
  addgroup: The group `systemd-journal' already exists as a system group. 
Exiting.
  [/usr/lib/tmpfiles.d/tmp.conf:15] Failed to replace specifiers: 
/tmp/systemd-private-%b-*
  [/usr/lib/tmpfiles.d/tmp.conf:16] Failed to replace specifiers: 
/tmp/systemd-private-%b-*/tmp
  [/usr/lib/tmpfiles.d/tmp.conf:17] Failed to replace specifiers: 
/var/tmp/systemd-private-%b-*
  [/usr/lib/tmpfiles.d/tmp.conf:18] Failed to replace specifiers: 
/var/tmp/systemd-private-%b-*/tmp
  ACL operation on "/var/log/journal" failed: No such file or directory
  ACL operation on "/var/log/journal" failed: No such file or directory
  chmod() of /var/log/journal via /proc/self/fd/3 failed: No such file or 
directory
  dpkg: error processing package systemd (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   systemd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774915] Re: Video lag when using totem (audio does not lag)

2018-06-04 Thread Sergei
VLC work fine for me

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

Title:
  Video lag when using totem (audio does not lag)

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  Advised to file a bug report after posting on "Call for testing: Video
  playback in 18.04".

  Running 18.04 LTS as fresh install (not upgraded from previous version
  - older version still installed in separate partition). Xorg session.

  System: HP Pavillion DV7 (lm726av) - Intel Core i7 2630 processor,
  integrated Intel video

  Playing any local video file (regardless of video format - flv, mp4,
  avi), the video will randomly lag in playback. Audio is not affected,
  it plays back correctly. Very occasional lags in browsers (Firefox and
  Chrome) on pages with a lot of active graphics (flash or HTML5).
  Browser lags significantly improved after installing synaptic driver
  for touchpad operation (I have no idea why this would affect video
  playback - I simply note that it happened).

  I can pick a random video on YouTube and watch it in Firefox or Chrome
  without lag (even full-screen). However, if I grab a local copy of the
  video (using, for instance, Clipgrab) and play it using Totem, I get
  lag.

  I was also advised to try using mpv - I still get lag in mpv, although
  not as pronounced.

  tracy@tracy-hp:~$ sudo apt-cache policy totem
  [sudo] password for tracy: 
  totem:
Installed: 3.26.0-0ubuntu6
Candidate: 3.26.0-0ubuntu6
Version table:
   *** 3.26.0-0ubuntu6 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  I was also asked to include output of lspci -k - shown below:

  tracy@tracy-hp:~$ lspci -k
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
DRAM Controller
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
MEI Controller
Kernel driver in use: mei_me
Kernel modules: mei_me
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller
Kernel driver in use: ehci-pci
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
High Definition Audio Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller
Kernel driver in use: ehci-pci
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
Subsystem: Hewlett-Packard Company HM65 Express Chipset Family LPC 
Controller
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
6 port Mobile SATA AHCI Controller
Kernel driver in use: ahci

[Touch-packages] [Bug 1774915] Re: Video lag when using totem (audio does not lag)

2018-06-04 Thread Sergei
Same here. I have Intel® Ivybridge Desktop graphics only.

lspci -k
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor 
DRAM Controller (rev 09)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: ivb_uncore
Kernel modules: ie31200_edac
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor 
PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen 
Core processor Graphics Controller (rev 09)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB xHCI Host Controller (rev 04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset 
Family MEI Controller #1 (rev 04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB 
Enhanced Host Controller #2 (rev 04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: ehci-pci
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express 
Root Port 1 (rev c4)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 5 (rev c4)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB 
Enhanced Host Controller #1 (rev 04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 
04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 
6-port SATA Controller [AHCI mode] (rev 04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller 
(rev 04)
Subsystem: ASUSTeK Computer Inc. P8 series motherboard
Kernel modules: i2c_i801
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 06)
Subsystem: ASUSTeK Computer Inc. P8P67 and other motherboards
Kernel driver in use: r8169
Kernel modules: r8169
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge 
(rev 03)
05:00.0 Network controller: Qualcomm Atheros AR9227 Wireless Network Adapter 
(rev 01)
Subsystem: Qualcomm Atheros AR9227 Wireless Network Adapter
Kernel driver in use: ath9k
Kernel modules: ath9k
05:01.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD 
Audio]
Subsystem: ASUSTeK Computer Inc. Virtuoso 100 (Xonar D1)
Kernel driver in use: snd_virtuoso
Kernel modules: snd_virtuoso

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

Title:
  Video lag when using totem (audio does not lag)

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  Advised to file a bug report after posting on "Call for testing: Video
  playback in 18.04".

  Running 18.04 LTS as fresh install (not upgraded from previous version
  - older version still installed in separate partition). Xorg session.

  System: HP Pavillion DV7 (lm726av) - Intel Core i7 2630 processor,
  integrated Intel video

  Playing any local video file (regardless of video format - flv, mp4,
  avi), the video will randomly lag in playback. Audio is not affected,
  it plays back correctly. Very occasional lags in browsers (Firefox and
  Chrome) on pages with a lot of active graphics (flash or HTML5).
  Browser lags significantly improved after installing synaptic driver
  for touchpad operation (I have no idea why this would affect video
  playback - I simply note that it happened).

  I can pick a random video on YouTube and watch it in Firefox or Chrome
  without lag (even full-screen). However, if I grab a local copy of the
  video (using, for instance, Clipgrab) and play it using Totem, I get
  lag.

  I was also advised to try using mpv - I still get lag in mpv, although
  not as pronounced.

  

[Touch-packages] [Bug 1706939] Re: A live session can't be shut down due to "[ *** ] (2 of 2) A start job is running for ... (22s / no limit)"

2018-06-04 Thread Doug McMahon
See the same as Daniel on both 18.04 & 18.10 live sessions, 
"Please remove the installation medium, then reboot."

After removing media nothing happens, pressing enter nothing happens.
Here I use ctrl+c, then the reboot initializes

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

Title:
  A live session can't be shut down due to "[ ***  ] (2 of 2) A start
  job is running for ... (22s / no limit)"

Status in Release Notes for Ubuntu:
  Fix Released
Status in casper package in Ubuntu:
  New
Status in gdm3 package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed
Status in casper source package in Bionic:
  New
Status in gdm3 source package in Bionic:
  Confirmed

Bug description:
  Test case:
  Boot to live session using current or recent image
  Attempt to restart, shutdown or even log out.
  Hangs basically forever with:

  [ ***  ] (2 of 2) A start job is running for Hold until boot process
  finishes up (21s / no limit)

  or

  [ *** ] (2 of 2) A start job is running for Wait for Network to be
  Configured (21s / no limit)

  ---
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gdm3 3.24.2-1ubuntu9
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CasperVersion: 1.384
  CurrentDesktop: GNOME
  Date: Thu Jul 27 10:15:57 2017
  LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170723)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm3.custom.conf: 2017-07-27T10:13:04.127685

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1766794] Re: apport-collect doesn't create a ProblemType in the report

2018-06-04 Thread Brian Murray
I installed apport version 2.20.9-0ubuntu7.2 and did not receive a
Traceback when using apport-collect to update an ubuntu-release-upgrader
bug report. I did however receive the following error message since
apport doesn't seem to support using apport-collect with a source
package name, but that is a separate issue.

After the problem report has been sent, please fill out the form in the
automatically opened web browser.

What would you like to do? Your options are:
  S: Send report (1.7 KB)
  V: View report
  K: Keep report file for sending later or copying to somewhere else
  I: Cancel and ignore future crashes of this program version
  C: Cancel
Please choose (S/V/K/I/C): v

*** Collecting problem information

The collected information can be sent to the developers to improve the
application. This might take a few minutes.
dpkg-query: no packages found matching ubuntu-release-upgrader
.

*** Error: Invalid problem report

Could not determine the package or source package name.

Press any key to continue...


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

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

Title:
  apport-collect doesn't create a ProblemType in the report

Status in Apport:
  Fix Released
Status in apport package in Ubuntu:
  Fix Released
Status in apport source package in Bionic:
  Fix Committed

Bug description:
  Running 'sudo apport-collect BUGID' on 18.04 and then selecting 'V:
  View report' results in Tracebacks.

  [Test Case]
  1) ssh to a system running bionic
  2) run apport-collect 1766787
  3) say yes that you want to update a bug report that isn't yours
  4) Choose to view the report
  5) Observe the following Traceback

  ERROR: hook /usr/share/apport/general-hooks/generic.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/general-hooks/generic.py", line 90, in add_info
  if report['ProblemType'] == 'Crash':
File "/usr/lib/python3.6/collections/__init__.py", line 991, in __getitem__
  raise KeyError(key)
  KeyError: 'ProblemType'

  With the version of the package from -proposed you will not see the
  Traceback.

  [Regression Potential]
  The change is just to stop removing the ProblemType from the created report 
so there really isn't a chance of a regression.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775088] Re: Ubuntu Mate guest session locked out when switching from another account

2018-06-04 Thread Gunnar Hjalmarsson
** Also affects: ubuntu-mate
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu Mate guest session locked out when switching from another
  account

Status in ubuntu-mate:
  New
Status in lightdm package in Ubuntu:
  New

Bug description:
  ATTN: Ubuntu Mate Developers

  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  lightdm:
    Installed: 1.26.0-0ubuntu1
    Candidate: 1.26.0-0ubuntu1
    Version table:
   *** 1.26.0-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
  100 /var/lib/dpkg/status

  In Ubuntu Mate 18.04 LTS LightDM, I created a file in
  /etc/lightdm/lightdm.conf, with the line:

  allow-guest=true

  This allows me to log into a guest session. The issue is when I try to
  switch between the guest session and a normal session and back.
  Switching from guest session to the normal user session is fine.
  LightDM asks for the normal user password. However, when I try to
  switch from the normal user to back to the guest session I am asked
  for password as well. This is the problem as the guest session has no
  known password. The unlock window has a 'Switch User" button along
  with Cancel, etc. Clicking the "Switch User" button takes me to the
  standard LightDM screen. There I can select from the normal user and
  the guest. However, selecting guest here opens a new guest session,
  and does not take me back to the guest session already open.

  This looks like an old bug https://bugs.launchpad.net/bugs/1481804

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: lightdm 1.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Jun  4 17:46:33 2018
  InstallationDate: Installed on 2018-05-31 (4 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774788] Re: Daemon won't start at boot up (18LTS fully patched)

2018-06-04 Thread Andreas Hasenack
The default behaviour of these services is to bind to "0.0.0.0", which
means "any IP" essentially. That means they will work even when the nic
isn't there yet, because localhost is. It also means that once a new nic
comes up, they will listen on all its addresses too, without any other
changes in configuration or restarts. Same for when an address
disappears. It's definitely a good default for network services.

The moment you tell a service to bind to a specific IP, however, if that
IP is not available then it will fail. That's where IP_FREEBIND comes
in. It requires code changes, though.

This systemd upstream article talks about the pros and cons of depending
on network-online.target:
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/. In
general, it should be avoided if possible.

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

Title:
  Daemon won't start at boot up   (18LTS fully patched)

Status in rsync:
  Unknown
Status in rsync package in Ubuntu:
  Triaged

Bug description:
  By adding the 'address=' option to the /etc/rsyncd.conf file, the
  daemon fails at boot.

  Once the NIC(s) is/are up, it will start fine when executed via
  systemctl start rsync

  
  ● rsync.service - fast remote file copy program daemon
 Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Sat 2018-06-02 08:01:31 CST; 
52min ago
Process: 851 ExecStart=/usr/bin/rsync --daemon --no-detach (code=exited, 
status=10)
   Main PID: 851 (code=exited, status=10)

  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: Started fast remote file 
copy program daemon.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsyncd version 3.1.2 
starting, listening on port 873
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: bind() failed: Cannot 
assign requested address (address-family 2)
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Main 
process exited, code=exited, status=10/n/a
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: unable to bind any 
inbound sockets on port 873
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Failed with 
result 'exit-code'.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsync error: error in 
socket IO (code 10) at socket.c(555) [Receiver=3.1.2]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jun  2 08:48:15 2018
  InstallationDate: Installed on 2018-06-01 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775088] Re: Ubuntu Mate guest session locked out when switching from another account

2018-06-04 Thread Sushenjit Bandyopadhyay
** Description changed:

  ATTN: Ubuntu Mate Developers
  
  Description:  Ubuntu 18.04 LTS
  Release:  18.04
  
  lightdm:
-   Installed: 1.26.0-0ubuntu1
-   Candidate: 1.26.0-0ubuntu1
-   Version table:
-  *** 1.26.0-0ubuntu1 500
- 500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.26.0-0ubuntu1
+   Candidate: 1.26.0-0ubuntu1
+   Version table:
+  *** 1.26.0-0ubuntu1 500
+ 500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
+ 100 /var/lib/dpkg/status
  
  In Ubuntu Mate 18.04 LTS LightDM, I created a file in
  /etc/lightdm/lightdm.conf, with the line:
  
  allow-guest=true
  
  This allows me to log into a guest session. The issue is when I try to
  switch between the guest session and a normal session and back.
  Switching from guest session to the normal user session is fine. LightDM
  asks for the normal user password. However, when I try to switch from
  the normal user to back to the guest session I am asked for password as
  well. This is the problem as the guest session has no known password.
  The unlock window has a 'Switch User" button along with Cancel, etc.
  Clicking the "Switch User" button takes me to the standard LightDM
  screen. There I can select from the normal user and the guest. However,
  selecting guest here opens a new guest session, and does not take me
  back to the guest session already open.
  
- This looks like an old bug
+ This looks like an old bug https://bugs.launchpad.net/bugs/1481804
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: lightdm 1.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Jun  4 17:46:33 2018
  InstallationDate: Installed on 2018-05-31 (4 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Ubuntu Mate guest session locked out when switching from another
  account

Status in lightdm package in Ubuntu:
  New

Bug description:
  ATTN: Ubuntu Mate Developers

  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  lightdm:
    Installed: 1.26.0-0ubuntu1
    Candidate: 1.26.0-0ubuntu1
    Version table:
   *** 1.26.0-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
  100 /var/lib/dpkg/status

  In Ubuntu Mate 18.04 LTS LightDM, I created a file in
  /etc/lightdm/lightdm.conf, with the line:

  allow-guest=true

  This allows me to log into a guest session. The issue is when I try to
  switch between the guest session and a normal session and back.
  Switching from guest session to the normal user session is fine.
  LightDM asks for the normal user password. However, when I try to
  switch from the normal user to back to the guest session I am asked
  for password as well. This is the problem as the guest session has no
  known password. The unlock window has a 'Switch User" button along
  with Cancel, etc. Clicking the "Switch User" button takes me to the
  standard LightDM screen. There I can select from the normal user and
  the guest. However, selecting guest here opens a new guest session,
  and does not take me back to the guest session already open.

  This looks like an old bug https://bugs.launchpad.net/bugs/1481804

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: lightdm 1.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Jun  4 17:46:33 2018
  InstallationDate: Installed on 2018-05-31 (4 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775088] [NEW] Ubuntu Mate guest session locked out when switching from another account

2018-06-04 Thread Sushenjit Bandyopadhyay
Public bug reported:

ATTN: Ubuntu Mate Developers

Description:Ubuntu 18.04 LTS
Release:18.04

lightdm:
  Installed: 1.26.0-0ubuntu1
  Candidate: 1.26.0-0ubuntu1
  Version table:
 *** 1.26.0-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

In Ubuntu Mate 18.04 LTS LightDM, I created a file in
/etc/lightdm/lightdm.conf, with the line:

allow-guest=true

This allows me to log into a guest session. The issue is when I try to
switch between the guest session and a normal session and back.
Switching from guest session to the normal user session is fine. LightDM
asks for the normal user password. However, when I try to switch from
the normal user to back to the guest session I am asked for password as
well. This is the problem as the guest session has no known password.
The unlock window has a 'Switch User" button along with Cancel, etc.
Clicking the "Switch User" button takes me to the standard LightDM
screen. There I can select from the normal user and the guest. However,
selecting guest here opens a new guest session, and does not take me
back to the guest session already open.

This looks like an old bug https://bugs.launchpad.net/bugs/1481804

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: lightdm 1.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
CurrentDesktop: MATE
Date: Mon Jun  4 17:46:33 2018
InstallationDate: Installed on 2018-05-31 (4 days ago)
InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Ubuntu Mate guest session locked out when switching from another
  account

Status in lightdm package in Ubuntu:
  New

Bug description:
  ATTN: Ubuntu Mate Developers

  Description:  Ubuntu 18.04 LTS
  Release:  18.04

  lightdm:
    Installed: 1.26.0-0ubuntu1
    Candidate: 1.26.0-0ubuntu1
    Version table:
   *** 1.26.0-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
  100 /var/lib/dpkg/status

  In Ubuntu Mate 18.04 LTS LightDM, I created a file in
  /etc/lightdm/lightdm.conf, with the line:

  allow-guest=true

  This allows me to log into a guest session. The issue is when I try to
  switch between the guest session and a normal session and back.
  Switching from guest session to the normal user session is fine.
  LightDM asks for the normal user password. However, when I try to
  switch from the normal user to back to the guest session I am asked
  for password as well. This is the problem as the guest session has no
  known password. The unlock window has a 'Switch User" button along
  with Cancel, etc. Clicking the "Switch User" button takes me to the
  standard LightDM screen. There I can select from the normal user and
  the guest. However, selecting guest here opens a new guest session,
  and does not take me back to the guest session already open.

  This looks like an old bug https://bugs.launchpad.net/bugs/1481804

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: lightdm 1.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Jun  4 17:46:33 2018
  InstallationDate: Installed on 2018-05-31 (4 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590244] Re: Upgrading upower package caused forced reboot

2018-06-04 Thread Bug Watch Updater
** Changed in: upower
   Importance: Unknown => Medium

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

Title:
  Upgrading upower package caused forced reboot

Status in Upower:
  Unknown
Status in upower package in Ubuntu:
  Confirmed

Bug description:
  When upower was updated, the system claimed that my UPS was empty.
  The system then proceeded to shut down.  On reboot, the UPS was fully
  charged as expected.

  This is a major data loss concern.  The system shut down while
  upgrading packages.  Perhaps the bug is in the handling of my specific
  UPS but it's still important.

  jlquinn@cerberus:~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  jlquinn@cerberus:~$ apt-cache policy upower
  upower:
Installed: 0.99.4-2ubuntu0.2
Candidate: 0.99.4-2ubuntu0.2
Version table:
   *** 0.99.4-2ubuntu0.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.99.4-2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  output of lsusb -v for my UPS

  Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   1.10
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0 
bDeviceProtocol 0 
bMaxPacketSize0 8
idVendor   0x0764 Cyber Power System, Inc.
idProduct  0x0501 CP1500 AVR UPS
bcdDevice0.01
iManufacturer   3 CPS
iProduct1 CP625HGa
iSerial 0 
bNumConfigurations  1
Configuration Descriptor:
  bLength 9
  bDescriptorType 2
  wTotalLength   34
  bNumInterfaces  1
  bConfigurationValue 1
  iConfiguration  0 
  bmAttributes 0x80
(Bus Powered)
  MaxPower   50mA
  Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber0
bAlternateSetting   0
bNumEndpoints   1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass  0 No Subclass
bInterfaceProtocol  0 None
iInterface  0 
  HID Device Descriptor:
bLength 9
bDescriptorType33
bcdHID   1.10
bCountryCode   33 US
bNumDescriptors 1
bDescriptorType34 Report
wDescriptorLength 410
   Report Descriptors: 
 ** UNAVAILABLE **
Endpoint Descriptor:
  bLength 7
  bDescriptorType 5
  bEndpointAddress 0x81  EP 1 IN
  bmAttributes3
Transfer TypeInterrupt
Synch Type   None
Usage Type   Data
  wMaxPacketSize 0x0008  1x 8 bytes
  bInterval  10
  Device Status: 0x
(Bus Powered)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: upower 0.99.4-2ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun  8 00:27:23 2016
  InstallationDate: Installed on 2016-05-30 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: upower
  UpgradeStatus: Upgraded to xenial on 2016-05-31 (7 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774788] Re: Daemon won't start at boot up (18LTS fully patched)

2018-06-04 Thread Bill Gradwohl
I'm a recent convert to Ubuntu, having been on Fedora from FC2 through
F26; quite a long time. Over the last few years, their support became
nonexistent. Bugs reported would not even be acknowledged, much less
worked on. To have someone actually respond to a bug report is so
unusual in my experience that I'm pleasantly shocked. Thank You. Thank
You.

Shouldn't services (sshd, rsync, etc) that depend on a NIC being
available ALL wait till that's true? Shouldn't the fix presented for
this bug become SOP for all the control files for services that require
a NIC to be up?

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

Title:
  Daemon won't start at boot up   (18LTS fully patched)

Status in rsync:
  Unknown
Status in rsync package in Ubuntu:
  Triaged

Bug description:
  By adding the 'address=' option to the /etc/rsyncd.conf file, the
  daemon fails at boot.

  Once the NIC(s) is/are up, it will start fine when executed via
  systemctl start rsync

  
  ● rsync.service - fast remote file copy program daemon
 Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Sat 2018-06-02 08:01:31 CST; 
52min ago
Process: 851 ExecStart=/usr/bin/rsync --daemon --no-detach (code=exited, 
status=10)
   Main PID: 851 (code=exited, status=10)

  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: Started fast remote file 
copy program daemon.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsyncd version 3.1.2 
starting, listening on port 873
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: bind() failed: Cannot 
assign requested address (address-family 2)
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Main 
process exited, code=exited, status=10/n/a
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: unable to bind any 
inbound sockets on port 873
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Failed with 
result 'exit-code'.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsync error: error in 
socket IO (code 10) at socket.c(555) [Receiver=3.1.2]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jun  2 08:48:15 2018
  InstallationDate: Installed on 2018-06-01 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774788] Re: Daemon won't start at boot up (18LTS fully patched)

2018-06-04 Thread Andreas Hasenack
** Bug watch added: Samba Bugzilla #13463
   https://bugzilla.samba.org/show_bug.cgi?id=13463

** Also affects: rsync via
   https://bugzilla.samba.org/show_bug.cgi?id=13463
   Importance: Unknown
   Status: Unknown

** Changed in: rsync (Ubuntu)
   Status: New => Triaged

** Changed in: rsync (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Daemon won't start at boot up   (18LTS fully patched)

Status in rsync:
  Unknown
Status in rsync package in Ubuntu:
  Triaged

Bug description:
  By adding the 'address=' option to the /etc/rsyncd.conf file, the
  daemon fails at boot.

  Once the NIC(s) is/are up, it will start fine when executed via
  systemctl start rsync

  
  ● rsync.service - fast remote file copy program daemon
 Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Sat 2018-06-02 08:01:31 CST; 
52min ago
Process: 851 ExecStart=/usr/bin/rsync --daemon --no-detach (code=exited, 
status=10)
   Main PID: 851 (code=exited, status=10)

  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: Started fast remote file 
copy program daemon.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsyncd version 3.1.2 
starting, listening on port 873
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: bind() failed: Cannot 
assign requested address (address-family 2)
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Main 
process exited, code=exited, status=10/n/a
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: unable to bind any 
inbound sockets on port 873
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Failed with 
result 'exit-code'.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsync error: error in 
socket IO (code 10) at socket.c(555) [Receiver=3.1.2]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jun  2 08:48:15 2018
  InstallationDate: Installed on 2018-06-01 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774788] Re: Daemon won't start at boot up (18LTS fully patched)

2018-06-04 Thread Bill Gradwohl
I'm impressed!

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

Title:
  Daemon won't start at boot up   (18LTS fully patched)

Status in rsync:
  Unknown
Status in rsync package in Ubuntu:
  Triaged

Bug description:
  By adding the 'address=' option to the /etc/rsyncd.conf file, the
  daemon fails at boot.

  Once the NIC(s) is/are up, it will start fine when executed via
  systemctl start rsync

  
  ● rsync.service - fast remote file copy program daemon
 Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Sat 2018-06-02 08:01:31 CST; 
52min ago
Process: 851 ExecStart=/usr/bin/rsync --daemon --no-detach (code=exited, 
status=10)
   Main PID: 851 (code=exited, status=10)

  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: Started fast remote file 
copy program daemon.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsyncd version 3.1.2 
starting, listening on port 873
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: bind() failed: Cannot 
assign requested address (address-family 2)
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Main 
process exited, code=exited, status=10/n/a
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: unable to bind any 
inbound sockets on port 873
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Failed with 
result 'exit-code'.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsync error: error in 
socket IO (code 10) at socket.c(555) [Receiver=3.1.2]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jun  2 08:48:15 2018
  InstallationDate: Installed on 2018-06-01 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767795] Re: Error Message

2018-06-04 Thread Seth Arnold
Hrm, I thought the logged information would include status on which
profile failed to start. Bummer.

If you run:  sudo /etc/init.d/apparmor reload
do you get any error messages there? Please paste the output here.

Thanks

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

Title:
  Error Message

Status in apparmor package in Ubuntu:
  New

Bug description:
  By starting the system in the long list of terms it shows one FAILED.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-38.43~16.04.1-generic 4.13.16
  Uname: Linux 4.13.0-38-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.16
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Apr 29 14:34:52 2018
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Broadwell-U Integrated Graphics 
[103c:81ef]
  InstallationDate: Installed on 2017-07-31 (271 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b52d Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP 250 G5 Notebook PC
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-38-generic.efi.signed 
root=UUID=90f2bd5c-bf2f-4aa9-866a-dcaf60f182d2 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.21
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 81EF
  dmi.board.vendor: HP
  dmi.board.version: 63.38
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.21:bd10/27/2016:svnHP:pnHP250G5NotebookPC:pvrType1ProductConfigId:rvnHP:rn81EF:rvr63.38:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5336AN G=N L=SMB B=HP S=250
  dmi.product.name: HP 250 G5 Notebook PC
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Apr 29 13:38:51 2018
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.5-0ubuntu2~16.04.1
  xserver.video_driver: modeset
  --- 
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-07-31 (307 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: apparmor 2.10.95-0ubuntu2.9
  PackageArchitecture: amd64
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-4.13.0-43-generic.efi.signed 
root=UUID=90f2bd5c-bf2f-4aa9-866a-dcaf60f182d2 ro drm.debug=0xe plymouth:debug
  ProcVersionSignature: Ubuntu 4.13.0-43.48~16.04.1-generic 4.13.16
  Syslog:
   
  Tags:  xenial
  Uname: Linux 4.13.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774788] Re: Daemon won't start at boot up (18LTS fully patched)

2018-06-04 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

The scenario is confirmed: when specifying an address to bind to, rsync will 
fail if that address is not available:
/var/log/syslog:Jun  4 21:12:27 bionic-rsync-1774788 rsyncd[269]: rsyncd 
version 3.1.2 starting, listening on port 873
/var/log/syslog:Jun  4 21:12:27 bionic-rsync-1774788 rsyncd[269]: bind() 
failed: Cannot assign requested address (address-family 2)
/var/log/syslog:Jun  4 21:12:27 bionic-rsync-1774788 rsyncd[269]: unable to 
bind any inbound sockets on port 873
/var/log/syslog:Jun  4 21:12:27 bionic-rsync-1774788 rsyncd[269]: rsync error: 
error in socket IO (code 10) at socket.c(555) [Receiver=3.1.2]

The solution seems to be for rsync to adopt the socket option
IP_FREEBIND.

>From the ip(7) manpage:
IP_FREEBIND (since Linux 2.4)
If enabled, this boolean option allows binding to an IP
address that is nonlocal or does not (yet) exist.  This per‐
mits listening on a socket, without requiring the underlying
network interface or the specified dynamic IP address to be up
at the time that the application is trying to bind to it.
This option is the per-socket equivalent of the ip_nonlo‐ 
cal_bind /proc interface described below.

Until then, one workaround would be to configure the service file for
rsyncd to wait for the network to be online.

If you run:
sudo systemctl edit rsync.service

It will open an editor. Put these lines in:
[Unit]
After=network.target,network-online.target

Then save. That will create
/etc/systemd/system/rsync.service.d/override.conf with the two lines
above. Alternatively you can just create the file above directly with
the specified content without going through "systemctl edit".

You can then reboot and see if that helps. Note that the job will fail,
after reaching the network-online target, if you specify an IP address
that doesn't exist at that stage.

Another option I saw in https://unix.stackexchange.com/questions/442181
/sshd-failed-due-to-network-not-yet-available but haven't tested is to
make a system-wide change in /proc.

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

Title:
  Daemon won't start at boot up   (18LTS fully patched)

Status in rsync package in Ubuntu:
  New

Bug description:
  By adding the 'address=' option to the /etc/rsyncd.conf file, the
  daemon fails at boot.

  Once the NIC(s) is/are up, it will start fine when executed via
  systemctl start rsync

  
  ● rsync.service - fast remote file copy program daemon
 Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Sat 2018-06-02 08:01:31 CST; 
52min ago
Process: 851 ExecStart=/usr/bin/rsync --daemon --no-detach (code=exited, 
status=10)
   Main PID: 851 (code=exited, status=10)

  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: Started fast remote file 
copy program daemon.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsyncd version 3.1.2 
starting, listening on port 873
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: bind() failed: Cannot 
assign requested address (address-family 2)
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Main 
process exited, code=exited, status=10/n/a
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: unable to bind any 
inbound sockets on port 873
  Jun 02 08:01:31 billlaptop.private.ycc systemd[1]: rsync.service: Failed with 
result 'exit-code'.
  Jun 02 08:01:31 billlaptop.private.ycc rsyncd[851]: rsync error: error in 
socket IO (code 10) at socket.c(555) [Receiver=3.1.2]

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rsync 3.1.2-2.1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jun  2 08:48:15 2018
  InstallationDate: Installed on 2018-06-01 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: rsync
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1766542] Re: Installation blocks when the machine is behind a proxy server

2018-06-04 Thread Julian Andres Klode
** Changed in: apt (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  Installation blocks when the machine is behind a proxy server

Status in OEM Priority Project:
  Confirmed
Status in apt package in Ubuntu:
  Fix Committed
Status in ubiquity package in Ubuntu:
  Incomplete
Status in apt source package in Bionic:
  New
Status in ubiquity source package in Bionic:
  New

Bug description:
  When the machine is behind a proxy server, the installation will block
  for a while (several minutes) to retrieve the package lists. The
  timeouts are too long and makes user feels the machine may have some
  problems.

  The symptom is similar with bug #14599, but it seems the apt-setup
  module was rewritten.

  Another method to trigger this issue is to make the machine cannot
  access to the Internet, for instance: a wrong gateway.

  Image: 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1766542/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775064] [NEW] Xorg freeze

2018-06-04 Thread Enrico
Public bug reported:

Yesterday my PC shutdown for a voltage issue. Today I power on it but after the 
login the screen it freezes with a violet background. For repair this problem I 
put this one in StandBy using the power button. After the standby resume I can 
be able to login and use the OS.
Sometime happen that after the standby I need to login two times for use the PC.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.106  Tue Jan  9 15:10:23 
PST 2018
 GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun  4 21:29:39 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 nvidia-340, 340.106, 4.15.0-20-generic, x86_64: installed
 nvidia-340, 340.106, 4.15.0-22-generic, x86_64: installed
DpkgLog:
 
ExtraDebuggingInterest: Yes
GpuHangFrequency: This is the first time
GraphicsCard:
 NVIDIA Corporation GT218 [GeForce 310] [10de:0a66] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: PC Partner Limited / Sapphire Technology GT218 [GeForce 310] 
[174b:3100]
InstallationDate: Installed on 2018-05-02 (33 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: Packard Bell imedia S3800
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=a804f163-b3e6-486b-9852-424a8b051616 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/03/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-B1
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: FIH57
dmi.board.vendor: Packard Bell
dmi.chassis.type: 3
dmi.chassis.vendor: Packard Bell
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd04/03/2010:svnPackardBell:pnimediaS3800:pvr:rvnPackardBell:rnFIH57:rvr:cvnPackardBell:ct3:cvr:
dmi.product.family: Packard Bell Desktop
dmi.product.name: imedia S3800
dmi.sys.vendor: Packard Bell
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic freeze ubuntu

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

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  Yesterday my PC shutdown for a voltage issue. Today I power on it but after 
the login the screen it freezes with a violet background. For repair this 
problem I put this one in StandBy using the power button. After the standby 
resume I can be able to login and use the OS.
  Sometime happen that after the standby I need to login two times for use the 
PC.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.106  Tue Jan  9 15:10:23 
PST 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   

[Touch-packages] [Bug 1774844] Re: package sudo 1.8.21p2-3ubuntu1 failed to install/upgrade: installed sudo package pre-removal script subprocess returned error exit status 1

2018-06-04 Thread Seth Arnold
*** This bug is a duplicate of bug 1771598 ***
https://bugs.launchpad.net/bugs/1771598

ubuntu-minimal depends upon sudo; it's vital even on server systems
without desktops.

Thanks

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

Title:
  package sudo 1.8.21p2-3ubuntu1 failed to install/upgrade: installed
  sudo package pre-removal script subprocess returned error exit status
  1

Status in sudo package in Ubuntu:
  New

Bug description:
  Shouldn't ubuntu-desktop depend on sudo?

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: sudo 1.8.21p2-3ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  Date: Sun Jun  3 10:04:24 2018
  DpkgHistoryLog:
   Start-Date: 2018-06-03  10:04:24
   Requested-By: shahar (1000)
   Upgrade: snapd:amd64 (2.32.8+18.04, 2.32.9+18.04), dkms:amd64 (2.3-3ubuntu9, 
2.3-3ubuntu9.1), apport:amd64 (2.20.9-0ubuntu7, 2.20.9-0ubuntu7.1), 
python3-apport:amd64 (2.20.9-0ubuntu7, 2.20.9-0ubuntu7.1), neovim:amd64 
(0.2.2ubuntu2+git201805272018-f711b63-f2f288d-01de25e~ubuntu17.10.1, 
0.2.2ubuntu2+git201806022017-39a03c0-f2f288d-01de25e~ubuntu17.10.1), 
apport-gtk:amd64 (2.20.9-0ubuntu7, 2.20.9-0ubuntu7.1), 
python3-problem-report:amd64 (2.20.9-0ubuntu7, 2.20.9-0ubuntu7.1)
   Remove: sudo:amd64 (1.8.21p2-3ubuntu1)
  ErrorMessage: installed sudo package pre-removal script subprocess returned 
error exit status 1
  InstallationDate: Installed on 2010-10-12 (2790 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.1
  SourcePackage: sudo
  Title: package sudo 1.8.21p2-3ubuntu1 failed to install/upgrade: installed 
sudo package pre-removal script subprocess returned error exit status 1
  UpgradeStatus: Upgraded to bionic on 2017-11-15 (200 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2018-06-04 Thread Evgeny Brazgin
I think Canonical should implement some solution like in #47 to support
both ABIs and keep it supported for some time, because all other apps
need some time to upgrade to libcurl4 (18.04 is LTS, so it looks like it
shouldn't have been upgraded to libcurl4 until 18.10).

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

Status in curl package in Ubuntu:
  Confirmed

Bug description:
  Hi!

  After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic) 
deleted such applications as:
  virtualbox-5.2
  opera-stable
  slack-desktop

  I really need these applications, I installed them with broken
  dependencies, but they are deleted after each update. Is it possible
  to make the dependence of the libcurl3 in libcurl4, and not remove it
  altogether from system?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 992971] Re: libavformat53 Mismatching header version

2018-06-04 Thread Janek Kozicki
ah, sorry. That error wasn't critical (although I have that message
too). My problem was:

[msmpeg4v2 @ 0x7f08f7cefae0][lavc rc] Error: bitrate too low for this
video with these parameters.

So I just need higher bitrate.

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

Title:
  libavformat53 Mismatching header version

Status in libav package in Ubuntu:
  Opinion
Status in mplayer package in Ubuntu:
  Confirmed
Status in libav package in Arch Linux:
  New

Bug description:
  Version details should be in the auto-loaded Apport file.

  $ mplayer blah_blah.mov
  MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team

  Playing blah_blah.mov.
  libavformat version 53.21.0 (external)
  Mismatching header version 53.19.0
  libavformat file format detected.
  [snip]

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libavformat53 4:0.8.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  1 20:24:45 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 992971] Re: libavformat53 Mismatching header version

2018-06-04 Thread Janek Kozicki
I confirm. And it's critical for me, because I cannot use mencoder to
for 2nd and 3rd pass:

$ mencoder IMG_6040.MOV -o Dell_P4317Q_two_problems.avi -mf fps=25 -ovc lavc 
-lavcopts vcodec=msmpeg4v2:vpass=3:vbitrate=240 -oac mp3lame -vf 
scale=1536:864  
   (pon,04 cze,20:56)
MEncoder 1.3.0 (Debian), built with gcc-6.2.1 (C) 2000-2016 MPlayer Team
success: format: 0  data: 0x0 - 0x1b33e43f
libavformat version 57.56.101 (external)
Mismatching header version 57.56.100
libavformat file format detected.

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

Title:
  libavformat53 Mismatching header version

Status in libav package in Ubuntu:
  Opinion
Status in mplayer package in Ubuntu:
  Confirmed
Status in libav package in Arch Linux:
  New

Bug description:
  Version details should be in the auto-loaded Apport file.

  $ mplayer blah_blah.mov
  MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team

  Playing blah_blah.mov.
  libavformat version 53.21.0 (external)
  Mismatching header version 53.19.0
  libavformat file format detected.
  [snip]

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libavformat53 4:0.8.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  1 20:24:45 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1754686] Re: libcurl4 Conflicts: libcurl3 - prevents install of 3rd party apps like slack-desktop

2018-06-04 Thread flo5783
*** This bug is a duplicate of bug 1754294 ***
https://bugs.launchpad.net/bugs/1754294

I made it work for slimjet (depending on libcurl3) using a "dirty workaround":
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294/comments/55

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

Title:
  libcurl4 Conflicts: libcurl3 - prevents install of 3rd party apps like
  slack-desktop

Status in curl package in Ubuntu:
  Confirmed

Bug description:
  Updating the curl package pulls in libcurl4, which for some reason
  forces libcurl3 to be removed. This prevents 3rd party apps that still
  build against libcurl3 from being installed. Isn't there a more
  graceful way to effect the transition from libcurl3 to libcurl4?

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libcurl4 7.58.0-2ubuntu2
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Mar  9 10:10:10 2018
  EcryptfsInUse: Yes
  SourcePackage: curl
  UpgradeStatus: Upgraded to bionic on 2018-03-06 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1648183] Re: Crackling and popping sound when using headphones

2018-06-04 Thread mehmet aslan
same issue with hp-cb007nt
Ubuntu 16.04.4 LTS
kernel 4.13.0-43-generic
solution #17 works
thanks robertjjoynt

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

Title:
  Crackling and popping sound when using headphones

Status in alsa-driver package in Ubuntu:
  Confirmed
Status in alsa-driver package in Arch Linux:
  New

Bug description:
  Laptop is  HP Pavilion - 15-au118tx. The laptop has B and O play and
  the output from speakers are just fine, when using headphones there is
  some kind of crackling and popping sound in both ears but prominently
  in the left ear.

  The issue happens only when the sound is played, if i reduce the PCM
  way low using alsamixer, the effect is minimized but the volume is
  also reduced. Increasing the volume in the panel increases the PCM as
  well.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  antony 1719 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec  7 23:30:05 2016
  InstallationDate: Installed on 2016-11-20 (17 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [HP Pavilion Notebook, Realtek ALC295, Black Headphone Out, Left] 
Sound is distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/19/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.14
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8216
  dmi.board.vendor: HP
  dmi.board.version: 83.13
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd07/19/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8216:rvr83.13:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-12-07T23:12:52.939689

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1648183/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1772859] Re: Network Manager is not able to manage the devices on Ubuntu 18.04

2018-06-04 Thread Frank Heimes
So this is more a configuration thing, because with netplan the default
renderer is networkd (and not NetworkManager):

ubuntu@zlin:~$ grep renderer /etc/netplan/01-netcfg.yaml
  renderer: networkd

This leads to the fact that no connections are managed by nm by default:

ubuntu@zlin:~$ nmcli con show
NAME  UUID  TYPE  DEVICE 
ubuntu@zlin:~$ nmcli d s
DEVICETYPE  STATE  CONNECTION 
enP1p0s0  ethernet  unmanaged  -- 
enP1p0s0d1ethernet  unmanaged  -- 
enP2p0s0  ethernet  unmanaged  -- 
enP2p0s0d1ethernet  unmanaged  -- 
encc000   ethernet  unmanaged  -- 
loloopback  unmanaged  -- 
encc000.2653  vlan  unmanaged  --  

Changing the renderer from networkd to NetworkManager is probably what
you are looking for:

# default:
ubuntu@zlin:~$ cat /etc/netplan/01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
encc000:
  dhcp4: no
  dhcp6: no
  vlans:
encc000.2653:
  link: encc000
  id: 2653
  addresses: [ 10.245.236.14/24 ]
  gateway4: 10.245.236.1
  nameservers:
  search: [ canonical.com ]
  addresses:
  - "10.245.236.1"

# change the renderer form 'networkd' to 'NetworkManager':

ubuntu@zlin:~$ cat /etc/netplan/01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: NetworkManager
  ethernets:
encc000:
  dhcp4: no
  dhcp6: no
  vlans:
encc000.2653:
  link: encc000
  id: 2653
  addresses: [ 10.245.236.14/24 ]
  gateway4: 10.245.236.1
  nameservers:
  search: [ canonical.com ]
  addresses:
  - "10.245.236.1"

# restart netplan / dry-run, to look for any potential config errors
ubuntu@zlin:~$ sudo netplan --debug generate
DEBUG:command generate: running ['/lib/netplan/generate']
** (generate:2472): DEBUG: 13:47:43.846: Processing input file 
//etc/netplan/01-netcfg.yaml..
** (generate:2472): DEBUG: 13:47:43.846: starting new processing pass
** (generate:2472): DEBUG: 13:47:43.846: encc000.2653: setting default backend 
to 2
** (generate:2472): DEBUG: 13:47:43.846: encc000: setting default backend to 2
** (generate:2472): DEBUG: 13:47:43.846: Generating output files..
** (generate:2472): DEBUG: 13:47:43.846: networkd: definition encc000.2653 is 
not for us (backend 2)
** (generate:2472): DEBUG: 13:47:43.846: networkd: definition encc000 is not 
for us (backend 2)

# restart netplan in case no error are detected
ubuntu@zlin:~$ sudo netplan apply
ubuntu@zlin:~$

# now nm / nmcli has control:
ubuntu@zlin:~$ nmcli dev show
GENERAL.DEVICE: encc000.2653
GENERAL.TYPE:   vlan
GENERAL.HWADDR: 02:00:00:33:B5:DD
GENERAL.MTU:1500
GENERAL.STATE:  100 (connected)
GENERAL.CONNECTION: netplan-encc000.2653
GENERAL.CON-PATH:   /org/freedesktop/NetworkManager/ActiveCo
IP4.ADDRESS[1]: 10.245.236.14/24
IP4.GATEWAY:10.245.236.1
IP4.ROUTE[1]:   dst = 10.245.236.0/24, nh = 0.0.0.0, mt 
IP4.ROUTE[2]:   dst = 0.0.0.0/0, nh = 10.245.236.1, mt =
IP4.DNS[1]: 10.245.236.1
IP6.ADDRESS[1]: fe80::ff:fe33:b5dd/64
IP6.GATEWAY:--
IP6.ROUTE[1]:   dst = ff00::/8, nh = ::, mt = 256, table
IP6.ROUTE[2]:   dst = fe80::/64, nh = ::, mt = 256

GENERAL.DEVICE: encc000
GENERAL.TYPE:   ethernet
GENERAL.HWADDR: 02:00:00:33:B5:DD
GENERAL.MTU:1500
GENERAL.STATE:  100 (connected)
GENERAL.CONNECTION: netplan-encc000
ubuntu@zlin:~$ nmcli con show
NAME  UUID  TYPE  DEVICE
netplan-encc000   abd74282-8c33-3a09-985f-54c65ed16162  ethernet  encc000   
netplan-encc000.2653  8aabaee8-34fb-3808-b152-454ad49553d3  vlan  encc000.26
Wired connection 1ce36d943-64bd-312a-bd46-6bbf9ce71795  ethernet  --
Wired connection 2fbc21b74-c93e-3441-be46-decf30bf22f4  ethernet  --
Wired connection 307334b8f-c16d-37d6-b8cb-dc38f4b8e3e3  ethernet  --
Wired connection 48f06587e-be8c-366e-83b3-ab6a285e93cd  ethernet  -- 

Since networkmanager is a tool that is mainly used in the desktop space,
I'm wondering what you are trying to do with nmcli and if the iproute2
tools (man ip) are a better alternative, since they can be used by
default w/o the need of changing the renderer ...

** Changed in: network-manager 

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

2018-06-04 Thread flo5783
I managed to make it work with slimjet after using an idea from:
https://github.com/getinsomnia/insomnia/issues/805

*Here's my dirty "workaround".*

Short version: modify the .deb package to control for libcurl version 3
*OR 4*.

Detailed version: in a terminal, change directory to the folder containing 
slimjet's .deb package, then:
 sudo mkdir tmp
 sudo dpkg-deb -R slimjet_amd64.deb tmp
# now edit the "control" file to replace "libcurl3" by "libcurl3|libcurl4", 
then save
 sudo dpkg-deb -b tmp slimjet_amd64_fixed.deb

Finally, execute the new "slimjet_amd64_fixed.deb" package to install
slimjet.

Hope this solution will suffice until the real problem is fixed.



** Bug watch added: github.com/getinsomnia/insomnia/issues #805
   https://github.com/getinsomnia/insomnia/issues/805

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

Status in curl package in Ubuntu:
  Confirmed

Bug description:
  Hi!

  After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic) 
deleted such applications as:
  virtualbox-5.2
  opera-stable
  slack-desktop

  I really need these applications, I installed them with broken
  dependencies, but they are deleted after each update. Is it possible
  to make the dependence of the libcurl3 in libcurl4, and not remove it
  altogether from system?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774889] Re: Passwords fields of Firefox extensions can't be focused

2018-06-04 Thread Szabolcs Andrasi
*** This bug is a duplicate of bug 1765304 ***
https://bugs.launchpad.net/bugs/1765304

Apparently there is already a bug report being worked on:
https://github.com/ibus/ibus/issues/2002

** Bug watch added: github.com/ibus/ibus/issues #2002
   https://github.com/ibus/ibus/issues/2002

** Package changed: ubuntu => ibus (Ubuntu)

** This bug has been marked a duplicate of bug 1765304
   Ubuntu 18.04's ibus package breaks password fields in Firefox (by lowering & 
raising window whenever they're focused)

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

Title:
  Passwords fields of Firefox extensions can't be focused

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  My system is Ubuntu 18.04 x64 which comes with Firefox 60.0.1. I have
  installed two extensions (NordVPN and LastPass) into it but I can't
  use either of them because I can't sign in to my account: as soon as I
  try to click the password field or try to focus it by pressing the TAB
  button, the extension window closes so it's impossible to enter the
  password.

  What's expected to happen: I can enter my username and my password and
  I can sign in to these services through the Firefox extensions.

  What's happening instead: the extension window closes when the
  password field is about to get focused.

  The reason I report this bug here and not to the creators of the
  extensions or to Mozilla is because

  - the extensions are from two different companies and it's unlikely that they 
both made the same mistake
  - the same extensions for Chrome work flawlessly (they also work in Firefox 
for Windows)
  - I tried the extensions with earlier versions of Firefox (all the way down 
to 52.8.0-esr) and I couldn't get them to work in either and it's unlikely that 
not a single version of Firefox in the past ~1.5 years has supported these 
extensions
  - previously I had Ubuntu 16.04 installed in which these extensions have 
worked without problem.

  Therefore to me it appears that the problem is not with Firefox or
  with its extensions but something with Ubuntu 18.04. I have no idea,
  however, what package it might be so I report it as a generic error.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775043] [NEW] bash completion not working: uses deprecated have()

2018-06-04 Thread Paulo Marcel Coelho Aragão
Public bug reported:

bash completion, defined in /usr/share/bash-completion/completions/ufw,
doesn't work: the completion is not dynamically loaded, because it uses
deprecated helper function have().

According to /usr/share/bash-completions/bash_completion, which defines
the helper functions:

# Backwards compatibility for compat completions that use have().
# @deprecated should no longer be used; generally not needed with dynamically
# loaded completions, and _have is suitable for runtime use.

and at the end of the file:

unset -f have
unset have

which means: function have() is not available for usage. The bash
completion for ufw conditionally defines _ufw and the comspec:

have ufw && 

  
_ufw()
...

[ "$have" ] && complete -F _ufw ufw

These should be changed to:

_have ufw &&

   
_ufw()
...

_have ufw && complete -F _ufw ufw

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ufw 0.35-5
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Jun  4 14:34:11 2018
InstallationDate: Installed on 2018-04-28 (37 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
SourcePackage: ufw
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  bash completion not working: uses deprecated have()

Status in ufw package in Ubuntu:
  New

Bug description:
  bash completion, defined in /usr/share/bash-
  completion/completions/ufw, doesn't work: the completion is not
  dynamically loaded, because it uses deprecated helper function have().

  According to /usr/share/bash-completions/bash_completion, which
  defines the helper functions:

  # Backwards compatibility for compat completions that use have().
  # @deprecated should no longer be used; generally not needed with dynamically
  # loaded completions, and _have is suitable for runtime use.

  and at the end of the file:

  unset -f have
  unset have

  which means: function have() is not available for usage. The bash
  completion for ufw conditionally defines _ufw and the comspec:

  have ufw &&   


  _ufw()
  ...

  [ "$have" ] && complete -F _ufw ufw

  These should be changed to:

  _have ufw &&  

 
  _ufw()
  ...

  _have ufw && complete -F _ufw ufw

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ufw 0.35-5
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Jun  4 14:34:11 2018
  InstallationDate: Installed on 2018-04-28 (37 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  PackageArchitecture: all
  SourcePackage: ufw
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774889] [NEW] Passwords fields of Firefox extensions can't be focused

2018-06-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

My system is Ubuntu 18.04 x64 which comes with Firefox 60.0.1. I have
installed two extensions (NordVPN and LastPass) into it but I can't use
either of them because I can't sign in to my account: as soon as I try
to click the password field or try to focus it by pressing the TAB
button, the extension window closes so it's impossible to enter the
password.

What's expected to happen: I can enter my username and my password and I
can sign in to these services through the Firefox extensions.

What's happening instead: the extension window closes when the password
field is about to get focused.

The reason I report this bug here and not to the creators of the
extensions or to Mozilla is because

- the extensions are from two different companies and it's unlikely that they 
both made the same mistake
- the same extensions for Chrome work flawlessly (they also work in Firefox for 
Windows)
- I tried the extensions with earlier versions of Firefox (all the way down to 
52.8.0-esr) and I couldn't get them to work in either and it's unlikely that 
not a single version of Firefox in the past ~1.5 years has supported these 
extensions
- previously I had Ubuntu 16.04 installed in which these extensions have worked 
without problem.

Therefore to me it appears that the problem is not with Firefox or with
its extensions but something with Ubuntu 18.04. I have no idea, however,
what package it might be so I report it as a generic error.

** Affects: ibus (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: bionic bot-comment cosmic
-- 
Passwords fields of Firefox extensions can't be focused
https://bugs.launchpad.net/bugs/1774889
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to ibus in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775018] Re: Fix for openssl 1.0.2 backport

2018-06-04 Thread Steve Langasek
** Changed in: openssl (Ubuntu)
 Assignee: Skipper Bug Screeners (skipper-screen-team) => Canonical 
Foundations Team (canonical-foundations)

** Changed in: ubuntu-z-systems
 Assignee: Canonical Foundations Team (canonical-foundations) => 
(unassigned)

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

Title:
  Fix for openssl 1.0.2 backport

Status in Ubuntu on IBM z Systems:
  Triaged
Status in openssl package in Ubuntu:
  New

Bug description:
  This is a fix for this feature's backport to openssl 1.0.2 ( 1.1.0 and
  upstream code are not affected ).

  Original LP ticket : 
  https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1743750

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1301015] Re: Networking does not restart

2018-06-04 Thread Andy Courcier
Ubuntu 14.04 Server Not Rebooting (ifupdown network issue)

It appears that with the latest bundle of Ubuntu updates, ifupdown
breaks the server boot quite fantastically.

Resolution 1: Change the order that the updates are applied in

[1] BACKUP SERVER!
[2] apt-get update
[3] apt-mark hold ifupdown
[4] apt-get upgrade -y
[5] apt-mark unhold ifupdown
[6] apt-get upgrade -y
[7] Check that the server reboots correctly

Resolution 2: edit your network interfaces file, specifically looking for 
incorrect commands:
example: post-up ip6tables-restore < /etc/iptables.up.rules

This is clearly not correct since it is attempting to load IPV4 tables to IPV6 
routes and will result in a network failure,
thus preventing booting of the server.

[1] nano /etc/network/interfaces
[2] Remove incorrect post boot commands, ie. post-up ip6tables-restore < 
/etc/iptables.up.rules
[3] apt-mark unhold ifupdown (If you previously had the package on hold)
[4] apt-get upgrade -y
[5] Check that the server reboots correctly.

I am not sure where this bug came from @ubuntu but it is nasty, nasty,
nasty!

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

Title:
  Networking does not restart

Status in ifupdown package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu Server 14.04 it appears it is not possible to restart
  networking. This is fresh install from ISO.

  wirehive@ubuntu:~$ sudo /etc/init.d/networking restart
  wirehive@ubuntu:~$ echo $?
  1
  wirehive@ubuntu:~$ sudo service networking restart
  stop: Job failed while stopping
  start: Job is already running: networking
  wirehive@ubuntu:~$ sudo bash -x /etc/init.d/networking restart
  + PATH=/sbin:/bin
  + RUN_DIR=/run/network
  + IFSTATE=/run/network/ifstate
  + STATEDIR=/run/network/state
  + '[' -x /sbin/ifup ']'
  + '[' -x /sbin/ifdown ']'
  + . /lib/lsb/init-functions
  +++ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2>/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/20-left-info-blocks ']'
  ++ . /lib/lsb/init-functions.d/20-left-info-blocks
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2>/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/50-ubuntu-logging ']'
  ++ . /lib/lsb/init-functions.d/50-ubuntu-logging
  +++ LOG_DAEMON_MSG=
  ++ FANCYTTY=
  ++ '[' -e /etc/lsb-base-logging.sh ']'
  ++ true
  + CONFIGURE_INTERFACES=yes
  + EXCLUDE_INTERFACES=
  + VERBOSE=no
  + '[' -f /etc/default/networking ']'
  + verbose=
  + '[' no = yes ']'
  + case "$1" in
  + init_is_upstart
  + '[' -x /sbin/initctl ']'
  + /bin/grep -q upstart
  + /sbin/initctl version
  + return 0
  + exit 1
  wirehive@ubuntu:~$ sudo bash -x service networking restart
  ++ basename service
  + VERSION='service ver. 0.91-ubuntu1'
  ++ basename service
  + USAGE='Usage: service < option > | --status-all | [ service_name [ command 
| --full-restart ] ]'
  + SERVICE=
  + ACTION=
  + SERVICEDIR=/etc/init.d
  + OPTIONS=
  + '[' 2 -eq 0 ']'
  + cd /
  + '[' 2 -gt 0 ']'
  + case "${1}" in
  + '[' -z '' -a 2 -eq 1 -a networking = --status-all ']'
  + '[' 2 -eq 2 -a restart = --full-restart ']'
  + '[' -z '' ']'
  + SERVICE=networking
  + shift
  + '[' 1 -gt 0 ']'
  + case "${1}" in
  + '[' -z networking -a 1 -eq 1 -a restart = --status-all ']'
  + '[' 1 -eq 2 -a '' = --full-restart ']'
  + '[' -z networking ']'
  + '[' -z '' ']'
  + ACTION=restart
  + shift
  + '[' 0 -gt 0 ']'
  + '[' -r /etc/init/networking.conf ']'
  + which initctl
  + grep -q upstart
  + initctl version
  + case "${ACTION}" in
  + stop networking
  stop: Job failed while stopping
  + :
  + exec start networking
  start: Job is already running: networking
  wirehive@ubuntu:~$

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775018] Re: Fix for openssl 1.0.2 backport

2018-06-04 Thread Frank Heimes
** Also affects: ubuntu-z-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-z-systems
   Status: New => Triaged

** Changed in: ubuntu-z-systems
   Importance: Undecided => High

** Changed in: ubuntu-z-systems
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

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

Title:
  Fix for openssl 1.0.2 backport

Status in Ubuntu on IBM z Systems:
  Triaged
Status in openssl package in Ubuntu:
  New

Bug description:
  This is a fix for this feature's backport to openssl 1.0.2 ( 1.1.0 and
  upstream code are not affected ).

  Original LP ticket : 
  https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1743750

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1481804] Re: LightDM's guest-account script should disable screen lock universally for guest sessions

2018-06-04 Thread Gunnar Hjalmarsson
@Sushenjit: This bug report was closed three years ago; please file a
new one, and then call the MATE developers' attention to the issue.
Maybe MATE is using some other screenlocking mechanism today?

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

Title:
  LightDM's guest-account script should disable screen lock universally
  for guest sessions

Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  Is it feasible to include in /usr/sbin/guest-account script some
  commands to disable screen lock for guest sessions? It should include
  several commands, depending on Ubuntu flavour. Examples:

  Ubuntu MATE (uses mate-screensaver)
  gsettings set org.mate.screensaver lock-enabled false

  Xubuntu and others (use light-locker)
  gsettings set apps.light-locker light-locker-enabled false
  gsettings set apps.light-locker late-locking false
  gsettings set apps.light-locker lock-on-lid false
  gsettings set apps.light-locker lock-on-suspend false

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1481804] Re: LightDM's guest-account script should disable screen lock universally for guest sessions

2018-06-04 Thread Sushenjit Bandyopadhyay
I have the same problem with Ubuntu Mate 18.04 LTS. I have enabled the
guest account by creating a file /etc/lightdm/lightdm.conf with the
content:

[SeatDefaults]
allow-guests=true

If I switch from the guest account to my normal account and then try to
switch back to the guest account, I am locked out of the guest account.
It asks for guest account password.

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

Title:
  LightDM's guest-account script should disable screen lock universally
  for guest sessions

Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  Is it feasible to include in /usr/sbin/guest-account script some
  commands to disable screen lock for guest sessions? It should include
  several commands, depending on Ubuntu flavour. Examples:

  Ubuntu MATE (uses mate-screensaver)
  gsettings set org.mate.screensaver lock-enabled false

  Xubuntu and others (use light-locker)
  gsettings set apps.light-locker light-locker-enabled false
  gsettings set apps.light-locker late-locking false
  gsettings set apps.light-locker lock-on-lid false
  gsettings set apps.light-locker lock-on-suspend false

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2018-06-04 Thread William Jojo
We are in the process of migrating our Apache web servers from 14.04 to
18.04. Seems this will be impossible since the libcurl problem makes
Shibboleth authentication in Apache non-existent.

All of the dependencies are Universe packages (not 3rd party).
Essentially, anyone wanting SAML2 SSO access controls in Apache has to
fall back to 16.04. Bionic is effectively broken.

root@webdev:/etc/apache2/sites-available# apt install libapache2-mod-shib2 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libapache2-mod-shib2 : Depends: libshibsp-plugins (= 2.6.1+dfsg1-2) but it is 
not going to be installed
Depends: shibboleth-sp2-utils (>= 2.6) but it is not 
going to be installed
Depends: libshibsp7 but it is not going to be installed
Depends: libxmltooling7 (>= 1.6.0-5) but it is not 
going to be installed
E: Unable to correct problems, you have held broken packages.
root@webdev:/etc/apache2/sites-available#

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

Status in curl package in Ubuntu:
  Confirmed

Bug description:
  Hi!

  After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic) 
deleted such applications as:
  virtualbox-5.2
  opera-stable
  slack-desktop

  I really need these applications, I installed them with broken
  dependencies, but they are deleted after each update. Is it possible
  to make the dependence of the libcurl3 in libcurl4, and not remove it
  altogether from system?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775018] Re: Fix for openssl 1.0.2 backport

2018-06-04 Thread Steve Langasek
** Package changed: linux (Ubuntu) => openssl (Ubuntu)

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

Title:
  Fix for openssl 1.0.2 backport

Status in openssl package in Ubuntu:
  New

Bug description:
  This is a fix for this feature's backport to openssl 1.0.2 ( 1.1.0 and
  upstream code are not affected ).

  Original LP ticket : 
  https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1743750

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775018] [NEW] Fix for openssl 1.0.2 backport

2018-06-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is a fix for this feature's backport to openssl 1.0.2 ( 1.1.0 and
upstream code are not affected ).

Original LP ticket : 
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1743750

** Affects: openssl (Ubuntu)
 Importance: Undecided
 Assignee: Skipper Bug Screeners (skipper-screen-team)
 Status: New


** Tags: architecture-s39064 bugnameltc-168542 severity-high 
targetmilestone-inin16044
-- 
Fix for openssl 1.0.2 backport
https://bugs.launchpad.net/bugs/1775018
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to openssl in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1775016] Re: Ubuntu/Xubuntu 18.04 bug: Keyboard stops working in the middle of typing when running firefox and when running the terminal (sudo su) and similar programs

2018-06-04 Thread David Gil
** Description changed:

  Ubuntu/Xubuntu 18.04 LTS bug
  
  What should have happened: Keyboard should have been working no matter
  the processes
  
  What happened instead: Keyboard stops working in the middle of typing
  when running firefox and when running the terminal as (sudo su) and
- similar programs
+ similar programs. I cannot even type a password. Keyboard only works
+ again after a reboot.
  
  xserver-xorg:
-   Installed: 1:7.7+19ubuntu7
-   Candidate: 1:7.7+19ubuntu7
-   Version table:
-  *** 1:7.7+19ubuntu7 500
- 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1:7.7+19ubuntu7
+   Candidate: 1:7.7+19ubuntu7
+   Version table:
+  *** 1:7.7+19ubuntu7 500
+ 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  xserver-xorg-input-all:
-   Installed: 1:7.7+19ubuntu7
-   Candidate: 1:7.7+19ubuntu7
-   Version table:
-  *** 1:7.7+19ubuntu7 500
- 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1:7.7+19ubuntu7
+   Candidate: 1:7.7+19ubuntu7
+   Version table:
+  *** 1:7.7+19ubuntu7 500
+ 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Mon Jun  4 22:13:35 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
-  virtualbox, 5.2.10, 4.15.0-20-generic, x86_64: installed
-  virtualbox, 5.2.10, 4.15.0-22-generic, x86_64: installed
+  virtualbox, 5.2.10, 4.15.0-20-generic, x86_64: installed
+  virtualbox, 5.2.10, 4.15.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:0493]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:0493]
  InstallationDate: Installed on 2018-06-04 (0 days ago)
  InstallationMedia: Moment Plus OS amd64 2.5.6 "Aethereal"
  MachineType: Dell Inc. Latitude E6420
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=13c4faa3-4e88-42db-b523-8ac6c7a793f8 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/18/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0X8R3Y
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6420:pvr01:rvnDellInc.:rn0X8R3Y:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6420
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

** Summary changed:

- Ubuntu/Xubuntu 18.04 bug: Keyboard stops working in the middle of typing when 
running firefox and when running the terminal (sudo su) and similar programs
+ Ubuntu/Xubuntu 18.04 bug: Keyboard stops working in the middle of typing when 
running firefox and when running the terminal (sudo su) and similar programs 
until reboot.

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

Title:
  Ubuntu/Xubuntu 18.04 bug: Keyboard stops working in the middle of
  typing when running firefox and when running the terminal (sudo su)
  and similar programs until reboot.

Status in xorg package in Ubuntu:
  New

Bug description:
  Ubuntu/Xubuntu 18.04 LTS bug

  What should have happened: Keyboard should have been working no matter
  the processes

  What happened instead: Keyboard stops working in the middle of typing
  when running firefox and when running the terminal as (sudo su) and
  similar programs. I 

[Touch-packages] [Bug 1775016] [NEW] Ubuntu/Xubuntu 18.04 bug: Keyboard stops working in the middle of typing when running firefox and when running the terminal (sudo su) and similar programs

2018-06-04 Thread David Gil
Public bug reported:

Ubuntu/Xubuntu 18.04 LTS bug

What should have happened: Keyboard should have been working no matter
the processes

What happened instead: Keyboard stops working in the middle of typing
when running firefox and when running the terminal as (sudo su) and
similar programs

xserver-xorg:
  Installed: 1:7.7+19ubuntu7
  Candidate: 1:7.7+19ubuntu7
  Version table:
 *** 1:7.7+19ubuntu7 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

xserver-xorg-input-all:
  Installed: 1:7.7+19ubuntu7
  Candidate: 1:7.7+19ubuntu7
  Version table:
 *** 1:7.7+19ubuntu7 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xserver-xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: XFCE
Date: Mon Jun  4 22:13:35 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 5.2.10, 4.15.0-20-generic, x86_64: installed
 virtualbox, 5.2.10, 4.15.0-22-generic, x86_64: installed
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:0493]
InstallationDate: Installed on 2018-06-04 (0 days ago)
InstallationMedia: Moment Plus OS amd64 2.5.6 "Aethereal"
MachineType: Dell Inc. Latitude E6420
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=13c4faa3-4e88-42db-b523-8ac6c7a793f8 ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/18/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0X8R3Y
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6420:pvr01:rvnDellInc.:rn0X8R3Y:rvr:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6420
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  Ubuntu/Xubuntu 18.04 bug: Keyboard stops working in the middle of
  typing when running firefox and when running the terminal (sudo su)
  and similar programs

Status in xorg package in Ubuntu:
  New

Bug description:
  Ubuntu/Xubuntu 18.04 LTS bug

  What should have happened: Keyboard should have been working no matter
  the processes

  What happened instead: Keyboard stops working in the middle of typing
  when running firefox and when running the terminal as (sudo su) and
  similar programs

  xserver-xorg:
Installed: 1:7.7+19ubuntu7
Candidate: 1:7.7+19ubuntu7
Version table:
   *** 1:7.7+19ubuntu7 500
  500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  xserver-xorg-input-all:
Installed: 1:7.7+19ubuntu7
Candidate: 1:7.7+19ubuntu7
Version table:
   *** 1:7.7+19ubuntu7 500
  500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Mon Jun  4 22:13:35 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.2.10, 4.15.0-20-generic, x86_64: installed
   virtualbox, 5.2.10, 4.15.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell 

[Touch-packages] [Bug 1772607] Re: Mesa 18.0.5 stable release

2018-06-04 Thread Łukasz Zemczak
Hello Timo, or anyone else affected,

Accepted mesa into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mesa/18.0.5-0ubuntu0~18.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: mesa (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-bionic

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

Title:
  Mesa 18.0.5 stable release

Status in libglvnd package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Invalid
Status in libglvnd source package in Bionic:
  In Progress
Status in mesa source package in Bionic:
  Fix Committed

Bug description:
  [Impact]
  Ubuntu 18.04 shipped with mesa 18.0.0~rc5, and deserves to get the last point 
release of the series.

  [Test Case]
  Check on intel/radeon hw that things still work fine.

  [Regression potential]
  Mesa stable releases are tested by vendor CI systems.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774170] Re: Applications block on eglswapBuffers due to buggy mesa version

2018-06-04 Thread Łukasz Zemczak
Hello Mohamed, or anyone else affected,

Accepted mesa into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mesa/18.0.5-0ubuntu0~18.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: mesa (Ubuntu Bionic)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-bionic

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

Title:
  Applications block on eglswapBuffers due to buggy mesa version

Status in mesa package in Ubuntu:
  Fix Released
Status in mesa source package in Bionic:
  Fix Committed

Bug description:
  [Impact]
  The mesa version that is available after installing packages has a bug that 
leads to wayland applications blocking on eglSwapBuffers if egl swap interval 
is set to Zero.

  Ubuntu version: 18.04 LTS
  Currently available mesa version for installation: 18.0.0~rc5

  Versions where the bug is fixed:
  17.3.8, 18.0.2, 18.1.0, or later

  [Test case]
  More details about the bug, how to reproduce it and the right mesa versions 
to use in here:
  https://bugs.freedesktop.org/show_bug.cgi?id=106719

  Would be so good if it is possible to provide one of the mesa versions
  where the problem does not exist as a package for installation.

  Thanks

  Output from running:
  apt-cache policy libegl-mesa0

  libegl-mesa0:
    Installed: 18.0.0~rc5-1ubuntu1
    Candidate: 18.0.0~rc5-1ubuntu1
    Version table:
   *** 18.0.0~rc5-1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  [Regression potential]
  none known, and we're SRUing 18.0.5 which is the last one of the series so 
shouldn't have regressions caused by earlier bugfixes..

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774915] Re: Video lag when using totem (audio does not lag)

2018-06-04 Thread Tracy
OK, clarification on "lag" - during video playback, the picture will
"freeze" at random points, then jump forward to a new position when it
continues to play. This "freeze" will last anywhere from < 1 second up
to 10 to 15 seconds. The video that would normally be played during this
"freeze" is never played, it is simply skipped over. Sometimes, during
these lag moments, I notice that video playback will resume if the mouse
cursor is moved (whether that is coincidence or cause I do not know -
but moving the mouse cursor does not always cause resumption of
playback). When video playback continues, it is usually resynchronized
with audio (there was no pause, freeze, or lag in the audio output, only
in the video). It does not always occur at the same point in playback,
even in the same video file.

Here is output from mpv during playback of the test video. I did not
catch "dmesg" or "top" during the lags - I will give that another try
later today when I have a few minutes to look into it.

tracy@tracy-hp:/mnt/VM$ mpv bbb_sunflower_1080p_60fps_normal.mp4
Playing: bbb_sunflower_1080p_60fps_normal.mp4
 (+) Video --vid=1 (*) (h264 1920x1080 60.000fps)
 (+) Audio --aid=1 --alang=und (*) (mp3 2ch 48000Hz)
 Audio --aid=2 --alang=und (*) (ac3 6ch 48000Hz)
File tags:
 Artist: Blender Foundation 2008, Janus Bager Kristensen 2013
 Comment: Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net
 Composer: Sacha Goedegebure
 Genre: Animation
 Title: Big Buck Bunny, Sunflower version
AO: [pulse] 48000Hz stereo 2ch s16
Using hardware decoding (vaapi).
VO: [opengl] 1920x1080 vaapi[nv12]
AV: 00:06:26 / 00:10:34 (60%) A-V:  0.000 Dropped: 26

Audio/Video desynchronisation detected! Possible reasons include too slow
hardware, temporary CPU spikes, broken drivers, and broken files. Audio
position will not match to the video (see A-V status field).

AV: 00:10:34 / 00:10:34 (100%) A-V:  0.000 Dropped: 636


Exiting... (End of file)
tracy@tracy-hp:/mnt/VM$ 

Note that /mnt/vm is a partition on an SSD drive attached to the
internal SATA bus, so there shouldn't be any I/O delays causing the
problem.

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

Title:
  Video lag when using totem (audio does not lag)

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  Advised to file a bug report after posting on "Call for testing: Video
  playback in 18.04".

  Running 18.04 LTS as fresh install (not upgraded from previous version
  - older version still installed in separate partition). Xorg session.

  System: HP Pavillion DV7 (lm726av) - Intel Core i7 2630 processor,
  integrated Intel video

  Playing any local video file (regardless of video format - flv, mp4,
  avi), the video will randomly lag in playback. Audio is not affected,
  it plays back correctly. Very occasional lags in browsers (Firefox and
  Chrome) on pages with a lot of active graphics (flash or HTML5).
  Browser lags significantly improved after installing synaptic driver
  for touchpad operation (I have no idea why this would affect video
  playback - I simply note that it happened).

  I can pick a random video on YouTube and watch it in Firefox or Chrome
  without lag (even full-screen). However, if I grab a local copy of the
  video (using, for instance, Clipgrab) and play it using Totem, I get
  lag.

  I was also advised to try using mpv - I still get lag in mpv, although
  not as pronounced.

  tracy@tracy-hp:~$ sudo apt-cache policy totem
  [sudo] password for tracy: 
  totem:
Installed: 3.26.0-0ubuntu6
Candidate: 3.26.0-0ubuntu6
Version table:
   *** 3.26.0-0ubuntu6 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  I was also asked to include output of lspci -k - shown below:

  tracy@tracy-hp:~$ lspci -k
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
DRAM Controller
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family 
MEI Controller
Kernel driver in use: mei_me
Kernel 

[Touch-packages] [Bug 1774982] [NEW] X.Org upgrade resulted in screen, graphics card & input device not detected

2018-06-04 Thread Dennis
Public bug reported:

Ever since an X.Org upgrade, both my Ubuntu and Mint machines fail to
detect my screen, graphics card, and input device correctly.This
happened to both machines at the same time after an upgrade. Running my
Ubuntu machine in low-graphics mode works, but I have yet to even
resolve the issue on my Mint machine. I assume this report contains log
files, but I include info. from the xserver log file, below, which
contains the following info. on module ABI versions, and the following
errors, and warnings:

Module ABI versions:
X.Org ANSI C Emulation:0.4
X.Org Video Driver: 20.0
X.Org XInput drive:22.1
X.Org Server Extension:9.0
(++) using VT number 7

(EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission
denied

(WW) Falling back to old probe method for modesetting
(WW) Falling back to old probe method for fbdev
(WW) Falling back to old probe method for vesa

(EE) intel(0):[drm] failed to set drm interface version Permission denied [13]
(EE) intel(0): Failed to claim DRM device
(ii) UnloadModule: "intel"
(EE) Screen(s)found, but none have a usable configuration
(EE) Fatal server error
(EE) Please consult the X.Org Foundation support at http://wiki.x.org for help
(EE) Please also check the log file "/var/log/Xorg.0.log" for additional info.
(EE) Server terminated w/error(1). Closing log file

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-127.153-generic 4.4.128
Uname: Linux 4.4.0-127-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Jun  4 06:52:55 2018
DistUpgraded: 2016-08-21 11:26:30,537 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory))
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e12] 
(rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0420]
   Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0420]
InstallationDate: Installed on 2015-03-24 (1168 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Dell Inc. OptiPlex 780
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic 
root=UUID=82224d43-e3b0-4b70-b588-ea0bfdceb405 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2016-08-21 (651 days ago)
dmi.bios.date: 11/03/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 03NVJ6
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd11/03/2010:svnDellInc.:pnOptiPlex780:pvr:rvnDellInc.:rn03NVJ6:rvrA02:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex 780
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.83-1~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue May 22 07:18:58 2018
xserver.configfile: default
xserver.devices:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.7

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  X.Org upgrade resulted in screen, graphics card & input device not
  detected

Status in xorg package in Ubuntu:
  New

Bug description:
  Ever since an X.Org upgrade, both my Ubuntu and Mint machines fail to
  detect my screen, graphics card, and input device correctly.This
  happened to both machines at the same time after an upgrade. Running
  my Ubuntu machine in low-graphics mode works, but I have yet to even
  resolve the issue on my Mint machine. I assume this report 

[Touch-packages] [Bug 1555171] Re: systemd does not shut down rsyslog

2018-06-04 Thread Mrten
expected behaviour:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815862#10

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

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

Title:
  systemd does not shut down rsyslog

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  This bug is 100% reproducible.

  Example output:

  Script started on Wed 09 Mar 2016 10:04:42 AM EST
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5219 1  0 10:04 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5240  5227  0 10:04 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# systemctl stop rsyslog 
  Warning: Stopping rsyslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop syslog 
  Warning: Stopping syslog.service, but it can still be activated by:
syslog.socket
  root@flea:/etc/init.d# systemctl stop rsyslogd
  Failed to stop rsyslogd.service: Unit rsyslogd.service not loaded.
  root@flea:/etc/init.d# ps -ef | grep rsyslog
  syslog5254 1  0 10:05 ?00:00:00 /usr/sbin/rsyslogd -n
  root  5263  5227  0 10:05 pts/000:00:00 grep --color=auto 
  root@flea:/etc/init.d# exit

  Script done on Wed 09 Mar 2016 10:05:12 AM EST

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774979] [NEW] no input and output devices detected in sound definitions

2018-06-04 Thread Paulo Jorge Costa Ricardo Barroso
Public bug reported:

After installing pulse audio equalizer, it worked good. everything was
detected in Sound Definitions and there was sound in the headphone out.

In the day after, every input and output devices were gone in Sound
Definition. I uninstalled pulse audio equalizer but nothing happened in
Sound Definitions, everything was gone.

I rebooted the system and nothing. No sound.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.10
ProcVersionSignature: Ubuntu 4.13.0-43.48~16.04.1-generic 4.13.16
Uname: Linux 4.13.0-43-generic i686
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: i386
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D1', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D6c', '/dev/snd/pcmC0D6p', 
'/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Mon Jun  4 12:35:32 2018
InstallationDate: Installed on 2018-01-04 (150 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release i386 (20170801)
ProcEnviron:
 LANGUAGE=pt:pt_BR:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_PT.UTF-8
 SHELL=/bin/bash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/15/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A6FAS.212
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: A6F
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA6FAS.212:bd05/15/2006:svnASUSTeKComputerInc.:pnA6F:pvr1.0:rvnASUSTeKComputerInc.:rnA6F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: A6F
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: apport-bug i386 xenial

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

Title:
  no input and output devices detected in sound definitions

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After installing pulse audio equalizer, it worked good. everything was
  detected in Sound Definitions and there was sound in the headphone
  out.

  In the day after, every input and output devices were gone in Sound
  Definition. I uninstalled pulse audio equalizer but nothing happened
  in Sound Definitions, everything was gone.

  I rebooted the system and nothing. No sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.10
  ProcVersionSignature: Ubuntu 4.13.0-43.48~16.04.1-generic 4.13.16
  Uname: Linux 4.13.0-43-generic i686
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D1', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D6c', '/dev/snd/pcmC0D6p', 
'/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Mon Jun  4 12:35:32 2018
  InstallationDate: Installed on 2018-01-04 (150 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release i386 (20170801)
  ProcEnviron:
   LANGUAGE=pt:pt_BR:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_PT.UTF-8
   SHELL=/bin/bash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/15/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A6FAS.212
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: A6F
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA6FAS.212:bd05/15/2006:svnASUSTeKComputerInc.:pnA6F:pvr1.0:rvnASUSTeKComputerInc.:rnA6F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: A6F
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1772859] Comment bridged from LTC Bugzilla

2018-06-04 Thread bugproxy
--- Comment From abhir...@in.ibm.com 2018-06-01 03:11 EDT---
Team,
Any update on this issue? This is blocking our experimentation of Network 
Manager on Ubuntu platform.

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

Title:
  Network Manager is not able to manage the devices on Ubuntu 18.04

Status in Ubuntu on IBM z Systems:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  NetworkManager is not able to manage the devices on latest Ubuntu(18.04)
   
  ---uname output---
  Linux (none) 4.15.0-12-generic #13-Ubuntu SMP Wed Mar 7 21:36:36 UTC 2018 
s390x s390x s390x GNU/Linux
   
  Machine Type = z14 s390 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   1. Install the latest Ubuntu(18.04) with Network Manager(1.10.4).
  2. Configure a network device and login to the partition through ssh.
  3. Now you can see the following output
  root@(none):~# nmcli d s
  DEVICE  TYPE  STATE  CONNECTION
  eth0ethernet  unmanaged  --
  eth1ethernet  unmanaged  --
  lo  loopback  unmanaged  --
   
  Userspace tool common name: 1.10.6-2ubuntu1: amd64 arm64 armhf i386 ppc64el 
s390x 
   
  The userspace tool has the following bit modes: 64-bit 

  Userspace rpm: NetworkManager --version 1.10.4

  Userspace tool obtained from project website:  na 
   

  Some more information about the issue:

  Network device has been configured manually after the image is up from 
Support Element(SE):
  - znetconf -a 
  - cat /sys/bus/ccwgroup/drivers/qeth//if_name
  - ifconfig   netmask 255.255.255.0
  - route add default gw  
  - SSH service has been configured
  
  This helped us to login to the Lpar. In Lpar
  - output of znetconf -c
  Device IDs TypeCard Type  CHPID Drv. Name 
State
  
-
  0.0.1a80,0.0.1a81,0.0.1a82 1731/01 OSD_10GIG A8 qeth eth0 
online
  0.0.1810,0.0.1811,0.0.1812 1731/01 OSD_1000  D0 qeth eth1 
online

  - output of nmcli c s
  root@(none):~# nmcli c s
  NAME  UUID  TYPE  DEVICE
  
  - output of nmcli d s
  root@(none):~# nmcli d s
  DEVICE  TYPE  STATE  CONNECTION
  eth0ethernet  unmanaged  --
  eth1ethernet  unmanaged  --
  lo  loopback  unmanaged  --
  
  * The above output shows that devices are not managed by nmcli
  
  After some investigation we found couple of suggestions like
  1. Ubuntu(version <17.04): Creating an empty 
file(/etc/NetworkManager/conf.d/10-globally-managed-devices.conf) and 
restarting NM,
 solved the issue.
 
  2. Ubuntu(version 17.10): Copying the said 
file(10-globally-managed-devices.conf) from /usr/lib to /etc/ and modifying the 
 "unmanaged-devices" to none, resolved the issue.

  * link for reference: https://bugs.launchpad.net/ubuntu/+source
  /network-manager/+bug/1638842

  For the latest version(18.04), none of the above solutions worked.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774962] [NEW] frequent hanging

2018-06-04 Thread rajarshi
Public bug reported:

frequent hanging and slow download speed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-127.153-generic 4.4.128
Uname: Linux 4.4.0-127-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Jun  4 14:42:17 2018
DistUpgraded: 2018-03-14 21:54:16,375 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 ndiswrapper, 1.60, 3.13.0-143-generic, x86_64: installed
 ndiswrapper, 1.60, 4.4.0-124-generic, x86_64: installed
 ndiswrapper, 1.60, 4.4.0-127-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd 82945G/GZ Integrated Graphics 
Controller [1458:d000]
InstallationDate: Installed on 2016-06-29 (704 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Gigabyte Technology Co., Ltd. 945GCM-S2L
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic 
root=UUID=da9a2669-c301-4637-9543-3c60bae76695 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2018-03-14 (81 days ago)
dmi.bios.date: 12/27/2007
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F5
dmi.board.name: 945GCM-S2L
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF5:bd12/27/2007:svnGigabyteTechnologyCo.,Ltd.:pn945GCM-S2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rn945GCM-S2L:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: 945GCM-S2L
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.83-1~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Mon Jun  4 13:04:17 2018
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputUSB Optical MouseMOUSE, id 8
 inputAT Translated Set 2 keyboard KEYBOARD, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 739 
 vendor SAM
xserver.version: 2:1.18.4-0ubuntu0.7

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  frequent hanging

Status in xorg package in Ubuntu:
  New

Bug description:
  frequent hanging and slow download speed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-127.153-generic 4.4.128
  Uname: Linux 4.4.0-127-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jun  4 14:42:17 2018
  DistUpgraded: 2018-03-14 21:54:16,375 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   ndiswrapper, 1.60, 3.13.0-143-generic, x86_64: installed
   ndiswrapper, 1.60, 4.4.0-124-generic, x86_64: installed
   ndiswrapper, 1.60, 4.4.0-127-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd 82945G/GZ Integrated Graphics 
Controller [1458:d000]
  InstallationDate: Installed on 2016-06-29 (704 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Gigabyte 

[Touch-packages] [Bug 1774170] Re: Applications block on eglswapBuffers due to buggy mesa version

2018-06-04 Thread Timo Aaltonen
** Also affects: mesa (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: mesa (Ubuntu)
   Status: New => Fix Released

** Description changed:

- The mesa version that is available after installing packages has a bug
- that leads to wayland applications blocking on eglSwapBuffers if egl
- swap interval is set to Zero.
+ [Impact]
+ The mesa version that is available after installing packages has a bug that 
leads to wayland applications blocking on eglSwapBuffers if egl swap interval 
is set to Zero.
  
  Ubuntu version: 18.04 LTS
  Currently available mesa version for installation: 18.0.0~rc5
  
  Versions where the bug is fixed:
  17.3.8, 18.0.2, 18.1.0, or later
  
+ [Test case]
  More details about the bug, how to reproduce it and the right mesa versions 
to use in here:
  https://bugs.freedesktop.org/show_bug.cgi?id=106719
  
  Would be so good if it is possible to provide one of the mesa versions
  where the problem does not exist as a package for installation.
  
  Thanks
  
- 
  Output from running:
  apt-cache policy libegl-mesa0
  
+ libegl-mesa0:
+   Installed: 18.0.0~rc5-1ubuntu1
+   Candidate: 18.0.0~rc5-1ubuntu1
+   Version table:
+  *** 18.0.0~rc5-1ubuntu1 500
+ 500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
- libegl-mesa0:
-   Installed: 18.0.0~rc5-1ubuntu1
-   Candidate: 18.0.0~rc5-1ubuntu1
-   Version table:
-  *** 18.0.0~rc5-1ubuntu1 500
- 500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
- 100 /var/lib/dpkg/status
+ [Regression potential]
+ none known, and we're SRUing 18.0.5 which is the last one of the series so 
shouldn't have regressions caused by earlier bugfixes..

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

Title:
  Applications block on eglswapBuffers due to buggy mesa version

Status in mesa package in Ubuntu:
  Fix Released
Status in mesa source package in Bionic:
  New

Bug description:
  [Impact]
  The mesa version that is available after installing packages has a bug that 
leads to wayland applications blocking on eglSwapBuffers if egl swap interval 
is set to Zero.

  Ubuntu version: 18.04 LTS
  Currently available mesa version for installation: 18.0.0~rc5

  Versions where the bug is fixed:
  17.3.8, 18.0.2, 18.1.0, or later

  [Test case]
  More details about the bug, how to reproduce it and the right mesa versions 
to use in here:
  https://bugs.freedesktop.org/show_bug.cgi?id=106719

  Would be so good if it is possible to provide one of the mesa versions
  where the problem does not exist as a package for installation.

  Thanks

  Output from running:
  apt-cache policy libegl-mesa0

  libegl-mesa0:
    Installed: 18.0.0~rc5-1ubuntu1
    Candidate: 18.0.0~rc5-1ubuntu1
    Version table:
   *** 18.0.0~rc5-1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  [Regression potential]
  none known, and we're SRUing 18.0.5 which is the last one of the series so 
shouldn't have regressions caused by earlier bugfixes..

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1772607] Re: Mesa 18.0.5 stable release

2018-06-04 Thread Timo Aaltonen
libglvnd needs to bump the Breaks/Replaces so that this mesa update can
be backported to xenial

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

** Changed in: libglvnd (Ubuntu)
   Status: New => Invalid

** Changed in: libglvnd (Ubuntu Bionic)
   Status: New => In Progress

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

Title:
  Mesa 18.0.5 stable release

Status in libglvnd package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Invalid
Status in libglvnd source package in Bionic:
  In Progress
Status in mesa source package in Bionic:
  In Progress

Bug description:
  [Impact]
  Ubuntu 18.04 shipped with mesa 18.0.0~rc5, and deserves to get the last point 
release of the series.

  [Test Case]
  Check on intel/radeon hw that things still work fine.

  [Regression potential]
  Mesa stable releases are tested by vendor CI systems.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1770913] Re: Software rendering is forced after 18.04 upgrade (Intel Core 2 Duo P8600 / GMA 4500MHD)

2018-06-04 Thread Timo Aaltonen
The problem is that lib{e,}gl1 let lib{egl,glx}-vendor to fulfil the
dependency, which apparently will pull the nvidia versions in some
cases. The alternative depends needs to be dropped.

** No longer affects: xorg-server (Ubuntu)

** Package changed: mesa (Ubuntu) => libglvnd (Ubuntu)

** Changed in: libglvnd (Ubuntu)
   Status: New => Triaged

** Also affects: libglvnd (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

Title:
  Software rendering is forced after 18.04 upgrade (Intel Core 2 Duo
  P8600 / GMA 4500MHD)

Status in libglvnd package in Ubuntu:
  Triaged
Status in libglvnd source package in Bionic:
  New

Bug description:
  After upgrading to Ubuntu 18.04, my desktop uses software rendering, no 
matter what I do.
  As far as I know, all necessary packages are installed.
  Formerly I had oibaf installed, but suspecting that this may cause the 
problem, I removed it with ppa-purge. It didn't help.

  First I noticed the problem when I tried to play HD videos.
  It was fine before the upgrade. My hardware is capable for 3D acceleration, 
as it worked on 17.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-video-intel 2:2.99.917+git20171229-1
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 13 06:13:09 2018
  DistUpgraded: 2018-05-12 22:26:52,663 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Mobile 4 Series Chipset Integrated Graphics Controller 
[17aa:20e4]
 Subsystem: Lenovo Mobile 4 Series Chipset Integrated Graphics Controller 
[17aa:20e4]
  InstallationDate: Installed on 2014-06-10 (1432 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 6474B84
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/thinkvg-rootlv ro rootflags=subvol=@
  Renderer: Software
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to bionic on 2018-05-12 (0 days ago)
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 6474B84
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn6474B84:pvrThinkPadT400:rvnLENOVO:rn6474B84:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad T400
  dmi.product.name: 6474B84
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  xserver.bootTime: Sun May 13 06:01:23 2018
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.6-1ubuntu4

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1772872] Re: Provide screen.xterm-256color and rxvt-unicode-256color terminfo entries in ncurses-base

2018-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ncurses - 6.1-1ubuntu1.18.04

---
ncurses (6.1-1ubuntu1.18.04) bionic-proposed; urgency=medium

  * SRU: LP: #1772872: Backport changes from 6.1+20180210-4:
  * Move screen.xterm-256color and rxvt-unicode-256color terminfo entries
from ncurses-term to ncurses-base (Closes: #898666, #898948).
  * Cherry-pick a fix from the 20180414 patchlevel: add a null-pointer
check in _nc_parse_entry to handle an error when a use-name is invalid
syntax (report by Chung-Yi Lin, CVE-2018-10754).

 -- Matthias Klose   Wed, 23 May 2018 10:08:27 +0200

** Changed in: ncurses (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-10754

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

Title:
  Provide screen.xterm-256color and rxvt-unicode-256color terminfo
  entries in ncurses-base

Status in ncurses package in Ubuntu:
  Fix Released
Status in ncurses source package in Bionic:
  Fix Released

Bug description:
  The gnome standard terminal emulator (gnome-terminal) sets TERM=xterm-
  256color, and screen sets it to screen.xterm-256color, resulting in an
  usuable TERM setting, because the terminfo settings are not available
  by default. This patch includes the screen.xterm-256color and rxvt-
  unicode-256color settings in ncurses-base, resulting in working screen
  settings out-of-the-box.

  Regression potential: The size of ncurses-base is increased by 3500
  bytes (unpacked).  The debian-installer packages might need adjustment
  for the additional size.

  Acceptance criteria: The package builds, and provides the new terminfo
  entries in ncurses-base (note that no Breaks/Replaces are needed,
  because these are installed in a different path).

  Also backport the fix for security issue CVE-2018-10754, fixing a
  segfault, adding a null-pointer check in _nc_parse_entry to handle an
  error when a use-name is invalid syntax.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 405294] Update Released

2018-06-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for pulseaudio has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  A2DP Bluetooth audio skips terribly ["Skipping NNN us (= MMM bytes) in
  audio stream"]

Status in PulseAudio:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Bionic:
  Fix Released

Bug description:
  SRU Request:

  [Impact]
  When the connection drops temporarily, using A2DP, a noticeable latency is 
introduced, and the audio goes out of sync.

  [Test Case]
  1) Enable the -proposed repository, and install the new pulseaudio

  2) Restart your computer, connect it to a bluetooth device (e.g. a
  headset or a speaker), play one or more videos either locally or
  online, and see if you can still reproduce the problem.

  [Regression Potential]
  Low, as the changes are upstream, and, if anything, it should also fix a 
memory leak.

  Furthermore, the changes only affect the bluez5-device module, in
  pulseaudio, and they make the buffer updating logic more conscious of
  how things can change when the connection drops. This is unlikely to
  affect anything else in pulseaudio.

  
  As I upgraded to the Karmic alpha, bluetooth audio (via a2dp) stopped working 
properly. It was working fine in Jaunty.

  My headphones are detected and configured by pulse, but the audio
  skips as if it's spending half of each second paused. Music is
  buffered so that after I click stop on rhythmbox (or whatever--it
  happens with whatever player I use) the audio continues until it's
  caught up.

  syslog is full of the following lines:
  Jul 27 08:55:45 carlin1 pulseaudio[3218]: alsa-source.c: Increasing minimal 
latency to 1.00 ms
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
15128 us (= 2668 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36586 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
35593 us (= 6276 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36597 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32601 us (= 5748 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32589 us (= 5748 bytes) in audio stream

  This is with
  bluez 4.45-0ubuntu4
  pulseaudio1:0.9.15-4ubuntu2 0

  pulseaudio version 1:0.9.16~test2-0ubuntu1~ppa3 from ubuntu-audio-dev
  didn't help.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 405294] Re: A2DP Bluetooth audio skips terribly ["Skipping NNN us (= MMM bytes) in audio stream"]

2018-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package pulseaudio - 1:11.1-1ubuntu7.1

---
pulseaudio (1:11.1-1ubuntu7.1) bionic; urgency=medium

  * 0804-bluez5-device-Rewrite-of-thread-function-reduce-send.patch,
0805-bluez5-device-Fix-memory-leak-in-sco_process_render.patch:
- Reduce latency over bluetooth, using A2DP, when the connection drops
  temporarily (LP: #405294).

 -- Alberto Milone   Mon, 21 May 2018
16:41:41 +0200

** Changed in: pulseaudio (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  A2DP Bluetooth audio skips terribly ["Skipping NNN us (= MMM bytes) in
  audio stream"]

Status in PulseAudio:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in pulseaudio source package in Bionic:
  Fix Released

Bug description:
  SRU Request:

  [Impact]
  When the connection drops temporarily, using A2DP, a noticeable latency is 
introduced, and the audio goes out of sync.

  [Test Case]
  1) Enable the -proposed repository, and install the new pulseaudio

  2) Restart your computer, connect it to a bluetooth device (e.g. a
  headset or a speaker), play one or more videos either locally or
  online, and see if you can still reproduce the problem.

  [Regression Potential]
  Low, as the changes are upstream, and, if anything, it should also fix a 
memory leak.

  Furthermore, the changes only affect the bluez5-device module, in
  pulseaudio, and they make the buffer updating logic more conscious of
  how things can change when the connection drops. This is unlikely to
  affect anything else in pulseaudio.

  
  As I upgraded to the Karmic alpha, bluetooth audio (via a2dp) stopped working 
properly. It was working fine in Jaunty.

  My headphones are detected and configured by pulse, but the audio
  skips as if it's spending half of each second paused. Music is
  buffered so that after I click stop on rhythmbox (or whatever--it
  happens with whatever player I use) the audio continues until it's
  caught up.

  syslog is full of the following lines:
  Jul 27 08:55:45 carlin1 pulseaudio[3218]: alsa-source.c: Increasing minimal 
latency to 1.00 ms
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
15128 us (= 2668 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36586 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
35593 us (= 6276 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36597 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32601 us (= 5748 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32589 us (= 5748 bytes) in audio stream

  This is with
  bluez 4.45-0ubuntu4
  pulseaudio1:0.9.15-4ubuntu2 0

  pulseaudio version 1:0.9.16~test2-0ubuntu1~ppa3 from ubuntu-audio-dev
  didn't help.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1759836] Re: systemd-udevd consumes 100% of CPU

2018-06-04 Thread Gaétan QUENTIN
on bionic, stopping udevd and starting it again correct the problem:

sudo systemctl stop systemd-udevd systemd-udevd-control.socket 
systemd-udevd-kernel.socket
sudo systemctl start systemd-udevd systemd-udevd-control.socket 
systemd-udevd-kernel.socket

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

Title:
  systemd-udevd consumes 100% of CPU

Status in Bluez Utilities:
  Unknown
Status in linux:
  Unknown
Status in The Ubuntu Power Consumption Project:
  New
Status in bluez package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  The systemd-udevd proccess consumes 100% of a thread everytime, but
  i'm not noticing any difference in my computer.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: systemd 237-3ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 29 08:52:54 2018
  InstallationDate: Installed on 2018-03-05 (23 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180304)
  MachineType: Dell Inc. Inspiron N5010
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic 
root=UUID=3c29e292-f1ae-45e1-a0ed-a82524278ce1 ro quiet splash vt.handoff=1
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/user@.service → 
/lib/systemd/system/user@.service.d/timeout.conf

   2 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 08R0GW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd01/25/2011:svnDellInc.:pnInspironN5010:pvrA12:rvnDellInc.:rn08R0GW:rvrA12:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron N5010
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1772872] Update Released

2018-06-04 Thread Łukasz Zemczak
The verification of the Stable Release Update for ncurses has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Provide screen.xterm-256color and rxvt-unicode-256color terminfo
  entries in ncurses-base

Status in ncurses package in Ubuntu:
  Fix Released
Status in ncurses source package in Bionic:
  Fix Committed

Bug description:
  The gnome standard terminal emulator (gnome-terminal) sets TERM=xterm-
  256color, and screen sets it to screen.xterm-256color, resulting in an
  usuable TERM setting, because the terminfo settings are not available
  by default. This patch includes the screen.xterm-256color and rxvt-
  unicode-256color settings in ncurses-base, resulting in working screen
  settings out-of-the-box.

  Regression potential: The size of ncurses-base is increased by 3500
  bytes (unpacked).  The debian-installer packages might need adjustment
  for the additional size.

  Acceptance criteria: The package builds, and provides the new terminfo
  entries in ncurses-base (note that no Breaks/Replaces are needed,
  because these are installed in a different path).

  Also backport the fix for security issue CVE-2018-10754, fixing a
  segfault, adding a null-pointer check in _nc_parse_entry to handle an
  error when a use-name is invalid syntax.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1772386] Re: message - Low Graphics mode - about 2/3 of startups - not all

2018-06-04 Thread Roger Davis
A) Regarding your comment:
>"sudo apt-get install --install-recommends linux-generic-hwe-16.04 
>xserver-xorg-hwe-16.04"

That doesn't confirm you are booted into the HWE kernel. That only shows
that certain packages are installed (which you provided already in a
previous comment).

If you want to demonstrate what kernel is being using currently type:
uname -a
roger@roger-desktop:~$ uname -a
Linux roger-desktop 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 
12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
roger@roger-desktop:~$ 

B) Regarding your comment:
>"...but now after additional other updates, and using Xdiagnose with various 
>settings, I haven't seen a boot problem for a few updates. I will continue to 
>monitor for a few days with Xdiagnose off to assure that problem is really 
>gone."

Sounds good.

B) Regarding your comment:
>"...actually causes a problem in my system. It sets and locks the theme to 
>Ambiance, even though the setting properly shows Adwaita."

Could be a bug, but that isn't the scope of this report. If you want it
fixed, you would have to file a new report.

C) Regarding your comment:
>"Please tell me before I deal with this if this is possibly something done by 
>Xdiagnose..."

Given you don't recall doing it, it was done by Xdiagnose when you
checked its checkboxes.
 Response - -
A) roger@roger-desktop:~$ uname -a
Linux roger-desktop 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 
12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
roger@roger-desktop:~$

B) Will be checking for several days to confirm if I've just been lucky, or ???
- I'll hold off on filing a bug on Xdiagnose, I know how to fix it, and don't 
want to seem like I find too much fault.

C) ok - Sounds logical to me.

I'll continue to monitor, so please keep this bug report open for a
while.

Thanks!

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

Title:
  message - Low Graphics mode - about 2/3 of startups - not all

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update (kernel?), I have begun to occasionally receive
  the message "Running in Low Graphics Mode" at boot (maybe half the
  time). I can tell it to use Default setting from the options it
  offers, and get by it, after which things look and work normally until
  a reboot, which may or may not occur correctly.

  I also usually get "System error detected, Report? at the same time,
  so I agree to report it.

  Please note that I'm using 16.04 (fully updated), Gnome Flashback
  Metacity, with [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7
  250E] . This problem shows up no matter which of the above I'm using,
  or Unity.

  roger@roger-desktop:~$ uname -a
  Linux roger-desktop 4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

  roger@roger-desktop:~$ free -m
  total used free shared buff/cache available
  Mem: 16013 3880 10410 363 1722 11443
  Swap: 16348 0 16348

  roger@roger-desktop:~$ df -h
  Filesystem Size Used Avail Use% Mounted on
  udev 7.8G 0 7.8G 0% /dev
  tmpfs 1.6G 9.6M 1.6G 1% /run
  /dev/sda1 902G 77G 779G 9% /
  tmpfs 7.9G 127M 7.7G 2% /dev/shm
  tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
  cgmfs 100K 0 100K 0% /run/cgmanager/fs
  tmpfs 1.6G 52K 1.6G 1% /run/user/1000

  I have found a WORK-AROUND. Using x-diagnose, I selected all options
  under both Debug and Workarounds.  After this, all works normally
  every time.  However, I take this as a crutch, not a fix, and think
  other action should be taken

  Selecting "View Errors" shows no errors, so I never tried reporting
  from that point.

  This gives me a presumption that there is a bug in coding that
  interacts badly with my system and a few others like it, which I
  encountered in my search for a solution.

  Also, if I simply go to 18.04 (I don't really want to just yet.) will
  it likely fix this or might this block or damage the upgrade?

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  roger@roger-desktop:~$ lsb_release -rd
  Description:  Ubuntu 16.04.4 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  roger@roger-desktop:~$ apt-cache policy pkgname
  N: Unable to locate package pkgname
  ALSO - I'm unable to locate this information in Software Center

  3) What you expected to happen
  Normal boot, no errors or problems

  4) What happened instead
  "Running in Low Graphics Mode" displayed, along with subsequent "System Error 
Detected" messages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-124.148-generic 4.4.117
  Uname: Linux 4.4.0-124-generic x86_64
  .tmp.unity_support_test.0:
  

[Touch-packages] [Bug 1759961] Re: Update to 5.50 (mostly bug-fix release)

2018-06-04 Thread Daniel van Vugt
I think we will make this 5.50 now.

** Summary changed:

- Update to 5.49 (mostly bug-fix release)
+ Update to 5.50 (mostly bug-fix release)

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

Title:
  Update to 5.50 (mostly bug-fix release)

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  From upstream:
  http://www.bluez.org/release-of-bluez-5-49/

  Release of BlueZ 5.49

  This is mostly a bug fix release, with fixes to features such as
  AVCTP, OBEX, GATT and Mesh. There are however some notable new
  features also, such as improved heartbeat management support in
  meshctl as well as a new experimental ConnectDevice D-Bus method on
  the Adapter interface, which can be used for quick device object
  creation for testing purpose or when information about the device has
  been received over some Out-of-Band channel.

  Upstream changelog:
  https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/ChangeLog

  ver 5.49:
Fix issue with configuring discoverable advertising flag.
Fix issue with bearer selection and single mode controllers.
Fix issue with Connect and ConnectProfile returning in progress.
Fix issue with missing Paired property change when not bonded.
Fix issue with storage for controllers without public address.
Fix issue with handling AVCTP disconnecting the channel queue.
Fix issue with not clearing connectable setting on power off.
Fix issue with creating multiple mgmt socket instances.
Fix issue with GATT server and BR/EDR only devices.
Fix issue with InterfaceAdded event ordering.
Add support for generic ConnectDevice method call.
Add support for Mesh heartbeat client functionality.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1772386] Re: message - Low Graphics mode - about 2/3 of startups - not all

2018-06-04 Thread Roger Davis
I understand - thanks !!!



The reasonable man adapts himself to the world.
The unreasonable man persists in trying to adapt the world to himself.
Therefore, all progress depends on the unreasonable man.
,-._,-.
\/)"(\/
(:o:)
  (!)
 


-Original Message-
From: Christopher M. Penalver 
To: rogerdavis 
Sent: Sun, Jun 3, 2018 11:50 pm
Subject: [Bug 1772386] Re: message - Low Graphics mode - about 2/3 of startups 
- not all

Roger Davis:

a) You are responding multiple times to the same comment, causing confusion. 
Hence, it is best if you looked at the bug report (not email inbox) to confirm 
if you have already responded, and use the website to respond (not send emails):
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1772386

It is helpful if you use the website to "Hide" the duplicate comments
(#6, #9,  and #11) so others don't get confused.

b) Regarding your comment:
>"I'll hold off on filing a bug on Xdiagnose..."

Agreed. If you are using non-default kernel parameters, a potential
response would be "don't do that". However, if you have to use them so
the scope of this report doesn't happen, that's a different story.

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1772386

Title:
  message - Low Graphics mode - about 2/3 of startups - not all

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update (kernel?), I have begun to occasionally receive
  the message "Running in Low Graphics Mode" at boot (maybe half the
  time). I can tell it to use Default setting from the options it
  offers, and get by it, after which things look and work normally until
  a reboot, which may or may not occur correctly.

  I also usually get "System error detected, Report? at the same time,
  so I agree to report it.

  Please note that I'm using 16.04 (fully updated), Gnome Flashback
  Metacity, with [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7
  250E] . This problem shows up no matter which of the above I'm using,
  or Unity.

  roger@roger-desktop:~$ uname -a
  Linux roger-desktop 4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

  roger@roger-desktop:~$ free -m
  total used free shared buff/cache available
  Mem: 16013 3880 10410 363 1722 11443
  Swap: 16348 0 16348

  roger@roger-desktop:~$ df -h
  Filesystem Size Used Avail Use% Mounted on
  udev 7.8G 0 7.8G 0% /dev
  tmpfs 1.6G 9.6M 1.6G 1% /run
  /dev/sda1 902G 77G 779G 9% /
  tmpfs 7.9G 127M 7.7G 2% /dev/shm
  tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
  cgmfs 100K 0 100K 0% /run/cgmanager/fs
  tmpfs 1.6G 52K 1.6G 1% /run/user/1000

  I have found a WORK-AROUND. Using x-diagnose, I selected all options
  under both Debug and Workarounds.  After this, all works normally
  every time.  However, I take this as a crutch, not a fix, and think
  other action should be taken

  Selecting "View Errors" shows no errors, so I never tried reporting
  from that point.

  This gives me a presumption that there is a bug in coding that
  interacts badly with my system and a few others like it, which I
  encountered in my search for a solution.

  Also, if I simply go to 18.04 (I don't really want to just yet.) will
  it likely fix this or might this block or damage the upgrade?

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  roger@roger-desktop:~$ lsb_release -rd
  Description:  Ubuntu 16.04.4 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  roger@roger-desktop:~$ apt-cache policy pkgname
  N: Unable to locate package pkgname
  ALSO - I'm unable to locate this information in Software Center

  3) What you expected to happen
  Normal boot, no errors or problems

  4) What happened instead
  "Running in Low Graphics Mode" displayed, along with subsequent "System Error 
Detected" messages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-124.148-generic 4.4.117
  Uname: Linux 4.4.0-124-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.17
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 21 01:56:23 2018
  DistUpgraded: 2016-12-17 18:57:41,412 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / 
R7 250E] [1002:683f] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Cape Verde PRO [Radeon 
HD 7750/8740 / R7 250E] [174b:e213]
  InstallationDate: Installed on 2014-07-07 (1413 days ago)
  InstallationMedia: Ubuntu 14.04 LTS 

[Touch-packages] [Bug 1730915] Re: mount overlayfs command in lxc-test-unpriv is missing a workdir assignment

2018-06-04 Thread Po-Hsu Lin
** Changed in: lxc (Ubuntu)
   Status: Fix Committed => Fix Released

** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

** Changed in: ubuntu-kernel-tests
   Status: New => Fix Released

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

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

Title:
  mount overlayfs command in lxc-test-unpriv is missing a workdir
  assignment

Status in ubuntu-kernel-tests:
  Fix Released
Status in lxc package in Ubuntu:
  Fix Released

Bug description:
  While running the lxc-test-unpriv test, it will complain about:

  $ sudo /usr/bin/lxc-test-unpriv 
  mount: wrong fs type, bad option, bad superblock on none,
 missing codepage or helper program, or other error

 In some cases useful info is found in syslog - try
 dmesg | tail or so.

  Check the dmesg output it will tell you that the mount option needs a workdir 
assignment as well:
  $ dmesg
  [89761.978272] overlayfs: missing 'workdir'

  This error does not affect the test result, but good to be fixed.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc-tests 2.0.8-0ubuntu1~16.04.2
  ProcVersionSignature: User Name 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Wed Nov  8 08:50:31 2017
  KernLog:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1730915/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1772386] Re: message - Low Graphics mode - about 2/3 of startups - not all

2018-06-04 Thread Christopher M. Penalver
Roger Davis:

a) You are responding multiple times to the same comment, causing confusion. 
Hence, it is best if you looked at the bug report (not email inbox) to confirm 
if you have already responded, and use the website to respond (not send emails):
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1772386

It is helpful if you use the website to "Hide" the duplicate comments
(#6, #9,  and #11) so others don't get confused.

b) Regarding your comment:
>"I'll hold off on filing a bug on Xdiagnose..."

Agreed. If you are using non-default kernel parameters, a potential
response would be "don't do that". However, if you have to use them so
the scope of this report doesn't happen, that's a different story.

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

Title:
  message - Low Graphics mode - about 2/3 of startups - not all

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update (kernel?), I have begun to occasionally receive
  the message "Running in Low Graphics Mode" at boot (maybe half the
  time). I can tell it to use Default setting from the options it
  offers, and get by it, after which things look and work normally until
  a reboot, which may or may not occur correctly.

  I also usually get "System error detected, Report? at the same time,
  so I agree to report it.

  Please note that I'm using 16.04 (fully updated), Gnome Flashback
  Metacity, with [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7
  250E] . This problem shows up no matter which of the above I'm using,
  or Unity.

  roger@roger-desktop:~$ uname -a
  Linux roger-desktop 4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

  roger@roger-desktop:~$ free -m
  total used free shared buff/cache available
  Mem: 16013 3880 10410 363 1722 11443
  Swap: 16348 0 16348

  roger@roger-desktop:~$ df -h
  Filesystem Size Used Avail Use% Mounted on
  udev 7.8G 0 7.8G 0% /dev
  tmpfs 1.6G 9.6M 1.6G 1% /run
  /dev/sda1 902G 77G 779G 9% /
  tmpfs 7.9G 127M 7.7G 2% /dev/shm
  tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
  cgmfs 100K 0 100K 0% /run/cgmanager/fs
  tmpfs 1.6G 52K 1.6G 1% /run/user/1000

  I have found a WORK-AROUND. Using x-diagnose, I selected all options
  under both Debug and Workarounds.  After this, all works normally
  every time.  However, I take this as a crutch, not a fix, and think
  other action should be taken

  Selecting "View Errors" shows no errors, so I never tried reporting
  from that point.

  This gives me a presumption that there is a bug in coding that
  interacts badly with my system and a few others like it, which I
  encountered in my search for a solution.

  Also, if I simply go to 18.04 (I don't really want to just yet.) will
  it likely fix this or might this block or damage the upgrade?

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  roger@roger-desktop:~$ lsb_release -rd
  Description:  Ubuntu 16.04.4 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  roger@roger-desktop:~$ apt-cache policy pkgname
  N: Unable to locate package pkgname
  ALSO - I'm unable to locate this information in Software Center

  3) What you expected to happen
  Normal boot, no errors or problems

  4) What happened instead
  "Running in Low Graphics Mode" displayed, along with subsequent "System Error 
Detected" messages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-124.148-generic 4.4.117
  Uname: Linux 4.4.0-124-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.17
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 21 01:56:23 2018
  DistUpgraded: 2016-12-17 18:57:41,412 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / 
R7 250E] [1002:683f] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Cape Verde PRO [Radeon 
HD 7750/8740 / R7 250E] [174b:e213]
  InstallationDate: Installed on 2014-07-07 (1413 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-124-generic 
root=UUID=3d311d21-7c70-432e-a4ac-d9dd4986a2b5 ro plymouth:debug drm.debug=0xe 
nopat vesafb.invalid=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to xenial on 2016-12-18 (519 days ago)
  dmi.bios.date: 02/08/2012
  dmi.bios.vendor: Intel Corp.
  

Re: [Touch-packages] [Bug 1772386] Re: message - Low Graphics mode - about 2/3 of startups - not all

2018-06-04 Thread Roger Davis
A) roger@roger-desktop:~$ uname -a
Linux roger-desktop 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 
12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

roger@roger-desktop:~$


B) Will be checking for several days to confirm if I've just been lucky, or ???
- I'll hold off on filing a bug on Xdiagnose, I know how to fix it, and don't 
want to seem like I find too much fault.
- Sounds logical to me.


I'll continue to monitor, so please keep this bug report open for a while.


Thanks!



-Original Message-
From: Christopher M. Penalver 
To: rogerdavis 
Sent: Sun, Jun 3, 2018 7:25 pm
Subject: [Bug 1772386] Re: message - Low Graphics mode - about 2/3 of startups 
- not all

Roger Davis:

 A) Regarding your comment:
>"sudo apt-get install --install-recommends linux-generic-hwe-16.04 
>xserver-xorg-hwe-16.04"

That doesn't confirm you are booted into the HWE kernel. That only shows
that certain packages are installed (which you provided already in a
previous comment).

If you want to demonstrate what kernel is being using currently type:
uname -a

 B) Regarding your comment:
>"...but now after additional other updates, and using Xdiagnose with various 
>settings, I haven't seen a boot problem for a few updates. I will continue to 
>monitor for a few days with Xdiagnose off to assure that problem is really 
>gone."

Sounds good.

 B) Regarding your comment:
>"...actually causes a problem in my system. It sets and locks the theme to 
>Ambiance, even though the setting properly shows Adwaita."

Could be a bug, but that isn't the scope of this report. If you want it
fixed, you would have to file a new report.

 C) Regarding your comment:
>"Please tell me before I deal with this if this is possibly something done by 
>Xdiagnose..."

Given you don't recall doing it, it was done by Xdiagnose when you
checked its checkboxes.

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1772386

Title:
  message - Low Graphics mode - about 2/3 of startups - not all

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update (kernel?), I have begun to occasionally receive
  the message "Running in Low Graphics Mode" at boot (maybe half the
  time). I can tell it to use Default setting from the options it
  offers, and get by it, after which things look and work normally until
  a reboot, which may or may not occur correctly.

  I also usually get "System error detected, Report? at the same time,
  so I agree to report it.

  Please note that I'm using 16.04 (fully updated), Gnome Flashback
  Metacity, with [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7
  250E] . This problem shows up no matter which of the above I'm using,
  or Unity.

  roger@roger-desktop:~$ uname -a
  Linux roger-desktop 4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

  roger@roger-desktop:~$ free -m
  total used free shared buff/cache available
  Mem: 16013 3880 10410 363 1722 11443
  Swap: 16348 0 16348

  roger@roger-desktop:~$ df -h
  Filesystem Size Used Avail Use% Mounted on
  udev 7.8G 0 7.8G 0% /dev
  tmpfs 1.6G 9.6M 1.6G 1% /run
  /dev/sda1 902G 77G 779G 9% /
  tmpfs 7.9G 127M 7.7G 2% /dev/shm
  tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
  cgmfs 100K 0 100K 0% /run/cgmanager/fs
  tmpfs 1.6G 52K 1.6G 1% /run/user/1000

  I have found a WORK-AROUND. Using x-diagnose, I selected all options
  under both Debug and Workarounds.  After this, all works normally
  every time.  However, I take this as a crutch, not a fix, and think
  other action should be taken

  Selecting "View Errors" shows no errors, so I never tried reporting
  from that point.

  This gives me a presumption that there is a bug in coding that
  interacts badly with my system and a few others like it, which I
  encountered in my search for a solution.

  Also, if I simply go to 18.04 (I don't really want to just yet.) will
  it likely fix this or might this block or damage the upgrade?

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  roger@roger-desktop:~$ lsb_release -rd
  Description:  Ubuntu 16.04.4 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  roger@roger-desktop:~$ apt-cache policy pkgname
  N: Unable to locate package pkgname
  ALSO - I'm unable to locate this information in Software Center

  3) What you expected to happen
  Normal boot, no errors or problems

  4) What happened instead
  "Running in Low Graphics Mode" displayed, along with subsequent "System Error 
Detected" messages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-124.148-generic 4.4.117
  Uname: Linux 4.4.0-124-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.17
  Architecture: amd64
  

[Touch-packages] [Bug 1772386] Re: message - Low Graphics mode - about 2/3 of startups - not all

2018-06-04 Thread Roger Davis
In response to Christopher M. Penalver

1) same as 3 above

2) roger@roger-desktop:~$ ls -la /var/crash
total 8
drwxrwsrwt  2 root whoopsie 4096 May 29 03:46 .
drwxr-xr-x 15 root root 4096 Dec 17  2016 ..
roger@roger-desktop:~$ 

3) "To confirm, is there a reason you are using the non-default kernel 
parameters (i.e. WORKAROUND a problem):
plymouth:debug drm.debug=0xe nopat vesafb.invalid=1"
- I'm not familiar with that line.  I can guess two possibilities:
- - Something very old in the system, perhaps done to deal with an earlier 
difficulty
- - Some connection with Xdiagnose, which I have been experimenting with 
previously in connection with this problem (now all settings inactivated as of 
today).

4) "If you remove the non-default kernel parameters does this influence the 
reported issue:
plymouth:debug drm.debug=0xe nopat vesafb.invalid=1 "
Please tell me before I deal with this if this is possibly something done by 
Xdiagnose, and how to best remove it if that seems advisable.

Thanks!

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

Title:
  message - Low Graphics mode - about 2/3 of startups - not all

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After a recent update (kernel?), I have begun to occasionally receive
  the message "Running in Low Graphics Mode" at boot (maybe half the
  time). I can tell it to use Default setting from the options it
  offers, and get by it, after which things look and work normally until
  a reboot, which may or may not occur correctly.

  I also usually get "System error detected, Report? at the same time,
  so I agree to report it.

  Please note that I'm using 16.04 (fully updated), Gnome Flashback
  Metacity, with [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7
  250E] . This problem shows up no matter which of the above I'm using,
  or Unity.

  roger@roger-desktop:~$ uname -a
  Linux roger-desktop 4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

  roger@roger-desktop:~$ free -m
  total used free shared buff/cache available
  Mem: 16013 3880 10410 363 1722 11443
  Swap: 16348 0 16348

  roger@roger-desktop:~$ df -h
  Filesystem Size Used Avail Use% Mounted on
  udev 7.8G 0 7.8G 0% /dev
  tmpfs 1.6G 9.6M 1.6G 1% /run
  /dev/sda1 902G 77G 779G 9% /
  tmpfs 7.9G 127M 7.7G 2% /dev/shm
  tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
  cgmfs 100K 0 100K 0% /run/cgmanager/fs
  tmpfs 1.6G 52K 1.6G 1% /run/user/1000

  I have found a WORK-AROUND. Using x-diagnose, I selected all options
  under both Debug and Workarounds.  After this, all works normally
  every time.  However, I take this as a crutch, not a fix, and think
  other action should be taken

  Selecting "View Errors" shows no errors, so I never tried reporting
  from that point.

  This gives me a presumption that there is a bug in coding that
  interacts badly with my system and a few others like it, which I
  encountered in my search for a solution.

  Also, if I simply go to 18.04 (I don't really want to just yet.) will
  it likely fix this or might this block or damage the upgrade?

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  roger@roger-desktop:~$ lsb_release -rd
  Description:  Ubuntu 16.04.4 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  roger@roger-desktop:~$ apt-cache policy pkgname
  N: Unable to locate package pkgname
  ALSO - I'm unable to locate this information in Software Center

  3) What you expected to happen
  Normal boot, no errors or problems

  4) What happened instead
  "Running in Low Graphics Mode" displayed, along with subsequent "System Error 
Detected" messages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-124.148-generic 4.4.117
  Uname: Linux 4.4.0-124-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.17
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 21 01:56:23 2018
  DistUpgraded: 2016-12-17 18:57:41,412 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / 
R7 250E] [1002:683f] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Cape Verde PRO [Radeon 
HD 7750/8740 / R7 250E] [174b:e213]
  InstallationDate: Installed on 2014-07-07 (1413 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcKernelCmdLine: 

[Touch-packages] [Bug 1256201] Re: Installation xubuntu crash

2018-06-04 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
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1256201

Title:
  Installation xubuntu crash

Status in network-manager package in Ubuntu:
  Expired
Status in ubiquity package in Ubuntu:
  Expired

Bug description:
  Failed installation ... sistem installation crash

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ubiquity 2.15.26
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336ubuntu1
  Date: Fri Nov 29 06:29:12 2013
  InstallCmdLine: file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=it 
keyboard-configuration/layoutcode?=it
  LiveMediaBuild: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=it_IT.UTF-8
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774859] Re: package netcat-openbsd 1.187-1ubuntu0.1 failed to install/upgrade: installed netcat-openbsd package post-installation script subprocess returned error exit status 2

2018-06-04 Thread  Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: netcat-openbsd (Ubuntu)
   Status: New => Incomplete

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

Title:
  package netcat-openbsd 1.187-1ubuntu0.1 failed to install/upgrade:
  installed netcat-openbsd package post-installation script subprocess
  returned error exit status 2

Status in netcat-openbsd package in Ubuntu:
  Incomplete

Bug description:
  was just using "sudo apt-get upgrade" after update, and returned with
  error

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: netcat-openbsd 1.187-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  Date: Sun Jun  3 08:33:04 2018
  Dependencies:
   gcc-8-base 8-20180414-1ubuntu2
   libbsd0 0.8.7-1
   libc6 2.27-3ubuntu1
   libgcc1 1:8-20180414-1ubuntu2
  DuplicateSignature:
   package:netcat-openbsd:1.187-1ubuntu0.1
   Setting up netcat-openbsd (1.187-1ubuntu0.1) ...
   update-alternatives: error: cannot stat file '/usr/bin/nodejs': Too many 
levels of symbolic links
   dpkg: error processing package netcat-openbsd (--configure):
installed netcat-openbsd package post-installation script subprocess 
returned error exit status 2
  ErrorMessage: installed netcat-openbsd package post-installation script 
subprocess returned error exit status 2
  InstallationDate: Installed on 2018-05-27 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.1
  SourcePackage: netcat-openbsd
  Title: package netcat-openbsd 1.187-1ubuntu0.1 failed to install/upgrade: 
installed netcat-openbsd package post-installation script subprocess returned 
error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcat-openbsd/+bug/1774859/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1774859] Re: package netcat-openbsd 1.187-1ubuntu0.1 failed to install/upgrade: installed netcat-openbsd package post-installation script subprocess returned error exit status 2

2018-06-04 Thread  Christian Ehrhardt 
Hi,
from your logs
  update-alternatives: error: cannot stat file '/usr/bin/nodejs': Too many 
levels of symbolic links

This is nothing that netcat-openbsd would touch in particular. If anything it 
might be part of the generic debian maintainer script snippets.
I tried the same upgrade last week and could run it without issues.

I'd assume that part of your path in /usr/bin/nodejs might really just be set 
up odd to trigger "Too many levels of symbolic links". Could you check the full 
path and how it's symbolic links are.
If they are broken - which is the most likely atm - then this is not an issue 
of this package but your setup.

I hope that helps you to resolve the issue on your local system.
Please update if all components of /usr/bin/nodejs are really "normal".

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

Title:
  package netcat-openbsd 1.187-1ubuntu0.1 failed to install/upgrade:
  installed netcat-openbsd package post-installation script subprocess
  returned error exit status 2

Status in netcat-openbsd package in Ubuntu:
  Incomplete

Bug description:
  was just using "sudo apt-get upgrade" after update, and returned with
  error

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: netcat-openbsd 1.187-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  Date: Sun Jun  3 08:33:04 2018
  Dependencies:
   gcc-8-base 8-20180414-1ubuntu2
   libbsd0 0.8.7-1
   libc6 2.27-3ubuntu1
   libgcc1 1:8-20180414-1ubuntu2
  DuplicateSignature:
   package:netcat-openbsd:1.187-1ubuntu0.1
   Setting up netcat-openbsd (1.187-1ubuntu0.1) ...
   update-alternatives: error: cannot stat file '/usr/bin/nodejs': Too many 
levels of symbolic links
   dpkg: error processing package netcat-openbsd (--configure):
installed netcat-openbsd package post-installation script subprocess 
returned error exit status 2
  ErrorMessage: installed netcat-openbsd package post-installation script 
subprocess returned error exit status 2
  InstallationDate: Installed on 2018-05-27 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.1
  SourcePackage: netcat-openbsd
  Title: package netcat-openbsd 1.187-1ubuntu0.1 failed to install/upgrade: 
installed netcat-openbsd package post-installation script subprocess returned 
error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcat-openbsd/+bug/1774859/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp