[Bug 1880727] [NEW] Trying to reinstall Ubuntu and getting an error

2020-05-26 Thread David S Pynes
Public bug reported:

I downloaded an update to 18.04 and afterword pc would not boot.  So I
tried reinstalling Ubuntu using the USB drive.  This reinstall is
getting an error, but I could not capture it.  Hopefully, the system has
got the information.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.14
ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
Uname: Linux 5.3.0-28-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CasperVersion: 1.394.3
CurrentDesktop: ubuntu:GNOME
Date: Tue May 26 10:34:25 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 (20200203.1)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.14 ubuntu

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

Title:
  Trying to reinstall Ubuntu and getting an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1880727/+subscriptions

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

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-04-24 Thread David S
This fixed the installer issue. ^^^

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

Title:
  do-release-upgrade fails 19.10->20.04 AttributeError:
  'UbuntuDistroInfo' object has no attribute 'version'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1874250/+subscriptions

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

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-04-24 Thread David S
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-
upgrader/+bug/1848829

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

Title:
  do-release-upgrade fails 19.10->20.04 AttributeError:
  'UbuntuDistroInfo' object has no attribute 'version'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1874250/+subscriptions

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

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-04-24 Thread David S
Ok, I've done some debugging, and it turns out the error is exactly
right (surprise). There is no 'version' attribute on the
UbuntuDistroInfo class. I made one. Now it wants a 'get_all' attribute,
which is also not there. Is this file just out-of-date? Should I update
it somehow?

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

Title:
  do-release-upgrade fails 19.10->20.04 AttributeError:
  'UbuntuDistroInfo' object has no attribute 'version'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1874250/+subscriptions

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

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-04-23 Thread David S
Sorry about the extra timestamp in there.

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

Title:
  do-release-upgrade fails 19.10->20.04 AttributeError:
  'UbuntuDistroInfo' object has no attribute 'version'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1874250/+subscriptions

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

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-04-23 Thread David S
I ran your command:

python3 -c "import distro_info; 
print(distro_info.UbuntuDistroInfo().version('eoan'))"  
35.7s  Thu 23 Apr 2020 09:38:42 PM EDT
Traceback (most recent call last):
  File "", line 1, in 
AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

Basically, same error the installer gives me.

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

Title:
  do-release-upgrade fails 19.10->20.04 AttributeError:
  'UbuntuDistroInfo' object has no attribute 'version'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1874250/+subscriptions

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

[Bug 1874250] Re: do-release-upgrade fails 19.10->20.04 AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

2020-04-23 Thread David S
update-manager -c -d
39.6s  Thu 23 Apr 2020 09:33:17 PM EDT
WARNING:root:estimate_kernel_initrd_size_in_boot() returned '0' for kernel?
WARNING:root:estimate_kernel_initrd_size_in_boot() returned '0' for initrd?
Checking for a new Ubuntu release
Checking for a new Ubuntu release
/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeFetcher.py:23: 
PyGIWarning: Gtk was imported without specifying a version first. Use 
gi.require_version('Gtk', '3.0') before import to ensure that the right version 
gets loaded.
  from gi.repository import Gtk, Gdk
