[Bug 1246981] Re: Bluetooth mouse fails to re-connect after sleep.

2016-08-28 Thread MattJ
I am seeing the same thing on a Lenovo ThinkPad W530 running Ubuntu
16.04.1. I can work around by powering Bluetooth off and back on from
the command line. I cannot do this from the menu bar, it never turns on.

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

Title:
  Bluetooth mouse fails to re-connect after sleep.

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

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


[Bug 1317176] [NEW] aa-logprof attempts to read program binary instead of profile

2014-05-07 Thread MattJ
Public bug reported:

$ aa-logprof -f aadenylog 
Reading log entries from aadenylog.
Updating AppArmor profiles in /etc/apparmor.d.
reading /usr/lib/chromium-browser/chromium-browser
Traceback (most recent call last):
  File /usr/sbin/aa-logprof, line 52, in module
apparmor.do_logprof_pass(logmark)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 2261, in 
do_logprof_pass
handle_children('', '', root)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 1236, in 
handle_children
sev_db.load_variables(profile)
  File /usr/lib/python3/dist-packages/apparmor/severity.py, line 181, in 
load_variables
for line in f_in:
  File /usr/lib/python3.4/codecs.py, line 704, in __next__
return next(self.reader)
  File /usr/lib/python3.4/codecs.py, line 635, in __next__
line = self.readline()
  File /usr/lib/python3.4/codecs.py, line 548, in readline
data = self.read(readsize, firstline=True)
  File /usr/lib/python3.4/codecs.py, line 494, in read
newchars, decodedbytes = self.decode(data, self.errors)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 25: 
invalid start byte

The 'reading' output line is debug output added by me, printing
prof_path just before line 180 (which is also why the line numbers may
not match exactly). My assumption is that it is supposed to be reading
'/etc/apparmor.d/usr.lib.chromium-browser.chromium-browser' instead.

** Affects: apparmor (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/1317176

Title:
  aa-logprof attempts to read program binary instead of profile

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

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


[Bug 1296218] Re: aa-complain crashed with apparmor.common.AppArmorException in get_profile_flags(): '/etc/apparmor.d/usr.bin.chromium-browser contains no profile'

2014-04-30 Thread MattJ
I'm also experiencing this, but not with the chromium-browser profile.
I'm still trying to learn AppArmor, and am trying to create a profile
for Spotify. I have attached the profile. I get this output:

$ sudo aa-complain /opt/spotify/spotify-client/spotify
Setting /opt/spotify/spotify-client/spotify to complain mode.
Traceback (most recent call last):
  File /usr/sbin/aa-complain, line 30, in module
tool.cmd_complain()
  File /usr/lib/python3/dist-packages/apparmor/tools.py, line 178, in 
cmd_complain
apparmor.set_complain(profile, program)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 267, in 
set_complain
change_profile_flags(filename, program, 'complain', True)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 606, in 
change_profile_flags
old_flags = get_profile_flags(filename, program)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 603, in 
get_profile_flags
raise AppArmorException(_('%s contains no profile') % filename)
apparmor.common.AppArmorException: 
'/etc/apparmor.d/opt.spotify.spotify-client.spotify contains no profile'

As far as I can see the profile's filename and the name of the binary in
the profile match.

** Attachment added: spotify-profile.txt
   
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1296218/+attachment/4101133/+files/spotify-profile.txt

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

Title:
  aa-complain crashed with apparmor.common.AppArmorException in
  get_profile_flags(): '/etc/apparmor.d/usr.bin.chromium-browser
  contains no profile'

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

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


[Bug 1296218] Re: aa-complain crashed with apparmor.common.AppArmorException in get_profile_flags(): '/etc/apparmor.d/usr.bin.chromium-browser contains no profile'

2014-04-30 Thread MattJ
Aha! I can confirm that removing the quotes indeed did the trick. They
were put there by aa-easyprof.

And thanks for the tip about '(complain)' :)

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

