[Bug 1069574] Re: Intel graphics card driver update causes black screen

2012-10-25 Thread Travis Glenn Hansen
I don't personally own this laptop, but I just finished helping a
relative and here is what I've found.

1. In his setup it's a kernel update, using the older kernel works.  Can you do 
the same? (3.2.0-24-generic vs. 3.2.0-32-generic)
2. It appears to be the exact same issue with 12.10.  He can't even boot to a 
12.10 install media.

I will attach the 2 dmesg from both kernels.

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

Title:
  Intel graphics card driver update causes black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069574/+subscriptions

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


[Bug 1069574] Re: Intel graphics card driver update causes black screen

2012-10-25 Thread Travis Glenn Hansen
dmesg from non-working kernel

** Attachment added: bad.dmesg
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069574/+attachment/3414073/+files/bad.dmesg

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

Title:
  Intel graphics card driver update causes black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069574/+subscriptions

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


[Bug 1069574] Re: Intel graphics card driver update causes black screen

2012-10-25 Thread Travis Glenn Hansen
dmesg from working kernel

** Attachment added: good.dmesg
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069574/+attachment/3414072/+files/good.dmesg

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

Title:
  Intel graphics card driver update causes black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069574/+subscriptions

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


[Bug 814820] Re: zeitgeist interface changed, AttributeError: 'Symbol' object has no attribute 'MODIFY_EVENT'

2011-07-23 Thread Travis Glenn Hansen
I'm seeing this for all my datasources for example...

Traceback (most recent call last):
  File /usr/lib64/gedit-2/plugins/zeitgeist_plugin.py, line 71, in 
TabRemovedHandler
self.SendToZeitgeist(doc, Interpretation.LEAVE_EVENT)
  File /usr/lib64/python2.7/site-packages/zeitgeist/datamodel.py, line 143, 
in __getattr__
raise AttributeError('%s' object has no attribute '%s' 
%(self.__class__.__name__, name))
AttributeError: 'Symbol' object has no attribute 'LEAVE_EVENT'

I can no longer open GAJ either with similar output.

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

Title:
  zeitgeist interface changed, AttributeError: 'Symbol' object has no
  attribute 'MODIFY_EVENT'

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-dbus/+bug/814820/+subscriptions

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


[Bug 739653] Re: libzeitgeist vapi needs an update

2011-04-27 Thread Travis Glenn Hansen
I would guess so since it's the only app I have problems building
against the newer libzeitgeist.

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

Title:
  libzeitgeist vapi needs an update

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


[Bug 739653] Re: libzeitgeist vapi needs an update

2011-04-08 Thread Travis Glenn Hansen
With libzeitgeist-0.3.10 I'm still getting the same behavior originally
reported :(

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

Title:
  libzeitgeist vapi needs an update

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


[Bug 532422] Re: Dolby Digital spdif output fails with usb-audio

2010-05-27 Thread Travis Glenn Hansen
This is still a problem.

-- 
Dolby Digital spdif output fails with usb-audio
https://bugs.launchpad.net/bugs/532422
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 532369] [NEW] PEAR MDB2 mysqli fails inserts with php 5.3.1

2010-03-04 Thread Travis Glenn Hansen
Public bug reported:

Binary package hint: php-mdb2

I get these depricated warning when running MDB2 with the mysqli driver.

Deprecated: Assigning the return value of new by reference is deprecated in 
/usr/share/php/MDB2.php on line 393
Deprecated: Assigning the return value of new by reference is deprecated in 
/usr/share/php/MDB2.php on line 2647
Deprecated: Assigning the return value of new by reference is deprecated in 
/usr/share/php/MDB2/Driver/mysqli.php on line 1418

This is understood just wanted everyone to be aware.

The main issue is inserts do not work correctly when running in 5.3.x.
It has something to do with the references and I will apply a small
patch that fixes the issue and leaves just the deprecated warnings.

** Affects: php-mdb2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
PEAR MDB2 mysqli fails inserts with php 5.3.1
https://bugs.launchpad.net/bugs/532369
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 532369] Re: PEAR MDB2 mysqli fails inserts with php 5.3.1

2010-03-04 Thread Travis Glenn Hansen
This patch is simply a hack to get it to just work for now.  I'll let
smarter people come up with a real solution :)

** Patch added: reference-hack
   http://launchpadlibrarian.net/40216591/mysqli-parameters-reference.patch

-- 
PEAR MDB2 mysqli fails inserts with php 5.3.1
https://bugs.launchpad.net/bugs/532369
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 532422] [NEW] Dolby Digital spdif output fails with usb-audio

2010-03-04 Thread Travis Glenn Hansen
Public bug reported:

Binary package hint: alsa-utils

I've talked to upstream about this for a few years and never had any
movement.

I created an upstream bug..

https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4864

a couple months ago and can't seem to get anyone to look at it.
Maybe someone here can help :)


To reproduce:
1. use usb sound card with spdif out.
2. Download DD and DTS file from 
http://www.sr.se/sida/default.aspx?programID=2445
3. Use aplay -D hw:1,0 file.dts --- produces sound
4. aplay -D hw:1,0 file.dd   --- silence
(can also use dvd that has dd and dts tracks with mplayer as well)

You may need to use different device numbers based on your setup.

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

-- 
Dolby Digital spdif output fails with usb-audio
https://bugs.launchpad.net/bugs/532422
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 60880] Re: groupwise protocol does not work with 2.0beta3.1

2006-09-22 Thread Travis Glenn Hansen
I have tested this by patching beta3.1 and it works.  It has also been
upstreamed from what I can tell.

-- 
groupwise protocol does not work with 2.0beta3.1
https://launchpad.net/bugs/60880

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


[Bug 60880] groupwise protocol does not work with 2.0beta3.1

2006-09-17 Thread Travis Glenn Hansen
Public bug reported:

Binary package hint: gaim

I'm trying to connect to a groupwise account with gaim-2.0beta3.1
included in edgy.  It fails constantly.  This is an issue from upstream
not ubuntu centric.  However, I have received a patch from Mike Stoddard
at Novell which fixes the issue.  He says it will included upstream
soon, however, I'd like to see the patch included with edgy even if
newer upstream snapshots are not.  I can mail the patch to whomever
needs it.

** Affects: gaim (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
groupwise protocol does not work with 2.0beta3.1
https://launchpad.net/bugs/60880

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


[Bug 60880] Re: groupwise protocol does not work with 2.0beta3.1

2006-09-17 Thread Travis Glenn Hansen
The link to the gaim bug is here:

http://sourceforge.net/tracker/index.php?func=detailaid=1520965group_id=235atid=100235

It also references a novell bugzilla bug which can see also if you sign
up for an account.  I will attach the patch from bug in novell's system.

It will be upstreamed soon, I wasn't sure if there was version freeze or
something for ubuntu though, so I'd like to see it included in ubuntu
even if a new version isn't out by the time edgy ships. :)

Thanks for looking into this.

** Attachment added: Fixes the groupwise connection issue.
   http://librarian.launchpad.net/4292116/groupwise-connection.patch

-- 
groupwise protocol does not work with 2.0beta3.1
https://launchpad.net/bugs/60880

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