/usr/lib/python3/dist-packages/DistUpgrade/ReleaseNotesViewerWebkit.py:33: 
PyGIWarning: WebKit2 was imported without specifying a version first. Use 
gi.require_version('WebKit2', '4.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import WebKit2 as WebKit
authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg' 
extracting 'focal.tar.gz'
Traceback (most recent call last):
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
186, in _get_from_and_to_version
di.version('%s' % self.controller.fromDist).split()[0]
AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-96b2bn8c/focal", line 8, in 
sys.exit(main())
  File "/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeMain.py", 
line 238, in main
if app.run():
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeController.py", 
line 2082, in run
return self.fullUpgrade()
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeController.py", 
line 1919, in fullUpgrade
if not self.doPostInitialUpdate():
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeController.py", 
line 925, in doPostInitialUpdate
self.quirks.run("PostInitialUpdate")
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
97, in run
func()
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
116, in focalPostInitialUpdate
self._get_from_and_to_version()
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
192, in _get_from_and_to_version
(r.version for r in di.get_all("object")
AttributeError: 'UbuntuDistroInfo' object has no attribute 'get_all'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/problem_report.py", line 477, in 
add_to_existing
self.write(f)
  File "/usr/lib/python3/dist-packages/problem_report.py", line 430, in write
block = f.read(1048576)
  File "/usr/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid 
start byte

Original exception was:
Traceback (most recent call last):
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
186, in _get_from_and_to_version
di.version('%s' % self.controller.fromDist).split()[0]
AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-96b2bn8c/focal", line 8, in 
sys.exit(main())
  File "/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeMain.py", 
line 238, in main
if app.run():
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeController.py", 
line 2082, in run
return self.fullUpgrade()
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeController.py", 
line 1919, in fullUpgrade
if not self.doPostInitialUpdate():
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeController.py", 
line 925, in doPostInitialUpdate
self.quirks.run("PostInitialUpdate")
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
97, in run
func()
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
116, in focalPostInitialUpdate
self._get_from_and_to_version()
  File 
"/tmp/ubuntu-release-upgrader-96b2bn8c/DistUpgrade/DistUpgradeQuirks.py", line 
192, in _get_from_and_to_version
(r.version for r in di.get_all("object")
AttributeError: 'UbuntuDistroInfo' object has no attribute 'get_all'

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

Title:
  do-release-upgrade fails 19.10->20.04 AttributeError:
  'UbuntuDistroInfo' object has no attribute 'version'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrad

[Bug 1869248] [NEW] Trying to install and it failed.

2020-03-26 Thread David S Pynes
Public bug reported:

The installer seem to indicate that it captured the issue.

Ubuntu 18.04.4 LTS
Gnome 3.28.2

I was trying to install Ubuntu and got an error that GRUP couldn't be
installed.  Installation failed.  Then the system took me to this to
report a bug.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.14
ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
Uname: Linux 5.3.0-28-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CasperVersion: 1.394.3
Date: Thu Mar 26 13:28:27 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 (20200203.1)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.14 ubuntu

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

Title:
  Trying to install and it failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1869248/+subscriptions

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

[Bug 1616196] Re: unable to stop avahi-daemon (dbus always restarts it)

2020-03-06 Thread David S
Wow, super annoying. I just wanted the "[UFW BLOCK]" multicast messages
to stop clogging up my logs when I'm connected to certain networks. I
don't really want it permanently disabled, nor do I really want to
change firewall rules, just to stop cluttering the log. Avahi just
doesn't make sense on every network and it would be great if there were
a way to stop it temporarily, without resorting to permanently disabling
it. This is still happening in latest 19.10, fyi.

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

Title:
  unable to stop avahi-daemon (dbus always restarts it)

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

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

[Bug 799558] Re: Uses incorrect path to default colour profile

2011-06-24 Thread David S
Ok, perhaps I'm not being patient or perhaps it's my setup, but so far
my experience is as follows;- (I'll try this again later just to verify)

I've shared the printer to allow network printing; when a colour job is
sent - the print queue hangs (I'll wait a bit longer too see if anything
happens) with the error log showing the message about colour profile. If
I delete this job from the cups interface (localhost:631) then assuming
the following job is plain text this will proceed to print out normally.

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

Title:
  Uses incorrect path to default colour profile

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

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


[Bug 799558] Re: Uses incorrect path to default colour profile

2011-06-23 Thread David S
Just had this very problem yesterday, any sort of colour printing just
hangs in the print queue and the log complains about the following file
missing:-

'/System/Library/ColorSync/Profiles/sRGB Profile.icc’

Printing plain text goes through fine

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

Title:
  Uses incorrect path to default colour profile

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

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

[Bug 696999] Re: Natty daily build Live CD - Desktop incomplete Intel 82865G

2011-05-03 Thread David S
Just being able to get a workable gnome desktop with the latest natty
11.04 live CD would be good.

Ok, there's not going to be Unity support for this Intel graphics chip
because it's deemed too old, but the corrupt graphics on the gnome
classic desktop which it defaults to with this graphics chip makes this
un-installable.

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

Title:
  Natty daily build Live CD - Desktop incomplete Intel 82865G

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


Re: [Bug 449029] Re: Asus EEE 1008HA failed to recover from hibernate

2010-08-12 Thread David S. H. Rosenthal
I'm sorry but the machine in question died so I can't test anything
with it any more.

On Tue, May 25, 2010 at 2:44 AM, ^_Pepe_^
 wrote:
> Hi all,
>
> Please can you update this bug report with latest karmic kernel results?
>
> You can get latests 10.04 LTS version from www.ubuntu.com/getubuntu or
> simply update your system.
>
> Thanks in advance.
>
> ** Changed in: linux (Ubuntu)
>       Status: New => Incomplete
>
> --
> Asus EEE 1008HA failed to recover from hibernate
> https://bugs.launchpad.net/bugs/449029
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “linux” package in Ubuntu: Incomplete
>
> Bug description:
> I chose "Hibernate" from the pulldown menu from the top right of the screen. 
> The machine went to sleep. When it woke up it did not recover - it did a 
> normal full boot. A Crash symbol appeared in the top bar of the screen. I 
> used it to report the problem. The report app asked me to fill out the form 
> that would appear in the browser. I created an account and filled out the 
> form.
>
> ProblemType: KernelOops
> Annotation: This occured during a previous hibernate and prevented it from 
> resuming properly.
> AplayDevices:
>   List of PLAYBACK Hardware Devices 
>  card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> Architecture: i386
> 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:
>  USER        PID ACCESS COMMAND
>  /dev/snd/controlC0:  dshr       1737 F pulseaudio
> CRDA: Error: [Errno 2] No such file or directory
> Card0.Amixer.info:
>  Card hw:0 'Intel'/'HDA Intel at 0xfbcb8000 irq 16'
>   Mixer name   : 'Realtek ALC269'
>   Components   : 'HDA:10ec0269,1043834a,0014'
>   Controls      : 12
>   Simple ctrls  : 7
> Date: Sun Oct 11 10:59:38 2009
> DistroRelease: Ubuntu 9.10
> ExecutablePath: /usr/share/apport/apportcheckresume
> Failure: hibernate/resume
> InterpreterPath: /usr/bin/python2.6
> MachineType: ASUSTeK Computer INC. 1008HA
> Package: linux-image-2.6.31-13-generic 2.6.31-13.44
> ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-13-generic 
> root=UUID=f72215cd-59cb-4d02-83d0-e34797510b7b ro quiet splash
> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> ProcEnviron: PATH=(custom, no user)
> ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
> RelatedPackageVersions: linux-firmware 1.21
> SourcePackage: linux
> Tags: resume hibernate
> Title: [ASUSTeK Computer INC. 1008HA] hibernate/resume failure
> Uname: Linux 2.6.31-13-generic i686
> UserGroups:
>
> dmi.bios.date: 06/03/2009
> dmi.bios.vendor: American Megatrends Inc.
> dmi.bios.version: 0602
> dmi.board.asset.tag: To Be Filled By O.E.M.
> dmi.board.name: 1008HA
> dmi.board.vendor: ASUSTeK Computer INC.
> dmi.board.version: x.xx
> dmi.chassis.asset.tag: 0x
> dmi.chassis.type: 10
> dmi.chassis.vendor: ASUSTeK Computer INC.
> dmi.chassis.version: x.x
> dmi.modalias: 
> dmi:bvnAmericanMegatrendsInc.:bvr0602:bd06/03/2009:svnASUSTeKComputerINC.:pn1008HA:pvrx.x:rvnASUSTeKComputerINC.:rn1008HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
> dmi.product.name: 1008HA
> dmi.product.version: x.x
> dmi.sys.vendor: ASUSTeK Computer INC.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/449029/+subscribe
>


-- 
        David.

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] Re: Asus EEE 1008HA failed to recover from hibernate

2010-05-03 Thread David S. H. Rosenthal
For other reasons, I need to upgrade the Seashell to 10.4.

The "hibernate" option no longer appears in the menu of the "Shut Down"
applet.

The first time I invoked "sudo pm-hibernate" hibernated the machine.
On restart it did a full boot.

Subsequent times blanked the screen briefly then continued as if
nothing had happened except notifications that the network had
disconnected then reconnected.

-- 
David.

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 520728] Re: python syntax highlighting vanishes after each file saving...occurs every time a save action is done.

2010-04-23 Thread David S
I am specifically concerned because this also seems to affect using
custom globs in /usr/share/gtksourceview-2.0/language-specs and
/usr/share/mime/packages/freedesktop.org.xml

-- 
python syntax highlighting vanishes after each file saving...occurs every time 
a save action is done.
https://bugs.launchpad.net/bugs/520728
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 520728] Re: python syntax highlighting vanishes after each file saving...occurs every time a save action is done.

2010-04-23 Thread David S
Is there a workaroud for older versions? What is the fix?

-- 
python syntax highlighting vanishes after each file saving...occurs every time 
a save action is done.
https://bugs.launchpad.net/bugs/520728
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 449029] Re: Asus EEE 1008HA failed to recover from hibernate

