[Bug 1751006] Re: Journalctl compiled without pattern matching support, pcre2 is not in main

2018-08-06 Thread Michał J . Gajda
Maybe we can have `journalctl-grep` package for administrators that use
this grep functionality for checking what happened? Nowadays debugging
is recognized as foremost computing activity, even chips have special
JTAG pins to allow online debugging.

I could expect most of the system administrators with big logs would
appreciate faster searching of log files thanks to `journalctl -g` in
the leading cloud operating system.

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

Title:
  Journalctl compiled without pattern matching support, pcre2 is not in
  main

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

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

[Bug 1531442] Re: reboot switches to us keyboard layout on console

2016-04-10 Thread Michał J . Gajda
PS Particularly painful if using console on HiDPI display.

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

Title:
  reboot switches to us keyboard layout on console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1531442/+subscriptions

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


[Bug 1531442] Re: reboot switches to us keyboard layout on console

2016-04-10 Thread Michał J . Gajda
The problem still exists on Xenial Xerus Beta 2.
Running "setupcon" from the console fixes the issue _temporarily_.

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

Title:
  reboot switches to us keyboard layout on console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1531442/+subscriptions

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


[Bug 1266017] [NEW] Update to latest kernel.org version of util-linux v2.24

2014-01-04 Thread Michał J . Gajda
Public bug reported:

util-linux package is now over 1.5 year old, and 4 stable releases old (v2.20), 
when compared to kernel.org v2.24.
This makes Ubuntu miss many nice features, in particular:

* losetup --partscan gives ability to scan partition table in losetup, and 
generate additional per-partition loop-devices, which is good for developing 
hard disk images. (partx supports loop devices)
* fallocate --punch-hole - to easily make a file sparse after it has been 
created.
* ipcrm --all, and losetup --detach-all - allow to cleanup all resources of 
respective types.
* chcpu, prlimit - are new commands.

And many more...

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


** Tags: trusty upgrade-software-version

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

Title:
  Update to latest kernel.org version of util-linux v2.24

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

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


[Bug 1085612] [NEW] Expand list of GhcRTSWays to enable use of stack trace in parallel programs

2012-12-02 Thread Michał J . Gajda
Public bug reported:

I noticed that Ubuntu, as well as Debian and original packages come without 
some variants of threaded debugging binaries.
A recent change added of printing a stack trace with -xc option requires using 
both -ticky and profiling compile options,
which in turn forces program to be compiled in a -debug RTS way.
Since stack trace looks like indispensable debugging tool, and convenient 
parallelization is strength of Haskell,
I wonder is there any remaining reason to leave beginners with a cryptic error 
message
when they try to debug a parallel or threaded application, and want to take 
advantage of stack trace?

The resulting ghc-prof package would be increased by less than 1%.

Here is a patch for Ubuntu/Debian GHC 7.4.2 package, as well as
upstream.

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

** Patch added: Patch to build options
   
https://bugs.launchpad.net/bugs/1085612/+attachment/3449687/+files/ghc-rtsways.patch

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

Title:
  Expand list of GhcRTSWays to enable use of stack trace in parallel
  programs

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

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


[Bug 521766] Re: Theme not applied on startup

2011-05-30 Thread Michał J . Gajda
I have a similar problem after upgrade to 11.04: gnome-settings-daemon still 
runs, and there is no indication of any crash in logs.
However all programs fail to apply GNOME themes, until gnome-settings-daemon is 
killed and started again.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  Theme not applied on startup

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


[Bug 588155] Re: randomly gnome-settings-daemon fails to start

2011-05-30 Thread Michał J . Gajda
For some people it also happens during a first login. See #574296

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

Title:
  randomly gnome-settings-daemon fails to start

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


[Bug 574296] Re: Gnome theme not applied on session start

2011-05-30 Thread Michał J . Gajda
May it be related to or duplicate of
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/521766?

It seems that the bug is affecting many people, and newbies may not be
comfortable with killall gnome-settings-daemon; gnome-settings-daemon 
nautilus -q as a solution.

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

Title:
  Gnome theme not applied on session start

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


[Bug 138297] Re: [needs-packaging] YHC

2011-05-23 Thread Michał J . Gajda
YHC is not developed nor maintained any more - see 
http://yhc06.blogspot.com/2011/04/yhc-is-dead.html.
I would suggest WONTFIX as of May 2011.

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

Title:
  [needs-packaging] YHC

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


[Bug 743606] Re: failed to install GRUB btrfs