Title:
  aa-complain crashed with apparmor.common.AppArmorException in
  get_profile_flags(): '/etc/apparmor.d/usr.bin.chromium-browser
  contains no profile'

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

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


[Bug 1295346] Re: Python utils lack support for bare file rules

2014-03-26 Thread MattJ
This is affecting me, as aa-enable keeps bailing out on abstractions
installed by the lxc package:

$ sudo aa-enforce /usr/lib/chromium-browser/chromium-browser 
Traceback (most recent call last):
  File /usr/sbin/aa-enforce, line 30, in module
tool.cmd_enforce()
  File /usr/lib/python3/dist-packages/apparmor/tools.py, line 153, in 
cmd_enforce
apparmor.read_profiles()
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 2558, in 
read_profiles
read_profile(profile_dir + '/' + file, True)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 2584, in 
read_profile
profile_data = parse_profile_data(data, file, 0)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 2914, in 
parse_profile_data
load_include(include_name)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 4170, in 
load_include
incdata = parse_profile_data(data, incfile, True)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 3031, in 
parse_profile_data
raise AppArmorException(_('Syntax Error: Unknown line found in file: %s 
line: %s') % (file, lineno + 1))
apparmor.common.AppArmorException: 'Syntax Error: Unknown line found in file: 
abstractions/lxc/start-container line: 2'

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

Title:
  Python utils lack support for bare file rules

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

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


[Bug 1098323] Re: Parole failes to play DVD

2013-12-31 Thread MattJ
I also have this problem, on 13.10. It seemed that /dev/dvd did not
exist, but my DVD device was available as /dev/sr0. A symlink fixed it:

  sudo ln -s /dev/sr0 /dev/dvd

I guess this might only be temporary though (i.e. until I reboot).

It's worth noting that VLC played the DVD fine without the symlink.

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

Title:
  Parole failes to play DVD

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

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


[Bug 737882] Re: cloud-init bails when any mimetype is non text

2012-01-06 Thread MattJ
** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/737882

Title:
  cloud-init bails when any mimetype is non text

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/737882/+subscriptions

-- 
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 737882] Re: cloud-init bails when any mimetype is non text

2012-01-06 Thread MattJ
** Also affects: cloud-init (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/737882

Title:
  cloud-init bails when any mimetype is non text

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/737882/+subscriptions

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


[Bug 714146] Re: package linux-image-2.6.38-2-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-02-07 Thread mattj
Seems to be fine now, cheers!

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

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

Title:
  package linux-image-2.6.38-2-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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


[Bug 714146] [NEW] package linux-image-2.6.38-2-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-02-06 Thread mattj
Public bug reported:

First use of update manager after installation in VirtualBox caused an
error reporting that the above package couldn't be installed.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-2-generic (not installed)
Regression: Yes
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
Architecture: i386
Date: Sun Feb  6 16:41:26 2011
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
SourcePackage: linux
Title: package linux-image-2.6.38-2-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128

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


** Tags: apport-package i386 natty

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

Title:
  package linux-image-2.6.38-2-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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


[Bug 714146] Re: package linux-image-2.6.38-2-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-02-06 Thread mattj

** Attachment added: uname-a.log
   https://bugs.launchpad.net/bugs/714146/+attachment/1834153/+files/uname-a.log

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

Title:
  package linux-image-2.6.38-2-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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


[Bug 714146] Re: package linux-image-2.6.38-2-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-02-06 Thread mattj

** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/714146/+attachment/1834158/+files/version.log

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

Title:
  package linux-image-2.6.38-2-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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


[Bug 714146] Re: package linux-image-2.6.38-2-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-02-06 Thread mattj

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/714146/+attachment/1834159/+files/lspci-vnvn.log

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

Title:
  package linux-image-2.6.38-2-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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


[Bug 546133] Re: two bluetooth icons in panel

2010-06-16 Thread MattJ
This affects me also - I couldn't find a more specific report than this
one though.

The issue is graphical glitches affecting the drawing of and interaction
with the affected icons. Sometimes the issue affects notification area
icons (inc. network manager's icon) to the left of indicator-applet. It
can also affect the shutdown icon (which applet handles this?) on the
far right.

I attach a screenshot of the panel as it currently looks (but the issues
can vary in specifics). I note that this one of mine looks very similar
to a screenshot attached to a forum post by someone else at the start of
last month (the last part of the username is repeated instead of drawing
the power button icon).

Forum thread: http://ubuntuforums.org/showthread.php?p=9251559

I believe this system has the latest version of indicator-* at the time of 
writing:
f...@platinum:~$ dpkg -l | grep indicator-
ii  indicator-applet 0.3.7-0ubuntu1 
 GNOME panel indicator applet
ii  indicator-applet-session 0.3.7-0ubuntu1 
 Clone of the GNOME panel indicator applet
ii  indicator-application0.0.19-0ubuntu4
 Application Indicators
ii  indicator-me 0.2.6-0ubuntu1 
 indicator showing user information and statu
ii  indicator-messages   0.3.6-0ubuntu2 
 GNOME panel indicator applet for messages
ii  indicator-session0.2.8-0ubuntu2 
 An indicator showing session management, sta
ii  indicator-sound  0.2.3-0ubuntu1 
 A system sound indicator.


** Attachment added: Screenshot of example panel glitches
   http://launchpadlibrarian.net/50458590/panel-glitches.png

-- 
two bluetooth icons in panel
https://bugs.launchpad.net/bugs/546133
You received this bug notification because you are a member of 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 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-27 Thread MattJ
On 27 May 2010 17:18, Dirk Bachmann ba...@gmx.net wrote:
 The two files contain 0doa line breaks.
 When saving the two files with unix-style line breaks meld works as expected.

 This might help analyzing the problem.


Wow, nice catch - this explains why I've never run into the issue
myself.

I'm rather tied up at the moment but may take a look at this issue in
a spare moment if no-one else does.

Step one would be discovering whether this is a Meld or Python difflib
issue I guess.

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578121] Re: meld regression - now inaccurately highlights file differences

2010-05-10 Thread MattJ
It appears that Meld uses difflib, which is included in Python's
standard library.

Personally I can't find a file that doesn't work properly, and though I
use Meld almost daily, I haven't noticed a problem before now.

Do you have some example files you can attach which demonstrate the
problem? (the simpler the better)

-- 
meld regression - now inaccurately highlights file differences
https://bugs.launchpad.net/bugs/578121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505285] Re: Merge arrows invisible and unclickable

2010-03-13 Thread MattJ
A fix was committed upstream (but has not been released yet):
http://git.gnome.org/browse/meld/commit/?id=4e3a717a6c4f97a17b9bae03f7f0618a170ade3c

I tried backporting it to 1.3.0, but it depended on this commit:
http://git.gnome.org/browse/meld/commit/?id=516cc2576abc49d32a7d1176467387e4ede7e714
(which also needed small modifications to apply cleanly)

There being no better way to spend a Saturday morning, a debdiff is
attached, containing both patches - it works fine here on my Lucid.

I'd enjoy seeing this fixed for the release :)

Matthew

** Attachment added: debdiff for meld_1.3.0-2ubuntu1 against meld_1.3.0-2
   http://launchpadlibrarian.net/40909439/meld_1.3.0-2ubuntu1.debdiff

-- 
Merge arrows invisible and unclickable
https://bugs.launchpad.net/bugs/505285
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364356] Re: backout change introduced for bug 343270 to prevent breach of security

2009-05-14 Thread MattJ
I don't think this is fixed. At least I cannot connect via PPTP.

uname -a
Linux MJT61PLin904 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 
2009 i686 GNU/Linux

ma...@mjt61plin904:~$ dpkg -s network-manager-pptp
Package: network-manager-pptp
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 980
Maintainer: Ubuntu MOTU Developers ubuntu-m...@lists.ubuntu.com
Architecture: i386
Version: 0.7.1~rc4.20090316+bzr23-0ubuntu3
Depends: pptp-linux, ppp (= 2.4.5~git), libatk1.0-0 (= 1.20.0), libc6 (= 
2.3.6-6~), libcairo2 (= 1.2.4), libdbus-1-3 (= 1.0.2), libdbus-glib-1-2 (= 
0.78), libfontconfig1 (= 2.4.0), libfreetype6 (= 2.2.1), libgconf2-4 (= 
2.13.5), libglade2-0 (= 1:2.6.1), libglib2.0-0 (= 2.18.0), libgnome-keyring0 
(= 2.25.90), libgtk2.0-0 (= 2.16.0), libnm-glib0 (= 
0.7.1~20090213+gitf142e15), libnm-util1 (= 0.7.1~20090213+gitf142e15), 
libpango1.0-0 (= 1.14.0), libxml2 (= 2.6.27), zlib1g (= 1:1.1.4)

I get This in syslog:

May 14 21:12:46 MJT61PLin904 NetworkManager: info  VPN service 
'org.freedesktop.NetworkManager.pptp' just appeared, activating connections 
May 14 21:12:46 MJT61PLin904 NetworkManager: nm-vpn-connection.c.900: 
NeedSecrets failed: dbus-glib-error-quark Rejected send message, 1 matched 
rules; type=method_call, sender=:1.8 (uid=0 pid=2898 
comm=/usr/sbin/NetworkManager --pid-file /var/run/Netwo) 
interface=org.freedesktop.NetworkManager.VPN.Plugin member=NeedSecrets 
error name=(unset) requested_reply=0 
destination=org.freedesktop.NetworkManager.pptp (uid=0 pid=5697 
comm=/usr/lib/network-manager-pptp/nm-pptp-service ))
May 14 21:12:46 MJT61PLin904 NetworkManager: WARN  
connection_state_changed(): Rejected send message, 1 matched rules; 
type=method_call, sender=:1.8 (uid=0 pid=2898 
comm=/usr/sbin/NetworkManager --pid-file /var/run/Netwo) 
interface=org.freedesktop.NetworkManager.VPN.Plugin member=Disconnect error 
name=(unset) requested_reply=0 
destination=org.freedesktop.NetworkManager.pptp (uid=0 pid=5697 
comm=/usr/lib/network-manager-pptp/nm-pptp-service ))

