[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-11-02 Thread Oleg "Nightwing" Lomakin
@cica-kutya there is solution - nvidia kms. And fractional scaling work without 
any issues(like tearing on intel) for me. I have single gpu setup(no hybrid 
graphics).
You can activate it by:
1. Set nvidia_drm module option:
$ cat /etc/modprobe.d/nvidia-modeset.conf 
options nvidia_drm modeset=1
2. Add same option to kernel cmdline:
$ cat /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="nvidia_drm.modeset=1 quiet splash"

3. Update initrd
$ sudo update-initramfs -u -k all
4. Reboot
5. Check it
$ sudo cat /sys/module/nvidia_drm/parameters/modeset
Y
6. Activate fraction scaling

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

Title:
  [nvidia] Screen scaling 125% gives 200%

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

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

[Bug 1899647] [NEW] APT crashes on search

2020-10-13 Thread Oleg "Nightwing" Lomakin
Public bug reported:

Apt binary just crashes on search command

$ apt search linux
Sorting... Done
Segmentation fault (core dumped)

But apt-cache works:
$ apt-cache search linux   
alsa-base - ALSA driver configuration files
alsa-topology-conf - ALSA topology configuration files
alsa-ucm-conf - ALSA Use Case Manager configuration files
alsa-utils - Utilities for configuring and using ALSA
apparmor - user-space parser utility for AppArmor
auditd - User space tools for security auditing
...
...
etc

I had same problem on clean installations.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: apt 2.0.2ubuntu0.1
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Oct 13 16:03:43 2020
InstallationDate: Installed on 2018-12-03 (679 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: apt
UpgradeStatus: Upgraded to focal on 2020-10-03 (9 days ago)

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


** Tags: amd64 apport-bug focal

** Attachment added: "crashpump"
   
https://bugs.launchpad.net/bugs/1899647/+attachment/5421741/+files/_usr_bin_apt.0.crash

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

Title:
  APT crashes on search

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

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

[Bug 1898129] Re: Cannot configure 'cryptsetup luksFormat' at install time

2020-10-13 Thread Oleg "Nightwing" Lomakin
Tested this patch with netinstall by legacy installer(aka debian-installer).
Works well! 
Just added into preseed:

d-i preseed/early_command string \
wget -q 
http://myhost.com/files/packages/partman-crypto_101ubuntu4+luksopts1_amd64.udeb 
; \
udpkg -i partman-crypto_101ubuntu4\+luksopts1_amd64.udeb
d-i partman-crypto/luksformat_options string --type luks1

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

Title:
  Cannot configure 'cryptsetup luksFormat' at install time

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

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

[Bug 1897730] Re: Upgrade from 18.04 to 20.04 fails

2020-09-29 Thread Oleg "Nightwing" Lomakin
** Description changed:

  ubuntu-release-upgrader can't upgrade my system from bionic to focal
  because of "held" packages, apt-mark showhold shows nothing.
  
  I started upgrade process from update-manager (launched from gnome menu,
  without '-d' option), but got error:
  
  Could not calculate the upgrade
  
  An unresolvable problem occurred while calculating the upgrade.
  
-  If none of this applies, then please report this bug using the command
+  If none of this applies, then please report this bug using the command
  'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If you want to
  investigate this yourself the log files in '/var/log/dist-upgrade' will
  contain details about the upgrade. Specifically, look at 'main.log' and
  'apt.log'.
- 
- $ lsb_release -rd
- Description:  Ubuntu 18.04.5 LTS
- Release:  18.04
- 
- $ apt policy ubuntu-release-upgrader-core
- ubuntu-release-upgrader-core:
-   Installed: 1:18.04.38
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.38
  ProcVersionSignature: Ubuntu 5.4.0-48.52~18.04.1-generic 5.4.60
  Uname: Linux 5.4.0-48-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.17
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 29 14:59:03 2020
  InstallationDate: Installed on 2018-12-03 (665 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to bionic on 2020-09-29 (0 days ago)
  VarLogDistupgradeTermlog:

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

Title:
  Upgrade from 18.04 to 20.04 fails

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

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

[Bug 1897730] [NEW] Upgrade from 18.04 to 20.04 fails

2020-09-29 Thread Oleg "Nightwing" Lomakin
Public bug reported:

ubuntu-release-upgrader can't upgrade my system from bionic to focal
because of "held" packages, apt-mark showhold shows nothing.

I started upgrade process from update-manager (launched from gnome menu,
without '-d' option), but got error:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

 If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If you want to
investigate this yourself the log files in '/var/log/dist-upgrade' will
contain details about the upgrade. Specifically, look at 'main.log' and
'apt.log'.

$ lsb_release -rd
Description:Ubuntu 18.04.5 LTS
Release:18.04

$ apt policy ubuntu-release-upgrader-core
ubuntu-release-upgrader-core:
  Installed: 1:18.04.38

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 5.4.0-48.52~18.04.1-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Sep 29 14:59:03 2020
InstallationDate: Installed on 2018-12-03 (665 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-09-29 (0 days ago)
VarLogDistupgradeTermlog:

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


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

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

Title:
  Upgrade from 18.04 to 20.04 fails

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

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

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-09-08 Thread Oleg "Nightwing" Lomakin
Fractional scaling on intel don't work well too(it causes tearing, lags, etc). 
And it works good only with wayland.
David, you can try #53 workaround(activate drm modeset for nvidia driver). It 
disabled by default, may be this is root of this problem?

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

Title:
  [nvidia] Screen scaling 125% gives 200%

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

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

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-06-06 Thread Oleg "Nightwing" Lomakin
This option work only with hybrid graphics. If you select "NVIDIA On-Demand" 
all will run on intel\amd integrated GPU(but you can run selected app on nvidia 
discrete GPU).
Without integrated GPU this workaround don't work.

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

Title:
  [nvidia] Screen scaling 125% gives 200%

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

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

[Bug 1688162] Re: dmidecode should print diagnostic messages to stderr

2020-05-13 Thread Oleg "Nightwing" Lomakin
This is latest version:
dmidecode:
  Installed: 3.0-2ubuntu0.2
  Candidate: 3.0-2ubuntu0.2
  Version table:
 *** 3.0-2ubuntu0.2 500
500 http://mirror.yandex.ru/ubuntu xenial-updates/main amd64 Packages
100 /var/lib/dpkg/status
 3.0-2 500
500 http://mirror.yandex.ru/ubuntu xenial/main amd64 Packages

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

Title:
  dmidecode should print diagnostic messages to stderr

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

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

[Bug 1688162] Re: dmidecode should print diagnostic messages to stderr

2020-05-13 Thread Oleg "Nightwing" Lomakin
Still affected on xenial,

dmidecode:
  Installed: 3.0-2ubuntu0.2

Was this bug really fixed?

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

Title:
  dmidecode should print diagnostic messages to stderr

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

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

[Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-12-06 Thread Oleg "Nightwing" Lomakin
network-manager 1.2.2-0ubuntu0.16.04.3 and network-manager-gnome 
1.2.0-0ubuntu0.16.04.4 still had this bug. 
Only nm-applet restart help

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

Title:
  cannot view wifi networks after re-enabling wifi

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

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


[Bug 1057319] Re: Cant contect to text console of a vitual machine from Virt-Manager

2016-09-16 Thread Oleg "Nightwing" Lomakin
** Changed in: virt-manager (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Cant contect to text console of a vitual machine from Virt-Manager

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

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


[Bug 849251] Re: Some mp3's make clementine crazy

2016-09-16 Thread Oleg "Nightwing" Lomakin
** Changed in: clementine (Ubuntu)
   Status: New => 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/849251

Title:
  Some mp3's make clementine crazy

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

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


[Bug 1057319] Re: Cant contect to text console of a vitual machine from Virt-Manager

2014-07-31 Thread Oleg "Nightwing" Lomakin
Please apply patch to virt-manager in ubuntu repos! it still exists in
1.0.1and 0.9.5

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

Title:
  Cant contect to text console of a vitual machine from Virt-Manager

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

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


Re: [Bug 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2014-06-06 Thread Oleg "Nightwing" Lomakin
3.13.0-29 kernel doesn't fix this bug.

*WBR, Lomakin Oleg*

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

Title:
  Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with
  default configuration

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

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


Re: [Bug 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2014-06-04 Thread Oleg "Nightwing" Lomakin
Which software also has this problem?
04 июня 2014 г. 11:51 пользователь "Joel"  написал:

> Not here, still seeing the same problem, and not just with vsftpd:
>
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:Ubuntu 14.04 LTS
> Release:14.04
> Codename:   trusty
>
> Linux ip-10-0-0-46 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16
> UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
>
>
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615216] BUG: Bad page map in
> process vsftpd  pte:8965 pmd:031b1067
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615228] page:ea00
> count:-34 mapcount:-34 mapping:  (null) index:0x0
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615232] page flags:
> 0x14(referenced|dirty)
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615237] addr:7fd10f153000
> vm_flags:08100071 anon_vma:88000314d8c0 mapping:  (null)
> index:7fd10f153
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615242] CPU: 0 PID: 1927 Comm:
> vsftpd Tainted: GB3.13.0-27-generic #50-Ubuntu
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615244]  8800e86b8540
> 880003387c70 817199c4 7fd10f153000
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615247]  880003387cb8
> 81174503 801c689fe965 0007fd10f153
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615248]  8800031b1a98
> ea00 7fd10f153000 7fd10f154000
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615250] Call Trace:
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615256]  []
> dump_stack+0x45/0x56
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615260]  []
> print_bad_pte+0x1a3/0x250
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615262]  []
> unmap_page_range+0x717/0x7f0
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615264]  []
> unmap_single_vma+0x81/0xf0
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615266]  []
> unmap_vmas+0x49/0x90
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615268]  []
> exit_mmap+0x9c/0x170
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615270]  []
> mmput+0x5c/0x120
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615273]  []
> do_exit+0x26c/0xa50
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615275]  []
> ? vtime_account_user+0x54/0x60
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615279]  []
> ? context_tracking_user_exit+0x4f/0xc0
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615280]  []
> do_group_exit+0x3f/0xa0
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615282]  []
> SyS_exit_group+0x14/0x20
> Jun  4 07:35:05 ip-10-0-0-46 kernel: [  217.615285]  []
> tracesys+0xe1/0xe6
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1313450
>
> Title:
>   Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with
>   default configuration
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1313450/+subscriptions
>

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

