[Bug 1800973] [NEW] etcd crashes with panic every couple hours

2018-10-31 Thread Jérôme Poulin
Public bug reported:

This crash happens every coupls hours at a random point.

When one etcd crashes with panic: send on closed channel, all the other
etcd in the cluster do the same.

An issue opened on github etcd seems to point toward the version shipped
in Bionic.

https://github.com/etcd-io/etcd/issues/9956

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: etcd 3.2.17+dfsg-1
ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
Uname: Linux 4.15.0-36-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
Date: Wed Oct 31 22:58:23 2018
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: etcd
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  etcd crashes with panic every couple hours

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

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

[Bug 1552074] Re: gnome-software crashed with SIGSEGV in gtk_stack_set_visible_child_name()

2016-03-08 Thread Jérôme Poulin
Crash by right clicking an icon and asking for details.

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

Title:
  gnome-software crashed with SIGSEGV in
  gtk_stack_set_visible_child_name()

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

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


[Bug 1423796] Re: Unable to mount lvmcache root device at boot time

2016-11-27 Thread Jérôme Poulin
After making my system work again, which took a while since most live
media and even the installer don't support LVM cache, I had it working
for writeback on my system with the following.

/etc/initramfs-tools/hooks/lvm2_cache
{{{
#!/bin/sh

PREREQ="lvm2"

prereqs()
{
echo "$PREREQ"
}

case $1 in
prereqs)
prereqs
exit 0
;;
esac

if [ ! -x /sbin/lvm ]; then
exit 0
fi

. /usr/share/initramfs-tools/hook-functions

copy_exec /usr/sbin/cache_check
copy_exec /usr/sbin/cache_dump
copy_exec /usr/sbin/cache_metadata_size
copy_exec /usr/sbin/cache_repair
copy_exec /usr/sbin/cache_restore

for x in dm_cache_cleaner dm_cache_smq dm_cache dm_persistent_data dm_bio_prison
do
manual_add_modules ${x}
done
}}}

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

Title:
  Unable to mount lvmcache root device at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1423796/+subscriptions

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


[Bug 1423796] Re: Unable to mount lvmcache root device at boot time

2016-11-27 Thread Jérôme Poulin
That new file could be added to the thin-provisioning-tools which would
trigger an initramfs update.

I forgot to remove cache_dump, cache_restore and cache_metadata_size
which are not needed to boot.

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

Title:
  Unable to mount lvmcache root device at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1423796/+subscriptions

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


[Bug 1208583] Re: wireshark crashed with SIGSEGV in g_type_check_instance_cast()

2013-09-06 Thread Jérôme Poulin
I can confirm that this resolves the problem. And that without it, it
can be reproduced by opening a file, unfocus Wireshark and click
anywhere in Wireshark, then it crashes.

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

Title:
  wireshark crashed with SIGSEGV in g_type_check_instance_cast()

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

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


[Bug 1197647] Re: Date & Time applet in control center does not start

2013-09-08 Thread Jérôme Poulin
I'm pretty sure Gnome online accounts is the root cause because I had so
much problem with it that I got rid of any account in it and since then
my clock hasn't stopped working, I though it was just a coincidence but
it isn't.

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

Title:
  Date & Time applet in control center does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1197647/+subscriptions

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


[Bug 1312966] [NEW] ssvnc creates a 1x1 window with -scale auto

2014-04-25 Thread Jérôme Poulin
Public bug reported:

If one wants to auto scale on connect, ssvnc -scale auto will not check
the local window size as it does not exist and will just create a 1x1
window.

