[Bug 1943586] Re: Gthumb crashes when trying to open files exported by Darktable

2021-11-16 Thread Alexei Kojenov
I was having the same issue in Kubuntu 20.04. The issue went away after
I downgraded libexiv2 from version 0.27.2-8ubuntu2.6 to version
0.27.2-8ubuntu2 as follows:

sudo apt-get install libexiv2-27=0.27.2-8ubuntu2

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

Title:
  Gthumb crashes when trying to open files exported by Darktable

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


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

[Bug 855326] Re: Ctrl-Shift-PageDn shortcut does not work

2021-02-18 Thread Alexei Kharchev
there is solution
Add this repository to sources.list.d
deb http://ppa.launchpad.net/nrbrtx/xorg-hotkeys/ubuntu focal main

I wrote this comment to Linux Mint forum too

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

Title:
  Ctrl-Shift-PageDn shortcut does not work

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

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

[Bug 1245473] Re: Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes shortcuts with ctrl+shift, etc not working in any program

2021-02-18 Thread Alexei Kharchev
there is solution
Add this repository to sources.list.d
deb http://ppa.launchpad.net/nrbrtx/xorg-hotkeys/ubuntu focal main

I wrote this comment to Linux Mint forum too

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

Title:
  Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes
  shortcuts with ctrl+shift, etc not working in any program

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

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

[Bug 1573959] Re: On-screen text disappears after suspend

2021-01-22 Thread Alexei Popov
System Description: Ubuntu 16.04.6 LTS
Linux 4.4.0-184-generic #214-Ubuntu SMP Thu Jun 4 10:14:11 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux
LSB Version: 
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch

Run into the same problem, after several hibernation - wake-up cycles.
Discovered recently than this bug is interconnected with corruption of active 
Xorg/Unity desktop GUI fonts family. In my case that was "Ubuntu*" fonts.

NEW FIX: works for the active user session, without loosing active 
processes/apps: 
need to switch all themes' fonts to other (Verdana, etc.) than the active font 
set (Ubuntu *).
These are Default, Document, Monospace, Window header font.

One may accomplish this by using "unity-tweak-tool":
$ sudo apt install unity-tweak-tool
$ unity-tweak-tool
Open Fonts section ("abc" icon);
Change fonts;
Then refresh desktop, may need to restart some windows;
Also you may need to restart unity panel:
initctl restart unity-panel-service

Finding permanent fixes probably possible with fonts tweaking:
https://wiki.ubuntu.com/Fonts
Install alternative fonts, than do:
sudo fc-cache -f -v

However the bug could be related to runtime in-memory font cache
corruption, and installing the alternative fonts will do nothing with
the problem.

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

Title:
  On-screen text disappears after suspend

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

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

[Bug 1765484] Re: grub-install should handle /boot/efi on RAID1

2020-09-02 Thread Osmin Alexei Lazo Santos
*** This bug is a duplicate of bug 1466150 ***
https://bugs.launchpad.net/bugs/1466150

Adding --no-nvram to grub-install

grub-install --efi-directory=$mntpoint --target=x86_64-efi --no-nvram

fixes this, the --no-nvram bypasses updating efi vars with efibootmgr
but this entries don't need to be modified after install and on every
grub pkg update.

Modifying this line in /usr/lib/grub/grub-multi-install will allow the
grub pkg update to complete succesfully...

The error seems to be caused by the efibootmgr command using mduuid of
raid.

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

Title:
  grub-install should handle /boot/efi on RAID1

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

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

[Bug 1872212] Re: grub-install: Operation not permitted

2020-07-26 Thread Alexei Lozovsky
After some experiments and meditation on the process I have found the
reason for the installation error in my case.

Somehow -- most likely due to my mistake -- the EFI system partition
(ESP) switched to being a logical partition. However, UEFI needs it to
be a primary partition. Since I've already broken other OS installations
on the machine, I have recreated ESP as a primary partition and Ubuntu
20.04 installed fine after that.

I guess it may be a good idea to add a warning to the partition dialog
if such situation is detected.

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

Title:
  grub-install: Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1872212/+subscriptions

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

[Bug 1872212] Re: grub-install: Operation not permitted

2020-07-19 Thread Alexei Lozovsky
I have experienced the same issue with Ubuntu 19.04, 19.10, and 20.04
installers. The system does not boot after the error message. Setting
"efi_no_storage_paranoia" from [1] does not seem to help and the syslog
does not seems to contain useful info other than the "Operation not
permitted" error.

[1]: https://unix.stackexchange.com/questions/379774/grub-installation-
failed

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

Title:
  grub-install: Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1872212/+subscriptions

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

[Bug 1806242] Re: kernel: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A/B/C

2019-08-10 Thread Alexei Koltsov
Could you let me know when would this be fixed? I understand it needs to
be prioritized and scheduled, developed, released, etc. My only laptop
is using this distro and unfortunately I can't stand this screen
flickering. I can try another distro and come back when this is
resolved. Would this bug only affect Ubuntu?

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

Title:
  kernel: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update
  failure on pipe A/B/C

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

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

[Bug 1830358] Re: Screen flickering

2019-07-29 Thread Alexei Koltsov
Finally was able to catch the problem when it happened. Log attached.

** Attachment added: "dmesgonflicker.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1830358/+attachment/5279941/+files/dmesgonflicker.txt

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

Title:
  Screen flickering

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

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

[Bug 1830358] Re: Screen flickering

2019-07-06 Thread Alexei Koltsov
Here's a video of the issue:
https://youtu.be/DNdWc5aqPoo

Having spent time with this issue here are my observations. Issue comes
and goes. Issue manifests itself in 3 ways:

1. Most commonly (several times a day) I see what is shown in the video,
intermittent blinking differently spaced out. Lasts anywhere from 30
seconds to 2 minutes.

2. Much more rarely(once every week) I see total screen failure. Screen
replicates and/or stretches on itself and can't do anything. Lasts for
about 10-20 seconds. Then it returns to normal.

3. Even more rarely (once a month) the screen turns off. The solution
here is to close the laptop and open it back up.

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

Title:
  Screen flickering

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

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

[Bug 1830358] Re: Screen flickering

2019-05-29 Thread Alexei Koltsov
Flickering is not visible during screen capture. The most flickering I
encounter is when scrolling a new html page. The more images on it the
more it seems to flicker.

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

Title:
  Screen flickering

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

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

[Bug 1830358] Re: Screen flickering

2019-05-25 Thread Alexei Koltsov
Thank you for prompt response:
Updated:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
Linux akolt-XPS-13-9350 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

Takes much longer for flickering to begin, and it comes and goes.
However flickering is much more severe.

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

Title:
  Screen flickering

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

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

[Bug 1830358] [NEW] Screen flickering

2019-05-24 Thread Alexei Koltsov
Public bug reported:

Using Intel Graphics HD 520

