[Bug 209125] Re: Cannot change options in visual effects tab of Appearance control panel

2008-07-02 Thread Chris Sherlock
Gee, thanks heaps!

I wrote in the last action that I was having problems getting the debug
package, and I asked if someone could help me out.

No response at all.

Then I get told that I didn't provide enough info.

I'm trying to give you the info, but I had to ask for help on something.

Is this the way that you close bugs

-- 
Cannot change options in visual effects tab of Appearance control panel
https://bugs.launchpad.net/bugs/209125
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 209125] Re: Cannot change options in visual effects tab of Appearance control panel

2008-07-02 Thread Chris Sherlock
Ah - I tried to give you the info, followed the instructions but there
was no debug package available. I asked if I could get assistance, no
answer then this got closed.

Did the closer actually read the previous history entry???

** Changed in: gnome-control-center (Ubuntu)
   Status: Invalid => New

-- 
Cannot change options in visual effects tab of Appearance control panel
https://bugs.launchpad.net/bugs/209125
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 50722] Re: Memory problems on pthread_cancel()

2008-07-29 Thread Chris Sherlock
When you get told by an Ubuntu person that you are running a 3rd party
threads library, when you are using libpthread20, not sure if they are
too interested.

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 50722] Re: Memory problems on pthread_cancel()

2008-07-30 Thread Chris Sherlock
Good question. I think someone made a mistake.

On Wed, Jul 30, 2008 at 5:02 PM, ShwangShwing <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~$ dpkg -S /usr/lib/libpthread.so
> libc6-dev: /usr/lib/libpthread.so
>
> So why is this bug marked as invalid?
>
> --
> Memory problems on pthread_cancel()
> https://bugs.launchpad.net/bugs/50722
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
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 50722] Re: Memory problems on pthread_cancel()

2008-07-30 Thread Chris Sherlock
I'm changing this to confirmed.

** Changed in: glibc (Ubuntu)
   Status: Invalid => Confirmed

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-06-30 Thread Chris Sherlock
Alex said the following though:

"Also dont apply the none fix with at_console ... that really makes no
sense and opens security issues for you. Dont spread that stuff around
please."

If this works, why is this such a bad thing to do? What sort of security
issues can this potentially cause? And if this isn't an acceptable
workaround, what must we do to move this forward? (2nd time of asking)

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-06-30 Thread Chris Sherlock
I suppose I should have also added: What is at_console anyway? try as I
might, I can't find any documentation on this. And yes, I did try
google. :-)

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-07-02 Thread Chris Sherlock
The lines in question that are the problem are:

if ((m->ptr = mmap(NULL, m->size, PROT_READ|PROT_WRITE, 
MAP_ANONYMOUS|MAP_PRIVATE, -1, (off_t) 0)) == MAP_FAILED) {
pa_log("mmap() failed: %s", pa_cstrerror(errno));
goto fail;
}

It should be easy enough to check to see if shared memory is in use,
just run:

 mount | grep "shm"

If you get something like the following, then it's enabled:

tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-07-02 Thread Chris Sherlock
The more I look at this, the more I think there is a problem with the
function pa_context_new().

Need to file a bug against pulseaudio.

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-07-02 Thread Chris Sherlock
The more I look at this, the more I think there is a problem with the
function pa_context_new().

How do we move this one forward?

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-07-02 Thread Chris Sherlock
I have reported this upstream:

http://pulseaudio.org/ticket/595

** Bug watch added: PulseAudio sound server #595
   http://pulseaudio.org/ticket/595

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-07-02 Thread Chris Sherlock
Yup, done already. See my comment before your last one :-)

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-05-11 Thread Chris Sherlock
Sorry, I forgot to note that I have rebooted since then - same issue :-)

I'd love to get a VPN connection to my work's network, I am willing to
assist further. Tell me what is required and I'll do it, gladly!

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 343614] Re: kernel 2.6.27-11-generic and gcc version mismatch

2009-04-26 Thread Chris Sherlock
This is now also occuring on Jaunty.

I was wondering how things were going with sorting this out?

-- 
kernel 2.6.27-11-generic and gcc version mismatch
https://bugs.launchpad.net/bugs/343614
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 292381] Re: [hardy] kernel 2.6.24-21-generic and gcc version mismatch

2009-04-26 Thread Chris Sherlock
This same issue is now affecting Jaunty, which means that it's so far
affected hardy, intrepid and jaunty.

I was wondering how things were going with resolving this issue? It's
making it impossible to compile Cisco's VPN kernel module.

-- 
[hardy] kernel 2.6.24-21-generic and gcc version mismatch
https://bugs.launchpad.net/bugs/292381
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 292381] Re: [hardy] kernel 2.6.24-21-generic and gcc version mismatch

2009-04-27 Thread Chris Sherlock
I must make my apologies... I misread /proc/version.

My apologies for the bug spam... how embarassing!

-- 
[hardy] kernel 2.6.24-21-generic and gcc version mismatch
https://bugs.launchpad.net/bugs/292381
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-05-06 Thread Chris Sherlock
I don't have a /var/run/console/root file, there are no root shells
running, but I'm still getting this issue.

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-05-06 Thread Chris Sherlock
May  7 08:22:08 ubuntu NetworkManager:   Starting VPN service 
'org.freedesktop.NetworkManager.vpnc'... 
May  7 08:22:08 ubuntu NetworkManager:   VPN service 
'org.freedesktop.NetworkManager.vpnc' started 
(org.freedesktop.NetworkManager.vpnc), PID 8365 
May  7 08:22:08 ubuntu NetworkManager:   VPN service 
'org.freedesktop.NetworkManager.vpnc' just appeared, activating connections 
May  7 08:22:08 ubuntu NetworkManager:   VPN plugin state changed: 1 
May  7 08:22:14 ubuntu NetworkManager:   VPN plugin state changed: 3 
May  7 08:22:14 ubuntu NetworkManager:   VPN connection 'For clients 
behind a NAT devices' (Connect) reply received. 
May  7 08:22:14 ubuntu kernel: [288742.257810] tun0: Disabled Privacy Extensions
May  7 08:22:18 ubuntu NetworkManager:   VPN plugin failed: 0 
May  7 08:22:18 ubuntu NetworkManager:   VPN plugin state changed: 6 
May  7 08:22:18 ubuntu NetworkManager:   VPN plugin state change reason: 
10 
May  7 08:22:18 ubuntu NetworkManager:   connection_state_changed(): 
Could not process the request because no VPN connection was active. 
May  7 08:22:18 ubuntu NetworkManager:   Policy set 'Auto eth0' (eth0) as 
default for routing and DNS.

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 185625] Re: sign the repository at ddebs.ubuntu.com

2008-10-28 Thread Chris Sherlock
Thank you

-- 
sign the repository at ddebs.ubuntu.com
https://bugs.launchpad.net/bugs/185625
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 209125] Re: Cannot change options in visual effects tab of Appearance control panel

2008-05-13 Thread Chris Sherlock
I'm trying to, but don't seem to be getting very far. From the page you
linked me to, I ran the following:

[EMAIL PROTECTED]:~$ sudo apt-get install gnome-control-center-dbgsym
[sudo] password for chris: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gnome-control-center-dbgsym: Depends: gnome-control-center (= 
1:2.20.0.1-0ubuntu5) but 1:2.22.1-0ubuntu4.1 is to be installed
E: Broken packages

---

The version of gnome-control-center that I havce is 1:2.22.1-0ubuntu4.1

I'd like to backtrace, but have hit a snag. Can you provide any advise
on how to move this one forward?

-- 
Cannot change options in visual effects tab of Appearance control panel
https://bugs.launchpad.net/bugs/209125
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 185625] Re: sign the repository at ddebs.ubuntu.com

2008-07-15 Thread Chris Sherlock
Don't forget however that if you do a distro update you need to remember
to disable the ddebs source because they are unsigned and the distro
update will fail.

I guess that's more a usability issue than anything though.

