[Bug 1559072] Re: [SRU] exceptions.from_response with webob 1.6.0 results in "AttributeError: 'unicode' object has no attribute 'get'"

2017-05-03 Thread Simon Leinen
A comment about the new review 462204: I requested a backport of the
cinderclient patch (407422) to Newton.  We recently upgraded to Newton,
and a user is now unable to delete Heat stacks that contain Cinder
volumes that have already been removed.  Applying the cinderclient patch
fixes this problem.

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

Title:
  [SRU] exceptions.from_response with webob 1.6.0 results in
  "AttributeError: 'unicode' object has no attribute 'get'"

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-midonet/+bug/1559072/+subscriptions

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


[Bug 1660385] Re: Alert user of Ec2 Datasource on lookalike cloud

2017-04-15 Thread Simon Leinen
Bug created at the diskimage-builder project: https://bugs.launchpad.net
/diskimage-builder/+bug/1683038

For the record, I still find these warnings kind of pointless.  Can you
consider disabling them for OpenStack clouds? The OpenStack metadata
service supports the Ec2 conventions, so it seems safe to assume that
Ec2 works under OpenStack.

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

Title:
  Alert user of Ec2 Datasource on lookalike cloud

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1660385/+subscriptions

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


[Bug 1660385] Re: Alert user of Ec2 Datasource on lookalike cloud

2017-04-15 Thread Simon Leinen
Following up on my last comment: I now understand why cloud-init on our
Ubuntu OpenStack images tries to use EC2 metadata rather than OpenStack
metadata; the diskimage-builder (DIB) tool puts the following in
/etc/cloud/cloud.cfg.d/91-dib-cloud-init-datasource.cfg:

  datasource_list: [ Ec2, None ]

When I add "OpenStack, " in front of that list and reboot, then the
warning message disappears (but the datasource change also causes the
SSH host key to change, which is a bit annoying).

I'll raise this with the upstream diskimage-builder project.  I assume
that they prefer the EC2 datastore for a reason, so I'll suggest to add
the configuration with the "strict_id: false" attribute to the generated
images.

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

Title:
  Alert user of Ec2 Datasource on lookalike cloud

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1660385/+subscriptions

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


[Bug 1660385] Re: Alert user of Ec2 Datasource on lookalike cloud

2017-04-15 Thread Simon Leinen
This "bug fix" is a huge regression for me.

We run an OpenStack-based cloud and provide (among others) Ubuntu-based
images on it, which we regularly refresh.  Since the latest refresh, our
users get these warnings on every login.  The warnings are completely
unwarranted, and I don't understand the reasoning behind them:

Like most OpenStack clouds, we do provide EC2 metadata over HTTP on the
well-known link-local address 169.254.169.254.  We also provide metadata
in OpenStack's own format, also via 169.254.169.254.  Instances can
detect that they are running on OpenStack based on DMI values.

Now cloud-init is trying to be clever about which kind of cloud it is
running on, and use suitable metadata depending on that.  So far, so
good!

On our cloud it should be able to detect (via DMI) that it is running on
OpenStack.  The reasoning explained in the bug description suggests that
cloud-init only wants to use EC2 metadata when running on EC2.  (I think
it could also use EC2 metadata under OpenStack, but be that as it may.)

But shouldn't cloud-init then just use the OpenStack metadata service
(which we also provide)? Complaining that the EC2 metadata service
exists as well seems pointless to me.

Can someone explain the logic of the current behavior under OpenStack to
me? Because I don't understand it.

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

Title:
  Alert user of Ec2 Datasource on lookalike cloud

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1660385/+subscriptions

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


[Bug 1660634] Re: Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel

2017-03-02 Thread Simon Leinen
I also tested the Xenial backport kernel (linux-image-generic-lts-
xenial, 4.4) on trusty and found that drop_monitor works fine.  I
haven't tried the normal (3.13) Trusty kernel yet, but can do so if
desired.

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

Title:
  Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel

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

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


[Bug 1660634] Re: Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel

2017-03-01 Thread Simon Leinen
I have tested this on a Xenial x86_64 system (VM under KVM).  The
4.4.0-65-generic kernel from the "proposed" repository does indeed
provide the NET_DM feature.  I can now use the "dropwatch" program to
trace packet drops in the kernel.  Thanks!

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

Title:
  Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel

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

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


[Bug 1448254] Re: openvswitch systemd unit file ordering wrong

2016-11-22 Thread Simon Leinen
Thanks for looking into this.  Any chance of getting the fix backported
to Xenial?

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

Title:
  openvswitch systemd unit file ordering wrong

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

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


[Bug 1612089] Re: Fix for CVE-2016-5403 causes crash on migration if memory stats are enabled

