[Bug 1831988] [NEW] msgfmt produces invalid UTF-8 sequences for desktop files

2019-06-07 Thread Mike WIlliams
Public bug reported:

VIM has recently added support for validating gnome desktop files and
this is reporting  errors due to invalid UTF-8 sequences produced by
msgfmt.

Steps to reproduce:
1. Checkout rev 1253704 from the VIM git repo on GitHub - 
https://github.com/vim/vim
2. Run ./configure in the repo to set up the build environment.
2. Change to the po directory in the repo - cd src/po
3. Process and validate the gvim desktop file using the Makefile -

$ make gvim.desktop
msgfmt --desktop -d . --template gvim.desktop.in -o tmp_gvim.desktop
rm -f LINGUAS
if command -v desktop-file-validate; then desktop-file-validate 
tmp_gvim.desktop; fi
/usr/bin/desktop-file-validate
tmp_gvim.desktop: warning: file contains lines that are not UTF-8 encoded. 
There is no guarantee the validator will correctly work.
[Invalid UTF-8] tmp_gvim.desktop: error: value 
"\xe0\xac\xaa\xe0\xac\xbe\xe0\xac\xa0\xe0\xad\x8d\xe0\xac\xaf 
\xe0\xac\xab\xe0\xac\xbe\xe0\xac\x87\xe0\xac\xb2\xe0\xac\x97\xe0\xad\x81\xe0\xac\xa1\xe0\xac\xbc\xe0\xac\xbf\xe0\xac\x95\xe0\xad\x81
 
\xe0\xac\xb8\xe0\xac\xae\xe0\xad\x8d\xe0\xac\xaa\xe0\xac\xbe\xe0\xac\xa6\xe0\xac\xa8
 \xe0\xac\x95\xe0\xac\xb0\xe0\xac\xa8\xe0\xad\x8d\xe0\xac\xa4\xe0\xad" for 
locale string key "Comment[or]" in group "Desktop Entry" contains invalid UTF-8 
characters, locale string values should be encoded in UTF-8
Makefile:176: recipe for target 'gvim.desktop' failed
make: *** [gvim.desktop] Error 1

The template file has valid UTF-8 sequences so no errors are expected.
The error is correct as the generated desktop file has a truncated 3
byte UTF-8 sequence at the end of the line as reported.  The problem is
msgfmt is emitting an invalid UTF-8 sequence for this one line.

This is happening  on an up to date 16.04 LTS -

$ apt list gettext desktop-file-utils
Listing... Done
desktop-file-utils/xenial-updates,now 0.22-1ubuntu5.2 i386 [installed]
gettext/xenial-updates,xenial-security,now 0.19.7-2ubuntu3.1 i386 [installed]

There has been some discussion of this issue on the VIM developers
mailing list -
https://groups.google.com/d/msg/vim_dev/yYGCsJJPlA0/i1PNO_46AgAJ

