[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-11-02 Thread Erica Portnoy
I think that's the same setup I mentioned above, where account reuse
only works in one direction, and therefore it fails because the v2
account isn't present on the v1 server.

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

Title:
  Certbot will stop working for 23,847 users with upcoming Let's Encrypt
  deprecation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/1893274/+subscriptions

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

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-10-30 Thread Erica Portnoy
We use pebble for testing: https://github.com/letsencrypt/pebble/

I'm actually not personally familiar with it though, as I haven't had
the need to set one up and modify it myself, but I understand it's
fairly straightforward to get running.

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

Title:
  Certbot will stop working for 23,847 users with upcoming Let's Encrypt
  deprecation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/1893274/+subscriptions

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

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-10-30 Thread Erica Portnoy
I'd be surprised if that worked? Boulder has account reuse, but that's
for reusing an account created on v1 account with v2, not the converse.
My initial test of just putting in the old server URL doesn't seem to be
working, anyway. (Note that you have to add a server URL to the top
section of the renewal config, since this fix is specifically for the
older configs where we saved it there automatically; we don't save it
there anymore. The `server` line under `[renewalparams]` is something
different.) We certainly relied on testing with an actual, old account
when we first implemented this. Alex might have set up some sort of
manual local Boulder config for testing, but I'm not sure exactly what
he did; he mentions it here:
https://github.com/certbot/certbot/issues/7979#issuecomment-635010077.
To test with that we'd also probably have to go in and manually change
the URLs being switched, since the URL being replaced is hard-coded.

** Bug watch added: github.com/certbot/certbot/issues #7979
   https://github.com/certbot/certbot/issues/7979

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

Title:
  Certbot will stop working for 23,847 users with upcoming Let's Encrypt
  deprecation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/1893274/+subscriptions

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

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-10-30 Thread Erica Portnoy
Ah right, it was https://github.com/mnordhoff who had one; evidence of
it working is in the PR discussion here:
https://github.com/certbot/certbot/pull/8053#issuecomment-639248307

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

Title:
  Certbot will stop working for 23,847 users with upcoming Let's Encrypt
  deprecation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/1893274/+subscriptions

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

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-10-30 Thread Erica Portnoy
Robie, are you looking for a live/integration test? There's a unit test
in the linked commit. It's a little tricky to test for this, because you
either need to have an old account lying around (as new ACMEv1 accounts
can't be created anymore), or modify a boulder instance and then run
that. I think we found someone with an old account to test it at the
time, but I'd have to look into it to see if we still have one.

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

Title:
  Certbot will stop working for 23,847 users with upcoming Let's Encrypt
  deprecation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/1893274/+subscriptions

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

[Bug 1893274] Re: Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-09-01 Thread Erica Portnoy
> Could you confirm which Ubuntu releases require this please? Is it all
of 16.04, 18.04 and 20.04? Is the version in Ubuntu Groovy (1.7.0-1
currently, not yet released) affected?

Yes, it is all of those, in both universe and universe updates (for
16.04 and 18.04, unless 20.04 now has universe updates that I've
missed). It's anything less than 1.6.0. Version 1.7.0 in Groovy already
has the patch and should not need to be updated.

> Going forwards, I suggest that the policy we adopt in making a
decision on whether to update distribution certbot packaging in Ubuntu
should be to prefer cherry-picks if they are reasonably simple to
achieve, but permit major version updates when cherry-picks aren't
practical to solve an "Internet deprecation".


Honestly, I think this is hard to predict ahead of time. The ACME protocol, 
having been officially standardized, is certainly more stable now. Now that 
Certbot has passed 1.0.0, our API is more stable as well; if we plan to change 
it, we'll bump the major version number. If we were updating packages that were 
all past 1.0 to some 1.x, I'd certainly be more inclined to just update the 
whole package. In this situation, that is obviously not the case, and so just 
applying a single patch makes sense. But I could see that going the other way 
in a different situation.

Thank you!

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

Title:
  Certbot will stop working for 23,847 users with upcoming Let's Encrypt
  deprecation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/1893274/+subscriptions

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

[Bug 1893274] [NEW] Certbot will stop working for 23, 847 users with upcoming Let's Encrypt deprecation

2020-08-27 Thread Erica Portnoy
Public bug reported:

Let’s Encrypt is in the process of shutting down ACMEv1. The full
shutdown process will be completed in June 2021 with temporary brown-
outs starting at the beginning of the year; more specific details are
available at https://community.letsencrypt.org/t/end-of-life-plan-for-
acmev1/88430.

When ACMEv1 is shut down, many older versions of Certbot will be unable
to get new certificates. ACMEv2 support was first made default in 0.26.0
for new certificates, but it wasn’t until 1.6.0 that certificates which
had originally been issued using ACMEv1 were transitioned to ACMEv2. The
original update was supposed to move people off of ACMEv1, but due to
some old configuration management code, we missed a small group of early
Certbot users.

Based on recent counts, there are a total of 23,847 distinct non-EOL
Ubuntu users still using ACMEv1 who use the version of Certbot packaged
in their system’s package manager (the versions available in 16.04
universe, 16.04 universe updates, 18.04 universe, 18.04 universe
updates, and 20.04). These users will no longer receive certs in June,
but would be automatically upgraded to ACMEv2 if the package for their
system were updated.

The commit that switches ACMEv1 users to ACMEv2 is here: 
https://github.com/certbot/certbot/commit/340a4280eacc3eac8915996d89ff0c0a0cd023f9
One option to address the upcoming shutdown is to backport the commit into 
older versions of Certbot.

Another option to address the shutdown, which is preferable from our
perspective, would be to update Certbot to 1.6.0+. First, there’s the
inherent risk in backporting an individual change, especially onto much
older code. Released versions are tested extensively both on our systems
and by our users, so we’re much more sure of their stability than a
backported patch. Additionally, Certbot continues to improve over time,
closing up bugs, supporting more edge cases, improving usability, and
offering more robust and modern security practices.

Since we made backwards incompatible changes in 0.40.0 and 1.0.0, to
update Certbot to a newer version, our other components will have to be
updated as well. Certbot relies on our other libraries `acme` and
`josepy`, and we have a series of plugins which will need to be updated
as well, including the `certbot-nginx` and `certbot-apache` plugins, as
well as our `certbot-dns-*` plugins. Certbot 1.0.0 in particular
contained significant API changes, and if any of our packages are
updated to 1.0.0 or newer, it will probably be easiest to update all of
them. josepy may be fine depending on the version of certbot, as certbot
1.0.0 relies on `josepy>=1.1.0`, which is already available packaged on
all relevant systems. But Certbot 1.0.0 also requires `acme>=0.40.0`,
which is only one release behind 1.0.0, so it would probably be easier
to update it to a matching version. Basically, I would recommend
choosing a certbot version, then updating `acme`, `certbot-nginx`,
`certbot-apache`, and `certbot-dns-*` to that version. None of our 3rd
party dependencies should need to be updated.

One thing to note when choosing a version is that Certbot 1.7.0
deprecated Python 3.5 support, which may be necessary on older systems,
so 1.6.0 may be a better choice than later versions on older systems.

Updating to anything past 0.38.0 will require the `distro` dependency,
which is not currently packaged on Xenial. It is in Bionic and it has no
transitive dependencies that aren't in Xenial:
https://packages.ubuntu.com/bionic/python-distro

Certbot 0.40.0 and 1.0.0 introduced backwards incompatible changes;
these include:

* CLI flags --tls-sni-01-port and --tls-sni-01-address have been removed.
* The values tls-sni and tls-sni-01 for the --preferred-challenges flag are no
longer accepted.
* Removed the flags: `--agree-dev-preview`, `--dialog`, and 
`--apache-init-script`
* Certbot's `config_changes` subcommand has been removed
* `certbot.plugins.common.TLSSNI01` has been removed.
* Deprecated attributes related to the TLS-SNI-01 challenge in 
`acme.challenges` and `acme.standalone` have been removed.
* The functions `certbot.client.view_config_changes`, 
`certbot.main.config_changes`, 
`certbot.plugins.common.Installer.view_config_changes`, 
`certbot.reverter.Reverter.view_config_changes`, and 
`certbot.util.get_systemd_os_info` have been removed
* Certbot's `register --update-registration` subcommand has been removed
* When possible, default to automatically configuring the webserver so all 
requests
  redirect to secure HTTPS access. This is mostly relevant when running Certbot
  in non-interactive mode. Previously, the default was to not redirect all 
requests.

** Affects: python-certbot (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/1893274

Title:
  Certbot will stop working for 23,847 users with upcoming Let's Encrypt
  

[Bug 1827460] Re: [Lenovo IdeaPad 330-15IGM] No sound at all after resuming from sleep in kernel 4.15.0-48.51-generic (but v4.15.0-47.50 works).

2019-06-03 Thread Erica Turner
Thank you for posting such a great blog! I found your website perfect for my 
needs. It contains wonderful and helpful posts. Keep up the good work. Thank 
you for this wonderful Blog! 
https://www.canonprintersupport247.com/blog/how-to-fix-error-5200-in-canon-printers/;>canon
 printer error 5200

Call us : Toll-Free : 
USA: +1-888-633-7151 UK: +44-808-164-5280

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

Title:
  [Lenovo IdeaPad 330-15IGM] No sound at all after resuming from sleep
  in kernel 4.15.0-48.51-generic (but  v4.15.0-47.50 works).

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

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

[Bug 1732171] [NEW] package libperl5.24 5.24.1-2ubuntu1 [modified: usr/share/doc/libperl5.24/changelog.Debian.gz] failed to install/upgrade: intentando sobreescribir el compartido `/usr/share/doc/libp

2017-11-14 Thread Erica
Public bug reported:

No se cuál es el problema, solo me largó ese error

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: libperl5.24 5.24.1-2ubuntu1 [modified: 
usr/share/doc/libperl5.24/changelog.Debian.gz]
ProcVersionSignature: Ubuntu 4.10.0-38.42-lowlatency 4.10.17
Uname: Linux 4.10.0-38-lowlatency x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
Date: Tue Nov 14 09:09:45 2017
ErrorMessage: intentando sobreescribir el compartido 
`/usr/share/doc/libperl5.24/changelog.Debian.gz', que es distinto de otras 
instancias del paquetes libperl5.24:amd64
InstallationDate: Installed on 2016-10-20 (389 days ago)
InstallationMedia: Ubuntu-Studio 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4.8
SourcePackage: perl
Title: package libperl5.24 5.24.1-2ubuntu1 [modified: 
usr/share/doc/libperl5.24/changelog.Debian.gz] failed to install/upgrade: 
intentando sobreescribir el compartido 
`/usr/share/doc/libperl5.24/changelog.Debian.gz', que es distinto de otras 
instancias del paquetes libperl5.24:amd64
UpgradeStatus: Upgraded to zesty on 2017-10-01 (44 days ago)

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


** Tags: amd64 apport-package zesty

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

Title:
  package libperl5.24 5.24.1-2ubuntu1 [modified:
  usr/share/doc/libperl5.24/changelog.Debian.gz] failed to
  install/upgrade: intentando sobreescribir el compartido
  `/usr/share/doc/libperl5.24/changelog.Debian.gz', que es distinto de
  otras instancias del paquetes libperl5.24:amd64

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

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

[Bug 1584389] [NEW] package udev 229-4ubuntu5 failed to install/upgrade: package udev is already installed and configured

2016-05-21 Thread Erica
Public bug reported:

queria instalar wintricks y me salio este error

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-21.37-lowlatency 4.4.6
Uname: Linux 4.4.0-21-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Sat May 21 17:57:09 2016
ErrorMessage: package udev is already installed and configured
InstallationDate: Installed on 2016-05-21 (0 days ago)
InstallationMedia: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-lowlatency 
root=UUID=b898dea8-206a-46ee-b527-21604b058e40 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: dpkg
Title: package udev 229-4ubuntu5 failed to install/upgrade: package udev is 
already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/12/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F2
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: F2A58M-S1
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF2:bd06/12/2014:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A58M-S1:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-package xenial

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

Title:
  package udev 229-4ubuntu5 failed to install/upgrade: package udev is
  already installed and configured

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

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


[Bug 1155327] Re: skype crashed with SIGSEGV in malloc@plt()

2014-11-05 Thread erica hollis
Have tried the work around on Ubuntu 14.04 but that leads to a
segmentation fault (core dump)

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

Title:
  skype crashed with SIGSEGV in malloc@plt()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1155327/+subscriptions

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


[Bug 636045] Re: intel ips 0000:00:1f.6: MCP power or thermal limit exceeded

2012-05-19 Thread Erica Peterson
I have this problem with a Thinkpad X201 running 12.04.

If the machine is under heavy load I get a bunch (hundreds) of these in 
/var/log/kern.log:
May 19 15:51:10 alkesh kernel: [96713.752369] intel ips :00:1f.6: MCP limit 
exceeded: Avg temp 10024, limit 9000
May 19 15:51:10 alkesh kernel: [96713.752374] intel ips :00:1f.6: MCP limit 
exceeded: Avg power 55624, limit 35000

...and then my laptop shuts down:
May 19 15:51:11 alkesh kernel: [96715.502712] CPU0: Core temperature above 
threshold, cpu clock throttled (total events = 1)
May 19 15:51:11 alkesh kernel: [96715.502719] CPU1: Core temperature above 
threshold, cpu clock throttled (total events = 1)
May 19 15:51:11 alkesh kernel: [96715.503746] CPU0: Core temperature/speed 
normal
May 19 15:51:11 alkesh kernel: [96715.503748] CPU1: Core temperature/speed 
normal
May 19 15:51:15 alkesh kernel: [96718.633527] Critical temperature reached (100 
C), shutting down.
May 19 15:51:15 alkesh kernel: [96718.644694] Critical temperature reached (100 
C), shutting down.
May 19 15:51:15 alkesh kernel: [96718.739831] intel ips :00:1f.6: MCP limit 
exceeded: Avg temp 10287, limit 9000
May 19 15:51:15 alkesh kernel: [96718.739840] intel ips :00:1f.6: MCP limit 
exceeded: Avg power 55709, limit 35000
May 19 15:51:16 alkesh kernel: Kernel logging (proc) stopped.

astronut@alkesh:~$ uname -a
Linux alkesh 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
astronut@alkesh:~$ sudo dmidecode
# dmidecode 2.11
SMBIOS 2.6 present.
78 structures occupying 2867 bytes.
Table at 0x000E0010.

Handle 0x, DMI type 0, 24 bytes
BIOS Information
Vendor: LENOVO
Version: 6QET61WW (1.31 )
Release Date: 10/26/2010
Address: 0xE
Runtime Size: 128 kB
ROM Size: 8192 kB
Characteristics:
PCI is supported
PC Card (PCMCIA) is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
EDD is supported
3.5/720 kB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Targeted content distribution is supported
BIOS Revision: 1.49
Firmware Revision: 1.18

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: LENOVO
Product Name: 3249CTO
Version: ThinkPad X201
Serial Number: R9AKKT5
UUID: 007C14BA-281E-E011-A08D-9740469DBBC7
Wake-up Type: Power Switch
SKU Number: Not Specified
Family: ThinkPad X201

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: LENOVO
Product Name: 3249CTO
Version: Not Available
Serial Number: 1ZHWK1164RT
Asset Tag: Not Specified
Features: None
Location In Chassis: Not Specified
Chassis Handle: 0x
Type: Unknown
Contained Object Handles: 0

Handle 0x0003, DMI type 3, 21 bytes
Chassis Information
Manufacturer: LENOVO
Type: Notebook
Lock: Not Present
Version: Not Available
Serial Number: R9AKKT5
Asset Tag: No Asset Information
Boot-up State: Unknown
Power Supply State: Unknown
Thermal State: Unknown
Security Status: Unknown
OEM Information: 0x
Height: Unspecified
Number Of Power Cords: Unspecified
Contained Elements: 0

Handle 0x0004, DMI type 126, 21 bytes
Inactive

Handle 0x0005, DMI type 126, 21 bytes
Inactive

Handle 0x0006, DMI type 4, 42 bytes
Processor Information
Socket Designation: None
Type: Central Processor
Family: Other
Manufacturer: GenuineIntel
ID: 55 06 02 00 FF FB EB BF
Version: Intel(R) Core(TM) i7 CPU   M 620  @ 2.67GHz
Voltage: 1.3 V
External Clock: 133 MHz
Max Speed: 2660 MHz
Current Speed: 2660 MHz
Status: Populated, Enabled
Upgrade: None
L1 Cache Handle: 0x000A
L2 Cache Handle: 0x000B
L3 Cache Handle: 0x000C
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Core Count: 2
Core Enabled: 2
Thread Count: 4
Characteristics: None

Handle 0x0007, DMI type 5, 20 bytes
Memory Controller Information
Error Detecting Method: None
Error 

[Bug 804109] Re: can't enable touchpad in Ubuntu 11.10

2011-11-23 Thread Erica Peterson
Workaround #45 worked for me as well; thanks!  Thinkpad X201, running
11.10.

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

Title:
  can't enable touchpad in Ubuntu 11.10

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

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


[Bug 867477] [NEW] nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
Public bug reported:

Nautilus closes when I click on certain folders, either in the main
panel or in the side panel.  Folders that trigger this are Desktop,
Documents, Downloads, Music, Pictures, Public, and Templates.  Folders
that do not trigger this are Dropbox, Ubuntu One, Videos, and VirtualBox
VMs.  I don't see anything in /var/log/messages unfortunately.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.0-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Tue Oct  4 09:02:02 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2011-09-27 (7 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  nautilus closes when I click certain folders

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

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


[Bug 867477] Re: nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/867477

Title:
  nautilus closes when I click certain folders

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

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


[Bug 867477] Re: nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
One more thing - in the main panel, clicking the little arrow to expand
the folder contents works fine.  It's only when I double-click on the
folder name that nautilus closes.

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

Title:
  nautilus closes when I click certain folders

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

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


[Bug 867477] Re: nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
** Attachment added: gdb output, using 
https://wiki.ubuntu.com/DebuggingProgramCrash;
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/867477/+attachment/2507410/+files/gdb-nautilus.txt

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

Title:
  nautilus closes when I click certain folders

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

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


[Bug 867477] Re: nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
** Attachment added: valgrind log
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/867477/+attachment/2507422/+files/valgrind.log

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

Title:
  nautilus closes when I click certain folders

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

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


[Bug 867477] Re: nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
** Attachment added: contents of .xsession-errors
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/867477/+attachment/2507428/+files/xsession-errors

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

Title:
  nautilus closes when I click certain folders

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

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


[Bug 867477] Re: nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
** Attachment added: strace output
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/867477/+attachment/2507429/+files/strace-nautilus.log

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

Title:
  nautilus closes when I click certain folders

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

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


[Bug 867477] Re: nautilus closes when I click certain folders

2011-10-04 Thread Erica Peterson
Since nautilus is failing without generating any sort of error message
I've gone through the https://wiki.ubuntu.com/DebuggingProgramCrash page
and generated all the output suggested there (gdb backtrace, valgrind
log, strace log, .xsession-errors content) and attached it here.  Hope
this helps - let me know if you need anything else.

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

Title:
  nautilus closes when I click certain folders

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

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


[Bug 859225] Re: package flashplugin-installer 10.3.183.10ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-25 Thread Erica Peterson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/859225

Title:
  package flashplugin-installer 10.3.183.10ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/859225/+subscriptions

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


[Bug 859225] [NEW] package flashplugin-installer 10.3.183.10ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-25 Thread Erica Peterson
Public bug reported:

Package failed to install when I upgraded to the beta, so I had to run a
partial upgrade afterwards, and it failed again.  Ran update-manager,
did an upgrade, package failed to install again.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: flashplugin-installer 10.3.183.10ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
ApportVersion: 1.23-0ubuntu1
AptOrdering:
 nautilus-dropbox: Install
 onboard: Install
 flashplugin-installer: Configure
 nautilus-dropbox: Configure
 onboard: Configure
Architecture: amd64
Date: Sun Sep 25 17:28:41 2011
DuplicateSignature:
 Setting up flashplugin-installer (10.3.183.10ubuntu2) ...
 nspluginwrapper: /usr/lib/flashplugin-installer/libflashplayer.so is not a 
valid NPAPI plugin
 dpkg: error processing flashplugin-installer (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: flashplugin-nonfree
Title: package flashplugin-installer 10.3.183.10ubuntu2 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to oneiric on 2011-09-25 (0 days ago)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package oneiric

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

Title:
  package flashplugin-installer 10.3.183.10ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/859225/+subscriptions

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


[Bug 836854] Re: [dash] Cannot press tab to switch keyboard focus to results

2011-09-25 Thread Erica Peterson
Please return this functionality to dash...it was so convenient to be
able to tab through the results.

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

Title:
  [dash] Cannot press tab to switch keyboard focus to results

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/836854/+subscriptions

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


[Bug 753621] [NEW] package branding-ubuntu 0.5 failed to install/upgrade: trying to overwrite '/usr/share/gnome-games/quadrapassel/pixmaps/quadrapassel.svg', which is also in package quadrapassel 1:2.

2011-04-07 Thread Erica Peterson
Public bug reported:

Binary package hint: branding-ubuntu

branding-ubuntu failed to update; it's trying to overwrite a file that's
in another package.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: branding-ubuntu 0.5
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
AptOrdering:
 branding-ubuntu: Install
 branding-ubuntu: Configure
Architecture: amd64
Date: Thu Apr  7 10:37:51 2011
Dependencies:
 
DpkgTerminalLog:
 Preparing to replace branding-ubuntu 0.5 (using 
.../branding-ubuntu_0.6_all.deb) ...
 Unpacking replacement branding-ubuntu ...
 dpkg: error processing /var/cache/apt/archives/branding-ubuntu_0.6_all.deb 
(--unpack):
  trying to overwrite 
'/usr/share/gnome-games/quadrapassel/pixmaps/quadrapassel.svg', which is also 
in package quadrapassel 1:2.32.1-0ubuntu3
ErrorMessage: trying to overwrite 
'/usr/share/gnome-games/quadrapassel/pixmaps/quadrapassel.svg', which is also 
in package quadrapassel 1:2.32.1-0ubuntu3
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
SourcePackage: branding-ubuntu
Title: package branding-ubuntu 0.5 failed to install/upgrade: trying to 
overwrite '/usr/share/gnome-games/quadrapassel/pixmaps/quadrapassel.svg', which 
is also in package quadrapassel 1:2.32.1-0ubuntu3
UpgradeStatus: Upgraded to natty on 2011-04-04 (3 days ago)

** Affects: branding-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package branding-ubuntu 0.5 failed to install/upgrade: trying to
  overwrite '/usr/share/gnome-
  games/quadrapassel/pixmaps/quadrapassel.svg', which is also in package
  quadrapassel 1:2.32.1-0ubuntu3

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


[Bug 753621] Re: package branding-ubuntu 0.5 failed to install/upgrade: trying to overwrite '/usr/share/gnome-games/quadrapassel/pixmaps/quadrapassel.svg', which is also in package quadrapassel 1:2.32

2011-04-07 Thread Erica Peterson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/753621

Title:
  package branding-ubuntu 0.5 failed to install/upgrade: trying to
  overwrite '/usr/share/gnome-
  games/quadrapassel/pixmaps/quadrapassel.svg', which is also in package
  quadrapassel 1:2.32.1-0ubuntu3

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


[Bug 632455] [NEW] gnome-display-properties does not let me set up a second monitor or save the monitor configuration

2010-09-07 Thread Erica Peterson
Public bug reported:

Binary package hint: gnome-control-center

Currently running Ubuntu 10.10, gnome-control-center 1:2.31.91-0ubuntu1.

I am trying to set up a second monitor in the gnome control center.  I
click on the 'monitors' button to open gnome-display-properties and the
second monitor has been correctly detected (correct make and model
appears in the window).  If I click on the second monitor and change its
status to 'on' and try to drag my cursor into the second monitor, I can
only see my cursor appear at the very edge of the second monitor.  Yes,
the monitor is on, but the screen is black, and the cursor only appears
on the very edge.  If I then click 'apply' in gnome-display-properties I
get an error message could not save the monitor configuration.  Second
monitor is a Samsung Electric Company 23 LCD; worked fine under Lucid.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-control-center 1:2.31.91-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
Uname: Linux 2.6.35-19-generic x86_64
Architecture: amd64
Date: Tue Sep  7 10:57:11 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-display-properties
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-control-center

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


** Tags: amd64 apport-bug maverick

-- 
gnome-display-properties does not let me set up a second monitor or save the 
monitor configuration
https://bugs.launchpad.net/bugs/632455
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 632455] Re: gnome-display-properties does not let me set up a second monitor or save the monitor configuration

2010-09-07 Thread Erica Peterson

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/632455/+attachment/1553888/+files/Dependencies.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/632455/+attachment/1553889/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/632455/+attachment/1553890/+files/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.launchpad.net/bugs/632455/+attachment/1553891/+files/XsessionErrors.txt

-- 
gnome-display-properties does not let me set up a second monitor or save the 
monitor configuration
https://bugs.launchpad.net/bugs/632455
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 391123] Re: full disk space

2010-07-20 Thread Erica Epps
I don't know what nautilus is. I have an error that says Broken Content
0, Its tells me to right click to go to package manager but it just
gives another error message and shuts the screen.

I need help with how to clear disk space! I cannot clear history, click
the back button while online or watch any videos or open attachments.
Please help!

-- 
full disk space
https://bugs.launchpad.net/bugs/391123
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 460664] Re: White screen of death on Dell Studio 15

2009-12-19 Thread Erica Rosalle
I just finished an install of Lucid Alpha 1 on the affected hardware,
and the issue seems to be fixed.  I was able to log in without having to
append nomodeset on the kernel command line.

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 484882] [NEW] ipod shuffle is not recognized anywhere when i plug it in

