[Bug 851673] Re: bzr fails with No such file for pack file

2011-11-24 Thread Kieran Fleming
I discovered that this wasn't a bug in bzr - Ubuntu One was randomly
deleting files in my repository!

** Changed in: bzr
   Status: New = Invalid

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

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

Title:
  bzr fails with No such file for pack file

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

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


[Bug 857061] Re: password box shows cursor even when it doesn't have focus

2011-09-29 Thread Kieran Fleming
Looks like this is fixed in a recent update

** Changed in: unity-greeter (Ubuntu)
   Status: New = Incomplete

** Changed in: unity-greeter (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  password box shows cursor even when it doesn't have focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/857061/+subscriptions

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


[Bug 857061] Re: password box shows cursor even when it doesn't have focus

2011-09-23 Thread Kieran Fleming
** Summary changed:

- password box shown cursor even when it doesn't have focus
+ password box shows cursor even when it doesn't have focus

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

Title:
  password box shows cursor even when it doesn't have focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/857061/+subscriptions

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


[Bug 857061] [NEW] password box shown cursor even when it doesn't have focus

2011-09-22 Thread Kieran Fleming
Public bug reported:

This bug happens on dual monitor setups. When I start up the login
screen is on my smaller monitor and my cursor in in the larger one. The
cursor is flashing but the textbox for my password can't accept input
until I move the mouse over to the other screen to give it focus.

** Affects: unity-greeter (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  password box shown cursor even when it doesn't have focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/857061/+subscriptions

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


[Bug 851673] [NEW] bzr fails with No such file for pack file

2011-09-16 Thread Kieran Fleming
Public bug reported:

bzr can't find a .pack file when I am trying to do a commit or a check.
Stacktrace from my bzr.log:

Fri 2011-09-16 17:34:46 +0930
0.035  bazaar version: 2.4.1
0.035  bzr arguments: [u'check']
0.056  looking for plugins in /home/kieran/.bazaar/plugins
0.056  looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins
0.073  encoding stdout as sys.stdout encoding 'UTF-8'
0.110  opening working tree '/home/kieran/workspace/Running beats'
[ 2778] 2011-09-16 17:34:46.225 INFO: Checking working tree at 
'/home/kieran/workspace/Running beats'.
0.121  opening working tree '/home/kieran/workspace/Running beats'
[ 2778] 2011-09-16 17:34:46.236 INFO: Checking branch at 
'file:///home/kieran/workspace/Running%20beats/'.
[ 2778] 2011-09-16 17:34:46.237 INFO: Checking repository at 
'file:///home/kieran/workspace/Running%20beats/'.
0.192  Transferred: 0kB (0.0kB/s r:0kB w:0kB)
0.217  Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/bzrlib/commands.py, line 946, in 
exception_to_return_code
return the_callable(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/bzrlib/commands.py, line 1150, in 
run_bzr
ret = run(*run_argv)
  File /usr/lib/python2.7/dist-packages/bzrlib/commands.py, line 699, in 
run_argv_aliases
return self.run(**all_cmd_args)
  File /usr/lib/python2.7/dist-packages/bzrlib/commands.py, line 721, in run
return self._operation.run_simple(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/bzrlib/cleanup.py, line 135, in 
run_simple
self.cleanups, self.func, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/bzrlib/cleanup.py, line 165, in 
_do_with_cleanups
result = func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/bzrlib/builtins.py, line 3403, in run
check_dwim(path, verbose, do_branch=branch, do_repo=repo, do_tree=tree)
  File /usr/lib/python2.7/dist-packages/bzrlib/check.py, line 432, in 
check_dwim
check_repo=do_repo)
  File /usr/lib/python2.7/dist-packages/bzrlib/repository.py, line 1249, in 
check
check_repo=check_repo)
  File /usr/lib/python2.7/dist-packages/bzrlib/decorators.py, line 154, in 
read_locked
result = unbound(self, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py, line 1874, 
in _check
result.check(callback_refs)
  File /usr/lib/python2.7/dist-packages/bzrlib/check.py, line 109, in check
self.check_revisions()
  File /usr/lib/python2.7/dist-packages/bzrlib/check.py, line 194, in 
check_revisions
self.revs_with_bad_parents_in_index = list(bad_revisions)
  File /usr/lib/python2.7/dist-packages/bzrlib/repofmt/groupcompress_repo.py, 
line 1126, in _find_inconsistent_revision_parents
for revid, revision in revisions_iterator:
  File /usr/lib/python2.7/dist-packages/bzrlib/check.py, line 169, in 
_check_revisions
for revid, revision in revisions_iterator:
  File /usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py, line 1365, 
in _iter_revisions
for record in stream:
  File /usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py, line 1479, 
in get_record_stream
self._access.reload_or_raise(e)
  File /usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py, line 
2026, in get_raw_records
reader = pack.make_readv_reader(transport, path, offsets)
  File /usr/lib/python2.7/dist-packages/bzrlib/pack.py, line 221, in 
make_readv_reader
transport.readv(filename, readv_blocks)))
  File /usr/lib/python2.7/dist-packages/bzrlib/transport/__init__.py, line 
682, in readv
return self._readv(relpath, offsets)
  File /usr/lib/python2.7/dist-packages/bzrlib/transport/__init__.py, line 
694, in _readv
fp = self.get(relpath)
  File /usr/lib/python2.7/dist-packages/bzrlib/transport/local.py, line 168, 
in get
self._translate_error(e, path)
  File /usr/lib/python2.7/dist-packages/bzrlib/transport/__init__.py, line 
326, in _translate_error
raise errors.NoSuchFile(path, extra=e)
NoSuchFile: No such file: u'/home/kieran/workspace/Running 
beats/.bzr/repository/packs/8a2f99703689d78dfc81149ce1351da6.pack': [Errno 2] 
No such file or directory: u'/home/kieran/workspace/Running 
beats/.bzr/repository/packs/8a2f99703689d78dfc81149ce1351da6.pack'

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

** Description changed:

  bzr can't find a .pack file when I am trying to do a commit or a check.
- Stacktrace:
+ Stacktrace from my bzr.log:
  
  Fri 2011-09-16 17:34:46 +0930
  0.035  bazaar version: 2.4.1
  0.035  bzr arguments: [u'check']
  0.056  looking for plugins in /home/kieran/.bazaar/plugins
  0.056  looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins
  0.073  encoding stdout as sys.stdout encoding 'UTF-8'
  0.110  opening working tree '/home/kieran/workspace/Running beats'
  [ 2778] 2011-09-16 17:34:46.225 INFO: Checking working tree at 
'/home/kieran/workspace/Running beats'.
  0.121  opening working tree '/home/kieran/workspace/Running beats'
  [ 

[Bug 559477] Re: Partial upgrade fails with calculation error

2010-04-26 Thread Kieran Fleming
This is happening for me in Mythbuntu (upgrading 9.10 to 10.04)


** Attachment added: apt.log
   http://launchpadlibrarian.net/45516028/apt.log

-- 
Partial upgrade fails with calculation error
https://bugs.launchpad.net/bugs/559477
You received this bug notification because you are a member of 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 559477] Re: Partial upgrade fails with calculation error

2010-04-26 Thread Kieran Fleming

** Attachment added: main.log
   http://launchpadlibrarian.net/45516056/main.log

-- 
Partial upgrade fails with calculation error
https://bugs.launchpad.net/bugs/559477
You received this bug notification because you are a member of 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 559477] Re: Partial upgrade fails with calculation error