Isn't this what this bug was supposed to fix? Is there something else I
need to do, in addition to updating Network Manager pptp?

-- 
backout change introduced for bug 343270 to prevent breach of security
https://bugs.launchpad.net/bugs/364356
You received this bug notification because you are a member of 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 251252] Re: linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading Intel Wireless driver

2008-10-07 Thread MattJ
On Tue, Oct 7, 2008 at 4:12 PM, Øyvind Stegard [EMAIL PROTECTED] wrote:
 ti., 07.10.2008 kl. 14.24 +, skrev Diggs808:
 Is there a reason why the wireless LED blinks on traffic?  Personally,
 it drives me nuts since my LED is right below my screen.  Any way to
 give users an option to either have it say on steady or blink on traffic?
 snip

 Well, blinking on traffic is pretty much standard behaviour for wireless
 LEDs and network activity indicators in general, no ? Anyway, the rate
 of blinking is not very high, at least on my hardware. I remember when I
 used the older ipw3945-driver, the blinking-rate was totally
 out-of-whack sometimes, so it's an improvement. I have the light below
 my screen, but it's almost next to the HD-led anyway, so it's just
 another bulb added to the X-mas-light party and my mind easily ignores
 it.

 As for disabling the led blinking, I see no options for that in the
 iwl3945 module, nor any of the modules it directly depends on.


