[Bug 178979] spell-check not functioning in evolution, but shows itself that it is instaled in adept.

2007-12-27 Thread Robbie
Public bug reported:

Binary package hint: evolution

no further info re : above

ProblemType: Bug
Architecture: i386
Date: Thu Dec 27 15:40:55 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/evolution-2.10
Package: evolution 2.10.1-0ubuntu2
PackageArchitecture: i386
ProcCmdline: evolution-2.10 --sm-config-prefix /evolution-2.10-8Miwpw/ 
--sm-client-id 101be1a61b713a00011978095800052930017 --screen 0
ProcCwd: /home/robbie
ProcEnviron:
 LANGUAGE=en_CA:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux robbiescomputer 2.6.20-16-386 #2 Tue Dec 18 05:41:44 UTC 2007 i686 
GNU/Linux

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

-- 
spell-check not functioning in evolution,but shows itself that it is instaled 
in adept.
https://bugs.launchpad.net/bugs/178979
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 178979] Re: spell-check not functioning in evolution, but shows itself that it is instaled in adept.

2007-12-27 Thread Robbie

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

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

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

-- 
spell-check not functioning in evolution,but shows itself that it is instaled 
in adept.
https://bugs.launchpad.net/bugs/178979
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 102368] Re: desktop effects remove top bar on all my windows and make windows unmovable

2007-04-05 Thread Robbie
Same problem here, NVIDIA 6600 GT.  No title bar when desktop effects
are enabled.

-- 
desktop effects remove top bar on all my windows and make windows unmovable
https://bugs.launchpad.net/bugs/102368
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 588774] [NEW] Vertical Maximize system preference does not toggle (no compiz)

2010-06-02 Thread robbie
Public bug reported:

Binary package hint: gnome-control-center

setting double-click to maximize vertically on a system without compiz
(on lucid 10.04) does maximize the window. double-clicking again
sometimes does not unmaximize the window -- this state will remain until
you unmaximize the window in another manner, such as setting a keyboard
shortcut for maximize vertically and using the shortcut.

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

-- 
Vertical Maximize system preference does not toggle (no compiz)
https://bugs.launchpad.net/bugs/588774
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 554693] Re: gcm-apply crashed with SIGSEGV in free()

2010-06-02 Thread robbie
I also have this problem (I'm on 10.04 powerpc64-smp arch).

-- 
gcm-apply crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/554693
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 586087] Re: Luid: floating point operations seems not to match specification

2010-06-03 Thread robbie
this bug has two parts really. one part is external to ruby, the other is 
internal to it. the external part is a problem with the kernel not conforming 
to ieee 754 floating point standards the register has a smaller significand 
than is expressed in the standard. It should have 16 significant digits that 
are at all times exactly correct. the 17th digit should be the earliest digit 
with rounding errors. Only digits after the 17th digit should have random 
(trash) bits:
8.4056 843418860808014869689941406250e+00
The zeros should fill all the way to the space I inserted.

When I inquired about the ruby part over at redmine.ruby-lang.org --
ruby1.9.1 has a recognized bug which is fixed in the current trunk
(1.9.3 trunk). building the current  trunk of ruby also fixes some
problems with File object mangling utf-8 paths, and should really be
adopted with all due haste over 1.9.1.

-- 
Luid: floating point operations seems not to match specification
https://bugs.launchpad.net/bugs/586087
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 522538] Re: gwibber-service crashed with error in connect()

2010-05-26 Thread robbie
kitallis tells me he has the same problem as 
https://bugs.edge.launchpad.net/gwibber/+bug/523964 - which is marked as 
duplicate of this problem. I had him run python -d gwibber and he gets this 
ewrror log http://pastie.org/private/bzlwxgrvth1mx6r2mzdkqg
-- there's a connection refuse error that is causing the socket object not to 
be set up .. then it passes a nul object and falls next the tipical error:
  File "/usr/lib/python2.6/httplib.py", line 330, in __init__
self.fp = sock.makefile('rb', 0)
AttributeError: 'NoneType' object has no attribute 'makefile'

-- 
gwibber-service crashed with error in connect()
https://bugs.launchpad.net/bugs/522538
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 586087] [NEW] Luid: floating point operations seems not to match specification

2010-05-26 Thread robbie
Public bug reported:

Binary package hint: ruby1.9.1

according to http://ruby-doc.org/core/classes/Float.html and many other
sources, floats are handled with the underlying architecture's floating
point operations.

bash$ gcc -o fp fp.c && ./fp && ruby -e 'puts "\nfp.c\n··\n"' && cat fp.c 
&& ruby -e 'puts "\nruby #{RUBY_VERSION}: #{100.0 - 91.6}"'
.208.40e+00
.208.40e+00

fp.c
··
#include 
#include 

int main(){
double cien = 100.0;
double frac = 91.6;
double ll = 8.41;
printf(".20%e\n", cien - frac);
printf(".20%e\n", ll);
return 0;
}

ruby 1.9.1: 8.41

so C returns a different result than ruby using the underlying architecture's 
floats on:
bash$  uname -r
2.6.32-21-powerpc64-smp

Countless ruby tutorials online list for example "3.24 * ((34/2) - 54)/33.4 * 
3.4" , (which will work, but the careless manipulation of floats without regard 
to their underlying system representation strongly implies that general float 
operations like 100.0 - 91.6 should work) so obviously this is not the intended 
behavior. 
It is possible that this could even produce security issues if the user does 
not install an earlier ruby.

** Affects: ruby1.9.1 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Luid: floating point operations seems not to match specification
https://bugs.launchpad.net/bugs/586087
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 586087] Re: Luid: floating point operations seems not to match specification

2010-05-26 Thread robbie
oops, typo crept into that C code  .. here's the correction:
8.40e+00
8.40568434e+00

fp.c
··
#include 
#include 

int main(){
double cien = 100.0;
double frac = 91.6;
printf("%e\n", cien - frac);
printf("%.20e\n", cien - frac);
return 0;
}

ruby 1.9.1: 8.41

-- 
Luid: floating point operations seems not to match specification
https://bugs.launchpad.net/bugs/586087
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 586087] Re: Luid: floating point operations seems not to match specification

2010-05-27 Thread robbie
reading about the ansi standard, typically doubles only support 15
significant digits. The error occurs at the 16th digit (in the C code):

8.40e+00
8.4056843418860808014869689941406250e+00
8.4056843418860808014869689941406250e+00
sizeof doubles 8
sizeof long doubles 16

fp.c
··
#include 
#include 

int main(){
double cien = 100.0;
double frac = 91.6;
long double ciento = 100.0;
long double fract = 91.6;
printf("%e\n", cien - frac);
printf("%.50e\n", cien - frac);
printf("%.50Le\n", ciento - fract);

printf("sizeof doubles %d\n", sizeof(cien));
printf("sizeof long doubles %d\n", sizeof(ciento));
return 0;
}