Constant flickering begins after some usage. Rebooting resolves the
issue for a short while.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-47.50-generic 4.15.18
Uname: Linux 4.15.0-47-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri May 24 06:42:19 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Dell Skylake GT2 [HD Graphics 520] [1028:0704]
InstallationDate: Installed on 2019-04-05 (49 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0bda:5682 Realtek Semiconductor Corp. 
 Bus 001 Device 002: ID 0a5c:6412 Broadcom Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 13 9350
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic 
root=UUID=26ae1f0c-87cf-450a-82e8-a4034f51425d ro quiet splash vt.handoff=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/14/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.6.1
dmi.board.name: 07TYC2
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.6.1:bd12/14/2017:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn07TYC2:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.family: NULL
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.95-1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.8-0ubuntu0~18.04.2
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  Screen flickering

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

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

[Bug 1798746] Re: Grub install fail - ubuntu 18.10

2018-11-24 Thread alexei guevara
I'm pretty sure it's an UEFI issue.

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

Title:
  Grub install fail - ubuntu 18.10

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

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

[Bug 1798746] Re: Grub install fail - ubuntu 18.10

2018-11-24 Thread alexei guevara
The same is happening to me. I'm trying the workaround.

I'm installing into an NVMe drive @ NUC8i7BEH1.

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

Title:
  Grub install fail - ubuntu 18.10

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

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

[Bug 1654075] Re: multiarch support broken in yakkety

2017-01-06 Thread Alexei Arutyunov
Sorry, yes, proposed was enabled. I added regression-proposed tag.

** Tags added: regression-proposed

** Summary changed:

- multiarch support broken in yakkety
+ multiarch support broken in yakkety-proposed

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

Title:
  multiarch support broken in yakkety-proposed

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

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


[Bug 1654075] [NEW] multiarch support broken in yakkety

2017-01-04 Thread Alexei Arutyunov
Public bug reported:

In Ubuntu 16.10 amd64 system the 32-bit heimdal libraries packages
cannot be installed together with 64-bit packages, i.e.:

$ sudo apt install libroken18-heimdal libroken18-heimdal:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libroken18-heimdal is already the newest version (1.7~git20160703+dfsg-1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libroken18-heimdal : Breaks: libroken18-heimdal:i386 (!= 
1.7~git20160703+dfsg-1) but 1.7~git20150920+dfsg-4ubuntu1 is to be installed
 libroken18-heimdal:i386 : Breaks: libroken18-heimdal (!= 
1.7~git20150920+dfsg-4ubuntu1) but 1.7~git20160703+dfsg-1 is to be installed
E: Unable to correct problems, you have held broken packages.

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

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

Title:
  multiarch support broken in yakkety

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

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


[Bug 1343175] Re: Gtk3 secondary window appears with transparent titlebar

2016-03-21 Thread Sorokin Alexei
I no longer see transparent titlebars, either I completely forgot where
to look or it was long ago fixed. I'm closing this.

** Changed in: light-themes (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Gtk3 secondary window appears with transparent titlebar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1343175/+subscriptions

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


[Bug 1553794] [NEW] Feature request: add zip support

2016-03-06 Thread Alexei Mezin
Public bug reported:

Please, add libminizip-dev to Build-depends.

Many SPM data files are zip archives. gwyddion configure script
activates support for such a files only if some zip-dev package is
installed.

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

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

Title:
  Feature request: add zip support

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

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


[Bug 1500829] Re: Exchange integration not working anymore

2016-02-15 Thread Alexei Arutyunov
Can't test in Wily, but the issue seems to be fixed in Xenial with
update to version 3.18.4.

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

Title:
  Exchange integration not working anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/1500829/+subscriptions

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


[Bug 1500829] Re: Exchange integration not working anymore

2016-02-11 Thread Alexei Arutyunov
The bug persists in Xenial. There's an infinite query after pressing
"Fetch URL" during account addition. EWS_DEBUG=1 and CAMEL_DEBUG=all
don't display anything informative. The gnome-keyring-daemon works
without issues.

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

Title:
  Exchange integration not working anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/1500829/+subscriptions

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


[Bug 1067951] Re: Firefox randomly loses window decoration in Gnome Classic (Compiz)

2015-10-11 Thread Sorokin Alexei
fcole90,  this bug reproduces everywhere except for Unity.
At least, known to exist in combination with MATE, Xfce, and GNOME Flashback.

** Changed in: compiz
   Status: Invalid => Confirmed

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

Title:
  Firefox randomly loses window decoration in Gnome Classic (Compiz)

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

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


[Bug 1489878] Re: multi-arch support missing

2015-09-14 Thread Alexei Arutyunov
I think, it's very important and the package should be updated till Wily
release if possible.

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

Title:
  multi-arch support missing

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

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


[Bug 1266009] Re: ParallelCompactData::calc_new_pointer fatal error

2015-05-12 Thread alexei arshavin
We run into this JVM crash on an Ubuntu installation running the Oracle
JDK 7:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fd16fd2f3f6, pid=21424, tid=140537465767680
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# V  [libjvm.so+0x79c3f6]  ParallelCompactData::calc_new_pointer(HeapWord*)+0x26

Also not reproducible, running the same task worked fine after an
application restart.

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

Title:
  ParallelCompactData::calc_new_pointer fatal error

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

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


[Bug 1266009] Re: ParallelCompactData::calc_new_pointer fatal error

2015-05-12 Thread alexei arshavin
** Also affects: oracle-jdk7-installer (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  ParallelCompactData::calc_new_pointer fatal error

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

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


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-16 Thread Alexei Sheplyakov
The second part of the fix (which does not reduce the performance) for
qemu 2.0 (apparently uploading two patches at once is not so easy)

** Patch added: 0502-block-raw-posix-use-seek_hole-ahead-of-fiemap.patch
   
https://bugs.launchpad.net/qemu/+bug/1368815/+attachment/4282119/+files/0502-block-raw-posix-use-seek_hole-ahead-of-fiemap.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1368815

Title:
  qemu-img convert intermittently corrupts output images

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-16 Thread Alexei Sheplyakov
 - 501-block-raw-posix-fix-disk-corruption-in-try-fiemap
   - (note - 502-block-raw-posic-use-seek-hole-ahead-of-fiemap (which was
 also needed in utopic) appears to be unneeded here as the code being
  changed has not yet been switched to using try_fiemap)

Actually such a enforces fsync and drastically reduces the performance of 
conversion.
I propose to use seek_hole instead of FIEMAP (which is basically what 
 502-block-raw-posic-use-seek-hole-ahead-of-fiemap does). 


** Patch added: 0500-block-raw-posix-Try-both-FIEMAP-and-SEEK_HOLE.patch
   
https://bugs.launchpad.net/qemu/+bug/1368815/+attachment/4282118/+files/0500-block-raw-posix-Try-both-FIEMAP-and-SEEK_HOLE.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1368815

Title:
  qemu-img convert intermittently corrupts output images

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-16 Thread Alexei Sheplyakov
 Patch 0500-block-raw-posix-Try-both-FIEMAP-and-SEEK_HOLE.patch appears to be 
 part of a bigger re-write
 of the related code. and is ON TOP of the patches already applied in this bug.

Yep, sorry for not mentioning this. As far as I understand qemu-2.1 package 
contains this partially rewritten
code too (without any recent changes like disabling FIEMAP completely and 
rewriting the code using SEEK_HOLE).

 No doubt the rewirtten code is better but backporting it contains
more risk than the 2 simple fixes I already nominated.

Can we completely disable the FIEMAP code and pretend that all blocks are 
allocated? I'm afraid fsync'ing 100+ GB
files might be even slower than ignoring the sparseness.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1368815

Title:
  qemu-img convert intermittently corrupts output images

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-16 Thread Alexei Sheplyakov
The second part of the fix (which does not reduce the performance) for
qemu 2.0 (apparently uploading two patches at once is not so easy)

** Patch added: 0502-block-raw-posix-use-seek_hole-ahead-of-fiemap.patch
   
https://bugs.launchpad.net/qemu/+bug/1368815/+attachment/4282119/+files/0502-block-raw-posix-use-seek_hole-ahead-of-fiemap.patch

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

Title:
  qemu-img convert intermittently corrupts output images

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

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


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-16 Thread Alexei Sheplyakov
 - 501-block-raw-posix-fix-disk-corruption-in-try-fiemap
   - (note - 502-block-raw-posic-use-seek-hole-ahead-of-fiemap (which was
 also needed in utopic) appears to be unneeded here as the code being
  changed has not yet been switched to using try_fiemap)

Actually such a enforces fsync and drastically reduces the performance of 
conversion.
I propose to use seek_hole instead of FIEMAP (which is basically what 
 502-block-raw-posic-use-seek-hole-ahead-of-fiemap does). 


** Patch added: 0500-block-raw-posix-Try-both-FIEMAP-and-SEEK_HOLE.patch
   
https://bugs.launchpad.net/qemu/+bug/1368815/+attachment/4282118/+files/0500-block-raw-posix-Try-both-FIEMAP-and-SEEK_HOLE.patch

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

Title:
  qemu-img convert intermittently corrupts output images

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

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


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-16 Thread Alexei Sheplyakov
 Patch 0500-block-raw-posix-Try-both-FIEMAP-and-SEEK_HOLE.patch appears to be 
 part of a bigger re-write
 of the related code. and is ON TOP of the patches already applied in this bug.

Yep, sorry for not mentioning this. As far as I understand qemu-2.1 package 
contains this partially rewritten
code too (without any recent changes like disabling FIEMAP completely and 
rewriting the code using SEEK_HOLE).

 No doubt the rewirtten code is better but backporting it contains
more risk than the 2 simple fixes I already nominated.

Can we completely disable the FIEMAP code and pretend that all blocks are 
allocated? I'm afraid fsync'ing 100+ GB
files might be even slower than ignoring the sparseness.

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

Title:
  qemu-img convert intermittently corrupts output images

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

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


[Bug 1337244] Re: compiz crashed with SIGSEGV in nux::WindowThread::ComputeQueuedLayout()

2014-10-06 Thread Alexei
A highly visible and very annoying bug! Would be great to have it fixed.

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

Title:
  compiz crashed with SIGSEGV in
  nux::WindowThread::ComputeQueuedLayout()

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

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


[Bug 1361296] [NEW] ?

2014-08-25 Thread alexei
Public bug reported:

?

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

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

Title:
  ?

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

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


[Bug 1343175] Re: Gtk3 secondary window appears with transparent titlebar

2014-07-22 Thread Sorokin Alexei
** Patch removed: light-themes.patch
   
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1343175/+attachment/4154563/+files/light-themes.patch

** Patch added: light-themes-fix-titlebar.patch
   
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1343175/+attachment/4159958/+files/light-themes-fix-titlebar.patch

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

Title:
  Gtk3 secondary window appears with transparent titlebar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1343175/+subscriptions

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


[Bug 1343175] Re: Gtk3 secondary window appears with transparent titlebar

2014-07-17 Thread Sorokin Alexei
** Project changed: ubuntu-themes = light-themes (Ubuntu)

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

Title:
  Gtk3 secondary window appears with transparent titlebar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/1343175/+subscriptions

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


[Bug 1204906] Re: NetBeans, VisualVM, etc. broken with latest security release for 12.04

2013-08-02 Thread Alexei
Netbeans on Ubuntu 12.04 is almost unusable.

Now JVM starts creating EventQueue thread for each dialog! (like that was 10 
years ago?)
It cause multiple access from non-event-dispatcher threads that cause random 
hanging and bugs.
We have such problems with  OpenStreetMap editing application JOSM, here is the 
description:
http://josm.openstreetmap.de/ticket/8921#comment:22

** Bug watch added: JOSM bug tracker #8921
   http://josm.openstreetmap.de/ticket/8921

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

Title:
  NetBeans, VisualVM, etc. broken with latest security release for 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1204906/+subscriptions

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


[Bug 1204906] Re: NetBeans, VisualVM, etc. broken with latest security release for 12.04

2013-08-02 Thread Alexei
Forgot to insert  versions:
java version 1.6.0_27
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

Also reported for JOSM on  java version 1.6.0_27 Linux Debian
GNU/Linux 7.1 (wheezy)

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

Title:
  NetBeans, VisualVM, etc. broken with latest security release for 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1204906/+subscriptions

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


[Bug 199420] Re: Running process cannot be kill -9'ed

2013-05-14 Thread Alexei Colin
Yes, firefox was the unkillable process in that case. I did save a tiny
shell log at the time:

acolin@thinkpad ~$ ps aux | grep firefox
acolin3904 51.4  8.9 774456 276596 ?   Rs   18:06  18:20 
/usr/lib/firefox/firefox
acolin5689  0.0  0.0   4392   808 pts/3S+   18:42   0:00 grep firefox
acolin@thinkpad ~$ kill -9 3904
acolin@thinkpad ~$ ps aux | grep firefox
acolin3904 51.6  8.9 774456 276596 ?   Ss   18:06  18:30 
/usr/lib/firefox/firefox
acolin5693  0.0  0.0   4392   808 pts/3S+   18:42   0:00 grep firefox

Sadly, I don't have any more information and don't have any hopes of
reproducing this, but hopefully the stack trace shed's light on possible
causes.

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

Title:
  Running process cannot be kill -9'ed

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

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


[Bug 199420] Re: Running process cannot be kill -9'ed

2013-05-13 Thread Alexei Colin
** Attachment added: SysRq stack dump with unkillable process
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/199420/+attachment/3675678/+files/unkilable-in-r-state-sysrq-stack.log

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

Title:
  Running process cannot be kill -9'ed

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

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


[Bug 944468] Re: keyboard layouts plugin forgets all settings at random times

2013-02-25 Thread Alexei Colin
Re #13:
I think essentially what you suggest (to have Xfce keyboard settings own the 
persisted settings and xkb-plugin interact with Xkb without persisting), has 
been done on the plugin side in commit fb667951f66a05b87949b3eaf9e7c04697899fea 
which is not in 0.5.4.3. Perhaps it's time for a release of the plugin.

Side question: if we let Xfce control the layout (i.e. uncheck Use
system defaults in Keyboard Settings), then how does one set the
default layout? Is it the first in the list? But then, there are no re-
ordering contols other than remove then re-add.

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

Title:
  keyboard layouts plugin forgets all settings at random times

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

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


[Bug 1096289] Re: Qt apps often fail to start from file manager

2013-01-05 Thread Alexei Kitaev
** Package changed: ubuntu = qt4-x11 (Ubuntu)

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

Title:
  Qt apps often fail to start from file manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1096289/+subscriptions

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


[Bug 1096289] [NEW] Qt apps often fail to start from file manager

2013-01-04 Thread Alexei Kitaev
Public bug reported:

DistroRelease: Ubuntu 12.10

Okular (and also Texworks) sometimes fail to start when opening a pdf file from 
file manager or Thunderbird. The program sleeps in background and has to be 
killed. This behaviour is highly unpredictable, but there are some patterns:
1) The error never occurs when Okular is called from the terminal.
2) The second time the file usually opens, but after closing and reopening the 
Nautilus window the problem recurs. Sometimes it's the other way around: files 
stop opening, but closing the Nautilus window helps.
3) The problem is more severe under Cinnamon/Nemo than under the default Ubuntu 
desktop.

I tried to call Okular from a script rather than directly. Here are some 
findings:
1) Okular works when the script is called from terminal but (sometimes) fails 
when it is called from file manager, although the working directory and 
environment variables are exactly the same.
2) Unsetting DBUS_SESSION_BUS_ADDRESS, GNOME_DESKTOP_SESSION_ID, or 
UBUNTU_MENUPROXY makes it work.
3) Introducing a delay (sleep 5) also seems to help.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: test script and log files
   