For the record the LED on my Toshiba Satellite A100 doesn't blink, yet
uses the iwl/ipw3945 drivers. I guess it's a hardware thing.

PS. Thanks for the apparent fix on this bug... I'm waiting until the
issues with the package get resolved and then I'll be testing it :)

Matthew.

-- 
linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading 
Intel Wireless driver
https://bugs.launchpad.net/bugs/251252
You received this bug notification because you are a member of 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 251252] Re: linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading Intel Wireless driver

2008-10-07 Thread MattJ
On Tue, Oct 7, 2008 at 8:31 PM, Øyvind Stegard wrote:
 MattJ wrote:
 On Tue, Oct 7, 2008 at 4:12 PM, Øyvind Stegard SNIPPED MY EMAIL wrote:
 [...]
 snip

 Bah, you just published my email-address in plain text at Launchpad so
 all the email-address-harvester-spam-bots can get at it :) .. No
 worries, though, I've got excellent filtering in place. But please
 remember to strip the actual address from the body next time you reply
 to something by email, since it all gets published on the web. Some
 people are desperately trying to reduce the amount of incoming spam, a
 hopeless task, but still :) ..


Hmm, my apologies. Personally I have never seen a system that copies
emails to the web before without protecting email addresses, even
mailman does this. Perhaps a bug should be filed.