it's a little interesting that long double is in fact twice the length
of the double but the precision is the same. It should be 19 digits,
given the 15 for the double and their cell sizes.

-- 
Luid: floating point operations seems not to match specification
https://bugs.launchpad.net/bugs/586087
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 586087] Re: Luid: floating point operations seems not to match specification

2010-05-27 Thread robbie
IEEE754 says doubles are supposed to provide 16 significant digits:

Correctly rounded results can be obtained by converting to decimal and back 
again to the binary format using:
5 decimal digits for binary16
9 decimal digits for binary32
17 decimal digits for binary64
36 decimal digits for binary128

from http://en.wikipedia.org/wiki/IEEE_754-2008

this is looking a little like a system library issue. 8.405
-- the rounding error looks like the original ANSI standard (from the
fortran implimentation) - if it was binary64 there would be two more
zeros in there.

-- 
Luid: floating point operations seems not to match specification
https://bugs.launchpad.net/bugs/586087
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 566540] Re: m28xx_alsa: disagrees about version of symbol snd_pcm_new

2010-05-28 Thread robbie
I just walked through something very like this today -- your videodev / v4l and 
your device driver are out of synch. do this:
sudo rm -rf /lib/modules/`uname -r`/empia
sudo mv /lib/modules/`uname -r`/kernel/drivers/media Código/media_backup
sudo apt-get --reinstall install  linux-image-2.6.32-21-powerpc64-smp
then rebuild the driver.. see my forum query at: 
http://art.ubuntuforums.org/showthread.php?p=9375404

-- em28xx-dvb is not loading for me so it's not a full solution. at
least your em28xx will load after this though

-- 
m28xx_alsa: disagrees about version of symbol snd_pcm_new
https://bugs.launchpad.net/bugs/566540
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 566540] Re: m28xx_alsa: disagrees about version of symbol snd_pcm_new

2010-05-28 Thread robbie
obviously changing the image to the appropriate one for your
architecture!

-- 
m28xx_alsa: disagrees about version of symbol snd_pcm_new
https://bugs.launchpad.net/bugs/566540
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 489353] Re: em28xx-new should be added to repository

2010-05-28 Thread robbie
@Brat Figg

what does upstream mean? The em28xx-new driver set is so old I find
references to it on ubuntu forums from 2007

-- 
em28xx-new should be added to repository
https://bugs.launchpad.net/bugs/489353
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 489353] Re: em28xx-new should be added to repository

2010-05-28 Thread robbie
here's a patch that *appears* to apply the whole em28xx-new to the v4l standard 
em28xx drivers:
http://lists-archives.org/video4linux/24859-adding-empia-base-driver.html

not sure how to build that to be honest .. I tried patching it in the
source and making but it skipped the directory it creates

-- 
em28xx-new should be added to repository
https://bugs.launchpad.net/bugs/489353
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 489353] Re: em28xx-new should be added to repository

2010-05-28 Thread robbie
there's a whole set of patches that could be applied from that guy:
http://marc.info/?a=114109916300029&r=1&w=2

-- 
em28xx-new should be added to repository
https://bugs.launchpad.net/bugs/489353
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 586087] Re: Luid: floating point operations seems not to match specification

2010-05-29 Thread robbie
I just noticed that lib6-ppc64 is -not- installed by default on the
powerpc64-smp architecture. I may be missing some library.

-- 
Luid: floating point operations seems not to match specification
https://bugs.launchpad.net/bugs/586087
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 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-07-25 Thread Robbie
Just tested on Arch Linux and GX701GX-XB78 and tried all combinations of
model/layout...no dice.

This version DOES work for me
https://gitlab.com/Thraen/gx735_touchpad_numpad but I have to stop and
restart it every time I reboot.  Perhaps you could merge some of his
methods into yours Mohamed?  Yours seems to be a bit more robust.

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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


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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-02-20 Thread Robbie
I've never written drivers before but if someone wants to work on this
with me, I'd love to help out.

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2019-10-01 Thread Robbie
Wanted to drop in that I have an asus ROG zephyrus and no touchpad
functionality for me either. Anything I can do to help?

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1886138] [NEW] cant get animations to work

2020-07-02 Thread robbie
Public bug reported:

animations wont work

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.3-1ubuntu1~20.04.2
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Jul  2 22:48:38 2020
DisplayManager: gdm3
InstallationDate: Installed on 2020-07-02 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
RelatedPackageVersions: mutter-common 3.36.3-0ubuntu0.20.04.1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  cant get animations to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1886138/+subscriptions

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

[Bug 1320674] [NEW] Trying to View in New Window causes Geeqie to freeze

2014-05-18 Thread Robbie
Public bug reported:

Version 1:1.1-8 on Ubuntu 14.04 and 1:1.1-7 on Ubuntu 13.10

When selecting View in New Window, Geeqie freezes and can not be closed
without killing the process.  The program never actually crashes.

** Affects: geeqie (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/1320674

Title:
  Trying to View in New Window causes Geeqie to freeze

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

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


[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-16 Thread robbie
thank you Drew :) I can report that xpdf-reader does work.

-- 
glib-compile-schemas fails if override files refer to non-installed schemas
https://bugs.launchpad.net/bugs/621507
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 472294] Re: [Dell Inc. Dell XPS420] suspend/resume failure [non-free: fglrx]

2014-09-26 Thread Robbie
I have also not been able to suspend my Dell XPS 420.  This has been
happening for many years (probably since 2010).

On 14.04 suspend will appear to work in that the power light starts
blinking. However, the computer can not be woken up from suspend, and I
must hold down the power button in order to turn off power.

Please let me know what data I should collect and how to collect it.

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

Title:
  [Dell Inc. Dell XPS420] suspend/resume failure [non-free: fglrx]

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

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


[Bug 1058540] Re: compiz crashes soon after startup

2012-10-27 Thread robbie
Im having this same problem and have apport enabled -- how can I locate
the crash logs that have already been submitted by my computer?

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

Title:
  compiz crashes soon after startup

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

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


[Bug 1072361] Re: Windows Live not saving authorisation

2012-10-28 Thread robbie
on #ubuntu it was suggested to run "sudo chown -R $USER:$USER $HOME"
however this has not helped

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

Title:
  Windows Live not saving authorisation

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

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


[Bug 1072361] [NEW] Windows Live not saving authorisation

2012-10-28 Thread robbie
Public bug reported:

each time I authenticate Windows Live, it fails to change state (the
message "Windows Live account requires authorisation returns after a
short pause, never actually connecting)

in the logs I see:
Oct 28 10:14:29 Brahma signond[3255]: signonsessioncore.cpp 528 
processStoreOperation Error occured while storing data. 

my system runs 12.10:
$ uname -a
Linux Brahma 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux

and is a fairly new install. The windows live plugin was working the
other day, it seems to have just stopped tday, and may be because of an
update.

** Affects: 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/1072361