https://bugs.launchpad.net/bugs/1096289/+attachment/3474641/+files/Test_Okular.tar.gz

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

Title:
  Qt apps often fail to start from file manager

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

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


[Bug 199420] Re: Running process cannot be kill -9'ed

2012-11-19 Thread Alexei Colin
You can do Alt-SysRq-l to dump a kernel stack trace to kernel log
(dmesg).  See kernel-source/Documentation/sysrq.txt.

When I did this on my machine with 'firefox' in the same state: it
revealed try_to_wake_up/afs_cv_wait in openafs module. Not completely
sure, but probably spinning somewhere there in the networked file system
code.

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

Title:
  Running process cannot be kill -9'ed

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

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


[Bug 1070994] Re: Boot failes after upgrading the kernel from 3.2.0-29 to 3.2.0-30 and following

2012-11-19 Thread Alexei Colin
On my T60 3.2.0-33-generic-pae it seems very likely to be related to the
docking station (or to a pair of them). This is on BIOS 2.27   25 Apr
2011.

After suspending while docked in station A, it hung on resume in station
B. This did work fine before. It continued to hang on boot even after
hard reboot, undocking, and full battery removal (a couple of tries). I
checked the log only on last hang: Illegal UART type: undefined. It
booted successfully only when I re-docked and booted while docked (using
power button on dock -- that might make a difference).  I successfully
suspended while docked and resumed fine previously (on this BIOS
version; old BIOS would lock up in this scenario).