2010-04-26 Thread Kieran Fleming

** Attachment added: lspci.txt
   http://launchpadlibrarian.net/45516079/lspci.txt

-- 
Partial upgrade fails with calculation error
https://bugs.launchpad.net/bugs/559477
You received this bug notification because you are a member of 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 537513] Re: deluge-gtk crashed with AttributeError in connection_info()

2010-03-30 Thread Kieran Fleming
I clicked on the connection manager button after enabling classic mode.

-- 
deluge-gtk crashed with AttributeError in connection_info()
https://bugs.launchpad.net/bugs/537513
You received this bug notification because you are a member of 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 523862] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-22 Thread Kieran Fleming
What I was trying to say was that as postfix depends on lsb-base, my parents 
will be getting this prompt when they run an update. It's not a user friendly 
question, so inexperienced user will do one of 2 things:
1: Get scared and decide the safest thing is to click Cancel
2: Just keep clicking Next until the dialog goes away

If they chose 1, they can't install any new updates until they deal with
this one somehow. If they choose 2, they are configuring posfix as an
Internet Server which opens a port for something that they don't need.

This might be better as a new bug, but you can decide what's best.

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/523862
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 523862] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-22 Thread Kieran Fleming
What I was trying to say was that as postfix depends on lsb-base, my parents 
will be getting this prompt when they run an update. It's not a user friendly 
question, so inexperienced user will do one of 2 things:
1: Get scared and decide the safest thing is to click Cancel
2: Just keep clicking Next until the dialog goes away