Matthew.

-- 
linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading 
Intel Wireless driver
https://bugs.launchpad.net/bugs/251252
You received this bug notification because you are a member of 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 251252] Re: linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading Intel Wireless driver

2008-10-07 Thread MattJ
On Tue, Oct 7, 2008 at 9:50 PM, Scott Armitage
[EMAIL PROTECTED] wrote:
 Luckilly for both of you, Launcpad *does* hide e-mail addresses from anyone
 that is not logged in, and it does this automatically. Øyvind, until I
 logged in, instead of your e-mail address I saw email address hidden.


Ha, great, all is as it should be :)

 Back on-topic:

 1) I would like to test this out but am not confident in my compiling
 abilities; I will wait until the appropriate packages are ready.


Same here. Plus if I compile it and it doesn't work, I'll not know
whether to blame myself or the driver :)

 2) @ MattJ: Your current non-blinking status is actually not as intended;
 one of the fixes here is making the LED blink like it is supposed to. As
 to whether or not it *should* blink, when Øyvind said that blinking was the
 default, he meant from the manufacturer. Their intention is that the LED
 would blink during transfer. As such, under Linux, the LED should blink
 during transfer. I agree with you in that this could be an option, however
 this adds more or less un-needed complexity. You could always make the
 relevent changes in the source and re-compile for yourself. Having an actual
 option is only worth it if there are a lot of people that would prefer the
 LED not to blink.


I believe it is though. I am quite sure it doesn't blink under
Windows. Been a while since I used that though.

If this update suddenly gives me a blinking LED, put me on the list of
people who want it optional :)

Matthew.

-- 
linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading 
Intel Wireless driver
https://bugs.launchpad.net/bugs/251252
You received this bug notification because you are a member of 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 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-09-03 Thread MattJ
On Wed, Sep 3, 2008 at 11:48 PM, Tritonio [EMAIL PROTECTED] wrote:
 Sorry I hadn't added the debugging symbols. I did so but I still cannot
 make the backtrace work. I attach the new output. I have never debugged
 a program but it seems like the backtrace cannot be made because the
 program terminates normally? So the only hind still is: ** (seahorse-
 tool:19321): CRITICAL **: seahorse_notify_signatures: assertion `keys !=
 NULL' failed

gdb gives me:

** (seahorse-tool:19073): CRITICAL **: seahorse_notify_signatures:
assertion `keys != NULL' failed

Program exited normally.
(gdb)

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 23332] Re: impossible to create openoffice files in nautilus

2008-08-23 Thread MattJ
Is there any chance of re-considering the position on this bug?

- The Create Document submenu is familiar to ex-Windows users
- It doesn't work by default in Ubuntu
- They don't know how to make it work (and 95% of them won't try to find out). 
I have yet to see an Ubuntu setup with this menu not empty.

If copying to home directories is tricky then Nautilus should be fixed
to import templates from /usr/share also.

IMHO this is a really bad usability bug.

-- 
impossible to create openoffice files in nautilus
https://bugs.launchpad.net/bugs/23332
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 227493] Re: seahorse-tool crashes when trying to verify signatures