Once the boot failure happens, it's persistent, but it does not seem
reproducible at will. If I do reproduce it, will try to test upstream.

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

Title:
  Boot failes after upgrading the kernel from 3.2.0-29 to 3.2.0-30 and
  following

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

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


[Bug 984408] Re: non-obvious behavior of the bunch

2012-05-10 Thread Alexei M.
** Changed in: python-tempita (Ubuntu)
   Status: New = Opinion

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

Title:
  non-obvious behavior of the bunch

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

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


[Bug 982327] Re: strange behavior of the bunch

2012-05-10 Thread Alexei M.
** Changed in: python-tempita (Ubuntu)
   Status: New = Opinion

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

Title:
  strange behavior of the bunch

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

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


[Bug 989690] [NEW] package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-27 Thread Alexei M.
Public bug reported:

chown ntp:ntp fails at upgrade from 10.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ntp 1:4.2.6.p3+dfsg-1ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu6
Architecture: i386
Date: Fri Apr 27 14:42:47 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic-pae 
root=UUID=52728f05-e447-4d55-bf84-1003dc2d8251 ro quiet splash vt.handoff=7
SourcePackage: ntp
Title: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to precise on 2012-04-27 (0 days ago)

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


** Tags: apparmor apport-package i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/989690

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 989690] Re: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-27 Thread Alexei M.
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/989690

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 989690] [NEW] package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-27 Thread Alexei M.
Public bug reported:

chown ntp:ntp fails at upgrade from 10.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ntp 1:4.2.6.p3+dfsg-1ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu6
Architecture: i386
Date: Fri Apr 27 14:42:47 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic-pae 
root=UUID=52728f05-e447-4d55-bf84-1003dc2d8251 ro quiet splash vt.handoff=7
SourcePackage: ntp
Title: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to precise on 2012-04-27 (0 days ago)

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


** Tags: apparmor apport-package 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/989690

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 989690] Re: package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-27 Thread Alexei M.
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989690

Title:
  package ntp 1:4.2.6.p3+dfsg-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 986650] [NEW] Amarok 2.5 crashes often on 12.04

2012-04-21 Thread Sorokin Alexei
Public bug reported:

But Amarok 2.5 works on Kubuntu 11.10 and on 12.04 with package from
Debian.

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

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

Title:
  Amarok 2.5 crashes often on 12.04

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

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


[Bug 986650] Re: Amarok 2.5 often crashes on 12.04

2012-04-21 Thread Sorokin Alexei
** Summary changed:

- Amarok 2.5 crashes often on 12.04
+ Amarok 2.5 often crashes on 12.04

** Description changed:

- But Amarok 2.5 works on Kubuntu 11.10 and on 12.04 with package from
- Debian.
+ But Amarok 2.5 works on Kubuntu 11.10 and seems it works on 12.04 with
+ package from Debian.

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

Title:
  Amarok 2.5 often crashes on 12.04

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

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


[Bug 974993] [NEW] QtCurve package have no multiarch support

2012-04-06 Thread Sorokin Alexei
Public bug reported:

gtk2-engines-qtcurve:i386 cannot be installed on x86-64 systems because
i386 and x86-64 versions both have no Multi-Arch: same.