2010-04-11 Thread David S. H. Rosenthal
I have confirmed that the problem still exists with the current release
kernel.

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] XsessionErrors.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/43787082/XsessionErrors.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => New

** Tags added: apport-collected

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] RfKill.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/43787043/RfKill.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] WifiSyslog.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/43787051/WifiSyslog.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] UdevLog.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/43787046/UdevLog.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] UdevDb.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/43787044/UdevDb.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] ProcModules.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/43787042/ProcModules.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] ProcInterrupts.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/43787041/ProcInterrupts.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] ProcCpuinfo.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/43787040/ProcCpuinfo.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] Lsusb.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/43787036/Lsusb.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] Lspci.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/43787035/Lspci.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] PciMultimedia.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/43787037/PciMultimedia.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] CurrentDmesg.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/43787032/CurrentDmesg.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] Card0.Codecs.codec.0.txt

2010-04-11 Thread David S. H. Rosenthal

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

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] Card0.Amixer.values.txt

2010-04-11 Thread David S. H. Rosenthal

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

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] AlsaDevices.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/43787026/AlsaDevices.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] IwConfig.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/43787034/IwConfig.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] BootDmesg.txt

2010-04-11 Thread David S. H. Rosenthal

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/43787027/BootDmesg.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] apport-collect data