2009-11-18 Thread erica
Public bug reported:

Binary package hint: nautilus

When i plug in my ipod shuffle my computer does recognize it ANYWHERE.
it is as if it in not even plugged in.

ProblemType: Bug
Architecture: i386
Date: Wed Nov 18 11:26:15 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.28.1-0ubuntu2
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
ipod shuffle is not recognized anywhere when i plug it in
https://bugs.launchpad.net/bugs/484882
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 484882] Re: ipod shuffle is not recognized anywhere when i plug it in

2009-11-18 Thread erica

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

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

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35827608/XsessionErrors.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/35827610/usr_lib_nautilus.txt

-- 
ipod shuffle is not recognized anywhere when i plug it in
https://bugs.launchpad.net/bugs/484882
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 484524] [NEW] unable to recognize ipod

2009-11-17 Thread erica
Public bug reported:

Binary package hint: rhythmbox

does not recognize my ipod when i plug it in

ProblemType: Bug
Architecture: i386
Date: Tue Nov 17 18:55:22 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.12.5-0ubuntu5
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: rhythmbox
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
unable to recognize ipod
https://bugs.launchpad.net/bugs/484524
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 484524] Re: unknown

2009-11-17 Thread erica

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

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

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35805992/XsessionErrors.txt

-- 
unable to recognize ipod
https://bugs.launchpad.net/bugs/484524
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 460664] Re: White screen of death on Dell Studio 15