** Affects: gtk2-engines-qtcurve (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  QtCurve package have no multiarch support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-qtcurve/+bug/974993/+subscriptions

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


[Bug 198319] Re: Lenovo 3000 N200 DVD-rom missing

2012-01-15 Thread Alexei Colin
Same problem on Thinkpad T60 running 3.0.0-14-generic with a non-native
but compatible CD drive (took it from a T40, iirc): /dev/sr0 only
created with acpi=off boot parameter. There is no BIOS setting to
disable the drive (re comment #18). The drive model is in the log
(during acpi=off boot only):

kernel: [1.043753] scsi 1:0:0:0: CD-ROMHL-DT-ST DVD-ROM 
GDR8083N 0K03 PQ: 0 ANSI: 5
kernel: [1.050088] sr0: scsi3-mmc drive: 10x/24x cd/rw xa/form2 cdda tray
kernel: [1.050092] cdrom: Uniform CD-ROM driver Revision: 3.20
kernel: [1.050215] sr 1:0:0:0: Attached scsi CD-ROM sr0

The drive used to be detected by Ubuntu fine at some point in the past
(I don't remember if this was before or after grub-grub2 update, but I
don't think I ever used lilo). Should this bug be marked as a
[regression]? Is there any debugging information that can be provided?
Should we file an upstream report if it has been positively determined
that this is induced by grub?

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

Title:
  Lenovo 3000 N200 DVD-rom missing

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

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


[Bug 863834] Re: [regression] Suspend on lid close broken on Oneiric

2012-01-08 Thread Alexei Colin
In my case (Gnome3 on Oneiric on Thinkpad T60 with Radeon X1400) this is a 
collusion of two issues pointed out separately above:
(1) Gnome3's intended behavior is to disallow suspend while more than one 
monitor is active (comment #8, comment #3, [1])
(2) upower returns a false positive when asked whether more than one monitor is 
active (aka the is-docked state) for *some* graphic devices (comment #20, Bug 
#854404 and [2] is related but my false positive manifests on a system with a 
single video card)

Potential fix for issue (2) is in a patched upower package available at
ppa:alexei.colin/upower (details on the patch are in [2]). Run 'upower
-d | grep docked'. Note that because of a known issue with notifications
[3] you might have to restart upowerd daemon to see the effect of
turning off a screen; also note that the monitor must be cleanly turned
off from display settings, pulling the cable doesn't change any state in
my experience).

RANT: 
(1) see upower rant in [2]
(2) This Gnome3 behavior should be configurable. Once issue (2) is fixed, the 
Gnome3's *intended* behavior is actually working, but that just creates the 
issue of how to get rid of this behavior... anybody know if it's configurable 
at least manually if not in Gnome GUI settings? (I'm not hopeful for more GUI 
settings after [4])

[1] 
http://blogs.gnome.org/hughsie/2011/02/02/is-gnome-3-going-to-melt-your-laptop/
[2] https://bugs.freedesktop.org/show_bug.cgi?id=36818
[3] From comment on PollDockDevices in UPower.conf:  Poll the kernel for dock 
state changes. Some drivers are still broken, and do not send out uvents when 
the connected state changes. default=false
[4] http://afaikblog.wordpress.com/2011/02/03/on-laptop-lids-and-power-settings/


** Patch added: upower is-docked detection; ppa:alexei.colin/upower 
upower_0.9.13-1ac2
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/863834/+attachment/2663405/+files/lp-863834-docked-state-detection.patch

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

Title:
  [regression] Suspend on lid close broken on Oneiric

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

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


[Bug 863834] Re: [regression] Suspend on lid close broken on Oneiric

2012-01-08 Thread Alexei Colin
** Tags removed: patch

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

Title:
  [regression] Suspend on lid close broken on Oneiric

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

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


[Bug 908081] [NEW] surf x-www-browser priority is broken

2011-12-23 Thread Alexei Averchenko
Public bug reported:

Clicking a link (at least) in a Qt application opens both surf and
firefox. Hotfix: set a browser manually in alternatives.

Alternatives *before* the fix:

 % update-alternatives --query x-www-browser
Link: x-www-browser
Status: auto
Best: /usr/bin/surf
Value: /usr/bin/surf

Alternative: /usr/bin/chromium-browser
Priority: 40
Slaves:

Alternative: /usr/bin/firefox
Priority: 40
Slaves:

Alternative: /usr/bin/surf
Priority: 50
Slaves:
 x-www-browser.1.gz /usr/share/man/man1/surf.1.gz

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

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

Title:
  surf x-www-browser priority is broken

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

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


[Bug 883619] Re: distorted sound in oneiric

2011-12-18 Thread Alexei Colin
Are other applications suffering from distorted sound as well? If so,
perhaps this is same as Bug #875183?

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

Title:
  distorted sound in oneiric

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

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


[Bug 524763] Re: unable to start xmonad, Could not find module XMonad.StackSet

2011-12-11 Thread Alexei Averchenko
** Also affects: xmonad
   Importance: Undecided
   Status: New

** No longer affects: xmonad

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

Title:
  unable to start xmonad, Could not find module XMonad.StackSet

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

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


[Bug 579534] Re: Rotate button doesn't work on HP TM2 laptop

2011-11-06 Thread Alexei
After switching to openSUSE I found this problem wasn't present.
Currently running 2.6.37.6 which is later than when this bug was first
reported in Ubuntu. Perhaps it's a module conflict or configuration
issue? Side button on tm2 appears as scancode 161.

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

Title:
  Rotate button doesn't work on HP TM2 laptop

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

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


[Bug 748215] Re: Wacom touchscreen not working after resume

2011-11-02 Thread Alexei
PARTIAL-FIX  (workaround):

I compiled a 2.6.37.6 kernel with uhci_hcd and ehci_hcd as modules.
After resume the wacom devices (and right-side usb) can be revived by
rmmod uhci_hcd; modprobe uhci_hcd

The issue is a power management issue with usb. Not sure what changed
from  2.6.35 to cause this.

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

Title:
  Wacom touchscreen not working after resume

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

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


[Bug 748215] Re: Wacom touchscreen not working after resume

2011-10-30 Thread Alexei
After some investigation this appears to be a problem with usb and the
loss of the wacom devices is a side effect.

See here: http://forums.opensuse.org/english/get-technical-help-
here/hardware/467080-wacom-devices-lost-after-resume-11-4-a.html

Note this problem is present in openSUSE 11.4 which runs kernel
2.6.37.6, so it came in somewhere between 2.6.35 and 2.6.37.

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

Title:
  Wacom touchscreen not working after resume

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

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


[Bug 879254] [NEW] MouseRelease/PenRelease event not generated with tablet

2011-10-21 Thread Alexei
Public bug reported:

Using a stylus with an HP tm2 tablet and kde. The
MouseRelease/PenRelease event is missing when the pen is removed from
the screen. Stylus movement is registered, stylus presses are
registered, but not the release. A significant portion of the UI only
responds upon release so this missing event makes it impossible to use
the pen. e.g. pressing a button will change it's state registering the
press, but it will never trigger an action (which happens on the
release).

Problem is present across all applications and desktop.

 This problem is not present with FVWM so it's a KDE issue.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: plasma-desktop 4:4.7.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Fri Oct 21 17:47:22 2011
ExecutablePath: /usr/bin/plasma-desktop
InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: kde-workspace
UpgradeStatus: Upgraded to oneiric on 2011-09-19 (32 days ago)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  MouseRelease/PenRelease event not generated with tablet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/879254/+subscriptions

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


[Bug 879254] Re: MouseRelease/PenRelease event not generated with tablet

2011-10-21 Thread Alexei
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879254

Title:
  MouseRelease/PenRelease event not generated with tablet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/879254/+subscriptions

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


[Bug 748215] Re: Wacom touchscreen not working after resume

2011-10-20 Thread Alexei
This bug is still present with 3.0.0-13-generic. No tablet after resume.

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

Title:
  Wacom touchscreen not working after resume

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

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



[Bug 748215] Re: Wacom touchscreen not working after resume

2011-09-30 Thread Alexei
This bug still present with oneiric 3.0.0-11-generic and
3.0.0-12-generic. It makes the whole distribution painful  to use a
tablet requires a reboot each and every time and oneiric gives a kernel
oops more often than not with a Radeon card due to other bugs.

can it's importance be set to high?

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

Title:
  Wacom touchscreen not working after resume

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

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


[Bug 846714] Re: kernel BUG at /build/buildd/linux-3.0.0/drivers/gpu/drm/ttm/ttm_bo.c:272!

2011-09-20 Thread Alexei
I can also confirm it for 3.0.0-11-generic on an HP Touchsmart tm2 tabletPC. 
Mysteriously I've been able to boot it twice out of 20+ failed attempts.

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

Title:
  kernel BUG at
  /build/buildd/linux-3.0.0/drivers/gpu/drm/ttm/ttm_bo.c:272!

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

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


[Bug 825304] Re: package linux-image-3.0.0-8-generic 3.0.0-8.10 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 1

2011-08-12 Thread Alexei Vlasov
*** This bug is a duplicate of bug 825259 ***
https://bugs.launchpad.net/bugs/825259

** Also affects: nvidia-common
   Importance: Undecided
   Status: New

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

Title:
  package linux-image-3.0.0-8-generic 3.0.0-8.10 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/nvidia-common
  exited with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-common/+bug/825304/+subscriptions

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


Re: [Bug 820528] Re: package initramfs-tools 0.98.8ubuntu3.1 failed toinstall/upgrade: subprocess installed post-installation scriptreturned error exit status 1

2011-08-10 Thread Alexei Ostrov
Brian, the problem occurred while I was running Ubuntu centralized update. I 
will try to reproduce by uninstalling reinstalling the package. 
Sent via BlackBerry from T-Mobile

-Original Message-
From: Brian Murray br...@ubuntu.com
Sender: boun...@canonical.com
Date: Wed, 10 Aug 2011 18:23:10 
To: alexei...@gmail.com
Reply-To: Bug 820528 820...@bugs.launchpad.net
Subject: [Bug 820528] Re: package initramfs-tools 0.98.8ubuntu3.1 failed to
install/upgrade: subprocess installed post-installation script
returned error exit status 1

Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that a package failed to install due to a segmentation fault in
application being used by the package installation process.
Unfortunately, this bug report isn't very useful in its current state
and a crash report would be much more useful.  Could you try recreating
this issue by enabling apport to catch the crash report 'sudo service
apport start force_start=1' and then trying to install the same package
again?  This process will create a new bug report so I am marking this
one as Invalid.  Thanks again for helping out!

** Changed in: initramfs-tools (Ubuntu)
   Status: New = Invalid

** Tags added: package-install-segfault

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/820528

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in “initramfs-tools” package in Ubuntu:
  Invalid

Bug description:
  was installing skype. It took about an hour before the error popped
  out. Skype installed properly though.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: initramfs-tools 0.98.8ubuntu3.1
  ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
  Uname: Linux 2.6.38-10-generic i686
  AptOrdering:
   skype: Install
   initramfs-tools: Configure
   skype: Configure
  Architecture: i386
  Date: Wed Aug  3 14:42:52 2011
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to natty on 2011-08-01 (1 days ago)

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

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

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 764330] Re: Move window annoying slow with compiz

2011-08-06 Thread Alexei Colin
Call me crazy, but in my case the severe lag on moving windows shows up
*only* when Firefox = v4.0 is running.

In fact, the lag is proportional to the number of Firefox windows open
(but not to the number of tabs). The Firefox window state and which
workspace it is in relative to the window being dragged does not matter.
Reproducible  with about:blank and in Firefox safe-mode (no add-ins). No
other application (tried a few: from Chrome open to GIMP) causes any lag
regardless of number of windows, also Firefox v3.6 does *not* cause the
lag either (so I downgraded for now). Yes, it sounds crazy -- but that's
it: the fewer Firefox windows open, the less lag, and no lag when
Firefox is not running!

Why? My only wild guess is: Firefox 4.0 is the first one that came with
Unity integration (however, I have the menu bar integration with Unity
disabled... and Unity turned off). In any case, its tab control is
noticeably different from v3.6 (and feels like it comes from outside of
Firefox -- pure speculation). It might not be Firefox's fault, but it
does something to bring up the problem wherever this problem is.

Different mice (Thinkpad's trackpad, trackpoint, external Logitech
wireless) exhibit noticeably different degrees of lag -- so it does seem
mouse related in some way. Setting mousepoll=10 (and confirming it had
that value after reboot) makes no difference (for the usb mouse).
Killing unity-window-decorator and moving window using context menu's
Move also lags in same way. Playing with above-mentioned params in
compiz config makes no difference. Restarting compiz makes no difference
-- lag disappears after Firefox is closed *without* any restart.

System:
Ubuntu Natty, Radeon X1400 with open source drivers
gnome-panel+compiz (Unity turned off)
All other actions in compiz e.g. cube are smooth regardless of whether Firefox 
is running, although when Firefox is running, there is a lag when rotation is 
initiated.

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

Title:
  Move window annoying slow with compiz

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

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


[Bug 820528] [NEW] package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-03 Thread Alexei Ostrov
Public bug reported:

was installing skype. It took about an hour before the error popped out.
Skype installed properly though.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: initramfs-tools 0.98.8ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
AptOrdering:
 skype: Install
 initramfs-tools: Configure
 skype: Configure
Architecture: i386
Date: Wed Aug  3 14:42:52 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-08-01 (1 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package 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/820528

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 820528] Re: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-03 Thread Alexei Ostrov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820528

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 819555] [NEW] package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-08-01 Thread Alexei Ostrov
Public bug reported:

updating after first install

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: initramfs-tools 0.98.8ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic i686
Architecture: i386
Date: Mon Aug  1 18:24:22 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to natty on 2011-08-01 (0 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package 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/819555

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 819555] Re: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-08-01 Thread Alexei Ostrov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/819555

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 567365] Re: Eject key on Mac Pro not working