Title:
  Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with
  default configuration

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

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

[Bug 1310596] [NEW] Video flickering after pause if VDPAU hardware acceleration used

2014-04-21 Thread Oleg "Nightwing" Lomakin
Public bug reported:

1. Open any file compatible file with vdpau and your hardware in mplayer or mpv.
2. Pause for 5 sec.
3. Unpause and get flickering.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: mesa-vdpau-drivers 10.1.0-4ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
.tmp.unity.support.test.0:

ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Apr 21 16:20:50 2014
DistUpgraded: 2014-04-19 21:04:48,002 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 fwts-efi-runtime-dkms, 14.03.01, 3.13.0-24-generic, x86_64: installed
 vboxhost, 4.3.10, 3.13.0-24-generic, x86_64: installed
 virtualbox-guest, 4.3.10, 3.13.0-24-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8210] [1002:9834] 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3803]
InstallationDate: Installed on 2013-12-23 (118 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: LENOVO 20240
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=9f5c3b8c-19fd-40e7-9750-f6239869a300 ro quiet splash elevator=noop 
radeon.dpm=1 vt.handoff=7
SourcePackage: mesa
UpgradeStatus: Upgraded to trusty on 2014-04-19 (1 days ago)
dmi.bios.date: 11/05/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 82CN24WW(V2.04)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo G505
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G505
dmi.modalias: 
dmi:bvnLENOVO:bvr82CN24WW(V2.04):bd11/05/2013:svnLENOVO:pn20240:pvrLenovoG505:rvnLENOVO:rnLenovoG505:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG505:
dmi.product.name: 20240
dmi.product.version: Lenovo G505
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon Apr 21 09:10:59 2014
xserver.configfile: default
xserver.errors:

xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 mesa trusty ubuntu

** Description changed:

  1. Open any file compatible file with vdpau and your hardware in mplayer or 
mpv.
  2. Pause for 5 sec.
  3. Unpause and get flickering.
- $ lsb_release -rd
- Ubuntu 14.04, 3.13.0-24-generic kernel. 
- $ LANG=C apt-cache policy mesa-vdpau-drivers
- mesa-vdpau-drivers:
-   Installed: 10.1.0-4ubuntu5
-   Candidate: 10.1.0-4ubuntu5
-   Version table:
-  *** 10.1.0-4ubuntu5 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
- 100 /var/lib/dpkg/status
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: mesa-vdpau-drivers 10.1.0-4ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Apr 21 16:20:50 2014
  DistUpgraded: 2014-04-19 21:04:48,002 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
-  fwts-efi-runtime-dkms, 14.03.01, 3.13.0-24-generic, x86_64: installed
-  vboxhost, 4.3.10, 3.13.0-24-generic, x86_64: installed
-  virtualbox-guest, 4.3.10, 3.13.0-24-generic, x86_64: installed
+  fwts-efi-runtime-dkms, 14.03.01, 3.13.0-24-generic, x86_64: installed
+  vboxhost, 4.3.10, 3.13.0-24-generic, x86_64: installed
+  virtualbox-guest, 4.3.10, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8210] [1002:9834] 
(prog-if 00 [VGA controller])
-Subsystem: Lenovo Device [17aa:3803]
+  Advanced Micr