2009-11-04 Thread Erica Rosalle
** Attachment removed: Picture of screen at X start
   http://launchpadlibrarian.net/34370167/2009-10-25%2016.52.29.jpg

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 460664] Re: White screen of death on Dell Studio 15

2009-11-04 Thread Erica Rosalle
I'll post this information tonight when I get back to the machine.

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 460664] Re: White screen of death on Dell Studio 15

2009-11-04 Thread Erica Rosalle

** Attachment added: vbios
   http://launchpadlibrarian.net/35127724/rom.bin

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 460664] Re: White screen of death on Dell Studio 15

2009-11-04 Thread Erica Rosalle
Loading with the debug options (tried them all) didn't seem to yield
anything different; am I supposed to put the debug option on the kernel
command line, or do something else with it?

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 460664] Re: White screen of death on Dell Studio 15

2009-11-04 Thread Erica Rosalle
Okay, the patch you posted worked for me; I didn't have to append
modeset to the kernel line to get X to start.

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 297245] Re: [i965] Dell Studio 15 White Screen on X startup

2009-10-29 Thread Erica Rosalle
I attempted to boot 9.10 with the LiveCD; after the boot sequence
finishes, I get that mostly white screen with thin, vertical lines.  I'm
also running a Dell Studio 15 with the GM965 graphics.