If they chose 1, they can't install any new updates until they deal with
this one somehow. If they choose 2, they are configuring posfix as an
Internet Server which opens a port for something that they don't need.

This might be better as a new bug, but you can decide what's best.

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/523862
You received this bug notification because you are a member of 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 523862] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-20 Thread Kieran Fleming
This happened to me too. Postfix is listed as a new install in Update
Manager. When I started installing the updates the configuration dialog
popped up asking about General type of mail configuration.  I wasn't
sure why postfix was needed so I pressed cancel and the script didn't
handle that. lsb-core depends on postfix so I imagine it's necessary for
something. Maybe all that's needed is to change the dialog box to tell
the user that on a normal desktop system they should choose Local
only.

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/523862
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 523862] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-02-20 Thread Kieran Fleming
This happened to me too. Postfix is listed as a new install in Update
Manager. When I started installing the updates the configuration dialog
popped up asking about General type of mail configuration.  I wasn't
sure why postfix was needed so I pressed cancel and the script didn't
handle that. lsb-core depends on postfix so I imagine it's necessary for
something. Maybe all that's needed is to change the dialog box to tell
the user that on a normal desktop system they should choose Local
only.

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/523862
You received this bug notification because you are a member of 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 395476] Re: nvidia sets HUE to -1000

2009-12-21 Thread Kieran Fleming
Yep, #23 has been fine for me for a good while now

-- 
nvidia sets HUE to -1000
https://bugs.launchpad.net/bugs/395476
You received this bug notification because you are a member of 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 395476] Re: nvidia sets HUE to -1000

2009-10-20 Thread Kieran Fleming
This is an issue for me in latest karmic with version 185.18.36-0ubuntu7

Using gstreamer-properties didn't work so I tried nvidia settings.
Unlike Scott from above, my hue setting was 0, but when I moved it to
something else then back to 0 the video was fixed. In VLC I managed to
work around the problem by setting the video output to OpenGL.

-- 
nvidia sets HUE to -1000
https://bugs.launchpad.net/bugs/395476
You received this bug notification because you are a member of 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 105088] Re: Thunderbird does not honor gnome-vfs paths

2009-09-16 Thread Kieran Fleming
In Thunderbird 2.0.0.23, I can attach and send files from network
locations. However, bookmarks and places that go to network locations
are not shown in the file picker. The only way I can get it to work is
if the file I want is in the 'Recent Documents' entry.

-- 
Thunderbird does not honor gnome-vfs paths
https://bugs.launchpad.net/bugs/105088
You received this bug notification because you are a member of 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 381543] Re: OpenOffice Calc VLOOKUP function doesn't work like Excel

2009-05-31 Thread Kieran Fleming
** Tags removed: amd64

-- 
OpenOffice Calc VLOOKUP function doesn't work like Excel
https://bugs.launchpad.net/bugs/381543
You received this bug notification because you are a member of 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 381543] Re: OpenOffice Calc VLOOKUP function doesn't work like Excel

2009-05-31 Thread Kieran Fleming
Well, I don't really want to get into the question of who is following the spec 
the closest, because we all know that MS and specs don't mix :)
I can't see a big problem with accepting a single value in this function, and 
it would help compatibility with Excel, which is good  for users. I should also 
point out that I found this bug trying to edit my timesheet at work, so this is 
a problem that happens in the real world. Also, Gnumeric doesn't have this 
problem, so making this change wouldn't affect compatibility with that.