I included a patch to fix the problem.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ssvnc 1.0.29-2build1
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Apr 25 19:02:04 2014
SourcePackage: ssvnc
UpgradeStatus: Upgraded to trusty on 2014-03-25 (31 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: "auto-scale.patch"
   
https://bugs.launchpad.net/bugs/1312966/+attachment/4097146/+files/auto-scale.patch

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

Title:
  ssvnc creates a 1x1 window with -scale auto

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

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


[Bug 1299360] [NEW] virt-manager freezes when shutting lxc from console

2014-03-28 Thread Jérôme Poulin
*** This bug is a duplicate of bug 1295125 ***
https://bugs.launchpad.net/bugs/1295125

Public bug reported:

While an LXC container is running /bin/bash, issue exit from the console
and the parent virt-manager is now frozen.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: virt-manager 0.9.5-1ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Mar 29 02:33:40 2014
ExecutablePath: /usr/share/virt-manager/virt-manager.py
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: virt-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

** This bug has been marked a duplicate of bug 1295125
   ubuntu 14.04 beta - virt-manager, creating lxc app containers hangs

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

Title:
  virt-manager freezes when shutting lxc from console

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

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


[Bug 1299574] [NEW] remmina freezes after a couple tunneled connections

2014-03-29 Thread Jérôme Poulin
Public bug reported:

After about 5 to 10 VNC connections over SSH tunnels, remmina seems to
freeze and does not respond to closing the application or anything. No
way to quit without kill/xkill.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: remmina 1.0.0-4ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Mar 29 16:21:27 2014
ExecutablePath: /usr/bin/remmina
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: remmina
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  remmina freezes after a couple tunneled connections

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

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


[Bug 1301705] [NEW] Using "menu" key in Terminal creates 2 or more different menus

2014-04-02 Thread Jérôme Poulin
Public bug reported:

When gnome-terminal is started, if you press the keyboard's 'menu' key
multiple time, you will create a gnome-terminal menu and then all other
menu will be from the window manager, all those menu are unclosable by
clicking away from them.

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


** Tags: trusty

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

Title:
  Using "menu" key in Terminal creates 2 or more different menus

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

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


[Bug 922578] Re: please remove 'resolvconf' from ubuntu-minimal Depends

2016-03-19 Thread Jérôme Poulin
On my side, I just want to use what is already bundled with Ubuntu,
systemd-resolved.service(8). I symlinked
/run/systemd/resolve/resolv.conf to /etc/resolv.conf but now I'm stuck
with this ubuntu-minimal dependency.

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

Title:
  please remove 'resolvconf' from ubuntu-minimal Depends

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

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


[Bug 1312966] Re: ssvnc creates a 1x1 window with -scale auto

2016-07-30 Thread Jérôme Poulin
Would you mind adding more details about the problem you encounter?

This patch is currently in use on our corporate repo since Trusty and
has been working correctly in Utopic, Vivid, Wily and still works in
Xenial. It has been tested on Unity, Gnome-Shell and Lxde.

Anyway, right now the unmatched version is completely unusable and I'm
still wondering why this patch has been lingering here so long. Maybe
your advice will help me getting it accepted.

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

Title:
  ssvnc creates a 1x1 window with -scale auto

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

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


[Bug 1312966] Re: ssvnc creates a 1x1 window with -scale auto

2016-07-30 Thread Jérôme Poulin
Thanks for the proper patch, I'm not much aware of the steps involved in
deploying submitted patches via Ubuntu launchpad.  You're right, our use
case implies most of the time connecting to 1080p display, causing ssvnc
to be unusable using our loader sets autoscale enabled.  Otherwise,
since we use SSH tunneling, ssvnc is the best tool for the job.

Again, thanks for improving (rewriting) the patch and comitting it, I'll
give it a try this week.

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

Title:
  ssvnc creates a 1x1 window with -scale auto

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

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


[Bug 1529079] Re: Can't start virtual machines with installed systemd-container package on Xenial

2016-09-07 Thread Jérôme Poulin
The package that was submitted to xenial-proposed fixes the problem on
my computer, machinectl start  and virsh start  can now
be run without removing systemd-nspawn.

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

Title:
  Can't start virtual machines with installed systemd-container package
  on Xenial

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

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


[Bug 1529079] Re: Can't start virtual machines with installed systemd-container package on Xenial

2016-03-26 Thread Jérôme Poulin
Well, until then...

virsh () { apt-get -qqy remove systemd-container >/dev/null;
/usr/bin/virsh "$@"; apt-get -qqy install systemd-container >/dev/null;
}

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

Title:
  Can't start virtual machines with installed systemd-container package
  on Xenial

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

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


[Bug 1571059] [NEW] Software center repeatedly ask to download an update.

2016-04-15 Thread Jérôme Poulin
Public bug reported:

After upgrading to Xenial, I was greeted with this dialog:
An update is needed to show all installable apps. Download now?

Clicking Yes just prompts back the same dialog over and over *without
any diagnostic whatsoever*.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-software 3.20.1+git20160414.1.cc9a0a6.ubuntu-xenial-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Apr 15 15:43:53 2016
ExecutablePath: /usr/bin/gnome-software
ProcEnviron:
 LANGUAGE=en_CA
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-software
UpgradeStatus: Upgraded to xenial on 2016-04-15 (0 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Software center repeatedly ask to download an update.

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

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


[Bug 1571059] Re: Software center repeatedly ask to download an update.

2016-04-15 Thread Jérôme Poulin
Exactly, it seems that after fixing all apt-get update related problems
and rebooting, I don't get this prompt anymore.

I wasn't sure at first that the new software center was related to apt.

I also had a problem with our proxy (apt-cacher-ng) which I had to
upgrade from 0.8 to 0.9.1 (backport) on our Debian Jessie proxy server.

I still get warnings but not failure about signing keys which I'll fix
for our repo but Google's own seems to be problematic too.

It seems the new software center should make the user aware of such
problem.

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

Title:
  repeatedly ask to download an update when apt index update hits an
  error

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

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


[Bug 965921] Re: gnome-shell most keyboard shortcuts not working

2012-04-06 Thread Jérôme Poulin
Since gnome-shell 3.4 I cannot use the Super key in any shortcuts.

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

Title:
  gnome-shell most keyboard shortcuts not working

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

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


[Bug 972962] [NEW] Brasero hides itself after burning ISO from command line

2012-04-03 Thread Jérôme Poulin
Public bug reported:

Description:Ubuntu precise (development branch)
Release:12.04

brasero:
  Installed: 3.3.92-0ubuntu1
  Candidate: 3.4.0-0ubuntu1
  Version table:
 3.4.0-0ubuntu1 0
500 http://ca.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
 *** 3.3.92-0ubuntu1 0
100 /var/lib/dpkg/status

When launched from command line with ISO as argument or directly from
nautilus, when brasero finishes, either by closing the window or
proceeding to a burn, the process stays in background and won't launch
again.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: brasero 3.3.92-0ubuntu1
Uname: Linux 3.3.0-030300-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Tue Apr  3 17:34:51 2012
ExecutablePath: /usr/bin/brasero
InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.2)
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: brasero
UpgradeStatus: Upgraded to precise on 2012-02-24 (39 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Brasero hides itself after burning ISO from command line

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

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


[Bug 972962] Re: Brasero hides itself after burning ISO from command line

2012-04-03 Thread Jérôme Poulin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972962

Title:
  Brasero hides itself after burning ISO from command line

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

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


[Bug 950713] Re: Brother printer fails to print anything but a blank page

2012-03-12 Thread Jérôme Poulin
Yes, this is what I tried, I sent the /tmp/printout file to my printer
on port 9100 and a blank page was printed.

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

Title:
  Brother printer fails to print anything but a blank page

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

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


[Bug 950713] Re: Brother printer fails to print anything but a blank page

2012-03-12 Thread Jérôme Poulin
On my side one has a toner low message, the other is in ready state.

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

Title:
  Brother printer fails to print anything but a blank page

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

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


[Bug 937522] Re: rdp clipboard sync doesn't work anymore.

2012-03-13 Thread Jérôme Poulin
Confirmed in Ubuntu 12.04, remmina 0.9.99.1.

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

Title:
  rdp clipboard sync doesn't work anymore.

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

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


[Bug 950713] Re: Brother printer fails to print anything but a blank page

2012-03-13 Thread Jérôme Poulin
Works on MFC-9840CDW, prints out Ubuntu test page, color.

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

Title:
  Brother printer fails to print anything but a blank page

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

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


[Bug 950713] Re: Brother printer fails to print anything but a blank page

2012-03-14 Thread Jérôme Poulin
As expected, I can confirm that it works on MFC-9840CDW too.

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

Title:
  Brother printer fails to print anything but a blank page

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

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


[Bug 1333553] Re: linux-image-3.13.0-29-generic - soft lockup in kvm guests

2014-07-06 Thread Jérôme Poulin
Probably in relation or duplicate of bug #1307473.

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

Title:
  linux-image-3.13.0-29-generic - soft lockup in kvm guests

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

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


[Bug 1333553] Re: linux-image-3.13.0-29-generic - soft lockup in kvm guests

2014-07-06 Thread Jérôme Poulin
*** This bug is a duplicate of bug 1307473 ***
https://bugs.launchpad.net/bugs/1307473

** This bug has been marked a duplicate of bug 1307473
   guest hang due to missing clock interrupt

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

Title:
  linux-image-3.13.0-29-generic - soft lockup in kvm guests

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

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


[Bug 1463612] [NEW] LVM freeze when using vgchange on split mirror

2015-06-09 Thread Jérôme Poulin
Public bug reported:

Step to reproduce:
1. Create a VG with 2 disks.
2. Use lvcreate -m1 --mirrorlog mirrored -L 512M -n test vgTest
3. Use mkfs on the volume
4. Write some file and unplug one disk.
5. Unplug the other disk.
6. umount device, force removal using dmsetup remove -f on stuck devices.
7. dmsetup table shows nothing.
8. Plug back one disk.
9. Use vgchange -ay
10. Any LVM command will end in deadlock even after removing the disk.

Stack from dmesg:
[116167.589417] INFO: task vgchange:13916 blocked for more than 120 seconds.
[116167.589422]   Tainted: G   OE 3.16.0-38-generic 
#52~14.04.1-Ubuntu
[116167.589423] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
[116167.589424] vgchangeD 88032ee930c0 0 13916  11903 0x0004
[116167.589428]  8800370539a0 0086 88017fa1b2f0 
880037053fd8
[116167.589430]  000130c0 000130c0 88012ae07010 
88032ee939c0
[116167.589432]  88017fa1b2f0 7fff 88017fa1b2f0 

[116167.589434] Call Trace:
[116167.589441]  [] schedule+0x29/0x70
[116167.589443]  [] schedule_timeout+0x229/0x2a0
[116167.589448]  [] ? submit_bio+0x78/0x160
[116167.589453]  [] ? read_tsc+0x9/0x20
[116167.589456]  [] ? ktime_get_ts+0x48/0xe0
[116167.589458]  [] io_schedule_timeout+0x9b/0xf0
[116167.589462]  [] ? bio_next_page+0x20/0x20
[116167.589465]  [] wait_for_completion_io+0xa6/0x160
[116167.589468]  [] ? wake_up_state+0x20/0x20
[116167.589471]  [] sync_io+0xb5/0x110
[116167.589473]  [] ? _cond_resched+0x29/0x40
[116167.589475]  [] ? wait_for_completion+0x28/0x160
[116167.589479]  [] ? __stop_cpus+0x4f/0x70
[116167.589481]  [] dm_io+0x1dd/0x210
[116167.589483]  [] ? dm_io_client_destroy+0x30/0x30
[116167.589485]  [] ? bio_next_page+0x20/0x20
[116167.589489]  [] disk_resume+0x15a/0x2e0 [dm_log]
[116167.589491]  [] ? synchronize_rcu_expedited+0xe/0x10
[116167.589493]  [] mirror_resume+0x32/0x60 [dm_mirror]
[116167.589496]  [] dm_table_resume_targets+0x8e/0xe0
[116167.589499]  [] dm_resume+0x4c/0xd0
[116167.589501]  [] dev_suspend+0x12b/0x220
[116167.589503]  [] ? table_load+0x350/0x350
[116167.589505]  [] ctl_ioctl+0x255/0x500
[116167.589508]  [] ? SYSC_semtimedop+0x23f/0xcf0
[116167.589511]  [] dm_ctl_ioctl+0x13/0x20
[116167.589515]  [] do_vfs_ioctl+0x2e0/0x4c0
[116167.589519]  [] ? security_sem_associate+0x16/0x20
[116167.589520]  [] ? sem_security+0x9/0x10
[116167.589522]  [] ? ipcget+0x149/0x1c0
[116167.589524]  [] SyS_ioctl+0x81/0xa0
[116167.589528]  [] system_call_fastpath+0x1a/0x1f
[116167.589531] INFO: task lvs:14000 blocked for more than 120 seconds.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-38-generic 3.16.0-38.52~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Tue Jun  9 18:57:10 2015
ProcEnviron:
 LANGUAGE=en_CA
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-lts-utopic
UpgradeStatus: Upgraded to trusty on 2014-03-25 (441 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  LVM freeze when using vgchange on split mirror

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

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


[Bug 1421834] ProcEnviron.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434291/+files/ProcEnviron.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] ProcInterrupts.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434292/+files/ProcInterrupts.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] UdevLog.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434297/+files/UdevLog.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] RfKill.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1421834/+attachment/4434295/+files/RfKill.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] ProcCpuinfo.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434290/+files/ProcCpuinfo.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] CurrentDmesg.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434285/+files/CurrentDmesg.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] IwConfig.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434286/+files/IwConfig.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] PulseList.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434294/+files/PulseList.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Lspci.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1421834/+attachment/4434288/+files/Lspci.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] CRDA.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1421834/+attachment/4434284/+files/CRDA.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] JournalErrors.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434287/+files/JournalErrors.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Lsusb.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1421834/+attachment/4434289/+files/Lsusb.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-07-26 Thread Jérôme Poulin
It now works on Ubuntu Vivid only if «acpi_osi=» is added to GRUB.

