[Bug 1258800] [NEW] netboot does not include the 'alx' driver in 12.04.3

2013-12-07 Thread Geoffrey Hausheer
Public bug reported:

Ubuntu version:
Description:Ubuntu 12.04.3 LTS
Release:12.04

when building a netboot image (in initramfs.conf BOOT=nfs) the 'alx' module is 
not included.
This is a modules that is found here:
/lib/modules/3.8.0-34-generic/kernel/ubuntu/alx/alx.ko

and adds support for the Qualcomm Atheros QCA8171 Gigabit Ethernet adapter 
(among others)
The kernel does include the driver, but since it isn't under the 'net' 
directory, it isn't added to the initrd image, and net-booting is impossible

My fix was to create:
/usr/share/initramfs-tools/hooks/additional_net_modules
with the following contents:
--
#!/bin/sh

set -e

PREREQ=

prereqs () {
echo ${PREREQ}
}

case ${1} in
prereqs)
prereqs
exit 0
;;
esac

. /usr/share/initramfs-tools/hook-functions

manual_add_modules alx

exit 0
--

I then rebuild the initramfs image via:
update-initramfs -u

It is probably rare that someone has both this hardware and is
netbooting, but this took me  a while to figure out, and would be a nice
to have fix for 12.04.4

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


** Tags: alx netboot

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

Title:
  netboot does not include the 'alx' driver in 12.04.3

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

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


[Bug 991157] Re: fusecompress missing from Precise

2012-05-28 Thread Geoffrey Hausheer
Just an update:
I found that the release I mentioned above is not reliable.  However, 
fusecompress 0.9.2 from:
http://code.google.com/p/fusecompress
Is reliable, and is actively maintained.
It does, however require a different set of mount options, so is not drop-in 
compatible with the prior release.

Additionally, I've found that debian removed fusecompress due to open
bugs, and lack of upstream response.  I believe they were also using the
'new' fusecompress which seems to have disappeared.

I would suggest providing 0.9.2 as a replacement.

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

Title:
  fusecompress missing from Precise

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

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


[Bug 991157] [NEW] fusecompress missing from Precise

2012-04-29 Thread Geoffrey Hausheer
Public bug reported:

On upgrading from lLucid to Precise, I found that fusecompress is missing.  
This is a problem because I have filesystems that use it.
I didn't find any notice about it being removed, and it appears that 
2.6.git913897f4-1ubuntu2 was supposed to be uploaded to Precise, but it isn't 
in my repository.

If there is a reason that fusecompress was removed from Precise can you
please provide it?

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

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

Title:
  fusecompress missing from Precise

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

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


[Bug 719143] Re: portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-05-23 Thread Geoffrey Hausheer
I'm not sure I follow the question.
I have a snapshot that I took when the machines would get stuck in portmap, and 
i have the currently working configuration.  Even after many hours I was unable 
to reproduce the failure from the working setup with the same versions of all 
packages (i.e. the fix to get the system booting cleared out whatever state 
that caused it to break in the 1st place), so whatever caused this was likely 
due to either something special in my setup (there really shouldn't have been 
anything) or the specific upgrade path I took.  Since no-one else has reported 
this in the past 3 months, it is probably safe to consider it a one-off.

I''ll be happy to try additional tests, but to upgrade the packages in
the snapshot to a working configuration, I need to fix the issue upgrade
then reintroduce it and I'm not sure that will actually be valuable, and
I have been unable to reintroduce the problem since fixing it.

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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 719143] Re: portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-02-17 Thread Geoffrey Hausheer
I guess I wasn't clear.  Everything in my prior post after 'I reverted
to a snapshot...' applies to running on the broken snapshot

So this is the only additional message I get with the requested changes on the 
broken snapshot:
portmap[219]: cannot bind udp: Cannot assign requested address

And removing portmap-wait.conf or statd-mounting.conf will allow the
boot to proceed.

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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 719143] Re: portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-02-17 Thread Geoffrey Hausheer
Well, when I get that message, the machine is hung, so there isn't a way for me 
to know if portmap is running.
If i hit ctrl-alt-delete (and booted into single-user mode) then I actually can 
get passed this, and yes portmap is running (though not as the same address 
that is shown in the message)
if I remove either of the above conf files, so it boots normally, then ys 
portmap is running.

Is it possible there are 2 portmap sessions being launched
simultaneously somehow, and this is causing one to hang?

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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 719143] Re: portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-02-16 Thread Geoffrey Hausheer
Well, I've repeatedly tried to actually recreate this now.
I upgraded from 6.0.0-1ubuntu2 to 6.0.0-1ubuntu2.1
I did a force reconfigure
I purged portmap/nfs-common and re-installed
I tried upgrading just portmap and incrementally nfs-common

In all cases my systems boot fine now.

I reverted to a snapshot of my system which exhibits the problem (which is 
still there) and made the requested changes, but I still just see the screen 
stop updating after 'init: portmap main process ended, respawning'
The only additional message I see is:
portmap[219]: cannot bind udp: Cannot assign requested address

I verified I don't get that message with the same changes to portmap.conf  on a 
working system, instead I get this one:
portmap-wait: Main process killed by term

I then tried to remove portmap-wait.conf, this seemed to prevent the
hang, but I got a message about eth1 being busy (which didn't seem to
effect anything)

Replacing portmap-wait.conf and removing statd-mounting.conf also prevented the 
hang, and I didn't get the message about eth1
Removing portmap-boot.conf had no effect

I diffed the above files (portmap.conf, portmap-boot.conf, portmap-
wait.con, statd-mounting.conf) between the working and hanging snapshot
and see no differences.

I'm not sure any of the above helps, but I found it frustrating taht I
couldn't put the machine back in a broken state.  As my working
configuration has moved forward since I got it functional, it isn't
trivial to diff the 2 environments, though if you have ideas where I
should look, I can take a more targetted approach

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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 719143] Re: portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-02-14 Thread Geoffrey Hausheer


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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 719143] [NEW] portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-02-14 Thread Geoffrey Hausheer
Public bug reported:

Binary package hint: portmap

The install of portmap 6.0.0-1ubuntu2.1 causes my NFS boot machines to hang 
just after init-bottom completes.
After disabling plymouth, I could see messages about:
init: portmap main process (358) terminated with status 1 error message.

I tried adding --verbose to the kernel cmdline, and while it printed a
lot of info, there was no easy way for me to capture it, nor did I see
anything more obvious than the above.

reverting portmap (and nfs-common) to 6.0.0-1ubuntu2 wasn't sufficient (and 
caused me to waste many hours trying to figure out what was going on) because 
the following files were not removed on a downgrade:
portmap-boot.conf
portmap-wait.conf
statd-mounting.conf

Once these were removed and I'd downgraded to 6.0.0-1ubuntu2, my
machines were up and running again.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: portmap 6.0.0-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic x86_64
Architecture: amd64
Date: Mon Feb 14 20:16:25 2011
InstallationMedia: Xubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: portmap

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


** Tags: amd64 apport-bug lucid

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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 719143] Re: portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-02-14 Thread Geoffrey Hausheer
In case it isn't obvious from the versions or logs, this is a 10.04
Lucid install

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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 719143] Re: portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

2011-02-14 Thread Geoffrey Hausheer
As it turns out, I do seem to get the message even with the old portmap,
however, the init sequence continues on.

/proc/cmdline:
root=/dev/nfs nfsroot=192.168.1.85:/media/nonraid/nfs 
ip=192.168.1.88::192.168.1.1:255.255.255.0:jo:eth0:off rw single

status portmap:

I do not have any customizations in /etc/portmap.conf or /etc/default/portmap
portmap start/running, process 556