A candidate patch for the issue from upstream for the gettext package has been 
identified -
https://groups.google.com/d/msg/vim_dev/yYGCsJJPlA0/6yAEzO9LAgAJ

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gettext 0.19.7-2ubuntu3.1
ProcVersionSignature: Ubuntu 4.15.0-51.55~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-51-generic i686
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: i386
CurrentDesktop: Unity
Date: Fri Jun  7 10:30:31 2019
InstallationDate: Installed on 2019-02-05 (121 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release i386 (20180731)
SourcePackage: gettext
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 xenial

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

Title:
   msgfmt produces  invalid UTF-8 sequences for desktop files

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

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

[Bug 1655842] Re: "Out of memory" errors after upgrade to 4.4.0-59

2017-02-20 Thread Mike Williams
I'm pretty sure this bug was introduced in 4.4.0-58, even though I
reported it against 4.4.0-59. Still, +1 for a raising a separate bug
against 4.8.

Thanks to Cascardo for fixing this one.

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

Title:
  "Out of memory" errors after upgrade to 4.4.0-59

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

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


[Bug 1655842] Re: "Out of memory" errors after upgrade to 4.4.0-59

2017-01-23 Thread Mike Williams
Cascardo: we've tried your test kernel, and it looks good - we've seen
no OOM problems.

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

Title:
  "Out of memory" errors after upgrade to 4.4.0-59

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

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


[Bug 1655842] Re: "Out of memory" errors after upgrade to 4.4.0-59

2017-01-17 Thread Mike Williams
Thanks jsalisbury. We have deployed using your test kernel (from
http://kernel.ubuntu.com/~jsalisbury/lp1655842/), and experienced no OOM
issues.

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

Title:
  "Out of memory" errors after upgrade to 4.4.0-59

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

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


[Bug 1655842] [NEW] "Out of memory" errors after upgrade to 4.4.0-59

2017-01-11 Thread Mike Williams
Public bug reported:

I recently replaced some Xenial servers, and started experiencing "Out
of memory" problems with the default kernel.

We bake Amazon AMIs based on an official Ubuntu-provided image (ami-
e6b58e85, in ap-southeast-2, from https://cloud-
images.ubuntu.com/locator/ec2/).  Previous versions of our AMI included
"4.4.0-57-generic", but the latest version picked up "4.4.0-59-generic"
as part of a "dist-upgrade".

Instances booted using the new AMI have been using more memory, and
experiencing OOM issues - sometimes during boot, and sometimes a while
afterwards.  An example from the system log is:

[  130.113411] cloud-init[1560]: Cloud-init v. 0.7.8 running 'modules:final' at 
Wed, 11 Jan 2017 22:07:53 +. Up 29.28 seconds.
[  130.124219] cloud-init[1560]: Cloud-init v. 0.7.8 finished at Wed, 11 Jan 
2017 22:09:35 +. Datasource DataSourceEc2.  Up 130.09 seconds
[29871.137128] Out of memory: Kill process 2920 (ruby) score 107 or sacrifice 
child
[29871.140816] Killed process 2920 (ruby) total-vm:675048kB, anon-rss:51184kB, 
file-rss:2164kB
[29871.449209] Out of memory: Kill process 3257 (splunkd) score 97 or sacrifice 
child
[29871.453282] Killed process 3258 (splunkd) total-vm:66272kB, anon-rss:6676kB, 
file-rss:0kB
[29871.677910] Out of memory: Kill process 2647 (fluentd) score 51 or sacrifice 
child
[29871.681872] Killed process 2647 (fluentd) total-vm:117944kB, 
anon-rss:23956kB, file-rss:1356kB

I have a hunch that this may be related to the fix for
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1647400, introduced
in linux (4.4.0-58.79).

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-59-generic 4.4.0-59.80
ProcVersionSignature: User Name 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Jan 12 06:29 seq
 crw-rw 1 root audio 116, 33 Jan 12 06:29 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Thu Jan 12 06:38:45 2017
Ec2AMI: ami-0f93966c
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: ap-southeast-2a
Ec2InstanceType: t2.nano
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb: Error: command ['lsusb'] failed with exit code 1:
MachineType: Xen HVM domU
PciMultimedia:
 
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 cirrusdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=fb0fef08-f3c5-40bf-9776-f7ba00fe72be ro console=tty1 console=ttyS0
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-59-generic N/A
 linux-backports-modules-4.4.0-59-generic  N/A
 linux-firmware1.157.6
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/09/2016
dmi.bios.vendor: Xen
dmi.bios.version: 4.2.amazon
dmi.chassis.type: 1
dmi.chassis.vendor: Xen
dmi.modalias: 
dmi:bvnXen:bvr4.2.amazon:bd12/09/2016:svnXen:pnHVMdomU:pvr4.2.amazon:cvnXen:ct1:cvr:
dmi.product.name: HVM domU
dmi.product.version: 4.2.amazon
dmi.sys.vendor: Xen

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


** Tags: amd64 apport-bug ec2-images xenial

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

Title:
  "Out of memory" errors after upgrade to 4.4.0-59

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

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


[Bug 577873] [NEW] Soundblaster 5.1 live. Choppy sound and not all speakers working with Pulseaudio

2010-05-09 Thread Mike Williams
Public bug reported:

Binary package hint: pulseaudio

In 5.1 analog output Sound only comes out of the Sub and the rear left
speaker and it is choppy / chirpy.

in 2.0 stereo duplex, the sound quality is fine but it only comes out of
the Sub and front right.

Using:
Ubuntu Lucid 32bit

Please let me know if any more info is required.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  neil   1076 F pulseaudio
 /dev/snd/controlC0:  neil   1076 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Live'/'SB Live! 5.1 (rev.7, serial:0x80641102) at 0x8000, irq 18'
   Mixer name   : 'SigmaTel STAC9708,11'
   Components   : 'AC97a:83847608'
   Controls  : 224
   Simple ctrls  : 45
Card1.Amixer.info:
 Card hw:1 'U0x20400x7200'/'USB Device 0x2040:0x7200 at usb-:00:03.3-6, 
high speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB2040:7200'
   Controls  : 1
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'Digital In',0
   Capabilities: cswitch cswitch-joined penum
   Capture channels: Mono
   Mono: Capture [on]
Date: Sun May  9 11:04:17 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: pulseaudio
dmi.bios.date: 11/11/2003
dmi.bios.vendor: Award Software, Inc.
dmi.bios.version: ASUS P4S533-X ACPI BIOS Revision 1005 Beta 004
dmi.board.name: P4S533-X
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: REV 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 7
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAwardSoftware,Inc.:bvrASUSP4S533-XACPIBIOSRevision1005Beta004:bd11/11/2003:svnSystemManufacturer:pnSystemName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP4S533-X:rvrREV1.xx:cvnChassisManufacture:ct7:cvrChassisVersion:
dmi.product.name: System Name
dmi.product.version: System Version
dmi.sys.vendor: System Manufacturer

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


** Tags: apport-bug i386 lucid

-- 
Soundblaster 5.1 live. Choppy sound and not all speakers working with Pulseaudio
https://bugs.launchpad.net/bugs/577873
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 577873] Re: Soundblaster 5.1 live. Choppy sound and not all speakers working with Pulseaudio

2010-05-09 Thread Mike Williams

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

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

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

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

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

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

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

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

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

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

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

-- 
Soundblaster 5.1 live. Choppy sound and not all speakers working with Pulseaudio
https://bugs.launchpad.net/bugs/577873
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 445849] Re: Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala

2010-02-16 Thread Mike Williams
Out of curiosity, has anyone tried playing with Lucid Lynx to see if
this bug has been fixed?

I'm tempted to get a new HD for backups and jump in on the Alpha testing
a little earlier this time. ; )

-- 
Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala
https://bugs.launchpad.net/bugs/445849
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 445849] Re: Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala

2010-01-07 Thread Mike Williams
Thanks for the tip. I'll try it out on the weekend.

Cheers!

-- 
Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala
https://bugs.launchpad.net/bugs/445849
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 445849] Re: Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala

2010-01-02 Thread Mike Williams
I hope so. There was a major bug with the display of Mythtv in Jaunty that was 
never fixed.
https://bugs.launchpad.net/ubuntu/jaunty/+source/mesa/+bug/341898

As a result, my HTPC hasn't been fully functional since Intrepid. I'm
starting to wonder if the six month release cycle is becoming a little
too rapid, or perhaps I should just stick to the LTS distro's

Cheers!

-- 
Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala
https://bugs.launchpad.net/bugs/445849
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 445849] Re: Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala

2010-01-01 Thread Mike Williams
I hate to whine, but is anyone actually looking into this or has it been
abandoned?

I'm currently running Jaunty and Karmic and I'd like to wipe one of them
to free up the hard drive.