-- 
[i965] Dell Studio 15 White Screen on X startup
https://bugs.launchpad.net/bugs/297245
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 460153] Re: mountall on karmic server install fails

2009-10-25 Thread Erica Rosalle
*** This bug is a duplicate of bug 456806 ***
https://bugs.launchpad.net/bugs/456806

** This bug has been marked a duplicate of bug 456806
   mountall vomits a shell onto virtual console when you run vi

-- 
mountall on karmic server install fails
https://bugs.launchpad.net/bugs/460153
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 460153] Re: mountall on karmic server install fails

2009-10-25 Thread Erica Rosalle
*** This bug is a duplicate of bug 456806 ***
https://bugs.launchpad.net/bugs/456806

** This bug has been marked a duplicate of bug 456806
   mountall vomits a shell onto virtual console when you run vi

-- 
mountall on karmic server install fails
https://bugs.launchpad.net/bugs/460153
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 460664] [NEW] White screen of death on Dell Studio 15

2009-10-25 Thread Erica Rosalle
Public bug reported:

Binary package hint: xserver-xorg-video-intel

This appears to be a regression of bug #297245; in my case, a striped-
but-mostly-white screen appears when I try to use a Karmic LiveCD.  I'm
on a Dell Studio 15 with the Intel GM965 graphics chipset; my laptop
also has the AUO screen that was determined to have caused the funkiness
the Intel video drivers in Jaunty.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 460664] Re: White screen of death on Dell Studio 15