My systems are setup with a shared root for multiple diskless workstations.
The only changes I can recall making from a stock system are:
a) initramfs.conf sets BOOT=nfs
b) I needed to add 'rw' to the cmdline, otherwise mountall would fail (there 
should be a bug on that I filed last year)
c) I have a custom nfs-bottom script to mount /var/* to a system-specific path 
which prevents them from clobbering important state data

Other than that, I think they are stock 10.04 systems

I can reproduce this problem on a VirtualBox host, so it isn't hard for
me to experiment with different portmap changes if you can give me some
leads.  I don't really understand upstart well enough to figure out how
to proceed on my own.


** Changed in: portmap (Ubuntu)
   Status: Incomplete = In Progress

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

Title:
  portmap 6.0.0-1ubuntu2.1 makes nfs boot machine unbootable

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


[Bug 616578] Re: Can't get to low C-states using 2.6.35 karmic backport

2010-08-15 Thread Geoffrey Hausheer
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 615049] Re: lirc_mceusb crash in 2.6.35-14.19~lucid1

2010-08-15 Thread Geoffrey Hausheer
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
lirc_mceusb crash in 2.6.35-14.19~lucid1
https://bugs.launchpad.net/bugs/615049
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 618348] [NEW] 2.6.35-15~lucid1 doesn't allow audio device to powerdown

2010-08-15 Thread Geoffrey Hausheer
Public bug reported:

When trying the 2.6.35~lucid1 backport kernel in 10.04, the Audio device
doesn't auto powerdown after a reboot.

powertop reports:

An audio device is active 100.0% of the time:
hwC0D0 Realtek ALC272X

Once I mute/unmute the audio, the device will drop into power-savings
mode when unused, and powertop report 'device is active 0% of the time'
when it isn't in use, and will stay this way until the next reboot.

Using the default kernel (2.6.32-24), the device properly enters power-
savings mode after a reboot:

Recent audio activity statistics
Active  Device name
  0.0%  hwC0D0 Realtek ALC272

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.39
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ghaushe1254 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x5820 irq 16'
   Mixer name   : 'Realtek ALC272'
   Components   : 'HDA:10ec0272,10250349,0011'
   Controls  : 14
   Simple ctrls  : 8
Date: Sun Aug 15 12:50:46 2010
HibernationDevice: RESUME=UUID=959d80ef-e27e-44be-a081-3fd67173fda3
InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 (20100429.4)
MachineType: Acer AO532h
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic 
root=UUID=f5127df7-0d63-42db-af5b-2b68df4a8ce0 ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
RelatedPackageVersions: linux-firmware 1.34.1
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
dmi.bios.date: 06/15/2010
dmi.bios.vendor: Acer
dmi.bios.version: V1.25
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: AO532h
dmi.board.vendor: Acer
dmi.board.version: V1.25
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.25
dmi.modalias: 
dmi:bvnAcer:bvrV1.25:bd06/15/2010:svnAcer:pnAO532h:pvrV1.25:rvnAcer:rnAO532h:rvrV1.25:cvnAcer:ct10:cvrV1.25:
dmi.product.name: AO532h
dmi.product.version: V1.25
dmi.sys.vendor: Acer

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


** Tags: apport-bug audio i386 lucid needs-upstream-testing 
regression-potential ubuntu-une

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] Re: 2.6.35-15~lucid1 doesn't allow audio device to powerdown

2010-08-15 Thread Geoffrey Hausheer

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492221/+files/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/149/+files/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492223/+files/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492224/+files/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492225/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492226/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492227/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/618348/+attachment/1492228/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/618348/+attachment/1492229/+files/Lsusb.txt

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492230/+files/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492231/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492232/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492233/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/618348/+attachment/1492234/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/618348/+attachment/1492235/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/618348/+attachment/1492236/+files/WifiSyslog.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] Re: 2.6.35-15~lucid1 doesn't allow audio device to powerdown

2010-08-15 Thread Geoffrey Hausheer
apport information

** Tags added: apport-collected

** Description changed:

  When trying the 2.6.35~lucid1 backport kernel in 10.04, the Audio device
  doesn't auto powerdown after a reboot.
  
  powertop reports:
  
  An audio device is active 100.0% of the time:
  hwC0D0 Realtek ALC272X
  
  Once I mute/unmute the audio, the device will drop into power-savings
  mode when unused, and powertop report 'device is active 0% of the time'
  when it isn't in use, and will stay this way until the next reboot.
  
  Using the default kernel (2.6.32-24), the device properly enters power-
  savings mode after a reboot:
  
  Recent audio activity statistics
  Active  Device name
0.0%  hwC0D0 Realtek ALC272
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: linux-image-2.6.32-24-generic 2.6.32-24.39
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ghaushe1254 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x5820 irq 16'
 Mixer name : 'Realtek ALC272'
 Components : 'HDA:10ec0272,10250349,0011'
 Controls  : 14
 Simple ctrls  : 8
  Date: Sun Aug 15 12:50:46 2010
  HibernationDevice: RESUME=UUID=959d80ef-e27e-44be-a081-3fd67173fda3
  InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 
(20100429.4)
  MachineType: Acer AO532h
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic 
root=UUID=f5127df7-0d63-42db-af5b-2b68df4a8ce0 ro quiet splash
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  RelatedPackageVersions: linux-firmware 1.34.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  dmi.bios.date: 06/15/2010
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.25
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: AO532h
  dmi.board.vendor: Acer
  dmi.board.version: V1.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.25
  dmi.modalias: 
dmi:bvnAcer:bvrV1.25:bd06/15/2010:svnAcer:pnAO532h:pvrV1.25:rvnAcer:rnAO532h:rvrV1.25:cvnAcer:ct10:cvrV1.25:
  dmi.product.name: AO532h
  dmi.product.version: V1.25
  dmi.sys.vendor: Acer
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272X Analog [ALC272X Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272X Analog [ALC272X Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ghaushe1289 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0x5820 irq 45'
+Mixer name : 'Realtek ALC272X'
+Components : 'HDA:10ec0272,10250349,0011'
+Controls  : 14
+Simple ctrls  : 8
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=959d80ef-e27e-44be-a081-3fd67173fda3
+ InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 
(20100429.4)
+ MachineType: Acer AO532h
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-15-generic 
root=UUID=f5127df7-0d63-42db-af5b-2b68df4a8ce0 ro quiet splash
+ ProcEnviron:
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-15.21~lucid1-generic 2.6.35.1
+ Regression: Yes
+ RelatedPackageVersions: linux-firmware 1.34.1
+ Reproducible: Yes
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  ubuntu-une lucid audio regression-potential needs-upstream-testing
+ Uname: Linux 2.6.35-15-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 06/15/2010
+ dmi.bios.vendor: Acer
+ dmi.bios.version: V1.25
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: AO532h
+ dmi.board.vendor: Acer
+ dmi.board.version: V1.25
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: V1.25
+ dmi.modalias: 
dmi:bvnAcer:bvrV1.25:bd06/15/2010:svnAcer:pnAO532h:pvrV1.25:rvnAcer:rnAO532h:rvrV1.25:cvnAcer:ct10:cvrV1.25:
+ dmi.product.name: AO532h
+ dmi.product.version: V1.25
+ dmi.sys.vendor: Acer


[Bug 618348] BootDmesg.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492259/+files/BootDmesg.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] Card0.Codecs.codec.0.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492261/+files/Card0.Codecs.codec.0.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] Card0.Amixer.values.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492260/+files/Card0.Amixer.values.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] CurrentDmesg.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492262/+files/CurrentDmesg.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] IwConfig.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: IwConfig.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492263/+files/IwConfig.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] Lspci.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492264/+files/Lspci.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] Lsusb.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492265/+files/Lsusb.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] PciMultimedia.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492266/+files/PciMultimedia.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] ProcCpuinfo.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492267/+files/ProcCpuinfo.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] ProcInterrupts.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492268/+files/ProcInterrupts.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] UdevDb.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492270/+files/UdevDb.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] ProcModules.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492269/+files/ProcModules.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] UdevLog.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492271/+files/UdevLog.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] WifiSyslog.txt

2010-08-15 Thread Geoffrey Hausheer
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.edge.launchpad.net/bugs/618348/+attachment/1492272/+files/WifiSyslog.txt

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 618348] Re: 2.6.35-15~lucid1 doesn't allow audio device to powerdown

2010-08-15 Thread Geoffrey Hausheer
The 1st apport data is from 2.6.32 (working), the 2nd is from
2.6.35-15-lucid1

I have also confirmed this issue in the Mainline build of 2.6.35:
Linux holly 2.6.35-020635-generic #020635 SMP Mon Aug 2 10:16:00 UTC 2010 i686 
GNU/Linux

-- 
2.6.35-15~lucid1 doesn't allow audio device to powerdown
https://bugs.launchpad.net/bugs/618348
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 616578] Re: Can't get to low C-states using 2.6.35 karmic backport

2010-08-12 Thread Geoffrey Hausheer
I have verified the same behaviour on themainline build 2.6.35-020635

** Tags removed: needs-upstream-testing

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] Re: Can't get to low C-states using 2.6.35 karmic backport

2010-08-12 Thread Geoffrey Hausheer
apport information

** Tags added: apport-collected

** Description changed:

  Using 2.6.35-14-generic maverick backport kernel on Lucid (10.04 UNR), my 
Atom N450 based netbook can only get into C2 (in the default 2.6.32 kernel the 
netbook will go into C3).  This results in significantly reduced battery life 
(~1hour as far as I can tell).  The 2.6.35-14 comes with the new intel_idle 
module, but as built it can't be installed because it loads after acpi.  
Recompiling the kernel with intel_idle compiled into the kernel (not as a 
module), allows the laptop to go into C4, and power is comparable to 2.6.32.  
I'm not sure this is a good idea as the capability is marked experimental, but 
without this change, my system power is significantly higher with 2.6.35 than 
with 2.6.32.
  I haven't looked at the Maverick kernel options yet, but It would be 
unfortunate if netbook power was significantly worse on 10.10 than 10.04
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272X Analog [ALC272X Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272X Analog [ALC272X Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ghaushe1179 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0x5820 irq 45'
+Mixer name : 'Realtek ALC272X'
+Components : 'HDA:10ec0272,10250349,0011'
+Controls  : 14
+Simple ctrls  : 8
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=c96e2cc4-230c-4f7d-a059-e7c999ce046e
+ InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 
(20100429.4)
+ MachineType: Acer AO532h
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-14-generic 
root=UUID=646cfd4d-aa47-46e3-b651-5853d90b2c22 ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
+ ProcEnviron:
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-14.20~lucid2-generic 2.6.35
+ Regression: Yes
+ RelatedPackageVersions: linux-firmware 1.34.1
+ Reproducible: Yes
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  ubuntu-une lucid kconfig regression-potential needs-upstream-testing
+ Uname: Linux 2.6.35-14-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 11/12/2009
+ dmi.bios.vendor: Acer
+ dmi.bios.version: V1.05
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: AO532h
+ dmi.board.vendor: Acer
+ dmi.board.version: V1.05
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: V1.05
+ dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd11/12/2009:svnAcer:pnAO532h:pvrV1.05:rvnAcer:rnAO532h:rvrV1.05:cvnAcer:ct10:cvrV1.05:
+ dmi.product.name: AO532h
+ dmi.product.version: V1.05
+ dmi.sys.vendor: Acer

** Attachment added: AlsaDevices.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486030/+files/AlsaDevices.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] BootDmesg.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486031/+files/BootDmesg.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] Card0.Amixer.values.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486032/+files/Card0.Amixer.values.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] CurrentDmesg.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486034/+files/CurrentDmesg.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] IwConfig.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: IwConfig.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486035/+files/IwConfig.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] Card0.Codecs.codec.0.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486033/+files/Card0.Codecs.codec.0.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] Lspci.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486036/+files/Lspci.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] Lsusb.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486037/+files/Lsusb.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] PciMultimedia.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486038/+files/PciMultimedia.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] ProcCpuinfo.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486039/+files/ProcCpuinfo.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] ProcInterrupts.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486040/+files/ProcInterrupts.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] UdevDb.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486042/+files/UdevDb.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] ProcModules.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486041/+files/ProcModules.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] UdevLog.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486043/+files/UdevLog.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 616578] WifiSyslog.txt

2010-08-12 Thread Geoffrey Hausheer
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.edge.launchpad.net/bugs/616578/+attachment/1486044/+files/WifiSyslog.txt

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 615049] Re: lirc_mceusb crash in 2.6.35-14.19~lucid1

2010-08-12 Thread Geoffrey Hausheer
The maverick daily builds don't include a live-cd, and I can't install
on my existing partiton, so I can' test maverick as requested.  Running
apport-collect results in apport hanging forever while collecting info.
As such, I haveincluded a full dmesg.

The bug does not happen when using 2.6.35 mailine, however, LIRC is also
not available if using mainline.


** Tags removed: needs-kernel-logs needs-upstream-testing

** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/615049/+attachment/1486239/+files/dmesg

-- 
lirc_mceusb crash in 2.6.35-14.19~lucid1
https://bugs.launchpad.net/bugs/615049
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 615049] Re: lirc_mceusb crash in 2.6.35-14.19~lucid1

2010-08-12 Thread Geoffrey Hausheer

** Attachment added: lsusb
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/615049/+attachment/1486241/+files/lsusb

-- 
lirc_mceusb crash in 2.6.35-14.19~lucid1
https://bugs.launchpad.net/bugs/615049
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 616578] [NEW] Can't get to low C-states using 2.6.35 karmic backport

2010-08-11 Thread Geoffrey Hausheer
Public bug reported:

Using 2.6.35-14-generic maverick backport kernel on Lucid (10.04 UNR), my Atom 
N450 based netbook can only get into C2 (in the default 2.6.32 kernel the 
netbook will go into C3).  This results in significantly reduced battery life 
(~1hour as far as I can tell).  The 2.6.35-14 comes with the new intel_idle 
module, but as built it can't be installed because it loads after acpi.  
Recompiling the kernel with intel_idle compiled into the kernel (not as a 
module), allows the laptop to go into C4, and power is comparable to 2.6.32.  
I'm not sure this is a good idea as the capability is marked experimental, but 
without this change, my system power is significantly higher with 2.6.35 than 
with 2.6.32.
I haven't looked at the Maverick kernel options yet, but It would be 
unfortunate if netbook power was significantly worse on 10.10 than 10.04

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

-- 
Can't get to low C-states using 2.6.35 karmic backport
https://bugs.launchpad.net/bugs/616578
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 615049] [NEW] lirc_mceusb crash in 2.6.35-14.19~lucid1

2010-08-08 Thread Geoffrey Hausheer
Public bug reported:

I tried using the 2.6.25 kernel from the PPA for lucid (I needed a newer
kernel to change some raid properties hat needs 2.6.34 or newer)

I realize this is an unsupported kernel, but I thought I'd report the bug 
anyway.
Ubuntu 10.04
package: linux-image-2.6.35-14-generic 
version: 2.6.35-14.19~lucid1

Issue: lirc_mceusb LIRC module crashes on load:
Aug  8 07:06:18 ariane kernel: [ 1156.447116] BUG: unable to handle kernel 
paging request at 81084e40
Aug  8 07:06:18 ariane kernel: [ 1156.447124] IP: [8107f19e] 
kfifo_alloc+0x2e/0xb0
Aug  8 07:06:18 ariane kernel: [ 1156.447131] PGD 1a2c067 PUD 1a30063 PMD 
10001e1 
Aug  8 07:06:18 ariane kernel: [ 1156.447136] Oops: 0003 [#1] SMP 
Aug  8 07:06:18 ariane kernel: [ 1156.447139] last sysfs file: 
/sys/devices/pci:00/:00:1a.2/usb5/5-1/5-1.3/bmAttributes
Aug  8 07:06:18 ariane kernel: [ 1156.447143] CPU 0 
Aug  8 07:06:18 ariane kernel: [ 1156.447144] Modules linked in: lirc_mceusb(+) 
lirc_dev binfmt_misc ppdev vboxdrv nfsd nfs lockd fscache nfs_acl auth_rpcgss 
xfs exportfs sunrpc snd_hda_codec_intelhdmi snd_hda_codec_realtek i915 
snd_hda_intel snd_hda_codec drm_kms_helper drm i2c_algo_bit snd_hwdep snd_pcm 
snd_seq_midi snd_rawmidi snd_seq_midi_event asus_atk0110 snd_seq snd_timer 
coretemp snd_seq_device lp video parport joydev psmouse serio_raw intel_agp snd 
output soundcore snd_page_alloc raid10 raid456 async_pq async_xor xor 
async_memcpy async_raid6_recov ohci1394 raid6_pq async_tx usbhid hid 
usb_storage ieee1394 raid1 atl1 mii raid0 pata_jmicron multipath linear
Aug  8 07:06:18 ariane kernel: [ 1156.447192] 
Aug  8 07:06:18 ariane kernel: [ 1156.447195] Pid: 3924, comm: modprobe Not 
tainted 2.6.35-14-generic #19~lucid1-Ubuntu P5E-VM HDMI/P5E-VM HDMI
Aug  8 07:06:18 ariane kernel: [ 1156.447198] RIP: 0010:[8107f19e]  
[8107f19e] kfifo_alloc+0x2e/0xb0
Aug  8 07:06:18 ariane kernel: [ 1156.447202] RSP: 0018:8800cc087bb8  
EFLAGS: 00010286
Aug  8 07:06:18 ariane kernel: [ 1156.447204] RAX: 8800cf297c00 RBX: 
81084e40 RCX: 8107f199
Aug  8 07:06:18 ariane kernel: [ 1156.447207] RDX: 8800cf295c00 RSI: 
00d0 RDI: 0246
Aug  8 07:06:18 ariane kernel: [ 1156.447209] RBP: 8800cc087bc8 R08: 
 R09: 0246
Aug  8 07:06:18 ariane kernel: [ 1156.447212] R10: 8800a52c9b40 R11: 
 R12: 0400
Aug  8 07:06:18 ariane kernel: [ 1156.447214] R13: 88010a144300 R14: 
40410480 R15: 8800cf34dc00
Aug  8 07:06:18 ariane kernel: [ 1156.447217] FS:  7fea2b5d8700() 
GS:880001e0() knlGS:
Aug  8 07:06:18 ariane kernel: [ 1156.447220] CS:  0010 DS:  ES:  CR0: 
8005003b
Aug  8 07:06:18 ariane kernel: [ 1156.447222] CR2: 81084e40 CR3: 
cf2b4000 CR4: 06f0
Aug  8 07:06:18 ariane kernel: [ 1156.447224] DR0:  DR1: 
 DR2: 
Aug  8 07:06:18 ariane kernel: [ 1156.447227] DR3:  DR6: 
0ff0 DR7: 0400
Aug  8 07:06:18 ariane kernel: [ 1156.447230] Process modprobe (pid: 3924, 
threadinfo 8800cc086000, task 88012b77db80)
Aug  8 07:06:18 ariane kernel: [ 1156.447232] Stack:
Aug  8 07:06:18 ariane kernel: [ 1156.447233]  8801280059c0 
880128005980 8800cc087d28 a0209671
Aug  8 07:06:18 ariane kernel: [ 1156.447237] 0 8800cc087c94 
8800a52c9b40 88012b628660 
Aug  8 07:06:18 ariane kernel: [ 1156.447242] 0 0020 
8800a521c800 000400d0 88010a144e40
Aug  8 07:06:18 ariane kernel: [ 1156.447246] Call Trace:
Aug  8 07:06:18 ariane kernel: [ 1156.447254]  [a0209671] 
mceusb_dev_probe+0x321/0xa80 [lirc_mceusb]
Aug  8 07:06:18 ariane kernel: [ 1156.447260]  [81391ae2] ? 
__pm_runtime_set_status+0x162/0x1b0
Aug  8 07:06:18 ariane kernel: [ 1156.447264]  [8139187d] ? 
pm_runtime_resume+0x3d/0x60
Aug  8 07:06:18 ariane kernel: [ 1156.447269]  [8140d591] 
usb_probe_interface+0x111/0x200
Aug  8 07:06:18 ariane kernel: [ 1156.447272]  [8138a028] 
really_probe+0x68/0x190
Aug  8 07:06:18 ariane kernel: [ 1156.447275]  [8138a195] 
driver_probe_device+0x45/0x70
Aug  8 07:06:18 ariane kernel: [ 1156.447279]  [8138a25b] 
__driver_attach+0x9b/0xa0
Aug  8 07:06:18 ariane kernel: [ 1156.447281]  [8138a1c0] ? 
__driver_attach+0x0/0xa0
Aug  8 07:06:18 ariane kernel: [ 1156.447284]  [81389468] 
bus_for_each_dev+0x68/0x90
Aug  8 07:06:18 ariane kernel: [ 1156.447288]  [81389e9e] 
driver_attach+0x1e/0x20
Aug  8 07:06:18 ariane kernel: [ 1156.447290]  [8138975e] 
bus_add_driver+0xde/0x280
Aug  8 07:06:18 ariane kernel: [ 1156.447293]  [8138a5a0] 
driver_register+0x80/0x150
Aug  8 07:06:18 ariane kernel: [ 1156.447298]  [81586174] ? 
printk+0x68/0x6c
Aug  8 07:06:18 ariane kernel: [ 1156.447301]  

[Bug 601942] [NEW] Thunar doesn't clear 'metadata' when emtying trash

2010-07-05 Thread Geoffrey Hausheer
Public bug reported:

Binary package hint: thunar

Xubuntu 10.04 x86-64
thunar 1.0.1-3ubuntu1

I'm not sure if this is a KDE bug or a thunar bug.
When KDE apps (digikam in my case) dump files in trash, they properly go into 
$HOME/.local/share/Trash, but they also add a file 
'$HOME/.local/share/Trash/metdadata' which contains:
[Cached]
Size=2123321688

When I use thunar to empty the trash, it removes all files from the
trash, but does not update the 'metadata' file.  KDE apps (well digikam
is the only one I have installed) then think the trash is full and won't
add more items to it.  removing the metadata file, or setting the Size
to 0 resolves the issue.

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

-- 
Thunar doesn't clear 'metadata' when emtying trash
https://bugs.launchpad.net/bugs/601942
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 601241] [NEW] screen flashes when changing focus in nx/neatx

2010-07-02 Thread Geoffrey Hausheer
Public bug reported:

Binary package hint: digikam

When using digikam over NeatX or NXserver, the screen flashes whenevr
the mouse moves over a new object.  The effect is that all borders turn
black and then redraw to the proper color.  It is distracting even over
a LAN connection, and especially annoying on slower connections.

This issue is new in 10.04.  I have seen this issue both in the 1.2.0
releases as well as the 1.3.0 PPA packages, but did not have the issue
in 9.10

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

-- 
screen flashes when changing focus in nx/neatx
https://bugs.launchpad.net/bugs/601241
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to digikam in ubuntu.

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


[Bug 557502] Re: BUG: Bad page state in process kswapd0 pfn:0c1a5

2010-05-22 Thread Geoffrey Hausheer
At least in my case it has not been reproducible.  However, I moved to
Lucid shortly after my posting, and have not seen the problem since.

-- 
BUG: Bad page state in process kswapd0  pfn:0c1a5
https://bugs.launchpad.net/bugs/557502
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 578843] [NEW] Karmic-Lucid kernel upgrade failed with nfsroot

2010-05-11 Thread Geoffrey Hausheer
Public bug reported:

Linux gabby 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 
x86_64 GNU/Linux
Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2

During an upgrade from Karmic to Lucid on an nfsroot box, the kernel
install failed.

Initially the kernel wouldn't install because grub-pc wouldn't install
completely.  It kept asking for a drive to install grub on, but as this
is a diskless machine, it wasn't able to succeed.

I then removed grub-pc (which is marked as recommended but not required), which 
resulted in the kernel install failing with:
Could not find postinst hook script [update-grub]

I then created an empty shell script at /sbin/update-grub and everything
proceeded smoothly.

So as I understand it, either the kernel install shouldn't depend on
update-grub or grub-pc should be a required dependency (and should be
fixed to not require a disk to install to)

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

-- 
Karmic-Lucid kernel upgrade failed with nfsroot
https://bugs.launchpad.net/bugs/578843
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 578851] [NEW] Fail to remount root on nfsroot install

2010-05-11 Thread Geoffrey Hausheer
Public bug reported:

Binary package hint: upstart

Description:Ubuntu 10.04 LTS
Release:10.04

After upgrade from Karmic to Lucid on an nfsroot install, reboot failed.
The initramfs loaded properly, but after switching to init, the screen switched 
to the framebuffer and hung with a message about portmap exit status 1

I then switched the boot to use init=/bin/bash
I see that the root filesystem is mounted correctly, read-only
I run exec /sbin/init
and get hung with a message about plymouth-splash exiting status 2

if I manually remount the filesystem rw, I can then exec /sbin/init and
the system starts properly

In the end, I added 'rw' to the boot parameters such that root is mounted rw by 
initramfs (and removed he init= parameter), then boot works properly.
As it worked fine in Karmic without this, it seems like something in init is 
preventing the filesystem from remounting read-write

My fstab file:
proc/proc   procdefaults0   0
/dev/nfs/   nfs rw,nolock  0   0
none/tmptmpfs   defaults0   0
none/var/runtmpfs   defaults0   0
none/var/lock   tmpfs   defaults0   0
none/var/tmptmpfs   defaults0   0

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

-- 
Fail to remount root on nfsroot install
https://bugs.launchpad.net/bugs/578851
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 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-26 Thread Geoffrey Hausheer
Yes, using 5.3.2-1ubuntu5 seems to have fixed the issue. Thanks!

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-26 Thread Geoffrey Hausheer
Yes, using 5.3.2-1ubuntu5 seems to have fixed the issue. Thanks!

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
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 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-20 Thread Geoffrey Hausheer
FYI I was able to successfully downgrade to php5.2.10 from Karmic and
everything works again, but 5.3.2 isn't reallyusable for me.

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-20 Thread Geoffrey Hausheer
No, I don't know how to do that.
I can make it fault on demand by accessing specific pages on my site, but I 
don't know how to strip it down to a test-case.

Still, I don't expect php to ever segfault, and I certainly necver had
this issues on previous php versions.

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-20 Thread Geoffrey Hausheer
FYI I was able to successfully downgrade to php5.2.10 from Karmic and
everything works again, but 5.3.2 isn't reallyusable for me.

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
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 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-20 Thread Geoffrey Hausheer
No, I don't know how to do that.
I can make it fault on demand by accessing specific pages on my site, but I 
don't know how to strip it down to a test-case.

Still, I don't expect php to ever segfault, and I certainly necver had
this issues on previous php versions.

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
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 567043] [NEW] [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-19 Thread Geoffrey Hausheer
Public bug reported:

Binary package hint: php5

After upgrading to lucid, I get a segfault in php5-cgi when accessing a 
specific page (adding a new image in Gallery2) using lighttpd + php5-cgi
This happens both using cgi and fastcgi mode.
I have tried increasing the memory to 512M without any change in behavior.
using php-dbg and attaching to the process, I get the attached back-trace

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

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-19 Thread Geoffrey Hausheer

** Attachment added: backtrace.txt
   http://launchpadlibrarian.net/44872239/backtrace.txt

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-19 Thread Geoffrey Hausheer
Some useful info:
php5-cgi version 5.3.2-1ubuntu4
Architecture: amd64

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 567043] [NEW] [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-19 Thread Geoffrey Hausheer
Public bug reported:

Binary package hint: php5

After upgrading to lucid, I get a segfault in php5-cgi when accessing a 
specific page (adding a new image in Gallery2) using lighttpd + php5-cgi
This happens both using cgi and fastcgi mode.
I have tried increasing the memory to 512M without any change in behavior.
using php-dbg and attaching to the process, I get the attached back-trace

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

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
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 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-19 Thread Geoffrey Hausheer

** Attachment added: backtrace.txt
   http://launchpadlibrarian.net/44872239/backtrace.txt

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
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 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-19 Thread Geoffrey Hausheer
Some useful info:
php5-cgi version 5.3.2-1ubuntu4
Architecture: amd64

-- 
[lucid] php5-cgi crashes in memcpy using lighttpd
https://bugs.launchpad.net/bugs/567043
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 557502] Re: BUG: Bad page state in process kswapd0 pfn:0c1a5

2010-04-14 Thread Geoffrey Hausheer
I have seen the same bug on Ubuntu 9.10:
Linux version 2.6.31-20-generic (bui...@crested) (gcc version 4.4.1 (Ubuntu 
4.4.1-4ubuntu8) ) #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 (Ubuntu 
2.6.31-20.58-generic)

As far as I can tell there was nothing interesting happening at the time
the bug occurred.

451564.773553] kernel BUG at /build/buildd/linux-2.6.31/mm/filemap.c:123!
[451564.773560] invalid opcode:  [#1] SMP 
[451564.773567] last sysfs file: 
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
[451564.773574] CPU 2 
[451564.773577] Modules linked in: isofs udf crc_itu_t binfmt_misc ppdev 
vboxnetadp vboxnetflt vboxdrv xfs exportfs snd_hda_codec_intelhdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss 
snd_mixer_oss snd_pcm snd_seq_dummy iptable_filter ip_tables snd_seq_oss 
x_tables snd_seq_midi joydev lirc_mceusb lirc_dev snd_rawmidi 
snd_seq_midi_event asus_atk0110 psmouse snd_seq snd_timer snd_seq_device 
coretemp serio_raw lp parport snd soundcore snd_page_alloc raid10 raid1 raid0 
multipath linear raid456 fbcon tileblit font bitblit softcursor usbhid raid6_pq 
async_xor async_memcpy async_tx xor i915 drm i2c_algo_bit ohci1394 usb_storage 
ieee1394 video output atl1 mii intel_agp
[451564.773682] Pid: 26001, comm: mythcommflag Tainted: GB  
2.6.31-20-generic #58-Ubuntu P5E-VM HDMI
[451564.773691] RIP: 0010:[810db522]  [810db522] 
__remove_from_page_cache+0xb2/0xc0
[451564.773703] RSP: 0018:8800a4683bc8  EFLAGS: 00010046
[451564.773708] RAX:  RBX: ea000170e7d8 RCX: 
fff2
[451564.773715] RDX: 88012fc03a80 RSI: 0009 RDI: 
88015800
[451564.773721] RBP: 8800a4683bd8 R08: 0024 R09: 

[451564.773728] R10: c880 R11: 0002 R12: 
880011f1b708
[451564.773734] R13:  R14: ea000170e7d8 R15: 
0007
[451564.773741] FS:  () GS:88002805e000() 
knlGS:
[451564.773748] CS:  0010 DS:  ES:  CR0: 8005003b
[451564.773754] CR2: 7f025613d0c0 CR3: 01001000 CR4: 
06e0
[451564.773762] DR0:  DR1:  DR2: 

[451564.773769] DR3:  DR6: 0ff0 DR7: 
0400
[451564.773776] Process mythcommflag (pid: 26001, threadinfo 8800a4682000, 
task 8800cbe3)
[451564.773784] Stack:
[451564.773787]  ea000170e7d8 880011f1b720 8800a4683bf8 
810db561
[451564.773796] 0 ea000170e7d8 880011f1b708 8800a4683c18 
810e61a9
[451564.773804] 0 ea000170e7d8 01da 8800a4683cf8 
810e632f
[451564.773813] Call Trace:
[451564.773820]  [810db561] remove_from_page_cache+0x31/0x60
[451564.773830]  [810e61a9] truncate_complete_page+0x49/0x80
[451564.773839]  [810e632f] truncate_inode_pages_range+0x14f/0x3f0
[451564.773848]  [810e65e0] truncate_inode_pages+0x10/0x20
[451564.773857]  [810ed3bd] shmem_delete_inode+0x6d/0x100
[451564.773865]  [810ed350] ? shmem_delete_inode+0x0/0x100
[451564.773874]  [81135ba3] generic_delete_inode+0xd3/0x1a0
[451564.773882]  [81134a6d] iput+0x5d/0x70
[451564.773889]  [81131898] dentry_iput+0x88/0x100
[451564.773897]  [81131a0f] d_kill+0x3f/0x70
[451564.773904]  [8113330b] dput+0x9b/0x190
[451564.773911]  [81120fcc] __fput+0x17c/0x210
[451564.773919]  [8112107d] fput+0x1d/0x30
[451564.773926]  [810fad90] remove_vma+0x40/0x90
[451564.773934]  [810fc1d8] exit_mmap+0xf8/0x190
[451564.773942]  [8105c648] mmput+0x38/0xd0
[451564.773950]  [8106167e] exit_mm+0x10e/0x150
[451564.773959]  [8152c9b0] ? _spin_lock_irq+0x10/0x20
[451564.773966]  [81061925] do_exit+0x125/0x360
[451564.773975]  [81061ba9] do_group_exit+0x49/0xc0
[451564.773982]  [81061c32] sys_exit_group+0x12/0x20
[451564.773991]  [81012082] system_call_fastpath+0x16/0x1b
[451564.773997] Code: ff ff ff ff 0f bd 05 3e 51 74 00 0f 44 c2 89 c2 8d 14 d5 
08 00 00 00 e8 9d cb 1a 00 48 89 df 57 9d 0f 1f 44 00 00 5b 41 5c c9 c3 0f 0b 
eb fe 66 2e 0f 1f 84 00 00 00 00 00 55 48 89 e5 48 83 ec 
[451564.774068] RIP  [810db522] __remove_from_page_cache+0xb2/0xc0
[451564.774080]  RSP 8800a4683bc8
[451564.774086] ---[ end trace a41bf7af897f66ec ]---
[451564.774093] Fixing recursive fault but reboot is needed!
[496728.738434] BUG: Bad page state in process kswapd0  pfn:69665
[496728.738440] page:ea000170e618 flags:010c count:0 
mapcount:-1 mapping:8800a891cc80 index:1421b
[496728.738444] Pid: 47, comm: kswapd0 Tainted: GB D2.6.31-20-generic 
#58-Ubuntu
[496728.738446] Call Trace:
[496728.738455]  [810df324] bad_page+0xd4/0x130
[496728.738458]  [810e1ae2] free_hot_cold_page+0x62/0x200
[496728.738461]  [810e1cc1] 

[Bug 432636] Re: Karmic linux-2.6.31-10-generic (and later) breaks hostap

2009-12-12 Thread Geoffrey Hausheer
This bug seems to be very similar to #487978.
In my testing I found:
2.6.28-14 has working hostap for prism2.5 (but is unusable for me on karmic 
because the synaptic driver doesn't work with karmic's Xorg)
2.6.28-15 has broken hostap
2.6.31-9 has working hostap (and synaptic) and I'm using it now
2.6.31-10 (and all further versions) have broken hostap
2.6.32-7 has broken hostap

I got 2.6.31-9 from here (it was somewhat troublesome to find):
https://launchpad.net/ubuntu/karmic/i386/linux-image-2.6.31-9-386/2.6.31-9.29

The only difference I've noticed is that in the cases where hostap works I get 
this message:
ACPI: BIOS age (1997) fails cutoff (2000), acpi=force is required to enable ACPI
I don't know if it is a red-herring or not yet, but this was consistent in both 
2.6.28 and 2.6.31.  When I saw this message, hostap worked, when I didn't it 
didn't.

FYI, my log messages match those in #487978 on all failing kernels, 
specifically this:
[ 24.300028] wifi0: hfa384x_cmd: entry still in list? (entry=ed752680, type=0, 
res=0)
[ 24.300042] wifi0: hfa384x_cmd: command was not completed (res=0, 
entry=ed752680, type=0, cmd=0x0021, param0=0xfd0b, EVSTAT=8010 INTEN=0010)
[ 24.300048] wifi0: interrupt delivery does not seem to work
[ 24.300054] wifi0: hfa384x_get_rid: CMDCODE_ACCESS failed (res=-110, rid=fd0b, 
len=8)
[ 24.300058] Could not get RID for component NIC
[ 24.300063] hostap_pci: Initialization failed
[ 24.300068] hostap_pci: hardware initialization failed

-- 
Karmic linux-2.6.31-10-generic (and later) breaks hostap
https://bugs.launchpad.net/bugs/432636
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 432636] Re: Karmic linux-2.6.31-10-generic (and later) breaks hostap

2009-12-12 Thread Geoffrey Hausheer
Update: It looks like I was wrong about  the ACPI thing.  it is in my
dmesg in both cases, but only displayed to the screen in working
kernels.  attaching dmesg for 2.6.31-9 (working) and 2.6.31-16 (broken)

** Attachment added: working hostap dmesg
   http://launchpadlibrarian.net/36738189/dmesg-2.6.31-9-good.log

-- 
Karmic linux-2.6.31-10-generic (and later) breaks hostap
https://bugs.launchpad.net/bugs/432636
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 432636] Re: Karmic linux-2.6.31-10-generic (and later) breaks hostap

2009-12-12 Thread Geoffrey Hausheer

** Attachment added: roken hostap dmesg
   http://launchpadlibrarian.net/36738194/dmesg-2.6.31-16-bad.log

-- 
Karmic linux-2.6.31-10-generic (and later) breaks hostap
https://bugs.launchpad.net/bugs/432636
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 487978] Re: HostAP kernel driver cannot load Prism2.5 card

2009-12-12 Thread Geoffrey Hausheer
FYI, I had the exact same problem, and found the same situation
(2.6.28-14 worked but not much else).  I found a solution that let me
use 2.6.31 though.  Details are listed in Bug #432636.

-- 
HostAP kernel driver cannot load Prism2.5 card
https://bugs.launchpad.net/bugs/487978
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 362457] Re: Jaunty 64-bit - sis900 ethernet adapter speed is very slow

2009-07-19 Thread Geoffrey Hausheer
jaunty 32 bit 2.6.28-13-generic
connected via LAN to a 32bit hardy machine
cifs, ssh, ftp all top out around 500kB/sec
I can easily get 6-8MB/sec using XP in the same setup
dmesg just says:
eth0: Transmit timeout, status 0004 
eth0: Media Link on 100mbps dull-duplex
eth0: no IPv6 routers present

-- 
Jaunty 64-bit - sis900 ethernet adapter speed is very slow
https://bugs.launchpad.net/bugs/362457
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