2010-04-11 Thread David S. H. Rosenthal
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
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:  dshr   1670 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfbcb8000 irq 16'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,1043834a,0014'
   Controls  : 12
   Simple ctrls  : 7
DistroRelease: Ubuntu 9.10
MachineType: ASUSTeK Computer INC. 1008HA
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-20-generic 
root=UUID=f72215cd-59cb-4d02-83d0-e34797510b7b ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-20-generic N/A
 linux-firmware 1.26
Uname: Linux 2.6.31-20-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 06/03/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0602
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1008HA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0602:bd06/03/2009:svnASUSTeKComputerINC.:pn1008HA:pvrx.x:rvnASUSTeKComputerINC.:rn1008HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1008HA
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] Re: Asus EEE 1008HA failed to recover from hibernate

2010-04-09 Thread David S. H. Rosenthal
I'm on the road with the EEE until 4/21. I will test when I get home.  
Is test with live CD OK? Or is install needed?

Sent from my iPhone

On Apr 2, 2010, at 5:27 PM, Jeremy Foshee  
 wrote:

> Hi David,
>
> 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/ .
>
> If it remains an issue, could you run the following command from a  
> Terminal (Applications->Accessories->Terminal).  It will  
> automatically gather and attach updated debug information to this  
> report.
>
> apport-collect -p linux 449029
>
> 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.  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.
>
> Thanks in advance.
>
>[This is an automated message.  Apologies if it has reached you  
> inappropriately; please just reply to this message indicating so.]
>
>
> ** Tags added: kernel-hibernate
>
> ** Tags added: needs-kernel-logs
>
> ** Tags added: needs-upstream-testing
>
> ** Tags added: kj-triage
>
> ** Changed in: linux (Ubuntu)
>   Status: New => Incomplete
>
> -- 
> Asus EEE 1008HA failed to recover from hibernate
> https://bugs.launchpad.net/bugs/449029
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “linux” package in Ubuntu: Incomplete
>
> Bug description:
> I chose "Hibernate" from the pulldown menu from the top right of the  
> screen. The machine went to sleep. When it woke up it did not  
> recover - it did a normal full boot. A Crash symbol appeared in the  
> top bar of the screen. I used it to report the problem. The report  
> app asked me to fill out the form that would appear in the browser.  
> I created an account and filled out the form.
>
> ProblemType: KernelOops
> Annotation: This occured during a previous hibernate and prevented  
> it from resuming properly.
> AplayDevices:
>  List of PLAYBACK Hardware Devices 
> card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> Architecture: i386
> 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:  dshr   1737 F pulseaudio
> CRDA: Error: [Errno 2] No such file or directory
> Card0.Amixer.info:
> Card hw:0 'Intel'/'HDA Intel at 0xfbcb8000 irq 16'
>   Mixer name: 'Realtek ALC269'
>   Components: 'HDA:10ec0269,1043834a,0014'
>   Controls  : 12
>   Simple ctrls  : 7
> Date: Sun Oct 11 10:59:38 2009
> DistroRelease: Ubuntu 9.10
> ExecutablePath: /usr/share/apport/apportcheckresume
> Failure: hibernate/resume
> InterpreterPath: /usr/bin/python2.6
> MachineType: ASUSTeK Computer INC. 1008HA
> Package: linux-image-2.6.31-13-generic 2.6.31-13.44
> ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-13-generic  
> root=UUID=f72215cd-59cb-4d02-83d0-e34797510b7b ro quiet splash
> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> ProcEnviron: PATH=(custom, no user)
> ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
> RelatedPackageVersions: linux-firmware 1.21
> SourcePackage: linux
> Tags: resume hibernate
> Title: [ASUSTeK Computer INC. 1008HA] hibernate/resume failure
> Uname: Linux 2.6.31-13-generic i686
> UserGroups:
>
> dmi.bios.date: 06/03/2009
> dmi.bios.vendor: American Megatrends Inc.
> dmi.bios.version: 0602
> dmi.board.asset.tag: To Be Filled By O.E.M.
> dmi.board.name: 1008HA
> dmi.board.vendor: ASUSTeK Computer INC.
> dmi.board.version: x.xx
> dmi.chassis.asset.tag: 0x
> dmi.chassis.type: 10
> dmi.chassis.vendor: ASUSTeK Computer INC.
> dmi.chassis.version: x.x
> dmi.modalias:  
> dmi:bvnAmericanMegatrendsInc. 
> :bvr0602: 
> bd06/ 
> 03/ 
> 2009: 
> svnASUSTeKComputerINC. 
> :pn1008HA:pvrx.x:rvnASUSTeKComputerINC. 
> :rn1008HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
> dmi.product.name: 1008HA
> dmi.product.version: x.x
> dmi.sys.vendor: ASUSTeK Computer INC.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/449029/+subscribe

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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.ubun