2016-09-09 Thread Simon Leinen
Folks, thanks for working on this!

Today we looked at OSSN-0069
(https://bugs.launchpad.net/ossn/+bug/1534652), which we could reproduce
on older instances.  Since we have Liberty, which already has the fix,
we could fix this by simply live-migrating all concerned instances.

But when testing this, most instances (the older ones) shut themselves
off after live-migration *shriek*.

I found that when I install the new Qemu packages from liberty-proposed
on a nova-compute node, then live migrations toward that node no longer
lead to these crashes.  Yay!

So I'm looking forward to these packages appearing in the regular Ubuntu
Cloud Archive.

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

Title:
  Fix for CVE-2016-5403 causes crash on migration if memory stats are
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1612089/+subscriptions

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


[Bug 1460228] Re: neutron-lbaas-agent package does not provide neutron_lbaas.conf file

2016-03-24 Thread Simon Leinen
This also concerns the Ubuntu Cloud Archive (Kilo version)

** Also affects: cloud-archive
   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/1460228

Title:
  neutron-lbaas-agent package does not provide neutron_lbaas.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1460228/+subscriptions

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


[Bug 1460228] Re: neutron-lbaas-agent package does not provide neutron_lbaas.conf file

2016-03-24 Thread Simon Leinen
This also concerns the Ubuntu Cloud Archive (Kilo version)

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to neutron-lbaas in Ubuntu.
https://bugs.launchpad.net/bugs/1460228

Title:
  neutron-lbaas-agent package does not provide neutron_lbaas.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1460228/+subscriptions

-- 
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 1460228] Re: neutron-lbaas-agent package does not provide neutron_lbaas.conf file

2016-03-19 Thread Simon Leinen
Any chance to get this backported to the Ubuntu Cloud Archive (Kilo
version) for trusty?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to neutron-lbaas in Ubuntu.
https://bugs.launchpad.net/bugs/1460228

Title:
  neutron-lbaas-agent package does not provide neutron_lbaas.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron-lbaas/+bug/1460228/+subscriptions

-- 
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 1460228] Re: neutron-lbaas-agent package does not provide neutron_lbaas.conf file

2016-03-19 Thread Simon Leinen
Any chance to get this backported to the Ubuntu Cloud Archive (Kilo
version) for trusty?

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

Title:
  neutron-lbaas-agent package does not provide neutron_lbaas.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron-lbaas/+bug/1460228/+subscriptions

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


[Bug 1460709] Re: graphite-web returns Internal Server Error due to incompatible changes in Django

2016-03-15 Thread Simon Leinen
Yes, this broke my Graphite installation on Trusty when Django was
upgraded to 1.7 as part of an OpenStack upgrade to Kilo from the Ubuntu
Cloud Archive.  The patch looks good, I applied something very similar
by hand.  This and something similar to https://github.com/graphite-
project/graphite-web/commit/07956bc0841f2aa24ad9b07de3d90184d4cb7c42
fixed the issue for me.

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

Title:
  graphite-web returns Internal Server Error due to incompatible changes
  in Django

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphite-web/+bug/1460709/+subscriptions

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


[Bug 1013597] Re: No default route for stateful DHCPv6

2012-12-11 Thread Simon Leinen
I stumbled over this as well.  Fortunately we use Ubuntu 12.10, so I
could use the accept_ra 1 workaround to fix the issue (missing default
routes when using stateful DHCPv6 to obtain address).

But, on POLA grounds, I agree with Ray Soucy (rps-u) that

The accept_ra option should default to 1 not 0

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

Title:
  No default route for stateful DHCPv6

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

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


[Bug 970021] [NEW] package python-uno 1:3.5.1-1ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-03-31 Thread Simon Leinen
Public bug reported:

Encountered when upgrading from 11.10 to 12.04 (beta2 I think).

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: python-uno 1:3.5.1-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
ApportVersion: 2.0-0ubuntu2
AptOrdering:
 python-uno: Install
 python-uno: Configure
Architecture: amd64
Date: Sat Mar 31 13:28:44 2012
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: libreoffice
Title: package python-uno 1:3.5.1-1ubuntu4 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-03-31 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package python-uno 1:3.5.1-1ubuntu4 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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


[Bug 970021] Re: package python-uno 1:3.5.1-1ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-03-31 Thread Simon Leinen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970021

Title:
  package python-uno 1:3.5.1-1ubuntu4 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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


Re: [Bug 745875] Re: WARNING: at /build/buildd/linux-2.6.38/net/mac80211/rx.c:2881 ieee80211_rx+0xad/0x1d0 [mac80211]()

