[Bug 1767992] Re: Linux md raid-10 freezes during resync

2018-07-20 Thread Sergey Kirillov
This issue is gone after we migrated from XFS to EXT4, so it is
definitely XFS-related.

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

Title:
  Linux md raid-10 freezes during resync

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

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

[Bug 1767992] Re: Linux md raid-10 freezes during resync

2018-04-30 Thread Sergey Kirillov
** Description changed:

- I'm tying to setup a few nodes with software raid-10.
+ I'm trying to setup a few nodes with software raid-10.
  
  When array is created and resync is running i'm trying to install a few
  packages and frequently system stops responding, resync process stops,
  and I'm getting following errors in the kernel log.
  
  This looks like a deadlock for me.
  
  I had this problem in both 18.04 and 16.04. Reboot is the only way to
  fix the node.
  
  [ 2659.317256] INFO: task kworker/u24:13:343 blocked for more than 120 
seconds.
  [ 2659.317313]   Not tainted 4.15.0-20-generic #21-Ubuntu
  [ 2659.317350] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 2659.317401] kworker/u24:13  D0   343  2 0x8000
  [ 2659.317414] Workqueue: writeback wb_workfn (flush-9:1)
  [ 2659.317417] Call Trace:
  [ 2659.317430]  __schedule+0x297/0x8b0
  [ 2659.317435]  schedule+0x2c/0x80
  [ 2659.317443]  wait_barrier+0x146/0x1a0 [raid10]
  [ 2659.317449]  ? wait_woken+0x80/0x80
  [ 2659.317454]  raid10_write_request+0x77/0x950 [raid10]
  [ 2659.317459]  ? r10bio_pool_alloc+0x24/0x30 [raid10]
  [ 2659.317465]  ? mempool_alloc+0x71/0x190
  [ 2659.317469]  ? ___slab_alloc+0x20a/0x4b0
  [ 2659.317475]  ? md_write_start+0xc8/0x200
  [ 2659.317480]  ? mempool_alloc_slab+0x15/0x20
  [ 2659.317484]  raid10_make_request+0xcc/0x140 [raid10]
  [ 2659.317489]  md_handle_request+0x126/0x1a0
  [ 2659.317494]  md_make_request+0x6b/0x150
  [ 2659.317501]  generic_make_request+0x124/0x300
  [ 2659.317506]  submit_bio+0x73/0x150
  [ 2659.317510]  ? submit_bio+0x73/0x150
  [ 2659.317579]  xfs_submit_ioend+0x87/0x1c0 [xfs]
  [ 2659.317626]  xfs_do_writepage+0x377/0x6a0 [xfs]
  [ 2659.317632]  write_cache_pages+0x20c/0x4e0
  [ 2659.317674]  ? xfs_vm_writepages+0xf0/0xf0 [xfs]
  [ 2659.317682]  ? intel_pstate_update_pstate+0x40/0x40
  [ 2659.317687]  ? update_load_avg+0x5c5/0x6e0
  [ 2659.317727]  xfs_vm_writepages+0xbe/0xf0 [xfs]
  [ 2659.317732]  do_writepages+0x4b/0xe0
  [ 2659.317738]  ? check_preempt_curr+0x83/0x90
  [ 2659.317742]  ? ttwu_do_wakeup+0x1e/0x150
  [ 2659.317746]  __writeback_single_inode+0x45/0x340
  [ 2659.317749]  ? __writeback_single_inode+0x45/0x340
  [ 2659.317752]  writeback_sb_inodes+0x1e1/0x510
  [ 2659.317756]  __writeback_inodes_wb+0x67/0xb0
  [ 2659.317759]  wb_writeback+0x271/0x300
  [ 2659.317764]  wb_workfn+0x180/0x410
  [ 2659.317766]  ? wb_workfn+0x180/0x410
  [ 2659.317773]  process_one_work+0x1de/0x410
  [ 2659.317776]  worker_thread+0x32/0x410
  [ 2659.317781]  kthread+0x121/0x140
  [ 2659.317784]  ? process_one_work+0x410/0x410
  [ 2659.317788]  ? kthread_create_worker_on_cpu+0x70/0x70
  [ 2659.317793]  ? do_syscall_64+0x73/0x130
  [ 2659.317797]  ? SyS_exit_group+0x14/0x20
  [ 2659.317801]  ret_from_fork+0x35/0x40
  [ 2659.317806] INFO: task md1_resync:429 blocked for more than 120 seconds.
  [ 2659.317853]   Not tainted 4.15.0-20-generic #21-Ubuntu
  [ 2659.317889] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 2659.317940] md1_resync  D0   429  2 0x8000
  [ 2659.317943] Call Trace:
  [ 2659.317949]  __schedule+0x297/0x8b0
  [ 2659.317954]  schedule+0x2c/0x80
  [ 2659.317959]  raise_barrier+0xa1/0x1a0 [raid10]
  [ 2659.317963]  ? wait_woken+0x80/0x80
  [ 2659.317968]  raid10_sync_request+0x205/0x1f10 [raid10]
  [ 2659.317975]  ? find_next_bit+0xb/0x10
  [ 2659.317980]  ? cpumask_next+0x1b/0x20
  [ 2659.317985]  ? is_mddev_idle+0x92/0xf4
  [ 2659.317990]  md_do_sync+0x8ca/0xf10
  [ 2659.317994]  ? wait_woken+0x80/0x80
  [ 2659.318000]  md_thread+0x129/0x170
  [ 2659.318004]  ? mddev_put+0x140/0x140
  [ 2659.318007]  ? md_thread+0x129/0x170
  [ 2659.318012]  kthread+0x121/0x140
  [ 2659.318015]  ? find_pers+0x70/0x70
  [ 2659.318019]  ? kthread_create_worker_on_cpu+0x70/0x70
  [ 2659.318023]  ret_from_fork+0x35/0x40
  [ 2659.318031] INFO: task xfsaild/md1p1:701 blocked for more than 120 seconds.
  [ 2659.318077]   Not tainted 4.15.0-20-generic #21-Ubuntu
  [ 2659.318113] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 2659.318164] xfsaild/md1p1   D0   701  2 0x8000
  [ 2659.318167] Call Trace:
  [ 2659.318172]  __schedule+0x297/0x8b0
  [ 2659.318177]  ? mempool_alloc_slab+0x15/0x20
  [ 2659.318181]  schedule+0x2c/0x80
  [ 2659.318186]  wait_barrier+0x146/0x1a0 [raid10]
  [ 2659.318189]  ? wait_woken+0x80/0x80
  [ 2659.318194]  raid10_write_request+0x77/0x950 [raid10]
  [ 2659.318198]  ? r10bio_pool_alloc+0x24/0x30 [raid10]
  [ 2659.318202]  ? mempool_alloc+0x71/0x190
  [ 2659.318206]  ? md_write_start+0xc8/0x200
  [ 2659.318211]  raid10_make_request+0xcc/0x140 [raid10]
  [ 2659.318215]  md_handle_request+0x126/0x1a0
  [ 2659.318220]  md_make_request+0x6b/0x150
  [ 2659.318225]  generic_make_request+0x124/0x300
  [ 2659.318230]  submit_bio+0x73/0x150
  [ 2659.318234]  ? submit_bio+0x73/0x150
  [ 2659.318283]  _xfs_buf_ioapply+0x31e/0x4e0 [xfs]
  