Cheers!

-- 
Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala
https://bugs.launchpad.net/bugs/445849
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 445849] Re: Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala

2009-12-14 Thread Mike Williams
Thanks for the info cliff.

Sadly it didn't work on my system, although it didn't crash anything. ;)

Soundblaster Live 5.1
P4 2.4g

Cheers!

-- 
Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala
https://bugs.launchpad.net/bugs/445849
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 459897] Re: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xe5/0x100()

2009-11-01 Thread Mike Williams
*** This bug is a duplicate of bug 459492 ***
https://bugs.launchpad.net/bugs/459492

** This bug has been marked a duplicate of bug 459492
   WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
https://bugs.launchpad.net/bugs/459897
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 459897] Re: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xe5/0x100()

2009-10-24 Thread Mike Williams

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
https://bugs.launchpad.net/bugs/459897
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 459897] [NEW] WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xe5/0x100()

2009-10-24 Thread Mike Williams
Public bug reported:

Just came out of suspend and logged into my system. Also hooked up an
external monitor to my system prior to signing back in from suspend.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mike   2058 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfc48 irq 19'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,103c30d6,0010'
   Controls  : 14
   Simple ctrls  : 7
Date: Sat Oct 24 13:14:04 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=cc87518a-7950-4aca-a582-3c04db07cad6
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
NonfreeKernelModules: wl nvidia
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=2b79d5b8-6c18-4208-af9f-4e90b2153646 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: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 11/27/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.27
dmi.board.name: 30D6
dmi.board.vendor: Wistron
dmi.board.version: 81.53
dmi.chassis.type: 10
dmi.chassis.vendor: Wistron
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.27:bd11/27/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.27:rvnWistron:rn30D6:rvr81.53:cvnWistron:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv2700 Notebook PC
dmi.product.version: F.27
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-kerneloops kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
https://bugs.launchpad.net/bugs/459897
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 459492] [NEW] WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xe5/0x100()

2009-10-23 Thread Mike Williams
Public bug reported:

I don't have further information. Crash was unexpected and I'm not sure
what happened when it occurred. Only info was the crash report that
showed up.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mike   1828 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfc48 irq 19'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,103c30d6,0010'
   Controls  : 14
   Simple ctrls  : 7
Date: Fri Oct 23 20:37:08 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=cc87518a-7950-4aca-a582-3c04db07cad6
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 04f2:b016 Chicony Electronics Co., Ltd VGA 30fps UVC 
Webcam
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
NonfreeKernelModules: wl nvidia
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=2b79d5b8-6c18-4208-af9f-4e90b2153646 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: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 11/27/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.27
dmi.board.name: 30D6
dmi.board.vendor: Wistron
dmi.board.version: 81.53
dmi.chassis.type: 10
dmi.chassis.vendor: Wistron
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.27:bd11/27/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.27:rvnWistron:rn30D6:rvr81.53:cvnWistron:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv2700 Notebook PC
dmi.product.version: F.27
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-kerneloops kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
https://bugs.launchpad.net/bugs/459492
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 459492] Re: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xe5/0x100()

2009-10-23 Thread Mike Williams

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
https://bugs.launchpad.net/bugs/459492
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 445849] Re: Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala

2009-10-19 Thread Mike Williams
I have the same problem, Soundblaster live 5.1 Using 5.1 analog outputs.

I've done a bit of experimentation to see if I would be able to narrow
down or fix the issue.

As suggested in the thread
http://ubuntuforums.org/showthread.php?t=1276999 i changed the
following.

Quote:

Check in /etc/pulse/daemon.conf and try uncommenting the line
enable-remixing=yes

You can also try changing the default sample rate from 44100 to 48000,
some cards are only capable of 48000.

You can also try changing the default-fragments and increasing the
default-fragment-size but that is usally necessary only if the sound is
suttering.

You can read about these settings by typing in a terminal