2009-10-25 Thread Erica Rosalle

** Attachment added: Picture of screen at X start
   http://launchpadlibrarian.net/34370165/2009-10-25%2016.52.29.jpg

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 460664] Re: White screen of death on Dell Studio 15

2009-10-25 Thread Erica Rosalle

** Attachment added: Picture of screen at X start
   http://launchpadlibrarian.net/34370167/2009-10-25%2016.52.29.jpg

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 460664] Re: White screen of death on Dell Studio 15

2009-10-25 Thread Erica Rosalle

** Attachment added: Video of LiveCD start
   http://launchpadlibrarian.net/34370228/video-2009-10-25-16-52-38.3gp

-- 
White screen of death on Dell Studio 15
https://bugs.launchpad.net/bugs/460664
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 315542] Re: X hangs on ubuntu 8.1 intrepid laptop

2009-01-24 Thread erica hollis
I've switched back to the default driver but the instructions on getting
a back trace seem to involve installing heaps of things on this laptop
and another one so as to ssh into it when hung and quite honestly I
can't work out how to do that on this one running Ubuntu never mind the
other computer which is a subnotebook running a cutdown version of Suse.

I'm not an IT expert and this has me stumped.

As for trialling Jaunty - another bug I subscribed to implies that it
has a similar problem soon to be fixed in kernel so I'd rather wait for
that than spend my entire month's download allowance on getting a Jaunty
CD - we blew it getting Intrepid last time.

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 315542] Re: X hangs on ubuntu 8.1 intrepid laptop

