[Bug 1926824] [NEW] Software Updater prompts empty window to apply non-existing updates

2021-05-01 Thread Benjamin Schmid
Public bug reported:

The update-manager applications prompts to apply updates, but the list of 
updates is empty. 
The UI claims that there are about 66MB to download. Yet the system is fully 
up-to-date.

Clicking "Install now" starts some work. Then the same window reappears

$ flatpak update
Looking for updates…
Nothing to do.
$ sudo snap refresh
Alle Snaps sind aktuell.
$ sudo apt full-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Here is a terminal run of update-manager:

$ update-manager --debug
DEBUG:root:WARNING: can not get name for ''
DEBUG:root:WARNING: can not get name for ''
DEBUG:root:WARNING: can not get name for ''
DEBUG:root:WARNING: can not get name for ''
DEBUG:root:cache aufs_rw_dir: /tmp/
DEBUG:root:Free space on /: 29665132544
DEBUG:root:Dir /usr mounted on /
DEBUG:root:Dir /var mounted on /
DEBUG:root:Free space on /boot: 137284608
DEBUG:root:Dir /var/cache/apt/archives mounted on /
DEBUG:root:Free space on /tmp: 12884418560
DEBUG:root:Free space on /home: 29665132544
DEBUG:root:Dir /tmp mounted on /tmp
DEBUG:root:fs_free contains: '{'/': 
.FreeSpace object 
at 0x7f626abf6c10>, '/usr': 
.FreeSpace object 
at 0x7f626abf6c10>, '/var': 
.FreeSpace object 
at 0x7f626abf6c10>, '/boot': 
.FreeSpace object 
at 0x7f626abf6d30>, '/var/cache/apt/archives': 
.FreeSpace object 
at 0x7f626abf6c10>, '/tmp': 
.FreeSpace object 
at 0x7f626abf6700>, '/home': 
.FreeSpace object 
at 0x7f626ac0a580>}'
DEBUG:root:dir '/var/cache/apt/archives' needs '66648648' of 
'.FreeSpace object 
at 0x7f626abf6c10>' (29665132544.00)
DEBUG:root:dir '/var' needs '0' of 
'.FreeSpace object 
at 0x7f626abf6c10>' (29598483896.00)
DEBUG:root:dir '/usr' needs '52428800' of 
'.FreeSpace object 
at 0x7f626abf6c10>' (29598483896.00)
DEBUG:root:dir '/boot' needs '50856216.6' of 
'.FreeSpace object 
at 0x7f626abf6d30>' (137284608.00)
DEBUG:root:dir '/tmp' needs '5242880' of 
'.FreeSpace object 
at 0x7f626abf6700>' (12884418560.00)
DEBUG:root:dir '/' needs '10485760' of 
'.FreeSpace object 
at 0x7f626abf6c10>' (29546055096.00)
DEBUG:root:dir '/tmp' needs '0.0' of 
'.FreeSpace object 
at 0x7f626abf6700>' (12879175680.00)
DEBUG:root:dir '/usr' needs '0.0' of 
'.FreeSpace object 
at 0x7f626abf6c10>' (29535569336.00)
DEBUG:root:Snap core18 is installed
DEBUG:root:Snap gtk-common-themes is installed
DEBUG:root:Snap gnome-3-28-1804 is installed
DEBUG:root:Snap gnome-3-28-1804 is not tracking the release channel
DEBUG:root:WARNING: can not get name for ''
DEBUG:root:WARNING: can not get name for ''
DEBUG:root:WARNING: can not get name for ''
DEBUG:root:WARNING: can not get name for ''

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: update-manager 1:20.04.10.6
ProcVersionSignature: Ubuntu 5.4.0-72.80-generic 5.4.101
Uname: Linux 5.4.0-72-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat May  1 08:32:39 2021
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/usr/bin/fish
SourcePackage: update-manager
UpgradeStatus: Upgraded to focal on 2020-04-23 (372 days ago)

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


** Tags: amd64 apport-bug focal regression-update

** Summary changed:

- update-manager prompts an empty to apply updates on fully updated system
+ update-manager prompts empty window to apply non-existing updates

** Summary changed:

- update-manager prompts empty window to apply non-existing updates
+ Software Updater prompts empty window to apply non-existing updates

** Attachment removed: "DpkgTerminalLog.txt.txt"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1926824/+attachment/5494020/+files/DpkgTerminalLog.txt.txt

** Attachment removed: "CurrentDmesg.txt.txt"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1926824/+attachment/5494017/+files/CurrentDmesg.txt.txt

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

Title:
  Software Updater prompts empty window to apply non-existing updates

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

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