I also removed Pulseaudio the sound quality seemed to improve greatly,
but only 2.0. I also attempted to build the latest Pulseaudio from
source, but ran into dependency problems and have since abandoned the
attempt.

-- 
Highpitched Rattling like Sound with 5.1 Surround Configuration on Karmic Koala
https://bugs.launchpad.net/bugs/445849
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 326274] [NEW] Ubuntu Bug Tracker shouldn't show bugs as needing a package when they have the tag [needs-packaging]

2009-02-06 Thread Mike Williams
Public bug reported:

At https://wiki.ubuntu.com/BugSquad/GettingInvolved, there is a section
involving bugs that are not assigned to a certain package. However,
following this link shows that the bug tracker considers bugs with the
[needs-packaging] tag as bugs without a package. The bug tracker is
correct, because they aren't assigned to a package, but these aren't
ever going to be assigned to a package because the bug itself is a
feature request for a package that doesn't exist.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Ubuntu Bug Tracker shouldn't show bugs as needing a package when they have the 
tag [needs-packaging]
https://bugs.launchpad.net/bugs/326274
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 282115] Re: Cannot login into KDE4 desktop after upgrade from hardy KDE4 ppa packages

2009-02-06 Thread Mike Williams
Is this still a problem? Kubuntu Intrepid has been released for quite
some time now, and those were unofficial beta packages.

-- 
Cannot login into KDE4 desktop after upgrade from hardy KDE4 ppa packages
https://bugs.launchpad.net/bugs/282115
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 280013] Re: Kubuntu 8.10 beta blank screen

2009-02-06 Thread Mike Williams
Is this bug still valid?

-- 
Kubuntu 8.10 beta blank screen
https://bugs.launchpad.net/bugs/280013
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 280045] Re: CTRl-Alt-Del unusuable in vmware

2009-02-06 Thread Mike Williams
I'm running VMware Workstation 6.5, and created a Windows XP guest OS,
and then opened it using VMware Player 2.5.0. This issue did not appear
for me on Kubuntu 8.10 using KDE 4.2. Please confirm that the issue
still exists.

-- 
CTRl-Alt-Del unusuable in vmware
https://bugs.launchpad.net/bugs/280045
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 279492] Re: [intrepid beta] system freezes until Ctrl or Alt is pressed

2009-02-06 Thread Mike Williams
Could these bugs be related?

https://bugs.launchpad.net/bugs/270798

-- 
[intrepid beta] system freezes until Ctrl or Alt is pressed
https://bugs.launchpad.net/bugs/279492
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 298154] [NEW] adept upgrade button does not reenable after fetching current package list

2008-11-14 Thread Mike Williams
Public bug reported:

To reproduce: 
1. Open Adept using 'kdesudo adept'
2. Enter the 'Changes' section then click 'Upgrade'. Adept will notify 
you that there are no packages able to be upgraded at the time, and that you 
should fetch the package lists. 
3. Enter the 'Sources' section, then click 'Fetch current package 
lists'.
4. Return to 'Changes' after the update completes.
5. The 'Upgrade' button is still disabled, and the old error message is 
still displayed.

Please note that the button isn't disabled because there are no
upgrades. In fact, if there are updates, the update notifier immediately
comes up and notifies me, but the button is disabled.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
adept upgrade button does not reenable after fetching current package list
https://bugs.launchpad.net/bugs/298154
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 286046] [NEW] adept relevant tags do not use system text colors

2008-10-19 Thread Mike Williams
Public bug reported:

When using a KDE color scheme such as Zion or Obsidian, the various
categories under Relevant Tags in Adept are hard to read because they do
not use the system text color. For instance, my background is a dark
grey, and command line is black text. They should be white.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
adept relevant tags do not use system text colors
https://bugs.launchpad.net/bugs/286046
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 280412] [NEW] libplasma2, and other packages, not upgradd on dist-upgade

2008-10-08 Thread Mike Williams
Public bug reported:

Binary package hint: libplasma2