Title:
  Windows Live not saving authorisation

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

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


[Bug 1072361] Re: Windows Live not saving authorisation

2012-10-28 Thread robbie
oops! please close -- on reboot it seems to now work

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

Title:
  Windows Live not saving authorisation

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

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


[Bug 1070455] Re: Wireless disconnects repeatedly.

2012-10-28 Thread robbie
Im also having this problem, and have disabled ipv6 and forced a static
route and removed isc-dhcp-client.

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

Title:
  Wireless disconnects repeatedly.

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

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


[Bug 1029416] Re: google talk has stopped accepting logins from empathy

2012-07-26 Thread robbie
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029416

Title:
  google talk has stopped accepting logins from empathy

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

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


[Bug 1029416] [NEW] google talk has stopped accepting logins from empathy

2012-07-26 Thread robbie
Public bug reported:

google talk works from the web but not from empathy. login fail / not
accepting password. system redials every few seconds automatically
notifying me that a password is required, but there is one in the field
- I have since readded the password, to no avail.

Removing the password entirely and then adding it from the plus sign on
the error box in the contact list does not add the password to the
account, even when checked. Adding the password to the account in the
account page and logging in creates a strange situation where the login
never succeeds nor fails, until you turn the account off and back on
again to restart the process. at that point it returns to normal (having
the password, and erroring out).

release 11.10

package: "$ apt-cache policy pkgname
N: Unable to locate package pkgname"

expected: login as usual this morning

happened: network error that does not go away and annoys the heck out of
me with automatic alerts every so often

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: empathy 3.2.0.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-22.36-generic 3.0.33
Uname: Linux 3.0.0-22-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Thu Jul 26 08:14:43 2012
ExecutablePath: /usr/bin/empathy
SourcePackage: empathy
UpgradeStatus: Upgraded to oneiric on 2012-05-02 (85 days ago)

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


** Tags: apport-bug apport-lpi i386 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/1029416

Title:
  google talk has stopped accepting logins from empathy

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

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


[Bug 1029416] Re: google talk has stopped accepting logins from empathy

2012-07-26 Thread robbie
ps> google talk has always worked. only today it stopped

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

Title:
  google talk has stopped accepting logins from empathy

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

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


[Bug 1074936] [NEW] package update-notifier-common failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-11-04 Thread Robbie
Public bug reported:

Automatic Bug Report

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: update-notifier-common
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Sat Oct 27 17:23:38 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
MarkForUpload: True
SourcePackage: update-notifier

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package dist-upgrade i386

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

Title:
  package update-notifier-common failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1074936/+subscriptions

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


[Bug 952493] [NEW] cd and dvd drives not reconized

2012-03-11 Thread robbie
Public bug reported:

cd drive not detected. dvd drive not detected. cannot play vcd   error messag 
e:[-An error occurred-Could not open location; you might not have permission to 
]  -,DVD drive not detected at all, 
action taken
1. tried opening disc and tried plying the file , message : cannot play file 
occurs

tried- installing ubuntu restricted codecs-  problem same 
installed vlc   - same 
error massage

pc system; p4 (2.0Ghz)  ,512ram. 64Mb graphic card Nvidia 2Ti
drive config:- cd-rom player IDE -master
  Dvd writer  IDE- slave


OS:- Ubuntu 11.10

** Affects: 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/952493

Title:
  cd and dvd drives not reconized

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

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


[Bug 952493] Re: cd and dvd drives not reconized

2012-03-11 Thread robbie
** Package changed: ubuntu => nautilus (Ubuntu)

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

Title:
  cd and dvd drives not reconized

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

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


[Bug 630960] Re: evince doesn't start anymore

2010-09-25 Thread robbie
*** This bug is a duplicate of bug 621507 ***
https://bugs.launchpad.net/bugs/621507

I have this bug. the following steps have not resolved the issue (suggested 
from the other evince 10.10 bug report):
sudo apt-get install --reinstall evince
sudo apt-get install --reinstall empathy
sudo apt-get install --reinstall glib

-- 
evince doesn't start anymore
https://bugs.launchpad.net/bugs/630960
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 647824] [NEW] after installing nouveau-firmware, keyboard doesnt work in X

2010-09-25 Thread robbie
Public bug reported:

Binary package hint: nouveau-firmware

the behavior is actually rather intricate. if I replug in the keyboard
at the login screen, I can log in. but once the session starts the same
trick wont get it to work. at all times the number pad itself works, as
does the caps lock, and ctl+alt+backspace works, but backspace alone
does not (except as noted at the login screen). neither does ctl+alt+f#
.. If I switch to c+a+f3 the keyboard works fine, but then Im not in x.

there is no failure message specific to a keyboard in gdm/:0.log after
plugging in the keyboard or after logging in, and I see two message-
blocks for the keyboard ataching and detaching.

importantly: Uninstalling nouveau-firmware DID NOT REVERT the system to its 
previous working state.
I consider that a major issue. :) 

I'm on UBuntu 10.10, on a powerpc G5 (no live disk to revert to, because
of the well-preserved bug with that disk image). I can only check in
every so often, as this basically hosed my home pc. please be precise if
you ask me to gather any information or follow any suggested remedy.

** Affects: nouveau-firmware (Ubuntu)
 Importance: Undecided
 Status: New

-- 
after installing nouveau-firmware, keyboard doesnt work in X
https://bugs.launchpad.net/bugs/647824
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 623516] Re: empathy crashed because depend on package telepathy-logger

2010-09-26 Thread robbie
I have this problem on maverick 10.10 and with telepathy-logger
installed

-- 
empathy crashed because depend on package telepathy-logger
https://bugs.launchpad.net/bugs/623516
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 647824] Re: after installing nouveau-firmware, keyboard doesnt work in X

2010-09-27 Thread robbie
I have reinstalled the entire xserver-xorg* subsystem and ubuntu-
desktop, and continued to play with nouveau until now I have nouveau
working (had to install the 2.6.35 kernel and some mesa-gli, and create
an xorg.conf file). The keyboard works in all environments except gnome
after unplugging and replugging.

even in gnome, changing the input manager (for example, from None to
ibus) makes the keyboard function for a tiny length of time .. but one-
two seconds later it will stop working again.

-- 
after installing nouveau-firmware, keyboard doesnt work in X
https://bugs.launchpad.net/bugs/647824
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 586087] Re: Luid: floating point operations seems not to match specification

2011-03-27 Thread robbie
I gotta admit it went unanswered for so long I just stopped paying
attention. In fact I dont have ubuntu on my primary machine anymore,
just my father's here. :P

I'm afraid I can't offer my old G5 to further debug the problem either.
Please don't request they close my launchpad account though, I still use
it!

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

Title:
  Luid: floating point operations seems not to match specification

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