[Bug 449029] Re: Asus EEE 1008HA failed to recover from hibernate

2009-10-11 Thread David S. H. Rosenthal

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/33461750/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/33461751/BootDmesg.txt

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

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

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/33461754/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33461755/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/33461756/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/33461757/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/33461758/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/33461759/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/33461760/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/33461761/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/33461762/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/33461765/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/33461766/ProcStatus.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/33461767/RfKill.txt

** Attachment added: "SleepLog.txt"
   http://launchpadlibrarian.net/33461768/SleepLog.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/33461769/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/33461770/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/33461771/WifiSyslog.txt

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 449029] [NEW] Asus EEE 1008HA failed to recover from hibernate

2009-10-11 Thread David S. H. Rosenthal
Public bug reported:

I chose "Hibernate" from the pulldown menu from the top right of the
screen. The machine went to sleep. When it woke up it did not recover -
it did a normal full boot. A Crash symbol appeared in the top bar of the
screen. I used it to report the problem. The report app asked me to fill
out the form that would appear in the browser. I created an account and
filled out the form.

ProblemType: KernelOops
Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
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:  dshr   1737 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfbcb8000 irq 16'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,1043834a,0014'
   Controls  : 12
   Simple ctrls  : 7
Date: Sun Oct 11 10:59:38 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
InterpreterPath: /usr/bin/python2.6
MachineType: ASUSTeK Computer INC. 1008HA
Package: linux-image-2.6.31-13-generic 2.6.31-13.44
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-13-generic 
root=UUID=f72215cd-59cb-4d02-83d0-e34797510b7b ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
RelatedPackageVersions: linux-firmware 1.21
SourcePackage: linux
Tags: resume hibernate
Title: [ASUSTeK Computer INC. 1008HA] hibernate/resume failure
Uname: Linux 2.6.31-13-generic i686
UserGroups:
 