-- 
OpenOffice Calc VLOOKUP function doesn't work like Excel
https://bugs.launchpad.net/bugs/381543
You received this bug notification because you are a member of 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 381543] [NEW] OpenOffice Calc VLOOKUP function doesn't work like Excel

2009-05-28 Thread Kieran Fleming
Public bug reported:

Binary package hint: openoffice.org

When using the VLOOKUP function, the second parameter is interpreted as an 
array in OpenOffice, but Excel treats it as a range. This means that Excel 
spreadsheets that use a single cell reference will work in Excel, but not in 
OpenOffice. It should be possible to fix this by treating a single cell 
reference as a single element array.
Test case attached.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: openoffice.org-core 1:3.0.1-9ubuntu3
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.28-11-generic x86_64

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
OpenOffice Calc VLOOKUP function doesn't work like Excel
https://bugs.launchpad.net/bugs/381543
You received this bug notification because you are a member of 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 381543] Re: OpenOffice Calc VLOOKUP function doesn't work like Excel

2009-05-28 Thread Kieran Fleming

** Attachment added: The output should be 'dog' in both columns
   http://launchpadlibrarian.net/27259986/vlookup%20testcase.xls

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

-- 
OpenOffice Calc VLOOKUP function doesn't work like Excel
https://bugs.launchpad.net/bugs/381543
You received this bug notification because you are a member of 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 339784] Re: totem-gstreamer crashed with SIGSEGV in gst_structure_copy()

2009-03-08 Thread Kieran Fleming

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/23624016/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/23624018/Disassembly.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/23624021/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/23624022/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/23624023/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
totem-gstreamer crashed with SIGSEGV in gst_structure_copy()
https://bugs.launchpad.net/bugs/339784
You received this bug notification because you are a member of 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 212328] Re: firefox crashed with SIGSEGV in CERT_PKIXVerifyCert()

2008-10-24 Thread Kieran Fleming
Nope, doesn't seem to happen anymore in intrepid.

-- 
firefox crashed with SIGSEGV in CERT_PKIXVerifyCert()
https://bugs.launchpad.net/bugs/212328
You received this bug notification because you are a member of 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 146859] Re: No dri for virtual screen greater than 2048x2048

2008-10-20 Thread Kieran Fleming
After applying the fix above, I get graphics problems and extreme
slowness when using any 3D program. I think it's very good to hold off
for now!

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
You received this bug notification because you are a member of 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 277418] Re: openoffice crashed inside the guest account

2008-10-17 Thread Kieran Fleming
I am getting this problem in 1:2.4.1-11ubuntu2

** Changed in: openoffice.org (Ubuntu)
   Status: Incomplete = New

-- 
openoffice crashed inside the guest account
https://bugs.launchpad.net/bugs/277418
You received this bug notification because you are a member of 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 212094] Re: Plasma crashes in Hardy

2008-10-05 Thread Kieran Fleming
I had this bug, then I upgraded to Intrepid beta with KDE 4.1.2, and the
problem has gone away.

-- 
Plasma crashes in Hardy
https://bugs.launchpad.net/bugs/212094
You received this bug notification because you are a member of 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 274219] [NEW] Server install crashes when choosing wrong option during LVM setup

2008-09-24 Thread Kieran Fleming
Public bug reported:

Binary package hint: debian-installer

How to reproduce:
Create a partition for LVM
Configure LVM
As a mistake, select the physical LVM partition
At this point, the installer throws an error, saying that the partition is in 
use and gives you 2 options: Go Back and Continue.
Select Go Back

At this point, the install doesn't continue anymore and just stays on a
blank screen.

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

-- 
Server install crashes when choosing wrong option during LVM setup
https://bugs.launchpad.net/bugs/274219
You received this bug notification because you are a member of 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 267339] Re: wireless (atheros) doesn't work after suspend

2008-09-13 Thread Kieran Fleming
dmesg attached.

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/17573207/dmesg.txt

-- 
wireless (atheros) doesn't work after suspend
https://bugs.launchpad.net/bugs/267339
You received this bug notification because you are a member of 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 267339] Re: wireless (atheros) doesn't work after suspend

