[Bug 1516256] Re: MyGUI_OpenGLImageLoader.h is missing in libmygui-dev

2018-10-11 Thread Bret Curtis
Should be fixed in Debian with 3.2.2+dfsg-2, it just needs to be
uploaded.

** Changed in: mygui (Ubuntu)
 Assignee: (unassigned) => Bret Curtis (psi29a)

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

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

Title:
  MyGUI_OpenGLImageLoader.h is missing in libmygui-dev

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

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

[Bug 1516256] Re: MyGUI_OpenGLImageLoader.h is missing in libmygui-dev

2018-10-11 Thread Bret Curtis
Fix Commited: https://salsa.debian.org/psi29a-
guest/MyGUI/commit/9d3afce869d5e50f2423ab8bdd359db80009c05c

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

Title:
  MyGUI_OpenGLImageLoader.h is missing in libmygui-dev

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

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

[Bug 1775527] Re: Ubuntu16.04:KVM - xfs_log_force: error -5 returned after stress test running after a day #345

2018-10-11 Thread bugproxy
** Tags removed: targetmilestone-inin16045
** Tags added: targetmilestone-inin---

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

Title:
  Ubuntu16.04:KVM - xfs_log_force: error -5 returned after stress test
  running after a day #345

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

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

[Bug 1232928] Re: The wifi regulatory domain is ignored

2018-10-11 Thread Neil Bhisma
Thanks for providing the proper coding process to resolve WiFi issue,
this bugs process really help me a lot to get my solution as i am unable
to access WiFi connection in my Apple iPhone Device. But still anyone
want some more information apart from coding then i suggest to read this
blog once for more help: https://www.applemacsupportnumbers.com/apple-
id-support/

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

Title:
  The wifi regulatory domain is ignored

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

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

[Bug 1797460] Re: Ubuntu 16 pip stops with ImportError for request-Modul Edit

2018-10-11 Thread Andrius Merkys
Could you please provide steps a MWE to reproduce this bug?

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

Title:
  Ubuntu 16 pip stops with ImportError for request-Modul Edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1797460/+subscriptions

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

[Bug 1573561] Re: /etc/default/varnish is ignored (fixed values in systemd service)

2018-10-11 Thread Stig Sandbeck Mathisen
I strongly recommend you to use a way to configure your service in a way
as to keep the entire commandline in one place, instead of keeping it in
several files.

Environmentfiles are good for giving a running service environment
variables for it to use after startup. I do not recommend using it for
creating commandlines when there are other options available.  With
sysvinit it was the least-worst option.

If you _do_ want to split the options into another file, and you use
systemd, please consider adding a  /etc/systemd/system/varnish.service.d
/read-options-from-environment.conf with:

[Service]
# at least one of...
EnvironmentFile=-/etc/sysconfig/varnish
EnvironmentFile=-/etc/default/varnish
EnvironmentFile=-/etc/varnish/environment
# Reset and set commandline
ExecStart=
ExecStart=/usr/sbin/varnishd $OPTIONS

Also, look at man:systemd.service(5) for how systemd parses whitespace
inside variables for constructing command line arguments.  You may need
to add several option variables if some arguments contain whitespace.

Also, I do not think you should blame systemd for this.  As the package
maintainer, _I_ discourage the use of EnviromentFile= for command line
arguments.  Systemd does not, and documents it rather well.

You are free to use both ways to configure your service, and you can add
a service configuration fragment to do so if you like.

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

Title:
  /etc/default/varnish is ignored (fixed values in systemd service)

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

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

[Bug 1663528] Re: pulseaudio assert failure: pulseaudio: mixer.c:929: snd_mixer_elem_get_callback_private: Assertion `mixer' failed.

2018-10-11 Thread Daniel van Vugt
It looks like this crash was fixed in PulseAudio 12.0 (Ubuntu 18.10) by
commit 9e5be0899f60208046f1c5e2d32a2dd207d8fa00.

** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed => Fix Released

** Bug watch added: freedesktop.org Bugzilla #104385
   https://bugs.freedesktop.org/show_bug.cgi?id=104385

** Also affects: pulseaudio via
   https://bugs.freedesktop.org/show_bug.cgi?id=104385
   Importance: Unknown
   Status: Unknown

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

Title:
  pulseaudio assert failure: pulseaudio: mixer.c:929:
  snd_mixer_elem_get_callback_private: Assertion `mixer' failed.

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

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

[Bug 1797032] Re: xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer (nvidia/nouveau)

2018-10-11 Thread Chris Guiver
Xubuntu 18.10 daily image, last resume from suspend took 59 seconds
before mouse-pointer returned.  In this case I was mostly just watching
the clock (not waving it around; I started waving it around furiously at
56 seconds...)

Next resume was 20 secs - it appears to wake faster if you're more
active with the mouse instead of slow careful movements.. (very
subjective).  I wonder if there is a threshold of movement that causes
it to re-draw that i'm not triggering. I do have mildly restricted hand
movements with a mouse (to avoid pain...)

--
on 18.10 I `sudo apt install light-locker-settings`, then run it to enable 
light-locker. 

2x suspends & wakes - both times mouse-pointer appears within ~1-2 secs.
disable light-locker in `light-locker-settings` & suspend; mouse-pointer within 
2-4 secs
// I can't continue testing at present...

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

Title:
  xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer
  (nvidia/nouveau)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1797032/+subscriptions

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

[Bug 1785959] Re: Xorg crash

2018-10-11 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1663528 ***
https://bugs.launchpad.net/bugs/1663528

You were redirected to the pulseaudio crash because that is what your
crash reports were from.

However, if you suspect the logout was caused by some different crash
then please look for other crash files.

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

Title:
  Xorg crash

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

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

[Bug 1794629] Re: CVE-2018-15473 - User enumeration vulnerability

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

** Changed in: openssh (Ubuntu)
   Status: New => Confirmed

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

Title:
  CVE-2018-15473 - User enumeration vulnerability

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

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

[Bug 1794629] Re: CVE-2018-15473 - User enumeration vulnerability

2018-10-11 Thread Ryan Finnie
FYI, Qualys is now considering CVE-2018-15473 a PCI-DSS fail condition
(QID: 38726).

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

Title:
  CVE-2018-15473 - User enumeration vulnerability

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

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

[Bug 1794629] Re: CVE-2018-15473 - User enumeration vulnerability