2009-01-12 Thread erica hollis
not same as 305979 in that mine is on intrepid not jaunty. I thought
mine was same as 306916 but was told to raise a new bug report.

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 315542] Re: X hangs on ubuntu 8.1 intrepid laptop

2009-01-10 Thread erica hollis
Can't reproduce the hangs as sometimes got several in one day and then
none for several days and doesn't crash since loading latest drivers.
This is my work laptop so need to try and keep it going reliably hence
using driver vesa.

I attach the files you ask for.

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/21076943/dmesg.txt

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 315542] Re: X hangs on ubuntu 8.1 intrepid laptop

2009-01-10 Thread erica hollis

** Attachment added: lspci-vvnn.txt
   http://launchpadlibrarian.net/21076951/lspci-vvnn.txt

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 315542] Re: X hangs on ubuntu 8.1 intrepid laptop

2009-01-10 Thread erica hollis

** Attachment added: current xorg.conf - when hanging the driver line was 
absent
   http://launchpadlibrarian.net/21076968/xorg.conf

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 315542] [NEW] X hangs on ubuntu 8.1 intrepid laptop

2009-01-09 Thread erica hollis
Public bug reported:

Binary package hint: xserver-xorg-video-intel

started out with laptop going into low graphics mode after message (EE) 
intel(0): [drm] failed to remove DRM signal handler so I subscribed to bug 
report 306916 as it seemed to report same error. The suggestion there was to 
install intrepid test driver code  1. Download and test .debs for intrepid, 
from:
 https://edge.launchpad.net/~intel-gfx-testing/+archive; which I did. After 