2011-05-28 Thread Alexei Svitkine
This is still a problem on 11.04 with MacPro1,1.

The eject overlay is shown, so Ubuntu detects the key just fine, but the
tray does not eject.

I can work around the problem by typing 'eject' from the command-line,
which works just fine.

I don't see why Ubuntu shouldn't just execute the 'eject' utility when
the key is pressed? This would solve the problem.

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

Title:
  Eject key on Mac Pro not working

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


[Bug 748215] Re: Wacom touchscreen not working after resume

2011-05-26 Thread Alexei
I also have this problem. Since I use the tablet functions for work, it
makes 11.04 a huge regression - the tablet has to be rebooted each and
every time. I've also noticed the usb ports on the right side stop
functioning after a suspend and resume (I have a wireless mouse attached
during suspend). Coupled with the random crashes of the radeon driver on
reboot and a much more flaky  monitor support (no longer possible to
have external vga screen side by side, can't change orientation of
screen) this  makes 11.04 a disaster on an HP tm2.

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

Title:
  Wacom touchscreen not working after resume

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


[Bug 721471] Re: evdev is not compatible to QT-applications when using tablets

2011-05-26 Thread Alexei
This seems related to: https://bugs.launchpad.net/ubuntu-release-
notes/+bug/762938

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

Title:
  evdev is not compatible to QT-applications when using tablets

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


[Bug 586243] Re: Xorg freeze: Failed to schedule IB Radeon X1200

2011-05-21 Thread Alexei
Getting this on Ubuntu 11.04.

$ uname -a
Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 athlon 
i386 GNU/Linux

$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV535 [Radeon 
X1650 Series] [1002:71c7] (rev 9e)

Left the PC unattended with a video in fullscreen mode, screensaver came
on at some point, and then the display got messed up. Restarting gdm
didn't fix it. Could still see the mouse move, but everything else was
garbled. Using Gnome classic (not Unity) with Compiz.

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

Title:
  Xorg freeze: Failed to schedule IB Radeon X1200

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


[Bug 762938] Re: Wacom Pressure broken with QT applications

2011-05-17 Thread Alexei
I have this problem too since upgrading to 11.04 which is a royal pain
in the * when developing a tablet application in QT. The tablet is
working fine as can be confirmed by using gtk apps so I don't think
recording input events will be useful at all. This might  be caused by
an old issue - it used to be that QT had the names 'stylus', 'pen', and
'eraser' hardcoded into it. If the devices are called something else
then QT just processes pen and eraser as mouse events hence no pressure
information.

Ubuntu 9.04 renamed the wacom devices and broke the tablet events on QT
but this could be fixed by rewriting the names using HAL. 10.10 worked
fine but I have a mongrel of an installation.

If this is the cause then https://bugs.launchpad.net/ubuntu/+source
/xserver-xorg-input-evdev/+bug/721471 is a duplicate bug.

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

Title:
  Wacom Pressure broken with QT applications

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


[Bug 762938] Re: Wacom Pressure broken with QT applications

2011-05-17 Thread Alexei
@Scott: your PPA works and I have pressure sensitivity again in QT :).

Ubuntu 11.04, 64bit. HP TM2 tabletPC.

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

Title:
  Wacom Pressure broken with QT applications

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


[Bug 745780] Re: multiple prompts from gnome-keyring

2011-05-12 Thread Alexei Vidmich
Fresh install of 11.04 was asking me to unlock keyring at startup 1 or 2
times after I login in GDM.

The reason why it asks for keyring unlock multiple times must be because
multiple applications start up at the same time and if more than 1 of
them needs to retrieve a key from keystore, they both request keyring
unlock, which get queued instead of blocking the second request and
deciding whether popup is needed for it or the requested keyring has
been unlocked (between the time application requested it and the time it
became possible to bring up modal dialog for that).

I think it randomly selects number of times to ask for unlock - because
whether subsequent dialogs will be queued up or not depends on when
exactly apps are launched, which varies from start to start a little
bit.

#3 fix worked for me perfectly. Doesn't ask to unlock any keyrings any more.
I think the reason it doesn't ask to unlock it even once is because by default 
it has the same password as the one you login with and login keyring unlocks 
automatically at the time of login (by GDM). If you change your password in 
either place, it should start asking.

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

Title:
  multiple prompts from gnome-keyring

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


[Bug 105078] Re: tray icon doesn't fit well in transparent panel

2011-03-21 Thread Alexei Vlasov
does't fixed in Natty

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

Title:
  tray icon doesn't fit well in transparent panel

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


[Bug 569680] Re: Hard disk write/read freezes for 10 seconds several times in session

2011-02-17 Thread Alexei Colin
Hardware: Norhtec MicroClient JrMX (an i582 SoC based on Xcore86) with HD 
hooked up to SATA
Kernel: compiled from source 2.6.36 #7 Wed Dec 8 22:05:03 EST 2010 i586 
GNU/Linux
Distro: Ubuntu 10.04
Symptoms: rare (once in tens of hours) freezes for arbitrary amounts of time 
during significant network and hard-drive activity

Suspecting this might be a HD problem, I switched to a spare HD (dd'ed
the file system) only to find that the problem persists. Until today's
miracle I didn't even have any output from my headless box, but today
the box unfroze after almost *4 days* of being in the frozen state (I
have logs that prove it, in addition to observations). First thing I did
after I noticed that it came alive was dmesg and there was the error
cited above in this bug report [ attached ].

I vaguely recollect that the freezes started with 10.04, although there
were other problems before (network interface dying) [which prompted me
to compile the kernels with hopes of newer network driver fixing
things]. I will test with an earlier kernel and report back -- I
apologize for not doing so before posting: wanted to get another vote
out to this bug sooner rather than later.