[Bug 1901648] Re: docker.io package: cannot stat /var/lib/docker.migrating/*

2021-04-22 Thread Benjamin Schmid
I have the same problem with a ZFS-based docker deployment.

The issue in my case seems to be, that
/var/lib/dpkg/info/docker.io.postinst assumes/hard-coded, that the
docker content should be located under the the /var/lib/docker
directory. It then tries to migrate this off into a separate dataset.

Too bad: I already created a dedicated ZFS dataset for Docker on my own.
And it's also in a different place: My /etc/docker/daemon.json has the
following content

{
"data-root"   : "/srv/docker"
}

And this is also already a separate ZFS dataset:

   # findmnt -n -o SOURCE /srv/docker
   z4tank/docker


Looking at the docker.io.postinst file, the problem is that it hard-coded 
always assume /var/lib/docker and does not respect a potential diverting 
"data-root" setting:

https://git.launchpad.net/ubuntu/+source/docker.io/tree/debian/docker.io.postinst?h=applied/ubuntu
/focal-updates#n38

@raczkow @etjohns2 : Do you both share something from my setting? i.e. a
preconfigured ZFS dataset or a non-default data-root configuration?

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

Title:
  docker.io package: cannot stat /var/lib/docker.migrating/*

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1901648/+subscriptions

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

[Bug 1878115] Re: logged luks passwords

2020-05-13 Thread Benjamin Schmid
@geertjohan: Many modern filesystems are using a journal, so way more
reasonable seems to take the password as compromised and change it:
Changing LUKS passphrase can be achieved interactively via gnome-disks
or manually via commandline:

   cryptsetup luksChangeKey  -S 

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

Title:
  logged luks passwords

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

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

[Bug 1874973] Re: New, never-ending chromium.launcher process on every chromium start since [Focal 20.04/Snap] due to check_current_symlink()

2020-04-25 Thread Benjamin Schmid
Obviously caused by: https://launchpad.net/bugs/1864901

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

Title:
  New, never-ending chromium.launcher process on every chromium start
  since [Focal 20.04/Snap] due to check_current_symlink()

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

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

[Bug 1864901] Re: [snap] suggestion: alert users when the snap has been refreshed while running

2020-04-25 Thread Benjamin Schmid
This feature caused me leaking processes. 
See Bug: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1874973

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

Title:
  [snap] suggestion: alert users when the snap has been refreshed while
  running

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

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

[Bug 1874973] [NEW] New, never-ending chromium.launcher process on every chromium start since [Focal 20.04/Snap] due to check_current_symlink()

2020-04-25 Thread Benjamin Schmid
Public bug reported:

Since my upgrade from 19.10 to 20.04 on every start a _new_
/snap/chromium/[digit]/bin/chromium.launcher instance is launched and
never-ending. It spawns a "sleep 60" child process.

Five time starting (and stopping!) chromium = 5 processes

2823981 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
2832707 ?S  0:00  |   \_ sleep 60
2824647 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
2831803 ?S  0:00  |   \_ sleep 60
2825134 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
2831953 ?S  0:00  |   \_ sleep 60
2825521 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
2832057 ?S  0:00  |   \_ sleep 60
2832767 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
2832771 ?S  0:00  \_ sleep 60

The sleep 60 clearly indicates a problem in the check_current_symlink()
function.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: focal packaging

** Description changed:

  Since my upgrade from 19.10 to 20.04 on every start a _new_
  /snap/chromium/[digit]/bin/chromium.launcher instance is launched and
  never-ending. It spawns a "sleep 60" child process.
  
- Five time starting chromium = 5 processes
+ Five time starting (and stopping!) chromium = 5 processes
  
  2823981 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
  2832707 ?S  0:00  |   \_ sleep 60
  2824647 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
  2831803 ?S  0:00  |   \_ sleep 60
  2825134 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
  2831953 ?S  0:00  |   \_ sleep 60
  2825521 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
  2832057 ?S  0:00  |   \_ sleep 60
  2832767 ?S  0:00  \_ /bin/sh 
/snap/chromium/1119/bin/chromium.launcher
  2832771 ?S  0:00  \_ sleep 60
  
  The sleep 60 clearly indicates a problem in the check_current_symlink()
  function.

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

Title:
  New, never-ending chromium.launcher process on every chromium start
  since [Focal 20.04/Snap] due to check_current_symlink()

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

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

[Bug 1872001] Re: 5.3.0-46-generic - i915 - frequent GPU hangs / resets rcs0

2020-04-21 Thread Benjamin Schmid
Same as Grzegorz Dabrowski: I can reproduce this bug by starting a call
via zoom.us. It occurs very quickly and then sometimes calms down to an
acceptable level.

Attached /sys/class/drm/card0/error

** Attachment added: "Content of /sys/class/drm/card0/error"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872001/+attachment/5357634/+files/sys-class-drm-card0-error.txt

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

Title:
  5.3.0-46-generic - i915 - frequent GPU hangs  / resets rcs0

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

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

[Bug 1848768] Re: 19.10: cache is empty. You need to run "apt-file update" first.

2019-10-31 Thread Benjamin Schmid
Coming from #1850616 and glad to see that the upstream Contents-amd64.gz at 
http://archive.ubuntu.com/ubuntu/dists/eoan/ are no longer empty and 
  
apt-file search /bin/bash

started working again. Thanks!

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

Title:
  19.10:  cache is empty. You need to run "apt-file update" first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-file/+bug/1848768/+subscriptions

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

[Bug 1850616] [NEW] apt-file no longer finds most of the content since Ubuntu 19.10 eoan due to empty upstream Contents-amd64.gz

2019-10-30 Thread Benjamin Schmid
Public bug reported:

Since eoan `apt-file search /bin/bash` no longer produces any result and
`apt-file update` only fetches a very limited set.

This seems to be an issue with empty/corrupted Contents-amd64.gz in
http://archive.ubuntu.com/ubuntu/dists/eoan/ vs. ie.
http://archive.ubuntu.com/ubuntu/dists/bionic/

I'm a heavy user of `apt-file`. Most of the file I use it to find out
about packages I need to install a specific, missing file or vice-versa
find out about which package is responsible / owns a specific file. It
seems that since my last update to eoan `apt-file` has completely lost
its functionality. Also most of the time i do no longer get any result
at all…

$ apt-file search /bin/bash
$ apt-file show bash


Here in contrast the result on a Linux Mint 19.2 equivalent Ubuntu 18.04 
installation:

 $ apt-file search /bin/bash
bash: /bin/bash
bash: /usr/bin/bashbug
bash-static: /bin/bash-static
bashburn: /usr/bin/bashburn
pbh5tools: /usr/bin/bash5tools
pbh5tools: /usr/bin/bash5tools.py

** Affects: apt-file (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: eoan packaging

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

Title:
  apt-file no longer finds most of the content since Ubuntu 19.10 eoan
  due to empty upstream Contents-amd64.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-file/+bug/1850616/+subscriptions

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

[Bug 1812679] Re: Upgraded kernel to linux-image-4.18.0-14.15-generic 4.18.20, and discovered I can no longer log into a local console

2019-02-05 Thread Benjamin Schmid
I can confirm, that this regression affects 4.18.0-15 as well as
4.15.0-44. After downgrading to 4.18.0-14 terminals start to work again
for me.

This is the relevant log output:

$ journalctl -f
Feb 05 13:39:28 laptop login[16070]: pam_unix(login:auth): conversation 
failed
Feb 05 13:39:28 laptop login[16070]: pam_unix(login:auth): auth could not 
identify password for [ben]
Feb 05 13:39:32 laptop login[16070]: FAILED LOGIN (1) on '/dev/tty2' FOR 
'ben', Authentication failure
Feb 05 13:39:32 laptop login[16070]: pam_securetty(login:auth): cannot 
determine username
Feb 05 13:39:36 laptop login[16070]: FAILED LOGIN (2) on '/dev/tty2' FOR 
'UNKNOWN', Error in service module
Feb 05 13:39:36 laptop login[16070]: pam_securetty(login:auth): cannot 
determine username
Feb 05 13:39:39 laptop login[16070]: FAILED LOGIN (3) on '/dev/tty2' FOR 
'UNKNOWN', Error in service module
Feb 05 13:40:28 laptop systemd[1]: getty@tty2.service: Service has no 
hold-off time, scheduling restart.
Feb 05 13:40:28 laptop systemd[1]: getty@tty2.service: Scheduled restart 
job, restart counter is at 6.
Feb 05 13:40:28 laptop systemd[1]: Stopped Getty on tty2.
Feb 05 13:40:28 laptop systemd[1]: Started Getty on tty2.


Related forum entries of me/others having this problem:

https://forums.linuxmint.com/viewtopic.php?f=47=287366
https://forums.linuxmint.com/viewtopic.php?f=18=286798

** Tags added: kernel-bug regression-update

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

Title:
  Upgraded kernel to linux-image-4.18.0-14.15-generic 4.18.20, and
  discovered I can no longer log into a local console

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

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

[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from

2019-01-04 Thread Benjamin Schmid
@vanvugt Seeing this VERY regularly in cosmic, too. Just came back here
to re-check the status of this long-term annoying issue.

The fact is, that gnome shell provides me a VERY poor UX experience:

Logged out for the session more than 10mins? Type your password and go
get take a coffee, because it literally takes 1-2 minutes until the
session finally crashes and restarts. Before my PC it literally
unusable. Sometimes I also switch to the login screen and re-login into
my running session to somehow provoke the crash to get it usable.

Ah – and by the way: On some occassions lockscreen does not work and
expose the clickable (!) left sidebar. In this case I only can unlock
via the login-screen way to crash the session.

Also commonly in normal operation the left sidebar looks strangely
sized. Then I need to type "r" to restart the shell to resume normal
operation.

Feels really like an old, nearly dying device …

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

Title:
  gnome-shell crashed with SIGTRAP in _g_log_abort() from
  g_log_default_handler() from default_log_handler(message="Connection
  to xwayland lost") from g_logv() from g_log() from 

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

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

[Bug 1773308] Re: gnome-shell crashed with signal 5

2019-01-04 Thread Benjamin Schmid
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

Saw this new stacktrace at g_cancellable_make_pollfd() right now, too.
For me this occurred while I was hammering quickly in the lockscreen
until it chocked, locked and finally crashed.

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

Title:
  gnome-shell crashed with signal 5

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

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

[Bug 1753127] Re: No nvidia driver support in a wayland session

2018-11-10 Thread Benjamin Schmid
** Tags added: cosmic

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

Title:
  No nvidia driver support in a wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1753127/+subscriptions

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

[Bug 1783795] [NEW] After bionic upgrade: Corrupted, illegible text/scrollareas in apps like update-manager, gnome-calculator, …

2018-07-26 Thread Benjamin Schmid
Public bug reported:

I upgraded from xenial to bionic and now experience issues with
illegible, distorted textfields / textareas or scrollareas in a set of
specific applications.

For example:
* The change log field on prompting for security updated or the list of 
software sources in the update-manager application
* The textfield for entering the equations in gnome-calculator

I'm not having any problems i.e. with Firefox et. al.

I'm using a NVIDIA 750GTX with the officially bundled nvidia-driver-390.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Ist ein Verzeichnis: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
 GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Jul 26 17:30:41 2018
DistUpgraded: 2018-07-22 13:27:24,064 ERROR Cache can not be locked (E:Konnte 
Sperre /var/lib/dpkg/lock nicht bekommen - open (11: Die Ressource ist zur Zeit 
nicht verfügbar), E:Sperren des Administrationsverzeichnisses (/var/lib/dpkg/) 
nicht möglich, wird es von einem anderen Prozess verwendet?)
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 anbox, 1, 4.15.0-29-generic, x86_64: installed
 nvidia, 390.48, 4.15.0-29-generic, x86_64: installed
 spl, 0.7.5, 4.15.0-29-generic, x86_64: installed (WARNING! Diff between built 
and installed module!) (WARNING! Diff between built and installed module!)
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380]
InstallationDate: Installed on 2014-07-06 (1481 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Micro-Star International Co., Ltd. MS-7B45
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/usr/bin/fish
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-29-generic root=ZFS=rpool/ROOT ro 
boot=zfs
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to bionic on 2018-07-22 (4 days ago)
dmi.bios.date: 03/08/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A.40
dmi.board.asset.tag: Default string
dmi.board.name: Z370 GAMING PRO CARBON (MS-7B45)
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: 2.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: 2.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA.40:bd03/08/2018:svnMicro-StarInternationalCo.,Ltd.:pnMS-7B45:pvr2.0:rvnMicro-StarInternationalCo.,Ltd.:rnZ370GAMINGPROCARBON(MS-7B45):rvr2.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr2.0:
dmi.product.family: Default string
dmi.product.name: MS-7B45
dmi.product.version: 2.0
dmi.sys.vendor: Micro-Star International Co., Ltd.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic corruption ubuntu

** Attachment added: "Screenshot distorted gnome-calculator"
   
https://bugs.launchpad.net/bugs/1783795/+attachment/5168176/+files/corrupted-calc.png

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

Title:
  After bionic upgrade: Corrupted, illegible text/scrollareas in apps
  like update-manager, gnome-calculator,  …

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

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

[Bug 1783795] Re: After bionic upgrade: Corrupted, illegible text/scrollareas in apps like update-manager, gnome-calculator, …

2018-07-26 Thread Benjamin Schmid
** Attachment added: "Corrupted update-mamager screen"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168198/+files/corrupted-update-manager.png

** Attachment removed: "DpkgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168181/+files/DpkgLog.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168191/+files/UdevDb.txt

** Attachment removed: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168182/+files/LightdmGreeterLogOld.txt

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

Title:
  After bionic upgrade: Corrupted, illegible text/scrollareas in apps
  like update-manager, gnome-calculator,  …

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

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

[Bug 1700783] Re: acpi-call 1.1.0-3 ADT test failure with linux 4.12.0-4.5

2017-07-25 Thread Benjamin Schmid
@christoph-grimmer The fix is only relevant _if_ you already want to use
an upstream kernel and not the provided versions by the distribution.

This might be the case if you (like me) use i.e. the Ukuu utility
(http://www.teejeetech.in/p/ukuu-kernel-upgrade-utility.html) to run
newer kernels than the one provided by the distribution i.e. to support
very new hardware.

In that case downloading http://ppa.launchpad.net/colin-king/acpi-call-
lp1700783/ubuntu/pool/main/a/acpi-call/acpi-call-
dkms_1.1.0-3ubuntu1_all.deb and installing it via gtk-debi does the
trick.

But as it sounds you are seeing a rather different issue.

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

Title:
  acpi-call 1.1.0-3 ADT test failure with linux 4.12.0-4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-call/+bug/1700783/+subscriptions

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


[Bug 1705678] [NEW] acpi-call-dkms: module fails to build beginning with mainline kernel 4.12.x

2017-07-21 Thread Benjamin Schmid
Public bug reported:

Due to my Skylake-based hardware I'm trying to run the latest mainline
kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/ on my Ubuntu
16.04 LTS/xenial (Linux Mint Variant) installation. I'm using the Ukuu
kernel upgrade utility for that purpose.

Beginning with 4.12 acpi-call-dkms (1.1.0-2) fails to build.

Here the relevant excerpt of make.log

DKMS make.log for acpi-call-1.1.0 for kernel 4.12.3-041203-generic (x86_64)
...
/var/lib/dkms/acpi-call/1.1.0/build/acpi_call.c: In function ‘acpi_proc_write’:
/var/lib/dkms/acpi-call/1.1.0/build/acpi_call.c:277:9: error: implicit 
declaration of function ‘copy_from_user’ [-Werror=implicit-function-declaration]
 if (copy_from_user( input, buff, len )) {
 ^


I'm unsure if this is out of scope for Ubuntu but wanted to raise awareness 
somewhere.

** Affects: acpi-call (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 xenial

** Attachment added: "Full make.log output"
   https://bugs.launchpad.net/bugs/1705678/+attachment/4918749/+files/make.log

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

Title:
  acpi-call-dkms:  module fails to build beginning with mainline kernel
  4.12.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-call/+bug/1705678/+subscriptions

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

[Bug 1351772] Re: "disable touchpad while typing" doesn't work

2017-02-15 Thread Benjamin Schmid
The quickest one-time workaround is to execute

pkill syndaemon ; syndaemon -i 1 -KRd

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

Title:
  "disable touchpad while typing" doesn't work

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

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


[Bug 1618839] Re: Regression: WiFi connection reconnects, but dead, after waking from standby

2016-11-06 Thread Benjamin Schmid
** Tags added: regression-update yakkety

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

Title:
  Regression: WiFi connection reconnects, but dead, after waking from
  standby

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

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


[Bug 1618839] Re: Regression: WiFi connection reconnects, but dead, after waking from standby

2016-11-06 Thread Benjamin Schmid
Same issue here after upgrading from xenial 16.04 to yakkety 16.10:
After standby I can ping valid IP addresses, but DNS fails. Restarting
the network manager via ` sudo /etc/init.d/network-manager restart` does
mend the situation.

In this SO post https://askubuntu.com/q/837575/94728 people report the
same issue. A answer proposes to disable dnsmasq in network manager by
commenting out `dns=dnsmasq` in
`/etc/NetworkManager/NetworkManager.conf`as workaround.

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

Title:
  Regression: WiFi connection reconnects, but dead, after waking from
  standby

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

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


[Bug 1574650] Re: Sweethome3D crashes in Ubuntu 16.04 64-Bit version

2016-05-27 Thread Benjamin Schmid
Seeing the same SIGSEGV on trying to start SweetHome3D here.

As a Radeon HD 4200 user a working Catalyst driver would be no solution
for me either, as AMD decided to no longer support these chips.

Bug #1454774 seems to be very related.

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fdc86e82b6d, pid=4613, tid=140585145915136
#
# JRE version: OpenJDK Runtime Environment (8.0_91-b14) (build 
1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14)
# Java VM: OpenJDK 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [r600_dri.so+0x1f4b6d]

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

Title:
  Sweethome3D crashes in Ubuntu 16.04 64-Bit version

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

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


[Bug 833980] Re: problem with noatime flag

2015-03-23 Thread Benjamin Schmid
I'm coming from question 263994  and I was wondering why apt-btrfs-snapshot 
denies to work on a fs with noatime. 
Initially I had expected mtime should be enough.

 The code must ensure that it detects when a snapshot was booted last, not 
 when it was taken.
Can you elaborate why it is not enough to simply look at the age of the 
snapshot?

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

Title:
  problem with noatime flag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/833980/+subscriptions

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


[Bug 989588] Re: update-manager popup is shown on launcher and alt-tab list but window doesn't show up

2015-01-24 Thread Benjamin Schmid
Having this issue frequently also on trusty. I'm a single-session user,
but my user session runs for weeks. 2 monitor setup if that matters. I
have to close  manually reopen on nearly every instance. Annoying.

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

Title:
  update-manager popup is shown on launcher and alt-tab list but window
  doesn't show up

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

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


[Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2014-07-29 Thread Benjamin Schmid
Joining the me too section here as freshly new baked 14.04 user. Came
here as the hud process currently eats 2,454g and system checking
processes (zfswatcher) are failing due to out of memory issues. And yes,
I'm a heavy user of Firefox toolbar bookmarks, too. Trying the
workaround of disabling the Firefox integration now.

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

Title:
  massive memory leak in unity-panel-service and hud-service when
  invoking the hud on Firefox profiles with large amounts of bookmarks
  LTS 12.04 14.04

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

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


[Bug 1319735] AplayDevices.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112971/+files/AplayDevices.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] [NEW] [Edge 11] Unbootable: Kernel crash on startup since proposed 3.2.0-63.94

2014-05-15 Thread Benjamin Schmid
Public bug reported:

With the latest kernel update in precise-proposed my Lenovo Edge 11 is
no longer bootable and reliable runs into a kernel panic. I tried to
capture a stacktrace with Alt-SysRq-1 but no message was written to
kern.log. So I'm only able to provide a captured, digital image of the
crash.

The new kernel is bootable into recovery console, but I don't know how
to perform any diagnostics from where. Based on the kernel panic and due
to the fact that i'm unable to activate networking in the recovery
console I assume its a network related issue.

To report this bug, I'm running the previous kernel Ubuntu 
3.2.0-61.93-generic-pae 3.2.55 from precise-updates, which runs fine. I'll run 
apport-collect from this to provide my system details.
--- 
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ben6439 F pulseaudio
 /dev/snd/controlC0:  ben6439 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xd090 irq 16'
   Mixer name   : 'Conexant CX20582 (Pebble)'
   Components   : 'HDA:14f15066,17aa21ca,00100302'
   Controls  : 9
   Simple ctrls  : 6
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd051 irq 19'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
87HT24WW-1.09'
   Mixer name   : 'ThinkPad EC 87HT24WW-1.09'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
DistroRelease: Ubuntu 12.04
HibernationDevice: RESUME=UUID=b6404bc2-b76e-469d-b63a-3a6fbef5ecef
MachineType: LENOVO 2545A12
MarkForUpload: True
NonfreeKernelModules: fglrx
Package: linux (not installed)
ProcEnviron:
 LANGUAGE=de:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/usr/local/bin/fish
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-61-generic-pae 
root=/dev/mapper/sda5_crypt ro quiet splash
ProcVersionSignature: Ubuntu 3.2.0-61.93-generic-pae 3.2.55
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ben not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-61-generic-pae N/A
 linux-backports-modules-3.2.0-61-generic-pae  N/A
 linux-firmware1.79.14
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
StagingDrivers: zram
Tags:  precise staging
Uname: Linux 3.2.0-61-generic-pae i686
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 09/01/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 87ET42WW (1.16 )
dmi.board.name: 2545A12
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr87ET42WW(1.16):bd09/01/2011:svnLENOVO:pn2545A12:pvrThinkPadEdge:rvnLENOVO:rn2545A12:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2545A12
dmi.product.version: ThinkPad Edge
dmi.sys.vendor: LENOVO

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


** Tags: apport-collected precise regression-proposed staging

** Tags added: apport-collected precise staging

** Description changed:

  With the latest kernel update in precise-proposed my Lenovo Edge 11 is
  no longer bootable and reliable runs into a kernel panic. I tried to
  capture a stacktrace with Alt-SysRq-1 but no message was written to
  kern.log. So I'm only able to provide a captured, digital image of the
  crash.
  
  The new kernel is bootable into recovery console, but I don't know how
  to perform any diagnostics from where. Based on the kernel panic and due
  to the fact that i'm unable to activate networking in the recovery
  console I assume its a network related issue.
  
- To report this bug, I'm running the previous kernel Ubuntu 3.2.0-61.93
- -generic-pae 3.2.55 from precise-updates, which runs fine. I'll run
- apport-collect from this to provide my system details.
+ To report this bug, I'm running the previous kernel Ubuntu 
3.2.0-61.93-generic-pae 3.2.55 from precise-updates, which runs fine. I'll run 
apport-collect from this to provide my system details.
+ --- 
+ AlsaVersion: 

[Bug 1319735] BootDmesg.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112972/+files/BootDmesg.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Card0.Amixer.values.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112974/+files/Card0.Amixer.values.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] CurrentDmesg.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112977/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Card1.Codecs.codec.0.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: Card1.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112976/+files/Card1.Codecs.codec.0.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] AcpiTables.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112969/+files/AcpiTables.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] IwConfig.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112978/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] CRDA.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1319735/+attachment/4112973/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Lsusb.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1319735/+attachment/4112980/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Card0.Codecs.codec.0.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112975/+files/Card0.Codecs.codec.0.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] AlsaDevices.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112970/+files/AlsaDevices.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] WifiSyslog.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112987/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] UdevDb.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1319735/+attachment/4112985/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] PciMultimedia.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112981/+files/PciMultimedia.txt

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] ProcInterrupts.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112983/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] ProcCpuinfo.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112982/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Lspci.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1319735/+attachment/4112979/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] UdevLog.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112986/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] ProcModules.txt

2014-05-15 Thread Benjamin Schmid
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1319735/+attachment/4112984/+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/1319735

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Re: [Edge 11] Unbootable: Kernel crash on startup since proposed 3.2.0-63.94

2014-05-15 Thread Benjamin Schmid
** Attachment added: Screen #2 of the kernel panic, appearing after a few 
seconds
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1319735/+attachment/4113006/+files/CAM00711.jpg

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Re: [Edge 11] Unbootable: Kernel crash on startup since proposed 3.2.0-63.94

2014-05-15 Thread Benjamin Schmid
** Attachment added: Screen #1 of the kernel panic
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1319735/+attachment/4113005/+files/CAM00710.jpg

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Re: [Edge 11] Unbootable: Kernel crash on startup since proposed 3.2.0-63.94

2014-05-15 Thread Benjamin Schmid
Hello Joseph! Thank you for your quick assistance!

I didn't found 9b33bf99915d39bbf699facefacfbd391289162e in
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git so
I guess this is a Ubuntu-specific commit and I still should install the
upstream kernel.

Going to report back right after a reboot.

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Re: [Edge 11] Unbootable: Kernel crash on startup since proposed 3.2.0-63.94

2014-05-15 Thread Benjamin Schmid
Reporting in from a running, latest upstream Linux version
3.2.58-030258-generic-pae (apw@gomeisa) (gcc version 4.6.3
(Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201404301236 SMP Wed Apr 30 16:59:24
UTC 2014.

So I'll wait for your test kernel...

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1319735] Re: [Edge 11] Unbootable: Kernel crash on startup since proposed 3.2.0-63.94

2014-05-15 Thread Benjamin Schmid
A oneliner causes my issues? The revert of this commit actually  seems
to fix my kernel panic.

Thank you _very_ much,  Joseph. Didn't expect to get this issue
identified _that_ fast.

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

Title:
  [Edge 11] Unbootable: Kernel crash on startup since proposed
  3.2.0-63.94

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

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


[Bug 1055936] Re: Unity is unusuably slow with fallback software rendering (LLVMpipe)

2014-02-08 Thread Benjamin Schmid
I just tried the current daily built in a VirtualBox on a fast T4200
(software rendering) as well as natively (RS880 Gallium rendering) on an
Neo K350 Lenovo Edge 11 [Mobility Radeon HD 4250].

Speed improvement is indeed drastic, so 'unusable' is no longer
appropriate. Though 'making fun to use', neither.

Opening dashboard takes ~2-3s under VirtualBox, 1-2s as native 3D on the
Edge. Under Unity2D opending the dash occurs instantly including blur
effect on both environments. At least one interims shade grade is still
visible on trsuty. Also other desktop operations like window maximizing
are visibly laggy (~0.6s).

I recently tried the Ubuntu Gnome Alpha Build on the Edge, which I
remember quite snappy w/o significant lags while toying around.

Based on my user experience I would say it's ok now, but still a bit
annoying for daily use on low powered devices and VMs. Maybe turning off
some visual goodies in those environment could help to close that final
gap.

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

Title:
  Unity is unusuably slow with fallback software rendering (LLVMpipe)

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

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


[Bug 1098197] Re: apport-gtk crashed with struct.error in read32(): unpack requires a bytes object of length 4

2013-12-27 Thread Benjamin Schmid
Any hints on how to workaround this crash on every login?

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

Title:
  apport-gtk crashed with struct.error in read32(): unpack requires a
  bytes object of length 4

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

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


[Bug 1116525] Re: USB devices in dock station of thinkpad x230 doesn't work after resume from sleep

2013-09-27 Thread Benjamin Schmid
Same here on Dell E6410 on latest Upstream Kernel 3.11.0

Never had an issue before. Since a few days (and after upgrading from
3.10 to 3.11) I experience a whole set of issues related to the docking
station. One time the secondary monitor is not recognized. This morning
none of the  USB devices (keyboard/mouse) working,  As Robert wrote:
All USB capability completely disappears on resume if the X230 is left
in S3 mode for a long period of time

I wonder if this might be rather a physical  connection issue or really
a software issue.

Anyone a hint about what bandwith the error message Not enough
bandwidth on HS bus for newly activated TT. is talking about?

** Summary changed:

- USB devices in dock station of thinkpad x230 doesn't work after resume from 
sleep
+ USB devices in docking station no longer working after resuming from standby

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

Title:
  USB devices in docking station no longer working after resuming from
  standby

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

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


[Bug 760148] Re: Unable to switch workspace with [Ctrl]-[Alt]-[Up] on Lenovo Edge 11

2013-09-09 Thread Benjamin Schmid
@timppis: You already found my report. :-)
But I wasn't aware that other models are also affected.

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

Title:
  Unable to switch workspace with [Ctrl]-[Alt]-[Up]  on Lenovo Edge 11

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

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


[Bug 1047384] Re: System Encryption Password set before setting keyboard locale

2013-04-05 Thread Benjamin Schmid
Unfortunately this issue is still present in the 13.04 Beta.  As nearly
every of the 249 countries _except_ US, IN, CA, AU, HK, NZ, ZA,  MY,
SG,PH uses a non US keyboard layout, this issue affects in my opinion a
very large user base.

Proposal: As temporary interims workaround provide a least a text hint
about the US keymap in the dialog where the user enters his volume
password?

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

Title:
  System Encryption Password set before setting keyboard locale

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

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


[Bug 1047384] Re: System Encryption Password set before setting keyboard locale

2013-04-05 Thread Benjamin Schmid
 I was considering to unhide the password (e.g. [password| ] instead of 
 [| ] )
Perfect solution: +1 
Even Bruce Schneier thinks password masking is overused:  
https://www.schneier.com/blog/archives/2009/06/the_problem_wit_2.html

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

Title:
  System Encryption Password set before setting keyboard locale

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

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


[Bug 842194] Re: greeter doesn't start failed to load session file

2012-12-19 Thread Benjamin Schmid
** 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/842194

Title:
  greeter doesn't start failed to load session file

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

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


[Bug 842194] Re: greeter doesn't start failed to load session file

2012-12-19 Thread Benjamin Schmid
Same issue here with on upgraded quantal from precise lubuntu-core
install. Suddenly stopped working. Reinstall of lightdm-gtk-greeter or
webkit-greeter does not help. I resorted myself into installing gdm as
an addon replacement for lightdm as I was unable to spot root source of
this problem.

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

Title:
  greeter doesn't start failed to load session file

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

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


[Bug 1067349] Re: After drop of Unity2D in 12.10: How to tackle high load of Unity/compiz on netbooks?

2012-11-06 Thread Benjamin Schmid
apport information

** Tags added: apport-collected running-unity

** Description changed:

  I asked this question already on Askubuntu, but was directed to file a
  bug: I have a nice Lenovo Thinkpad Edge 11 AMD Neo II with a ATI Radeon
  4225 integrated graphics device. In my perception this is already a not-
  so-lowspeced device, but still a netbook.
  
  Up to Ubuntu 12.04 precise pangolin I preferred Unity2D over Unity
  mainly because it did perform much better than Unity and moreover I was
  able to achieve 5-6h with one battery charge. The typical load of an
  idling desktop settled around 0.00 to 0.02.
  
  Yesterday I tried the new Beta 2 of Ubuntu Quantal Quetzal: This does no
  longer offer a Unity2D version. The performance itself has definitely
  improved over Unity in precise, but nevertheless I do experience now a
  minimum load of 0.24 to 0.36 while completely idling. According to top
  this is mainly due to compiz eating about 3-6% CPU all the time.
  
  In comparison to my Unity2D experience, quantal is more sluggish, eats
  much faster my battery and produces significant more fan noise. I
  already tried a few tweaks like static blurring, fast texture renderer
  or choosing alternate window manager on precise, but without a
  significant change.
  
- Are there ways which enable me to continue to use Ubuntu/Unity on my
- device without major loss of functionality, performance and battery
- life?
+ Are there ways which enable me to continue to use Ubuntu/Unity on my device 
without major loss of functionality, performance and battery life?
+ --- 
+ ApportVersion: 2.6.1-0ubuntu6
+ Architecture: i386
+ CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
+ DistroRelease: Ubuntu 12.10
+ MarkForUpload: True
+ Package: unity 6.8.0-0ubuntu2
+ PackageArchitecture: i386
+ ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
+ Tags:  quantal running-unity
+ Uname: Linux 3.5.0-18-generic i686
+ UpgradeStatus: Upgraded to quantal on 2012-11-06 (0 days ago)
+ UserGroups: adm admin audio cdrom floppy fuse kvm lpadmin netdev plugdev tape 
video

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1067349/+attachment/3426281/+files/Dependencies.txt

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

Title:
  After drop of Unity2D in 12.10: How to tackle high load of
  Unity/compiz on netbooks?

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

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


[Bug 1067349] GconfCompiz.txt

2012-11-06 Thread Benjamin Schmid
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/1067349/+attachment/3426282/+files/GconfCompiz.txt

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

Title:
  After drop of Unity2D in 12.10: How to tackle high load of
  Unity/compiz on netbooks?

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

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


[Bug 1067349] ProcEnviron.txt

2012-11-06 Thread Benjamin Schmid
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1067349/+attachment/3426283/+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/1067349

Title:
  After drop of Unity2D in 12.10: How to tackle high load of
  Unity/compiz on netbooks?

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

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


[Bug 1067349] Re: After drop of Unity2D in 12.10: How to tackle high load of Unity/compiz on netbooks?

2012-11-06 Thread Benjamin Schmid
As requested I attached my output of the unity_support_test (all fine!).

Since quantal release, CPU load while fully idling has greatly improved
to values below 0.05. Fan noise may partially be caused by the forced
switch from fglrx to radeon  with less effective power management.

X  compiz tasks stay first class cpu consumers esp. spiking on UI
activity. Significant lags (3s+) remain i.e. on opening the dash
obviously due to the transparency.


** Attachment added: output of the unity_support_test
   
https://bugs.launchpad.net/unity/+bug/1067349/+attachment/3426286/+files/unity_support_test-output.txt

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

Title:
  After drop of Unity2D in 12.10: How to tackle high load of
  Unity/compiz on netbooks?

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

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


[Bug 1047384] Re: System Encryption Password set before setting keyboard locale

2012-10-17 Thread Benjamin Schmid
I just stumbled over this issue: I have a german user and entered my
passphrase containing the letter_y. After reboot I was unable to start
the system until (as an advanced user!) I was able to realize, that the
password has been recording using a wrong keymap and I neet type z
instead of y.

What I'm really puzzled about: How can this issue have only the severity 
Medium? 
In fact it renders potentially every quantal installation for any  users who a) 
checks encrypt my system and b) does not have a US keyboard unusable?

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

Title:
  System Encryption Password set before setting keyboard locale

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

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


[Bug 1055936] Re: Unity is unusuably slow with fallback software rendering (LLVMpipe)

2012-10-17 Thread Benjamin Schmid
This is a major issue: unusable is by no means an exaggeration: I can
literally watch the different shades of a fade-out/in effects painting
from top to down of every window on my Intel T9400 in Virtual Box.

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

Title:
  Unity is unusuably slow with fallback software rendering (LLVMpipe)

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

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


[Bug 278190] Re: [ath9k] AR5418 frequently fails to connect to WEP/WPA network

2012-09-03 Thread Benjamin Schmid
Same issue here on precise on Realtek hardware. I do not observe this
issue in my home router network, but using my Android hotspot. The
connection works first, but soon gets lost. As a workaround I can
disable/enable the wifi network via laptop switch and it immediately
reconnects.

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

Title:
  [ath9k] AR5418 frequently fails to connect to WEP/WPA network

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

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


[Bug 946649] Re: Unity destroys window layout (maximize) on switching workspaces

2012-04-23 Thread Benjamin Schmid
Hi Tim! I'm using unity-2d and I'm using keyboard shortcuts to switch
workspaces.

I can still reproduce this in the latest precise. My video resolution is
1366x768 and  I especially observe this bevaiour i.e. with a 80% sized
FireFox and Thunderbird. After pressing Ctrl-(Shift)-Right and Then
Ctrl-(Shift)-Left the window becomes maximized (I can even watch this!).

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

Title:
  Unity destroys window layout (maximize) on switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/946649/+subscriptions

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


[Bug 946649] Re: Unity destroys window layout (maximize) on switching workspaces

2012-04-23 Thread Benjamin Schmid
P.S.: The key combination misses the Alt key: So Ctrl+Alt-Left/Right

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

Title:
  Unity destroys window layout (maximize) on switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/946649/+subscriptions

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


[Bug 946649] Re: Unity destroys window layout (maximize) on switching workspaces

2012-04-23 Thread Benjamin Schmid
@saviq Hi Michał!  Yes- I'm aware of auto-maximize feature on _opening_ windows.
 Personally I do feel this being a bug for _switching_ workspaces.  And a very 
annoying one, too.

I expected, that this might be semi-opinion. Therefore I initially opened my 
issue in Ayatana Design.  
John Lea forwarded this to Unity 3D, adding the section about the desired 
resolution.
Unity 3D rejected : The design seems to differ from 2D doing it already 
right?!

Design:  Bug!  =  Unity 3D: Cannot reproduce!  = Unity 2D: It's a
Feature!

Who do I need to convince? :-)

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

Title:
  Unity destroys window layout (maximize) on switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/946649/+subscriptions

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

[Bug 981391] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2012-04-14 Thread Benjamin Schmid
*** This bug is a duplicate of bug 924608 ***
https://bugs.launchpad.net/bugs/924608


** Visibility changed 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/981391

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

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

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


[Bug 763284] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2012-04-14 Thread Benjamin Schmid
Regression. Happens for me too on Precise without any user interaction
on a regular basis. I refiled Bug #981391 hoping this does generate
useful symbolic stack trace.

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

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

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

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


[Bug 763284] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2012-04-14 Thread Benjamin Schmid
** Tags added: precise

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

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

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

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


[Bug 981425] [NEW] tuxcmd crashes with EAccessViolation Access violation on startup

2012-04-14 Thread Benjamin Schmid
*** This bug is a duplicate of bug 577728 ***
https://bugs.launchpad.net/bugs/577728

Public bug reported:

After installing tuxcmd on precise from the repository, the launcher
icon appears but no application starts.

Starting from the command line reveals the following error:

An unhandled exception occurred at $0044E8CE :
EAccessViolation : Access violation
  $0044E8CE
  $00457433

An unhandled exception occurred at $081117FF :
EAccessViolation : Access violation
  $081117FF
  $0811B9BF
  $08111802
  $08111C19

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: tuxcmd 0.6.70+dfsg-1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic i686
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu2
Architecture: i386
Date: Sat Apr 14 10:05:45 2012
SourcePackage: tuxcmd
UpgradeStatus: Upgraded to precise on 2012-03-02 (43 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  tuxcmd crashes with EAccessViolation Access violation on startup

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

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


[Bug 981425] Re: tuxcmd crashes with EAccessViolation Access violation on startup

2012-04-14 Thread Benjamin Schmid
*** This bug is a duplicate of bug 577728 ***
https://bugs.launchpad.net/bugs/577728


** This bug has been marked a duplicate of bug 577728
   [lucid] tuxcmd: Access violation on i386

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

Title:
  tuxcmd crashes with EAccessViolation Access violation on startup

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

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


[Bug 577728] Re: [lucid] tuxcmd: Access violation on i386

2012-04-14 Thread Benjamin Schmid
** Tags added: patch precise

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

Title:
  [lucid] tuxcmd: Access violation on i386

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

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


[Bug 981250] Re: unity-2d-shell crashed with SIGSEGV.

2012-04-13 Thread Benjamin Schmid
** Visibility changed 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/981250

Title:
  unity-2d-shell crashed with SIGSEGV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/981250/+subscriptions

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


[Bug 613576] Re: [10.04] fish crashed with SIGSEGV in event_get_desc()

2012-03-14 Thread Benjamin Schmid
Expieriencing this SIGSEV in fish on a regular base since upgrading from
11.10 to 12.04b1

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

Title:
  [10.04] fish crashed with SIGSEGV in event_get_desc()

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

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


[Bug 947632] Re: gwibber crashed with SIGSEGV in g_bookmark_file_init()

2012-03-06 Thread Benjamin Schmid
** Visibility changed 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/947632

Title:
  gwibber crashed with SIGSEGV in g_bookmark_file_init()

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

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


[Bug 896922] Re: Lenovo L520 - psmouse.c: touchpad at isa0060/serio4/input0 lost sync and stops working for seconds

2012-03-05 Thread Benjamin Schmid
I upgraded to Precise Beta 1 x86 a few days ago and there I also
experience this problem at a annoying rate. I'll retry to test mainline
kernel and report back.

** Tags added: precise x86

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

Title:
  Lenovo L520 - psmouse.c: touchpad at isa0060/serio4/input0 lost sync
  and stops working for seconds

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

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


[Bug 944607] Re: update-manager crashed with ValueError in ./xorg_fix_proprietary.py: _system not initialized

2012-03-01 Thread Benjamin Schmid
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944607

Title:
  update-manager crashed with ValueError in ./xorg_fix_proprietary.py:
  _system not initialized

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

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


[Bug 944607] [NEW] update-manager crashed with ValueError in ./xorg_fix_proprietary.py: _system not initialized

2012-03-01 Thread Benjamin Schmid
Public bug reported:

On dist-upgrading vom oneiroc to precise this appeared first at the very
end of the upgrade process in the update-manager and now appears on each
implicit start of the update-manager.

I can reproduce the problem on manually calling the script:

~ sudo python  /usr/share/pyshared/DistUpgrade/xorg_fix_proprietary.py
Traceback (most recent call last):
  File /usr/share/pyshared/DistUpgrade/xorg_fix_proprietary.py, line 160, in 
module
if ver and apt_pkg.VersionCompare(ver, 2:1.5.0)  0:
ValueError: _system not initialized

ProblemType: Crash
Date: Fri Mar  2 08:21:30 2012
ExecutablePath: /usr/bin/update-manager
ExecutableTimestamp: 1326448883
InterpreterPath: /usr/bin/python2.7
ProcCmdline: /usr/bin/python ./xorg_fix_proprietary.py
ProcCwd: /tmp/update-manager-TFEgcM
PythonArgs: ['/usr/bin/update-manager']
Traceback:
 Traceback (most recent call last):
   File ./xorg_fix_proprietary.py, line 160, in module
 if ver and apt_pkg.VersionCompare(ver, 2:1.5.0)  0:
 ValueError: _system not initialized
UserGroups:

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


** Tags: apport-crash

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

Title:
  update-manager crashed with ValueError in ./xorg_fix_proprietary.py:
  _system not initialized

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

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


[Bug 559894] Re: German spellchecking does not work

2012-01-31 Thread Benjamin Schmid
As discussed in gnome-bugs #86 this is not a problem not in Empathy,
but either in the spell checking library enchant or the dictionary
provided with Ubuntu:

The same effect appears i.e in gedit and traces down as follows:
If you select Deutsch as language option (only available option in Empathy) 
it fails. This equals to locale de. If you choose Deutsch (Deutschland) 
(de-DE) spell checking works. In Empathy you have no option to choose de-DE 
as workaround.

Traces down to the following test:

~/dev$ enchant -d de-DE test.txt 
~/dev$ enchant -d de test.txt 
error: line 1: missing or bad word count in the dic file
Hash Manager Error : 4

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

Title:
  German spellchecking does not work

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

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


[Bug 559894] Re: German spellchecking does not work

2012-01-31 Thread Benjamin Schmid
New upstream bug in enchant
http://bugzilla.abisource.com/show_bug.cgi?id=13252

** Bug watch added: AbiSource bug tracker #13252
   http://bugzilla.abisource.com/show_bug.cgi?id=13252

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

Title:
  German spellchecking does not work

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

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


[Bug 892022] Re: Errors in german spell-checker

2012-01-31 Thread Benjamin Schmid
*** This bug is a duplicate of bug 559894 ***
https://bugs.launchpad.net/bugs/559894

I share the reportes opinion, that it doesn't necessarily seem to be a
duplicate of of bug #559894.

@Michael: Can you check using a textfile with some german text and the
commands as described in
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/559894/comments/24
that you problem is _not_ related to the locale de vs. de-DE.

If you are able to reproduce your problem with enchant itself, it would
probably help if you open a separate bug in the enchant Issue tracker
for your issue and link to there. Thanks  Grüße!

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

Title:
  Errors in german spell-checker

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

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

[Bug 896922] Re: Lenovo L520 - psmouse.c: touchpad at isa0060/serio4/input0 lost sync and stops working for seconds

2012-01-12 Thread Benjamin Schmid
I can confirm that this annoying issue is still present in 11.10 and i.e. also 
affects Lenovo Edge 11 AMD. Since some time it got even worse. There are some 
indications that the issue is caused by some interferences with the WLAN Driver.
There was a upstream bug report at 
https://bugzilla.kernel.org/show_bug.cgi?id=8740 but this has been closed due 
to inactivity. 

** Bug watch added: Linux Kernel Bug Tracker #8740
   http://bugzilla.kernel.org/show_bug.cgi?id=8740

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

Title:
  Lenovo L520 - psmouse.c: touchpad at isa0060/serio4/input0 lost sync
  and stops working for seconds

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

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


[Bug 559894] Re: German spellchecking does not work

2011-12-22 Thread Benjamin Schmid
Thanks Muhammad. I provided a full description of the bug and its
reproduction based on the input provided here esp. by Thomas.

The bug is also reproduceable in the newer Empathy
3.3.1-0ubuntu2~ppa11.10+1 availble in the telepathy PPA.

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

Title:
  German spellchecking does not work

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

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


[Bug 838577] Re: GNOME Shell display problems with FGLRX

2011-10-26 Thread Benjamin Schmid
Using an ATI 4200 HD upgrading to Catalyst 11.9 did NOT WORK for me, either. 
Rainbow effect is solved, and display looks fine for a few second, but soon 
gets disorted (window contents diagonally shifted) and instable. Switching to 
text console returns a unreadablye display  and finally locks the whole netbook 
(Thinkpad Edge 11).

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

Title:
  GNOME Shell display problems with FGLRX

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

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


[Bug 745536] Re: eclipse crashed with SIGABRT in instanceKlass::oop_follow_contents()

2011-06-30 Thread Benjamin Schmid
This seems to be a bug in the JVM Implementation. To be more precise the memory 
management (GC) part of it.
See i.e. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6896739

I stumbled over this isse because we have the same failures, but only
with very large Java Heap Sizes. Do you set large Heap Size for Eclipse
or have you a machine with very large memory.

Maybe try to limit the Heap to sth. like 1GB with -Xmx1024M. 
Refer to 
http://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F
 on how to achieve this.

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

Title:
  eclipse crashed with SIGABRT in instanceKlass::oop_follow_contents()

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

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


[Bug 764282] Re: Can't disable active window shadow in compiz-decorator

2011-06-02 Thread Benjamin Schmid
I share the same problem: I'm trying to disable window shadows for
performance reasons as unity turns out a bit slow on my Neo II K325 but
failed.

In the related Bug Sam Spilsbury wrote: This is intentional. In U-W-D
the shadow is controlled by the theme now.. So it can'T be changed at
all?

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

Title:
  Can't disable active window shadow in compiz-decorator

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


[Bug 760148] Re: Unable to switch workspace with [Ctrl]-[Alt]-[Up] on Lenovo Edge 11

2011-06-02 Thread Benjamin Schmid
** Summary changed:

- Broken workspace switching key combination Ctrl-Up  in unity
+ Unable to switch workspace with [Ctrl]-[Alt]-[Up]  on Lenovo Edge 11

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

Title:
  Unable to switch workspace with [Ctrl]-[Alt]-[Up]  on Lenovo Edge 11

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


[Bug 760148] Re: Unable to switch workspace with [Ctrl]-[Alt]-[Up] on Lenovo Edge 11

2011-06-02 Thread Benjamin Schmid
Just for the records:

In fact it turned out: This problem occurs if the Fn/Ctrl key switch
option is enabled in the Lenovo BIOS. Disabling this option in the BIOS
recovers the desired behaviour. Just booted a Fedora 15 with Gnome 3:
Same issue there.

I reported it to Lenovo, but they shifted it to the Linux guys. In my
eyes the fact, this seems to be clearly a Lenovo BIOS bug!

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

Title:
  Unable to switch workspace with [Ctrl]-[Alt]-[Up]  on Lenovo Edge 11

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


[Bug 760148] Re: Broken workspace switching key combination Ctrl-Up in unity

2011-04-19 Thread Benjamin Schmid
Hello Bilal. Thanks for triaging my report. I was expecting that the key
combination works well for most users out of the box. Sorry for naming a
wrong key combination. Just a typo.

Yesterday the keyboard hardware of the named device started to fail. So
maybe it is was only the start of my hardware issue. But only this
three-stroke-keycombination did'nt work.

Will come back if problem persits after repair. Sorry for bothering you
with a potential hardware problem.

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

Title:
  Broken workspace switching key combination Ctrl-Up  in unity

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


[Bug 758958] [NEW] empathy crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

2011-04-12 Thread Benjamin Schmid
Public bug reported:

Binary package hint: empathy

During a cha conversation using empathy via AIM, ICQ and Skype empathy
crashes on a regular base since last updates from natty betta. Last
stable expierience was in maverick.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: empathy 2.34.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Tue Apr 12 18:51:43 2011
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcCmdline: empathy
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
SegvAnalysis:
 Segfault happened at: 0x2f49de0:   movzwl 0x1aa(%eax),%edx
 PC (0x02f49de0) ok
 source 0x1aa(%eax) (0x01aa) not located in a known VMA region (needed 
readable region)!
 destination %edx ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: empathy
StacktraceTop:
 ?? () from /usr/lib/liboverlay-scrollbar-0.1.so.0
 g_cclosure_marshal_VOID__PARAM () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
Title: empathy crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()
UpgradeStatus: Upgraded to natty on 2011-04-02 (10 days ago)
UserGroups: adm admin audio cdrom floppy fuse kvm lpadmin netdev plugdev tape 
video

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


** Tags: apport-crash ayatana-scrollbar i386 natty running-unity

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

Title:
  empathy crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

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


[Bug 758958] Re: empathy crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

2011-04-12 Thread Benjamin Schmid
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/758958

Title:
  empathy crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

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


[Bug 756478] Re: Disabling bluetooth via menu crashes blueman-applet with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :1.68 was not provided by any .service f

2011-04-10 Thread Benjamin Schmid
** Summary changed:

- Disabling bluetooth via menu crashes blueman-applet with DBusException in 
call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :1.68 was 
not provided by any .service files
+ Disabling bluetooth crashes blueman-applet with DBusException ServiceUnknown: 
1.68

** Visibility changed 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/756478

Title:
  Disabling bluetooth crashes blueman-applet with DBusException
  ServiceUnknown: 1.68

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


[Bug 748949] [NEW] empathy crashs with SIGSEGV in event_manager_add() on status events

2011-04-03 Thread Benjamin Schmid
Public bug reported:

Binary package hint: empathy

After upgrading to Natty Empathy starts to crash on a _very regular_
base. It seems that every status event triggers a SIGSEV crash. In the
case reported in this bug report I had an active Skype chat conversation
using the libpurple pidgin-skype plugin and Empathy crashs on every
contact becoming  online, available and offline.

I installed the empathy debugging symbols for this report. Hope this
helps.  Thanks for your support!

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: empathy 2.34.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sun Apr  3 11:21:13 2011
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcCmdline: empathy
ProcEnviron:
 LANGUAGE=de_DE:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x807b49e event_manager_add+174:   mov
0x14(%esi),%eax
 PC (0x0807b49e) ok
 source 0x14(%esi) (0x0014) not located in a known VMA region (needed 
readable region)!
 destination %eax ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: empathy
StacktraceTop:
 event_manager_add (manager=0xa16c228, account=value optimized out, 
contact=value optimized out, type=EMPATHY_EVENT_TYPE_PRESENCE, 
icon_name=0x8134348 avatar-default, header=0xa41cba8 bKathrin Stürzl/b, 
message=0xb65586c4 Address 0xb65586c4 out of bounds, approval=0x0, func=0, 
user_data=0x0) at empathy-event-manager.c:240
 event_manager_presence_changed_cb (contact=0xa31a068, 
current=TP_CONNECTION_PRESENCE_TYPE_OFFLINE, 
previous=TP_CONNECTION_PRESENCE_TYPE_AWAY, manager=0xa16c228) at 
empathy-event-manager.c:1328
 _empathy_marshal_VOID__UINT_UINT (closure=0xa2aab78, return_value=0x0, 
n_param_values=3, param_values=0xa1f2508, invocation_hint=0xbf808990, 
marshal_data=0x0) at empathy-marshal.c:474
 g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
Title: empathy crashed with SIGSEGV in event_manager_add()
UpgradeStatus: Upgraded to natty on 2011-04-02 (0 days ago)
UserGroups: adm admin audio cdrom floppy fuse kvm lpadmin netdev plugdev tape 
video

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


** Tags: apport-crash i386 natty

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

Title:
  empathy crashs with SIGSEGV in event_manager_add() on status events

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

[Bug 748949] Re: empathy crashs with SIGSEGV in event_manager_add() on status events

2011-04-03 Thread Benjamin Schmid
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748949

Title:
  empathy crashs with SIGSEGV in event_manager_add() on status events

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


[Bug 748535] Re: empathy crashed with SIGSEGV in event_manager_add

2011-04-03 Thread Benjamin Schmid
This bug may be a duplicate of Bug #748949

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

Title:
  empathy crashed with SIGSEGV in event_manager_add

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


[Bug 721738] Re: Gtk-CRITICAL **: IA__gtk_assistant_set_page_header_image: assertion `child != NULL' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 27.

2011-04-03 Thread Benjamin Schmid
** Changed in: debconf (Ubuntu)
   Status: New = Confirmed

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

Title:
  Gtk-CRITICAL **: IA__gtk_assistant_set_page_header_image: assertion
  `child != NULL' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm
  line 27.

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


[Bug 566818] Re: Cryptsetup passphrase prompt during boot: every character typed repeats the prompt

2011-04-03 Thread Benjamin Schmid
I experience the same issue in maverick and natty too, unless plymouth-
text is  installed and the kernel has the quiet parameter.

The patch from DragonK just disables the plymouth text output generally.
So it will only serve as workaround but probably not as a final
solution.

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

Title:
  Cryptsetup passphrase prompt during boot: every character typed
  repeats the prompt

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


[Bug 567248] Re: skype in empathy (bigbrownchunx-skype-dbus) with pidgin-skype

2011-04-03 Thread Benjamin Schmid
Somehow the plugin started to work for me (maybe after a reboot or
reinstalling some missing dependency?): It now automatically starts
Skype and allows to use text chats with Skype contacts.

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

Title:
  skype in empathy (bigbrownchunx-skype-dbus) with pidgin-skype

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


[Bug 559894] Re: German spellchecking does not work

2011-04-03 Thread Benjamin Schmid
** Changed in: empathy (Ubuntu)
   Status: New = Confirmed

** Tags added: natty

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

Title:
  German spellchecking does not work

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


  1   2   >