[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-15 Thread robbie
I get this error as well. installed the dbg because I am getting many
errors like this and particularly not having evince is driving me nuts
:D Log appears equally lacking:

GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "powerpc-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/evince...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/evince 
[Thread debugging using libthread_db enabled]
[New Thread 0xf7c32310 (LWP 26435)]
[New Thread 0xf72ff310 (LWP 26436)]

GLib-GIO-ERROR **: Settings schema 'org.gnome.Evince.Default' is not
installed

aborting...

Program received signal SIGABRT, Aborted.
0x1f0f1b8c in raise () from /lib/libc.so.6
(gdb)

-- 
glib-compile-schemas fails if override files refer to non-installed schemas
https://bugs.launchpad.net/bugs/621507
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 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-15 Thread robbie
its been more than a month with the current release version of the OS
housing this bug .. any head up on how long before ubuntu supports
reading pdfs again?

-- 
glib-compile-schemas fails if override files refer to non-installed schemas
https://bugs.launchpad.net/bugs/621507
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 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-03-23 Thread Robbie
While not an actual driver...I found this utility on reddit...It's a
python script that checks for the mode, and if you're in the num pad
mode, it evaluates position of tap and sends numpad presses.  Works for
me!

https://gitlab.com/Thraen/gx735_touchpad_numpad/

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-03-24 Thread Robbie
My reply seems to have been removed, but this worked for me.
https://gitlab.com/Thraen/gx735_touchpad_numpad

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 297119] Re: Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen

2008-11-12 Thread Robbie G

** Attachment added: "Xorg-ATI.tar.gz"
   http://launchpadlibrarian.net/19588589/Xorg-ATI.tar.gz

-- 
Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen
https://bugs.launchpad.net/bugs/297119
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 274290] Re: Intrepid daily, X Server hangs on ATI Radeon 9200 SE RV280

2008-11-12 Thread Robbie G
Bryce,

Thanks for your efforts. As suggested I've logged my issue as a separate
bug. If anyone has my issue or needs to track it, it's logged as
follows:

Title: Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen
Location: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/297119

Cheers, Rob

-- 
Intrepid daily, X Server hangs on ATI Radeon 9200 SE RV280
https://bugs.launchpad.net/bugs/274290
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 297119] [NEW] Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen

2008-11-12 Thread Robbie G
Public bug reported:

Binary package hint: xserver-xorg

Hi,

I have upgraded to intrepid and experienced a blank screen at X startup.
All was fine under hardy. In retrospect I should have tried the live CD
first - the same thing happens with the intrepid live CD i.e. screen
goes blank at X startup. Gutsy & Hardy live CD boots to gnome with no
trouble.

My card is: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)

Notes:
1) I have added driver "ati" and driver "vesa" into xorg.conf as per 
suggestions on other seemingly related postings but this makes no difference.

2) My monitor has only DVI and I get a blank screen every time i.e. this
is a different bug from those who have reported an intermittant Radeon
issue (#274290).

3) If I use safe graphics mode I still get a blank screen.

I attach 2 failure logs for normal mode and one for safe graphics mode.
I think the only difference in each failure for normal mode is 2 or 3
lines of memory addresses.

I've now reinstalled Gutsy (for old time's sake ;-) ) but can boot live
CD for any testing required.

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

-- 
Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen
https://bugs.launchpad.net/bugs/297119
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 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-18 Thread Robbie G
Hi, my first test with only tesseract (i.e. no gocr or ocrad) installed
results in the following:

1) Tesseract cannot be used as there is no ability to rip srt subtitles.

2) 3 profiles "disappear" from the list of profiles - these are ones
that use SRT text as the subtitle decoder. A profile configured with
vobsub remains

3) If I add a new profile, the subtitle CODEC selector is blank
(screenshot attached)

If I install either gocr or ocrad, the profiles "reappear" and I am able
to select a subtitle CODEC in a new profile.

I hope this helps diagnose the problem!

-- 
0.12.0-1 Subtitles. ocrad used instead of tesseract
https://bugs.launchpad.net/bugs/247826
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 93849] Re: AMR audio support missing in ffmpeg

2008-11-20 Thread Robbie Williamson
Response for dotancohen with respect to the questionnaire:

>From looking at the 3GPP questionnaire and their website, 3GPP does not
have the rights to licensing the code itself, simply the rights to
providing access and redistribution right for the specs:

  "According to the Article 3.2.2 of the Third Generation Partnership
   Project Agreement, the 3GPP Organizational Partners jointly own
   copyright on the Technical Specifications and the Technical Reports
   approved by 3GPP."

Voiceage apparently has the IP rights to the AMR codec
(http://www.voiceage.com/amr_licterms.php) and requires payment on a per
use basis, which is obviously not possible for us.

-- 
AMR audio support missing in ffmpeg
https://bugs.launchpad.net/bugs/93849
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 287893] Re: Ericsson F3507g WWAN Card doesn't work with NetworkManager

2008-12-03 Thread Robbie Williamson
I just rebuilt an Intrepid i386 server kernel with the patch and uploaded to:
  http://people.ubuntu.com/~robbiew 
if someone wants to try it out.  I have been using it, and so far so good.  If 
you want to compare speeds between a ppp connection and the mb0, I suggest 
going to:
  http://text.dslreports.com/mspeed 
I will also attach the AT developers guide for Sony Ericsson devices...gives 
details on every AT command :).

** Attachment added: "AT Command Guide for Sony Ericsson Devices"
   http://launchpadlibrarian.net/20190174/dg_at_2006--08_r7a.pdf

-- 
Ericsson F3507g WWAN Card doesn't work with NetworkManager
https://bugs.launchpad.net/bugs/287893
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 287893] Re: Ericsson F3507g WWAN Card doesn't work with NetworkManager

2008-12-04 Thread Robbie Williamson
I cannot say whether or not the mbm kernel patch will go into Jaunty, as
I don't have a say in kernel matters.  I suspect that  it would first
need to be accepted upstream for us to consider.  However, I think if NM
was fixed, we really don't need the mbm stuff.  I've compared speeds
between the mb0 and ppp connection and there wasn't a
difference...actually the ppp seemed faster sometimes.  If NM can be
corrected to provide the right AT commands to the card for setting up
the ppp connection, then we should be fine.  Even with the mbm patch,
you still have to use 'cu' to initialize the card...a fixed NM would
remove this hurdle.

-- 
Ericsson F3507g WWAN Card doesn't work with NetworkManager
https://bugs.launchpad.net/bugs/287893
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 287893] Re: Ericsson F3507g WWAN Card doesn't work with NetworkManager

2008-12-04 Thread Robbie Williamson
I think Alexander meant to put the modemmanager archive link in his most recent 
posting...instead of network-manager twice. :)
https://launchpad.net/~modemmanager/+archive

-- 
Ericsson F3507g WWAN Card doesn't work with NetworkManager
https://bugs.launchpad.net/bugs/287893
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 301392] [NEW] panels freeze after a few hours

2008-11-23 Thread Robbie Clemons
Public bug reported:

On AMD64 Ubuntu 8.10 both panels get frozen during standard use and from
that point on they do not change, including the clock.  The bottom panel
will then not display new applications nor will it remove closed
applications.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
panels freeze after a few hours
https://bugs.launchpad.net/bugs/301392
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 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
I am on intrepid now too and tesseract is not being used however in my
case gocr is being selected.

This is odd because ocrad is installed which, if I read things
correctly, is different to the rule Launchpad Janitor details 21/10/08
namely:

"Set Depends for ocr to tesseract | ocrad | gocr . (LP: #247826)"

which I assume is an order of preference depending on what OGMrip finds
installed.

Hope this helps, Rob

-- 
0.12.0-1 Subtitles. ocrad used instead of tesseract
https://bugs.launchpad.net/bugs/247826
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 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
Hi Julien,

1) With tesseract, gocr & ocrad installed (my config), gocr is used.

[EMAIL PROTECTED]:~$ dpkg --get-selections | grep tesseract
tesseract-ocr   install
tesseract-ocr-deu   install
tesseract-ocr-eng   install
[EMAIL PROTECTED]:~$ dpkg --get-selections | grep gocr
gocrinstall
[EMAIL PROTECTED]:~$ dpkg --get-selections | grep ocrad
ocrad   install

gives us:

gocr -v 1 -f ASCII -m 4 -m 64 -o /tmp/sub.WW9GKU0601.pgm.txt 
/tmp/sub.WW9GKU0601.pgm 
 Optical Character Recognition --- gocr 0.45 20071126

I will run 2 more checks without gocr. 2) with ocrad and tesseract & 3)
with tesseract ony as per your request.

Will post again with each result

Cheers, Rob

-- 
0.12.0-1 Subtitles. ocrad used instead of tesseract
https://bugs.launchpad.net/bugs/247826
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 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
WIth ocrad and tesseract installed, ocrad is used.

[EMAIL PROTECTED]:~$ dpkg --get-selections | grep tesseract
tesseract-ocr   install
tesseract-ocr-deu   install
tesseract-ocr-eng   install
[EMAIL PROTECTED]:~$ dpkg --get-selections | grep gocr
[EMAIL PROTECTED]:~$ dpkg --get-selections | grep ocrad
ocrad   install

gives us:

ocrad -v -f -F byte -l 0 -o /tmp/sub.JJRKKU0305.pgm.txt
/tmp/sub.JJRKKU0305.pgm

-- 
0.12.0-1 Subtitles. ocrad used instead of tesseract
https://bugs.launchpad.net/bugs/247826
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 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
Hi Julien,

The final test is with only tesseract installed and it OGMrip seems not
to get round to doing any OCR at all.

I quote the lines of the log file for reference. To the untrained eye it
seems to launch straight into the audio decoding:

mplayer -nolirc -nocache -noframedrop -mc 0 -vc null -vo null -ao 
pcm:waveheader:file=/tmp/fifo.EARFKU -af volnorm=1 -channels 2 -aid 128 
-dvd-device /dev/scd0 dvd://1 
lame --nohist -h --preset fast medium /tmp/fifo.EARFKU /tmp/audio.L7QFKU 
MPlayer 1.0rc2-4.3.2 (C) 2000-2007 MPlayer Team
CPU: Genuine Intel(R) CPU   T2050  @ 1.60GHz (Family: 6, Model: 14, 
Stepping: 8)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Terminal type `unknown' is not defined.

Playing dvd://1.
There are 2 titles on this DVD.
There are 1 chapters in this DVD title.
There are 1 angles in this DVD title.
audio stream: 0 format: ac3 (stereo) language: en aid: 128.
number of audio channels on disk: 1.
subtitle ( sid ): 0 language: en
number of subtitles on disk: 1
MPEG-PS file format detected.
VIDEO:  MPEG2  720x576  (aspect 3)  25.000 fps  9800.0 kbps (1225.0 kbyte/s)
==
Forced video codec: null
Opening video decoder: [null] Null video decoder
VDec: vo config request - 720 x 576 (preferred colorspace: BGR 24-bit)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [null] 720x576 => 1024x576 Planar YV12 
Selected video codec: [null] vfm: null (NULL codec (no decoding!))
==
==
Forced audio codec: mad
Opening audio decoder: [liba52] AC3 decoding with liba52
AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==
[AO PCM] File: /tmp/fifo.EARFKU (WAVE)
PCM: Samplerate: 48000Hz Channels: Stereo Format s16le
[AO PCM] Info: Faster dumping is achieved with -vc null -vo null -ao pcm:fast
[AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default).
AO: [pcm] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
A:   0.7 V:   0.0 A-V:  0.678 ct:  0.000   1/  1 ??% ??% ??,?% 1 0  
A:   1.0 V:   0.4 A-V:  0.683 ct:  0.000   2/  2 ??% ??% ??,?% 2 0  
A:   1.4 V:   1.3 A-V:  0.120 ct:  0.000  26/ 26  0%  0% 24.2% 21 0 
A:   1.4 V:   1.3 A-V:  0.080 ct:  0.000  27/ 27  0%  0% 23.3% 21 0 
A:   1.4 V:   1.4 A-V:  0.040 ct:  0.000  28/ 28  0%  0% 22.4% 21 0 
A:   1.7 V:   1.6 A-V:  0.086 ct:  0.000  35/ 35  0%  0% 18.6% 24 0   

Hope this helps - I'll be here for further tests if you need me.

Rob

-- 
0.12.0-1 Subtitles. ocrad used instead of tesseract
https://bugs.launchpad.net/bugs/247826
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 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-27 Thread Robbie G
Thanks Julien, great work - we got there in the end!

The following *correct* behaviour is now seen with OGMrip
0.12.2-0.0ubuntu2~ppa5:

With my last setup i.e. only tesseract installed: tesseract is used

and...

With gocr, ocrad & tesseract installed: tesseract is used
With only gocr & ocrad installed: gocr is used
With only ocrad installed: ocrad is used

i.e. the behaviour as described by the great man himself:

"Comment By: Olivier Rolland (billl)
Date: 2008-07-12 08:45
Since 0.12, ogmrip detects at runtime which OCR are installed and selects
either tesseract, gocr or ocrad, in that order."

-- 
0.12.0-1 Subtitles. ocrad used instead of tesseract
https://bugs.launchpad.net/bugs/247826
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 297119] Re: Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen

2009-05-13 Thread Robbie G
Bingo Bongo !

Jaunty "production" Live CD from 12th May 2009 comes up fine with no
monitor/display issues.

Sorry I'm not is a position to test the install/upgrade just yet as I'm
rather busy with other jobs around the house.

-- 
Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen
https://bugs.launchpad.net/bugs/297119
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 376032] [NEW] [needs-packaging] Deluge

2009-05-13 Thread Robbie Clemons
Public bug reported:

Deluge is a powerful easy to use bittorrent client written in Python.
Version 1.1.7 is out and should replace 1.1.6.

Website: http://www.deluge-torrent.org/
License: GPL

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: deluge

-- 
[needs-packaging] Deluge
https://bugs.launchpad.net/bugs/376032
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 209532] Re: Accessibility keyboard settings get lost

2009-05-13 Thread Robbie Clemons
I believe this bug has been fixed in GNOME 2.26.1

-- 
Accessibility keyboard settings get lost
https://bugs.launchpad.net/bugs/209532
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 90371] Re: [apport] BloGTK.py crashed with NoOptionError in get()

2009-01-30 Thread Robbie Coleman
and now approaching 2 years

-- 
[apport] BloGTK.py crashed with NoOptionError in get()
https://bugs.launchpad.net/bugs/90371
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 214370] Re: Logout/Shutdown Sound Not Working

2009-06-18 Thread Robbie Williamson
** Changed in: pulseaudio (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) => Canonical 
Desktop Team (canonical-desktop-team)

** Changed in: gnome-session (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) => Canonical 
Desktop Team (canonical-desktop-team)

-- 
Logout/Shutdown Sound Not Working
https://bugs.launchpad.net/bugs/214370
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 377697] Re: update manager should warn about laptop running on battery when installing big updates

2009-06-22 Thread Robbie Williamson
** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

** Changed in: update-manager (Ubuntu)
   Status: New => Triaged

-- 
update manager should warn about laptop running on battery when installing big 
updates
https://bugs.launchpad.net/bugs/377697
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 384890]

2009-06-23 Thread Robbie Williamson

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

-- 
power button not bringing up shutdown dialog [karmic]
https://bugs.launchpad.net/bugs/384890
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 384890] apport-collect data

2009-06-23 Thread Robbie Williamson
Architecture: i386
DistroRelease: Ubuntu 9.10
Package: gnome-power-manager 2.27.1-0ubuntu3
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
Uname: Linux 2.6.30-9-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
power button not bringing up shutdown dialog [karmic]
https://bugs.launchpad.net/bugs/384890
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 384890]

2009-06-23 Thread Robbie Williamson

** Attachment added: "GConfNonDefault.txt"
   http://launchpadlibrarian.net/28244029/GConfNonDefault.txt

-- 
power button not bringing up shutdown dialog [karmic]
https://bugs.launchpad.net/bugs/384890
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 384890]

2009-06-23 Thread Robbie Williamson

** Attachment added: "DevkitPower.txt"
   http://launchpadlibrarian.net/28244018/DevkitPower.txt

-- 
power button not bringing up shutdown dialog [karmic]
https://bugs.launchpad.net/bugs/384890
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 384890] Re: power button not bringing up shutdown dialog [karmic]

2009-06-23 Thread Robbie Williamson
I'm seeing this bug after moving from Alpha1 to Alpha2 on my Thinkpad
X301.

** Also affects: gnome-power-manager (Ubuntu Karmic)
   Importance: High
 Assignee: Martin Pitt (pitti)
   Status: In Progress

-- 
power button not bringing up shutdown dialog [karmic]
https://bugs.launchpad.net/bugs/384890
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 387042] Re: gwibber don't display messages

2009-06-23 Thread Robbie Williamson
I also encountered this bug after upgrading from Alpha 1 to Alpha 2. I'm
running 32bit x86.

** Also affects: pywebkitgtk (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: pywebkitgtk (Ubuntu)
   Importance: Undecided => High

** Changed in: pywebkitgtk (Ubuntu)
   Status: New => Triaged

** Also affects: pywebkitgtk (Ubuntu Karmic)
   Importance: High
   Status: Triaged

** Tags added: regression-potential

** Summary changed:

- gwibber don't display messages
+ gwibber doesn't display messages

-- 
gwibber doesn't display messages
https://bugs.launchpad.net/bugs/387042
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 387042] apport-collect data

2009-06-24 Thread Robbie Williamson
Architecture: i386
DistroRelease: Ubuntu 9.10
Package: pywebkitgtk (not installed)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
Uname: Linux 2.6.30-9-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
gwibber doesn't display messages
https://bugs.launchpad.net/bugs/387042
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 387042]

2009-06-24 Thread Robbie Williamson

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

-- 
gwibber doesn't display messages
https://bugs.launchpad.net/bugs/387042
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 387042] apport-collect data

2009-06-24 Thread Robbie Williamson
Architecture: i386
DistroRelease: Ubuntu 9.10
Package: python-webkit 1.0.2-1ubuntu2
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
Uname: Linux 2.6.30-9-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
gwibber doesn't display messages
https://bugs.launchpad.net/bugs/387042
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 358831] Re: [ARM] Pulse Audio eating up to much CPU

2009-06-03 Thread Robbie Williamson
** Changed in: pulseaudio (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) => Canonical 
Desktop Team (canonical-desktop-team)

-- 
[ARM] Pulse Audio eating up to much CPU
https://bugs.launchpad.net/bugs/358831
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 386268] Re: autofs5 segfaults in Jaunty x86_64

2009-06-15 Thread Robbie Williamson
** Changed in: autofs5 (Ubuntu)
   Importance: Undecided => High

-- 
autofs5 segfaults in Jaunty x86_64
https://bugs.launchpad.net/bugs/386268
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 386268] Re: autofs5 segfaults in Jaunty x86_64

2009-06-15 Thread Robbie Williamson
Need some clarification of the present situation. Are we, or the
customer, aware of a current upstream fix for this issue?  If so, could
someone provide a pointer to this?

-- 
autofs5 segfaults in Jaunty x86_64
https://bugs.launchpad.net/bugs/386268
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 201391] Re: Headset volume control doesn't change headset volume

2009-06-29 Thread Robbie Williamson
** Changed in: linux (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) => Canonical 
Desktop Team (canonical-desktop-team)

-- 
Headset volume control doesn't change headset volume
https://bugs.launchpad.net/bugs/201391
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 377697] Re: update manager should warn about laptop running on battery when installing big updates

2009-06-29 Thread Robbie Williamson
** Changed in: update-manager (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) => Michael 
Vogt (mvo)

-- 
update manager should warn about laptop running on battery when installing big 
updates
https://bugs.launchpad.net/bugs/377697
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 393659] [NEW] nautilus crashes viewing circular symlinks

2009-06-29 Thread Robbie Cooper
Public bug reported:

Binary package hint: nautilus

I was able to reproduce this bug using the following script:

mkdir dir
ln -s "`pwd`"/dir/link2 link1
ln -s "`pwd`"/link1 dir/link2
nautilus dir

Then refresh nautilus a couple times or move back and forth between another 
directory and this one. 
It seems to crash only when viewing the deeper symlink (dir/link2). 

I thought it might be related to Bug #23641, but that one's quite old
and looks like it's been fixed already.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: nautilus 1:2.26.2-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386

-- 
nautilus crashes viewing circular symlinks
https://bugs.launchpad.net/bugs/393659
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 393659] Re: nautilus crashes viewing circular symlinks

2009-06-29 Thread Robbie Cooper

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

-- 
nautilus crashes viewing circular symlinks
https://bugs.launchpad.net/bugs/393659
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 393204] apport-collect data

2009-07-01 Thread Robbie Williamson
Architecture: i386
DistroRelease: Ubuntu 9.10
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Uname: Linux 2.6.31-1-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
package screen-profiles 2.17-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/393204
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 394526] [NEW] Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev

2009-07-01 Thread Robbie Williamson
Public bug reported:

After upgrading to the latest Karmic Alpha 2 packages, my Thinkpad x301
boots VERY slowly (I initially thought it was hung).  Graphical boot
does not work at all.  If I reboot into the previous kernel (.30-10),
all is good.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
Date: Wed Jul  1 18:36:52 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=e5078b9d-33a9-49ee-b6c2-3a5c3e9096cd
MachineType: LENOVO 2777CTO
Package: linux-image-2.6.30-10-generic 2.6.30-10.12
ProcCmdLine: root=UUID=54e464c4-c455-4c79-855f-2c421e287ab5 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.30-10.12-generic
RelatedPackageVersions: linux-backports-modules-2.6.30-10-generic N/A
SourcePackage: linux
Tags: kernel-oops
Title: BUG: unable to handle kernel NULL pointer dereference at 000c
Uname: Linux 2.6.30-10-generic i686
dmi.bios.date: 10/09/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 6EET21WW (1.02 )
dmi.board.name: 2777CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6EET21WW(1.02):bd10/09/2008:svnLENOVO:pn2777CTO:pvrThinkPadX301:rvnLENOVO:rn2777CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2777CTO
dmi.product.version: ThinkPad X301
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Critical
 Status: Triaged

** Affects: linux (Ubuntu Karmic)
 Importance: Critical
 Status: Triaged


** Tags: apport-kerneloops i386 kernel-oops

-- 
Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev
https://bugs.launchpad.net/bugs/394526
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 394526] Re: Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev

2009-07-01 Thread Robbie Williamson

** Attachment added: "BootDmesg.gz"
   http://launchpadlibrarian.net/28611949/BootDmesg.gz

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

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

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

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

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/28611954/OopsText.txt

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

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

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

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

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

** Also affects: linux (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Karmic)
   Importance: Undecided => Critical

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

-- 
Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev
https://bugs.launchpad.net/bugs/394526
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 394526] Re: Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev

2009-07-01 Thread Robbie Williamson
I saved the dmesg output from the .31-1 boot session and attached here.

** Attachment added: "dmesg output during .31 session"
   http://launchpadlibrarian.net/28611992/dmesg.out

** Description changed:

  After upgrading to the latest Karmic Alpha 2 packages, my Thinkpad x301
  boots VERY slowly (I initially thought it was hung).  Graphical boot
- does not work as well.  If I reboot into the previous kernel (.30-10),
+ does not work at all.  If I reboot into the previous kernel (.30-10),
  all is good.
  
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: i386
  Date: Wed Jul  1 18:36:52 2009
  DistroRelease: Ubuntu 9.10
  Failure: oops
  HibernationDevice: RESUME=UUID=e5078b9d-33a9-49ee-b6c2-3a5c3e9096cd
  MachineType: LENOVO 2777CTO
  Package: linux-image-2.6.30-10-generic 2.6.30-10.12
  ProcCmdLine: root=UUID=54e464c4-c455-4c79-855f-2c421e287ab5 ro quiet splash
  ProcVersionSignature: Ubuntu 2.6.30-10.12-generic
  RelatedPackageVersions: linux-backports-modules-2.6.30-10-generic N/A
  SourcePackage: linux
  Tags: kernel-oops
  Title: BUG: unable to handle kernel NULL pointer dereference at 000c
  Uname: Linux 2.6.30-10-generic i686
  dmi.bios.date: 10/09/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6EET21WW (1.02 )
  dmi.board.name: 2777CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6EET21WW(1.02):bd10/09/2008:svnLENOVO:pn2777CTO:pvrThinkPadX301:rvnLENOVO:rn2777CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2777CTO
  dmi.product.version: ThinkPad X301
  dmi.sys.vendor: LENOVO

-- 
Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev
https://bugs.launchpad.net/bugs/394526
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 392709] Re: [karmic] linux-image 2.6.31-1.13 crashes on boot

2009-07-01 Thread Robbie Williamson
** Also affects: linux (Ubuntu Karmic)
   Importance: Undecided
   Status: Confirmed

-- 
[karmic] linux-image 2.6.31-1.13 crashes on boot
https://bugs.launchpad.net/bugs/392709
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 395545] [NEW] [Acer Aspire X1200] suspend/resume failure [non-free: nvidia]

2009-07-04 Thread Robbie Williamson
Public bug reported:

.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
Date: Sat Jul  4 10:56:44 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=5a9acafb-398b-4dfe-a694-df1066dccfa4
InterpreterPath: /usr/bin/python2.6
MachineType: Acer Aspire X1200
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-1-generic 2.6.31-1.14
ProcCmdLine: root=UUID=3baa4110-0e2c-41ad-b660-cd6418ff8aff ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-1.14-generic
RelatedPackageVersions: linux-backports-modules-2.6.31-1-generic N/A
SourcePackage: linux
Tags: resume suspend
Title: [Acer Aspire X1200] suspend/resume failure [non-free: nvidia]
Uname: Linux 2.6.31-1-generic x86_64
UserGroups:
 
dmi.bios.date: 07/29/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: R01-A3
dmi.board.name: WMCP78M
dmi.board.vendor: Acer
dmi.chassis.asset.tag: 00
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrR01-A3:bd07/29/2008:svnAcer:pnAspireX1200:pvrR01-A3:rvnAcer:rnWMCP78M:rvr:cvnAcer:ct3:cvr:
dmi.product.name: Aspire X1200
dmi.product.version: R01-A3
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Acer Aspire X1200] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/395545
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 395545] Re: [Acer Aspire X1200] suspend/resume failure [non-free: nvidia]

2009-07-04 Thread Robbie Williamson

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
[Acer Aspire X1200] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/395545
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 396149] apport-collect data

2009-07-06 Thread Robbie Williamson
*** This bug is a duplicate of bug 396134 ***
https://bugs.launchpad.net/bugs/396134

Architecture: amd64
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: unattended-upgrades 0.50ubuntu1
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-1.14-generic
Uname: Linux 2.6.31-1-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
unattended-upgrade-shutdown crashed with  SyntaxError in unknown()
https://bugs.launchpad.net/bugs/396149
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 396149]

2009-07-06 Thread Robbie Williamson
*** This bug is a duplicate of bug 396134 ***
https://bugs.launchpad.net/bugs/396134


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

-- 
unattended-upgrade-shutdown crashed with  SyntaxError in unknown()
https://bugs.launchpad.net/bugs/396149
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 370066] Re: LSB 4.0 support

2009-05-04 Thread Robbie Williamson
** Changed in: lsb (Ubuntu)
   Status: New => Triaged

** Changed in: lsb (Ubuntu)
Milestone: None => jaunty-updates

** Changed in: lsb (Ubuntu)
 Assignee: (unassigned) => Ubuntu Foundations Team (ubuntu-foundations)

** Also affects: lsb (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: lsb (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: lsb (Ubuntu Hardy)
   Status: New => Triaged

** Changed in: lsb (Ubuntu Jaunty)
   Status: New => Triaged

** Changed in: lsb (Ubuntu Jaunty)
Milestone: None => jaunty-updates

** Changed in: lsb (Ubuntu)
Milestone: jaunty-updates => None

** Changed in: lsb (Ubuntu Hardy)
Milestone: None => ubuntu-8.04.3

-- 
LSB 4.0 support
https://bugs.launchpad.net/bugs/370066
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 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
Reverting revision 611 fixes it for me. With 611 I get errors about
"head: not found".  If I remove the "head -n1" from revision 611, I get
the 'mount' error in the attached casper.log file.

** Attachment added: "casper.log"
   http://launchpadlibrarian.net/25691839/casper.log

-- 
casper USB media fails to boot: USB storage device not detected, drops to 
(initramfs) prompt
https://bugs.launchpad.net/bugs/363038
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 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
error starts at line 3928

-- 
casper USB media fails to boot: USB storage device not detected, drops to 
(initramfs) prompt
https://bugs.launchpad.net/bugs/363038
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 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
Attaching /proc/mounts, as it seems odd that /dev/sdb1 is mounted
twice...over /cdrom and /casper-rw-backing

** Attachment added: "/proc/mounts"
   http://launchpadlibrarian.net/25691961/mounts

-- 
casper USB media fails to boot: USB storage device not detected, drops to 
(initramfs) prompt
https://bugs.launchpad.net/bugs/363038
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 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
Correctly applied revision 618 by slangasek, and problem resolved for
me.

-- 
casper USB media fails to boot: USB storage device not detected, drops to 
(initramfs) prompt
https://bugs.launchpad.net/bugs/363038
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 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
FWIW, I noticed I was down-level on about 100 packages, including
initramfs-tools and kernel.  I updated, rebooted, recreated the bootable
USB key, applied revision 618, and still did not experience the problem
seen observed by Pete.

-- 
casper USB media fails to boot: USB storage device not detected, drops to 
(initramfs) prompt
https://bugs.launchpad.net/bugs/363038
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 363038] Re: casper USB media fails to boot: USB storage devicenot detected, drops to (initramfs) prompt

2009-04-18 Thread Robbie Williamson
Unsubscribe
--Original Message--
From: xourov
Sender: boun...@canonical.com
To: rob...@ubuntu.com
ReplyTo: Bug 363038
Subject: [Bug 363038] Re: casper USB media fails to boot: USB storage devicenot 
detected, drops to (initramfs) prompt
Sent: Apr 18, 2009 9:39 AM

I had a similar problem with 9.04rc-desktop-amd64 on Lenovo ThinkPad
X200 (https://bugs.launchpad.net/ubuntu/+bug/363147).  "Today's ISO",
jaunty-desktop-amd64.iso suggested by Steve Langasek solved the problem.
Thanks!!

-- 
casper USB media fails to boot: USB storage device not detected, drops to 
(initramfs) prompt
https://bugs.launchpad.net/bugs/363038
You received this bug notification because you are a direct subscriber
of the bug.

Status in “casper” source package in Ubuntu: Fix Released
Status in “linux” source package in Ubuntu: New
Status in casper in Ubuntu Jaunty: Fix Released
Status in linux in Ubuntu Jaunty: New

Bug description:
I have Acer Aspire 5920G laptop. I've tried to run installation of Jaunty from 
usb flash, but failed. I've downloaded ubuntu-9.04-rc-desktop-i386.iso using 
8.10, started "Create a USB Startup Disk" program and created a fresh 9.04 boot 
usb flash disk. When I tried to boot my laptop from this flash disk, it 
immediately said "Missing operating system" to console. The I booted back to my 
8.10, create a VM (with virtualbox) and booted it from iso (started a live 
session). Successfully. I started "USB bootdisk creator" from 9.04 live 
session, created bootable usb disk again and rebooted by laptop. GRUB showed me 
language selection. I selected russian and hit the "Try Ubuntu" menu entry. 
"Loading, please wait..." message flashed and usplash came up. Progress bar was 
running left-to-right and backwards, as it was expected. But after few seconds 
usplash had gone, and I saw a Busybox 1.10.2's prompt (without any error 
messages) ending with "(initramfs)". USB flash led stopped blinking at this 
time. Alt+{2,3,4,5,6,7} shows empty screens.

1) I used 9.04 RC desktop cd iso
3) I expected to boot fully working 9.04 RC from USB disk.
4) It dropped me to Busybox during boot.

I can reproduce it, so I can give any useful information if somebody
tells me how i can gather it.


Sent via BlackBerry by AT&T

-- 
casper USB media fails to boot: USB storage device not detected, drops to 
(initramfs) prompt
https://bugs.launchpad.net/bugs/363038
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 347831] Re: I need to set up my logitech dinovo edge bluetooth keyboard on each restart

2009-04-20 Thread Robbie Williamson
*** This bug is a duplicate of bug 318465 ***
https://bugs.launchpad.net/bugs/318465

** This bug has been marked a duplicate of bug 318465
   Logitech MX5000 doesn't connect via bluetooth under ubuntu

-- 
I need to set up my logitech dinovo edge bluetooth keyboard on each restart
https://bugs.launchpad.net/bugs/347831
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 356518] Re: HP ML110 fails to boot with grub after server install via PXE / serial console

2009-04-20 Thread Robbie Williamson
** Changed in: grub (Ubuntu)
   Importance: High => Medium

** Changed in: grub (Ubuntu)
   Status: New => Triaged

-- 
HP ML110 fails to boot with grub after server install via PXE / serial console
https://bugs.launchpad.net/bugs/356518
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 349314] apport-collect data

2009-04-21 Thread Robbie Williamson
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 9.04
Package: linux None [modified: /var/lib/dpkg/info/linux.list]
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Tags:  ubuntu-unr ubuntu-unr
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
Slow performance and tiling issues on i915
https://bugs.launchpad.net/bugs/349314
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 360719] Re: Constant white noise from speaker (jaunty)

2009-04-21 Thread Robbie Williamson
** Changed in: ubuntu
 Assignee: Ubuntu Foundations Team (ubuntu-foundations) => Luke Yelavich 
(themuso)

-- 
Constant white noise from speaker (jaunty)
https://bugs.launchpad.net/bugs/360719
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


  1   2   3   4   5   6   7   8   9   10   >