2011-05-07 Thread Michał J . Gajda
Using separate /boot partition seems to fix the problem. Shouldn't ubiquity 
just check for it?
Or is it maybe a problem with initrd updating after a first install?

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

Title:
  failed to install GRUB btrfs

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


[Bug 774773] Re: Multiple Tasks - blocked for more than 120 seconds INFO message

2011-05-06 Thread Michał J . Gajda
The same problem here. Which system files may be relevant?
It mostly happens when vim tries to overwrite a file it edited.

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

Title:
  Multiple Tasks - blocked for more than 120 seconds INFO message

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


[Bug 774773] Re: Multiple Tasks - blocked for more than 120 seconds INFO message

2011-05-06 Thread Michał J . Gajda
I get only this in dmesg:

[63120.440058] INFO: task sync:24237 blocked for more than 120 seconds.
[63120.440061] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables this 
message.
[63120.440064] syncD  0 24237   4972 0x
[63120.440069]  880100579cc8 0082 880100579fd8 
880100578000
[63120.440073]  00013d00 880002154858 880100579fd8 
00013d00
[63120.440077]  88022a54 8800021544a0 880100579ca8 
7fff
[63120.440082] Call Trace:
[63120.440089]  [815c107d] schedule_timeout+0x26d/0x2e0
[63120.440095]  [8102bb59] ? native_smp_send_reschedule+0x49/0x60
[63120.440099]  [8104d9f6] ? resched_task+0x76/0x80
[63120.440102]  [81057807] ? check_preempt_wakeup+0x1c7/0x280
[63120.440106]  [815c0b39] wait_for_common+0xd9/0x180
[63120.440109]  [8105f640] ? default_wake_function+0x0/0x20
[63120.440114]  [8118fe40] ? sync_one_sb+0x0/0x30
[63120.440117]  [815c0cbd] wait_for_completion+0x1d/0x20
[63120.440120]  [8118b1cb] sync_inodes_sb+0x8b/0x1a0
[63120.440124]  [811bacc9] ? dquot_quota_sync+0x1e9/0x330
[63120.440127]  [8118fe40] ? sync_one_sb+0x0/0x30
[63120.440131]  [8118fe30] __sync_filesystem+0x80/0x90
[63120.440134]  [8118fe5f] sync_one_sb+0x1f/0x30
[63120.440138]  [81167ff1] iterate_supers+0x81/0xf0
[63120.440141]  [8118fd60] sync_filesystems+0x20/0x30
[63120.440144]  [8118ff01] sys_sync+0x21/0x40
[63120.440148]  [8100c002] system_call_fastpath+0x16/0x1b

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

Title:
  Multiple Tasks - blocked for more than 120 seconds INFO message

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


[Bug 774773] Re: Multiple Tasks - blocked for more than 120 seconds INFO message

2011-05-06 Thread Michał J . Gajda
Ah, and some files (like /var/log/messages) show 0 bytes after the fact.

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

Title:
  Multiple Tasks - blocked for more than 120 seconds INFO message

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


[Bug 743606] Re: failed to install GRUB btrfs

2011-04-09 Thread Michał J . Gajda
I can confirm it with Beta: both fresh install on AMD64 and i386 with EXT2 
/boot partition and BTRFS root partition failed.
[I used Virtualbox.]

On AMD64 there is a black screen upon first attempt to boot.

On i386 it starts busybox with btrfs supposedly mounted on /root, but
empty (there appear only two files @home and @.)

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

Title:
  failed to install GRUB btrfs

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


[Bug 660405] Re: computer freezes on suspend/hibernate

2010-10-30 Thread Michał J . Gajda
Same problem on Lenovo X301.

-- 
computer freezes on suspend/hibernate
https://bugs.launchpad.net/bugs/660405
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 665101] Re: Hibernate resume error [drm:init_ring_common] *ERROR* render ring head not reset to zero

2010-10-30 Thread Michał J . Gajda
*** This bug is a duplicate of bug 660405 ***
https://bugs.launchpad.net/bugs/660405

May it be a duplicate of #660405?

** This bug has been marked a duplicate of bug 660405
   computer freezes on suspend/hibernate
 * You can subscribe to bug 660405 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/660405/+subscribe

-- 
Hibernate resume error [drm:init_ring_common] *ERROR* render ring head not 
reset to zero
https://bugs.launchpad.net/bugs/665101
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 433438] Re: device descriptor read/64, error -110