[Bug 1276448] Re: Please update pidgin to 2.10.9

2014-02-05 Thread Oleg "Nightwing" Lomakin
** Description changed:

  New version contains important security updates:
  CVE-2013-6484
  CVE-2013-6479
  CVE-2013-6485
  CVE-2013-6478
  CVE-2013-6486
  CVE-2013-6487
  CVE-2014-0020
  CVE-2013-6482
  CVE-2013-6489
  CVE-2013-6490
  CVE-2013-6483
  CVE-2013-6477
  CVE-2012-6152
  CVE-2013-6481
- It also add Unity integration plugin. 
+ It also add Unity integration plugin.
+ 
+ https://developer.pidgin.im/wiki/ChangeLog
  
  lsb_release -rd
  Description:  Ubuntu 13.10
  Release:  13.10
  
  apt-cache policy pidgin
  pidgin:
-   Installed: 1:2.10.7-0ubuntu4.1
-   Candidate: 1:2.10.7-0ubuntu4.1
-   Version table:
-  *** 1:2.10.7-0ubuntu4.1 0
- 500 http://ru.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1:2.10.7-0ubuntu4.1
+   Candidate: 1:2.10.7-0ubuntu4.1
+   Version table:
+  *** 1:2.10.7-0ubuntu4.1 0
+ 500 http://ru.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  Please update pidgin to 2.10.9

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

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

[Bug 1276448] [NEW] Please update pidgin to 2.10.9

2014-02-05 Thread Oleg "Nightwing" Lomakin
*** This bug is a security vulnerability ***

Public security bug reported:

New version contains important security updates:
CVE-2013-6484
CVE-2013-6479
CVE-2013-6485
CVE-2013-6478
CVE-2013-6486
CVE-2013-6487
CVE-2014-0020
CVE-2013-6482
CVE-2013-6489
CVE-2013-6490
CVE-2013-6483
CVE-2013-6477
CVE-2012-6152
CVE-2013-6481
It also add Unity integration plugin. 

lsb_release -rd
Description:Ubuntu 13.10
Release:13.10

apt-cache policy pidgin
pidgin:
  Installed: 1:2.10.7-0ubuntu4.1
  Candidate: 1:2.10.7-0ubuntu4.1
  Version table:
 *** 1:2.10.7-0ubuntu4.1 0
500 http://ru.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status

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


** Tags: upgrade-software-version

** Information type changed from Private Security to Public Security

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

Title:
  Please update pidgin to 2.10.9

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

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


[Bug 1241091] [NEW] Can't upgrade from 13.04 to 13.10

2013-10-17 Thread Oleg "Nightwing" Lomakin
Public bug reported:

Can't upgrade. Upgrade app says:

An unresolvable problem occurred while calculating the upgrade.

This can be caused by: 
* Upgrading to a pre-release version of Ubuntu 
* Running the current pre-release version of Ubuntu 
* Unofficial software packages not provided by Ubuntu 

I had a release version.

$ lsb_release -rd
Description:Ubuntu 13.04
Release:13.04