lspci [useless? the only possibly relevant entries are these, but there exists 
an SATA interface... ]:
00:00.0 Host bridge: RDC Semiconductor, Inc. R6021 Host Bridge (rev 02)
00:07.0 ISA bridge: RDC Semiconductor, Inc. Device 6036
00:0c.0 IDE interface: RDC Semiconductor, Inc. Device 1011 (rev 01)


** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/569680/+attachment/1857115/+files/dmesg-freeze.log

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

Title:
  Hard disk write/read freezes for 10 seconds several times in session

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


[Bug 710867] [NEW] gstm crashed with SIGSEGV in start_thread()

2011-01-31 Thread Alexei Vlasov
Public bug reported:

Binary package hint: gstm

gstm in autostart

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: gstm 1.2-7ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CrashCounter: 1
Date: Mon Jan 31 14:33:07 2011
ExecutablePath: /usr/bin/gstm
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcCmdline: gstm
ProcEnviron:
 LANGUAGE=ru_RU.UTF-8:ru:en_GB:en
 LANG=ru_RU.UTF-8
 LC_MESSAGES=ru_RU.utf8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x80563e1:   movl   $0x0,0x20(%eax)
 PC (0x080563e1) ok
 source $0x0 ok
 destination 0x20(%eax) (0x003d8960) in non-writable VMA region: 
0x003af000-0x003f5000 r-xp /usr/lib/libgobject-2.0.so.0.2792.0
 Stack memory exhausted (SP below stack segment)
SegvReason: writing VMA /usr/lib/libgobject-2.0.so.0.2792.0
Signal: 11
SourcePackage: gstm
StacktraceTop:
 ?? ()
 ?? () from /lib/libglib-2.0.so.0
 start_thread () from /lib/libpthread.so.0
 clone () from /lib/libc.so.6
Title: gstm crashed with SIGSEGV in start_thread()
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: apport-crash 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/710867

Title:
  gstm crashed with SIGSEGV in start_thread()

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


[Bug 710867] Re: gstm crashed with SIGSEGV in start_thread()

2011-01-31 Thread Alexei Vlasov


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

Title:
  gstm crashed with SIGSEGV in start_thread()

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


[Bug 683817] Re: Unable to install mysql-query-browser on 11.04 / Natty - mysql-query-browser: Depends: libgtkhtml3.14-19 (1:3.31) but 1:3.32.1-0ubuntu1 is to be installed

2011-01-30 Thread Alexei Vlasov
+1 Confirm that bug

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

Title:
  Unable to install mysql-query-browser on 11.04 / Natty - mysql-query-
  browser:   Depends: libgtkhtml3.14-19 (1:3.31) but 1:3.32.1-0ubuntu1
  is to be installed

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


[Bug 445141] Re: Podcasts don't download if the files are all the same filename.

2011-01-06 Thread Alexei Colin
@Luca: I'm no authority on this but your situation looks strange. The
filename you are seeing is constructed as a result of the patch that was
submitted to fix the bug. However, for you podcast it shouldn't fall
back to the escaped uri filename because gvfs-info reports that
stardard::edit-name is set, which means edit-name should be taken as the
filename (since copy-name is not set). I would look at the debug output
when downloading any of those podcasts: run rhythmbox -d.

Sidenote re my comment #19: it seems people do care about filenames. But
handling podcasts with episodes with identical copy-name's (and/or edit-
name's) still needs to be resolved. Perhaps a new bug needs to be
submitted?

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

Title:
  Podcasts don't download if the files are all the same filename.

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


[Bug 445141] Re: Podcasts don't download if the files are all the same filename.