2008-05-13 Thread MattJ
I have the same problem:

$ seahorse-tool -v dowkd.pl.gz.sig

** (seahorse-tool:18965): CRITICAL **: seahorse_notify_signatures: assertion 
`keys != NULL' failed
$

It worked on Gutsy, I did a fresh install of Hardy, I kept all ~/.*
except .gnome, .gnome2, etc.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of 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 53923] Re: tifm: Texas Instruments Card reader not reading SD cards

2008-05-01 Thread MattJ
On Thu, May 1, 2008 at 7:15 PM, kirill kovalenko
[EMAIL PROTECTED] wrote:
 Have LG LS55 Express notebook.

  Installed Hardy Heron aka 8.04
  2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux

  When I insert an SD card into the card reader the system hangs.


Yes, I have the same issue with Hardy. It doesn't always hang, and it
sometimes hangs when removing a card, not when inserting it (I managed
to mount and use a card successfully before it hung).

The only way to get the laptop back was to hold the power button...
magic SysRq failed.

I didn't check the logs, my bad :/ Will do it again and see if I get the
same...

-- 
tifm: Texas Instruments Card reader not reading SD cards
https://bugs.launchpad.net/bugs/53923
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222302] [NEW] iwl3945 can't set parameters for ad-hoc network

2008-04-25 Thread MattJ
Public bug reported:

Using Hardy and linux-backports-modules-hardy, see attached for modinfo.

With NetworkManager running, using iwconfig results in:

$ sudo iwconfig wlan0 mode ad-hoc essid mynetwork channel 10
Error for wireless request Set Mode (8B06) :
SET failed on device wlan0 ; Device or resource busy.

After disabling wireless in NM, or killing it, I get:

$ sudo iwconfig wlan0 mode ad-hoc channel 10 essid mynetwork
Error for wireless request Set Frequency (8B04) :
SET failed on device wlan0 ; Input/output error.

Separately:

iwconfig wlan0 mode ad-hoc # -- works

After that, setting essid or channel both fail with the same error
above. iwevent shows the mode change, but not channel or essid change.

'ifconfig' does not show wlan0. 'ifconfig wlan0' shows:

$ ifconfig wlan0
wlan0 Link encap:Ethernet  HWaddr 00:19:d2:5e:56:34  
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes:576 (576.0 B)


Gutsy (which had ipw3945) worked fine with this network setup.

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

-- 
iwl3945 can't set parameters for ad-hoc network
https://bugs.launchpad.net/bugs/222302
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222302] Re: iwl3945 can't set parameters for ad-hoc network

2008-04-25 Thread MattJ

** Attachment added: modinfo iwl3945
   http://launchpadlibrarian.net/13919395/iwl3945_modinfo.txt

-- 
iwl3945 can't set parameters for ad-hoc network
https://bugs.launchpad.net/bugs/222302
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 128278] Re: Pressing slideshow or F5 in Openoffice Impress causes Xwindows to hang requiring restart

2007-11-18 Thread MattJ
Hi, I can confirm this on an Acer laptop with nvidia graphics, Feisty,
no desktop effects.

Thanks Rafaelgarcia for your comment... you help me realise the problem
too :)

Removing the openoffice.org-gtk package is all you need to do. It will
no longer look as nice, but presentations work.

Perhaps this problem is down to a mixture of bugs in the GTK theme and
openoffice.org-gtk support?

Blubuntu was in use here.

Matthew.

-- 
Pressing slideshow or F5 in Openoffice Impress causes Xwindows to hang 
requiring restart
https://bugs.launchpad.net/bugs/128278
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 154685] Re: [Gutsy Final Release] System Preferences Sessions is broken!

2007-10-29 Thread MattJ
I can't confirm this. I'm using a new installation of Gutsy, with my
/home directory preserved.

However sudo gnome-sessions-properties will not allow you to add
startup programs for your user, instead it seems it will add them for
root. This is why you do not see entries added with sudo reflected in
your own gnome-session-properties.

Also, /usr/share/gnome/autostart will affect all users on your system.

Did you upgrade to Gutsy, or perform a fresh install? Did you use
Feisty? Did it work for you then?

Check the folder: /home/yourusername/.config/autostart there should be a
collection of .desktop files. Is a file added when you add it with the
session properties manager?

If you type the following in Terminal:
watch ls ~/.config/autostart/

then you will see an automatically refreshing list of files in that
folder. Press Ctrl + C to exit.

-- 
[Gutsy Final Release] System Preferences Sessions is broken!
https://bugs.launchpad.net/bugs/154685
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 153126] Iagno hanges when attempting to start a network game

2007-10-15 Thread MattJ
Public bug reported:

Binary package hint: gnome-games

Steps to reproduce:
Select Game menu-Network game...

Consequence: Application hangs.

Other games work fine with networking, only Iagno has this problem as
far as I can tell.

I am using Gutsy, gnome-games 1:2.20.0.1-0ubuntu2.

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

-- 
Iagno hanges when attempting to start a network game
https://bugs.launchpad.net/bugs/153126
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 135548] Re: [Gutsy] Action on critical battery isn't triggered - regression

2007-10-15 Thread MattJ
Yes, same issue with the latest version.

I think I can maybe offer some explanation for (at least my) part of the
problem.

The critical_action in gconf is set to 120 seconds of time remaining. As
I wrote previously the lowest my remaining time indicator in the g-p-a
tooltip never goes below 5 minutes... it disappears after that (it also
seems to go in 5-minute steps, ie. 10min, 5min, disappeared). So I am
guessing it never internally reaches 120 seconds.

I changed the critical action to 300 seconds (5 minutes), no luck.
However when I set it to 360, it now works as it should, hibernating
when there are 6 minutes remaining. Switching to percentage-based
thresholds is also a workaround for the problem.

This bug is critical as Fabien said, simply because it exists in the
default setup and has a very high risk of data loss for unsuspecting
users.

-- 
[Gutsy] Action on critical battery isn't triggered - regression
https://bugs.launchpad.net/bugs/135548
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 113092] Re: nautilus in feisty can't open http:// URI which affects service-discovery-applet

2007-10-10 Thread MattJ
Here in Gutsy, it is the first time I tested it though. I modified
/usr/share/service-discovery-applet/plugins/nautilus.py to use gnome-
open, and it works now (website opens in Epiphany, my default browser).
(While I was there I added support for SMB/Samba shares).

I was planning to submit a bug to s-d-a, but found this one. Someone
reported that gnome-open doesn't work for FTP? I have only tried HTTP
URLs so I don't know.

-- 
nautilus in feisty can't open http:// URI which affects service-discovery-applet
https://bugs.launchpad.net/bugs/113092
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 135548] Re: [Gutsy] Action on critical battery isn't triggered - regression

2007-10-10 Thread MattJ
Toshiba A100-062, one battery, one frustrated user :|

Same here. It also worked fine for me in Feisty. In Gutsy this actually
caused me to lose data.

It seems to work if you disable using the time for actions (somewhere in
gconf). I do not see why, however, since the estimated time remaining
seems quite correct.

However when it reaches ~5 minutes (also the threshold for critical
battery) the time remaining is *no longer shown* in the tooltip over the
red battery icon. I only see the percentage. As far as I know I am
receiving no low battery warnings either (other than the tray icon
changing).

This bug should be increased in priority/severity, especially since the
workaround can only be accessed through gconf, and not through the UI.

If there is any data I can provide, please let me know.

-- 
[Gutsy] Action on critical battery isn't triggered - regression
https://bugs.launchpad.net/bugs/135548
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 109934] Re: Black and white S-video output only on PAL TVs with i810 video driver

2007-05-17 Thread MattJ
I also can confirm this bug. If there is any info I can give that would
help, I would be glad to. I have Vista on this same PC, and it works ok.

-- 
Black and white S-video output only on PAL TVs with i810 video driver
https://bugs.launchpad.net/bugs/109934
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