dmi.bios.date: 06/03/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0602
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1008HA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0602:bd06/03/2009:svnASUSTeKComputerINC.:pn1008HA:pvrx.x:rvnASUSTeKComputerINC.:rn1008HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1008HA
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-kerneloops hibernate i386 resume

-- 
Asus EEE 1008HA failed to recover from hibernate
https://bugs.launchpad.net/bugs/449029
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 229681] Re: Aeskulap images not seen

2009-06-01 Thread David S.
Oops, nevermind.  The problem is much less severe than I thought.
DICOMDIR files (and the images they contain) can be opened (on either
the Jaunty or Karmic versions).  You just have to load them through the
following two-step process.

1) File menu -> DicomDir -> select the DICOMDIR, and click "Open."  This should 
make a new folder (representing the contents of the dicomdir) appear in "Study 
Manger" view. 
2) Double-click on this folder in "Study Manager" view to load in all of the 
images contained in the dicomdir.  (You have to double-click on the folder, not 
any of the enclosed series.)

I just didn't realize the second step was necessary.  My bad.

There is still a slight bug here, in that when you try to open
individual DICOM files through File->Open, it doesn't see any dicom
files unless you change the file type selector from "DICOM files" to
"Any files."  But it will open them once you do that.  So not a critical
bug, but it would be nice to have it fixed at some point.

-- 
Aeskulap images not seen
https://bugs.launchpad.net/bugs/229681
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 229681] Re: Aeskulap images not seen

2009-05-31 Thread David S.
Since Charles suggested the problem might be incorrectly specified
dependencies, I compared the dependencies of the newest version of this
program (0.2.2b1-4) in Debian (Squeeze) and Ubuntu (Karmic), for the
platforms supported by Ubuntu (i386 and amd64).  I've attached a list of
the differences I found.

I made sure my amd64 system satisfied both the Debian and Ubuntu
dependencies in all cases.  (I had to update libxcb-render-util0 to the
Karmic version to meet the Debian dependency.)  But it still won't run
on my system.

So I'm thinking it's not just a matter of Ubuntu specifying less
dependencies (or depending on insufficiently new versions of libraries)
compared to Debian.


** Attachment added: "differences.txt"
   http://launchpadlibrarian.net/27347935/differences.txt

-- 
Aeskulap images not seen
https://bugs.launchpad.net/bugs/229681
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 229681] Re: Aeskulap images not seen

2009-05-31 Thread David S.
0.2.2b1-4 is in the Karmic repositories.  I just tested the Karmic
version in my Jaunty installation (after updating gcc-4.4-base and
libstdc++6 to the Karmic versions, to satisfy its dependencies).  It
still doesn't work.  Can one of the developers please investigate why
this works in Debian but not in Ubuntu?

(When you open a dicomdir, it seems to open it, and lets you list all of
the series that comprise it in "Study Manager" view, but it doesn't let
you open any of the series or see their images.  When you try to open
individual dicom files via file->open, it doesn't see them until you
change the file type filter from "DICOM Files" to "Any files."  Then it
lets you see and open them.  So you can open individual files, but the
program is kind of useless since its ability to open dicomdirs and see
the images that comprise them is broken.)