** Tags added: apport-collected vivid

** Description changed:

  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.
  
  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
+  /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ MachineType: ASUSTeK COMPUTER INC. N550JK
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
+ ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-22-generic N/A
+  linux-backports-modules-3.19.0-22-generic  N/A
+  linux-firmware 1.143.2
+ Tags:  vivid
+ Uname: Linux 3.19.0-22-generic x86_64
+ UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
+ UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
+ _MarkForUpload: True
+ dmi.bios.date: 09/26/2014
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: N550JK.208
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: N550JK
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
+ dmi.product.name: N550JK
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

Title:
  Backlight keys not working on ASUS N550JK

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

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

[Bug 1421834] ProcModules.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434293/+files/ProcModules.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] AlsaInfo.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434283/+files/AlsaInfo.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] UdevDb.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1421834/+attachment/4434296/+files/UdevDb.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] WifiSyslog.txt

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434298/+files/WifiSyslog.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-07-26 Thread Jérôme Poulin
I am currently running 4.2-rc3, I tested with acpi_osi= and backlight
control work, however, if I remove the workaround from GRUB command line
on boot, backlight keys stop working.

** Tags added: kernel-bug-exists-upstream-4.2-rc3

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1429725] Re: package mariadb-server-10.0 10.0.16-2~exp1~ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-25 Thread Jérôme Poulin
+ /usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables 
--default-storage-engine=myisam --plugin-load-add=auth_socket
+ echo 'SET sql_log_bin=0; USE mysql; DELIMITER //; CREATE PROCEDURE 
debian_plugin_install(IN plugin_name CHAR(50), IN soname CHAR(50)) BEGIN 
DECLARE CONTINUE HANDLER FOR NOT FOUND  EXECUTE
inst_plug; set @plugin_name=plugin_name; set @soname=soname ;set 
@install_plugin=CONCAT("INSTALL PLUGIN ",@plugin_name," SONAME '\''", @soname, 
"'\''");PREPARE inst_plug FROM @install_plugin ;
select PLUGIN_NAME INTO @a from  information_schema.plugins where 
PLUGIN_NAME=@plugin_name AND PLUGIN_STATUS='\''ACTIVE'\'' AND 
PLUGIN_TYPE='\''AUTHENTICATION'\'' AND PLUGIN_LIBRARY LIKE 
concat(@soname,'\''%'\''
); DEALLOCATE PREPARE inst_plug; END// CALL 
debian_plugin_install('\''unix_socket'\'', '\''auth_socket'\'') // DROP 
PROCEDURE debian_plugin_install//'
+ logger -p daemon.err -t mysqld_safe -i
dpkg: error processing package mariadb-server-10.0 (--configure):
 subprocess installed post-installation script returned error exit status 1