2008-09-13 Thread Kieran Fleming
This dmesg is after using 's2both' to hibernate. As you can see, I don't
get the 'link is not ready' error.

** Attachment added: dmesgworking.txt
   http://launchpadlibrarian.net/17573295/dmesgworking.txt

-- 
wireless (atheros) doesn't work after suspend
https://bugs.launchpad.net/bugs/267339
You received this bug notification because you are a member of 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 267331] Re: Suspend no longer allowed in Intrepid

2008-09-06 Thread Kieran Fleming
I seem to be having the same problem. I don't get an error message about
it, but suspend is missing from all the menus.

-- 
Suspend no longer allowed in Intrepid
https://bugs.launchpad.net/bugs/267331
You received this bug notification because you are a member of 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 267339] [NEW] wireless doesn't work after suspend

2008-09-06 Thread Kieran Fleming
Public bug reported:

I am using a Fujitsu U1010 laptop. When using the 2.6.25-5 kernel, suspend and 
hibernate work fine, but in 2.6.27-1 and 2.6.27-2, after the system is resumed 
the wireless stops working and can't connect to anything until the system is 
restarted.
Curiously, running 'sudo s2both' works fine, it's just suspending through the 
GUI that's the problem. Please tell me if there's anything more I can add.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: ath_hal
Package: linux-image-2.6.27-2-generic 2.6.27-2.3 [modified: 
lib/modules/2.6.27-2-generic/modules.pcimap 
lib/modules/2.6.27-2-generic/modules.dep 
lib/modules/2.6.27-2-generic/modules.ieee1394map 
lib/modules/2.6.27-2-generic/modules.usbmap 
lib/modules/2.6.27-2-generic/modules.isapnpmap 
lib/modules/2.6.27-2-generic/modules.seriomap 
lib/modules/2.6.27-2-generic/modules.alias 
lib/modules/2.6.27-2-generic/modules.symbols]
ProcCmdLine: root=UUID=98a08632-4c28-4141-a919-3e6c7009feff ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
ProcVersionSignature: Ubuntu 2.6.27-2.3-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
wireless doesn't work after suspend
https://bugs.launchpad.net/bugs/267339
You received this bug notification because you are a member of 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 267339] Re: wireless doesn't work after suspend

2008-09-06 Thread Kieran Fleming

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

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

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/17356554/HalComputerInfo.txt

** Attachment added: LsUsb.txt
   http://launchpadlibrarian.net/17356555/LsUsb.txt

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

** Attachment added: ProcCpuInfo.txt
   http://launchpadlibrarian.net/17356557/ProcCpuInfo.txt

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

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

-- 
wireless doesn't work after suspend
https://bugs.launchpad.net/bugs/267339
You received this bug notification because you are a member of 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 157691] Re: Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p

2008-09-05 Thread Kieran Fleming
This bug seems to be fixed in intrepid alpha 5.

-- 
Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p
https://bugs.launchpad.net/bugs/157691
You received this bug notification because you are a member of 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 220563] Re: Useful dual-head configuration requires manual editing of xorg.conf to set Virtual

2008-09-05 Thread Kieran Fleming
This doesn't seem fixed in intrepid alpha 5. When trying to apply the
settings I get nothing in the GUI and on the terminal I get, Error:
Cannot setup multi-screen configuration with the current Virtual
settings.

-- 
Useful dual-head configuration requires manual editing of xorg.conf to set 
Virtual
https://bugs.launchpad.net/bugs/220563
You received this bug notification because you are a member of 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 48956] Re: The /boot/grub/menu.lst file must have updatedefaultentry=true line, or else the default entry will change place.

2008-07-15 Thread Kieran Fleming
I'm experiencing this problem with a friend that wants to keep Windows
as the default option. Because of this bug it is impossible to keep
Windows as the default, and also it means that Ubuntu is now booting the
wrong (old) kernel by default. This problem mainly affects those new to
Linux who are trying to work out if they prefer it to Windows, so I
would say it is more important than a wishlist.

-- 
The /boot/grub/menu.lst file must have updatedefaultentry=true line, or else 
the default entry will change place.
https://bugs.launchpad.net/bugs/48956
You received this bug notification because you are a member of 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 218000] Re: XRandR Rotation with -intel doesn't work with compiz [x3100]