2010-04-19 Thread Michał J . Gajda
Problem appeared in Lucid Lynx on Lenovo ThinkPad X41. Didn't occur
before.

-- 
device descriptor read/64, error -110
https://bugs.launchpad.net/bugs/433438
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 433438] Re: device descriptor read/64, error -110

2010-04-19 Thread Michał J . Gajda
As a note: modprobe -r sdhci_pci sdhci doesn't help.

Clean dmesg:
[ 5590.576032] usb 3-1: new low speed USB device using uhci_hcd and address 14
[ 5590.696035] usb 3-1: device descriptor read/64, error -71
[ 5590.920041] usb 3-1: device descriptor read/64, error -71
[ 5591.136035] usb 3-1: new low speed USB device using uhci_hcd and address 15
[ 5591.256036] usb 3-1: device descriptor read/64, error -71
[ 5591.480031] usb 3-1: device descriptor read/64, error -71
[ 5591.696036] usb 3-1: new low speed USB device using uhci_hcd and address 16
[ 5592.104029] usb 3-1: device not accepting address 16, error -71
[ 5592.216063] usb 3-1: new low speed USB device using uhci_hcd and address 17
[ 5592.624065] usb 3-1: device not accepting address 17, error -71
[ 5592.624091] hub 3-0:1.0: unable to enumerate USB device on port 1
[ 5605.780031] usb 3-1: new low speed USB device using uhci_hcd and address 18
[ 5605.900032] usb 3-1: device descriptor read/64, error -71
[ 5606.124041] usb 3-1: device descriptor read/64, error -71
[ 5606.340033] usb 3-1: new low speed USB device using uhci_hcd and address 19
[ 5606.460042] usb 3-1: device descriptor read/64, error -71
[ 5606.684057] usb 3-1: device descriptor read/64, error -71
[ 5606.900063] usb 3-1: new low speed USB device using uhci_hcd and address 20
[ 5607.308073] usb 3-1: device not accepting address 20, error -71
[ 5607.420031] usb 3-1: new low speed USB device using uhci_hcd and address 21
[ 5607.828031] usb 3-1: device not accepting address 21, error -71
[ 5607.828055] hub 3-0:1.0: unable to enumerate USB device on port 1

-- 
device descriptor read/64, error -110
https://bugs.launchpad.net/bugs/433438
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 566001] [NEW] Using compiz breaks Wesnoth application

2010-04-18 Thread Michał J . Gajda
Public bug reported:

Binary package hint: wesnoth

Using Ubuntu Lucid beta with all upgrades (as of today), I see that both
wesnoth and wesnoth1.8 have the same problem: no clicks are accepted
inside application window, so no buttons work. This occurs only when
using compiz.

No other games seems to have this problem, but it may also be a bug in
SDL.

Information:
1) lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04
2) wesnoth package versions:
1:1.6.5-1build1
1:1.8-1
3) Buttons like Tutorial are supposed to respond to clicks with actions.
4) Buttons don't respond to clicks (even though they get highlighted when mouse 
is over.)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: wesnoth 1:1.6.5-1build1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Apr 18 16:28:31 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100406.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: wesnoth

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

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


** Tags: apport-bug i386 lucid

-- 
Using compiz breaks Wesnoth application
https://bugs.launchpad.net/bugs/566001
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 566001] Re: Using compiz breaks Wesnoth application

2010-04-18 Thread Michał J . Gajda

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

** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Using compiz breaks Wesnoth application
https://bugs.launchpad.net/bugs/566001
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 466364] [NEW] BUG: unable to handle kernel paging request at 5f524f48

2009-10-31 Thread Michał J . Gajda
Public bug reported:

I got a render error, and then system crash when talking over skype, with 
external capture device (PWC driver.) The error repeated after system reboot, 
but without a crash.
I don't know how to debug the problem. So I just attach all information 
automatically gathered by Ubuntu.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  m  2409 F pulseaudio
 /dev/snd/controlC0:  m  2409 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 22'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 26
   Simple ctrls  : 18
Card1.Amixer.info:
 Card hw:1 'U0x46d0x8da'/'USB Device 0x46d:0x8da at usb-:00:1d.1-1, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:08da'
   Controls  : 3
   Simple ctrls  : 2