D01: ensure_diversions: same, skipping
D01: process queue pkg mariadb-server:all queue.len 0 progress 1, try 1
dpkg: dependency problems prevent configuration of mariadb-server:
 mariadb-server depends on mariadb-server-10.0 (>= 10.0.16-2~exp1~ubuntu1); 
however:
  Package mariadb-server-10.0 is not configured yet.

dpkg: error processing package mariadb-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mariadb-server-10.0
 mariadb-server

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

Title:
  package mariadb-server-10.0 10.0.16-2~exp1~ubuntu1 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/mariadb-10.0/+bug/1429725/+subscriptions

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


[Bug 1033226] Re: No close option, only restart

2013-10-25 Thread Jérôme Poulin
Well, when waking from sleep this means you're about to use the
computer. Windows already does that and every time I postpone the
restart anyway. Couldn't Ubuntu just restart programs and services which
needs update anyway? The only reason for a reboot would be a local
exploit which most desktop user don't care about. For everything else,
just asking to restart the software like Firefox does would be enough
and for background services they can mostly all be restart. So I'm still
in favor of just changing the system's menu color.

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

Title:
  No close option, only restart

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

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


[Bug 1221301] Re: cannot install wine1.4 : Depends: wine1.4-i386 (= 1.4.1-0ubuntu7) which is a virtual package.

2013-10-29 Thread Jérôme Poulin
I can confirm that installing via debootstrap is one of the way to get
this issue. (And some others by the way).

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

Title:
  cannot install wine1.4 : Depends: wine1.4-i386 (= 1.4.1-0ubuntu7)
  which is a virtual package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/1221301/+subscriptions

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


[Bug 1228965] Re: compiz crashed with SIGSEGV in unity::ui::EdgeBarrierController::Impl::SetupBarriers()

2013-09-24 Thread Jérôme Poulin
Disconnected monitor while screen was locked.

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

Title:
  compiz crashed with SIGSEGV in
  unity::ui::EdgeBarrierController::Impl::SetupBarriers()

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

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