Steps to reproduce:
1) Open update app, click update
2) Accept release notes
3) Get error.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-32.47-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.4
Architecture: amd64
CrashDB: ubuntu
Date: Thu Oct 17 21:00:25 2013
InstallationDate: Installed on 2012-05-09 (526 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-17 (0 days ago)

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


** Tags: amd64 apport-bug dist-upgrade raring saucy

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

Title:
  Can't upgrade from 13.04 to 13.10

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

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


[Bug 1103394] Re: [raring] History dialog does not decode UTF-8 (displays за symbols)

2013-10-15 Thread Oleg "Nightwing" Lomakin
Bug still here. Please backport fix!

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

Title:
  [raring] History dialog does not decode UTF-8 (displays за symbols)

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

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

[Bug 574045] Re: Ubuntu hang on startup (may be kms or nouveau problem)

2013-04-27 Thread Oleg "Nightwing" Lomakin
Fixed in 13.04. System can boot, but xorg won't work.

** Changed in: xserver-xorg-video-nouveau (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/574045

Title:
  Ubuntu hang on startup (may be kms or nouveau problem)

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

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


[Bug 629667] Re: Doesn't boot without nomodeset option on GT240

2013-04-27 Thread Oleg "Nightwing" Lomakin
** Changed in: xserver-xorg-video-nouveau (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/629667

Title:
  Doesn't boot without nomodeset option on GT240

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

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


Re: [Bug 989496] Re: UnicodeDecodeError during backup due to non-utf8 translation

2013-01-13 Thread Oleg "Nightwing" Lomakin
Michael, there is a difference, I use webdav instead ubuntu one.

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

Title:
  UnicodeDecodeError during backup due to non-utf8 translation

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

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


[Bug 989496] Re: UnicodeDecodeError during backup due to non-utf8 translation

2013-01-13 Thread Oleg "Nightwing" Lomakin
I'm runnin ubuntu 12.04 with duplicity 0.6.20(but had same error with duplicity 
0.6.18 and 0.6.19) and had same problem. I do backups on webdav.
duplicity --include-globbing-filelist /etc/backup-files.txt / 
webdavs://login:p...@webdav.yandex.ru/Bakeups/nightserv/
Чтение подстановочного списка файлов /etc/backup-files.txt
Локальные и удалённые метаданные синхронизированы, синхронизация не требуется.
Время последней полной резервной копии: нету
Сигнатуры не найдены, переключение на полную резервную копию.
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1403, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1396, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1371, in main
full_backup(col_stats)
  File "/usr/bin/duplicity", line 513, in full_backup
col_stats.set_values(sig_chain_warning=None)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 698, 
in set_values
self.get_backup_chains(partials + backend_filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 821, 
in get_backup_chains
map(add_to_sets, filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 815, 
in add_to_sets
log.Debug(_("File %s is not part of a known set; creating new set") % 
(filename,))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 3: ordinal 
not in range(128)
But with LANG=C it works pretty well:
LANG=C duplicity --include-globbing-filelist /etc/backup-files.txt / 
webdavs://login:p...@webdav.yandex.ru/Bakeups/nightserv/
Reading globbing filelist /etc/backup-files.txt
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
No signatures found, switching to full backup.
--[ Backup Statistics ]--
StartTime 1358088013.80 (Sun Jan 13 18:40:13 2013)
EndTime 1358088057.13 (Sun Jan 13 18:40:57 2013)
ElapsedTime 43.32 (43.32 seconds)
SourceFiles 3127
SourceFileSize 58626935 (55.9 MB)
NewFiles 3127
NewFileSize 58626935 (55.9 MB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 3127
RawDeltaSize 57059559 (54.4 MB)
TotalDestinationSizeChange 46463663 (44.3 MB)
Errors 0
-
My locales:
locale
LANG=ru_RU.UTF-8
LANGUAGE=
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=
So, bug still here, at least in 0.6.20.

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

Title:
  UnicodeDecodeError during backup due to non-utf8 translation

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

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

[Bug 659767] Re: mplayer doesn't switch to fullscreen mode with Unity interface(netbook interface)

2013-01-12 Thread Oleg "Nightwing" Lomakin
** Changed in: mplayer (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/659767

Title:
  mplayer doesn't switch to fullscreen mode with Unity interface(netbook
  interface)

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

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


[Bug 611807] Re: mplayer not detect linked and ordered chapters in mkv

2013-01-12 Thread Oleg "Nightwing" Lomakin
** Changed in: mplayer (Ubuntu)
   Status: New => 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/611807

Title:
  mplayer not detect linked and ordered chapters in mkv

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

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


[Bug 879978] Re: Xorg freeze on playin video in flashplugin

2013-01-12 Thread Oleg "Nightwing" Lomakin
** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: nvidia-graphics-drivers (Ubuntu)
 Assignee: (unassigned) => Oleg "Nightwing" Lomakin (nightwing666)

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

Title:
  Xorg freeze on playin video in flashplugin

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

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


[Bug 892936] Re: Microphone don't work with pulseaudio[ck804 soundcard]]

2013-01-12 Thread Oleg "Nightwing" Lomakin
** Changed in: pulseaudio (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/892936

Title:
  Microphone don't work with pulseaudio[ck804 soundcard]]

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

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


Re: [Bug 1098934] [NEW] firefox memory leak while playing video in flashplayer

2013-01-12 Thread Oleg "Nightwing" Lomakin
I just updated nvidia driver to 313.09 beta, and the problem has gone.


2013/1/12 Oleg "Nightwing" Lomakin <1098...@bugs.launchpad.net>

> Public bug reported:
>
> Firefox eats very much ram when playing video in flashplayer(on youtube,
> for example). My system becomes completely unusable. Sometimes it
> crashes sometimes, also. Firefox 17 works well. Also, i tried to use
> lightspark, it works ugly, bot doesn't cause memory leaks or crashes. I
> runnin ubuntu 12.10, amd64, latest
> firefox(18.0+build1-0ubuntu0.12.10.3), latest
> flash(11.2.202.261-0quantal1), nvidia drivers 304.64.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 12.10
> Package: firefox 18.0+build1-0ubuntu0.12.10.3
> ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
> Uname: Linux 3.5.0-22-generic x86_64
> NonfreeKernelModules: nvidia
> AddonCompatCheckDisabled: False
> ApportVersion: 2.6.1-0ubuntu9
> Architecture: amd64
> AudioDevicesInUse:
>  USERPID ACCESS COMMAND
>  /dev/snd/controlC2:  nightwing   2030 F pulseaudio
>  /dev/snd/controlC0:  nightwing   2030 F pulseaudio
> BrokenPermissions:
>  greasef...@skrul.com/indexes/exclude.dat (0o400)
>  greasef...@skrul.com/indexes/include.dat (0o400)
>  greasef...@skrul.com/indexes/info.ini (0o400)
>  greasef...@skrul.com/indexes/scripts.db (0o400)
> BuildID: 20130107224407
> Channel: Unavailable
> CurrentDmesg: [   30.296535] nvidia :01:00.0: irq 44 for MSI/MSI-X
> Date: Sat Jan 12 21:21:51 2013
> ForcedLayersAccel: False
> IfupdownConfig:
>  auto lo
>  iface lo inet loopback
> InstallationDate: Installed on 2012-05-09 (248 days ago)
> InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64
> (20120425)
> IpRoute:
>  default via 192.168.1.1 dev eth0  proto static
>  169.254.0.0/16 dev eth0  scope link  metric 1000
>  192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.138
>  metric 1
> MarkForUpload: True
> MostRecentCrashID: bp-c23fef3e-61d6-44e7-a6fa-285082130112
> PrefSources:
>  prefs.js
>
>  
> [Profile]/extensions/{1018e4d6-728f-4b20-ad56-37578a4de76b}/defaults/preferences/defaultpreferences.js
>  [Profile]/extensions/
> fire...@ghostery.com/defaults/preferences/defaults.js
> ProcEnviron:
>  TERM=xterm
>  PATH=(custom, no user)
>  XDG_RUNTIME_DIR=
>  LANG=ru_RU.UTF-8
>  SHELL=/bin/bash
> Profiles: Profile0 (Default) - LastVersion=18.0/20130107224407 (In use)
> RelatedPackageVersions:
>  adobe-flashplugin 11.2.202.261-0quantal1
>  icedtea-7-plugin  1.3-1ubuntu1.1
>  totem-mozilla 3.4.3-0ubuntu5
>  rhythmbox-mozilla 2.98-0.1~webupd8~precise2
>  mozplugger1.14.5-1
> RfKill:
>  0: phy0: Wireless LAN
> Soft blocked: yes
> Hard blocked: no
> RunningIncompatibleAddons: False
> SourcePackage: firefox
> UpgradeStatus: Upgraded to quantal on 2012-10-18 (85 days ago)
> dmi.bios.date: 04/07/2006
> dmi.bios.vendor: Phoenix Technologies, LTD
> dmi.bios.version: ASUS A8N-E ACPI BIOS Revision 1013
> dmi.board.name: A8N-E
> dmi.board.vendor: ASUSTeK Computer INC.
> dmi.board.version: 2.XX
> dmi.chassis.asset.tag: 123456789000
> dmi.chassis.type: 3
> dmi.chassis.vendor: Chassis Manufacture
> dmi.chassis.version: Chassis Version
> dmi.modalias:
> dmi:bvnPhoenixTechnologies,LTD:bvrASUSA8N-EACPIBIOSRevision1013:bd04/07/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8N-E:rvr2.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
> dmi.product.name: System Product Name
> dmi.product.version: System Version
> dmi.sys.vendor: System manufacturer
>
> ** Affects: firefox (Ubuntu)
>  Importance: Undecided
>  Status: New
>
>
> ** Tags: amd64 apport-bug quantal running-unity
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1098934
>
> Title:
>   firefox memory leak while playing video in flashplayer
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1098934/+subscriptions
>

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

Title:
  firefox memory leak while playing video in flashplayer

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

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


[Bug 1098934] [NEW] firefox memory leak while playing video in flashplayer

2013-01-12 Thread Oleg &quot;Nightwing&quot; Lomakin
Public bug reported:

Firefox eats very much ram when playing video in flashplayer(on youtube,
for example). My system becomes completely unusable. Sometimes it
crashes sometimes, also. Firefox 17 works well. Also, i tried to use
lightspark, it works ugly, bot doesn't cause memory leaks or crashes. I
runnin ubuntu 12.10, amd64, latest
firefox(18.0+build1-0ubuntu0.12.10.3), latest
flash(11.2.202.261-0quantal1), nvidia drivers 304.64.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: firefox 18.0+build1-0ubuntu0.12.10.3
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  nightwing   2030 F pulseaudio
 /dev/snd/controlC0:  nightwing   2030 F pulseaudio
BrokenPermissions:
 greasef...@skrul.com/indexes/exclude.dat (0o400)
 greasef...@skrul.com/indexes/include.dat (0o400)
 greasef...@skrul.com/indexes/info.ini (0o400)
 greasef...@skrul.com/indexes/scripts.db (0o400)
BuildID: 20130107224407
Channel: Unavailable
CurrentDmesg: [   30.296535] nvidia :01:00.0: irq 44 for MSI/MSI-X
Date: Sat Jan 12 21:21:51 2013
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2012-05-09 (248 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
IpRoute:
 default via 192.168.1.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.138  metric 1
MarkForUpload: True
MostRecentCrashID: bp-c23fef3e-61d6-44e7-a6fa-285082130112
PrefSources:
 prefs.js
 
[Profile]/extensions/{1018e4d6-728f-4b20-ad56-37578a4de76b}/defaults/preferences/defaultpreferences.js
 [Profile]/extensions/fire...@ghostery.com/defaults/preferences/defaults.js
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=18.0/20130107224407 (In use)
RelatedPackageVersions:
 adobe-flashplugin 11.2.202.261-0quantal1
 icedtea-7-plugin  1.3-1ubuntu1.1
 totem-mozilla 3.4.3-0ubuntu5
 rhythmbox-mozilla 2.98-0.1~webupd8~precise2
 mozplugger1.14.5-1
RfKill:
 0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to quantal on 2012-10-18 (85 days ago)
dmi.bios.date: 04/07/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS A8N-E ACPI BIOS Revision 1013
dmi.board.name: A8N-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 2.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSA8N-EACPIBIOSRevision1013:bd04/07/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8N-E:rvr2.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug quantal 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/1098934

Title:
  firefox memory leak while playing video in flashplayer

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

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


[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2012-08-06 Thread Oleg &quot;Nightwing&quot; Lomakin
Could fix be backported? Something abnormal is that we can not use
python+gtk3+gstreamer on our pixel-perfect release...

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

Title:
  Lack of GstMiniObject means Gst.Message is broken, can't get EOS
  signal

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

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


[Bug 831768] Re: aptitude cannot handle conflicts with multiarch enabled

2012-03-07 Thread Oleg &quot;Nightwing&quot; Lomakin
Damn. It completely brooks my package system. Apitiude and apt-get
offers most packages in system, if i try install skype:i386 and install
most of gnome packages(im use kubuntu) if i try install virtualbox

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

Title:
  aptitude cannot handle conflicts with multiarch enabled

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

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


[Bug 879978] Re: Xorg freeze on playin video in flashplugin

2012-02-04 Thread Oleg &quot;Nightwing&quot; Lomakin
This is not gnome2 problem. I had this problem in unity.

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

Title:
  Xorg freeze on playin video in flashplugin

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

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


[Bug 879978] Re: Xorg freeze on playin video in flashplugin

2012-02-04 Thread Oleg &quot;Nightwing&quot; Lomakin
Full system reinstall has solved this problem for me.

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

Title:
  Xorg freeze on playin video in flashplugin

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

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


[Bug 892936] Re: Microphone don't work with pulseaudio[ck804 soundcard]]

2011-11-20 Thread Oleg &quot;Nightwing&quot; Lomakin
** Attachment added: "Pulseaudio log"
   
https://bugs.launchpad.net/bugs/892936/+attachment/2603215/+files/pulseverbose.log

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

Title:
  Microphone don't work with pulseaudio[ck804 soundcard]]

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

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


[Bug 892936] [NEW] Microphone don't work with pulseaudio[ck804 soundcard]]

2011-11-20 Thread Oleg &quot;Nightwing&quot; Lomakin
Public bug reported:

On the latest version of Ubuntu or Kubuntu microphone that connected to my 
internal sound card is not working. I tried to set various parameters in 
pulseaudio gui and played with alsamixer, trying to set the capture from the 
microphone, but it did not help. Pulseaudio set a capture channel line-in, even 
if I put up a mic pulseaudio gui. This leads to the fact that applications such 
as skype do not get sound from the microphone.
In this Natty worked great, removing pulseaudio helps as well.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: pulseaudio 1:1.0-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nightwing   1882 F knotify4
 /dev/snd/pcmC0D8p:   nightwing   1882 F...m knotify4
 /dev/snd/controlC2:  nightwing  16718 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xd200 irq 19'
   Mixer name   : 'Nvidia GPU 0d HDMI/DP'
   Components   : 'HDA:10de000d,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Card1.Amixer.info:
 Card hw:1 'UART'/'MPU-401 UART at 0x330, irq 10'
   Mixer name   : ''
   Components   : ''
   Controls  : 0
   Simple ctrls  : 0
Card1.Amixer.values:
 
Card2.Amixer.info:
 Card hw:2 'CK804'/'NVidia CK804 with ALC850 at irq 22'
   Mixer name   : 'Realtek ALC850 rev 0'
   Components   : 'AC97a:414c4790'
   Controls  : 42
   Simple ctrls  : 27
Date: Mon Nov 21 06:56:16 2011
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/07/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS A8N-E ACPI BIOS Revision 1013
dmi.board.name: A8N-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 2.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSA8N-EACPIBIOSRevision1013:bd04/07/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8N-E:rvr2.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.default.pa: 2011-11-21T01:54:32.473306

** Affects: pulseaudio (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/892936

Title:
  Microphone don't work with pulseaudio[ck804 soundcard]]

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

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


[Bug 879978] Re: Xorg freeze on playin video in flashplugin

2011-10-23 Thread Oleg &quot;Nightwing&quot; Lomakin
I use proprietary nvidia driver

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

Title:
  Xorg freeze on playin video in flashplugin

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

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


[Bug 879978] Re: Xorg freeze on playin video in flashplugin

2011-10-22 Thread Oleg &quot;Nightwing&quot; Lomakin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879978

Title:
  Xorg freeze on playin video in flashplugin

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

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


[Bug 879978] [NEW] Xorg freeze on playin video in flashplugin

2011-10-22 Thread Oleg &quot;Nightwing&quot; Lomakin
Public bug reported:

Xorg (and whole system sometimes, e.g. alt+sysrq+reisub doesn't work) on flash 
video playback(youtube, vimeo, etc). Sometimes it plays normally, but freeze 
after closing page. I tried to install i386 and x86-64 versions of 
flash-plugins, play with EnableLinuxHWVideoDecode parameter in 
/etc/adobe/mmc.cfg, install 285 instead 280 version of nvidia drivers, and 
nothing helps.
Everything works well on 11.04.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  285.05.09  Fri Sep 23 17:31:57 
PDT 2011
 GCC version:  gcc версия 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 828cb4471ecf6edcccac96c4269d67c5
CheckboxSystem: edda5d4f616ca792bf437989cb597002
CompizPlugins: 
[core,bailer,detection,composite,opengl,copytex,compiztoolbox,decor,imgpng,grid,vpswitch,blur,gnomecompat,move,regex,mousepoll,place,session,resize,snap,wall,bicubic,animation,fade,workarounds,expo,ezoom,scale,unityshell]
CompositorRunning: compiz
Date: Sat Oct 22 19:49:47 2011
DistUpgraded: Log time: 2011-10-13 19:39:56.024946
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 285.05.09, 3.0.0-13-generic, x86_64: installed
 vboxhost, 4.0.10, 2.6.38-11-generic, x86_64: installed
 vboxhost, 4.0.10, 2.6.38-12-generic, x86_64: installed
 vboxhost, 4.0.10, 3.0.0-12-generic, x86_64: installed
 vboxhost, 4.0.10, 3.0.0-13-generic, x86_64: installed
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GpuHangFrequency: Several times a day
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Since before I upgraded
GraphicsCard: nVidia Corporation GT215 [GeForce GT 240] [10de:0ca3] (rev a2) 
(prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
MachineType: System manufacturer System Product Name
ProcEnviron:
 PATH=(custom, no user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-13-generic 
root=UUID=2bd26358-3026-4c78-a556-2878f2dbf1cb ro nomodeset
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to oneiric on 2011-10-13 (9 days ago)
XorgConf:
 Section "Device"
Identifier  "Default Device"
Option  "NoLogo""True"
 EndSection
dmi.bios.date: 04/07/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS A8N-E ACPI BIOS Revision 1013
dmi.board.name: A8N-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 2.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSA8N-EACPIBIOSRevision1013:bd04/07/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8N-E:rvr2.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
version.ia32-libs: ia32-libs 20110725.2~natty48
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug compiz-0.9 freeze needs-reassignment oneiric 
regression-update running-unity ubuntu

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

Title:
  Xorg freeze on playin video in flashplugin

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

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

[Bug 737051] Re: [regression] Alps touchpad detected, but scrolling not working

2011-10-20 Thread Oleg &quot;Nightwing&quot; Lomakin
lvanderree, may be touchpad doesn't support multitouch?

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

Title:
  [regression] Alps touchpad detected, but scrolling not working

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

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


[Bug 849251] Re: Some mp3's make clementine crazy

2011-09-13 Thread Oleg &quot;Nightwing&quot; Lomakin
This mp3

** Attachment added: "01 - На Сырой Земле.mp3"
   
https://bugs.launchpad.net/ubuntu/+source/clementine/+bug/849251/+attachment/2398505/+files/01%20-%20%D0%9D%D0%B0%20%D0%A1%D1%8B%D1%80%D0%BE%D0%B9%20%D0%97%D0%B5%D0%BC%D0%BB%D0%B5.mp3

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

Title:
  Some mp3's make clementine crazy

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

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

[Bug 849251] Re: Some mp3's make clementine crazy

2011-09-13 Thread Oleg &quot;Nightwing&quot; Lomakin
console

** Attachment added: "screenshot3.png"
   
https://bugs.launchpad.net/ubuntu/+source/clementine/+bug/849251/+attachment/2398492/+files/screenshot3.png

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

Title:
  Some mp3's make clementine crazy

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

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


[Bug 849251] Re: Some mp3's make clementine crazy

2011-09-13 Thread Oleg &quot;Nightwing&quot; Lomakin
album art selection window

** Attachment added: "screenshot2.png"
   
https://bugs.launchpad.net/ubuntu/+source/clementine/+bug/849251/+attachment/2398489/+files/screenshot2.png

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

Title:
  Some mp3's make clementine crazy

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

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


[Bug 849251] Re: Some mp3's make clementine crazy

2011-09-13 Thread Oleg &quot;Nightwing&quot; Lomakin
** Description changed:

- After playing this file in clementine 
+ After playing this file in clementine
  1.  Clementine doesn't show cover art.
  2. Dosen't show some buttons.
  3. Ceases to add cover art, he didn't see any pictures. And something wrong 
with inscriptions in cover art selection window.
  4. Strange things happens in console.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: clementine 0.7.1-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.49-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Sep 13 21:52:49 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
-  LANGUAGE=ru_RU:en
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=ru_RU:en
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: clementine
  UpgradeStatus: Upgraded to natty on 2011-09-04 (9 days ago)

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

Title:
  Some mp3's make clementine crazy

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

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

[Bug 849251] [NEW] Some mp3's make clementine crazy

2011-09-13 Thread Oleg &quot;Nightwing&quot; Lomakin
Public bug reported:

After playing this file in clementine
1.  Clementine doesn't show cover art.
2. Dosen't show some buttons.
3. Ceases to add cover art, he didn't see any pictures. And something wrong 
with inscriptions in cover art selection window.
4. Strange things happens in console.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: clementine 0.7.1-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.49-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Sep 13 21:52:49 2011
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
ProcEnviron:
 LANGUAGE=ru_RU:en
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: clementine
UpgradeStatus: Upgraded to natty on 2011-09-04 (9 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  Some mp3's make clementine crazy

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

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

[Bug 849251] Re: Some mp3's make clementine crazy

2011-09-13 Thread Oleg &quot;Nightwing&quot; Lomakin
** Attachment added: "buttons"
   
https://bugs.launchpad.net/bugs/849251/+attachment/2398473/+files/screenshot1.png

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

Title:
  Some mp3's make clementine crazy

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

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


[Bug 659767] Re: mplayer doesn't switch to fullscreen mode with Unity interface(netbook interface)

2011-05-12 Thread Oleg &quot;Nightwing&quot; Lomakin
Also, i use mplayer from this ppa: 
https://launchpad.net/~ripps818/+archive/coreavc
current version: mplayer 3:2.0+git20110509.c6b235c-0ubuntu2~ripps2

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

Title:
  mplayer doesn't switch to fullscreen mode with Unity interface(netbook
  interface)

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


[Bug 659767] Re: mplayer doesn't switch to fullscreen mode with Unity interface(netbook interface)

2011-05-12 Thread Oleg &quot;Nightwing&quot; Lomakin
Related problem in natty - it doesn't switch between fullscreen and
windowed if i run mplyer in fullscreen mode by default(with -fs option).
Also, after switching to another workspace adn back unity show panel
over mplayer.

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

Title:
  mplayer doesn't switch to fullscreen mode with Unity interface(netbook
  interface)

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


[Bug 737051] Re: [regression] Alps touchpad detected, but scrolling not working

2011-05-12 Thread Oleg &quot;Nightwing&quot; Lomakin
Scrolling works with workaround from #2(but it recognized as mouse, like
in 10.10), middle button emulation can be enabled in gpointing-device-
settings.

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

Title:
  [regression] Alps touchpad detected, but scrolling not working

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


[Bug 527890] Re: ALPS touchpad in HP Mini 311 not configurable/recognized as a touchpad

2011-04-30 Thread Oleg &quot;Nightwing&quot; Lomakin
In natty touchpad detected correctly, but scrolling is broken.

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

Title:
  ALPS touchpad in HP Mini 311 not configurable/recognized as a touchpad

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


[Bug 737051] Re: [regression] Alps touchpad detected, but scrolling not working

2011-04-29 Thread Oleg &quot;Nightwing&quot; Lomakin
Two-finger scrolling and middle button emulation isn't working too.

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

Title:
  [regression] Alps touchpad detected, but scrolling not working

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


[Bug 737051] Re: Alps touchpad detected, but scrolling not working

2011-04-10 Thread Oleg &quot;Nightwing&quot; Lomakin
Same on HP mini 311 with ALPS touchpad. In 10.10 it wasn't detected as
touchpad, but scrolling worked.

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

Title:
  Alps touchpad detected, but scrolling not working

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


[Bug 629667] [NEW] 10.10 beta can't boot without nomodeset option on GT240.

2010-09-03 Thread Oleg &quot;Nightwing&quot; Lomakin
Public bug reported:

Binary package hint: xserver-xorg-video-nouveau

Similiar problem on lucid: https://bugs.launchpad.net/ubuntu/+source
/xserver-xorg-video-nouveau/+bug/574045 but lucid can boot(with screen
in standby, hehe). 10.10 beta do nothing, It does not do anything, just
shows me a black screen with a blinking cursor.

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New

-- 
10.10 beta can't boot without nomodeset option on GT240.
https://bugs.launchpad.net/bugs/629667
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 574045] Re: Ubuntu hang on startup (may be kms or nouveau problem)

2010-09-03 Thread Oleg &quot;Nightwing&quot; Lomakin
No changes on 10.10 beta. May be I must try to open new bug?

-- 
Ubuntu hang on startup (may be kms or nouveau problem)
https://bugs.launchpad.net/bugs/574045
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 574045] Re: Ubuntu hang on startup (may be kms or nouveau problem)

2010-08-25 Thread Oleg &quot;Nightwing&quot; Lomakin
I tested latest images and
1) 10.04.1 still has his bug without any changes.
2) 10.10 Alpha 3 just hang on kernel startup... no stanby screen like in lucid. 
With nomodeset option it works too.

-- 
Ubuntu hang on startup (may be kms or nouveau problem)
https://bugs.launchpad.net/bugs/574045
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 611807] Re: mplayer not detect linked and ordered chapters in mkv

2010-08-25 Thread Oleg &quot;Nightwing&quot; Lomakin
Problem solved after mplayer upgrade from this ppa:
https://launchpad.net/~ripps818/+archive/coreavc

-- 
mplayer not detect linked and ordered chapters in mkv
https://bugs.launchpad.net/bugs/611807
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 539315] Re: Package Update Request: mplayer

2010-08-08 Thread Oleg &quot;Nightwing&quot; Lomakin
Maybe 2:1.0~rc4~try1.dsfg1-1ubuntu1 fix this bug?

-- 
Package Update Request: mplayer
https://bugs.launchpad.net/bugs/539315
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 611807] Re: mplayer not detect linked and ordered chapters in mkv

2010-08-08 Thread Oleg &quot;Nightwing&quot; Lomakin
I build this package on Lucid and have same problem.

-- 
mplayer not detect linked and ordered chapters in mkv
https://bugs.launchpad.net/bugs/611807
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 539315] Re: Package Update Request: mplayer

2010-08-08 Thread Oleg &quot;Nightwing&quot; Lomakin
Does 2:1.0~rc4~try1-1ubuntu1 support ordered chapters? I build this
package on lucid, and it don't support this  feature.

-- 
Package Update Request: mplayer
https://bugs.launchpad.net/bugs/539315
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 574045] Re: Ubuntu hang on startup (may be kms or nouveau problem)

2010-08-03 Thread Oleg &quot;Nightwing&quot; Lomakin
I have a similar problem with proprietary nvidia dirver(195.36.24 from
repository), but system hand on Xorg startup. I began think that this is
hardware problem, but one guy told me to update the driver to 265, and
it works. Also, he said that the problem may be caused by incorrect
loading firmware. May be same problem with nouveau?

-- 
Ubuntu hang on startup (may be kms or nouveau problem)
https://bugs.launchpad.net/bugs/574045
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 574045] Re: Ubuntu hang on startup (may be kms or nouveau problem)

2010-05-02 Thread Oleg &quot;Nightwing&quot; Lomakin

** Attachment added: "lshw.txt"
   http://launchpadlibrarian.net/47380345/lshw.txt

-- 
Ubuntu hang on startup (may be kms or nouveau problem)
https://bugs.launchpad.net/bugs/574045
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 574045] [NEW] Ubuntu hang on startup (may be kms or nouveau problem)

2010-05-02 Thread Oleg &quot;Nightwing&quot; Lomakin
Public bug reported:

When i start Ubuntu 10.04 x86_64 desktop livecd (same on installed
system), system just hang. It seems that it load something, and i see
black screen at this moment(2-3 seconds). Then, my monitor goes into
standby and loading stops. ctrl+alt+del or power button does nothing.
Booting the system with nomodeset work around the issue.

01:00.0 VGA compatible controller: nVidia Corporation GT215 [GeForce GT
240] (rev a2)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Ubuntu hang on startup (may be kms or nouveau problem)
https://bugs.launchpad.net/bugs/574045
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