2012-03-29 Thread Simon Leinen
On Thu, Mar 29, 2012 at 12:26, Christopher M. Penalver 
christopher.penal...@gmx.com wrote:

 Simon Leinen, thank you for reporting this bug and helping make Ubuntu
 better. This bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue?
 Can you try with the latest development release of Ubuntu? ISO CD images
 are available from http://cdimage.ubuntu.com/releases/ .


Many months ago, I moved to using kernels compiled from Git, and the new
brcmsmac driver has worked well for me lately.  I'm currently using Linus'
3.3 kernel, but it has been working well for long enough that I suspect the
fix is in Ubuntu 12.04 as well.  However I haven't tested this, as I still
use 11.10 on my laptop (except for the kernel).

[...]
 Also, if you could test the latest upstream kernel available that would
 be great. It will allow additional upstream developers to examine the
 issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once
 you've tested the upstream kernel, please remove the 'needs-upstream-
 testing' tag.


OK, I'll do that, then, since it works well for me using the mainline
kernel.


 This can be done by clicking on the yellow pencil icon
 next to the tag located at the bottom of the bug description and
 deleting the 'needs-upstream-testing' text. Please let us know your
 results.


Best regards,
-- 
Simon.


** Tags removed: needs-upstream-testing

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

Title:
  WARNING: at /build/buildd/linux-2.6.38/net/mac80211/rx.c:2881
  ieee80211_rx+0xad/0x1d0 [mac80211]()

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

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


[Bug 745875] [NEW] WARNING: at /build/buildd/linux-2.6.38/net/mac80211/rx.c:2881 ieee80211_rx+0xad/0x1d0 [mac80211]()

2011-03-30 Thread Simon Leinen
Public bug reported:

The new broadcom driver (brcm80211) sort of worked for me, but then I started 
visiting a few large/busy networks, and started to experience great 
instability.  Here at the IETF meeting (with up to 960 nodes connected to a 
WLAN with many hops and many SSIDs), I had many oopses and some freezes, to the 
point where I had to blacklist brcm80211.
My laptop is a HP Mini 5103 with an Atom N550.

ProblemType: KernelOops
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-7-generic 2.6.38-7.39
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leinen 2993 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x9050 irq 45'
   Mixer name   : 'IDT 92HD75B2X5'
   Components   : 'HDA:111d7608,103c1608,00100202'
   Controls  : 13
   Simple ctrls  : 8
Date: Mon Mar 28 10:44:58 2011
Failure: oops
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110304)
MachineType: Hewlett-Packard HP Mini 5103
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-5-generic 
root=UUID=a5198bcf-3a9d-4d51-a7f3-6bb33c0d7989 ro verbose splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-5-generic N/A
 linux-backports-modules-2.6.38-5-generic  N/A
 linux-firmware1.49
SourcePackage: linux
Title: WARNING: at /build/buildd/linux-2.6.38/net/mac80211/rx.c:2881 
ieee80211_rx+0xad/0x1d0 [mac80211]()
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PGP Ver. F.02
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1608
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 92.04
dmi.chassis.asset.tag: CNU106101B
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PGPVer.F.02:bd10/20/2010:svnHewlett-Packard:pnHPMini5103:pvr:rvnHewlett-Packard:rn1608:rvrKBCVersion92.04:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Mini 5103
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-kerneloops kernel-net kernel-oops natty 
needs-upstream-testing regression-update

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

Title:
  WARNING: at /build/buildd/linux-2.6.38/net/mac80211/rx.c:2881
  ieee80211_rx+0xad/0x1d0 [mac80211]()

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


[Bug 745875] Re: WARNING: at /build/buildd/linux-2.6.38/net/mac80211/rx.c:2881 ieee80211_rx+0xad/0x1d0 [mac80211]()

2011-03-30 Thread Simon Leinen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/745875

Title:
  WARNING: at /build/buildd/linux-2.6.38/net/mac80211/rx.c:2881
  ieee80211_rx+0xad/0x1d0 [mac80211]()

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


Re: [Bug 456916] Re: [Acer Aspire 3810TZ] fails to resume from suspend

2010-04-20 Thread Simon Leinen
*** This bug is a duplicate of bug 405120 ***
https://bugs.launchpad.net/bugs/405120

Jared,

thanks a lot for pointing me to the i8042.reset=1 boot option.
Suspend/resume works perfectly now!

Best regards,
-- 
Simon.

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] Re: [Acer Aspire 3810TZ] fails to resume from suspend