[Bug 1212669] [NEW] [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-08-15 Thread Jérôme Poulin
Public bug reported:

This is a first time bug, it happened just after resuming with a display
attached to my laptop before resume. Resume took 30 seconds instead of
being almost instant and my top bar is now showing the "Ambiance" theme
(black) instead of Radiance.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: gnome-settings-daemon 3.6.4-0ubuntu15
ProcVersionSignature: Ubuntu 3.11.0-1.4-generic 3.11.0-rc4
Uname: Linux 3.11.0-1-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12-0ubuntu3
Architecture: amd64
Date: Wed Aug 14 16:18:20 2013
ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
MarkForUpload: True
ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
Signal: 5
SourcePackage: gnome-settings-daemon
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XRRSetCrtcConfig () from /usr/lib/x86_64-linux-gnu/libXrandr.so.2
 gnome_rr_crtc_set_config_with_time () from /usr/lib/libgnome-desktop-3.so.7
 ?? () from /usr/lib/libgnome-desktop-3.so.7
Title: [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm audio dialout fuse libvirtd lp plugdev pulse-access src sudo 
users vboxusers video wireshark

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


** Tags: amd64 apport-crash need-amd64-retrace saucy third-party-packages xrandr

** Information type changed from Private to Public

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

Title:
  [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

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

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


[Bug 1197647] Re: Date & Time applet in control center does not start

2013-08-29 Thread Jérôme Poulin
I reinstalled the datetime indicator without any success, a new user
would work so I decided to delete much everything in ~/.cache/ and some
unused or useless files in ~/.config/ and it started working.

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

Title:
  Date & Time applet in control center does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1197647/+subscriptions

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


[Bug 1172467] Re: Dnsmasq caches negative results if it starts before the network is up

2013-08-29 Thread Jérôme Poulin
It seems to be working correctly now, thank you!

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

Title:
  Dnsmasq caches negative results if it starts before the network is up

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

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


[Bug 937522] Re: rdp clipboard sync doesn't work anymore.

2012-05-07 Thread Jérôme Poulin
Just updated today and it crashed at least 10 times during the day:
...
registered device #1: jerome (type=8 id=1)
EVENT RECEIVED -> DATA: rDrd
SIZE: 12
FLAGS: 3
EVENT RECEIVED -> DATA: rDRI
SIZE: 56
FLAGS: 3
EVENT RECEIVED -> DATA: rDRI
SIZE: 56
FLAGS: 3
EVENT RECEIVED -> DATA: rDRI
SIZE: 56
FLAGS: 3
EVENT RECEIVED -> DATA: rDRI
SIZE: 56
FLAGS: 3

(remmina:30203): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GObject'

(remmina:30203): GLib-GObject-CRITICAL **: g_object_get_data: assertion
`G_IS_OBJECT (object)' failed

Program received signal SIGSEGV, Segmentation fault.
0x7fffeca4f329 in ?? () from /usr/lib/remmina/plugins/remmina-plugin-rdp.so
(gdb) bt full
#0  0x7fffeca4f329 in ?? () from 
/usr/lib/remmina/plugins/remmina-plugin-rdp.so
No symbol table info available.
#1  0x755cfca2 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#2  0x755e0d71 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#3  0x755e9099 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#4  0x755e9242 in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#5  0x776caf05 in gtk_main_do_event () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#6  0x7731ad12 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#7  0x77024c9a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#8  0x77025060 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#9  0x7702545a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#10 0x776ca25d in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#11 0x00414397 in main ()
No symbol table info available.
(gdb)

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

Title:
  rdp clipboard sync doesn't work anymore.

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

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


[Bug 952964] Re: Mouse Wheel does not work in RDP (12.04)

2012-04-13 Thread Jérôme Poulin
I noticed yesterday when you have a large display, the wheel scrolls the
display. It seems intercepted by the remmina's GTK interface.

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

Title:
  Mouse Wheel does not work in RDP (12.04)

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

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


[Bug 601299] Re: btrfs fsync() is extremely slow

2012-05-14 Thread Jérôme Poulin
I can confirm that dpkg is very slow when BTRFS is used as root
filesystem. Using eatmydata fixes the problem.

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

Title:
  btrfs fsync() is extremely slow

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

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


[Bug 1549096] [NEW] package coreutils 8.23-4ubuntu2 failed to install/upgrade: unable to make backup link of './bin/true' before installing new version: Operation not permitted

2016-02-23 Thread Jérôme Poulin
Public bug reported:

This package was the first in about 400 to upgrade and blocked
everything else, apt-mark hold coreutils allowed me to finish an apt-get
dist-upgrade, I rebooted and unholded it, still no success to install.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: coreutils 8.23-4ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Tue Feb 23 23:06:16 2016
ErrorMessage: unable to make backup link of './bin/true' before installing new 
version: Operation not permitted
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.3
SourcePackage: coreutils
Title: package coreutils 8.23-4ubuntu2 failed to install/upgrade: unable to 
make backup link of './bin/true' before installing new version: Operation not 
permitted
UpgradeStatus: Upgraded to xenial on 2016-01-16 (39 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package coreutils 8.23-4ubuntu2 failed to install/upgrade: unable to
  make backup link of './bin/true' before installing new version:
  Operation not permitted

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

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


[Bug 1549096] Re: package coreutils 8.23-4ubuntu2 failed to install/upgrade: unable to make backup link of './bin/true' before installing new version: Operation not permitted

2016-02-25 Thread Jérôme Poulin
Sorry for the noise, it seems I had /bin/true set chattr +i / immutable.

** Changed in: coreutils (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/1549096

Title:
  package coreutils 8.23-4ubuntu2 failed to install/upgrade: unable to
  make backup link of './bin/true' before installing new version:
  Operation not permitted

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

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


[Bug 921340] Re: empathy-chat crashed with SIGSEGV in malloc_consolidate()

2016-02-01 Thread Jérôme Poulin
Regulary happens now on Xenial.

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

Title:
  empathy-chat crashed with SIGSEGV in malloc_consolidate()

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

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


[Bug 1545304] Re: gst-plugin-scanner crashed with SIGSEGV in _xend()

2016-02-13 Thread Jérôme Poulin
** Information type changed from Private to Public

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

Title:
  gst-plugin-scanner crashed with SIGSEGV in _xend()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1545304/+subscriptions

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


[Bug 1545194] Re: empathy-auth-client crashed with SIGSEGV in _xend()

2016-02-13 Thread Jérôme Poulin
** Information type changed from Private to Public

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

Title:
  empathy-auth-client crashed with SIGSEGV in _xend()

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

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


[Bug 664030] Re: Drag and drop of GVFS locations from Nautilus to VLC doesn't work

2015-01-17 Thread Jérôme Poulin
This is a bug in Nautilus or GVFS, not VLC, something has changed and it
breaks compatibility with all the other software. Every other software
would have to support every other network share instead of having GVFS
doing all the work.

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

Title:
  Drag and drop of GVFS locations from Nautilus to VLC doesn't work

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "acpi"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318987/+files/acpi

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "backlight"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318986/+files/backlight

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "dsdt.dsl"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318989/+files/dsdt.dsl

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "video"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318992/+files/video

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318988/+files/acpidump.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "version"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4319001/+files/version

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] [NEW] Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
Public bug reported:

Backlight keys are not working when logged in the desktop, using
/sys/class/backlight/intel_backlight/brightness can adjust the
brightness.

Usual workarounds listed in
https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb 13 15:46:37 2015
SourcePackage: linux-lts-utopic
UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "fwts"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318990/+files/fwts

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "dmidecode.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4319002/+files/dmidecode.log

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: "fwts_method"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318991/+files/fwts_method

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment removed: "fwts"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318990/+files/fwts

** Attachment removed: "fwts_method"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318991/+files/fwts_method

** Attachment added: "fwts_results.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4319091/+files/fwts_results.log

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

Title:
  Backlight keys not working on ASUS N550JK

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

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


[Bug 1301705] Re: Using "menu" key in Terminal creates 2 or more different menus

2014-04-07 Thread Jérôme Poulin
** Package changed: virt-manager (Ubuntu) => gnome-terminal (Ubuntu)

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

Title:
  Using "menu" key in Terminal creates 2 or more different menus

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

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


[Bug 1316255] [NEW] network-manager freezes when editing connection

2014-05-05 Thread Jérôme Poulin
Public bug reported:

After switching network and editing a connection, the network editing
window stays frozen.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager-gnome 0.9.8.8-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May  5 14:08:42 2014
ExecutablePath: /usr/bin/nm-connection-editor
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 # Include files from /etc/network/interfaces.d:
 source-directory /etc/network/interfaces.d
IpRoute:
 default via 10.10.4.1 dev eth0  proto static 
 10.10.4.0/24 dev eth0  proto kernel  scope link  src 10.10.4.98  metric 1 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=false
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 LANGUAGE=en_CA
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager-applet
UpgradeStatus: Upgraded to trusty on 2014-03-25 (41 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 C8:19:F7:3F:FB:70 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/2  
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
 wlan0  802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
disabled   enabled disabled

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


** Tags: amd64 apport-bug trusty

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

Title:
  network-manager freezes when editing connection

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

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


[Bug 1316255] Re: network-manager freezes when editing connection

2014-05-05 Thread Jérôme Poulin
** Attachment removed: "nmcli-con.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1316255/+attachment/4105830/+files/nmcli-con.txt

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

Title:
  network-manager freezes when editing connection

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

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


[Bug 202861] Re: nautilus hangs after network disconnect

2014-09-12 Thread Jérôme Poulin
I disagree, the bug shown in the link gives a "ps" output when the
problem is present and show no excessive CPU usage while this bug has
gvfs stuck in a tight loop somewhere, my backtrace was snapshot when
this 100% CPU usage pattern was present, other comments in the bug have
the same outcome.

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

Title:
  nautilus hangs after network disconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-cd-burner/+bug/202861/+subscriptions

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


[Bug 1084238] Re: Remmina freezes when disconnecting vnc session with ssh tunnel

2014-06-14 Thread Jérôme Poulin
This behaviour seems to affect Trusty. About 80% reproducible.

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

Title:
  Remmina freezes when disconnecting vnc session with ssh tunnel

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

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


[Bug 202861] Re: nautilus hangs after network disconnect

2014-07-21 Thread Jérôme Poulin
This is really annoying and happens on all 4 of my machines.

** Attachment added: "crash file with full backtrace"
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/202861/+attachment/4159178/+files/_usr_lib_gvfs_gvfsd-sftp.1000.crash

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

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

Title:
  nautilus hangs after network disconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-cd-burner/+bug/202861/+subscriptions

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


[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-10 Thread Jérôme Poulin
A bit more complete stack trace.

┌─│01:21:08│0│
└──╼ gwibber-service 

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
Traceback (most recent call last):
  File "/usr/bin/gwibber-service", line 83, in 
dispatcher = dispatcher.Dispatcher(loop)
  File "/usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py", line 
396, in __init__
self.add_account(Account(account))
  File "/usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py", line 
165, in __init__
self.on_account_changed (account_service, account)
  File "/usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py", line 
171, in on_account_changed
iterator = account.get_settings_iter(None)
  File "/usr/lib/python2.7/dist-packages/gi/overrides/Accounts.py", line 39, in 
get_settings_iter
return super().get_settings_iter(prefix)
TypeError: super() takes at least 1 argument (0 given)

┌─│01:21:11│1│
└──╼

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

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

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

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

[Bug 1098086] Re: gwibber-service crashed with TypeError in get_settings_iter(): super() takes at least 1 argument (0 given)

2013-01-10 Thread Jérôme Poulin
Some apport infos.

== ProcVersionSignature =
Ubuntu 3.8.0-0.2-generic 3.8.0-rc3

== SourcePackage =
gwibber

== Tags =
 raring

== Uname =
Linux 3.8.0-0-generic x86_64

== UpgradeStatus =
No upgrade log present (probably fresh install)

== gwibber.log =
2013-01-11 01:16:28,408 - root MainThread:  INFO - Logger 
initialized
2013-01-11 01:16:28,408 - Service  MainThread:  INFO - Service 
starting
2013-01-11 01:16:28,408 - Service  MainThread:  INFO - Running from 
the source tree
2013-01-11 01:16:28,502 - root MainThread:  ERROR- Could not 
find any typelib for Unity
2013-01-11 01:16:28,503 - root MainThread:  ERROR- Could not 
find any typelib for Dbus

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

Title:
  gwibber-service crashed with TypeError in get_settings_iter(): super()
  takes at least 1 argument (0 given)

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

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


[Bug 1099557] [NEW] Cinnamon desktop freeze - no mouse actions

2013-01-14 Thread Jérôme Poulin
*** This bug is a duplicate of bug 1008197 ***
https://bugs.launchpad.net/bugs/1008197

Public bug reported:

Cinnamon freezes multiple time by days, mostly when switching desktops.
I need to kill -HUP cinnamon's process via console to get my screen
functional again.

Here is an incomplete backtrace from frozen state before kill -HUP (forgot to 
set logging on in GDB);
layout1 = {rows = 10751840, cols = 0, grid = 0xa0, grid_area = 
-694203770, current_row = 32522, current_col = -694504280}
layout2 = {rows = 1, cols = 4, grid = 0x1ff59e0, grid_area = 4, 
current_row = 0, current_col = 0}
num_workspaces = 
current_space = 
new_space = 
direction = 
#7  0x7f0ad69abb81 in process_event (bindings=, 
n_bindings=, display=display@entry=0x1a50010, 
screen=screen@entry=0xa18200, window=window@entry=0x0,
event=event@entry=0x7fff0cdcdab0, on_window=0, keysym=) at 
core/keybindings.c:1441
handler = 0x1a50a60
i = 
#8  0x7f0ad69acbd4 in meta_display_process_key_event 
(display=display@entry=0x1a50010, window=window@entry=0x0, 
event=event@entry=0x7fff0cdcdab0) at core/keybindings.c:1683
keysym = 
keep_grab = 1
all_keys_grabbed = 
str = 
screen = 0xa18200
__PRETTY_FUNCTION__ = "meta_display_process_key_event"
#9  0x7f0ad69a11ab in event_callback (event=0x7fff0cdcdab0, data=0x1a50010) 
at core/display.c:1799
window = 
property_for_window = 
display = 0x1a50010
frame_was_receiver = 0
bypass_compositor = 0
filter_out_event = 
#10 0x7f0ad69ebed6 in filter_func (xevent=0x7fff0cdcdab0, event=, data=) at ui/ui.c:238
No locals.
#11 0x7f0ad16a5921 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#12 0x7f0ad16a5af7 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
---Type  to continue, or q  to quit---
#13 0x7f0ad167b511 in gdk_display_get_event () from 
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#14 0x7f0ad16a5832 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#15 0x7f0ad5cd9a95 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#16 0x7f0ad5cd9dc8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#17 0x7f0ad5cda1c2 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#18 0x7f0ad69af257 in meta_run () at core/main.c:555
log_domains = {0x0, 0x7f0ad69f6a6d "muffin", 0x7f0ad69f5dab "Gtk", 
0x7f0ad69f5daf "Gdk", 0x7f0ad69f5db3 "GLib", 0x7f0ad69f5db8 "Pango", 
0x7f0ad69f5dbe "GLib-GObject",
  0x7f0ad69f5dcb "GThread"}
i = 
#19 0x00401773 in main (argc=1, argv=0x7fff0cdcdea8) at main.c:296
ctx = 
error = 0x0
ecode = 

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: cinnamon 1.6.7-1
ProcVersionSignature: Ubuntu 3.8.0-0.2-generic 3.8.0-rc3
Uname: Linux 3.8.0-0-generic x86_64
ApportVersion: 2.8-0ubuntu1
Architecture: amd64
Date: Mon Jan 14 15:10:23 2013
MarkForUpload: True
SourcePackage: cinnamon
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

** This bug has been marked a duplicate of bug 1008197
   Cinnamon desktop freeze - no mouse actions, keyboard atl,ctrl, del works

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

Title:
  Cinnamon desktop freeze - no mouse actions

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

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


[Bug 1008197] Re: Cinnamon desktop freeze - no mouse actions, keyboard atl, ctrl, del works

2013-01-14 Thread Jérôme Poulin
Here,  it crashed again, I was able to acquire a full backtrace this time:
#0  0x7fa9f9c1dc97 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1  0x7fa9f44f2180 in pa_threaded_mainloop_wait () from 
/usr/lib/x86_64-linux-gnu/libpulse.so.0
No symbol table info available.
#2  0x7fa9e2fb8732 in pulse_driver_play () from 
/usr/lib/x86_64-linux-gnu/libcanberra-0.30/libcanberra-pulse.so
No symbol table info available.
#3  0x7fa9f82de98e in ca_context_play_full () from 
/usr/lib/x86_64-linux-gnu/libcanberra.so.0
No symbol table info available.
#4  0x7fa9f82ded0f in ca_context_play () from 
/usr/lib/x86_64-linux-gnu/libcanberra.so.0
No symbol table info available.
#5  0x7fa9fab6dcbc in workspace_switch_sound (to=0x1af49d0, from=0x1af4940) 
at core/workspace.c:496
layout = {rows = 1, cols = 4, grid = 0x284df50, grid_area = 4, 
current_row = 0, current_col = 0}
i = 
y = 
e = 0x7fa9fab9b317 "desktop-switch-right"
nw = 
x = 
fi = 0
ti = 1
#6  meta_workspace_activate_with_focus (workspace=0x1af49d0, focus_this=0x0, 
timestamp=284824597) at core/workspace.c:551
old = 
move_window = 
screen = 
display = 
comp = 
layout1 = {rows = 13778784, cols = 0, grid = 0xa0, grid_area = 
-88532346, current_row = 32681, current_col = -88832856}
layout2 = {rows = 1, cols = 4, grid = 0x284df50, grid_area = 4, 
current_row = 0, current_col = 0}
num_workspaces = 
current_space = 
new_space = 
direction = 
#7  0x7fa9fab48b81 in process_event (bindings=, 
n_bindings=, display=display@entry=0x1d325d0, 
screen=screen@entry=0xcfb200, window=window@entry=0x0, 
event=event@entry=0x7fffb68993d0, on_window=0, keysym=) at 
core/keybindings.c:1441
handler = 0x1d32e00
i = 
#8  0x7fa9fab49bd4 in meta_display_process_key_event 
(display=display@entry=0x1d325d0, window=window@entry=0x0, 
event=event@entry=0x7fffb68993d0) at core/keybindings.c:1683
keysym = 
keep_grab = 1
all_keys_grabbed = 
str = 
screen = 0xcfb200
__PRETTY_FUNCTION__ = "meta_display_process_key_event"
#9  0x7fa9fab3e1ab in event_callback (event=0x7fffb68993d0, data=0x1d325d0) 
at core/display.c:1799
window = 
property_for_window = 
display = 0x1d325d0
frame_was_receiver = 0
bypass_compositor = 0
filter_out_event = 
#10 0x7fa9fab88ed6 in filter_func (xevent=0x7fffb68993d0, event=, data=) at ui/ui.c:238
No locals.
#11 0x7fa9f5842921 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#12 0x7fa9f5842af7 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#13 0x7fa9f5818511 in gdk_display_get_event () from 
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#14 0x7fa9f5842832 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#15 0x7fa9f9e76a95 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#16 0x7fa9f9e76dc8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#17 0x7fa9f9e771c2 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#18 0x7fa9fab4c257 in meta_run () at core/main.c:555
log_domains = {0x0, 0x7fa9fab93a6d "muffin", 0x7fa9fab92dab "Gtk", 
0x7fa9fab92daf "Gdk", 0x7fa9fab92db3 "GLib", 0x7fa9fab92db8 "Pango", 
0x7fa9fab92dbe "GLib-GObject", 
  0x7fa9fab92dcb "GThread"}
i = 
#19 0x00401773 in main (argc=1, argv=0x7fffb68997c8) at main.c:296
ctx = 
error = 0x0
ecode = 
Detaching from program: /usr/bin/cinnamon, process 4045

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

Title:
  Cinnamon desktop freeze - no mouse actions, keyboard atl,ctrl, del
  works

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

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


[Bug 972962] Re: Brasero hides itself after burning ISO from command line

2012-12-14 Thread Jérôme Poulin
This is probably upstream as I get the same behavior in ArchLinux with
Brasero version 3.6.1.

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

Title:
  Brasero hides itself after burning ISO from command line

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

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


[Bug 1102960] Re: dia crashes on startup

2013-03-01 Thread Jérôme Poulin
Fix #7 works, if and only if, persistence already exists, I attached my
Archlinux Dia config file and it works with it.

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

Title:
  dia crashes on startup

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

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


[Bug 1102960] Re: dia crashes on startup

2013-03-01 Thread Jérôme Poulin
Working config file to be placed in $HOME/.dia/persistence

** Attachment added: "persistence"
   
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1102960/+attachment/3552916/+files/persistence

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

Title:
  dia crashes on startup

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

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


[Bug 1008197] Re: Cinnamon desktop freeze - no mouse actions, keyboard atl, ctrl, del works

2013-02-01 Thread Jérôme Poulin
This is of course pulseaudio related, still no follow up? I don't think
there's a way to disable calling pulseaudio, I do not need/want sounds
bt there's no option.

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

Title:
  Cinnamon desktop freeze - no mouse actions, keyboard atl,ctrl, del
  works

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

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


[Bug 1008197] Re: Cinnamon desktop freeze - no mouse actions, keyboard atl, ctrl, del works

2013-02-06 Thread Jérôme Poulin
This is not really assigned.

** Changed in: ubuntu
 Assignee: Gisi (gisela-n-a-v2) => (unassigned)

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

Title:
  Cinnamon desktop freeze - no mouse actions, keyboard atl,ctrl, del
  works

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

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


[Bug 994309] Re: wine is uninstallable

2013-03-04 Thread Jérôme Poulin
It seems it just broke again yesterday on Ubuntu Raring.

# apt-get install wine1.4-i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine1.4-i386:i386 : Depends: libgl1-mesa-glx:i386 but it is not going to be 
installed or
  libgl1:i386
 Depends: libglu1-mesa:i386 but it is not going to be 
installed or
  libglu1:i386
 Depends: libgphoto2-2:i386 (>= 2.4.10.1) but it is not 
going to be installed
 Depends: libx11-6:i386 but it is not going to be installed
 Depends: libxext6:i386 but it is not going to be installed
 Recommends: libsane:i386 but it is not going to be 
installed
 Recommends: libxcomposite1:i386 but it is not going to be 
installed
 Recommends: libxcursor1:i386 but it is not going to be 
installed
 Recommends: libxi6:i386 but it is not going to be installed
 Recommends: libxinerama1:i386 but it is not going to be 
installed
 Recommends: libxrandr2:i386 but it is not going to be 
installed
 Recommends: libxrender1:i386 but it is not going to be 
installed
 Recommends: libxt6:i386 but it is not going to be installed
 Recommends: libxxf86vm1:i386 but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.

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

Title:
  wine is uninstallable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/994309/+subscriptions

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


[Bug 994309] Re: wine is uninstallable

2013-03-04 Thread Jérôme Poulin
It seems it just broke yesterday again!

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

Title:
  wine is uninstallable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/994309/+subscriptions

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


[Bug 994309] Re: wine is uninstallable

2013-03-05 Thread Jérôme Poulin
Yes, I generated my sources.list from an online sources.list generator
(http://repogen.simplylinux.ch/), and checked proposed updates too in
advance.

After removing this source, wine1.4 installed without any hassle. Thanks
Scott.

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

Title:
  wine is uninstallable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/994309/+subscriptions

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


[Bug 1042953] Re: unity-scope-gdocs crashed with in function()

2012-09-19 Thread Jérôme Poulin
Received this bug after reboot and sometimes randomly after a period of
inactivity. Fresh install of 12.10 via debootstrap and tasksel.

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

Title:
  unity-scope-gdocs crashed with  in function()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-gdocs/+bug/1042953/+subscriptions

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


[Bug 1054841] [NEW] gns3 crash on startup, fresh install

2012-09-22 Thread Jérôme Poulin
Public bug reported:

After installing Ubuntu 12.10 Quantal and installing GNS3, starting the
application causes the X server to fill the computer's memory and all
program borders get darker until memory exhaust.

** Affects: gns3 (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/1054841

Title:
  gns3 crash on startup, fresh install

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

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


[Bug 1054841] Re: gns3 crash on startup, fresh install

2012-09-22 Thread Jérôme Poulin
** Tags added: quantal

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

Title:
  gns3 crash on startup, fresh install

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

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


[Bug 1053266] Re: unity-lens-photos crashed with AttributeError in shotwell(): 'NoneType' object has no attribute 'cursor'

2012-09-24 Thread Jérôme Poulin
I started cheese and the error came out.

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

Title:
  unity-lens-photos crashed with AttributeError in shotwell():
  'NoneType' object has no attribute 'cursor'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-lens-photos/+bug/1053266/+subscriptions

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


[Bug 1044996] Re: compiz crashed with SIGSEGV in DecorWindow::glDecorate()

2012-09-25 Thread Jérôme Poulin
Default VLC configuration for 12.10 causes this crash because the
playlist extends beyond the bottom desktop.

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

Title:
  compiz crashed with SIGSEGV in DecorWindow::glDecorate()

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

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


[Bug 1027139] Re: colord-sane assert failure: *** buffer overflow detected ***: /usr/lib/x86_64-linux-gnu/colord/colord-sane terminated

2012-10-03 Thread Jérôme Poulin
It happens to me AT LEAST 3 times a day.

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

Title:
  colord-sane assert failure: *** buffer overflow detected ***:
  /usr/lib/x86_64-linux-gnu/colord/colord-sane terminated

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

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


[Bug 937522] Re: rdp clipboard sync doesn't work anymore.

2012-04-30 Thread Jérôme Poulin
Still not working on final.

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

Title:
  rdp clipboard sync doesn't work anymore.

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

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


[Bug 940124] Re: Remmina numlock bug -regression

2012-04-30 Thread Jérôme Poulin
This bug is still present in Ubuntu 12.04 Final.

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

Title:
  Remmina numlock bug -regression

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

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


[Bug 937522] Re: rdp clipboard sync doesn't work anymore.

2012-05-30 Thread Jérôme Poulin
Dimitrijj, this is completely unrelated, you will need to open a new
bug.

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

Title:
  rdp clipboard sync doesn't work anymore.

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

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


  1   2   >