that I started experiencing occasional failures in even getting X loaded as 
Ubuntu startup would hang with black screen at point where login screen usually 
appears - no log file created so it looked like X never loaded. This would 
repeat unless I went in safe mode once then back to normal. Even when it 
loaded Ok I would occasionally get the whole desktop hanging up without 
warning. 
In that case Xorg.0.log contained lines [mi] EQ overflowing. The server is 
probably stuck in an infinite loop (see attachment for whole session).
I am using Ubuntu 8.1 Intrepid on a Lenovo 3000 C100 laptop with Intel GMA 900 
graphics card, max screen 1024x768. Used to run Redhat fedora without any X 
problems or graphics problems.
Am now forcing use of Vesa graphics driver as this seems to give me less 
problems although I have had one hang on startup and attach log file for that 
session too (or would if I could see how to attach 2 files!).

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 315542] Re: X hangs on ubuntu 8.1 intrepid laptop

2009-01-09 Thread erica hollis

** Attachment added: whole log file for first frozen session
   http://launchpadlibrarian.net/21059126/Xorg.0.log.frozen

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 315542] Re: X hangs on ubuntu 8.1 intrepid laptop

2009-01-09 Thread erica hollis

** Attachment added: log file of startup failure using Vesa
   http://launchpadlibrarian.net/21059154/Xorg.0.log.old

