[Bug 1070900] Re: gearmand infinite loop invokes oom-killer

2012-10-25 Thread Ryan Steele
This also happens if a Content-Length that is too short for the data is
provided (for example, setting it to 200 when the actual Content-Length
is 220).

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

Title:
  gearmand infinite loop invokes oom-killer

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

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


[Bug 1070900] [NEW] gearmand infinite loop invokes oom-killer

2012-10-24 Thread Ryan Steele
Public bug reported:

Distro: Ubuntu Lucid (10.04)

Kernel: 2.6.32-33-server #72-Ubuntu SMP Fri Jul 29 21:21:55 UTC 2011
x86_64 GNU/Linux

Packages:
   ii  gearman  0.32-0~598-1~lucid1
   ii  gearman-job-server   0.32-0~598-1~lucid1
   ii  gearman-tools0.32-0~598-1~lucid1
   ii  libgearman6  0.32-0~598-1~lucid1
   ii  python-gearman-cluster   1.1.0

Error:
   (Loops endlessly until oom-killer kills the job server)

   ERROR 2012-09-24 14:04:03.00 [ 1 ] bad method: HTTP/1.0 -
libgearman-server/plugins/protocol/http/protocol.cc:287

Cause:
   When testing gearman, I accidentally included the line HTTP/1.0 200 OK 
while POST'ing to the HTTP listener during a telnet session (I was 
copying/pasting a query from a colleague and accidentally caught the gearman 
response from his session).  This caused gearman to go into an infinite loop 
until oom-killer, well, killed the job server.

Sanitized Copy of Session:
   laptop:~$ ssh server

   server:~$ telnet 127.0.0.1 
   Trying 127.0.0.1...
   Connected to 127.0.0.1.
   Escape character is '^]'.
   POST /foo HTTP/1.1
   Content-Length: 219

   {aaa: bbb, ccc: [ { ddd: {eee: fff, ggg: hhh, iii: 5}, 
jjj: kkk, lll: [mmm] } ] }
   HTTP/1.0 200 OK

   Connection to server closed.

   laptop:~$

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

** Description changed:

  Distro: Ubuntu Lucid (10.04)
  
  Kernel: 2.6.32-33-server #72-Ubuntu SMP Fri Jul 29 21:21:55 UTC 2011
  x86_64 GNU/Linux
  
  Packages:
-ii  gearman   0.32-0~598-1~lucid1
Distributed job queue
-ii  gearman-job-server   0.32-0~598-1~lucid1Job server 
for the Gearman distributed job q
-ii  gearman-tools   0.32-0~598-1~lucid1Tools 
for the Gearman distributed job queue
-ii  libgearman6  0.32-0~598-1~lucid1
Library providing Gearman client and worker 
-ii  python-gearman-cluster1.1.0
Configuration package for returning gearman 
+    ii  gearman  0.32-0~598-1~lucid1
+    ii  gearman-job-server   0.32-0~598-1~lucid1
+    ii  gearman-tools0.32-0~598-1~lucid1
+    ii  libgearman6  0.32-0~598-1~lucid1
+    ii  python-gearman-cluster   1.1.0
  
  Error:
-ERROR 2012-09-24 14:04:03.00 [ 1 ] bad method: HTTP/1.0 - 
libgearman-server/plugins/protocol/http/protocol.cc:287
+    ERROR 2012-09-24 14:04:03.00 [ 1 ] bad method: HTTP/1.0 - 
libgearman-server/plugins/protocol/http/protocol.cc:287
  
  Cause:
-When testing gearman, I accidentally included the line HTTP/1.0 200 OK 
after POST'ing to the HTTP listener during a telnet session (I was 
copying/pasting a query from a colleague and accidentally caught the gearman 
response from his session).  This caused gearman to go into an infinite loop 
until oom-killer, well, killed the job server.
+    When testing gearman, I accidentally included the line HTTP/1.0 200 OK 
while POST'ing to the HTTP listener during a telnet session (I was 
copying/pasting a query from a colleague and accidentally caught the gearman 
response from his session).  This caused gearman to go into an infinite loop 
until oom-killer, well, killed the job server.
  
  Sanitized Copy of Session:
-laptop:~$ ssh someserver
+    laptop:~$ ssh someserver
  
-server:~$ telnet 127.0.0.1 
-Trying 127.0.0.1...
-Connected to 127.0.0.1.
-Escape character is '^]'. 
-POST /foo HTTP/1.1
-Content-Length: 219
+    server:~$ telnet 127.0.0.1 
+    Trying 127.0.0.1...
+    Connected to 127.0.0.1.
+    Escape character is '^]'.
+    POST /foo HTTP/1.1
+    Content-Length: 219
  
-{aaa: bbb, ccc: [ { ddd: {eee: fff, ggg: hhh, iii: 5}, 
jjj: kkk, lll: [mmm] } ] }
-HTTP/1.0 200 OK
+    {aaa: bbb, ccc: [ { ddd: {eee: fff, ggg: hhh, iii: 5}, 
jjj: kkk, lll: [mmm] } ] }
+    HTTP/1.0 200 OK
  
-Connection to server closed.
+    Connection to server closed.
  
-laptop:~$
+    laptop:~$

** Description changed:

  Distro: Ubuntu Lucid (10.04)
  
  Kernel: 2.6.32-33-server #72-Ubuntu SMP Fri Jul 29 21:21:55 UTC 2011
  x86_64 GNU/Linux
  
  Packages:
     ii  gearman  0.32-0~598-1~lucid1
     ii  gearman-job-server   0.32-0~598-1~lucid1
     ii  gearman-tools0.32-0~598-1~lucid1
     ii  libgearman6  0.32-0~598-1~lucid1
     ii  python-gearman-cluster   1.1.0
  
  Error:
-    ERROR 2012-09-24 14:04:03.00 [ 1 ] bad method: HTTP/1.0 - 
libgearman-server/plugins/protocol/http/protocol.cc:287
+(Loops endlessly until oom-killer kills the job server)
+ 
+    ERROR 2012-09-24 14:04:03.00 [ 1 ] bad method: HTTP/1.0 -
+ libgearman-server/plugins/protocol/http/protocol.cc:287
  
  Cause:
     When testing gearman, I accidentally included the 

[Bug 781411] Re: slirpvde: Massive memory leak

2012-09-26 Thread Ryan Steele
I originally encountered the issue when I was attempting to create a VDE
virtual network for use with VirtualBox, as described here:
http://www.virtualbox.org/manual/ch06.html#network_vde. Hope that is
helpful.

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

Title:
  slirpvde: Massive memory leak

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

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


[Bug 576137] Re: nss-pam-ldapd should not depend on nslcd

2012-06-11 Thread Ryan Steele
Since we're discussing the nslcd dependency, it may also be worth noting
that the --disable-nslcd option to the configure script (via
debian/rules) does not remove all dependencies on nslcd at build time:

# install a pam-auth-update configuration file
install -D -m 644 debian/libpam-ldapd.pam-auth-update 
debian/tmp/usr/share/pam-configs/ldap
dh_testdir
dh_testroot
dh_install
install -d debian/nslcd/
cp -a debian/tmp/etc debian/nslcd//
install -d debian/nslcd//usr
cp -a debian/tmp/usr/sbin debian/nslcd//usr/
cp: cannot stat `debian/tmp/usr/sbin': No such file or directory
dh_install: cp -a debian/tmp/usr/sbin debian/nslcd//usr/ returned exit code 1
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

Removing the --sysconfdir=/etc and --localstatedir=/var options (since
they really only apply to nslcd) yields no success either.  Removing
debian/nslcd.install was the only thing that got it to build
successfully, although it also builds nslcd, despite the --disable-nslcd
flag.

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

Title:
  nss-pam-ldapd should not depend on nslcd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/576137/+subscriptions

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


[Bug 576137] Re: nss-pam-ldapd should not depend on nslcd

2012-06-11 Thread Ryan Steele
Forgot to mention that I also removed these options without success
(prior to deleting debian/nslcd.install):

--with-ldap-conf-file=/etc/nslcd.conf
--with-nslcd-pidfile=/var/run/nslcd/nslcd.pid
--with-nslcd-socket=/var/run/nslcd/socket

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

Title:
  nss-pam-ldapd should not depend on nslcd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/576137/+subscriptions

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


[Bug 576137] Re: nss-pam-ldapd should not depend on nslcd

2012-06-11 Thread Ryan Steele
Turns out it just required a little common sense - omitting nslcd
entirely from debian/rules (and removing it from the Depends line for
the other two packages) fixes the issue.  Still have yet to test the
resulting libpam-ldapd  libnss-ldapd packages.

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

Title:
  nss-pam-ldapd should not depend on nslcd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/576137/+subscriptions

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


[Bug 827198] Re: Kernel update google Chrome and Chromium freeze

2011-08-17 Thread Ryan Steele
Tim: After installing the kernel referenced in #11, I can no longer
reproduce the crash.

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

Title:
  Kernel update google Chrome and Chromium freeze

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

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


[Bug 827198] Re: Kernel update google Chrome and Chromium freeze

2011-08-16 Thread Ryan Steele
I can verify -- I've installed the new kernel and rebooted and I'm also
still getting the same freezes, with the BUG: unable to handle kernel
paging request at fff3 error in kern.log.

csb@vmhost002:~$ uname -a
Linux vmhost002 2.6.35-30-generic #58 SMP Tue Aug 16 15:05:36 UTC 2011 x86_64 
GNU/Linux

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

Title:
  Kernel update google Chrome and Chromium freeze

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

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


[Bug 781411] [NEW] slirpvde: Massive memory leak

2011-05-11 Thread Ryan Steele
Public bug reported:

Binary package hint: vde2

From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572261: slirpvde
leaks over 1600 bytes per packet received, even tiny ones like pings.
This makes it practically unusable for a production system in the
current state.

It was fixed upstream in vde2 (2.3.1-1).

** Affects: vde2 (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/781411

Title:
  slirpvde: Massive memory leak

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


[Bug 742889] Re: DigiCert certificates should be included in Ubuntu

2011-04-07 Thread Ryan Steele
This issue is also causing users of Empathy who are connecting to
Facebook Chat to receive a certificate error. See
http://askubuntu.com/questions/27752/untrusted-connection-warning-in-
empathy for discussion.

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

Title:
  DigiCert certificates should be included in Ubuntu

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


[Bug 732729] [NEW] WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53 suspend_test_finish+0x86/0x90()

2011-03-10 Thread Ryan Steele
Public bug reported:

Error occurred upon resuming from sleep. I'm booting from a USB flash
drive.

ProblemType: KernelOops
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-5-generic 2.6.38-5.32
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 Cannot stat file /proc/13662/fd/21: Stale NFS file handle
 Cannot stat file /proc/13662/fd/22: Stale NFS file handle
  USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 4087 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc62 irq 50'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa2100,0010 
HDA:14f12c06,17aa2122,0010'
   Controls  : 16
   Simple ctrls  : 8
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7VHT16WW-1.06'
   Mixer name   : 'ThinkPad EC 7VHT16WW-1.06'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Thu Mar 10 09:27:14 2011
Failure: oops
Frequency: This has only happened once.
LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110223)
MachineType: LENOVO 2055RL4
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-5-generic N/A
 linux-backports-modules-2.6.38-5-generic  N/A
 linux-firmware1.48
SourcePackage: linux
Title: WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53 
suspend_test_finish+0x86/0x90()
UpgradeStatus: Upgraded to natty on 2011-03-09 (0 days ago)
dmi.bios.date: 12/03/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6FET87WW (3.17 )
dmi.board.name: 2055RL4
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:bvr6FET87WW(3.17):bd12/03/2010:svnLENOVO:pn2055RL4:pvrThinkPadT500:rvnLENOVO:rn2055RL4:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2055RL4
dmi.product.version: ThinkPad T500
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-kerneloops hibernate kernel-oops kernel-power natty 
needs-upstream-testing resume

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

Title:
  WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53
  suspend_test_finish+0x86/0x90()

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


[Bug 732729] Re: WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53 suspend_test_finish+0x86/0x90()

2011-03-10 Thread Ryan Steele
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/732729

Title:
  WARNING: at /build/buildd/linux-2.6.38/kernel/power/suspend_test.c:53
  suspend_test_finish+0x86/0x90()

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


[Bug 716605] Re: Software updates not persistent

2011-02-24 Thread Ryan Steele
I am no longer able to reproduce this issue. I suspect it may have been
a problem with the OS I was installing which has been resolved.

** Changed in: usb-creator (Ubuntu)
   Status: New = Invalid

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

Title:
  Software updates not persistent

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


[Bug 723323] [NEW] package linux-image-2.6.38-4-generic 2.6.38-4.31 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2011-02-22 Thread Ryan Steele
Public bug reported:

I was performing an update through Update Manager. I'm running from a
Live USB install.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-4-generic 2.6.38-4.31
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 Cannot stat file /proc/13339/fd/21: Stale NFS file handle
 Cannot stat file /proc/13339/fd/22: Stale NFS file handle
  USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 3873 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd01a irq 42'
   Mixer name   : 'Analog Devices AD1882'
   Components   : 'HDA:11d41882,17aa3038,00100300'
   Controls  : 41
   Simple ctrls  : 24
Date: Tue Feb 22 18:23:41 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
Frequency: This has only happened once.
IwConfig:
 lono wireless extensions.
 
 eth1  no wireless extensions.
LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110214)
MachineType: LENOVO 9181A1U
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt 
cdrom-detect/try-usb=true persistent file=/cdrom/preseed/hostname.seed 
boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-4-generic N/A
 linux-backports-modules-2.6.38-4-generic N/A
 linux-firmware 1.47
RfKill:
 
SourcePackage: linux
Title: package linux-image-2.6.38-4-generic 2.6.38-4.31 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
dmi.bios.date: 06/18/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 2RKT47AUS
dmi.board.name: LENOVO
dmi.board.vendor: LENOVO
dmi.board.version: NONE
dmi.chassis.asset.tag: �
dmi.chassis.type: 3
dmi.chassis.vendor: LENOVO
dmi.chassis.version: NONE
dmi.modalias: 
dmi:bvnLENOVO:bvr2RKT47AUS:bd06/18/2008:svnLENOVO:pn9181A1U:pvrThinkCentreM57:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE:
dmi.product.name: 9181A1U
dmi.product.version: ThinkCentre M57
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-package kernel-uncat natty needs-upstream-testing 
regression-release

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

Title:
  package linux-image-2.6.38-4-generic 2.6.38-4.31 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

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

[Bug 723323] Re: package linux-image-2.6.38-4-generic 2.6.38-4.31 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2011-02-22 Thread Ryan Steele
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723323

Title:
  package linux-image-2.6.38-4-generic 2.6.38-4.31 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

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


[Bug 715956] Re: compiz crashed with SIGSEGV in nux::LoadGdkPixbuf()

2011-02-15 Thread Ryan Steele
I confirm I am no longer seeing the issue.

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

Title:
  compiz crashed with SIGSEGV in nux::LoadGdkPixbuf()

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


[Bug 659895] Re: Live USB installation of Ubuntu 10.10 does not boot a second time

2011-02-10 Thread Ryan Steele
I've seen a similar issue, where after I reboot the computer it will
boot into the OS on the hard drive, even though the USB stick is still
inserted. I believe it is a BIOS issue. In my case, the drive appears in
the list of devices on the boot menu as a USB HDD, whereas on the
first boot it appears as a USB Key.

Fabian, you may want to check if a BIOS update is available for your
system.

** Changed in: usb-creator (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Live USB installation of Ubuntu 10.10 does not boot a second time

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


[Bug 716605] [NEW] Software updates not persistent

2011-02-10 Thread Ryan Steele
Public bug reported:

Binary package hint: usb-creator

I've created a bootable USB stick from the latest natty-desktop-
amd64.iso.

Steps to repro:

1. Select the natty-desktop-amd64.iso
2. Erase the USB stick (an 8GB Kingston DataTraveller)
3. Increase reserved extra space to 4.0GB
4. Click Make Startup Disk
5. Boot from the USB stick
6. Perform an apt-get update and apt-get upgrade
7. Run dpkg -s with a package that was upgraded (in my case, I picked 
findutils)
8. Note the version number (mine was 4.4.2-1ubuntu3)
9. Reboot from the USB stick
10. Run dpkg -s on the same package

Expected result: The same version number is displayed

Actual result: An earlier version number is displayed, indicating the
package update was not persistent

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: usb-creator-gtk 0.2.22.1
ProcVersionSignature: Ubuntu 2.6.32-29.57-generic 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-generic x86_64
Architecture: amd64
CheckboxSubmission: 75cac9d35a12b89a7a20891c500c936b
CheckboxSystem: 36acc479c47ece291c12af9d42b8b11e
Date: Thu Feb 10 10:50:35 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
PackageArchitecture: all
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: usb-creator

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

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

Title:
  Software updates not persistent

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


[Bug 716605] Re: Software updates not persistent

2011-02-10 Thread Ryan Steele


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

Title:
  Software updates not persistent

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


[Bug 689455] Re: Doesn't send the messages to facebook.

2011-02-01 Thread Ryan Steele
I think I'm seeing the same issue. I am able to connect to Facebook Chat
and if someone sends me a chat message, I receive it, but when I try and
reply, the contact never receives the message. This can be verified by
opening Facebook in the browser and going into the web-based chat. The
message will not appear.

There are no errors displayed in Empathy to indicate the message was not
delivered. If I go into the Debug window, nothing above the Debug level
is logged.

Once, when this was happening to me before, the contact did eventually
receive the message, but not until something like 10 minutes after I had
sent it.

It's quite possible the issue is on Facebook's end.

I'm running Ubuntu 10.10, with Empathy 2.32.1.

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

Title:
  Doesn't send the messages to facebook.

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


[Bug 667864] Re: my facebook friends don't get messages that I send to them through the empathy chat

2011-02-01 Thread Ryan Steele
*** This bug is a duplicate of bug 689455 ***
https://bugs.launchpad.net/bugs/689455

** This bug has been marked a duplicate of bug 689455
   Doesn't send the messages to facebook.
 * You can subscribe to bug 689455 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/689455/+subscribe

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

Title:
  my facebook friends don't get messages that I send to them through the
  empathy chat

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


[Bug 677114] [NEW] Dependencies are incorrect

2010-11-18 Thread Ryan Steele
Public bug reported:

Binary package hint: cluster-glue

The package maintainer for cluster-glue and cluster-agents refers to the
2.99.2+sles11r9-5 version of heartbeat, heartbeat-common, and
libheartbeat2 in the Replaces and Conflicts stanzas in debian/control.
This is incorrect.  In Lucid, the versions of these heartbeat packages
is 3.0.3-1ubuntu1:


# apt-cache show heartbeat | egrep ^Version
Version: 1:3.0.3-1ubuntu1


# apt-cache show cluster-glue cluster-agents | grep heartbeat
Replaces: heartbeat (= 2.99.2+sles11r9-5), heartbeat-common (= 
2.99.2+sles11r9-5), libheartbeat2 (= 2.99.2+sles11r9-5)
Conflicts: heartbeat (= 2.99.2+sles11r9-5), heartbeat-common (= 
2.99.2+sles11r9-5), libheartbeat2 (= 2.99.2+sles11r9-5)
Replaces: heartbeat (= 2.99.2+sles11r9-5), heartbeat-common (= 
2.99.2+sles11r9-5), ldirectord ( 1.0.2~rc2a+hg20100127-0test1), libheartbeat2 
(= 2.99.2+sles11r9-5)
Conflicts: heartbeat (= 2.99.2+sles11r9-5), heartbeat-common (= 
2.99.2+sles11r9-5), ldirectord ( 1.0.2~rc2a+hg20100127-0test1), libheartbeat2 
(= 2.99.2+sles11r9-5)

** Affects: cluster-glue (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Dependencies are incorrect
https://bugs.launchpad.net/bugs/677114
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 305180] Re: ipconfig binary (from klibc-utils) destroys the network stack with Broadcom 5721 using the tg3 module

2010-11-11 Thread Ryan Steele
Hi Max,

Unfortunately, I doubt we'll be deploying Maverick any time in the near
future, so it may be awhile before I can get back to you on this.  When
I do, I'll let ya know.

-- 
ipconfig binary (from klibc-utils) destroys the network stack with Broadcom 
5721 using the tg3 module
https://bugs.launchpad.net/bugs/305180
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 653360] Re: DVD icon disappeares when music cd inserted and reappears when removed

2010-10-02 Thread Ryan Steele
Hi Jeffrey, it looks like you accidentally reported this issue against
yelp, the Ubuntu help application. It sounds like this might be an
issue with the Nautilus file browser so I've amended your bug report
accordingly.

** Package changed: yelp (Ubuntu) = nautilus (Ubuntu)

-- 
DVD icon disappeares when music cd inserted and reappears when removed
https://bugs.launchpad.net/bugs/653360
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 653290] Re: I can't use Synaptic

2010-10-02 Thread Ryan Steele
Hi Alberto, it looks like you've inadvertently reported this bug against
yelp, the Ubuntu help application. I've amended your bug report
accordingly. You may want to add some more detail about what you were
doing when the error occurred.

** Package changed: yelp (Ubuntu) = synaptic (Ubuntu)

** Changed in: synaptic (Ubuntu)
   Status: New = Incomplete

-- 
I can't use Synaptic 
https://bugs.launchpad.net/bugs/653290
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 643070] Re: firefox fixed to top of screen

2010-10-02 Thread Ryan Steele
** Changed in: yelp (Ubuntu)
   Status: New = Invalid

-- 
firefox fixed to top of screen
https://bugs.launchpad.net/bugs/643070
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 643070] Re: firefox fixed to top of screen

2010-10-02 Thread Ryan Steele
Hi Andy, thanks for reporting. Unfortunately, there are a couple issues
with your report. The first is that you've inadvertently reported the
bug against yelp, the Ubuntu help application, when the issue is with
other programs. Second, we cannot accept a report which addresses issues
with multiple programs since there is no way for the developers of the
individual applications to track the report.

Please ensure you have installed all available updates from the System 
Administration  Update Manager menu. If you are still experiencing
issues, feel free to report a bug against each of the affected
applications. Thanks for helping improve Ubuntu!

-- 
firefox fixed to top of screen
https://bugs.launchpad.net/bugs/643070
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 630976] [NEW] Error when attempting to transfer music to iPhone 4

2010-09-05 Thread Ryan Steele
Public bug reported:

Binary package hint: rhythmbox

I plugged in my iPhone 4 running iOS 4.0.2 and attempted to drag and
drop music to it. I got an error dialog with the following message:

Error while getting peer-to-peer dbus connection: The name :1.225 was
not provided by any .service files

This error appeared once for each track I attempted to drag and drop.

Upon closing and re-opening Rhythmbox, the problem went away.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: rhythmbox 0.12.8-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.32-25.43-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
Architecture: amd64
Date: Sun Sep  5 09:48:40 2010
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: rhythmbox

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


** Tags: amd64 apport-bug lucid

-- 
Error when attempting to transfer music to iPhone 4
https://bugs.launchpad.net/bugs/630976
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 630976] Re: Error when attempting to transfer music to iPhone 4

2010-09-05 Thread Ryan Steele

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/630976/+attachment/1546806/+files/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.launchpad.net/bugs/630976/+attachment/1546807/+files/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   
https://bugs.launchpad.net/bugs/630976/+attachment/1546808/+files/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   
https://bugs.launchpad.net/bugs/630976/+attachment/1546809/+files/LogAlsaMixer.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/630976/+attachment/1546810/+files/XorgLog.txt

-- 
Error when attempting to transfer music to iPhone 4
https://bugs.launchpad.net/bugs/630976
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 630022] [NEW] Twitter authorization page is in French

2010-09-04 Thread Ryan Steele
Public bug reported:

Binary package hint: gwibber

When I attempt to authorize with Twitter, the Twitter authorization page
appears in French. This is the message that appears:

Une application souhaite accéder à votre compte
L'application Ubuntu conçue par Ubuntu requiert l'autorisation d'accéder à, et 
mettre à jour vos données sur Twitter. Vous n'utilisez pas Twitter ? 
Inscrivez-vous et rejoignez la conversation !
Nom d'utilisateur ou E-mail:
Mot de passe:

The authorization appears to succeed when my Twitter credentials are
entered. (Gwibber doesn't actually receive any tweets, but I suspect
that is a different bug...)

This user appears to be having the same issue: http://identi.ca/furicle

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

-- 
Twitter authorization page is in French
https://bugs.launchpad.net/bugs/630022
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 218409] Re: Installing problem under ubuntu 9.10

2010-06-26 Thread Ryan Steele
** Description changed:

- After following all instruction in ubuntu 9.10 I got below error
+ Ubuntu Gutsy Gibbon 7.10 - libpng 1.2.15~beta5-2ubuntu0.1 (bug probably
+ concerned with libpng-dev)
  
- Traceback (most recent call last):
-   File setup.py, line 13, in module
- import setup.commands as commands
-   File /calibre/setup/commands.py, line 28, in module
- from setup.translations import POT, GetTranslations, Translations, ISO639
-   File /calibre/setup/translations.py, line 14, in module
- from setup.build_environment import pyqt
-   File /calibre/setup/build_environment.py, line 12, in module
- from PyQt4 import pyqtconfig
- ImportError: No module named PyQt4
+ Ubuntu Hardy Heron 8.04 (current dev version) - libpng 1.2.15~beta5-3
+ (bug probably concerned with libpng-dev)
+ 
+ -
+ 
+ Compiling svn rev 2400 of FIFEngine (http://fifengine.de) via scons.
+ 
+ Building is terminated because of errors:
+ 
+ /usr/include/pngconf.h:317: error: expected constructor, destructor, or type 
conversion before '.' token
+ /usr/include/pngconf.h:318: error: '__dont__' does not name a type
+ 
+ -
+ 
+ Commenting out the lines mentioned above in pngconf.h will solve the
+ problem in this case.

** Summary changed:

- Installing problem under ubuntu 9.10
+ libpng causes error concerning pngconf.h

-- 
libpng causes error concerning pngconf.h
https://bugs.launchpad.net/bugs/218409
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 558311] Re: drivemount_applet2 crashed with SIGSEGV

2010-05-17 Thread Ryan Steele
I am experiencing a crash with the same backtrace when unmounting and
remounting a device. I've seen it with a CD-ROM and an iPhone, both on
systems running the AMD64 distribution.

-- 
drivemount_applet2 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/558311
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 460223] Re: pidgin-facebookchat is broken, needs a bump

2010-05-09 Thread Ryan Steele
Now that Facebook Chat supports Jabber, this addin is largely unneeded.
It appears to still be maintained since apparently FB's XMPP does not
support some features the plugin does [1] but I don't think a backport
is a priority.

[1] https://bugs.launchpad.net/ubuntu/+source/pidgin-
facebookchat/+bug/474872/comments/7

** Package changed: pidgin (Ubuntu) = pidgin-facebookchat (Ubuntu)

** Changed in: pidgin-facebookchat (Ubuntu)
   Status: New = Invalid

-- 
pidgin-facebookchat is broken, needs a bump
https://bugs.launchpad.net/bugs/460223
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 528792] Re: No right-click menu on Notification Area panel item

2010-05-07 Thread Ryan Steele
I tried with a new user, and experienced the same issue.

This machine was upgraded from 9.10 to the 10.04 beta. Another machine
with a fresh install of 10.04 did not have the same issue. To eliminate
the possibility that it was a beta-related issue, I created a new
virtual machine, installed 9.10, updated it, then upgraded it to 10.04.
I am seeing the same issue on this new virtual machine.

While investigating the issue, I discovered the following key in GConf:
/apps/panel/need_add_indicator_applet_lucid. It does not appear on the
machine where 10.04 was installed from scratch. A Google search on this
key brings up the following patch:

http://patches.ubuntu.com/by-release/ubuntu/g/gnome-panel/gnome-
panel_1:2.29.91-0ubuntu2.slipped-patch

I wonder whether this patch may be related to the issue.

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete = Confirmed

-- 
No right-click menu on Notification Area panel item
https://bugs.launchpad.net/bugs/528792
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 432795] Re: gnome-panel freeze/infinite loop/memory leak

2010-05-07 Thread Ryan Steele
*** This bug is a duplicate of bug 432794 ***
https://bugs.launchpad.net/bugs/432794

** This bug has been marked a duplicate of bug 432794
   gnome-panel freeze/infinite loop/memory leak

-- 
gnome-panel freeze/infinite loop/memory leak
https://bugs.launchpad.net/bugs/432795
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 275604] Re: Hard disk graph in panel applet constantly reads 0%

2010-05-05 Thread Ryan Steele
Haven't looked into this in awhile, but here are some links to other
possibly related bug reports:

https://bugs.launchpad.net/gnome-system-monitor/+bug/126618
https://bugzilla.gnome.org/show_bug.cgi?id=160441
https://bugzilla.gnome.org/show_bug.cgi?id=586853
https://bugzilla.redhat.com/show_bug.cgi?id=469668

** Bug watch added: GNOME Bug Tracker #160441
   https://bugzilla.gnome.org/show_bug.cgi?id=160441

** Bug watch added: GNOME Bug Tracker #586853
   https://bugzilla.gnome.org/show_bug.cgi?id=586853

** Bug watch added: Red Hat Bugzilla #469668
   https://bugzilla.redhat.com/show_bug.cgi?id=469668

-- 
Hard disk graph in panel applet constantly reads 0%
https://bugs.launchpad.net/bugs/275604
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 436731] Re: Google calendar support broken; repeatedly asks for password

2010-05-04 Thread Ryan Steele
Eshwar, Mathieu and easybeat: Just manually remove your Google Calendar
account and re-add it as a CalDAV account. The bug is that this should
have happened automatically.

-- 
Google calendar support broken; repeatedly asks for password
https://bugs.launchpad.net/bugs/436731
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 523829] Re: gwibber-service crashed with ServerError in _request()

2010-04-28 Thread Ryan Steele
The problem is occurring for me again.

I should point out that the traceback is nearly identical to the
Traceback.txt attached to this call except for the last line:

 ServerError: (500, ('{{badmatch,eof},\n [{couch_file,handle_call,3},\n
{gen_server,handle_msg,5},\n  {proc_lib,init_p_do_apply,3}]}',
'{gen_server,call,[0.123.0,{pread,4411494,0},infinity]}'))

Should I file a separate bug?

-- 
gwibber-service crashed with ServerError in _request()
https://bugs.launchpad.net/bugs/523829
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 524011] Re: gwibber-service crashed with BadStatusLine in _read_status()

2010-04-23 Thread Ryan Steele
Deleting the ~/.gconf/apps/gwibber/ directory and re-creating my profile
has resolved the issue for me for now.

-- 
gwibber-service crashed with BadStatusLine in _read_status()
https://bugs.launchpad.net/bugs/524011
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 523829] Re: gwibber-service crashed with ServerError in _request()

2010-04-23 Thread Ryan Steele
Deleting the ~/.gconf/apps/gwibber/ directory and re-creating my profile
has resolved the issue for me for now.

-- 
gwibber-service crashed with ServerError in _request()
https://bugs.launchpad.net/bugs/523829
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 539781] Re: gwibber crashed with DBusException in call_blocking()

2010-03-19 Thread Ryan Steele
Software development best practices dictate that an application should
never throw an unhandled exception. In this case, the application should
probably display an error message indicating that the service could not
be started.

As requested, I've attached the gwibber.log file, but you may want to
see Bug #524011 which is the report for the corresponding crash of
gwibber-service.

** Attachment added: gwibber.log
   http://launchpadlibrarian.net/41314426/gwibber.log

-- 
gwibber crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/539781
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 539781] Re: gwibber crashed with DBusException in call_blocking()

2010-03-18 Thread Ryan Steele
Christoph, I think this is another case of Gwibber not dealing with the
case where the daemon has gone down (see Bug #439325). The crash happens
on startup before any UI is displayed and is accompanied by the crash of
gwibber-service.

** Changed in: gwibber (Ubuntu)
   Status: Incomplete = Confirmed

-- 
gwibber crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/539781
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 439325] Re: MASTER gwibber lacks error/exception handling for dbus calls (crashes in call_blocking)

2010-03-18 Thread Ryan Steele
I believe this bug is related: Bug #539781

** Changed in: gwibber (Ubuntu)
   Status: Fix Released = New

-- 
MASTER gwibber lacks error/exception handling for dbus calls (crashes in 
call_blocking)
https://bugs.launchpad.net/bugs/439325
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 524011] Re: gwibber-service crashed with BadStatusLine in _read_status()

2010-03-16 Thread Ryan Steele
The crash occurs immediately upon starting Gwibber. No user interface
elements of the application are ever displayed.

The application was working previously on Lucid. At that time, I had
added my Twitter account. This is the only account that was added.

** Changed in: gwibber (Ubuntu)
   Status: Incomplete = Confirmed

-- 
gwibber-service crashed with BadStatusLine in _read_status()
https://bugs.launchpad.net/bugs/524011
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 528792] Re: No right-click menu on Notification Area panel item

2010-03-12 Thread Ryan Steele
The application I'm having the issue with is the Notification Area
Applet itself. The Network Manager icon, among others, is displayed
within this applet. I've attached a screenshot with a red box around the
handle on the Notification Area applet, where, if you right-click, the
menu does not come up, but if you double-right-click, the menu does come
up.

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/40882646/Screenshot.png

-- 
No right-click menu on Notification Area panel item
https://bugs.launchpad.net/bugs/528792
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 524011] Re: gwibber-service crashed with BadStatusLine in _read_status()

2010-03-12 Thread Ryan Steele
I just upgraded to 2.29.92 and can confirm the problem is still
occurring.

** Changed in: gwibber (Ubuntu)
   Status: Incomplete = Confirmed

-- 
gwibber-service crashed with BadStatusLine in _read_status()
https://bugs.launchpad.net/bugs/524011
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 536929] Re: VirtualBox Guest Additions stopped working with the 2.6.32-16 kernel

2010-03-10 Thread Ryan Steele
The issue with Xorg failing to start appears to be an incompatibility
between the VirtualBox Guest Additions and the new version of the
kernel. There is a workaround in the bug report here:

http://www.virtualbox.org/ticket/6198

** Bug watch added: Virtualbox Trac #6198
   http://www.virtualbox.org/ticket/6198

** Changed in: linux (Ubuntu)
   Status: New = Invalid

-- 
VirtualBox Guest Additions stopped working with the 2.6.32-16 kernel
https://bugs.launchpad.net/bugs/536929
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 535662] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000028

2010-03-10 Thread Ryan Steele
*** This bug is a duplicate of bug 535297 ***
https://bugs.launchpad.net/bugs/535297

** This bug has been marked a duplicate of bug 535297
   BUG: unable to handle kernel NULL pointer dereference at 0028

-- 
BUG: unable to handle kernel NULL pointer dereference at 0028
https://bugs.launchpad.net/bugs/535662
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 534609] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000028

2010-03-10 Thread Ryan Steele
*** This bug is a duplicate of bug 535297 ***
https://bugs.launchpad.net/bugs/535297

The issue with Xorg failing to start appears to be an incompatibility
between the VirtualBox Guest Additions and the new version of the
kernel. There is a workaround in the bug report here:

http://www.virtualbox.org/ticket/6198


** Bug watch added: Virtualbox Trac #6198
   http://www.virtualbox.org/ticket/6198

** This bug has been marked a duplicate of bug 535297
   BUG: unable to handle kernel NULL pointer dereference at 0028

-- 
BUG: unable to handle kernel NULL pointer dereference at 0028
https://bugs.launchpad.net/bugs/534609
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 535297] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000028

2010-03-10 Thread Ryan Steele
The issue with Xorg failing to start appears to be an incompatibility
between the VirtualBox Guest Additions and the new version of the
kernel. There is a workaround in the bug report here:

http://www.virtualbox.org/ticket/6198

** Bug watch added: Virtualbox Trac #6198
   http://www.virtualbox.org/ticket/6198

-- 
BUG: unable to handle kernel NULL pointer dereference at 0028
https://bugs.launchpad.net/bugs/535297
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 534609] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000028

2010-03-08 Thread Ryan Steele
Confirmed. Like the reporter I am also running 64-bit in a Virtualbox VM
with the low-graphics mode issue, although this bug appears to be
ALSA-related.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
BUG: unable to handle kernel NULL pointer dereference at 0028
https://bugs.launchpad.net/bugs/534609
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 528792] [NEW] No right-click menu on Notification Area panel item

2010-02-26 Thread Ryan Steele
Public bug reported:

Binary package hint: gnome-panel

Right-clicking on the handle on the Notification Area panel item does
not bring up the context menu (i.e. Remove from Panel, Move and Lock to
Panel).

Double-right-clicking, however, does bring up the menu.

ProblemType: Bug
Architecture: amd64
Date: Fri Feb 26 17:06:21 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: gnome-panel 1:2.29.91-0ubuntu1
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SourcePackage: gnome-panel
Uname: Linux 2.6.32-14-generic x86_64

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


** Tags: amd64 apport-bug lucid

-- 
No right-click menu on Notification Area panel item
https://bugs.launchpad.net/bugs/528792
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 528792] Re: No right-click menu on Notification Area panel item

2010-02-26 Thread Ryan Steele

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

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/39841524/GConfNonDefault.txt

-- 
No right-click menu on Notification Area panel item
https://bugs.launchpad.net/bugs/528792
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 524011] Re: gwibber-service crashed with BadStatusLine in _read_status()

2010-02-18 Thread Ryan Steele
** Visibility changed to: Public

-- 
gwibber-service crashed with BadStatusLine in _read_status()
https://bugs.launchpad.net/bugs/524011
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 340532] Re: evolution 2.25.92 evolution-mapi evolution exits on mapi preferences authentication.

2010-02-17 Thread Ryan Steele
A patch has been committed upstream:

https://bugzilla.gnome.org/attachment.cgi?id=153276

** Patch added: Patch from upstream bug
   http://launchpadlibrarian.net/39315596/ema.patch

-- 
evolution 2.25.92 evolution-mapi evolution exits on mapi preferences 
authentication.
https://bugs.launchpad.net/bugs/340532
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 271258] Re: Acer Orbicam gspca's module fails

2010-02-13 Thread Ryan Steele
I am experiencing this issue. The computer starts running very slowly
during the boot process and dmesg is filled with errors. Like Tim, I can
work around the issue by rotating the camera, which stops the errors.

For those not familiar with the hardware, the webcam on these laptops is
mounted on a pivot which allows the camera to point away from the user
as well as toward. I believe the hardware may be equipped with a switch
which signals the software that the camera is now pointing away and the
image must be flipped (the camera rotates on a lateral axis). I wonder
if the switch may be playing a role in causing the issue.

The other possibility is that the wiring in the camera is suspect. I'm a
bit skeptical of that as a cause, however, for a couple reasons. First,
the problem seems to be too consistent, i.e. the computer never boots
properly now without the camera being rotated. If it were a loose wire
one would assume that sometimes it would work and sometimes it wouldn't.
Second, rotating the camera after the system has finished booting does
not appear to have any effect, i.e. there is no indication in the log of
the device being disconnected/reconnected, and video continues
uninterrupted when viewing the preview in Cheese.

-- 
Acer Orbicam gspca's module fails
https://bugs.launchpad.net/bugs/271258
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 518617] Re: cron crashed with SIGSEGV in __pthread_initialize_minimal_internal()

2010-02-11 Thread Ryan Steele
*** This bug is a duplicate of bug 508083 ***
https://bugs.launchpad.net/bugs/508083

** This bug has been marked a duplicate of bug 508083
   cron crashed with SIGSEGV in __pthread_initialize_minimal_internal()

-- 
cron crashed with SIGSEGV in __pthread_initialize_minimal_internal()
https://bugs.launchpad.net/bugs/518617
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 380617] Re: wrong password locks me out of twitter

2010-02-11 Thread Ryan Steele
I can confirm -- not the account lockout issue specifically, because I
realized my mistake before that could happen, but Gwibber gives no
useful feedback if an incorrect username/password combination is
provided when creating an account. I'm using the Lucid alpha.

Steps to reproduce:

1. Create a new account with an incorrect username/password combination

Expected outcome: An error message is displayed indicating that the
username or password is incorrect

Actual outcome: The account appears to be added successfully, but no
posts appear. Refreshing has no effect.

** Summary changed:

- wrong password locks me out of twitter
+ No feedback when an incorrect username/password combination is used

-- 
No feedback when an incorrect username/password combination is used
https://bugs.launchpad.net/bugs/380617
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 387443] Re: LIRC killed or sees new usbdevice after suspend

2010-01-13 Thread Ryan Steele
This was resolved in 0.8.6 which is the version shipped with Karmic. A
fix is discussed at

http://sourceforge.net/mailarchive/message.php?msg_id=20090701222804.GA18821%40chapus.net

which can be viewed here:

http://lirc.cvs.sourceforge.net/viewvc/lirc/lirc/drivers/lirc_mceusb/lirc_mceusb.c?hideattic=0r1=1.40r2=1.41

The issue has been reported in a number of threads on Ubuntu Forums:
http://ubuntuforums.org/showthread.php?t=1055819
http://ubuntuforums.org/showthread.php?t=873482
http://ubuntuforums.org/showthread.php?t=909195

Might this be a candidate for an SRU?

** Changed in: lirc (Ubuntu)
   Status: New = Confirmed

-- 
LIRC killed or sees new usbdevice after suspend
https://bugs.launchpad.net/bugs/387443
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 451866] Re: User is prompted to reboot before partial upgrade has completed

2009-12-07 Thread Ryan Steele
WeatherGod: It was a partial upgrade from Jaunty to Karmic.

-- 
User is prompted to reboot before partial upgrade has completed
https://bugs.launchpad.net/bugs/451866
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 396564] Re: grub2 shows 'biosdisk read error', then boots

2009-11-18 Thread Ryan Steele
** Bug watch added: GNU Savannah Bug Tracker #27616
   http://savannah.gnu.org/bugs/?27616

** Also affects: grub via
   http://savannah.gnu.org/bugs/?27616
   Importance: Unknown
   Status: Unknown

-- 
grub2 shows 'biosdisk read error', then boots
https://bugs.launchpad.net/bugs/396564
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 458674] Re: Obsolete reference to Calendar in the gnome-system-log help file

2009-10-27 Thread Ryan Steele
** Bug watch added: GNOME Bug Tracker #599836
   https://bugzilla.gnome.org/show_bug.cgi?id=599836

** Also affects: gnome-utils via
   https://bugzilla.gnome.org/show_bug.cgi?id=599836
   Importance: Unknown
   Status: Unknown

-- 
Obsolete reference to Calendar in the gnome-system-log help file
https://bugs.launchpad.net/bugs/458674
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 436731] Re: Googel calendar support broken; repeatedly asks for password

2009-10-23 Thread Ryan Steele
I can confirm. I tried deleting my Google calendars and re-adding them.
When adding a calendar, Evolution prompts for a password to retrieve the
list of calendars associated with the Google account. This part still
works. However, once the calendar is selected, the repeated prompts for
the password begin.

Workaround: Use CalDAV, as documented here:
http://www.google.com/support/calendar/bin/answer.py?hl=enanswer=99358.
Google doesn't have instructions specifically for Evolution but the
instructions for Sunbird/iCal are fairly easily adapted for Evolution.

According to https://bugzilla.gnome.org/show_bug.cgi?id=583374 it is
intended that CalDAV replace the Google Calendar import. In fact,
https://bugzilla.gnome.org/show_bug.cgi?id=588856 indicates that code
was committed in 2.27.5 to migrate Google Calendar accounts to CalDAV.
So I guess the question is, why is this not working?

** Bug watch added: GNOME Bug Tracker #583374
   https://bugzilla.gnome.org/show_bug.cgi?id=583374

** Bug watch added: GNOME Bug Tracker #588856
   https://bugzilla.gnome.org/show_bug.cgi?id=588856

** Summary changed:

- Googel calendar support broken; repeatedly asks for password
+ Google calendar support broken; repeatedly asks for password

-- 
Google calendar support broken; repeatedly asks for password
https://bugs.launchpad.net/bugs/436731
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 340532] Re: evolution 2.25.92 evolution-mapi evolution exits on mapi preferences authentication.

2009-10-23 Thread Ryan Steele
** Bug watch added: GNOME Bug Tracker #571579
   https://bugzilla.gnome.org/show_bug.cgi?id=571579

** Changed in: evolution-mapi
   Status: Invalid = Unknown

** Changed in: evolution-mapi
 Remote watch: GNOME Bug Tracker #582253 = GNOME Bug Tracker #571579

-- 
evolution 2.25.92 evolution-mapi evolution exits on mapi preferences 
authentication.
https://bugs.launchpad.net/bugs/340532
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 458674] Re: Obsolete reference to Calendar in the gnome-system-log help file

2009-10-22 Thread Ryan Steele

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

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

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

-- 
Obsolete reference to Calendar in the gnome-system-log help file
https://bugs.launchpad.net/bugs/458674
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 458674] [NEW] Obsolete reference to Calendar in the gnome-system-log help file

2009-10-22 Thread Ryan Steele
Public bug reported:

Binary package hint: gnome-utils

Section 3.5 of the help file for gnome-system-log refers to a calendar
view that can be enabled by selecting the View  Calendar menu option.
There is no such option in the menu.

ProblemType: Bug
Architecture: amd64
Date: Thu Oct 22 17:56:01 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/gnome-system-log
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
Package: gnome-utils 2.28.0-0ubuntu1
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gnome-utils
Uname: Linux 2.6.31-14-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:1306): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1306): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1364): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:1387): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-help:1533): Yelp-WARNING **: Failed to load config file: No such file 
or directory

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


** Tags: amd64 apport-bug

-- 
Obsolete reference to Calendar in the gnome-system-log help file
https://bugs.launchpad.net/bugs/458674
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 436731] Re: Googel calendar support broken; repeatedly asks for password

2009-10-22 Thread Ryan Steele
** Changed in: evolution (Ubuntu)
   Status: New = Confirmed

-- 
Googel calendar support broken; repeatedly asks for password
https://bugs.launchpad.net/bugs/436731
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 451866] [NEW] User is prompted to reboot before upgrade has completed

2009-10-14 Thread Ryan Steele
Public bug reported:

Binary package hint: update-manager

When performing an upgrade, the dialog prompting the user to reboot
appears before the removal of obsolete packages has completed. I know
enough not to initiate a reboot before the process has completed, but an
inexperienced user or someone not paying attention could hit Restart
Now before the package removal has completed, which I believe could
leave the system in an inconsistent state.

Ideally, the prompt to reboot should not appear until after the entire
upgrade process has completed.

I've attached a screenshot showing the reboot dialog appearing over the
running upgrade.

ProblemType: Bug
Architecture: i386
Date: Wed Oct 14 20:20:34 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: update-manager 1:0.126.3
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: update-manager
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:2235): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2235): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2345): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (evolution-alarm-notify:2338): libecal-WARNING **: e-cal.c:317: Unexpected 
response

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


** Tags: apport-bug i386

-- 
User is prompted to reboot before upgrade has completed
https://bugs.launchpad.net/bugs/451866
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 451866] Re: User is prompted to reboot before upgrade has completed

2009-10-14 Thread Ryan Steele

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/33703001/Screenshot.png

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

-- 
User is prompted to reboot before upgrade has completed
https://bugs.launchpad.net/bugs/451866
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 440397] [NEW] Obsolete instructions in the printing troubleshooter

2009-10-02 Thread Ryan Steele
Public bug reported:

Binary package hint: system-config-printer

If the cups service is not running when you run the Printing
troubleshooter from HelpTroubleshoot in the Printer configuration
window, the following message is displayed:

The CUPS print spooler does not appear to be running.  To correct this,
choose System-Administration-Services from the main menu and look for
the 'cups' service.

These instructions are no longer valid as this option has been removed
from the menu. (See LP #433701.)

The source of the message is /usr/share/system-config-
printer/troubleshoot/SchedulerNotRunning.py.

ProblemType: Bug
Architecture: i386
Date: Thu Oct  1 23:20:18 2009
DistroRelease: Ubuntu 9.10
Lpstat: device for Stylus-C40: 
usb://EPSON/Stylus%20C40?serial=NK0LL0108131044080
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 003: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTeK Computer INC. A7N8X-X
NonfreeKernelModules: nvidia
Package: system-config-printer-gnome 1.1.12+git20090826-0ubuntu4
PackageArchitecture: all
Papersize: a4
PpdFiles: Stylus-C40: Epson Stylus C40 - CUPS+Gutenprint v5.2.4
ProcCmdLine: root=UUID=abb54d4e-e909-4fae-b85c-2328f32996e9 ro quiet splash
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: system-config-printer
Uname: Linux 2.6.31-11-generic i686
dmi.bios.date: 10/07/2003
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS A7N8X-X ACPI BIOS Rev 1007
dmi.board.name: A7N8X-X
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: REV 2.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufactture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSA7N8X-XACPIBIOSRev1007:bd10/07/2003:svnASUSTeKComputerINC.:pnA7N8X-X:pvrREV2.xx:rvnASUSTeKComputerINC.:rnA7N8X-X:rvrREV2.xx:cvnChassisManufactture:ct3:cvrChassisVersion:
dmi.product.name: A7N8X-X
dmi.product.version: REV 2.xx
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Obsolete instructions in the printing troubleshooter
https://bugs.launchpad.net/bugs/440397
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 440397] Re: Obsolete instructions in the printing troubleshooter

2009-10-02 Thread Ryan Steele

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

** Attachment added: CupsErrorLog.txt
   http://launchpadlibrarian.net/32848584/CupsErrorLog.txt

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

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

** Attachment added: Locale.txt
   http://launchpadlibrarian.net/32848587/Locale.txt

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

** Attachment added: PrintingPackages.txt
   http://launchpadlibrarian.net/32848590/PrintingPackages.txt

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

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

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

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

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

-- 
Obsolete instructions in the printing troubleshooter
https://bugs.launchpad.net/bugs/440397
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 378827] Re: Nvidia driver not dkms install in karmic with kernel 2.6.30-5

2009-08-31 Thread Ryan Steele
This bug is resolved upstream:

http://www.nvidia.com/object/linux_display_ia32_173.14.20.html

See also https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-173/+bug/361856

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Nvidia driver not dkms install in karmic with kernel 2.6.30-5
https://bugs.launchpad.net/bugs/378827
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 398893] Re: nvidia drivers version bump (173.14.20)

2009-08-31 Thread Ryan Steele
*** This bug is a duplicate of bug 378827 ***
https://bugs.launchpad.net/bugs/378827

** This bug has been marked a duplicate of bug 378827
   Nvidia driver not dkms install in karmic with kernel 2.6.30-5

-- 
nvidia drivers version bump (173.14.20)
https://bugs.launchpad.net/bugs/398893
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 390337] Re: MSI Geforce FX-5200 AGP Graphic Card/Samsung Syncmaster 713N TFT: no acceleration, no Desktop effects/compiz, ubuntu nv driver fine, but nvidia 173-glx driver not working since jaunty

2009-08-31 Thread Ryan Steele
*** This bug is a duplicate of bug 378827 ***
https://bugs.launchpad.net/bugs/378827

** This bug is no longer a duplicate of bug 361856
   New upstream 173.14.18 available
** This bug has been marked a duplicate of bug 378827
   Nvidia driver not dkms install in karmic with kernel 2.6.30-5

-- 
MSI Geforce FX-5200 AGP Graphic Card/Samsung Syncmaster 713N TFT: no 
acceleration, no Desktop effects/compiz, ubuntu nv driver fine, but nvidia 
173-glx driver not working since jaunty release/Karmic alpha
https://bugs.launchpad.net/bugs/390337
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 379905] Re: I can't install nvidia 173.14.16 driver

2009-08-31 Thread Ryan Steele
*** This bug is a duplicate of bug 378827 ***
https://bugs.launchpad.net/bugs/378827

** This bug is no longer a duplicate of bug 379669
   nvidia-glx-173 fails to load in Karmic
** This bug has been marked a duplicate of bug 378827
   Nvidia driver not dkms install in karmic with kernel 2.6.30-5

-- 
I can't install nvidia 173.14.16 driver
https://bugs.launchpad.net/bugs/379905
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 397314] Re: [karmic] nvidia 173.14.16-0ubuntu1 module fails to build with 2.6.31-2-generic

2009-08-31 Thread Ryan Steele
*** This bug is a duplicate of bug 378827 ***
https://bugs.launchpad.net/bugs/378827

** This bug has been marked a duplicate of bug 378827
   Nvidia driver not dkms install in karmic with kernel 2.6.30-5

-- 
[karmic] nvidia 173.14.16-0ubuntu1 module fails to build with 2.6.31-2-generic 
https://bugs.launchpad.net/bugs/397314
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 379669] Re: nvidia-glx-173 fails to load in Karmic

2009-08-31 Thread Ryan Steele
*** This bug is a duplicate of bug 378827 ***
https://bugs.launchpad.net/bugs/378827

** This bug has been marked a duplicate of bug 378827
   Nvidia driver not dkms install in karmic with kernel 2.6.30-5

-- 
nvidia-glx-173 fails to load in Karmic
https://bugs.launchpad.net/bugs/379669
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 378827] Re: Nvidia driver not dkms install in karmic with kernel 2.6.30-5

2009-08-31 Thread Ryan Steele
** Tags added: regression-potential

-- 
Nvidia driver not dkms install in karmic with kernel 2.6.30-5
https://bugs.launchpad.net/bugs/378827
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 416520] Re: OpenLDAP doc page, schema config

2009-08-20 Thread Ryan Steele
Howard,

With your method, the dn and cn end up looking like this:

   dn: cn={8}misc,cn=schema,cn=config
   cn: {8}misc

Whereas with the tutorial's original instructions, they resembled:

   dn: cn=misc,cn=schema,cn=config
   cn: misc

So, you'd still have to edit the files manually to remove the extraneous
curlies and integer, but it would negate the need to remove all of the
superfluous attributes at the end.

-- 
OpenLDAP doc page, schema config
https://bugs.launchpad.net/bugs/416520
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 390337] Re: MSI Geforce FX-5200 AGP Graphic Card/Samsung Syncmaster 713N TFT: no acceleration, no Desktop effects/compiz, ubuntu nv driver fine, but nvidia 173-glx driver not working since jaunty

2009-08-07 Thread Ryan Steele
*** This bug is a duplicate of bug 361856 ***
https://bugs.launchpad.net/bugs/361856

** This bug has been marked a duplicate of bug 361856
   New upstream 173.14.18 available

-- 
MSI Geforce FX-5200 AGP Graphic Card/Samsung Syncmaster 713N TFT: no 
acceleration, no Desktop effects/compiz, ubuntu nv driver fine, but nvidia 
173-glx driver not working since jaunty release/Karmic alpha
https://bugs.launchpad.net/bugs/390337
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 379107] [NEW] openais segfaults when correct bindnetaddr is used

2009-05-21 Thread Ryan Steele
Public bug reported:

Binary package hint: openais 0.82-3ubuntu2
Ubuntu Version: Hardy Server
Architecture: amd64

The documentation
(http://www.openais.org/doku.php?id=faq:configure_openais) says that the
bindnetaddr parameter in the totem section of openais.conf should be the
result of the system's IP bitwise AND-ed against the netmask.  So, for a
system with IP 192.168.7.134 and netmask 255.255.255.0 (/24), we should
get 192.168.7.0:

1100 10101000 0111 1110 (192.168.7.134)
    (255.255.255.0)
--
1100 10101000 0111  (192.168.7.0)

However, when we set that option in openais.conf, the daemon segfaults:

$ cat /etc/ais/openais.conf
# Please read the openais.conf.5 manual page

totem {
   version: 2
   secauth: off
   threads: 0
   rrp_mode: none
   vsftype: none
   interface {
  ringnumber: 0
  bindnetaddr: 192.168.7.0
  mcastaddr: 226.94.1.1
  mcastport: 5405
   }
}

logging {
   fileline: on
   to_stderr: no
   to_file: yes
   logfile: /var/log/openais/openais.log
   debug: on
   timestamp: on
   logger_subsys {
  subsys: AMF
  debug: on
  tags: enter|leave|trace1|trace2|trace3|trace4|trace6
   }
}

amf {
   mode: disabled
}

$  /usr/sbin/aisexec -f
[MAIN ] AIS Executive Service RELEASE 'trunk'
[MAIN ] Copyright (C) 2002-2006 MontaVista Software, Inc and contributors.
[MAIN ] Copyright (C) 2006-2007 Red Hat, Inc.
[MAIN ] AIS Executive Service: started and ready to provide service.
[MAIN ] Successfully read main configuration file '/etc/ais/openais.conf'.
[SERV ] openais component openais_cpg loaded.
[SERV ] Registering service handler 'openais cluster closed process group 
service v1.01'
[SERV ] openais component openais_cfg loaded.
[SERV ] Registering service handler 'openais configuration service'
[SERV ] openais component openais_msg loaded.
[SERV ] Registering service handler 'openais message service B.01.01'
[SERV ] openais component openais_lck loaded.
[SERV ] Registering service handler 'openais distributed locking service 
B.01.01'
[SERV ] openais component openais_evt loaded.
[SERV ] Registering service handler 'openais event service B.01.01'
[SERV ] openais component openais_ckpt loaded.
[SERV ] Registering service handler 'openais checkpoint service B.01.01'
[SERV ] openais component openais_amf loaded.
[SERV ] Registering service handler 'openais availability management framework 
B.01.01'
[SERV ] openais component openais_clm loaded.
[SERV ] Registering service handler 'openais cluster membership service B.01.01'
[SERV ] openais component openais_evs loaded.
[SERV ] Registering service handler 'openais extended virtual synchrony service'
Segmentation fault

** Affects: openais (Ubuntu)
 Importance: Undecided
 Assignee: Fabio Massimo Di Nitto (fabbione)
 Status: New

** Description changed:

- Binary package hint: openais
+ Binary package hint: openais 0.82-3ubuntu2
+ Ubuntu Version: Hardy Server
+ Architecture: amd64
  
  The documentation
  (http://www.openais.org/doku.php?id=faq:configure_openais) says that the
  bindnetaddr parameter in the totem section of openais.conf should be the
  result of the system's IP bitwise AND-ed against the netmask.  So, for a
  system with IP 192.168.7.134 and netmask 255.255.255.0 (/24), we should
  get 192.168.7.0:
  
  1100 10101000 0111 1110 (192.168.7.134)
      (255.255.255.0)
  --
  1100 10101000 0111  (192.168.7.0)
  
  However, when we set that option in openais.conf, the daemon segfaults:
  
  $ cat /etc/ais/openais.conf
  # Please read the openais.conf.5 manual page
  
  totem {
 version: 2
 secauth: off
 threads: 0
 rrp_mode: none
 vsftype: none
 interface {
ringnumber: 0
bindnetaddr: 192.168.7.0
mcastaddr: 226.94.1.1
mcastport: 5405
 }
  }
  
  logging {
 fileline: on
 to_stderr: no
 to_file: yes
 logfile: /var/log/openais/openais.log
 debug: on
 timestamp: on
 logger_subsys {
subsys: AMF
debug: on
tags: enter|leave|trace1|trace2|trace3|trace4|trace6
 }
  }
  
  amf {
 mode: disabled
  }
  
  $  /usr/sbin/aisexec -f
  [MAIN ] AIS Executive Service RELEASE 'trunk'
  [MAIN ] Copyright (C) 2002-2006 MontaVista Software, Inc and contributors.
  [MAIN ] Copyright (C) 2006-2007 Red Hat, Inc.
  [MAIN ] AIS Executive Service: started and ready to provide service.
  [MAIN ] Successfully read main configuration file '/etc/ais/openais.conf'.
  [SERV ] openais component openais_cpg loaded.
  [SERV ] Registering service handler 'openais cluster closed process group 
service v1.01'
  [SERV ] openais component openais_cfg loaded.
  [SERV ] Registering service handler 'openais configuration service'
  [SERV ] openais component openais_msg loaded.
  [SERV ] Registering service 

[Bug 379107] Re: openais segfaults when correct bindnetaddr is used

2009-05-21 Thread Ryan Steele
Fabio - can you please fix the binary arithmetic used here, or whatever
it is that's causing the segfault?  If we're not supposed to use the
result of IP  netmask, can you please update the documentation
accordingly?  (Regardless, the daemon should never segfault)

** Changed in: openais (Ubuntu)
 Assignee: (unassigned) = Fabio Massimo Di Nitto (fabbione)

-- 
openais segfaults when correct bindnetaddr is used
https://bugs.launchpad.net/bugs/379107
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 377684] Re: yelp crashed with SIGSEGV in rrn_for_each_in_category()

2009-05-19 Thread Ryan Steele
*** This bug is a duplicate of bug 375896 ***
https://bugs.launchpad.net/bugs/375896

** This bug has been marked a duplicate of bug 375896
   yelp crashes on start

-- 
yelp crashed with SIGSEGV in rrn_for_each_in_category()
https://bugs.launchpad.net/bugs/377684
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 340532] Re: evolution 2.25.92 evolution-mapi evolution exits on mapi preferences authentication.

2009-05-11 Thread Ryan Steele
** Bug watch added: GNOME Bug Tracker #582253
   http://bugzilla.gnome.org/show_bug.cgi?id=582253

** Also affects: evolution-mapi via
   http://bugzilla.gnome.org/show_bug.cgi?id=582253
   Importance: Unknown
   Status: Unknown

-- 
evolution 2.25.92 evolution-mapi evolution exits on mapi preferences 
authentication.
https://bugs.launchpad.net/bugs/340532
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 361205] Re: Tracker uses notifications with actions when the index is corrupt

2009-05-08 Thread Ryan Steele
Anyone who is still seeing the popup with OK/Cancel/Start Reindexing
has not installed the proposed fix from the jaunty-proposed
repository. The instructions for doing so are here:

https://wiki.ubuntu.com/Testing/EnableProposed

Also, the correct command for logging dbus activity is:

dbus-monitor  ~/dbus.log 21

But please don't comment on this bug unless you have enabled the
jaunty-proposed repository, installed the updated version of tracker,
and restarted your system. I suspect everyone who is still having issues
hasn't actually installed the proposed fix.

For my part, I upgraded two PCs to Jaunty and had the repeated
reindexing dialogs issue on both of them. Installing the update fixed
the problem on both of them.

-- 
Tracker uses notifications with actions when the index is corrupt
https://bugs.launchpad.net/bugs/361205
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 340532] Re: evolution 2.25.92 evolution-mapi evolution exits on mapi preferences authentication.

2009-04-30 Thread Ryan Steele
I'm experiencing the same issue. When I first tried to authenticate
against the Exchange server, I got an error saying
CreateProfileStore:MAPI_E_NO_ACCESS and the program stopped
responding. Subsequent attempts to authenticate are resulting in the
segfault. I've installed (hopefully) all the relevant dbgsym packages
and performed a backtrace.

** Attachment added: gdb backtrace
   http://launchpadlibrarian.net/26189709/gdb-evolution.txt

** Changed in: evolution-mapi (Ubuntu)
   Status: Incomplete = Confirmed

-- 
evolution 2.25.92 evolution-mapi evolution exits on mapi preferences 
authentication.
https://bugs.launchpad.net/bugs/340532
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 361205] Re: Tracker uses notifications with actions when the index is corrupt

2009-04-18 Thread Ryan Steele
tracker bug draft

Hi Chris,
I am also experiencing this issue. After installing the build from your PPA 
everything seemed to be fine, but after attempting to perform a search in 
Tracker I am receiving repeated popups saying There was an error while 
performing indexing: index corrupted. I ran ps aux | grep trackerd to find 
the PID to kill the process but got an error that there was no such process. 
Turns out that trackerd appears to be continuously dying and restarting:

r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10017 51.7  3.0  49392 31336 ?R13:18   0:09 
/usr/lib/tracker/trackerd
ryan 10022  0.0  0.0   4416   812 pts/0S+   13:18   0:00 grep trackerd
r...@ryan-laptop:~$ kill 10017
bash: kill: (10017) - No such process
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 15.7  1.4  32568 14656 ?R13:18   0:02 
/usr/lib/tracker/trackerd
ryan 10027  0.0  0.0   4416   804 pts/0R+   13:18   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 25.4  2.1  40816 22252 ?R13:18   0:05 
/usr/lib/tracker/trackerd
ryan 10038  0.0  0.0   4416   808 pts/0S+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 28.7  2.3  42000 23568 ?R13:18   0:06 
/usr/lib/tracker/trackerd
ryan 10040  0.0  0.0   4416   800 pts/0R+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 32.2  2.5  44480 26164 ?R13:18   0:08 
/usr/lib/tracker/trackerd
ryan 10042  0.0  0.0   4416   812 pts/0S+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 39.4  3.1  49436 31536 ?R13:18   0:11 
/usr/lib/tracker/trackerd
ryan 10044  0.0  0.0   4416   808 pts/0S+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 42.0  3.3  53320 34056 ?R13:18   0:13 
/usr/lib/tracker/trackerd
ryan 10046  0.0  0.0   4416   808 pts/0S+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 43.6  3.4  54496 35276 ?R13:18   0:14 
/usr/lib/tracker/trackerd
ryan 10048  0.0  0.0   4416   812 pts/0S+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10024 45.8  3.6  56072 36936 ?R13:18   0:15 
/usr/lib/tracker/trackerd
ryan 10050  0.0  0.0   4416   812 pts/0S+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ ps aux | grep trackerd
ryan 10052 42.2  1.5  33520 15468 ?S13:19   0:01 
/usr/lib/tracker/trackerd
ryan 10055  0.0  0.0   4416   808 pts/0S+   13:19   0:00 grep trackerd
r...@ryan-laptop:~$ 


The following line is repeated hundreds of times in 
/home/ryan/.local/share/tracker/tracker-indexer.log after the indexing error 
occurs:

18 Apr 2009, 13:38:23: Tracker-Warning **: Could not store word
'target_url': with fatal error

-- 
Tracker uses notifications with actions when the index is corrupt
https://bugs.launchpad.net/bugs/361205
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 346912] Re: Tracker index corruption (was Tracker does not stop indexing)

2009-04-18 Thread Ryan Steele
Martin: In case you're not aware, I think the notification dialog issue
has been addressed here:

https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361205

-- 
Tracker index corruption (was Tracker does not stop indexing)
https://bugs.launchpad.net/bugs/346912
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 361205] Re: Tracker uses notifications with actions when the index is corrupt

2009-04-18 Thread Ryan Steele
Yes, I realized after submitting my report that it probably needs to be
filed as a separate bug.

FYI, in my research I came upon this other bug in which they are
discussing the same issue that your patch resolves:

https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/346912

I left a comment with a link to this bug.

-- 
Tracker uses notifications with actions when the index is corrupt
https://bugs.launchpad.net/bugs/361205
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 340219] [NEW] Media scanning stuck at 0%

2009-03-09 Thread Ryan Steele
Public bug reported:

Binary package hint: elisa

A user on #elisa reported that he installed Elisa on Jaunty but that
when he ran it, media scanning got stuck at 0%. He supplied the command
line log here:

http://pastebin.com/m3093f8cd

The errors indicate that package python-coherence is not installed. I
advised him to install the package and media scanning seems to be
proceeding now (albeit very slowly).

I believe the elisa package should depend on elisa-coherence.

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

-- 
Media scanning stuck at 0%
https://bugs.launchpad.net/bugs/340219
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 199006] Re: Please set wake up from suspend by USB keyboard or mouse as default

2009-02-15 Thread Ryan Steele
*** This bug is a duplicate of bug 109446 ***
https://bugs.launchpad.net/bugs/109446

** This bug has been marked a duplicate of bug 109446
   Need /proc/acpi/wakeup tweaks to enable mousepad and USB to wake up from 
suspend

-- 
Please set wake up from suspend by USB keyboard or mouse as default
https://bugs.launchpad.net/bugs/199006
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 40883] Re: Touching keyboard keys doesn't cause laptop to resume

2009-02-15 Thread Ryan Steele
*** This bug is a duplicate of bug 109446 ***
https://bugs.launchpad.net/bugs/109446

** This bug is no longer a duplicate of bug 199006
   Please set wake up from suspend by USB keyboard or mouse as default

** This bug has been marked a duplicate of bug 109446
   Need /proc/acpi/wakeup tweaks to enable mousepad and USB to wake up from 
suspend

-- 
Touching keyboard keys doesn't cause laptop to resume
https://bugs.launchpad.net/bugs/40883
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 299101] Re: Pidgin does not popup alerts on sign-in/sign-out

2009-02-14 Thread Ryan Steele
** Changed in: pidgin (Ubuntu)
   Status: Incomplete = Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/pidgin/+question/61033

-- 
Pidgin does not popup alerts on sign-in/sign-out
https://bugs.launchpad.net/bugs/299101
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 296923] Re: Characters displayed as escaped HTML entities

2009-02-14 Thread Ryan Steele
I can confirm this behaviour.

** Changed in: pidgin-libnotify (Ubuntu)
   Status: New = Confirmed

-- 
Characters displayed as escaped HTML entities
https://bugs.launchpad.net/bugs/296923
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 183692] Re: Audio goes out of sync with video

2009-01-08 Thread Ryan Steele
** Changed in: gst-plugins-base0.10 (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: gstreamer
   Status: New = Fix Released

-- 
Audio goes out of sync with video
https://bugs.launchpad.net/bugs/183692
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 204099] Re: pitivi crashed with AddError in _addSource()

2009-01-02 Thread Ryan Steele
No, I can no longer reproduce this bug.

** Changed in: pitivi (Ubuntu)
   Status: Incomplete = Invalid

-- 
pitivi crashed with AddError in _addSource()
https://bugs.launchpad.net/bugs/204099
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 176250] Re: image not displayed at certain zoom levels

2009-01-02 Thread Ryan Steele
** Changed in: poppler (Ubuntu)
   Status: Triaged = Invalid

-- 
image not displayed at certain zoom levels
https://bugs.launchpad.net/bugs/176250
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 310061] Re: Please backport flashplugin-nonfree to Intrepid (at least for amd64)

2008-12-22 Thread Ryan Steele
I can confirm it works under Intrepid i386.

-- 
Please backport flashplugin-nonfree to Intrepid (at least for amd64)
https://bugs.launchpad.net/bugs/310061
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Intrepid Ibex Backports.

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


[Bug 176250] Re: image not displayed at certain zoom levels

2008-12-17 Thread Ryan Steele
The bug appears to have been fixed in Intrepid.

-- 
image not displayed at certain zoom levels
https://bugs.launchpad.net/bugs/176250
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 305180] Re: ipconfig binary (from klibc-utils) destroys the network stack with Broadcom 5721 using the tg3 module

2008-12-09 Thread Ryan Steele
I fixed this by commenting out the 'ipconfig' line, and calling the
configure_networking function.  I also had to make that function look
for net-*.conf, instead of net-${DEVICE}.conf, since by default it looks
at eth0 (because it sources the initramfs.conf, which sets DEVICE=eth0).

-- 
ipconfig binary (from klibc-utils) destroys the network stack with Broadcom 
5721 using the tg3 module
https://bugs.launchpad.net/bugs/305180
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   >