-- 
sign the repository at ddebs.ubuntu.com
https://bugs.launchpad.net/bugs/185625
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 292381] Re: [hardy] kernel 2.6.24-21-generic and gcc version mismatch

2009-03-16 Thread Chris Sherlock
Looks like it's happened again.

I just filed the following bug report, this time it's occured on Ibex:

https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/343614

-- 
[hardy] kernel 2.6.24-21-generic and gcc version mismatch
https://bugs.launchpad.net/bugs/292381
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 343614] [NEW] kernel 2.6.27-11-generic and gcc version mismatch

2009-03-16 Thread Chris Sherlock
Public bug reported:

Binary package hint: gcc

When I tried to install the Cisco VPN client, I found it was giving a
problem loading the kernel module.

cisco_ipsec: disagrees about version of symbol struct_module

When I looked at the gcc version installed on my system, I found it is
Ubuntu 4.3.2-1ubuntu12, but the kernel was compiled using Ubuntu
4.3.2-1ubuntu11

r...@ubuntu:/usr/local/src/vpnclient# cat /proc/version
Linux version 2.6.27-11-generic (bui...@rothera) (gcc version 4.3.2 (Ubuntu 
4.3.2-1ubuntu11) ) #1 SMP Thu Jan 29 19:24:39 UTC 2009
r...@ubuntu:/usr/local/src/vpnclient# 
r...@ubuntu:/usr/local/src/vpnclient# gcc -version
gcc: unrecognized option '-version'
gcc: no input files
r...@ubuntu:/usr/local/src/vpnclient# gcc --version
gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kernel 2.6.27-11-generic and gcc version mismatch
https://bugs.launchpad.net/bugs/343614
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 343614] Re: kernel 2.6.27-11-generic and gcc version mismatch

2009-03-18 Thread Chris Sherlock
Sorry folks... I should have noted that I'm using Intrepid Ibex. Doh!

-- 
kernel 2.6.27-11-generic and gcc version mismatch
https://bugs.launchpad.net/bugs/343614
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 185625] Re: sign the repository at ddebs.ubuntu.com

2008-06-15 Thread Chris Sherlock
Hi all, what would need to be done to get something done about this?

-- 
sign the repository at ddebs.ubuntu.com
https://bugs.launchpad.net/bugs/185625
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


Re: [Bug 185625] Re: sign the repository at ddebs.ubuntu.com

2008-09-06 Thread Chris Sherlock
Excellent! I think we all appreciate the status update. :-)

-- 
sign the repository at ddebs.ubuntu.com
https://bugs.launchpad.net/bugs/185625
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 50722] Re: Memory problems on pthread_cancel()

2008-09-08 Thread Chris Sherlock
Ah well, I tried. It's a pity that Ubuntu doesn't want to accept bugs
for components it ships, but there you go.

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
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 50722] Re: Memory problems on pthread_cancel()

2008-09-10 Thread Chris Sherlock
Last comment from me, promise. You can't blame me for feeling a little
miffed when I was told I was running a third party threading library!

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-07-31 Thread Chris Sherlock
This has been fixed upstream by lennart - see the bug I reported earlier
on - http://pulseaudio.org/ticket/595

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 366281] Re: Firefox crashes when playing video

2009-07-31 Thread Chris Sherlock
*** This bug is a duplicate of bug 371147 ***
https://bugs.launchpad.net/bugs/371147

** This bug is no longer a duplicate of bug 356687
   Firefox has ALSA/Pulse Audio issues when playing flash video
** This bug has been marked a duplicate of bug 371147
   firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.

-- 
Firefox crashes when playing video
https://bugs.launchpad.net/bugs/366281
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 356687] Re: Firefox has ALSA/Pulse Audio issues when playing flash video

2009-07-31 Thread Chris Sherlock
*** This bug is a duplicate of bug 371147 ***
https://bugs.launchpad.net/bugs/371147

Lennart says that he's stopped the assert from being called - see
http://pulseaudio.org/ticket/595

He says that there is still something "leaking ALSA snd_pcm_t objects".

This was reported in https://bugs.launchpad.net/pulseaudio/+bug/371147
and I later lodged a bug against pulseaudio - it's the ALSA plugin
that's causing this issue.

** Bug watch added: PulseAudio sound server #595
   http://pulseaudio.org/ticket/595

** This bug has been marked a duplicate of bug 371147
   firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.

-- 
Firefox has ALSA/Pulse Audio issues when playing flash video
https://bugs.launchpad.net/bugs/356687
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-07-31 Thread Chris Sherlock
@Tpugliese - that's an unreliable workaround at best, and at worst it
stops us from finding what's causing this. Do you know why this works?

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 274577] Re: Various programs fail to start with Assertion 's' failed at pulse/stream.c:971, function pa_stream_drain(). Aborting.

2009-07-31 Thread Chris Sherlock
Has anyone who can duplicate this issue considered reporting this
upstream?

-- 
Various programs fail to start with Assertion 's' failed at pulse/stream.c:971, 
function pa_stream_drain(). Aborting.
https://bugs.launchpad.net/bugs/274577
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 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