I followed the instructions to upgrade my entire system to the intrepid
beta, and upon rebooting, found that KDE 4 wasn't working because
libplasma2 was not upgraded to intrepid's version. I had installed the
kubuntu packages for KDE 4.1 on 8.04, and dist-ugrade failed to upgrade
many of them. After using the command line to apt-get the upgrades,
everything worked perfectly fine again.

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

-- 
libplasma2, and other packages, not upgradd on dist-upgade
https://bugs.launchpad.net/bugs/280412
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 280426] [NEW] kde get new stuff for add widgets has no sources

2008-10-08 Thread Mike Williams
Public bug reported:

Using kubuntu 8.10 beta with all updates applied,  there are no sources
to download plasmoids from the internet in kde's get new stuff dialog.
Wallpaper's get new stuff does have the kde-look source.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
kde get new stuff for add widgets has no sources
https://bugs.launchpad.net/bugs/280426
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


Re: [Bug 280426] Re: kde get new stuff for add widgets has no sources

2008-10-08 Thread Mike Williams

Shouldn't it still list kde-look.org, and then say no plasmoids available? 
Right now it just looks like it's broken.

On Wednesday 08 October 2008 06:04:35 Jonathan Thomas wrote:
 That's because there aren't any scripted plasmoids yet.

 ** Changed in: ubuntu
Status: New = Invalid

-- 
kde get new stuff for add widgets has no sources
https://bugs.launchpad.net/bugs/280426
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 245181] [NEW] In the Connect to Other Wireless Network... screen, cannot navigate to Phase Two with keyboard.

2008-07-03 Thread Mike Williams
Public bug reported:

Click Connect to Other Wireless Network..., using your keyboard check
the Encryption box, tab to the Encryption type, use arrow keys to select
WPA Enterprise, tab to EAP Method, then press tab again. Focus skips the
Phase Two section and goes on to username.

The Phase Two section also doesn't have a shortcut key, so it's
impossible to navigate to by keyboard.

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

-- 
In the Connect to Other Wireless Network... screen, cannot navigate to Phase 
Two with keyboard.
https://bugs.launchpad.net/bugs/245181
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 244978] [NEW] killall gives bash: command not found while powernowd is installed

2008-07-02 Thread Mike Williams
Public bug reported:

Binary package hint: powernowd

After a fresh install of Kubuntu 8.04 on a clean harddrive with all
updates applied, I found that killall was missing. After following the
usual steps, I found the recommendation to remove powernowd, did, and
then the killall worked. It also continued to work after I reinstalled
powernowd.

See these forum posts:
http://ubuntuforums.org/archive/index.php/t-437140.html

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

-- 
killall gives bash: command not found while powernowd is installed
https://bugs.launchpad.net/bugs/244978
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 203016] Re: Memory Leak in NetworkManager

2008-05-21 Thread Mike Williams
Same problem here, with all updates applied. NetworkManager eats up as much RAM 
as I give it (I've seen +800MB). Using:
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
Connection (rev 02)


Also, there's no need to reboot your computer, just:
sudo killall NetworkManager
sudo NetworkManager

I valgrind'ed it and it show some significant leaking, too.

-- 
Memory Leak in NetworkManager
https://bugs.launchpad.net/bugs/203016
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 109645] Re: Krdc crashed - after entering the logon name and password to log onto a Windows 2000 server it crashed leaving a dead RDP connection on the Terminal server.

2007-04-25 Thread mike williams
Similar problem started about the same time. Problems connecting to both
winxp and win2k advanced server. Terminal services shows disconnected
session after crash.

** Attachment added: _usr_bin_rdesktop.1000.crash
   http://librarian.launchpad.net/7406306/_usr_bin_rdesktop.1000.crash

-- 
Krdc crashed - after entering the logon name and password to log onto a Windows 
2000 server it crashed leaving a dead RDP connection on the Terminal server.
https://bugs.launchpad.net/bugs/109645
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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