2010-04-06 Thread Simon Leinen
I have exactly the same issue as the original poster, also on an Acer
Aspire Timeline 3810TZ, but using Ubuntu 10.04 (beta).  Even with the
latest BIOS from Acer/Inspyre (revision 1.24), the symptoms are the
same: On resume, the machine spins up for a few seconds with the screen
remaining dark, then switches off completely.  Although I'm not the
original poster, I will attach the information from apport-collect as
instructed.

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] Card0.Codecs.codec.0.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] Re: [Acer Aspire 3810TZ] fails to resume from suspend

2010-04-06 Thread Simon Leinen
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leinen 1849 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xe450 irq 22'
   Mixer name   : 'Intel G45 DEVCTG'
   Components   : 'HDA:10ec0269,10250229,0014 
HDA:80862802,80860101,0010'
   Controls  : 21
   Simple ctrls  : 10
DistroRelease: Ubuntu 10.04
HibernationDevice: RESUME=UUID=5c928273-4d9b-4027-b448-08320c0e09f1
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20091214)
MachineType: Acer Aspire 3810TZ
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-19-generic 
root=UUID=f7c49341-2f27-40b3-955d-e7b98ca38e00 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Regression: No
RelatedPackageVersions: linux-firmware 1.33
Reproducible: Yes
Tags: lucid suspend resume needs-upstream-testing
Uname: Linux 2.6.32-19-generic x86_64
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin plugdev 
tape video
dmi.bios.date: 03/04/2010
dmi.bios.vendor: Acer
dmi.bios.version: V1.24
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire 3810TZ
dmi.board.vendor: Acer
dmi.board.version: PSMBOU-1234567
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: PLUS
dmi.modalias: 
dmi:bvnAcer:bvrV1.24:bd03/04/2010:svnAcer:pnAspire3810TZ:pvrV1.24:rvnAcer:rnAspire3810TZ:rvrPSMBOU-1234567:cvnAcer:ct10:cvrPLUS:
dmi.product.name: Aspire 3810TZ
dmi.product.version: V1.24
dmi.sys.vendor: Acer


** Tags added: apport-collected

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] CurrentDmesg.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] Lspci.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] Lsusb.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] PciMultimedia.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] AplayDevices.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] BootDmesg.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] IwConfig.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] AlsaDevices.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] RfKill.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] UdevDb.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] Card0.Amixer.values.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] Card0.Codecs.codec.2.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] ProcModules.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] ProcCpuinfo.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] ProcInterrupts.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] UdevLog.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 456916] WifiSyslog.txt

2010-04-06 Thread Simon Leinen
apport information

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

-- 
[Acer Aspire 3810TZ] fails to resume from suspend
https://bugs.launchpad.net/bugs/456916
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Simon Leinen
I tested Dani's patch and found it to apply (to the result of apt-get source 
network-manager-openvpn on 10.04) and work fine. It finally allows me to 
connect to our common company's OpenVPN server using network-manager.
-- 
Simon.

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 506010] Re: Not possible to set fragment size

2010-01-27 Thread Simon Leinen
Dani also has a version of the patch that works with Ubuntu 9.10 - maybe
he can post it here... it would certainly be nice to have more people
test it.

-- 
Not possible to set fragment size
https://bugs.launchpad.net/bugs/506010
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 274522] Re: Xorg crashed with SIGSEGV in dixLookupPrivate() after resuming from suspend-to-RAM

2008-12-07 Thread Simon Leinen
On Fri, Dec 5, 2008 at 03:13, Bryce Harrington
[EMAIL PROTECTED]wrote:

 Are you able to reproduce this issue?  If so, please collect a full
 backtrace - see http://wiki.ubuntu.com/X/Backtracing for directions.


I can no longer reproduce this.  After upgrading to intrepid, I changed to a
more pristine suspend-to-ram configuration.  In the meantime, I also
replaced my Dell D410 laptop with an Acer Aspire One.  Lately I haven't had
any problems with the X server crashing after resume-from-RAM.

Best regards,
-- 
Simon.

-- 
Xorg crashed with SIGSEGV in dixLookupPrivate() after resuming from 
suspend-to-RAM
https://bugs.launchpad.net/bugs/274522
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 274522] Re: Xorg crashed with SIGSEGV in dixLookupPrivate() after resuming from suspend-to-RAM

2008-09-25 Thread Simon Leinen

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/17961346/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/17961348/Disassembly.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/17961349/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/17961350/LsPci.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/17961353/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/17961354/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/17961355/ThreadStacktrace.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/17961356/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/17961357/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/17961358/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/17961359/Xrandr.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/17961360/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/17961361/xdpyinfo.txt

** Visibility changed to: Public

-- 
Xorg crashed with SIGSEGV in dixLookupPrivate() after resuming from 
suspend-to-RAM
https://bugs.launchpad.net/bugs/274522
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