2009-08-01 Thread Chris Sherlock
I'm quite surprised this works... but more concerned that your
workaround might stop something else working. Anyone who reads the
workaround has been warned!

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion 
`p->context' failed.
https://bugs.launchpad.net/bugs/371147
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 50722] Re: Memory problems on pthread_cancel()

2007-05-26 Thread Chris Sherlock
==3641== Memcheck, a memory error detector.
==3641== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==3641== Using LibVEX rev 1658, a library for dynamic binary translation.
==3641== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==3641== Using valgrind-3.2.1-Debian, a dynamic binary instrumentation 
framework.
==3641== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==3641== For more details, rerun with: -v
==3641== 
==3641== Warning: client switching stacks?  SP change: 0xBED226BC --> 0x419D3C0
==3641==  to suppress, use: --max-stackframe=1162325252 or greater
==3641== Warning: client switching stacks?  SP change: 0x419D134 --> 0xBED226BC
==3641==  to suppress, use: --max-stackframe=1162324600 or greater
==3641== Warning: client switching stacks?  SP change: 0xBED2268C --> 0x419D134
==3641==  to suppress, use: --max-stackframe=1162324648 or greater
==3641==  further instances of this message will not be shown.
==3641== Conditional jump or move depends on uninitialised value(s)
==3641==at 0x403C4A6: __pth_sched_eventmanager (in 
/usr/lib/libpthread.so.20.0.27)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x4083566: swapcontext (in /lib/tls/i686/cmov/libc-2.5.so)
==3641==  Address 0x419D834 is 260 bytes inside a block of size 768 alloc'd
==3641==at 0x4021620: malloc (vg_replace_malloc.c:149)
==3641==by 0x403C1E7: __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403E80D: pth_spawn (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403AE25: pthread_create (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x80485AC: main (pth-bug.c:16)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x4083569: swapcontext (in /lib/tls/i686/cmov/libc-2.5.so)
==3641==  Address 0x419D838 is 264 bytes inside a block of size 768 alloc'd
==3641==at 0x4021620: malloc (vg_replace_malloc.c:149)
==3641==by 0x403C1E7: __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403E80D: pth_spawn (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403AE25: pthread_create (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x80485AC: main (pth-bug.c:16)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x408356C: swapcontext (in /lib/tls/i686/cmov/libc-2.5.so)
==3641==  Address 0x419D83C is 268 bytes inside a block of size 768 alloc'd
==3641==at 0x4021620: malloc (vg_replace_malloc.c:149)
==3641==by 0x403C1E7: __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403E80D: pth_spawn (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403AE25: pthread_create (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x80485AC: main (pth-bug.c:16)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x408356F: swapcontext (in /lib/tls/i686/cmov/libc-2.5.so)
==3641==  Address 0x419D844 is 276 bytes inside a block of size 768 alloc'd
==3641==at 0x4021620: malloc (vg_replace_malloc.c:149)
==3641==by 0x403C1E7: __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403E80D: pth_spawn (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403AE25: pthread_create (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x80485AC: main (pth-bug.c:16)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x4083572: swapcontext (in /lib/tls/i686/cmov/libc-2.5.so)
==3641==  Address 0x419D848 is 280 bytes inside a block of size 768 alloc'd
==3641==at 0x4021620: malloc (vg_replace_malloc.c:149)
==3641==by 0x403C1E7: __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403E80D: pth_spawn (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403AE25: pthread_create (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x80485AC: main (pth-bug.c:16)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x4083575: swapcontext (in /lib/tls/i686/cmov/libc-2.5.so)
==3641==  Address 0x419D84C is 284 bytes inside a block of size 768 alloc'd
==3641==at 0x4021620: malloc (vg_replace_malloc.c:149)
==3641==by 0x403C1E7: __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403E80D: pth_spawn (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403AE25: pthread_create (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x80485AC: main (pth-bug.c:16)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x4083578: swapcontext (in /lib/tls/i686/cmov/libc-2.5.so)
==3641==  Address 0x419D850 is 288 bytes inside a block of size 768 alloc'd
==3641==at 0x4021620: malloc (vg_replace_malloc.c:149)
==3641==by 0x403C1E7: __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403E80D: pth_spawn (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x403AE25: pthread_create (in /usr/lib/libpthread.so.20.0.27)
==3641==by 0x80485AC: main (pth-bug.c:16)
==3641== 
==3641== Invalid read of size 4
==3641==at 0x403EF1A: pth_spawn_trampoline (in 
/usr/lib/libpthread.so.20.0.27)
==3641==  Address 0x419DA08 is 728 bytes inside

[Bug 216864] Re: gcalctool thinks arithmetic symbols are numbers

2008-04-14 Thread Chris Sherlock
*** This bug is a duplicate of bug 208260 ***
https://bugs.launchpad.net/bugs/208260

Ummm.. didn't you mark this bug as a duplicate of 208260? :-)

-- 
gcalctool thinks arithmetic symbols are numbers
https://bugs.launchpad.net/bugs/216864
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 182038] Re: Black rectangle instead of image in FF3 [Hardy]

2008-04-17 Thread Chris Sherlock
** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=411831
   Importance: Unknown
   Status: Unknown

-- 
Black rectangle instead of image in FF3 [Hardy]
https://bugs.launchpad.net/bugs/182038
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 209125] Re: Cannot change options in visual effects tab of Appearance control panel

2008-05-06 Thread Chris Sherlock
Sorry. Ubuntu 8.04 Hardy Heron. When I click the option the capplet
freezes. It doesn't actually crash.

-- 
Cannot change options in visual effects tab of Appearance control panel
https://bugs.launchpad.net/bugs/209125
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 224221] [NEW] Change "Transmission" menu entry to "Transmission BitTorrent client"

2008-04-29 Thread Chris Sherlock
Public bug reported:

>From the great Ubuntu-Girlfriend experiment:

http://contentconsumer.wordpress.com/2008/04/27/is-ubuntu-useable-
enough-for-my-girlfriend/

"The only problem I see here is the name of Transmission in the menu. I
imagine that her problems would’ve been reduced if only they listed
“Transmission BitTorrent Client” instead. How on earth is a user
supposed to know what Transmission is? The icon certainly doesn’t help.
They do this with “Firefox Web Browser”, so why not Transmission? Weird.
They could even just put “file-sharing client”, and when it loads up for
the first time a wizard can help the user understand what BitTorrent is
and how it works."

I think he has a fair point. Putting this out there as a usability
bug... sorry, I filed it under the package "gnome-main-menu" as I
couldn't work out what else to file it under.

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

-- 
Change "Transmission" menu entry to "Transmission BitTorrent client"
https://bugs.launchpad.net/bugs/224221
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 224229] [NEW] Quite hard to change screen resolution back to normal when resolution is set very low

2008-04-29 Thread Chris Sherlock
Public bug reported:

Binary package hint: gnome-control-center

>From the great Ubuntu-Girlfriend experiment, on Hardy Heron:

http://contentconsumer.wordpress.com/2008/04/27/is-ubuntu-useable-
enough-for-my-girlfriend/

"Ninth Task: Change screen resolution.

This was easy from the Preferences menu under Screen Resolution, and she
changed it to the smallest size available: 720×400. However, she clicked
“Keep settings” straight away, and couldn’t work out how to get it back
because the screen was too small to display the entire height of the
Screen Resolution menu. Eventually I had to do it for her by tabbing
through the options.

This is pretty ridiculous – you can’t make it shorter and you can’t move
it up past the top of the screen. There’s no way I can see of being able
to change the resolution using that menu when you’re on a small
resoltion – without tabbing to invisible options that you don’t know are
there. Maybe I’m just missing something, I’d be happy to be
enlightened."

Can something be done about this? Not everyone would do this, but it
would be nice to be able to easily recover from this sort of problem!

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

-- 
Quite hard to change screen resolution back to normal when resolution is set 
very low
https://bugs.launchpad.net/bugs/224229
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 223436] Re: Ubuntu doesn't pass contentconsumer's "girlfriend test"

2008-04-29 Thread Chris Sherlock
I'm confused as to why "Make sure that the screen resolution can be
changed even at very low screen resolutions." isn't something that can
be considered a bug. Try what he says and tell me how you get back to
the main resolution easily:

"Ninth Task: Change screen resolution.

This was easy from the Preferences menu under Screen Resolution, and she
changed it to the smallest size available: 720×400. However, she clicked
“Keep settings” straight away, and couldn’t work out how to get it back
because the screen was too small to display the entire height of the
Screen Resolution menu. Eventually I had to do it for her by tabbing
through the options.

This is pretty ridiculous – you can’t make it shorter and you can’t move
it up past the top of the screen. There’s no way I can see of being able
to change the resolution using that menu when you’re on a small
resoltion – without tabbing to invisible options that you don’t know are
there. Maybe I’m just missing something, I’d be happy to be
enlightened."

-- 
Ubuntu doesn't pass contentconsumer's "girlfriend test"
https://bugs.launchpad.net/bugs/223436
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 224221] Re: Change "Transmission" menu entry to "Transmission BitTorrent client"

2008-04-29 Thread Chris Sherlock
Sorry folks, it looks like this was already done. Sorry, can't find the
bug where this happened, but this should be marked as a duplicate or as
already fixed. Not sure what to do from here...

-- 
Change "Transmission" menu entry to "Transmission BitTorrent client"
https://bugs.launchpad.net/bugs/224221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 224229] [NEW] Quite hard to change screen resolution back to normal when resolution is set very low

2008-04-29 Thread Chris Sherlock
I'm wondering whether it would be better to move the select boxes to the top
of the screen and have the graphic down the bottom when in the lowest
resolution.

Alternatively, could you not make the window resizable and have it use
scrollbars?

On Wed, Apr 30, 2008 at 12:25 AM, James Westby
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
wrote:

> On Tue, 2008-04-29 at 14:03 +, Chris Sherlock wrote:
> > This is pretty ridiculous – you can't make it shorter and you can't move
> > it up past the top of the screen. There's no way I can see of being able
> > to change the resolution using that menu when you're on a small
> > resoltion – without tabbing to invisible options that you don't know are
> > there. Maybe I'm just missing something, I'd be happy to be
> > enlightened."
> >
> > Can something be done about this? Not everyone would do this, but it
> > would be nice to be able to easily recover from this sort of problem!
>
> Thanks for the bug report.
>
> We saw this and spoke briefly about it yesterday. The first thing to
> note is that the 400 pixel height is pretty small, and hopefully
> something that not many users will hit.
>
> It was suggested that we move the "Detect Displays" button to be on
> the row of buttons at the bottom. That should shrink it just enough
> that it fits in this height, but obviously if you made it smaller still
> you would still be stuck. I also think that the clone checkbox has too
> much prominence, and moving that could perhaps save a few pixels as
> well.
>
> Seb, do you think fixing this would be worthy of an SRU? If so, would
> you have a preferred way of fixing it?
>
> Thanks,
>
> James
>
> --
> Quite hard to change screen resolution back to normal when resolution is
> set very low
> https://bugs.launchpad.net/bugs/224229
> You received this bug notification because you are a direct subscriber
> of the bug.
>


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/14017336/unnamed

-- 
Quite hard to change screen resolution back to normal when resolution is set 
very low
https://bugs.launchpad.net/bugs/224229
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 224229] Re: Quite hard to change screen resolution back to normal when resolution is set very low

2008-04-29 Thread Chris Sherlock
Well... the problem is that the app allows users to shoot themselves in
the foot, and they often do. In fact, even experienced users who should
know better (like myself at times) can have a brain fart and choose that
smaller resolution.

If the tool allows you to set a screen resolution less than 800x600 then
wouldn't it be better to prevent them from selecting such an option?

-- 
Quite hard to change screen resolution back to normal when resolution is set 
very low
https://bugs.launchpad.net/bugs/224229
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 224229] Re: Quite hard to change screen resolution back to normal when resolution is set very low

2008-04-29 Thread Chris Sherlock
Fair enough. Is this an INVALID then?

-- 
Quite hard to change screen resolution back to normal when resolution is set 
very low
https://bugs.launchpad.net/bugs/224229
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 208260] Re: Too many commas in gcalctool

2008-04-12 Thread Chris Sherlock
Does that work for numbers with a decimal place?

-- 
Too many commas in gcalctool
https://bugs.launchpad.net/bugs/208260
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 208260] Re: Too many commas in gcalctool

2008-04-12 Thread Chris Sherlock
I believe the main gcalctool dev has taken on board my feedback and
implemented a localize_expression function.

-- 
Too many commas in gcalctool
https://bugs.launchpad.net/bugs/208260
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 219136] Re: Conduit crashed after attempting to sychronize my directory of photos to Google Picasa

2008-05-09 Thread Chris Sherlock
*** This bug is a duplicate of bug 204332 ***
https://bugs.launchpad.net/bugs/204332

If this bug is a duplicate of bug 204332, how come I can't see that bug?

-- 
Conduit crashed after attempting to sychronize my directory of photos to Google 
Picasa
https://bugs.launchpad.net/bugs/219136
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 151240] Re: Plugin "Snapping Windows" produces conflict with "wobbly" plugin

2008-01-14 Thread Chris Sherlock
I would very much like to second this bug. The problem is that you
disable the window snap plugin, but wobbly windows still has it enabled.
Thus it doesn't prevent the windows from snapping - which is often very
annoying when you just want to move the window down slightly.

-- 
Plugin "Snapping Windows" produces conflict with "wobbly" plugin
https://bugs.launchpad.net/bugs/151240
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66309] Re: [edgy] dbus-viewer missing

2007-12-06 Thread Chris Sherlock
Could anyone give a suggestion as to what we can use to view dbus
objects instead of dbus-viewer?

-- 
[edgy] dbus-viewer missing
https://bugs.launchpad.net/bugs/66309
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 50722] Re: Memory problems on pthread_cancel()

2007-12-09 Thread Chris Sherlock
Hi Jeff,

I don't know I would have picked up a third party pthread library.

[EMAIL PROTECTED]:~$ dpkg -S /usr/lib/libpthread.so.20.0.27
libpthread20: /usr/lib/libpthread.so.20.0.27
[EMAIL PROTECTED]:~$


Chris

On Dec 8, 2007 9:49 AM, Jeff Bailey <[EMAIL PROTECTED]> wrote:
> > __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27
>
> Umm, this isn't from glibc.  Marking it as invalid.  Please use dpkg -S
> to figure out what package that comes from and file a bug against it.
> Or try again against the system glibc.  Nothing but madness can come
> from running a third-party pthreads library.
>
>
> ** Changed in: glibc (Ubuntu)
>Status: Triaged => Invalid
>
>
> --
> Memory problems on pthread_cancel()
> https://bugs.launchpad.net/bugs/50722
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 208260] Re: Too many commas in gcalctool

2008-03-31 Thread Chris Sherlock
Looks like a different issue to me... that issue seems to be a problem
with the decimal point, this one is a problem with the whole expression
being localised and adding in commas every third character.

Haven't seen the diff where they fixed it though, so YMMV.

-- 
Too many commas in gcalctool
https://bugs.launchpad.net/bugs/208260
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 208260] [NEW] Too many commas in gcalctool

2008-03-28 Thread Chris Sherlock
Public bug reported:

Binary package hint: gcalctool

If you subtract two numbers to get a number < 1,000 then the comma
separator is doubled.

Steps to reproduce:
1. Type in 1000 - 2005
2. Press equals button
3. Result is -1,,005

OK, now try typing in type in

1+(5+6)

This shows as:

 1,+(5,+6)

So I believe that there is something very wrong going on here.

This is happening on: Ubuntu hardy (development branch), release: 8.04

gcalctool version is 5.22.x

I have logged bug number 524746 with Gnome, but logging a parallel bug
report here.

** Affects: gcalctool
 Importance: Unknown
 Status: Unknown

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

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

** Also affects: gcalctool via
   http://bugzilla.gnome.org/show_bug.cgi?id=524746
   Importance: Unknown
   Status: Unknown

-- 
Too many commas in gcalctool
https://bugs.launchpad.net/bugs/208260
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 185625] Re: sign the repository at ddebs.ubuntu.com

2008-03-28 Thread Chris Sherlock
Is there any reason why this cannot be done? Currently this is
preventing me from doing a partial upgrade of my system. I can certainly
remove the repo from my sources, but that isn't going to help with
testing.

-- 
sign the repository at ddebs.ubuntu.com
https://bugs.launchpad.net/bugs/185625
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 208260] Re: Too many commas in gcalctool

2008-03-29 Thread Chris Sherlock
No probs :-)

Not sure if it's worthwhile saying so here, but I suspect that the problem with 
gcalctool is because refresh_display() calls
ui_set_display(). However, ui_set_display calls:

if (v->noparens == 0) {
localize_number(localized, str);
str = localized;
}

Basically, it looks like it's trying to localize the whole expression,
but this function is only build to localize an individual *number*. Thus
is adds in the comma every 3rd character regardless...

Not sure how you'd get around this, but I think that's the problem here.

-- 
Too many commas in gcalctool
https://bugs.launchpad.net/bugs/208260
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 209125] [NEW] Cannot change options in visual effects tab of Appearance control panel

2008-03-30 Thread Chris Sherlock
Public bug reported:

Binary package hint: gnome-control-center

When I try to change the Visual effect from none to normal or extra in
the Appearance control panel, it says that the "Composite extension is
not available", but then it refuses to accept any input and freezes.

If you run gnome-appearance-preferences from a terminal, you get the
following:

Driver "ATI accelerated graphics driver" is already enabled and supports
the composite extension.

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

-- 
Cannot change options in visual effects tab of Appearance control panel
https://bugs.launchpad.net/bugs/209125
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 157412] Re: deskbar-applet crashed with MemoryError in call_async()

2008-03-27 Thread Chris Sherlock
Also happened to me on Hardy Heron Beta.

-- 
deskbar-applet crashed with MemoryError in call_async()
https://bugs.launchpad.net/bugs/157412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 50722] Re: Memory problems on pthread_cancel()

2007-06-09 Thread Chris Sherlock
I'm afraid so... any ideas what's going on here?

Chris

On 6/8/07, Jérôme Guelfucci <[EMAIL PROTECTED]> wrote:
> Thank you for your bug report. Do you still have this issue with the
> latest release of Ubuntu ?
>
> ** Changed in: glibc (Ubuntu)
>Status: Unconfirmed => Needs Info
>
> --
> Memory problems on pthread_cancel()
> https://bugs.launchpad.net/bugs/50722
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Re: [Bug 50722] Re: Memory problems on pthread_cancel()

2007-06-09 Thread Chris Sherlock
You asked me whether the Ubuntu bug 50722 was still ongoing! It is and
I have reproduced it.

Chris

On 6/10/07, Jérôme Guelfucci <[EMAIL PROTECTED]> wrote:
> Sorry, I don't understand. What do you mean ?
>
> --
> Memory problems on pthread_cancel()
> https://bugs.launchpad.net/bugs/50722
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 50722] Re: Memory problems on pthread_cancel()

2007-06-09 Thread Chris Sherlock
You wanted to know if this bug is ongoing. It is!

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2010-04-30 Thread Chris Sherlock
Sadly, I get the same error - and yes, I've rebooted.

On Sat, May 1, 2010 at 9:59 AM, Niall Brosnan
wrote:

> Have you rebooted yet?
> Hopefully you've made no other changes, but if you've this issue on a fresh
> install of lucid,
> I'd love to see if a single reboot fixes it (I suspect a restart of
> X/network-manager would).
>
> --
> NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets
> https://bugs.launchpad.net/bugs/360818
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-11-10 Thread Chris Sherlock
I would also be willing to do the same. What can I do to help get to the
bottom of this matter? I have rebooted and this still isn't working for
me.

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2009-10-28 Thread Chris Sherlock
I'm getting:

Oct 28 23:59:07 ubuntu dbus-daemon: Rejected send message, 1 matched rules;
type="method_call", sender=":1.36" (uid=1000 pid=3994
comm="/usr/lib/indicator-applet/indicator-applet --oaf-a")
interface="org.freedesktop.DBus.Properties" member="Get" error
name="(unset)" requested_reply=0 destination=":1.98" (uid=0 pid=14625
comm="/usr/lib/network-manager-vpnc/nm-vpnc-service "))


2009/10/28 Ivars Strazdiņš 

> I confirm with another one:
>
> Oct 28 14:45:35 kurmis NetworkManager: nm-vpn-connection.c.828: NeedSecrets
> failed: dbus-glib-error-quark Rejected send message, 1 matched rules;
> type="method_call", sender=":1.5" (uid=0 pid=1109 comm="NetworkManager)
> interface="org.freedesktop.NetworkManager.VPN.Plugin" member="NeedSecrets"
> error name="(unset)" requested_reply=0
> destination="org.freedesktop.NetworkManager.openvpn" (uid=0 pid=19312
> comm="/usr/lib/network-manager-openvpn/nm-openvpn-servic"))
> Oct 28 14:45:35 kurmis NetworkManager:   connection_state_changed():
> Rejected send message, 1 matched rules; type="method_call", sender=":1.5"
> (uid=0 pid=1109 comm="NetworkManager)
> interface="org.freedesktop.NetworkManager.VPN.Plugin" member="Disconnect"
> error name="(unset)" requested_reply=0
> destination="org.freedesktop.NetworkManager.openvpn" (uid=0 pid=19312
> comm="/usr/lib/network-manager-openvpn/nm-openvpn-servic"))
>
> --
> NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets
> https://bugs.launchpad.net/bugs/360818
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 453807] Re: nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN secrets!'.

2009-12-19 Thread Chris Sherlock
Looks like you aren't the only one to have noticed this.

See http://www.mail-archive.com/universe-
b...@lists.ubuntu.com/msg166998.html

-- 
nm_vpn_connection_connect_cb(): VPN connection 'xyz' failed to connect: 'No VPN 
secrets!'.
https://bugs.launchpad.net/bugs/453807
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 41290] Re: Please clean up sources.list (e.g., remove duplicated lines)

2014-01-04 Thread Chris Sherlock
Any update on this bug?

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

Title:
  Please clean up sources.list (e.g., remove duplicated lines)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-setup/+bug/41290/+subscriptions

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


[Bug 693754] [NEW] Xorg freeze

2010-12-23 Thread Chris Sherlock
Public bug reported:

Binary package hint: xorg

After upgrading to Maverick, I'm finding that the GPU is locking up.

The following is from kern.log:

Dec 21 16:45:51 ubuntu kernel: [   54.757121] WARNING: at 
/build/buildd/linux-2.6.35/drivers/gpu/drm/radeon/radeon_fence.c:235 
radeon_fence_wait+0x23e/0x290 [radeon]()
Dec 21 16:45:51 ubuntu kernel: [   54.757128] Hardware name: MM061  
 
Dec 21 16:45:51 ubuntu kernel: [   54.757134] GPU lockup (waiting for 
0x000E last fence id 0x000D)
Dec 21 16:45:51 ubuntu kernel: [   54.757139] Modules linked in: xt_limit 
xt_tcpudp ipt_LOG ipt_MASQUERADE xt_DSCP ipt_REJECT nf_conntrack_irc 
nf_conntrack_ftp xt_state binfmt_misc parport_pc ppdev joydev iptable_nat 
nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle 
iptable_filter ip_tables x_tables snd_hda_codec_idt snd_hda_intel arc4 
snd_hda_codec snd_hwdep snd_pcm snd_seq_midi radeon snd_rawmidi 
snd_seq_midi_event iwl3945 ttm snd_seq iwlcore drm_kms_helper snd_timer 
mac80211 snd_seq_device i8k sbp2 r852 sm_common dell_wmi nand nand_ids nand_ecc 
mtd snd dell_laptop psmouse ieee1394 dcdbas serio_raw drm intel_agp cfg80211 
soundcore snd_page_alloc video output agpgart i2c_algo_bit lp parport b44 
sdhci_pci sdhci firewire_ohci led_class firewire_core ssb mii crc_itu_t
Dec 21 16:45:51 ubuntu kernel: [   54.757304] Pid: 1194, comm: Xorg Not tainted 
2.6.35-23-generic #40-Ubuntu
Dec 21 16:45:51 ubuntu kernel: [   54.757307] Call Trace:
Dec 21 16:45:51 ubuntu kernel: [   54.757318]  [] 
warn_slowpath_common+0x72/0xa0
Dec 21 16:45:51 ubuntu kernel: [   54.757338]  [] ? 
radeon_fence_wait+0x23e/0x290 [radeon]
Dec 21 16:45:51 ubuntu kernel: [   54.757361]  [] ? 
radeon_fence_wait+0x23e/0x290 [radeon]
Dec 21 16:45:51 ubuntu kernel: [   54.757366]  [] 
warn_slowpath_fmt+0x33/0x40
Dec 21 16:45:51 ubuntu kernel: [   54.757388]  [] 
radeon_fence_wait+0x23e/0x290 [radeon]
Dec 21 16:45:51 ubuntu kernel: [   54.757397]  [] ? 
autoremove_wake_function+0x0/0x50
Dec 21 16:45:51 ubuntu kernel: [   54.757417]  [] 
radeon_sync_obj_wait+0x11/0x20 [radeon]
Dec 21 16:45:51 ubuntu kernel: [   54.757430]  [] 
ttm_bo_wait+0xe7/0x180 [ttm]
Dec 21 16:45:51 ubuntu kernel: [   54.757454]  [] 
radeon_gem_wait_idle_ioctl+0x89/0x110 [radeon]
Dec 21 16:45:51 ubuntu kernel: [   54.757474]  [] 
drm_ioctl+0x1ad/0x430 [drm]
Dec 21 16:45:51 ubuntu kernel: [   54.757501]  [] ? 
radeon_gem_wait_idle_ioctl+0x0/0x110 [radeon]
Dec 21 16:45:51 ubuntu kernel: [   54.757511]  [] ? 
restore_i387_xstate+0xe2/0x210
Dec 21 16:45:51 ubuntu kernel: [   54.757517]  [] ? 
rw_verify_area+0x62/0xd0
Dec 21 16:45:51 ubuntu kernel: [   54.757521]  [] vfs_ioctl+0x32/0xb0
Dec 21 16:45:51 ubuntu kernel: [   54.757535]  [] ? 
drm_ioctl+0x0/0x430 [drm]
Dec 21 16:45:51 ubuntu kernel: [   54.757538]  [] 
do_vfs_ioctl+0x79/0x2d0
Dec 21 16:45:51 ubuntu kernel: [   54.757542]  [] ? 
restore_sigcontext+0xc6/0xe0
Dec 21 16:45:51 ubuntu kernel: [   54.757546]  [] sys_ioctl+0x67/0x80
Dec 21 16:45:51 ubuntu kernel: [   54.757551]  [] syscall_call+0x7/0xb

The following is from lspci:


ch...@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio 
Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 
01)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 
01)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller 
(rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network C

[Bug 693754] Re: Xorg freeze

2010-12-23 Thread Chris Sherlock


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

Title:
  Xorg freeze

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


[Bug 693754] Re: Xorg freeze

2010-12-23 Thread Chris Sherlock
radeon_fence_wait(...) seems to have changed significantly between
kernel 2.6.32.27 and 2.6.33...

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

Title:
  Xorg freeze

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


[Bug 693754] Re: Xorg freeze

2010-12-26 Thread Chris Sherlock
** Description changed:

  Binary package hint: xorg
  
- After upgrading to Maverick, I'm finding that the GPU is locking up.
+ After upgrading to Maverick, I'm finding that the GPU is locking up
+ during computer startup.
+ 
+ This seems to be a kernel issue, but I'm not sure what to file this
+ under.
  
  The following is from kern.log:
  
  Dec 21 16:45:51 ubuntu kernel: [   54.757121] WARNING: at 
/build/buildd/linux-2.6.35/drivers/gpu/drm/radeon/radeon_fence.c:235 
radeon_fence_wait+0x23e/0x290 [radeon]()
- Dec 21 16:45:51 ubuntu kernel: [   54.757128] Hardware name: MM061
   
+ Dec 21 16:45:51 ubuntu kernel: [   54.757128] Hardware name: MM061
  Dec 21 16:45:51 ubuntu kernel: [   54.757134] GPU lockup (waiting for 
0x000E last fence id 0x000D)
  Dec 21 16:45:51 ubuntu kernel: [   54.757139] Modules linked in: xt_limit 
xt_tcpudp ipt_LOG ipt_MASQUERADE xt_DSCP ipt_REJECT nf_conntrack_irc 
nf_conntrack_ftp xt_state binfmt_misc parport_pc ppdev joydev iptable_nat 
nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle 
iptable_filter ip_tables x_tables snd_hda_codec_idt snd_hda_intel arc4 
snd_hda_codec snd_hwdep snd_pcm snd_seq_midi radeon snd_rawmidi 
snd_seq_midi_event iwl3945 ttm snd_seq iwlcore drm_kms_helper snd_timer 
mac80211 snd_seq_device i8k sbp2 r852 sm_common dell_wmi nand nand_ids nand_ecc 
mtd snd dell_laptop psmouse ieee1394 dcdbas serio_raw drm intel_agp cfg80211 
soundcore snd_page_alloc video output agpgart i2c_algo_bit lp parport b44 
sdhci_pci sdhci firewire_ohci led_class firewire_core ssb mii crc_itu_t
  Dec 21 16:45:51 ubuntu kernel: [   54.757304] Pid: 1194, comm: Xorg Not 
tainted 2.6.35-23-generic #40-Ubuntu
  Dec 21 16:45:51 ubuntu kernel: [   54.757307] Call Trace:
  Dec 21 16:45:51 ubuntu kernel: [   54.757318]  [] 
warn_slowpath_common+0x72/0xa0
  Dec 21 16:45:51 ubuntu kernel: [   54.757338]  [] ? 
radeon_fence_wait+0x23e/0x290 [radeon]
  Dec 21 16:45:51 ubuntu kernel: [   54.757361]  [] ? 
radeon_fence_wait+0x23e/0x290 [radeon]
  Dec 21 16:45:51 ubuntu kernel: [   54.757366]  [] 
warn_slowpath_fmt+0x33/0x40
  Dec 21 16:45:51 ubuntu kernel: [   54.757388]  [] 
radeon_fence_wait+0x23e/0x290 [radeon]
  Dec 21 16:45:51 ubuntu kernel: [   54.757397]  [] ? 
autoremove_wake_function+0x0/0x50
  Dec 21 16:45:51 ubuntu kernel: [   54.757417]  [] 
radeon_sync_obj_wait+0x11/0x20 [radeon]
  Dec 21 16:45:51 ubuntu kernel: [   54.757430]  [] 
ttm_bo_wait+0xe7/0x180 [ttm]
  Dec 21 16:45:51 ubuntu kernel: [   54.757454]  [] 
radeon_gem_wait_idle_ioctl+0x89/0x110 [radeon]
  Dec 21 16:45:51 ubuntu kernel: [   54.757474]  [] 
drm_ioctl+0x1ad/0x430 [drm]
  Dec 21 16:45:51 ubuntu kernel: [   54.757501]  [] ? 
radeon_gem_wait_idle_ioctl+0x0/0x110 [radeon]
  Dec 21 16:45:51 ubuntu kernel: [   54.757511]  [] ? 
restore_i387_xstate+0xe2/0x210
  Dec 21 16:45:51 ubuntu kernel: [   54.757517]  [] ? 
rw_verify_area+0x62/0xd0
  Dec 21 16:45:51 ubuntu kernel: [   54.757521]  [] 
vfs_ioctl+0x32/0xb0
  Dec 21 16:45:51 ubuntu kernel: [   54.757535]  [] ? 
drm_ioctl+0x0/0x430 [drm]
  Dec 21 16:45:51 ubuntu kernel: [   54.757538]  [] 
do_vfs_ioctl+0x79/0x2d0
  Dec 21 16:45:51 ubuntu kernel: [   54.757542]  [] ? 
restore_sigcontext+0xc6/0xe0
  Dec 21 16:45:51 ubuntu kernel: [   54.757546]  [] 
sys_ioctl+0x67/0x80
  Dec 21 16:45:51 ubuntu kernel: [   54.757551]  [] 
syscall_call+0x7/0xb
  
  The following is from lspci:
- 
  
  ch...@ubuntu:~$ lspci
  00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
  00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express PCI Express Root Port (rev 03)
  00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller (rev 01)
  00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 
(rev 01)
  00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 
(rev 01)
  00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #1 (rev 01)
  00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #2 (rev 01)
  00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #3 (rev 01)
  00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #4 (rev 01)
  00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI 
Controller (rev 01)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
  00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
  00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
  00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
  01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
  03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 
02)
  03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 

[Bug 564181] Re: [RV730] GPU soft reset infinite loop scrolling in firefox with compiz

2010-12-26 Thread Chris Sherlock
Alex, that last error looks to be a different one to this bug. See bug
693754 which I filed yesterday - looks more likely to be relevant.

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

Title:
  [RV730] GPU soft reset infinite loop scrolling in firefox with compiz

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


[Bug 693754] Re: Xorg freeze

2010-12-26 Thread Chris Sherlock
** Bug watch added: freedesktop.org Bugzilla #32662
   http://bugs.freedesktop.org/show_bug.cgi?id=32662

** Also affects: xserver-xorg-driver-ati via
   http://bugs.freedesktop.org/show_bug.cgi?id=32662
   Importance: Unknown
   Status: Unknown

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

Title:
  Xorg freeze

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


[Bug 693754] Re: Xorg freeze

2010-12-26 Thread Chris Sherlock
Now reported upstream.

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

Title:
  Xorg freeze

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


Re: [Bug 626755] Re: [Upstream] soffice.bin crashed with SIGSEGV in SwXTextRange::~SwXTextRange()

2011-08-31 Thread Chris Sherlock
No probs! Great it's fixed.

Chris

On 31 August 2011 16:50, Christopher M. Penalver <
christopher.penal...@gmx.com> wrote:

> Chris Sherlock, I am closing the bug task for LibreOffice because the
> bug has been fixed in the latest development version of Ubuntu - Oneiric
> Ocelot.
>
> This is a significant bug in Ubuntu. If you need a fix for the bug in
> previous versions of Ubuntu, please do steps 1 and 2 of the SRU
> Procedure [1] to bring the need to a developer's attention.
>
> [1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure
>
> lsb_release -rd
>  Description: Ubuntu oneiric (development branch)
>  Release: 11.10
>
>  apt-cache policy libreoffice-writer
>  libreoffice-writer:
>  Installed: 1:3.4.2-2ubuntu2
>  Candidate: 1:3.4.2-2ubuntu2
>  Version table:
>  *** 1:3.4.2-2ubuntu2 0
>  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
>  100 /var/lib/dpkg/status
>
> ** Changed in: libreoffice (Ubuntu)
>   Status: Triaged => Fix Released
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/626755
>
> Title:
>  [Upstream] soffice.bin crashed with SIGSEGV in
>  SwXTextRange::~SwXTextRange()
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/df-libreoffice/+bug/626755/+subscriptions
>

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

Title:
  [Upstream] soffice.bin crashed with SIGSEGV in
  SwXTextRange::~SwXTextRange()

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/626755/+subscriptions

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


[Bug 693754] Re: Xorg freeze

2011-05-14 Thread Chris Sherlock
*** This bug is a duplicate of bug 728923 ***
https://bugs.launchpad.net/bugs/728923

I believe this bug is fixed in bug 728923.

** This bug has been marked a duplicate of bug 728923
   [Natty] WARNING: at 
/build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 
radeon_fence_wait+0x36f/0x3e0 [radeon]()
 * You can subscribe to bug 728923 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/728923/+subscribe

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

Title:
  Xorg freeze

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


[Bug 728923] Re: [Natty] WARNING: at /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 radeon_fence_wait+0x36f/0x3e0 [radeon]()

2011-05-18 Thread Chris Sherlock
I suggest logging it again - I suspect you've got the issue noted in
Launchpad bug 693754, which despite me incorrectly marking as a
duplicate of this issue is something entirely different.

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

Title:
  [Natty] WARNING: at
  /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248
  radeon_fence_wait+0x36f/0x3e0 [radeon]()

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


[Bug 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-07-30 Thread Chris Sherlock
After further troubleshooting, turns out that this is a specific problem
with a corrupted index.

The sqlite3 guys have developed a fix for sqlite3. From
http://www.sqlite.org/src/ci/83395a3d24:

"If a database becomes corrupted such that an index is out of sync with
its table, make sure the corruption is detected and reported back. Do
not assume that indices always contain rowids for valid table rows."

This is being fixed in sqlite3 3.7.1

If anyone encounters this issue, they can do the following:

ch...@ubuntu:~/.mozilla/firefox/1u64q3v3.default$ for i in *.sqlite; do echo 
"Reindexing $i"; echo "reindex;" | sqlite3 $i; done
Reindexing content-prefs.sqlite
Reindexing cookies.sqlite
Reindexing downloads.sqlite
Reindexing formhistory.sqlite
Reindexing permissions.sqlite
Reindexing places.sqlite
Reindexing search.sqlite
Reindexing signons.sqlite
Reindexing urlclassifier3.sqlite
ch...@ubuntu:~/.mozilla/firefox/1u64q3v3.default$

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-07-30 Thread Chris Sherlock
The sqlite team have developed a fix in sqlite 3.7.1 - see
http://www.sqlite.org/src/ci/83395a3d24

** Changed in: sqlite
   Importance: Undecided => Unknown

** Changed in: sqlite
   Status: New => Unknown

** Changed in: sqlite
 Remote watch: None => Mozilla Bugzilla #581946

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-08-01 Thread Chris Sherlock
How do you then track that we found a bug in sqlite3?

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-08-01 Thread Chris Sherlock
Mozilla won't be fixing sqlite3, the sqlite developers will be fixing
sqlite3.

The Mozilla folks just use the sqlite3.c and sqlite3.h source file and
embed it unmodified into their source tree.

There will be a fix in sqlite 3.7.x - I'm asking their developers if
there is a bug logged that we can look at, however as the sqlite3 guys
found that their bug tracking tool was being used to ask for a lot of
feature requests (and was swamping them), bug reporting isn't quite as
transparent as Launchpad/Bugzilla.

I still think we should track this via sqlite - what happens if someone
finds a problem running a query in the sqlite3 shell? How do you track
bugs then? Surely you don't log the bug under the Firefox component?

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 595941] Re: Crashes when typing in the address bar

2010-08-01 Thread Chris Sherlock
This looks similar to bug 610039.

It's a problem with sqlite3 - any chance you could provide us with your
places.sqlite file (if you want, you can email it to me).

-- 
Crashes when typing in the address bar
https://bugs.launchpad.net/bugs/595941
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 612249] [NEW] Wrong error when mounting vfat filesystem with invalid mount option

2010-08-01 Thread Chris Sherlock
Public bug reported:

Binary package hint: util-linux

/etc/fstab has the following line:

LABEL=IAUDIO /media/audioplayer/ vfat
uid=1000,gid=1000,noatime,nls=utf8,sync,user  0 0

if you run:

mount /media/audioplayer

then it gives you the error:

mount: can't find /media/audioplayer in /etc/fstab or /etc/mtab

However, the problem is actually the nls=utf8, which vfat doesn't
support.

In dmesg it says:

[11610.081002] FAT: Unrecognized mount option "nls=utf8" or missing
value

Is it possible to get this error corrected? It's not that it can't find
/media/audioplayer in fstab (clearly it can), but it's an option issue.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: util-linux 2.17.2-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sun Aug  1 22:24:49 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: util-linux

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


** Tags: apport-bug i386 lucid

-- 
Wrong error when mounting vfat filesystem with invalid mount option
https://bugs.launchpad.net/bugs/612249
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 612249] Re: Wrong error when mounting vfat filesystem with invalid mount option

2010-08-01 Thread Chris Sherlock

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

-- 
Wrong error when mounting vfat filesystem with invalid mount option
https://bugs.launchpad.net/bugs/612249
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 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-08-01 Thread Chris Sherlock
There is a bug filed against this for sqlite. See
http://www.sqlite.org/src/info/168d0f7176

** Project changed: null => sqlite

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 626755] Re: Opened .docx I downloaded from Microsoft, and soffice.bin crashed with SIGSEGV in SwXTextRange::~SwXTextRange()

2010-08-31 Thread Chris Sherlock
** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
Opened .docx I downloaded from Microsoft, and soffice.bin crashed with SIGSEGV 
in SwXTextRange::~SwXTextRange()
https://bugs.launchpad.net/bugs/626755
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 612952] Re: mt is crashing

2010-08-31 Thread Chris Sherlock
Hi Laurent, sorry for the delay in replying

To find out what package it is part of, run:

dpkg -S `which mt`

-- 
mt is crashing
https://bugs.launchpad.net/bugs/612952
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 186366] Re: cpio segfaults with "-E" on a non-existing file

2010-08-31 Thread Chris Sherlock
Er, folks? This is a really simple one! Who maintains cpio?

-- 
cpio segfaults with "-E" on a non-existing file
https://bugs.launchpad.net/bugs/186366
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 626755] Re: Opened .docx I downloaded from Microsoft, and soffice.bin crashed with SIGSEGV in SwXTextRange::~SwXTextRange()

2010-08-31 Thread Chris Sherlock
** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/626755/+attachment/1529328/+files/CoreDump.gz

-- 
Opened .docx I downloaded from Microsoft, and soffice.bin crashed with SIGSEGV 
in SwXTextRange::~SwXTextRange()
https://bugs.launchpad.net/bugs/626755
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 186366] Re: cpio segfaults with "-E" on a non-existing file

2010-09-01 Thread Chris Sherlock
Problem is with ../../lib/error.c

Function with the issue is:

void
open_fatal (char const *name)
{
  call_arg_error ("open", name);
}

That should be calling on call_arg_fatal I believe.

I've tried to use debians reportbug, but don't know if the bug has been
logged yet. I'll wait for an hour and try again!

-- 
cpio segfaults with "-E" on a non-existing file
https://bugs.launchpad.net/bugs/186366
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 186366] Re: cpio segfaults with "-E" on a non-existing file

2010-09-01 Thread Chris Sherlock
Oo-er... that was a bad move! Misread the maintainers line.

I've reported this to cpio-...@gnu.org

-- 
cpio segfaults with "-E" on a non-existing file
https://bugs.launchpad.net/bugs/186366
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 186366] Re: cpio segfaults with "-E" on a non-existing file

2010-09-01 Thread Chris Sherlock
Ignore that last comment... it's a problem around this area, but that
ain't the issue.

-- 
cpio segfaults with "-E" on a non-existing file
https://bugs.launchpad.net/bugs/186366
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 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-07-26 Thread Chris Sherlock
** Visibility changed to: Public

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-07-26 Thread Chris Sherlock
I've logged this to Mozilla at
https://bugzilla.mozilla.org/show_bug.cgi?id=581946

** Bug watch added: Mozilla Bugzilla #581946
   https://bugzilla.mozilla.org/show_bug.cgi?id=581946

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 610039] Re: firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()

2010-07-26 Thread Chris Sherlock
** Also affects: sqlite
   Importance: Undecided
   Status: New

-- 
firefox-bin crashed with SIGSEGV in sqlite3VdbeExec()
https://bugs.launchpad.net/bugs/610039
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 612952] Re: mt is crashing

2010-08-03 Thread Chris Sherlock
Laurent, can you get a stack trace?

Info can be found here:

https://wiki.ubuntu.com/DebuggingProgramCrash

If you need help, let me know.

-- 
mt is crashing
https://bugs.launchpad.net/bugs/612952
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 613477] [NEW] Cannot build source package as it cannot find libraries

2010-08-04 Thread Chris Sherlock
Public bug reported:

When I try to build the nss source package, it's saying it can't find a
variety of libraries.

ch...@ubuntu:~/src$ sudo apt-get source libnss3-1d
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Picking 'nss' as source package instead of 'libnss3-1d'
Skipping already downloaded file 'nss_3.12.6-0ubuntu3.dsc'
Skipping already downloaded file 'nss_3.12.6.orig.tar.gz'
Skipping already downloaded file 'nss_3.12.6-0ubuntu3.diff.gz'
Need to get 0B of source archives.
gpgv: Signature made Sun 11 Apr 2010 07:04:27 EST using DSA key ID 174BF01A
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./nss_3.12.6-0ubuntu3.dsc
dpkg-source: info: extracting nss in nss-3.12.6
dpkg-source: info: unpacking nss_3.12.6.orig.tar.gz
dpkg-source: info: applying nss_3.12.6-0ubuntu3.diff.gz
ch...@ubuntu:~/src$ sudo dpkg-source -x nss
nss-3.12.6/  nss_3.12.6-0ubuntu3.dsc  
ch...@ubuntu:~/src$ sudo dpkg-source -x nss_3.12.6-0ubuntu3.dsc 
gpgv: Signature made Sun 11 Apr 2010 07:04:27 EST using DSA key ID 174BF01A
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./nss_3.12.6-0ubuntu3.dsc
dpkg-source: info: extracting nss in nss-3.12.6
dpkg-source: info: unpacking nss_3.12.6.orig.tar.gz
dpkg-source: info: applying nss_3.12.6-0ubuntu3.diff.gz
ch...@ubuntu:~/src$ cd nss-3.12.6/
ch...@ubuntu:~/src/nss-3.12.6$ sudo DEB_BUILD_OPTIONS="nocheck noopt nostrip" 
fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
install -m 644 -t debian/libnss3-1d/usr/lib \
/home/chris/src/nss-3.12.6/mozilla/dist/lib/libssl3.so \
/home/chris/src/nss-3.12.6/mozilla/dist/lib/libsmime3.so \
/home/chris/src/nss-3.12.6/mozilla/dist/lib/libnssutil3.so \
/home/chris/src/nss-3.12.6/mozilla/dist/lib/libnss3.so \

install: cannot stat `/home/chris/src/nss-3.12.6/mozilla/dist/lib/libssl3.so': 
No such file or directory
install: cannot stat 
`/home/chris/src/nss-3.12.6/mozilla/dist/lib/libsmime3.so': No such file or 
directory
install: cannot stat 
`/home/chris/src/nss-3.12.6/mozilla/dist/lib/libnssutil3.so': No such file or 
directory
install: cannot stat `/home/chris/src/nss-3.12.6/mozilla/dist/lib/libnss3.so': 
No such file or directory
make: *** [install-stamp] Error 1
ch...@ubuntu:~/src/nss-3.12.6$

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libnss3-1d 3.12.6-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Thu Aug  5 00:33:48 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: nss

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


** Tags: apport-bug i386 lucid

-- 
Cannot build source package as it cannot find libraries
https://bugs.launchpad.net/bugs/613477
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 613477] Re: Cannot build source package as it cannot find libraries

2010-08-04 Thread Chris Sherlock

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

-- 
Cannot build source package as it cannot find libraries
https://bugs.launchpad.net/bugs/613477
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2010-08-05 Thread Chris Sherlock
You know, I cannot understand why anyone says that the patch produced in
comment #3 works for folks. The syntax is totally wrong - it's
at_console="true", not user="at_console".

I looked up what at_console does, and as it turns out at_console was
originally created to use RedHat's pam_console... which of course is
specific to RedHat. Ubuntu gets around this by using libpam-foreground,
and from the following bug report at Debian http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=422349 I believe that there's been a patch done to
dbus to get this working.

I guess my next question is: if you aren't using at_console (or
pam_console, or pam_forground), then how does ConsoleKit do this?

** Bug watch added: Debian Bug tracker #422349
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422349

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2010-08-05 Thread Chris Sherlock
OK, so I'm trying to work this out.

NeedSecrets - now correct me if I'm wrong here, but from what I've read
while doing some research, this is an error that's occuring because
network-manager can't get access to the relevant passwords for the VPN
connection!

So in my travails into how it seems that NetworkManager does things
(someone please pipe in here if I'm wrong), but this is how I understand
that it works:

1. You bring up the network manager interface to connect to the VPN
2. nm then looks at gconf at System/Network/Connections/ and looks for the 
entry that matches the name, uuid and the service plugin name (?? is this 
right?)
3. It can then prompt for credentials, or it looks at Gnome-keyring. 

So therefore, I guess that the following need to be checked:

1. Check what the uuid is for your VPN connection in gconf
2. Now go to Applications -> Accessories -> Passwords and Encryption Keys
3. Find the key for this connection (it should says something like "password 
for "

If you can't find it, then possibly there is something wrong with
retrieving the secrets needed for the VPN?

Just a thought. If an nm person could chime in, that would be great :-)
Hopefully I'm not misleading anyone! But this bug has been going on for
a long time...

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 360818] Re: NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets

2010-08-05 Thread Chris Sherlock
Alternatively... is it possible that it can't access the keyring?

-- 
NetworkManager.vpn fails -- nm-vpn-connection.c.900: NeedSecrets 
https://bugs.launchpad.net/bugs/360818
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 629692] Re: unity-applications-daemon crashed with SIGSEGV in gee_list_list_iterator()

2010-09-06 Thread Chris Sherlock
Ummm... I thought it was bad form to have the coredump still on the bug?

-- 
unity-applications-daemon crashed with SIGSEGV in gee_list_list_iterator()
https://bugs.launchpad.net/bugs/629692
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


  1   2   >