Date: Sat Oct 31 11:08:55 2009
DistroRelease: Ubuntu 9.10
Failure: oops
MachineType: IBM 25285FU
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=f87b4888-45c2-4666-ab0f-f3dad558ac9e ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 
SourcePackage: linux
Tags: kernel-oops
Title: BUG: unable to handle kernel paging request at 5f524f48
Uname: Linux 2.6.31-14-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 01/31/2005
dmi.bios.vendor: IBM
dmi.bios.version: 74ET30WW (1.00 )
dmi.board.name: 25285FU
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr74ET30WW(1.00):bd01/31/2005:svnIBM:pn25285FU:pvrThinkPadX41:rvnIBM:rn25285FU:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 25285FU
dmi.product.version: ThinkPad X41
dmi.sys.vendor: IBM

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
BUG: unable to handle kernel paging request at 5f524f48
https://bugs.launchpad.net/bugs/466364
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 466364] Re: BUG: unable to handle kernel paging request at 5f524f48

2009-10-31 Thread Michał J . Gajda

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

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

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34762806/ArecordDevices.txt

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

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

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/34762809/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/34762810/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/34762811/Card1.Amixer.values.txt

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

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

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

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

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

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/34762817/OopsText.txt

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

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

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

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

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

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

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

-- 
BUG: unable to handle kernel paging request at 5f524f48
https://bugs.launchpad.net/bugs/466364
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 334626] Re: Xorg intermittent segv in XkbSendMap in ProcXkbGetKbdByName

2009-08-17 Thread Michał J . Gajda
** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=21464
   Importance: Unknown
   Status: Unknown

** Bug watch added: Red Hat Bugzilla #469572
   https://bugzilla.redhat.com/show_bug.cgi?id=469572

** Also affects: xorg-server (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=469572
   Importance: Unknown
   Status: Unknown

-- 
Xorg intermittent segv in XkbSendMap in ProcXkbGetKbdByName
https://bugs.launchpad.net/bugs/334626
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 247819] Re: Ricoh R5C822 SDHC Card reader I/O errors

2009-06-09 Thread Michał J . Gajda
Same error - cannot read high speed SD card on X41 with Jaunty:

[70503.326476] mmc0: new SD card at address c2eb
[70503.359930] mmcblk0: mmc0:c2eb SD256 241 MiB 
[70503.361291]  mmcblk0:3mmcblk0: error -84 transferring data
[70503.367515] end_request: I/O error, dev mmcblk0, sector 0
[70503.367528] Buffer I/O error on device mmcblk0, logical block 0
[70503.370507] mmc0: Got data interrupt 0x0020 even though no data 
operation was in progress.
[70503.370515] sdhci: == REGISTER DUMP ==
[70503.370524] sdhci: Sys addr: 0x | Version:  0x0200
[70503.370533] sdhci: Blk size: 0x7200 | Blk cnt:  0x0006
[70503.370542] sdhci: Argument: 0x | Trn mode: 0x0032
[70503.370550] sdhci: Present:  0x01ff | Host ctl: 0x0002
[70503.370559] sdhci: Power:0x000f | Blk gap:  0x
[70503.370567] sdhci: Wake-up:  0x | Clock:0x0107
[70503.370576] sdhci: Timeout:  0x0009 | Int stat: 0x0003
[70503.370584] sdhci: Int enab: 0x00ff00fb | Sig enab: 0x00ff00fb
[70503.370593] sdhci: AC12 err: 0x | Slot int: 0x0001
[70503.370601] sdhci: Caps: 0x018021a1 | Max curr: 0x0040
[70503.370607] sdhci: ===
[70503.378214] mmcblk0: error -84 transferring data
[70503.378224] end_request: I/O error, dev mmcblk0, sector 0
[70503.378233] Buffer I/O error on device mmcblk0, logical block 0
[70503.386435] mmcblk0: error -84 transferring data

-- 
Ricoh R5C822 SDHC Card reader I/O errors
https://bugs.launchpad.net/bugs/247819
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 247819] Re: Ricoh R5C822 SDHC Card reader I/O errors

2009-06-09 Thread Michał J . Gajda

** Attachment added: lspci -vn
   http://launchpadlibrarian.net/27687024/lspci_vn.txt

-- 
Ricoh R5C822 SDHC Card reader I/O errors
https://bugs.launchpad.net/bugs/247819
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 247819] Re: Ricoh R5C822 SDHC Card reader I/O errors

2009-06-09 Thread Michał J . Gajda

** Attachment added: lspci -v
   http://launchpadlibrarian.net/27687043/lspci_v.txt

-- 
Ricoh R5C822 SDHC Card reader I/O errors
https://bugs.launchpad.net/bugs/247819
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