2010-12-26 Thread Alexei Colin
The fix above seems to cover one case, but there's another that I just stumbled 
upon. The standard::copy-name attribute might not be set by the gvfs backend. 
In that case, currently, we fall back to edit-name attribute (and only if 
that's not set either -- to escaped URI). That causes the original undesired 
behavior that prompted this bug report: podcasts with non-unique file 
attributes/file names are unusable. Here's a real example:
$ gvfs-info http://computersciencepodcast.com/download-mp3/1/episode.mp3
display name: episode.mp3
edit name: episode.mp3
...
attributes:
  ...
  standard::display-name: episode.mp3
  standard::edit-name: episode.mp3

A fix for this particular case could be to fall back to the escaped URI
and not to edit-name attr when copy-name is not set (see trivial patch
for this below). However, that wouldn't really cure the real issue: it
would be nice if Rhythmbox were robust against non-unique file
attributes (ie, even if they are set) and file names on podcasts. Of
course, this is a problem of podcast creators, but it might still make
sense to work around it, esp. since in the canonical Rhythmbox user
doesn't care about filenames of saved podcasts at all. A patch for this
is not included but seems simple as well -- just always use the current
fall-back-to-URI path for the local filename.

Patch to not fall back on edit-name when copy-name is null (for real
example above):

diff --git rhythmbox-0.13.0git20100819.orig/podcast/rb-podcast-manager.c 
rhythmbox-0.13.0git20100819.no-copy-name/podcast/rb-podcast-manager.c
index a972490..d195684 100644
--- rhythmbox-0.13.0git20100819.orig/podcast/rb-podcast-manager.c
+++ rhythmbox-0.13.0git20100819.no-copy-name/podcast/rb-podcast-manager.c
@@ -769,14 +769,7 @@ download_podcast (GFileInfo *src_info, 
RBPodcastManagerInfo *data)
 
if (src_info != NULL) {
data-download_size = g_file_info_get_attribute_uint64 
(src_info, G_FILE_ATTRIBUTE_STANDARD_SIZE);
-
local_file_name = g_file_info_get_attribute_as_string 
(src_info, G_FILE_ATTRIBUTE_STANDARD_COPY_NAME);
-   if (local_file_name == NULL) {
-   /* probably shouldn't be using this, but the gvfs http 
backend doesn't
-* set the copy name (yet)
-*/
-   local_file_name = g_strdup (g_file_info_get_edit_name 
(src_info));
-   }
 
g_object_unref (src_info);
}

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

Title:
  Podcasts don't download if the files are all the same filename.

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


[Bug 463983] Re: error upgrading to karmic libc6 : ldconfig failed with 'illegal instruction'

2010-11-02 Thread Alexei Colin
Check with gdb what's the Illegal instruction:
$ gdb /path/to/bad/ldconfig.real
 run -V [ I assume even ldconfig.real -V fails ]
Starting program: /path/to/bad/ldconfig.real -V
Program received signal SIGILL, Illegal instruction.
0x0806a7ae in ?? ()
 info reg eip
eip0x806a7ae0x806a7ae [example output]
 x/4b 0x806a7ae [ view the memory at address where eip is at obtained above ]
0x806a7ae:  0x0f0x45 0xc2 0xc3 [example output]

In this example, the illegal instruction is 0f 45 : cmovne.
This is a real case: that's what I see on my Xcore86 (x586) CPU, on upgrade to 
libc-bin_2.12.1-0ubuntu8_i386 (attempted but failed upgrade from Ubuntu 10.04 
to 10.10). Apparently, very sadly, Maverick dropped support for x586 ( 
https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes#Linux%20kernel%202.6.35 ).

Hope somebody someday might find this useful.

-- 
error upgrading to karmic libc6 : ldconfig failed with 'illegal instruction'
https://bugs.launchpad.net/bugs/463983
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 663276] Re: package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new post-removal script killed by signal (Illegal instruction)

2010-11-02 Thread Alexei Colin
Maybe this comment about Maverick dropping support for i586 cpus is
relevant:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/653600/comments/2

-- 
package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new 
post-removal script killed by signal (Illegal instruction)
https://bugs.launchpad.net/bugs/663276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 653600] Re: package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new post-removal script killed by signal (Illegal instruction)

2010-11-02 Thread Alexei Colin
This might or might not be the same as my case: can't update from 10.04 to 
10.10 on a i586 cpu.
The point of failure happened to be ldconfig.real in the package 
libc-bin_2.12.1-0ubuntu8_i386, which now contains cmov instructions unsupported 
by i586. Maverick sadly dropped support for i586 ( 
https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes#Linux%20kernel%202.6.35 ).

-- 
package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new 
post-removal script killed by signal (Illegal instruction)
https://bugs.launchpad.net/bugs/653600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557266] Re: [Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream

2010-10-29 Thread Alexei
Thanks, Fabio! I would have to rebuild the entire computer at this point
to upgrade the video card since AGP is now PCI, hard disks are SATA,
etc., and why should I when everything still works. Or at least worked,
up until upgrading to the latest Ubuntu. Do you think older Radeon cards
like X1650 will get back to stable operation in 10.10 at some point in
the near future?

-- 
[Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or 
rejected command stream
https://bugs.launchpad.net/bugs/557266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557266] Re: [Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream

2010-10-28 Thread Alexei
It doesn't seem
http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=a41ceb1c17af06a17c0d88e987215ef20b93c471
fixed it. Installed http://kernel.ubuntu.com/~kernel-
ppa/mainline/v2.6.36-rc6-maverick/. I think that's the first .36 release
candidate with the patch in it, but I am not sure I am connecting the
patch to the mainline release it got merged into correctly. But I
previously posted about still having the problem with a more recent
kernel from http://kernel.ubuntu.com/~kernel-
ppa/mainline/v2.6.36-maverick/. What should I do?


$ glxgears

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.378 FPS

Instantly after resizing:

drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command
stream. See dmesg for more info.

$ dmesg | tail
[  255.016584] [drm:r100_cs_track_check] *ERROR* [drm] Buffer too small for z 
buffer (need 612864 have 516096) !
[  255.016594] [drm:r100_cs_track_check] *ERROR* [drm] zbuffer (384 4 0 399)
[  255.016597] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

$ uname -a
Linux 2.6.36-020636rc6-generic #201009291126 SMP Wed Sep 29 12:42:36 UTC 2010 
i686 GNU/Linux

-- 
[Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or 
rejected command stream
https://bugs.launchpad.net/bugs/557266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557266] Re: [Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream

2010-10-28 Thread Alexei
Could this be another issue? The error is about z buffer this time
instead of color buffer.

-- 
[Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or 
rejected command stream
https://bugs.launchpad.net/bugs/557266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557266] Re: [Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream

2010-10-27 Thread Alexei
Fabio, I meant to say even after switching to a 2.6.36 mainline kernel
build. Maybe I installed one without these patches. Do you know if they
made it into any .36 builds yet?

-- 
[Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or 
rejected command stream
https://bugs.launchpad.net/bugs/557266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557266] Re: [Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream

2010-10-26 Thread Alexei
Also still getting this or a similar issue with Ubuntu 10.10 and Radeon
X1650 even after switching to a 2.6 mainline kernel build.

$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV535 [Radeon 
X1650 Series] [1002:71c7] (rev 9e)

$ glxgears

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.274 FPS

That FPS is way too low for the card. Attempting to resize the window
instantly produces a crash and the following message:

drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command
stream. See dmesg for more info.

$ dmesg | tail
[  431.214850] [drm:r100_cs_track_check] *ERROR* [drm] Buffer too small for 
color buffer 0 (need 400640 have 389120) !
[  431.214860] [drm:r100_cs_track_check] *ERROR* [drm] color buffer 0 (320 4 0 
313)
[  431.214863] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

-- 
[Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or 
rejected command stream
https://bugs.launchpad.net/bugs/557266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 653847] [NEW] Battarey applet dubliates entries

2010-10-02 Thread Alexei Moisseev
Public bug reported:

Binary package hint: gnome-power-manager

When I press on battarey applet, it has two identical entries: Laptob battery 
10:00 untill charged.
I have only one battery on my Eee PC 900.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-power-manager 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
Architecture: i386
Date: Sun Oct  3 03:26:50 2010
GConfNonDefault:
 /apps/gnome-power-manager/actions/critical_battery=shutdown
 /apps/gnome-power-manager/general/use_time_for_policy=false
 /apps/gnome-power-manager/lock/blank_screen=false
 /apps/gnome-power-manager/notify/sleep_failed_uri=
 /apps/gnome-power-manager/ui/icon_policy=charge
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GnomeSessionSuspendInhibited: No
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
MachineType: ASUSTeK Computer INC. 900
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic-pae 
root=UUID=c0e48aa2-68bb-4549-a4b1-11e8d149e0b2 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
dmi.bios.date: 03/03/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1006
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 900
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1006:bd03/03/2009:svnASUSTeKComputerINC.:pn900:pvr0704:rvnASUSTeKComputerINC.:rn900:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 900
dmi.product.version: 0704
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-bug i386 maverick ubuntu-une

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

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


[Bug 653847] Re: Battarey applet dubliates entries

2010-10-02 Thread Alexei Moisseev

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667866/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667867/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667868/+files/Dependencies.txt

** Attachment added: DevkitPower.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667869/+files/DevkitPower.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/653847/+attachment/1667870/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/653847/+attachment/1667871/+files/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667872/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667873/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667874/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/653847/+attachment/1667875/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/653847/+attachment/1667876/+files/UdevLog.txt

** Attachment added: gnome-power-bugreport.txt
   
https://bugs.launchpad.net/bugs/653847/+attachment/1667877/+files/gnome-power-bugreport.txt

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

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


[Bug 564032] Re: Lucid -- Xorg crashes when user is selected in GDM

2010-04-16 Thread Alexei Moisseev
I can confirm this issue. Absolutely the same trouble.

-- 
Lucid -- Xorg crashes when user is selected in GDM
https://bugs.launchpad.net/bugs/564032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 502653] Re: directory change not saved

2010-01-21 Thread Alexei Colin
Hi. Just for the sake of contributing some more information on this
case, I went through your steps and here's what I got (also, Ubuntu 9.10
with rtorren t 0.8.2-0ubuntu2).

Case 1:
 1. Add torrent (adds into a CLOSED state, so no files are created in the 
default directory)
 2. Change torrent download directory
 3. Start the download (files created in the new directory)
 4. Kill rtorrent *not* graciously (e.g. killall -9 rtorrent) to simulate a 
crash
 5. Start rtorrent
Result: rtorrent opens with the torrent in the CLOSED state and directory set 
to the *default* directory. 
 (5a - no effect). Start rtorrent (files created in default directory, since 
nothing was ever there), stop and close the torrent back.
 6. Change download directory to the new directory (with partial data)
 7. Start the torrent (Ctrl-s)
Result: Hash re-check is automatically triggered and torrent download is 
continued into the new directory.

At least this use case does not necessary suggest a bug. rtorrent is not
cleanly shut down so the directory change does not make it to the
session file, so when it starts back up the session information is out-
of-date. The straightforward recovery from the situation worked for me
(whereas it did not for you -- strange). I haven't read the code, so
this might not be relevant, but perhaps session changes could be pushed
to the file more frequently (and maybe fsync() should be used, esp. on
events like directory change) -- just a thought. Note that if I cleanly
quit rtorrent in step 4, then the directory change is remembered as
expected.

By the way, to change the default directory without reloading
.rtorrent.rc  you can do Ctrl-x, directory=/path/to/dir.

Case 2:
 1. Add torrent
 2. Start torrent (creates files in the default directory)
 3. Stop and close torrent
 4. Change directory
 5. Try to start torrent (Ctrl-s)
Result: Cannot start torrent (error in log: could not find file [one of 
torrent content files in torrent's new directory]). 
 6. Try initiating hash recheck (Ctrl-r).
Result: rtorrent *crashes* with rtorrent: TrackerManager::send_later() 
m_control-set() == DownloadInfo::STOPPED. and return code 255.

This use case looks like a bug, though. But maybe it was fixed in latest
version of rtorrent.. I should try that soon.

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

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


  1   2   >