[Bug 1767992] [NEW] Linux md raid-10 freezes during resync

2018-04-30 Thread Sergey Kirillov
Public bug reported:

I'm tying to setup a few nodes with software raid-10.

When array is created and resync is running i'm trying to install a few
packages and frequently system stops responding, resync process stops,
and I'm getting following errors in the kernel log.

This looks like a deadlock for me.

I had this problem in both 18.04 and 16.04. Reboot is the only way to
fix the node.

[ 2659.317256] INFO: task kworker/u24:13:343 blocked for more than 120 seconds.
[ 2659.317313]   Not tainted 4.15.0-20-generic #21-Ubuntu
[ 2659.317350] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[ 2659.317401] kworker/u24:13  D0   343  2 0x8000
[ 2659.317414] Workqueue: writeback wb_workfn (flush-9:1)
[ 2659.317417] Call Trace:
[ 2659.317430]  __schedule+0x297/0x8b0
[ 2659.317435]  schedule+0x2c/0x80
[ 2659.317443]  wait_barrier+0x146/0x1a0 [raid10]
[ 2659.317449]  ? wait_woken+0x80/0x80
[ 2659.317454]  raid10_write_request+0x77/0x950 [raid10]
[ 2659.317459]  ? r10bio_pool_alloc+0x24/0x30 [raid10]
[ 2659.317465]  ? mempool_alloc+0x71/0x190
[ 2659.317469]  ? ___slab_alloc+0x20a/0x4b0
[ 2659.317475]  ? md_write_start+0xc8/0x200
[ 2659.317480]  ? mempool_alloc_slab+0x15/0x20
[ 2659.317484]  raid10_make_request+0xcc/0x140 [raid10]
[ 2659.317489]  md_handle_request+0x126/0x1a0
[ 2659.317494]  md_make_request+0x6b/0x150
[ 2659.317501]  generic_make_request+0x124/0x300
[ 2659.317506]  submit_bio+0x73/0x150
[ 2659.317510]  ? submit_bio+0x73/0x150
[ 2659.317579]  xfs_submit_ioend+0x87/0x1c0 [xfs]
[ 2659.317626]  xfs_do_writepage+0x377/0x6a0 [xfs]
[ 2659.317632]  write_cache_pages+0x20c/0x4e0
[ 2659.317674]  ? xfs_vm_writepages+0xf0/0xf0 [xfs]
[ 2659.317682]  ? intel_pstate_update_pstate+0x40/0x40
[ 2659.317687]  ? update_load_avg+0x5c5/0x6e0
[ 2659.317727]  xfs_vm_writepages+0xbe/0xf0 [xfs]
[ 2659.317732]  do_writepages+0x4b/0xe0
[ 2659.317738]  ? check_preempt_curr+0x83/0x90
[ 2659.317742]  ? ttwu_do_wakeup+0x1e/0x150
[ 2659.317746]  __writeback_single_inode+0x45/0x340
[ 2659.317749]  ? __writeback_single_inode+0x45/0x340
[ 2659.317752]  writeback_sb_inodes+0x1e1/0x510
[ 2659.317756]  __writeback_inodes_wb+0x67/0xb0
[ 2659.317759]  wb_writeback+0x271/0x300
[ 2659.317764]  wb_workfn+0x180/0x410
[ 2659.317766]  ? wb_workfn+0x180/0x410
[ 2659.317773]  process_one_work+0x1de/0x410
[ 2659.317776]  worker_thread+0x32/0x410
[ 2659.317781]  kthread+0x121/0x140
[ 2659.317784]  ? process_one_work+0x410/0x410
[ 2659.317788]  ? kthread_create_worker_on_cpu+0x70/0x70
[ 2659.317793]  ? do_syscall_64+0x73/0x130
[ 2659.317797]  ? SyS_exit_group+0x14/0x20
[ 2659.317801]  ret_from_fork+0x35/0x40
[ 2659.317806] INFO: task md1_resync:429 blocked for more than 120 seconds.
[ 2659.317853]   Not tainted 4.15.0-20-generic #21-Ubuntu
[ 2659.317889] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[ 2659.317940] md1_resync  D0   429  2 0x8000
[ 2659.317943] Call Trace:
[ 2659.317949]  __schedule+0x297/0x8b0
[ 2659.317954]  schedule+0x2c/0x80
[ 2659.317959]  raise_barrier+0xa1/0x1a0 [raid10]
[ 2659.317963]  ? wait_woken+0x80/0x80
[ 2659.317968]  raid10_sync_request+0x205/0x1f10 [raid10]
[ 2659.317975]  ? find_next_bit+0xb/0x10
[ 2659.317980]  ? cpumask_next+0x1b/0x20
[ 2659.317985]  ? is_mddev_idle+0x92/0xf4
[ 2659.317990]  md_do_sync+0x8ca/0xf10
[ 2659.317994]  ? wait_woken+0x80/0x80
[ 2659.318000]  md_thread+0x129/0x170
[ 2659.318004]  ? mddev_put+0x140/0x140
[ 2659.318007]  ? md_thread+0x129/0x170
[ 2659.318012]  kthread+0x121/0x140
[ 2659.318015]  ? find_pers+0x70/0x70
[ 2659.318019]  ? kthread_create_worker_on_cpu+0x70/0x70
[ 2659.318023]  ret_from_fork+0x35/0x40
[ 2659.318031] INFO: task xfsaild/md1p1:701 blocked for more than 120 seconds.
[ 2659.318077]   Not tainted 4.15.0-20-generic #21-Ubuntu
[ 2659.318113] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[ 2659.318164] xfsaild/md1p1   D0   701  2 0x8000
[ 2659.318167] Call Trace:
[ 2659.318172]  __schedule+0x297/0x8b0
[ 2659.318177]  ? mempool_alloc_slab+0x15/0x20
[ 2659.318181]  schedule+0x2c/0x80
[ 2659.318186]  wait_barrier+0x146/0x1a0 [raid10]
[ 2659.318189]  ? wait_woken+0x80/0x80
[ 2659.318194]  raid10_write_request+0x77/0x950 [raid10]
[ 2659.318198]  ? r10bio_pool_alloc+0x24/0x30 [raid10]
[ 2659.318202]  ? mempool_alloc+0x71/0x190
[ 2659.318206]  ? md_write_start+0xc8/0x200
[ 2659.318211]  raid10_make_request+0xcc/0x140 [raid10]
[ 2659.318215]  md_handle_request+0x126/0x1a0
[ 2659.318220]  md_make_request+0x6b/0x150
[ 2659.318225]  generic_make_request+0x124/0x300
[ 2659.318230]  submit_bio+0x73/0x150
[ 2659.318234]  ? submit_bio+0x73/0x150
[ 2659.318283]  _xfs_buf_ioapply+0x31e/0x4e0 [xfs]
[ 2659.318330]  ? xfs_buf_delwri_submit_buffers+0xfa/0x290 [xfs]
[ 2659.318372]  xfs_buf_submit+0x65/0x200 [xfs]
[ 2659.318412]  ? xfs_buf_submit+0x65/0x200 [xfs]
[ 2659.318451]  xfs_buf_delwri_submit_buffers+0xfa/0x290 [xfs]
[ 2659.318492]  ? 