** Changed in: aeskulap (Ubuntu)
   Status: New => Confirmed

-- 
Aeskulap images not seen
https://bugs.launchpad.net/bugs/229681
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 262152] Re: brings up both wired and wireless interfaces; hard to pick just one through the UI

2009-05-29 Thread David S.
This bug is still present in Jaunty.

-- 
brings up both wired and wireless interfaces; hard to pick just one through the 
UI
https://bugs.launchpad.net/bugs/262152
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 87652] Re: No sound in linux-image-2.6.20-8-powerpc G4

2009-04-23 Thread David S.
No, G5's use a different sound module than G4's, so that's probably a
different problem.

-- 
No sound in linux-image-2.6.20-8-powerpc G4 
https://bugs.launchpad.net/bugs/87652
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 236426] Re: synaptic doesn't start from launch-icon

2009-03-06 Thread David S.
Still a problem in Intrepid (with all the latest updates).

See this thread for more information:
http://ubuntuforums.org/showthread.php?t=1013939

Is anybody working on this problem?  If not, who should we contact to
make sure this bug gets addressed?

PS This bug may be related to two open gsku bugs:
https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/236525
https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/323811

** Changed in: synaptic (Ubuntu)
   Status: New => Confirmed

-- 
synaptic doesn't start from launch-icon
https://bugs.launchpad.net/bugs/236426
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 87652] Re: No sound in linux-image-2.6.20-8-powerpc G4

2009-02-28 Thread David S.
Can anyone else confirm that this problem disappears under the Intrepid
kernel?  (After adding snd-powermac to /etc/modules, of course.)

Before upgrading my kernel, I'd like to know that carvinzager isn't the
only one who has found audio happiness using the Intrepid kernel.

-- 
No sound in linux-image-2.6.20-8-powerpc G4 
https://bugs.launchpad.net/bugs/87652
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 322709] Re: Please enable "Show printers shared by other systems" by default

2009-02-22 Thread David S
This is a dupe of bug 157345, which has received attention.

-- 
Please enable "Show printers shared by other systems" by default
https://bugs.launchpad.net/bugs/322709
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 12279] Re: no way to emulate a 3 button mouse?

2008-11-07 Thread David S.
PS I just made a new upstream request:
http://bugzilla.gnome.org/show_bug.cgi?id=559833

-- 
no way to emulate a 3 button mouse?
https://bugs.launchpad.net/bugs/12279
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 12279] Re: no way to emulate a 3 button mouse?

2008-11-07 Thread David S.
This bug is not fixed.  The upstream fix enabled OS9-style right click
emulation (long mouse press = right click).  It did not enable OSX-style
right click emulation (CTRL-click = right click).  The latter still
needs to be implemented.  Doing so would make life a whole lot easier
for Gnome users who are accustomed to Mac OSX.

-- 
no way to emulate a 3 button mouse?
https://bugs.launchpad.net/bugs/12279
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 207409] Re: [HARDY] xserver-xorg does not auto-configure correctly

2008-06-06 Thread David S
After a week of trying (and learning quite a lot in the process) I'm
unable to improve on 800x600 when the native resolution of my laptop
screen is 1280x800. This is useless and I'm very sad to say I'll be
forced to return to the OS I so desperately wanted to leave behind.

-- 
[HARDY] xserver-xorg does not auto-configure correctly
https://bugs.launchpad.net/bugs/207409
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 222705] Re: system-config-samba.py crashed with OSError in onHelpClicked()

2008-04-26 Thread David S. Anderson
** Visibility changed to: Public

-- 
system-config-samba.py crashed with OSError in onHelpClicked()
https://bugs.launchpad.net/bugs/222705
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 72996] Re: Crash

2006-12-02 Thread David S.
I just replicated this bug, running Edgy on PowerPC.  Xawtv works fine,
but Motv can't seem to create/find the fonts it needs.

-- 
Crash
https://launchpad.net/bugs/72996

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