2018-10-11 Thread Ryan Finnie
** Patch added: 
"bionic-upstream-delay-bailout-for-invalid-authenticating-user.patch"
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1794629/+attachment/5200217/+files/bionic-upstream-delay-bailout-for-invalid-authenticating-user.patch

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

Title:
  CVE-2018-15473 - User enumeration vulnerability

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

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

[Bug 1785959] Re: Xorg crash

2018-10-11 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1663528 ***
https://bugs.launchpad.net/bugs/1663528

** This bug has been marked a duplicate of bug 1663528
   pulseaudio assert failure: pulseaudio: mixer.c:929: 
snd_mixer_elem_get_callback_private: Assertion `mixer' failed.

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

Title:
  Xorg crash

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

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

[Bug 1797461] Re: Error in upgrading Ubuntu

2018-10-11 Thread Jean-Baptiste Lallement
Thanks for your report.

You have xorg packages from the padoka PPA which are blocking the
upgrade. Please revert to packages from the official Ubuntu repository
and try the upgrade again. I'm closing this report because it is not a
bug with Ubuntu.

Do no hesitate to submit any bug you may find.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Invalid

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

Title:
  Error in upgrading Ubuntu

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

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

[Bug 931282] Re: Leaving fullscreen of chromium doesn't restore maximized window

2018-10-11 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Leaving fullscreen of chromium doesn't restore maximized window

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

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

[Bug 837358] Re: URL not in address bar (about:blank), and navigation arrows not running

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  URL not in address bar (about:blank), and navigation arrows not
  running

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

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

[Bug 743237] Re: Firefox does not remember whether Add-on Bar is closed

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Firefox does not remember whether Add-on Bar is closed

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

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

[Bug 1183990] Re: package cups 1.5.3-0ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups 1.5.3-0ubuntu1 failed to install/upgrade: подпроцесс
  установлен сценарий post-installation возвратил код ошибки 1

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

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

[Bug 877112] Re: Window is stuck slightly off to the right edge of screen, cannot access controls via the 'taskbar'

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Window is stuck slightly off to the right edge of screen, cannot
  access controls via the 'taskbar'

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

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

[Bug 1195909] Re: Samsung CLX-3180 does not print - Unable to add document to print job

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Samsung CLX-3180 does not print - Unable to add document to print job

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

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

[Bug 748778] Re: Can't get/set download location in Firefox downloads window

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Can't get/set download location in Firefox downloads window

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

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

[Bug 738572] Re: Firefox doesn't ask for Master password !

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Firefox doesn't ask for Master password !

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

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

[Bug 801925] Re: clicking elements on web page opens virtual keyboard

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  clicking elements on web page opens virtual keyboard

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

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

[Bug 1131701] Re: Trying to print A3 from firefox results in A4 sized image on A3 paper

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Trying to print A3 from firefox results in A4 sized image on A3 paper

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

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

[Bug 1174015] Re: package cups 1.6.2-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups 1.6.2-1ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 999632] Re: Dragging tab from chromium no longer creates a new window in KDE or Ubuntu; cannot drop it onto chromium windows either

2018-10-11 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Dragging tab from chromium no longer creates a new window in KDE or
  Ubuntu; cannot drop it onto chromium windows either

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

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

[Bug 1179101] Re: package cups 1.5.3-0ubuntu6 failed to install/upgrade

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups 1.5.3-0ubuntu6 failed to install/upgrade

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

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

[Bug 1182813] Re: package cups 1.5.3-0ubuntu6 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups 1.5.3-0ubuntu6 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 100

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

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

[Bug 841044] Re: "distorded windows" work with unity but not with classic ubuntu

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  "distorded windows"  work with unity but not with classic ubuntu

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

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

[Bug 985133] Re: Não visializo a opção Anexar

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Não visializo a opção Anexar

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

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

[Bug 970979] Re: Chromiun freezes computer - requires hard power-off

2018-10-11 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Chromiun freezes computer - requires hard power-off

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

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

[Bug 1044801] Re: [Gnome-Control-Center] ticking for backport updates erase the sources.list

2018-10-11 Thread Launchpad Bug Tracker
[Expired for software-properties (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: software-properties (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [Gnome-Control-Center] ticking for backport updates erase the
  sources.list

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

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

[Bug 844476] Re: It seems Firefox keeps a page in memory rather than get new information from the site.

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  It seems Firefox keeps a page in memory rather than get new
  information from the site.

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

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

[Bug 1231630] Re: Prints to DYMO LabelWriter 450 are cut by prints to OKI printer

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Prints to DYMO LabelWriter 450 are cut by prints to OKI printer

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

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

[Bug 1181423] Re: Cannot print at all with USB to parallel adapter and HP 4L

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Cannot print at all with USB to parallel adapter and HP 4L

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

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

[Bug 799230] Re: Firefox can't access mounted Windows partitions

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Firefox can't access mounted Windows partitions

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

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

[Bug 964468] Re: right-clicking on file in download list to open it opens its directory

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  right-clicking on file in download list to open it opens its
  directory

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

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

[Bug 1186234] Re: package cups 1.6.1-0ubuntu11.4 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups 1.6.1-0ubuntu11.4 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

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

[Bug 760467] Re: firefox replays videos unasked

2018-10-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  firefox replays videos unasked

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

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

[Bug 999498] Re: Tab-drag to move tab fails : opens new window

2018-10-11 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Tab-drag to move tab fails : opens new window

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

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

[Bug 1232067] Re: package cups-daemon 1.6.2-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups-daemon 1.6.2-1ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1475187] Re: User role in version 2.18. We are not able to allocate user roles in the organization hierarchy at different levels.Its requires us to allocate ALL authorities which is grave mistake

2018-10-11 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  User role in version 2.18. We are not able to allocate user roles in
  the organization hierarchy at different levels.Its requires us to
  allocate ALL  authorities which is grave mistake.

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

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

[Bug 1217362] Re: package cups 1.7.0~rc1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups 1.7.0~rc1-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

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

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

[Bug 1245249] Re: Failed /usr/lib/libstdc++.so.5 in amd64 architecture

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Failed /usr/lib/libstdc++.so.5 in amd64 architecture

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

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

[Bug 1395960] Re: With a large scale the effect of rendering is poor on Chromium application.

2018-10-11 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  With a large scale the effect of rendering is poor on Chromium
  application.

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

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

[Bug 1233766] Re: NX printing fails because cupsd is denied access to $HOME/.nx/*/cups by apparmor

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  NX printing fails because cupsd is denied access to $HOME/.nx/*/cups
  by apparmor

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

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

[Bug 1577563] Re: SmartLock doesn't sync nor save passwords

2018-10-11 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  SmartLock doesn't sync nor save passwords

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

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

[Bug 1531342] Re: Clicking on "Mouse and Touchpad" in settings results in continuous loading/busy

2018-10-11 Thread Launchpad Bug Tracker
[Expired for xfce4-settings (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: xfce4-settings (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Clicking on "Mouse and Touchpad" in settings results in continuous
  loading/busy

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

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

[Bug 1602805] Re: the update-Service was stopped

2018-10-11 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  the update-Service was stopped

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

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

[Bug 1257254] Re: cupsaddsmb doesn't filter out all PJL commands from PPD

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  cupsaddsmb doesn't filter out all PJL commands from PPD

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

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

[Bug 1245175] Re: package cups 1.5.3-0ubuntu8 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2018-10-11 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package cups 1.5.3-0ubuntu8 failed to install/upgrade: subproces
  installed post-installation script gaf een foutwaarde 1 terug

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

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

[Bug 1574511] Re: Screen re activated imidiatlly after idle

2018-10-11 Thread Launchpad Bug Tracker
[Expired for gnome-session (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  Screen re activated imidiatlly after idle

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

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

[Bug 1298376] Re: Random shutdown / restart in menubar

2018-10-11 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  Random shutdown / restart in menubar

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

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

[Bug 1495917] Re: Tray icons do not load on first boot

2018-10-11 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  Tray icons do not  load on first boot

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

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

[Bug 1785959] Re: Xorg crash

2018-10-11 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Xorg crash

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

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

[Bug 1713342] Re: Control+e does not generate key events

2018-10-11 Thread Launchpad Bug Tracker
[Expired for xfce4 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Control+e does not generate key events

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

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

[Bug 1744700] Re: xfce stops accepting keyboard and mouse output

2018-10-11 Thread Launchpad Bug Tracker
[Expired for xfce4 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  xfce stops accepting keyboard and mouse output

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

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

[Bug 1768562] Re: calling "xscreensaver-command -deactivate" every 20 seconds

2018-10-11 Thread Launchpad Bug Tracker
[Expired for xfce4-power-manager (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: xfce4-power-manager (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  calling "xscreensaver-command -deactivate" every 20 seconds

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

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

[Bug 1735463] Re: Graphical glitches with Google Hangouts tray icon

2018-10-11 Thread Launchpad Bug Tracker
[Expired for xfce4-panel (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xfce4-panel (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Graphical glitches with Google Hangouts tray icon

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

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

[Bug 1670022] Re: Pulseaudio volume master breaks after plugging in headphones

2018-10-11 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Pulseaudio volume master breaks after plugging in headphones

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

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

[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2018-10-11 Thread Launchpad Bug Tracker
[Expired for vlc (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

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

[Bug 1699388] Re: gdm3 crashed with SIGSEGV in gdm_settings_get_value from get_value from gdm_settings_direct_get_boolean from gdm_local_display_factory_sync_seats

2018-10-11 Thread Launchpad Bug Tracker
[Expired for gdm3 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  gdm3 crashed with SIGSEGV in gdm_settings_get_value from get_value
  from gdm_settings_direct_get_boolean from
  gdm_local_display_factory_sync_seats

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

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

[Bug 1705370] Re: xdg-xubuntu-templates crashes/freezes system at random intervals.

2018-10-11 Thread Launchpad Bug Tracker
[Expired for xubuntu-default-settings (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: xubuntu-default-settings (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  xdg-xubuntu-templates crashes/freezes system at random intervals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1705370/+subscriptions

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

[Bug 1786590] Re: uefi things like

2018-10-11 Thread Launchpad Bug Tracker
[Expired for shim (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  uefi things like

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

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

[Bug 1797461] Re: Error in upgrading Ubuntu

2018-10-11 Thread Ubuntu Foundations Team Bug Bot
** Tags added: bionic2cosmic

** Tags added: third-party-packages

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

Title:
  Error in upgrading Ubuntu

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

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

[Bug 1781529] Re: [MIR] mecab

2018-10-11 Thread Seth Arnold
Hello, I reviewed mecab version 0.996-6 as checked into cosmic. This is
not a full security audit but rather a quick gauge of maintainability.

- One CVE for mecab in our CVE database.
- mecab is a japanese natural language parser

- Build-Depends: debhelper
- Does not daemonize
- Does not do networking
- postinst looks autogenerated
- No initscript
- No systemd unit files
- No dbus services
- No setuid
- mecab-config and mecab binaries in path
- No sudo fragments
- No udev rules
- Some tests run during the build, I didn't investigate their depth
- No cronjobs
- Relatively clean build logs

- No subprocesses spawned
- Memory management is way too manual; I didn't spot any errors but this
  code would benefit from a C++14-aware rewrite.
- Logging looked good
- Environment variables HOME and MECABRC used, looked fine
- No privileged operations
- No cryptography
- No networking
- No privileged portions of code
- No temporary files
- No WebKit
- No JavaScript
- No PolicyKit

Here's some issues I found while reading the code; these may or may not
have security relevance. The misleading error messages are just going to
be annoying for users.

- cppcheck reports uninitialized variable:
  [src/darts.h:117]: (error) Uninitialized struct member: tmp_node.right

- StringBuffer::reserve() doesn't appear to handle irresponsible length
  increases -- it moves the security boundary out to all callers of this
  routine, including StringBuffer::write(const char* str, size_t length)

- dtoa() in ./src/utils.h can be made to overflow the 64 byte buffer
  provided by _DTOA() if called with DBL_MAX or potentially other inputs.
  This is then exposed via StringBuffer operator<<().

- Iconv::convert() in ./src/iconv_utils.cpp looks vulnerable to an integer
  overflow if given a too-long str parameter

- copy() in ./src/dictionary_generator.cpp has a misleading error message
  "permission denied" that may not reflect the actual error.

- genmatrix() in ./src/dictionary_generator.cpp has a misleading error
  message "permission denied" that may not reflect the actual error.

- compile() in ./src/dictionary.cpp has a misleading error message
  "permission denied" that may not reflect the actual error.


I couldn't actually tell what the code *does* but it appears to do a good
job of checking calls for errors, checking inputs where that makes sense,
etc. As much as I'd love to see this moved to a C++-14 style, there's
something to be said for code that also appears to be pretty static.
(CVE-2007-3231 was fixed in mecab version 0.96. Maybe mecab is *too*
static, the webpage I found suggests no new changes since 2013.)

Security team ACK for promoting mecab to main.

Thanks


** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2007-3231

** Changed in: mecab (Ubuntu)
 Assignee: Ubuntu Security Team (ubuntu-security) => (unassigned)

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

Title:
  [MIR] mecab

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

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

[Bug 1797032] Re: xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer (nvidia/nouveau)

2018-10-11 Thread Chris Guiver
with Xubuntu 18.10 (yes X) booted (installed image on dx6120); dist-
upgrade, 3x suspends using terminal & 3x suspends via menu with mouse-
pointer, then noticed I'd not logged out since upgrade. I logged out,
back in & repeat 3x suspends using term & 3x menu suspends and mouse-
pointer was there each time.

booted LIVE Xubuntu 18.10 (yes X; latest daily image), first suspend &
lost my mouse-pointer... I didn't have seconds visible on clock so guess
would be 20-30 secs before cursor returned on it's own (& before I found
the menu to select it, but I may have swiped across it many times..)

I'll have to continue testing later  (pain bad, why my concentration is
so poor; however me not seeing this result on installed system is very
good I suspect...

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

Title:
  xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer
  (nvidia/nouveau)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1797032/+subscriptions

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

[Bug 1796722] Re: Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-11 Thread Jun Kobayashi
#7 is accidentally posted.

I don't know much about other than Janpanese, but I can confirm input-souces 
settings are different between "choosing language on isolinux menu" and 
"choosing langage on Ubiquity Greeter" for above languages.

Hope this clarifies the issue.

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1797322] Re: gsd-rfkill-manager fails to receive rfkill event

2018-10-11 Thread ethan.hsieh
Thanks for your reminder. Bug description has been updated.

** Description changed:

+ [Impact]
+ 
+ The default encoding for GIOChannel is UTF-8, but rfkill event is binary
+ data. gsd-rfkill-manager will fail to receive rfkill event if rfkill-idx
+ is larger than 127.
+ 
+ The solution is to set the encoding of GIOChannel as NULL (binary data).
+ 
+ [Test Case]
+ 
+ 1) Enable the -proposed repository, and install new "gnome-settings-
+ daemon-schemas" and "gnome-settings-daemon"
+ 
+ 2) Reboot system
+ 
+ 3) Run suspend/resume test more than 127 times and then check if BT
+ settings still works well.
+ 
+ [Regression Potential]
+ 
+ Low. The default encoding for GIOChannel is wrong. Just set correct
+ encoding to receive rfkill event.
+ 
+ ---
+ 
  The default encoding for GIOChannel is UTF-8, but rfkill event is binary
  data. If the value is invalid UTF-8, gsd-rfkill-manager will fail to
  receive rfkill event.
  
  Steps: Run suspend/resume Test (> 127 times)
  Failure Rate: 100%
  
  In some platforms, bt will be re-probed after s3. If bt is re-probed,
  rfkill-idx will increase. And, 128 is the first invalid UTF-8
  
  $ rfkill list
  ID TYPE DEVICE SOFT HARD
  1 wlan phy0 unblocked unblocked
  128 bluetooth hci0 unblocked unblocked
  
  Error Message:
  gnome-settings-daemon/plugins/rfkill/rfkill-glib.c
  gsd-rfkill[2062]: event_cb: 1 g_io_channel_read_chars
  gsd-rfkill[2062]: g_io_channel_fill_buffer: cur_len=0, read_size=8
  gsd-rfkill[2062]: g_io_channel_read_chars: 5 *bytes_read=8
  gsd-rfkill[2062]: event_cb: 1 read=8
  gsd-rfkill[2062]: event_cb: 1 source->read_buf->len=0
  gsd-rfkill[2062]: event_cb: 1 source->encoded_read_buf->len=0
  gsd-rfkill[2062]: RFKILL event: idx 127 type 2 (BLUETOOTH) op 1 (DEL) soft 0 
hard 0
  gsd-rfkill[2062]: event_cb: 2 g_io_channel_read_chars
  gsd-rfkill[2062]: event_cb: 2 read=0
  gsd-rfkill[2062]: event_cb: 2 source->read_buf->len=8
  gsd-rfkill[2062]: event_cb: g_list_length=1
  gsd-rfkill[2062]: Removed Bluetooth rfkill with ID 127
  gsd-rfkill[2062]: event_cb: 1 g_io_channel_read_chars
  gsd-rfkill[2062]: event_cb: 1 read=0T
  gsd-rfkill[2062]: event_cb: 1 source->read_buf->len=16
  gsd-rfkill[2062]: event_cb: g_list_length=0

** Description changed:

  [Impact]
  
  The default encoding for GIOChannel is UTF-8, but rfkill event is binary
  data. gsd-rfkill-manager will fail to receive rfkill event if rfkill-idx
  is larger than 127.
+ 
+ Settings will always shows Bluetooth is off after resume.
  
  The solution is to set the encoding of GIOChannel as NULL (binary data).
  
  [Test Case]
  
  1) Enable the -proposed repository, and install new "gnome-settings-
  daemon-schemas" and "gnome-settings-daemon"
  
  2) Reboot system
  
  3) Run suspend/resume test more than 127 times and then check if BT
  settings still works well.
  
  [Regression Potential]
  
  Low. The default encoding for GIOChannel is wrong. Just set correct
  encoding to receive rfkill event.
  
  ---
  
  The default encoding for GIOChannel is UTF-8, but rfkill event is binary
  data. If the value is invalid UTF-8, gsd-rfkill-manager will fail to
  receive rfkill event.
  
  Steps: Run suspend/resume Test (> 127 times)
  Failure Rate: 100%
  
  In some platforms, bt will be re-probed after s3. If bt is re-probed,
  rfkill-idx will increase. And, 128 is the first invalid UTF-8
  
  $ rfkill list
  ID TYPE DEVICE SOFT HARD
  1 wlan phy0 unblocked unblocked
  128 bluetooth hci0 unblocked unblocked
  
  Error Message:
  gnome-settings-daemon/plugins/rfkill/rfkill-glib.c
  gsd-rfkill[2062]: event_cb: 1 g_io_channel_read_chars
  gsd-rfkill[2062]: g_io_channel_fill_buffer: cur_len=0, read_size=8
  gsd-rfkill[2062]: g_io_channel_read_chars: 5 *bytes_read=8
  gsd-rfkill[2062]: event_cb: 1 read=8
  gsd-rfkill[2062]: event_cb: 1 source->read_buf->len=0
  gsd-rfkill[2062]: event_cb: 1 source->encoded_read_buf->len=0
  gsd-rfkill[2062]: RFKILL event: idx 127 type 2 (BLUETOOTH) op 1 (DEL) soft 0 
hard 0
  gsd-rfkill[2062]: event_cb: 2 g_io_channel_read_chars
  gsd-rfkill[2062]: event_cb: 2 read=0
  gsd-rfkill[2062]: event_cb: 2 source->read_buf->len=8
  gsd-rfkill[2062]: event_cb: g_list_length=1
  gsd-rfkill[2062]: Removed Bluetooth rfkill with ID 127
  gsd-rfkill[2062]: event_cb: 1 g_io_channel_read_chars
  gsd-rfkill[2062]: event_cb: 1 read=0T
  gsd-rfkill[2062]: event_cb: 1 source->read_buf->len=16
  gsd-rfkill[2062]: event_cb: g_list_length=0

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

Title:
  gsd-rfkill-manager fails to receive rfkill event

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

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

[Bug 1796722] Re: Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

2018-10-11 Thread Jun Kobayashi
Thank you for your reply.

> The fact that Mozc isn't available is indeed an issue. It sounds to me
> as the same issue as the one reported at bug #1786344. Do you agree on
> that?

It seems to me this bug is a little different from the bug #1786344.
Comment #10 of the bug #1786344 you wrote could be related this bug,
but other comments may be related to other problem on inputting chinese.

> Besides that, it's unclear to me how your other observations are
> problems. If you think they are, please let us know what you think
> should be the expected behavior in the various examples.

This bug occurs only after maybe-ubiquity mode(ubiquity --greeter).
According to the bug #1766047, it's impossible to boot in maybe-ubiquity mode
when booting in UEFI. So this bug occurs when booting in legacy BIOS.

When choosing 日本語(Japanese) on isolinux menu and select
インストールせずにUbuntuを試してみる(Try Ubuntu without installing),
I can use Mozc without problems on live session.
dconf shows ('ibus', 'mozc-jp') for input-sources as follows.
This is totally expected behavior.
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- debian-installer/language=ja keyboard-configuration/layoutcode?=jp 
keyboard-configuration/modelcode?=jp106
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'jp'), ('ibus', 'mozc-jp')]
xkb-options=['lv3:ralt_switch']
--

But when waiting for ubiquity greeter dialog, select 日本語(Japanese), click 
Ubuntuを試す(Try Ubuntu),
I can't use Mozc on live session.
no ('ibus', 'mozc-jp') for input-sources and rarely used Japanese input sources 
are listed as follows.
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'jp'), ('xkb', 'nec_vndr/jp'), ('xkb', 'jp+OADG109A'), ('xkb', 
'jp+dvorak')]
xkb-options=@as []
--

I tried selecting other languages, the result is as follows.

Select Simplified Chinese on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- locale=zh_CN keyboard-configuration/layoutcode?=cn
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'cn'), ('ibus', 'libpinyin')]
xkb-options=['lv3:ralt_switch']
--
I don't know this is ideal settings for Chinese or not, but it includes 
('ibus', 'libpinyin') anyway.


Select Simplified Chinese on Ubiquity Greeter:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'cn')]
xkb-options=@as []
--
Only [('xkb', 'cn')] is. This is the same as comment #10 of bug #1786344.


Select English on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
---
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'us')]
xkb-options=@as []
--


Select English on Ubiquity Greeter:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'us'), ('xkb', 'au'), ('xkb', 'cm'), ('xkb', 'gb')]
xkb-options=@as []
--
4 input sources are listed.


Select Svenska on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- debian-installer/language=sv keyboard-configuration/layoutcode?=se
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'se')]
xkb-options=['lv3:ralt_switch']
--


Select Svenska on Ubiquity Greeter:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash 
--- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'se'), ('xkb', 'se+dvorak'), ('xkb', 'se+mac'), ('xkb', 
'se+nodeadkeys')]
xkb-options=@as []
--

I don't know much about other than Janpanese, but I can confirm input-
souces settings

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

Title:
  Unusual Region & Language settings on Live Session after clicking "Try
  Ubuntu"

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

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

[Bug 1797498] Re: ubuntu 18.04 crashes

2018-10-11 Thread ALEXIS
/var/cache/apt/archives/libumfpack5_1%3a5.1.2-2_i386.deb

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

Title:
  ubuntu 18.04 crashes

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

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

[Bug 1797032] Re: xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer (nvidia/nouveau)

2018-10-11 Thread Chris Guiver
NOTE:  my last comment relates to LUBUNTU - which is not XUBUNTU..  
I've been testing the 'live' image & only just worked out why there were so 
many app changes!
Sorry my mistake !

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

Title:
  xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer
  (nvidia/nouveau)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1797032/+subscriptions

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

[Bug 1797498] [NEW] ubuntu 18.04 crashes

2018-10-11 Thread ALEXIS
Public bug reported:

file corrupt. Dependences?

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.26
ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
Uname: Linux 4.15.0-36-generic i686
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: i386
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct 11 23:20:25 2018
InstallationDate: Installed on 2017-05-20 (510 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=es_AR:es
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_AR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: No upgrade log present (probably fresh install)
VarLogDistupgradeAptlog:
 Log time: 2018-10-11 20:01:16.908540
 Starting pkgProblemResolver with broken count: 0
 Starting 2 pkgProblemResolver with broken count: 0
 Done
 Log time: 2018-10-11 20:03:16.273815

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


** Tags: apport-bug bionic dist-upgrade i386

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

Title:
  ubuntu 18.04 crashes

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

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

[Bug 713556] Re: Sharkoon Fireglider mouse is wrongly detected as a joystick

2018-10-11 Thread Mike Pontillo
** Merge proposal unlinked:
   https://code.launchpad.net/~newell-jensen/maas/+git/maas/+merge/343053

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

Title:
  Sharkoon Fireglider mouse is wrongly detected as a joystick

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

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

[Bug 1773801] Re: gvfs will not allow a NFS mount

2018-10-11 Thread Adam Kosseck
*** This bug is a duplicate of bug 1637988 ***
https://bugs.launchpad.net/bugs/1637988

** This bug has been marked a duplicate of bug 1746598
   [MIR] libnfs

** This bug is no longer a duplicate of bug 1746598
   [MIR] libnfs
** This bug has been marked a duplicate of bug 1637988
   gvfsd-nfs not present in gvfs-backends, why?

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

Title:
  gvfs will not allow a NFS mount

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

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

[Bug 1797288] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.3: bcmwl kernel module failed to build

2018-10-11 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1757008 ***
https://bugs.launchpad.net/bugs/1757008

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


** This bug has been marked a duplicate of bug 1757008
   Broadcom wireless drivers failed to build [error: implicit declaration of 
function ‘init_timer’]

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

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.3: bcmwl kernel
  module failed to build

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

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

[Bug 1797002] Re: all my bluetooth headsets skips terribly after todays update

2018-10-11 Thread Daniel van Vugt
That's strange. Your Bluetooth chip looks like a common one that any Linux 
kernel version should support:
  
https://ark.intel.com/products/66889/Intel-Centrino-Wireless-N-2230-Single-Band

As a quick check, please live boot the original 18.04.0 release:
  http://old-releases.ubuntu.com/releases/18.04.0/
and verify it was working in that version before any updates.

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

Title:
  all my bluetooth headsets skips terribly after todays update

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

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

[Bug 1797497] [NEW] /usr/sbin/wifi-radar:11:IA__gtk_container_foreach:IA__gtk_container_get_children:gtk_dialog_map:g_closure_invoke:signal_emit_unlocked_R

2018-10-11 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
wifi-radar.  This problem was most recently seen with package version 
2.0.s08+dfsg-2, the problem page at 
https://errors.ubuntu.com/problem/f4a59ee9df67e0d999a6ba7ee869190a453ff9b9 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

** Affects: wifi-radar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: artful bionic yakkety zesty

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

Title:
  /usr/sbin/wifi-
  
radar:11:IA__gtk_container_foreach:IA__gtk_container_get_children:gtk_dialog_map:g_closure_invoke:signal_emit_unlocked_R

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wifi-radar/+bug/1797497/+subscriptions

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

[Bug 1797355] Re: Once logged in, GDM Shell process CPU usage spiking at 100%

2018-10-11 Thread Daniel van Vugt
See also bug 1764137 and its upstream link.

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

Title:
  Once logged in, GDM Shell process CPU usage spiking at 100%

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

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

[Bug 1797351] Re: certificates not display when select 'TERMINATED_HTTPS'

2018-10-11 Thread mashuting
fixed by this patch: https://review.openstack.org/#/c/609902/

please help me review.

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

Title:
  certificates not display when select 'TERMINATED_HTTPS'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron-lbaas-dashboard/+bug/1797351/+subscriptions

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

[Bug 1797178] Re: gnome-shell activities / application icon touches not fully registering

2018-10-11 Thread Daniel van Vugt
There might be some relation to bug 1725384.

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

Title:
  gnome-shell activities / application icon touches not fully
  registering

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

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

[Bug 1753078] Re: gnome-shell crashed with SIGABRT in dump_gjs_stack_on_signal_handler() from __GI_raise() from __GI_abort() from glibtop_error_io_vr() from glibtop_error_io_r() from file_to_buffer()

2018-10-11 Thread Daniel van Vugt
Invalid for gnome-shell. This is an extension bug.

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Invalid

** Description changed:

- https://gitlab.gnome.org/GNOME/gnome-shell/issues/650
- 
- ---
- 
  This error showed up after waking up the computer from sleep.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.26.2-0ubuntu3
  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
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sat Mar  3 03:18:44 2018
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2015-09-28 (886 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANGUAGE=en_PH:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_PH.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: gnome-shell
  StacktraceTop:
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   glibtop_get_cpu_l () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
  Title: gnome-shell crashed with SIGABRT
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker fuse kismet libvirt libvirtd lp lpadmin lxd 
mail mythtv netdev plugdev sambashare sbuild scanner sudo video

** Description changed:

+ https://errors.ubuntu.com/problem/a6be60a75215d699978e07692593d9cb3c403598
+ 
+ ---
+ 
  This error showed up after waking up the computer from sleep.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.26.2-0ubuntu3
  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
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sat Mar  3 03:18:44 2018
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2015-09-28 (886 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANGUAGE=en_PH:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_PH.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: gnome-shell
  StacktraceTop:
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
   glibtop_get_cpu_l () at /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11
  Title: gnome-shell crashed with SIGABRT
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker fuse kismet libvirt libvirtd lp lpadmin lxd 
mail mythtv netdev plugdev sambashare sbuild scanner sudo video

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

Title:
  gnome-shell crashed with SIGABRT in dump_gjs_stack_on_signal_handler()
  from __GI_raise() from __GI_abort() from glibtop_error_io_vr() from
  glibtop_error_io_r() from file_to_buffer() from glibtop_get_cpu_s()

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

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

[Bug 1753078] Re: gnome-shell crashed with SIGABRT in dump_gjs_stack_on_signal_handler() from __GI_raise() from __GI_abort() from glibtop_error_io_vr() from glibtop_error_io_r() from file_to_buffer()

2018-10-11 Thread Daniel van Vugt
Also tracking in:
https://errors.ubuntu.com/problem/a6be60a75215d699978e07692593d9cb3c403598

with 1591 crash reports on 18.04 systems so far.

Someone please report this bug to the author(s) of gnome-shell-
extension-system-monitor.

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

Title:
  gnome-shell crashed with SIGABRT in dump_gjs_stack_on_signal_handler()
  from __GI_raise() from __GI_abort() from glibtop_error_io_vr() from
  glibtop_error_io_r() from file_to_buffer() from glibtop_get_cpu_s()

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

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

[Bug 1772677] Re: gnome-shell filling up syslog with thousands of entries (stack traces ending in osdWindow.js:206/207)

2018-10-11 Thread Daniel van Vugt
Is anyone seeing this bug in Ubuntu 18.10 or is it already fixed there?

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

Title:
  gnome-shell filling up syslog with thousands of entries (stack traces
  ending in osdWindow.js:206/207)

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

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

[Bug 1758740] Re: FFe: Sync gnucash 1:3.0-1 (universe) from Debian experimental (main)

2018-10-11 Thread Jeremy Bicha
gnucash 3.3 will be available in Ubuntu 18.10.

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

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

Title:
  FFe: Sync gnucash 1:3.0-1 (universe) from Debian experimental (main)

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

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

[Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-11 Thread Darksurf
siyia, you're welcome to try it yourself from my ACPIDUMP attachment
earlier. its not as simple as it normally would be. In some cases, it
just causes iasl to segfault.

https://github.com/acpica/acpica/issues/414

** Bug watch added: github.com/acpica/acpica/issues #414
   https://github.com/acpica/acpica/issues/414

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

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

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

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

[Bug 1797002] Re: all my bluetooth headsets skips terribly after todays update

2018-10-11 Thread Ivan
After downgrading core bluetooth device disappeared, and installing most recent 
one didn't help to bring it back.
I am just not enough familiar with linux to be able reinstall it manually.
had to reinstall whole ubuntu from scratch - still have same problems.

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

Title:
  all my bluetooth headsets skips terribly after todays update

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

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

[Bug 1797494] [NEW] /usr/bin/gnome-shell:6:__GI_raise:__GI_abort:glibtop_error_io_vr:glibtop_error_io_r:file_to_buffer

2018-10-11 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1753078 ***
https://bugs.launchpad.net/bugs/1753078

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.28.3-0ubuntu0.18.04.2, the problem page at 
https://errors.ubuntu.com/problem/a6be60a75215d699978e07692593d9cb3c403598 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: artful bionic

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

Title:
  /usr/bin/gnome-
  
shell:6:__GI_raise:__GI_abort:glibtop_error_io_vr:glibtop_error_io_r:file_to_buffer

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

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

[Bug 1797494] Re: /usr/bin/gnome-shell:6:__GI_raise:__GI_abort:glibtop_error_io_vr:glibtop_error_io_r:file_to_buffer

2018-10-11 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1753078 ***
https://bugs.launchpad.net/bugs/1753078

** This bug has been marked a duplicate of bug 1753078
   gnome-shell crashed with SIGABRT in dump_gjs_stack_on_signal_handler() from 
__GI_raise() from __GI_abort() from glibtop_error_io_vr() from 
glibtop_error_io_r() from file_to_buffer() from glibtop_get_cpu_s()

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

Title:
  /usr/bin/gnome-
  
shell:6:__GI_raise:__GI_abort:glibtop_error_io_vr:glibtop_error_io_r:file_to_buffer

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

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

[Bug 1554843] Re: Remove lava-dispatcher from ubuntu universe

2018-10-11 Thread Neil Williams
** Also affects: lava (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Remove lava-dispatcher from ubuntu universe
+ Remove lava (lava-dispatcher & lava-server) from ubuntu universe

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

Title:
  Remove lava (lava-dispatcher & lava-server) from ubuntu universe

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

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

[Bug 1729918] Re: NFS support not enabled

2018-10-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1637988 ***
https://bugs.launchpad.net/bugs/1637988

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

** Changed in: nautilus (Ubuntu)
   Status: New => Confirmed

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

Title:
  NFS support not enabled

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

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

[Bug 1773801] Re: gvfs will not allow a NFS mount

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

** Changed in: gvfs (Ubuntu)
   Status: New => Confirmed

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

Title:
  gvfs will not allow a NFS mount

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

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

[Bug 1797032] Re: xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer (nvidia/nouveau)

2018-10-11 Thread Chris Guiver
I had my (installed) 18.10 system on dx6120 running (for testing
lximage-qt elsewhere) so decided to try that (instead of 'live').

After numerous suspends via term & gui, I've had no lost mouse-pointers!

18.10 does not have `light-locker` installed; however it is using
xscreensaver; which appeared every time I resumed/woke my system.

I `killall xscreensaver`, and second resume/wake my mouse-pointer was
slow to appear (1-2 secs). Third test 1-2secs delay for pointer, Fourth
test & it took 4-5 secs for mouse-pointer to appear (my screen had
terminal full-screen, so url's on `apt-cache policy` lines had
underlines flashing being all I could use to guess where cursor was
until it appeared)..  Fifth test again ~5+ secs

// It feels longer not knowing where cursor is, but it's hard scanning screen 
looking
// for cursor (unknown position) to appear, whilst also watch clock bottom 
right for timing
// I'm going to reduce my OP timings, but if you need accurate I'll have to 
find a stopwatch

The latest daily-iso is now written to thumb-drive...

** Description changed:

  -- updated info
- I re-booted daily x86 daily on same machine, was able to re-create, but it 
came good on its own (20-30 seconds after screen appeared)
+ I re-booted daily x86 daily on same machine, was able to re-create, but it 
came good on its own (~15+ seconds after screen appeared)
  
  It only occurs sometimes; more testing & it can occur with `sudo
  systemctl suspend` but if you wait cursor will re-appear usually so my
  conclusion it was [fixed] via whisker-menu may be invalid; maybe I'm
  impatient, or nvidia/nouveau on this card requires time for system to
  display mouse???
  
  I do think something is wrong, but it's extremely minor, and
  inconsistent!  (would be a pain I suspect to find)
  
  -- original post
  
  hp dx6120mt (desktop, pentium 4 dual-core, 3gb ram, nvidia 7600gt)
  xubuntu 18.10 daily ISO x86
  
  QA test - 2018-10-10 00:26 (current timestamp on QA tracker) of daily
  ISO
  
  on suspend everything is normal, on wake I've lost my mouse-pointer.
  
  I can see icons (drives, panel widgets) react & thus can detect where
  cursor is if over something, but no mouse-pointer is visible at all.
  
  To get mouse back, I select menu (top left), then move mouse over menu
  and pointer re-appears.
  
  Selecting anything else does not bring mouse back, also selecting menu
  but moving mouse up (not on menu but off screen) allows me to de-select
  menu without pointer being re-drawn.  It returns only if I move mouse
  over the [main] menu when selected.
  
  I've suspended 4 times this 'live-test', same loss-of-pointer each time,
  each time restored via selection of menu top left (third time I didn't
  have it return as I coughed causing mouse to never thus cross menu &
  select something right causing menu to close without return of mouse-
  pointer; got same reaction on 4th sleep/wake)..
  
  xubuntu@xubuntu:~$   sudo lshw -C video
    *-display
     description: VGA compatible controller
     product: G73 [GeForce 7600 GT]
     vendor: NVIDIA Corporation
     physical id: 0
     bus info: pci@:01:00.0
     version: a1
     width: 64 bits
     clock: 33MHz
     capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
     configuration: driver=nouveau latency=0
     resources: irq:24 memory:f100-f1ff memory:e000-efff 
memory:f200-f2ff ioport:1000(size=128) memory:c-d
  
  ---
  I looked for duplicates - lots for intel graphics, not nvidia
  Sorry if duplicate; also I know it's a wrong package assigned (unsure to 
assign to)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xubuntu-desktop 2.227
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic i686
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: i386
  CasperVersion: 1.396
  CurrentDesktop: XFCE
  Date: Wed Oct 10 04:30:18 2018
  LiveMediaBuild: Xubuntu 18.10 "Cosmic Cuttlefish" - Beta i386 (20181010)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xubuntu-meta
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  xubuntu 18.10 daily x86 - suspend, on wake i have no mouse-pointer
  (nvidia/nouveau)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1797032/+subscriptions

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

[Bug 1797314] Re: fscache: bad refcounting in fscache_op_complete leads to OOPS

2018-10-11 Thread Daniel Axtens
** Description changed:

  SRU Justification
  -
  
  [Impact]
  
  A kernel BUG is sometimes observed when using fscache:
  [4740718.880898] FS-Cache:
  [4740718.880920] FS-Cache: Assertion failed
  [4740718.880934] FS-Cache: 0 > 0 is false
  [4740718.881001] [ cut here ]
  [4740718.881017] kernel BUG at 
/usr/src/linux-4.4.0/fs/fscache/operation.c:449!
  [4740718.881040] invalid opcode:  [#1] SMP
- 
+ 
  [4740718.892659] Call Trace:
  [4740718.893506]  [] cachefiles_read_copier+0x3a9/0x410 
[cachefiles]
  [4740718.894374]  [] fscache_op_work_func+0x22/0x50 
[fscache]
  [4740718.895180]  [] process_one_work+0x150/0x3f0
  [4740718.895966]  [] worker_thread+0x11a/0x470
  [4740718.896753]  [] ? __schedule+0x359/0x980
  [4740718.897783]  [] ? rescuer_thread+0x310/0x310
  [4740718.898581]  [] kthread+0xd6/0xf0
  [4740718.899469]  [] ? kthread_park+0x60/0x60
  [4740718.900477]  [] ret_from_fork+0x3f/0x70
  [4740718.901514]  [] ? kthread_park+0x60/0x60
  
  [Problem]
  
- In include/fscache-cache.h, fscache_retrieval_complete reads, in part:
+ In include/linux/fscache-cache.h, fscache_retrieval_complete reads, in
+ part:
  
  atomic_sub(n_pages, >n_pages);
  if (atomic_read(>n_pages) <= 0)
  fscache_op_complete(>op, true);
  
  The code is using atomic_sub followed by an atomic_read. This causes two
  threads doing a decrement of pages to race with each other seeing the
  op->refcount <= 0 at same time, and end up calling fscache_op_complete
  in both the threads leading to the OOPS.
  
  [Fix]
  The fix is trivial to use atomic_sub_return instead of two calls.
  
  [Testcase]
- The user has tested the patch successfully on their fscache/cachefiles setup.
+ I believe the user has tested the patch successfully on their 
fscache/cachefiles setup.
  
  [Regression Potential]
  Limited to fscache. Small, comprehensible change.

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

Title:
  fscache: bad refcounting in fscache_op_complete leads to OOPS

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

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

[Bug 1797493] [NEW] xset blank does not work

2018-10-11 Thread dman777 via ubuntu-bugs
Public bug reported:

one@localhost:~$ xset -version
xset 1.2.3

one@localhost:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.1 LTS
Release:18.04
Codename:   bionic

X.Org X Server 1.19.6

xset blank is not working. Nothing happens when I do `xset s blank; xset
s 100`. While this works on my laptop with Xenial, it does not on my PC
with Bionic Beaver server edition. What I expect is the screen to go
blank and it does not.

However, dps features do work... just not the blank screen saver
feature.

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


** Tags: xset

** Tags added: xset

** Description changed:

  one@localhost:~$ xset -version
  xset 1.2.3
  
  one@localhost:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04
  Codename: bionic
  
- 
  X.Org X Server 1.19.6
  
- xset blank is not working. Nothing happens when I do xset s blank, xset
- s 100. While this works on my laptop with Xenial, it does not on my PC
+ xset blank is not working. Nothing happens when I do `xset s blank; xset
+ s 100`. While this works on my laptop with Xenial, it does not on my PC
  with Bionic Beaver server edition. What I expect is the screen to go
  blank and it does not.
  
- 
- However, dps features do work... just not the blank screen saver feature.
+ However, dps features do work... just not the blank screen saver
+ feature.

** Package changed: e2fsprogs (Ubuntu) => xset (Ubuntu)

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

Title:
  xset blank does not work

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

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

[Bug 74747] Re: Default sources.list file has source packages enabled by default

2018-10-11 Thread Launchpad Bug Tracker
** Merge proposal linked:
   https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/356098

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

Title:
  Default sources.list file has source packages enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/74747/+subscriptions

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

[Bug 1797492] Missing required logs.

2018-10-11 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1797492

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: cosmic

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

Title:
  18.10 -  AMD AGESA 1.0.0.4 bios causes kvm_amd to hang on load

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

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

[Bug 1797282] Re: fsck not running at all on reboot

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

** Changed in: e2fsprogs (Ubuntu)
   Status: New => Confirmed

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

Title:
  fsck not running at all on reboot

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

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

[Bug 1755863] Re: netbooting the bionic live CD over NFS goes straight to maintenance mode :

2018-10-11 Thread Eric Desrochers
According to the documentation, the recommendation is to mask dev-
hugepages.mount, but in my current test doing it was preventing the
tmp.mount failure, but not preventing to go into "Emergency mode". In my
lab masking tmp.mount had better result.

Feel free to try both and let me know the outcome, results may varies
from one setup to another.

- Eric

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

Title:
  netbooting the bionic live CD over NFS goes straight to maintenance
  mode :

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

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

[Bug 1797492] [NEW] 18.10 - AMD AGESA 1.0.0.4 bios causes kvm_amd to hang on load

2018-10-11 Thread Matt Piermarini via ubuntu-bugs
Public bug reported:

Description:Ubuntu Cosmic Cuttlefish (development branch)
Release:18.10

4.18.0-8-generic #9-Ubuntu SMP Mon Sep 10 16:12:10 UTC 2018 x86_64
x86_64 x86_64 GNU/Linux

https://bugzilla.redhat.com/show_bug.cgi?id=1608242

Looks like's it's fixed in kernel 4.18.10

This is the patch:

https://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git/commit/?id=3702a0585e64d70d5bf73bf3e943b8d6005b72c1

Other issues this causes is the systemd-udevd hanging on reboot.

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

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

Title:
  18.10 -  AMD AGESA 1.0.0.4 bios causes kvm_amd to hang on load

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

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

  1   2   3   4   5   6   7   8   >