[Bug 1068522] [NEW] gnome-control-center crashes with 'Segmentation fault (core dumped)' when I'm trying to change theme in Appearance

2012-10-19 Thread Sergey Kirillov
Public bug reported:

Steps to reproduce:

- open gnome-control-center
- go to Appearance
- change theme from Ambiance to Radiance

gnome-control-center crashes with 'Segmentation fault (core dumped)'

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-control-center 1:3.4.2-0ubuntu19
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu3
Architecture: i386
Date: Fri Oct 19 12:04:40 2012
EcryptfsInUse: Yes
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to quantal on 2012-10-18 (0 days ago)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu4
 deja-dup24.0-0ubuntu1
 gnome-control-center-signon 0.0.18-0ubuntu1
 indicator-datetime  12.10.2-0ubuntu3

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


** Tags: apport-bug i386 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/1068522

Title:
  gnome-control-center crashes with 'Segmentation fault (core dumped)'
  when I'm trying to change theme in Appearance

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

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


[Bug 1043009] Re: Unable to change icon size in launcher

2012-10-19 Thread Sergey Kirillov
I just upgraded to 12.10 and have same problem.

unity  6.8.0-0ubuntu2
compiz 1:0.9.8.4-0ubuntu2
Intel graphics

I did 
rm ~/.compiz-1/session/*
rm ~/.config/compiz-1/compizconfig/config
unity --reset

but it does not help

** Changed in: unity (Ubuntu)
   Status: Invalid = New

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

Title:
  Unable to change icon size in launcher

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

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


[Bug 1010389] [NEW] Tomboy synchronization with U1 does not work

2012-06-08 Thread Sergey Kirillov
Public bug reported:

When I'm trying to sync notes I'm getting error 'Could not synchronize
notes. Check the details belown and try again'. Details are empty.

In log file I see following error:

[DEBUG 12:07:14.654] SyncThread using SyncServiceAddin: Tomboy Web
[DEBUG 12:07:14.668] Building web request for URL: 
https://one.ubuntu.com/notes/api/1.0/
[DEBUG 12:07:15.997] Building web request for URL: 
https://one.ubuntu.com/notes/api/1.0/user/
[DEBUG 12:07:16.659] 8
[DEBUG 12:07:16.660] Sync: GetNoteUpdatesSince rev -1
[DEBUG 12:07:16.662] Building web request for URL: 
https://one.ubuntu.com/notes/api/1.0/op/?include_notes=true
[ERROR 12:07:17.897] Synchronization failed with the following exception: 
expected ';' (3B) but found '=' (3D)  Line 6, position 286.
  at Mono.Xml2.XmlTextReader.Expect (Int32 expected) [0x0] in filename 
unknown:0 
  at Mono.Xml2.XmlTextReader.ReadEntityReference (Boolean 
ignoreEntityReferences) [0x0] in filename unknown:0 
  at Mono.Xml2.XmlTextReader.ReadReference (Boolean ignoreEntityReferences) 
[0x0] in filename unknown:0 
  at Mono.Xml2.XmlTextReader.ReadText (Boolean notWhitespace) [0x0] in 
filename unknown:0 
  at Mono.Xml2.XmlTextReader.ReadContent () [0x0] in filename unknown:0 
  at Mono.Xml2.XmlTextReader.Read () [0x0] in filename unknown:0 
  at System.Xml.XmlTextReader.Read () [0x0] in filename unknown:0 
  at Tomboy.Sync.NoteUpdate..ctor (System.String xmlContent, System.String 
title, System.String uuid, Int32 latestRevision) [0x0] in filename 
unknown:0 
  at Tomboy.WebSync.WebSyncServer.GetNoteUpdatesSince (Int32 revision) 
[0x0] in filename unknown:0 
  at Tomboy.Sync.SyncManager.SynchronizationThread () [0x0] in filename 
unknown:0

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: tomboy 1.10.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
Uname: Linux 3.2.0-24-generic-pae i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Fri Jun  8 12:14:08 2012
EcryptfsInUse: Yes
SourcePackage: tomboy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  Tomboy synchronization with U1 does not work

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

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


[Bug 1010389] Re: Tomboy synchronization with U1 does not work

2012-06-08 Thread Sergey Kirillov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010389

Title:
  Tomboy synchronization with U1 does not work

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

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


[Bug 855105] [NEW] package grub-common 1.99-12ubuntu4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 127

2011-09-20 Thread Sergey Kirillov
Public bug reported:

it just fails

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: grub-common 1.99-12ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic-pae 3.0.4
Uname: Linux 3.0.0-11-generic-pae i686
ApportVersion: 1.23-0ubuntu1
AptOrdering:
 grub-common: Remove
 ecryptfs-utils: Remove
Architecture: i386
Date: Tue Sep 20 22:27:58 2011
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 127
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: grub2
Title: package grub-common 1.99-12ubuntu4 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 127
UpgradeStatus: Upgraded to oneiric on 2011-09-20 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package grub-common 1.99-12ubuntu4 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 127

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

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


[Bug 855105] Re: package grub-common 1.99-12ubuntu4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 127

2011-09-20 Thread Sergey Kirillov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/855105

Title:
  package grub-common 1.99-12ubuntu4 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 127

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

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


[Bug 855096] Re: ubuntuone-launch crashed with ImportError in __main__: No module named platform.credentials

2011-09-20 Thread Sergey Kirillov
*** This bug is a duplicate of bug 721893 ***
https://bugs.launchpad.net/bugs/721893

I fixed it by deleting ubuntuone-file-storage-api module:

sudo rm -rf /usr/lib/pymodules/python2.7/ubuntuone-file-storage-api


The correct version is now loading from 
/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/ubuntuone/

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

Title:
  ubuntuone-launch crashed with ImportError in __main__: No module named
  platform.credentials

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/855096/+subscriptions

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


[Bug 496842] apport information

2010-01-28 Thread Sergey Kirillov
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  serg   2598 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 21'
   Mixer name   : 'Intel G45 DEVCTG'
   Components   : 'HDA:111d76b2,1028024d,00100302 
HDA:80862802,80860101,0010'
   Controls  : 24
   Simple ctrls  : 15
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=d7a5b32f-cf4a-44b1-98f5-a53c6a7852cf
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: Dell Inc. Latitude E4300
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-11-generic-pae 
root=UUID=a53e4e84-f926-4246-8c6f-821bb93ad686 ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-11.15-generic-pae
Regression: Yes
RelatedPackageVersions: linux-firmware 1.28
Reproducible: Yes
Tags: lucid needs-upstream-testing regression-potential
TestedUpstream: No
Uname: Linux 2.6.32-11-generic-pae i686
UserGroups:
 
dmi.bios.date: 02/16/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.asset.tag: 8F4Y14J
dmi.board.vendor: Dell Inc.
dmi.chassis.asset.tag: 8F4Y14J
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd02/16/2009:svnDellInc.:pnLatitudeE4300:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E4300
dmi.sys.vendor: Dell Inc.

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] AlsaDevices.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/38494535/AlsaDevices.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] AplayDevices.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/38494536/AplayDevices.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] BootDmesg.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/38494537/BootDmesg.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] Card0.Amixer.values.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/38494538/Card0.Amixer.values.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] Card0.Codecs.codec.0.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/38494539/Card0.Codecs.codec.0.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] Card0.Codecs.codec.2.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: Card0.Codecs.codec.2.txt
   http://launchpadlibrarian.net/38494541/Card0.Codecs.codec.2.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] CurrentDmesg.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/38494543/CurrentDmesg.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] Re: Can't unblank my Inspiron 640m after a lid close

2010-01-28 Thread Sergey Kirillov
I have same issue with Dell E4300

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] IwConfig.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/38494545/IwConfig.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] Lspci.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/38494546/Lspci.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] Lsusb.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/38494547/Lsusb.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] PciMultimedia.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/38494549/PciMultimedia.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] ProcCpuinfo.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/38494550/ProcCpuinfo.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] ProcInterrupts.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/38494551/ProcInterrupts.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] ProcModules.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/38494552/ProcModules.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] RfKill.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/38494553/RfKill.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] UdevLog.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/38494557/UdevLog.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] UdevDb.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/38494555/UdevDb.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] WifiSyslog.txt

2010-01-28 Thread Sergey Kirillov
apport information

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/38494567/WifiSyslog.txt

-- 
Can't unblank my Inspiron 640m after a lid close
https://bugs.launchpad.net/bugs/496842
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 496842] apport information

2010-01-22 Thread Sergey Kirillov
Architecture: i386
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: gnome-power-manager 2.29.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-11.15-generic-pae
Tags: lucid lucid
Uname: Linux 2.6.32-11-generic-pae i686
UserGroups: adm admin cdrom dialout lpadmin netdev plugdev sambashare

-- 
gpm lacks proper vbetool blanking and unblanking
https://bugs.launchpad.net/bugs/496842
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 496842] Dependencies.txt

2010-01-22 Thread Sergey Kirillov
apport information

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38212182/Dependencies.txt

-- 
gpm lacks proper vbetool blanking and unblanking
https://bugs.launchpad.net/bugs/496842
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 496842] DevkitPower.txt

2010-01-22 Thread Sergey Kirillov
apport information

** Attachment added: DevkitPower.txt
   http://launchpadlibrarian.net/38212183/DevkitPower.txt

-- 
gpm lacks proper vbetool blanking and unblanking
https://bugs.launchpad.net/bugs/496842
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 496842] GConfNonDefault.txt

2010-01-22 Thread Sergey Kirillov
apport information

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/38212184/GConfNonDefault.txt

-- 
gpm lacks proper vbetool blanking and unblanking
https://bugs.launchpad.net/bugs/496842
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 496842] gnome-power-bugreport.txt

2010-01-22 Thread Sergey Kirillov
apport information

** Attachment added: gnome-power-bugreport.txt
   http://launchpadlibrarian.net/38212186/gnome-power-bugreport.txt

-- 
gpm lacks proper vbetool blanking and unblanking
https://bugs.launchpad.net/bugs/496842
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 355044] [NEW] [Dell Inc. Latitude E4300] suspend/resume failure

2009-04-04 Thread Sergey Kirillov
Public bug reported:

E4300 fails to resume after suspend

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: Dell Inc. Latitude E4300
Package: linux-image-2.6.28-11-generic 2.6.28-11.39
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=74e18bc4-9593-46d8-8e5d-e2b51fa7bc9d ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.39-generic
SourcePackage: linux
Tags: resume suspend
Title: [Dell Inc. Latitude E4300] suspend/resume failure
UserGroups:

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


** Tags: apport-kerneloops i386 resume suspend

-- 
[Dell Inc. Latitude E4300] suspend/resume failure
https://bugs.launchpad.net/bugs/355044
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 355044] Re: [Dell Inc. Latitude E4300] suspend/resume failure

2009-04-04 Thread Sergey Kirillov

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/24801923/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/24801924/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/24801925/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/24801926/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/24801927/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/24801929/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/24801930/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/24801931/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/24801932/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/24801933/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/24801934/ProcStatus.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/24801935/SleepLog.txt

-- 
[Dell Inc. Latitude E4300] suspend/resume failure
https://bugs.launchpad.net/bugs/355044
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 275022] Re: Nokia N95 Auto GSM connection freezes intrepid, requires reboot

2009-02-03 Thread Sergey Kirillov
Same problem.

Intrepid freezes when using Novatel Ovation MC930D 3G modem on Dell
E4300 laptop.

Syslog shows nothing. Scroll-lock is not blinking.

Is possible to debug this problem somehow?

-- 
Nokia N95 Auto GSM connection freezes intrepid, requires reboot
https://bugs.launchpad.net/bugs/275022
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-28 Thread Sergey Kirillov
Ok, good news. Problem was trivial.


I managed to turn it on by pressing Fn + F7 (Touchpad off/on switch). Wondering 
why it was switched off by default.

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-26 Thread Sergey Kirillov
No, nothing changes. No response at all.

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-26 Thread Sergey Kirillov
No reaction.


Just one line with all zeros:
time xy   z f  w  l r u d m multi  gl gm gr gdx gdy
   0.000 00   0 0  0  0 0 0 0 0     0  0  0   0   0

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-26 Thread Sergey Kirillov
That was the first thing I had tried. No effect.

How should I proceed with this issue if this is kernel bug?

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] [NEW] Touchpad does not work at all on Acer TM6292

2008-10-25 Thread Sergey Kirillov
Public bug reported:

Binary package hint: xfree86-driver-synaptics

After upgrade from Hardy to Intrepid RC1 touchpad become unfunctional.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: xserver-xorg-input-synaptics 0.15.2-0ubuntu7
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xfree86-driver-synaptics
Uname: Linux 2.6.27-7-generic i686

** Affects: xfree86-driver-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-25 Thread Sergey Kirillov

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/18889970/Dependencies.txt

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-25 Thread Sergey Kirillov

** Attachment added: laptop
   http://launchpadlibrarian.net/18889980/laptop

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-25 Thread Sergey Kirillov

** Attachment added: lshal
   http://launchpadlibrarian.net/1888/lshal

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-25 Thread Sergey Kirillov

** Attachment added: dmesg
   http://launchpadlibrarian.net/18890012/dmesg

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-25 Thread Sergey Kirillov

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/18890017/Xorg.0.log

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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 289195] Re: Touchpad does not work at all on Acer TM6292

2008-10-25 Thread Sergey Kirillov
[EMAIL PROTECTED]:~$ xinput query-state SynPS/2 Synaptics TouchPad
2 classes :
ButtonClass
button[1]=up
button[2]=up
button[3]=up
button[4]=up
button[5]=up
button[6]=up
button[7]=up
button[8]=up
button[9]=up
button[10]=up
button[11]=up
button[12]=up
ValuatorClass Mode=Relative Proximity=In
valuator[0]=640
valuator[1]=400

[EMAIL PROTECTED]:~$ xinput list-props SynPS/2 Synaptics TouchPad
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled: 1
Synaptics Edges:1632, 5312, 1575, 4281
Synaptics Finger:   25, 30, 256
Synaptics Tap Time: 0
Synaptics Tap Move: 220
Synaptics Tap Durations:180, 180, 100
Synaptics Tap FastTap:  0
Synaptics Middle Button Timeout:75
Synaptics Two-Finger Pressure:  257
Synaptics Scrolling Distance:   100, 121
Synaptics Edge Scrolling:   1, 1, 0
Synaptics Two-Finger Scrolling: 0, 0
Synaptics Edge Motion Pressure: 30, 160
Synaptics Edge Motion Speed:1, 400
Synaptics Edge Motion Always:   0
Synaptics Button Scrolling: 1, 1
Synaptics Button Scrolling Repeat:  1, 1
Synaptics Button Scrolling Time:100
Synaptics Off:  0
Synaptics Guestmouse Off:   0
Synaptics Locked Drags: 0
Synaptics Locked Drags Timeout: 5000
Synaptics Tap Action:   2, 3, 0, 0, 1, 2, 3
Synaptics Click Action: 1, 1, 1
Synaptics Circular Scrolling:   0
Synaptics Circular Scrolling Trigger:   0
Synaptics Circular Pad: 0
Synaptics Palm Detection:   1
Synaptics Palm Dimensions:  10, 200
Synaptics Pressure Motion:  30, 160
Synaptics Grab Event Device:1

-- 
Touchpad does not work at all on Acer TM6292
https://bugs.launchpad.net/bugs/289195
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