-- 
X hangs on ubuntu 8.1 intrepid laptop
https://bugs.launchpad.net/bugs/315542
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 306916] Re: [i945] screen shows temporary garbage then goes blank, falls into low-graphics mode

2009-01-03 Thread erica hollis
all worked well for one day then next day couldn't even start up - after
showing the Ubuntu logo a little cursor appeared top left then screen
went blank black - this happened 3x in row so I started up in safe mode
instead but no Xorg.0.log for bad sessions as obviously not loaded X11
at that point.

Twice since then the laptop has hung after doing some simple graphics -
not going black this time and no error appearing - mouse moves Ok but no
response to any mouse clicks or key presses - had to switch off power in
the end. Have saved the logs for these two sessions (attached).

Meantime I'm working with Driver vesa to see if that helps as I am
finding it difficult to get any work done with this carry on.

** Attachment added: log file when laptop froze first time
   http://launchpadlibrarian.net/20881343/Xorg.0.log.frozen

-- 
[i945] screen shows temporary garbage then goes blank, falls into low-graphics 
mode
https://bugs.launchpad.net/bugs/306916
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 306916] Re: [i945] screen shows temporary garbage then goes blank, falls into low-graphics mode

2008-12-30 Thread erica hollis
Hi, I am getting similar problems after installing Intrepid on my Lenovo
3000 C100 laptop - sometimes it doesn't even start up properly - going
to a black screen rather than login prompt but more often doing exactly
as Scott says above after variable amounts of time.

I don't use any high res graphics stuff - gaming limited to Solitaire
type games but mostly used for work purposes.

I have installed the latest intrepid debs as per 1 above posted by
Bryce. Will let you know whether that solves the problem.

erica

-- 
[i945] screen shows temporary garbage then goes blank, falls into low-graphics 
mode
https://bugs.launchpad.net/bugs/306916
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 224340] Re: Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem

2008-11-02 Thread Erica
Hmmm.  I had booted into low-graphics mode after failing to manually
install the nvidia driver, when the third-party drivers icon appeared in
my taskbar.  It offered me two proprietary nvidia drivers to install - I
chose the recommended one (version 177) and it works perfectly.  This is
the same tool as going through the menus: System - Administration -
Hardware Drivers.  I've always had to manually install the nvidia driver
in the past, so I hadn't tried the hardware drivers tool this time -
glad to see it works!  Thanks, ubuntu!

-- 
Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem
https://bugs.launchpad.net/bugs/224340
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 224340] Re: Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem

2008-11-01 Thread Erica
Same problem here - I just upgraded to 8.10 and can't install the nvidia
driver package.  I'm running linux-image-2.6.27-7-generic and trying to
install NVIDIA-Linux-x86_64-173.14.09-pkg2.run.

-- 
Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem
https://bugs.launchpad.net/bugs/224340
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 64751] Re: System dies instead of Suspend for Critical Battery

2007-11-19 Thread Erica Burt
Hi Pedro,

I'm sorry I didn't get back to you.

I've switched laptops and no longer have that power issue-- Although I am
still using Feisty.

I do not plan to upgrade to Gutsy for quite some time.

Thanks for keeping track of the bugs!
Erica


On Nov 19, 2007 1:36 PM, Pedro Villavicencio [EMAIL PROTECTED] wrote:

 Closing this bug report as no further information has been provided.
 Please feel free to reopen this bug if you can provide the information
 asked for. Thanks!.

 ** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete = Invalid

 --
 System dies instead of Suspend for Critical Battery
 https://bugs.launchpad.net/bugs/64751
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
System dies instead of Suspend for Critical Battery
https://bugs.launchpad.net/bugs/64751
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 64751] System dies instead of Suspend for Critical Battery

2006-10-08 Thread Erica Burt
Public bug reported:

Binary package hint: gnome-power-manager

I have a Sony Vaio PCG-8401 and I am running the stable version of
Ubuntu's Dapper Drake.  I can edit the Power Management Preferences to
select:

When battery power is critical:  suspend

However, the computer does not suspend.  It simply dies and all my work
is lost.

Additionally, I receive no warning of critical battery.


This could be related to bug#41215.

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
System dies instead of Suspend for Critical Battery
https://launchpad.net/bugs/64751

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