2008-05-24 Thread Kieran Fleming
I've had the same problem, and decided it was a compiz bug. If you can manage 
to get a terminal up, try running:
compiz --replace
and see if that fixes your problem. If it does, then I would suggest 
reassigning this bug to compiz.

-- 
XRandR Rotation with -intel doesn't work with compiz [x3100]
https://bugs.launchpad.net/bugs/218000
You received this bug notification because you are a member of 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 146859] Re: No dri for virtual screen greater than 2048x2048

2008-05-22 Thread Kieran Fleming
Thanks, that fixes it.
The compiz bug looks like #218000

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
You received this bug notification because you are a member of 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 146859] Re: No dri for virtual screen greater than 2048x2048

2008-05-21 Thread Kieran Fleming
When applying the fixes on a 965 laptop (HP 6710b), I get graphical
errors when trying dual head mode. There are parts of the screen that
don't update, and sometimes when I change from --left-of to --right-of
for example, the screens can get scrambled in bad ways. If you want me
to try to explain this further please ask!

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
You received this bug notification because you are a member of 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 206511] Re: Lid state incorrectly reported as closed on HP-Compaq 6120

2008-05-19 Thread Kieran Fleming
It works fine for me too, thanks!

-- 
Lid state incorrectly reported as closed on HP-Compaq 6120
https://bugs.launchpad.net/bugs/206511
You received this bug notification because you are a member of 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 157691] Re: Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p

2008-05-15 Thread Kieran Fleming
What about matching hardware from lspci?
It is the best place to find this info IMO, and it means that the fix will only 
be applied on chips where we know it's needed on.

-- 
Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p
https://bugs.launchpad.net/bugs/157691
You received this bug notification because you are a member of 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 195983] Re: npviewer.bin crashed with SIGSEGV in g_type_check_instance_cast()

2008-04-05 Thread Kieran Fleming
Happened for me, also on ebay, also repeatable. Running hardy with all
updates applied

-- 
npviewer.bin crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/195983
You received this bug notification because you are a member of 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 212328] Re: firefox crashed with SIGSEGV in CERT_PKIXVerifyCert()

2008-04-05 Thread Kieran Fleming
Also happens for me when logging into eBay.

-- 
firefox crashed with SIGSEGV in CERT_PKIXVerifyCert()
https://bugs.launchpad.net/bugs/212328
You received this bug notification because you are a member of 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 152790] Re: boot fails if splash is in grub 64bit (GUTSY)

2008-03-28 Thread Kieran Fleming
After I had installed ubuntu and ran software updates, the problem seems
to have gone away. I will test in a later version once I get a chance.
That way I can be sure that the bug is fixed.

-- 
boot fails if splash is in grub 64bit (GUTSY)
https://bugs.launchpad.net/bugs/152790
You received this bug notification because you are a member of 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 152790] Re: boot fails if splash is in grub 64bit (GUTSY)

2008-03-25 Thread Kieran Fleming
I'm getting this too, in both gutsy and the latest hardy beta. The bug does not 
occur in 32 bit versions.
I am running a Core 2 quad q6600, and the video card is a Nvidia 8800GTS.

I would recommend this get bumped up in severity, as it makes it
unusable for all but expert users.

-- 
boot fails if splash is in grub 64bit (GUTSY)
https://bugs.launchpad.net/bugs/152790
You received this bug notification because you are a member of 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 22007] Re: no 'Settings' button in gnome-screensaver

2008-02-29 Thread Kieran Fleming
xfx, can you please think more about making your code open source?
It might be a bit much to ask all this from you when all it came from was a 
stubborn gnome developer, but you could help the Ubuntu community out if you 
did this.

-- 
no 'Settings' button in gnome-screensaver
https://bugs.launchpad.net/bugs/22007
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 177398] Re: tray icon appears even when tracker is disabled

2008-02-16 Thread Kieran Fleming
When indexing is enabled, the icon animates constantly (ie: it doesn't
stop when paused, the computer is in use or is on battery power).
Disabling tracker entirely does stop the animation. This is on the
latest Hardy.

-- 
tray icon appears even when tracker is disabled
https://bugs.launchpad.net/bugs/177398
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