[Bug 1694149] Re: ssl error using urllib2

2018-11-25 Thread Brian J. Murrell
Over a year later and no triage, no nothing.

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

Title:
  ssl error using urllib2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1694149/+subscriptions

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

[Bug 1694149] Re: ssl error using urllib2

2017-06-18 Thread Brian J. Murrell
Hrm.  What is the point of LTS even if bugs like this can go completely
ignored?

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

Title:
  ssl error using urllib2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1694149/+subscriptions

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


[Bug 1694149] Re: ssl error using urllib2

2017-06-08 Thread Brian J. Murrell
I wonder why this ticket has not even been triaged.

It was filed against an LTS release of Ubuntu.

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

Title:
  ssl error using urllib2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1694149/+subscriptions

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


[Bug 1694149] [NEW] ssl error using urllib2

2017-05-28 Thread Brian J. Murrell
Public bug reported:

On Ubuntu 14.04.5 LTS with python 2.7.5-5ubuntu3 and libpython2.7-stdlib
2.7.6-8ubuntu0.3, using this little example program:

#!/usr/bin/python

import urllib2

USER_AGENT = 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'

defaultHeaders = {'User-Agent':USER_AGENT,
 
'Accept':"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
 'Accept-Encoding':'gzip,deflate,sdch',
 'Accept-Language':'en-US,en;q=0.8'}

url = 
"https://ga.video.cdn.pbs.org/videos/ask-old-house/dcf0b26c-f7d1-4b1f-b1cf-2e521aa5e796/110577/hd-mezzanine-16x9/zq3zp3pg_ask1524-cove-16x9-hls-192-2500k.m3u8;
req = urllib2.Request(url.encode('utf-8'), None, defaultHeaders)

response = urllib2.urlopen(req, timeout=30)

I get this result:

$ python /tmp/urllib2-error.py
Traceback (most recent call last):
  File "/tmp/urllib2-error.py", line 15, in 
response = urllib2.urlopen(req, timeout=30)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: 

** Affects: python-defaults (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/1694149

Title:
  ssl error using urllib2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1694149/+subscriptions

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


[Bug 578620] Re: Failed to open device `brother3:bus1; dev1': Invalid argument

2016-09-04 Thread Brian J. Murrell
And yet another Ubuntu bug that has zero activity for 3 years only be
closed EOL.  No wonder I don't use Ubuntu any more.  Seems there is zero
interested in fixing any bug that doesn't affect a phone.

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

Title:
  Failed to open device `brother3:bus1;dev1': Invalid argument

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

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


[Bug 1607024] [NEW] needs to wait for remote-filesystems to start

2016-07-27 Thread Brian J. Murrell
Public bug reported:

Currently the dbus upstart script has this:

start on local-filesystems

But this makes the dbus startup fail if /usr is an NFS filesystem.
After changing the above line to:

start on remote-filesystems

dbus started working correctly.

This actually highlights the problem with init events that assume
certain things about the system installation.  You really want a "start
on usr-available" here, not on events that naïvely assume what kind of
filesystem it's on.

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


** Tags: trusty

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

Title:
  needs to wait for remote-filesystems to start

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

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

[Bug 1182225] Re: KVM ubuntu 12.04.2 guest installation with kickstart config fails

2016-07-12 Thread Brian J. Murrell
So "Confirmed" but nothing done about it?

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

Title:
  KVM ubuntu 12.04.2 guest installation with kickstart config fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1182225/+subscriptions

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-05-12 Thread Brian J. Murrell
> 3.4: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-quantal/

This one works.

I've got to say that it's really annoying that every time I reboot my
system comes back with a degraded array:

# cat /proc/mdstat 
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10] 
md1 : active raid0 sdc[1] sdb[0]
  1953524736 blocks super 1.2 512k chunks
  
md0 : active raid1 sdd[0]
  1953514496 blocks [2/1] [U_]
  
unused devices: 

Before reboot it looked like this:

# cat /proc/mdstat 
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10] 
md1 : active raid0 sdb[0] sdc[1]
  1953524736 blocks super 1.2 512k chunks
  
md0 : active raid1 md1[1] sdd[0]
  1953514496 blocks [2/2] [UU]
  
unused devices: 

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-05-10 Thread Brian J. Murrell
> 4.0: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/

This kernel works

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-05-09 Thread Brian J. Murrell
Nope.

# uname -r
3.2.80-030280-generic

[18455.876945] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1102518240 124
[18455.876959] md/raid1:md0: md1: rescheduling sector 1102518240
[18455.935138] md/raid1:md0: redirecting sector 1102518240 to other mirror: md1
[18455.944050] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1102518240 124
[18455.944063] md/raid1:md0: md1: rescheduling sector 1102518240
[18455.992380] md/raid1:md0: redirecting sector 1102518240 to other mirror: md1
[18456.000256] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1102518240 124
[18456.000266] md/raid1:md0: md1: rescheduling sector 1102518240
[18456.030911] md/raid1:md0: redirecting sector 1102518240 to other mirror: md1
[18456.044779] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1102518240 124
[18456.044792] md/raid1:md0: md1: rescheduling sector 1102518240
[18456.101348] md/raid1:md0: redirecting sector 1102518240 to other mirror: md1
[18456.109156] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1102518240 124
[18456.109166] md/raid1:md0: md1: rescheduling sector 1102518240
[18456.164308] md/raid1:md0: redirecting sector 1102518240 to other mirror: md1
[18456.172701] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1102518240 124
[18456.172712] md/raid1:md0: md1: rescheduling sector 1102518240
[18456.204711] md/raid1:md0: redirecting sector 1102518240 to other mirror: sdd
[18463.015510] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915353456 124
[18463.015551] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915354448 124
[18463.015664] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915355440 124
[18463.015696] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915356432 124
[18463.015779] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915357672 124
[18463.015813] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915358664 124
[18463.015859] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915337072 124
[18463.015891] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915338064 124
[18463.079725] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915339056 124
[18463.079787] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915340048 124
[18463.079813] md/raid1:md0: Disk failure on md1, disabling device.
[18463.079816] md/raid1:md0: Operation continuing on 1 devices.
[18463.167209] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915341072 124
[18463.167267] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915359720 124
[18463.167344] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915360712 124
[18463.167377] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915361704 124
[18463.167447] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915362696 124
[18463.167481] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915363688 124
[18463.167520] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915451824 124
[18463.167551] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915452816 124
[18463.167584] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915453808 124
[18463.167669] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915343304 124
[18463.167719] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915344296 124
[18463.167775] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915345288 124
[18463.167823] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915346280 124
[18463.167856] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915347272 124
[18463.167904] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2915348264 124
[18463.167953] BUG: unable to handle kernel paging request at 2d65306d
[18463.168019] IP: [] close_write+0x6a/0xa0 [raid1]
[18463.168019] PGD 0
[18463.168019] Oops:  [#1] SMP
[18463.168019] CPU 0
[18463.168019] Modules linked in: iptable_mangle iptable_nat nf_nat 
nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 

[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-04-30 Thread Brian J. Murrell
So now that I have determined that this problem is fixed in the
newer/upstream kernel, what next?

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-04-23 Thread Brian J. Murrell
** Tags added: kernel-fixed-upstream

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-04-23 Thread Brian J. Murrell
I got past it with --ignore-depends=kmod.  Array is rebuilding right
now.  We'll know in a couple of hours when the backups start whether the
kernel complains again or not.  I will update then.

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-04-23 Thread Brian J. Murrell
# dpkg -i 
linux-image-4.6.0-040600rc4-generic_4.6.0-040600rc4.201604172330_amd64.deb
(Reading database ... 84773 files and directories currently installed.)
Unpacking linux-image-4.6.0-040600rc4-generic (from 
.../linux-image-4.6.0-040600rc4-generic_4.6.0-040600rc4.201604172330_amd64.deb) 
...
Done.
dpkg: dependency problems prevent configuration of 
linux-image-4.6.0-040600rc4-generic:
 linux-image-4.6.0-040600rc4-generic depends on kmod; however:
  Package kmod is not installed.
dpkg: error processing linux-image-4.6.0-040600rc4-generic (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-4.6.0-040600rc4-generic
# apt-get install kmod
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package kmod is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

N: Ignoring 'bak' in directory '/etc/apt/sources.list.d/' as it is not a 
regular file
N: Ignoring 'bak' in directory '/etc/apt/sources.list.d/' as it is not a 
regular file
N: Ignoring 'bak' in directory '/etc/apt/sources.list.d/' as it is not a 
regular file
E: Package 'kmod' has no installation candidate

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] UdevLog.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632630/+files/UdevLog.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-04-11 Thread Brian J. Murrell
FWIW, I did use "ubuntu-bug linux" to create this ticket and the report
that was generated did contain all of the same things as the requested
"apport-collect 1568830" but they didn't all get attached to this
ticket.  Seems like ubuntu-bug is a bit broken.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] ProcInterrupts.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632627/+files/ProcInterrupts.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] WifiSyslog.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632631/+files/WifiSyslog.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] ProcCpuinfo.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632626/+files/ProcCpuinfo.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] UdevDb.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1568830/+attachment/4632629/+files/UdevDb.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] ProcModules.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632628/+files/ProcModules.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] AlsaDevices.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "AlsaDevices.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632621/+files/AlsaDevices.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Lsusb.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1568830/+attachment/4632625/+files/Lsusb.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Card0.Codecs.codec.0.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632622/+files/Card0.Codecs.codec.0.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Dependencies.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632624/+files/Dependencies.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] CurrentDmesg.txt

2016-04-11 Thread Brian J. Murrell
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1568830/+attachment/4632623/+files/CurrentDmesg.txt

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

Title:
  make_request bug: can't convert block across chunks or bigger than
  512k 2554601336 124

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

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


[Bug 1568830] Re: make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-04-11 Thread Brian J. Murrell
apport information

** Tags added: apport-collected

** Description changed:

  I have a couple of RAID arrays with the following configuration:
  
  /dev/md1:
  Version : 1.2
Creation Time : Sat Dec 26 19:49:41 2015
   Raid Level : raid0
   Array Size : 1953524736 (1863.03 GiB 2000.41 GB)
 Raid Devices : 2
Total Devices : 2
  Persistence : Superblock is persistent
  
  Update Time : Sat Dec 26 19:49:41 2015
State : clean
   Active Devices : 2
  Working Devices : 2
   Failed Devices : 0
Spare Devices : 0
  
   Chunk Size : 512K
  
 Name : linux.interlinx.bc.ca:1  (local to host 
linux.interlinx.bc.ca)
 UUID : f27ae74d:e2997e50:9df158ee:c5ed3cbb
   Events : 0
  
  Number   Major   Minor   RaidDevice State
 0   8   160  active sync   /dev/sdb
 1   8   321  active sync   /dev/sdc
  
  /dev/md0:
  Version : 0.90
Creation Time : Mon Jan 26 19:51:38 2009
   Raid Level : raid1
   Array Size : 1953514496 (1863.02 GiB 2000.40 GB)
Used Dev Size : 1953514496 (1863.02 GiB 2000.40 GB)
 Raid Devices : 2
Total Devices : 2
  Preferred Minor : 0
  Persistence : Superblock is persistent
  
  Update Time : Fri Apr  8 00:00:42 2016
State : active, degraded
   Active Devices : 1
  Working Devices : 1
   Failed Devices : 1
Spare Devices : 0
  
 UUID : 2f8fc5e0:a0eb646a:2303d005:33f25f21
   Events : 0.5031387
  
  Number   Major   Minor   RaidDevice State
 0   8   480  active sync   /dev/sdd
 1   001  removed
  
 2   91-  faulty spare   /dev/md1
  
  This configuration has worked for a number of years but has all of a
  sudden started breaking with:
  
  [37722.335880] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554601336 124
  [37722.335887] md/raid1:md0: md1: rescheduling sector 2554601336
  [37722.376776] md/raid1:md0: redirecting sector 2554601336 to other mirror: 
md1
  [37722.386455] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554601336 124
  [37722.386461] md/raid1:md0: md1: rescheduling sector 2554601336
  [37722.412059] md/raid1:md0: redirecting sector 2554601336 to other mirror: 
sdd
  [37722.735049] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554608496 124
  [37722.735056] md/raid1:md0: md1: rescheduling sector 2554608496
  [37722.789926] md/raid1:md0: redirecting sector 2554608496 to other mirror: 
md1
  [37722.798689] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554608496 124
  [37722.798696] md/raid1:md0: md1: rescheduling sector 2554608496
  [37722.859314] md/raid1:md0: redirecting sector 2554608496 to other mirror: 
sdd
  [37724.819090] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554606584 12
  [37724.819096] md/raid1:md0: md1: rescheduling sector 2554606584
  [37727.455279] md/raid1:md0: redirecting sector 2554606584 to other mirror: 
sdd
  [37752.406865] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1748150224 124
  [37752.521219] md/raid1:md0: Disk failure on md1, disabling device.
  [37752.521222] md/raid1:md0: Operation continuing on 1 devices.
  [37752.580186] RAID1 conf printout:
  [37752.580190]  --- wd:1 rd:2
  [37752.580194]  disk 0, wo:0, o:1, dev:sdd
  [37752.580197]  disk 1, wo:1, o:0, dev:md1
  [37752.580199] RAID1 conf printout:
  [37752.580201]  --- wd:1 rd:2
  [37752.580203]  disk 0, wo:0, o:1, dev:sdd
  [37752.580228] BUG: unable to handle kernel paging request at 1dff2107
  [37752.584011] IP: [] close_write+0x6a/0xa0 [raid1]
  [37752.584011] PGD 20f667067 PUD 20f669067 PMD 0 
  [37752.584011] Oops:  [#1] SMP 
  [37752.584011] CPU 0 
  [37752.584011] Modules linked in: iptable_mangle iptable_filter 
ipt_MASQUERADE xt_tcpudp iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack 
nf_defrag_ipv4 ip_tables x_tables autofs4 nfsd nfs lockd fscache auth_rpcgss 
nfs_acl sunrpc snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep 
snd_pcm radeon snd_seq_midi ttm drm_kms_helper snd_rawmidi ftdi_sio 
snd_seq_midi_event snd_seq snd_timer drm ppdev snd_seq_device pl2303 usbserial 
serio_raw i2c_algo_bit mac_hid asus_atk0110 snd parport_pc parport soundcore 
snd_page_alloc edac_core edac_mce_amd i2c_piix4 k8temp shpchp 8021q garp stp 
pata_atiixp r8169 raid10 raid456 async_pq async_xor xor async_memcpy 
async_raid6_recov raid6_pq async_tx raid1 raid0 multipath linear
  [37752.584011] 
  [37752.584011] Pid: 267, comm: md0_raid1 Not tainted 3.2.0-101-generic 
#141-Ubuntu System manufacturer System Product Name/M2A-VM
  [37752.584011] RIP: 0010:[]  [] 
close_write+0x6a/0xa0 [raid1]
  [37752.584011] RSP: 0018:88020def9dc0  

[Bug 1568830] [NEW] make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124

2016-04-11 Thread Brian J. Murrell
Public bug reported:

I have a couple of RAID arrays with the following configuration:

/dev/md1:
Version : 1.2
  Creation Time : Sat Dec 26 19:49:41 2015
 Raid Level : raid0
 Array Size : 1953524736 (1863.03 GiB 2000.41 GB)
   Raid Devices : 2
  Total Devices : 2
Persistence : Superblock is persistent

Update Time : Sat Dec 26 19:49:41 2015
  State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

 Chunk Size : 512K

   Name : linux.interlinx.bc.ca:1  (local to host linux.interlinx.bc.ca)
   UUID : f27ae74d:e2997e50:9df158ee:c5ed3cbb
 Events : 0

Number   Major   Minor   RaidDevice State
   0   8   160  active sync   /dev/sdb
   1   8   321  active sync   /dev/sdc

/dev/md0:
Version : 0.90
  Creation Time : Mon Jan 26 19:51:38 2009
 Raid Level : raid1
 Array Size : 1953514496 (1863.02 GiB 2000.40 GB)
  Used Dev Size : 1953514496 (1863.02 GiB 2000.40 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent

Update Time : Fri Apr  8 00:00:42 2016
  State : active, degraded
 Active Devices : 1
Working Devices : 1
 Failed Devices : 1
  Spare Devices : 0

   UUID : 2f8fc5e0:a0eb646a:2303d005:33f25f21
 Events : 0.5031387

Number   Major   Minor   RaidDevice State
   0   8   480  active sync   /dev/sdd
   1   001  removed

   2   91-  faulty spare   /dev/md1

This configuration has worked for a number of years but has all of a
sudden started breaking with:

[37722.335880] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554601336 124
[37722.335887] md/raid1:md0: md1: rescheduling sector 2554601336
[37722.376776] md/raid1:md0: redirecting sector 2554601336 to other mirror: md1
[37722.386455] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554601336 124
[37722.386461] md/raid1:md0: md1: rescheduling sector 2554601336
[37722.412059] md/raid1:md0: redirecting sector 2554601336 to other mirror: sdd
[37722.735049] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554608496 124
[37722.735056] md/raid1:md0: md1: rescheduling sector 2554608496
[37722.789926] md/raid1:md0: redirecting sector 2554608496 to other mirror: md1
[37722.798689] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554608496 124
[37722.798696] md/raid1:md0: md1: rescheduling sector 2554608496
[37722.859314] md/raid1:md0: redirecting sector 2554608496 to other mirror: sdd
[37724.819090] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 2554606584 12
[37724.819096] md/raid1:md0: md1: rescheduling sector 2554606584
[37727.455279] md/raid1:md0: redirecting sector 2554606584 to other mirror: sdd
[37752.406865] md/raid0:md1: make_request bug: can't convert block across 
chunks or bigger than 512k 1748150224 124
[37752.521219] md/raid1:md0: Disk failure on md1, disabling device.
[37752.521222] md/raid1:md0: Operation continuing on 1 devices.
[37752.580186] RAID1 conf printout:
[37752.580190]  --- wd:1 rd:2
[37752.580194]  disk 0, wo:0, o:1, dev:sdd
[37752.580197]  disk 1, wo:1, o:0, dev:md1
[37752.580199] RAID1 conf printout:
[37752.580201]  --- wd:1 rd:2
[37752.580203]  disk 0, wo:0, o:1, dev:sdd
[37752.580228] BUG: unable to handle kernel paging request at 1dff2107
[37752.584011] IP: [] close_write+0x6a/0xa0 [raid1]
[37752.584011] PGD 20f667067 PUD 20f669067 PMD 0 
[37752.584011] Oops:  [#1] SMP 
[37752.584011] CPU 0 
[37752.584011] Modules linked in: iptable_mangle iptable_filter ipt_MASQUERADE 
xt_tcpudp iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 
ip_tables x_tables autofs4 nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm radeon 
snd_seq_midi ttm drm_kms_helper snd_rawmidi ftdi_sio snd_seq_midi_event snd_seq 
snd_timer drm ppdev snd_seq_device pl2303 usbserial serio_raw i2c_algo_bit 
mac_hid asus_atk0110 snd parport_pc parport soundcore snd_page_alloc edac_core 
edac_mce_amd i2c_piix4 k8temp shpchp 8021q garp stp pata_atiixp r8169 raid10 
raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx 
raid1 raid0 multipath linear
[37752.584011] 
[37752.584011] Pid: 267, comm: md0_raid1 Not tainted 3.2.0-101-generic 
#141-Ubuntu System manufacturer System Product Name/M2A-VM
[37752.584011] RIP: 0010:[]  [] 
close_write+0x6a/0xa0 [raid1]
[37752.584011] RSP: 0018:88020def9dc0  EFLAGS: 00010246
[37752.584011] RAX: 1dff1dff RBX: 88020e380108 RCX: e8e08784
[37752.584011] RDX: 687249a8 RSI: 0002 RDI: 88020e380108
[37752.584011] RBP: 88020def9dd0 R08: e8e08784 R09: 

[Bug 545006] Re: permission denied for files i own on nfs4 with kerberos

2016-01-28 Thread Brian J. Murrell
There was support when this ticket was opened, 6 years ago and then not
a single thing happened with it (the ticket).  It didn't even get
triaged.

No wonder I don't install Ubuntu any more and am converting what few
Ubuntu systems I have left to RedHat/CentOS.

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

Title:
  permission denied for files i own on nfs4 with kerberos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/545006/+subscriptions

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


[Bug 640289] Re: bluetooth-applet crashed with SIGSEGV in g_type_check_instance_is_a() after pairing with a bluetooth device

2016-01-26 Thread Brian J. Murrell
Indeed!  This bug was reported over 5 years ago and never got any more
attention than "is it working now?".

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

Title:
  bluetooth-applet crashed with SIGSEGV in g_type_check_instance_is_a()
  after pairing with a bluetooth device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/640289/+subscriptions

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


[Bug 554172] Re: system services using "console output" not starting at boot

2016-01-20 Thread Brian J. Murrell
@Christopher: I wasn't suggesting it should stay open.  I was just
making a comment on how letting tickets stagnate until everyone gives up
and stops commenting is one sure way to close tickets.

I don't actually use Ubuntu any more because my experience when I last
did (and the reason I switched) was that this was just too routine.
People file tickets and they just wait and wait until either everyone
gives up that it will be fixed or it eventually gets fixed upstream...
meanwhile people have to live (sometimes for a long time) with the bug.
This ticket did after-all take 6 years from when it was opened to
finally getting closed.

So you can go ahead and [re-]close if you like.  I won't notice or care
one way or the other.  I just wish Ubuntu was better maintained is all
and that the lack of decent maintenance didn't force me to switch
distros.

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

Title:
  system services using "console output" not starting at boot

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

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


[Bug 554172] Re: system services using "console output" not starting at boot

2016-01-19 Thread Brian J. Murrell
> That version is now outdated and no more supported

Waiting for the Ubuntu versions that bugs are filed against to just
become unsupported is one way to close tickets I suppose.  Even tickets
that affect 243 people.

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

Title:
  system services using "console output" not starting at boot

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

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


[Bug 1478364] [NEW] invalid session being saved

2015-07-26 Thread Brian J. Murrell
Public bug reported:

When I log out of my desktop I get some files in ~/.config/gnome-session
/saved-session/, pressumably the saving of my session so that it can be
restored on next login.

But on next login I get an error from gnome-session:

env: unrecognized option '--sm-client-id'
Try 'env --help' for more information.
...
gnome-session[9609]: WARNING: Application 'gnome-panel.desktop' failed to 
register before timeout
gnome-session[9609]: CRITICAL: We failed, but the fail whale is dead. Sorry

and the session aborts.  Investigation leads to the following:

$ cat ~/.config/gnome-session/saved-session/gnome-panel.desktop 
[Desktop Entry]
Type=Application
Name=Panel
Comment=Launch other applications and provide various utilities to manage 
windows, show the time, etc.
Icon=gnome-panel
Exec=env --sm-client-id 1037b9c00525f898c41437926147603637010179 
XDG_MENU_PREFIX=gnome-flashback- gnome-panel
Terminal=false
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-panel
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.8.0
Categories=GNOME;GTK;System;Core;
OnlyShowIn=GNOME;Unity;
NoDisplay=true
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Panel
X-GNOME-Provides=panel
X-Ubuntu-Gettext-Domain=gnome-panel-3.0
X-GNOME-Autostart-startup-id=1037b9c00525f898c41437926147603637010179

Clearly the env --sm-client-id is causing this problem.  But why is
gnome-session saving this incorrect .desktop file for the session?

This is gnome-session-3.9.90-0ubuntu12.1 on Ubuntu Trusty.

** Affects: gnome-session
 Importance: Unknown
 Status: Unknown

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

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

** Also affects: gnome-session via
   https://bugzilla.gnome.org/show_bug.cgi?id=752893
   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/1478364

Title:
  invalid session being saved

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1478364/+subscriptions

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


[Bug 1478364] Re: invalid session being saved

2015-07-26 Thread Brian J. Murrell
As you will notice, upstream closed this bug OBSOLETE with the
explanation:

Version 3.9 is an ancient unstable development version and not supported
anymore by GNOME developers. GNOME developers are no longer working on that
older version, so there will not be any bug fixes by GNOME developers for the
version that you use.

So looks like it's on you Ubuntu/Canonical to fix this as this is a bug
in an LTS release.

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

Title:
  invalid session being saved

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1478364/+subscriptions

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


[Bug 152668] Re: image data has block inversions

2014-12-11 Thread Brian J. Murrell
I no longer have that particular scanner nor do I use Ubuntu any
more[1].  I'm afraid the general bug stagnation has chased me away from
Ubuntu.  This bug is a good example in fact.  6.5 years old now.

I guess you might as well just close this.

[1] desktops here are all Fedora now and servers are being replaced by
CentOS when they are found to be needing upgrading for one reason or
another

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

Title:
  image data has block inversions

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

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


[Bug 1297800] Re: During upgrades, new certificates will be added. Please choose those you trust.

2014-03-26 Thread Brian J. Murrell
** Information type changed from Private Security to Public Security

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

Title:
  During upgrades, new certificates will be added. Please choose those
  you trust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1297800/+subscriptions

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


[Bug 1297800] Re: During upgrades, new certificates will be added. Please choose those you trust.

2014-03-26 Thread Brian J. Murrell
Interesting.  I don't recall ever [re-]setting that option.  In any
case:

# debconf-show ca-certificates
  ca-certificates/title:
* ca-certificates/enable_crts: ...
* ca-certificates/trust_new_crts: ask

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

Title:
  During upgrades, new certificates will be added. Please choose those
  you trust.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1297800/+subscriptions

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


Re: [Bug 523484] Re: ureadahead requires /var on root filesystem

2014-02-23 Thread Brian J. Murrell
On Sun, 2014-02-23 at 14:00 +, Pavel Malyshev wrote:
 Four years passed...
 What is the point to use LTS releases if such pure-Ubuntu bugs are not fixed 
 fore years?

I asked myself that same question a while ago.  This was my
conclusion/solution:

$ cat /etc/issue
Fedora release 20 (Heisenbug)
Kernel \r on an \m (\l)

Not that I think Canonical/Ubuntu cares that I no longer use Ubuntu.
From what I can see, it seems they are focused on TVs and mobile devices
now anyway and what's on the desktop is just a test ground for their
real markets and whatever they don't need in those markets just doesn't
get attention on the desktop any more.

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

Title:
  ureadahead requires /var on root filesystem

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

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


[Bug 1268597] [NEW] doesn't see printers from 1.6 servers

2014-01-13 Thread Brian J. Murrell
Public bug reported:

On current LTS (Precise) CUPS does not see printers advertised from CUPS
1.6 systems.  Yes, I understand that the whole CUPS browse feature went
away in CUPS 1.6, but that means that current LTS has a functionality
hole/regression where CUPS 1.6 servers are concerned.

Fedora has dealt with this for example by supplying cups-browsed.

Ubuntu, current-LTS should do the same or similar.  LTS systems should
not be broken simply because other machines it used to get printers from
upgraded to CUPS 1.6.

** Affects: cups (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/1268597

Title:
  doesn't see printers from 1.6 servers

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

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


[Bug 1268312] [NEW] vdpau missing

2014-01-12 Thread Brian J. Murrell
Public bug reported:

It seems that while the libvdpau_nvidia library is available for nvidia-
current:

/usr/lib/nvidia-current/vdpau/libvdpau_nvidia.so.295.40

So such driver is available for nvidia-173-updates.

** Affects: nvidia-graphics-drivers-173-updates (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/1268312

Title:
  vdpau missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173-updates/+bug/1268312/+subscriptions

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


[Bug 813183] Re: dante-server 1.1 no longer supported

2013-11-25 Thread Brian J. Murrell
Wow.  2.5 year old bug report reporting that the currently packaged
version is no longer supported and still, no update to a newer version.

The version currently being packaged is over 7 years old!!

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

Title:
  dante-server 1.1 no longer supported

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

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


[Bug 1044039] Re: badly needs an update

2013-07-28 Thread Brian J. Murrell
So, will this be backported to LTS (precise) given that it fixes a known
security issue: CVE 2011-1755.

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

Title:
  badly needs an update

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

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


[Bug 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2013-05-05 Thread Brian J. Murrell
This bug was opened 2011-12-17 and it's now 1/3 way into 2013 and it
still exists on LTS/precise.  Is this bug actually going to get fixed?

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

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

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


Re: [Bug 1095270] Re: segfault in rb_track_transfer_batch_check_profiles()

2013-04-15 Thread Brian J. Murrell
On 13-04-14 02:36 PM, Jeremy Bicha wrote:
 This was apparently fixed in rhythmbox 2.98 which is available in Ubuntu
 13.04.

Which doesn't really do LTS users much good.  Can we have a fix
backported?  Or even just the patch I supplied to this bug applied and
released?

TBH, getting a fix released in LTS doesn't really matter so much to me
since I have the patch here and I have patched my local copy, but I'm
just thinking of others that might be experiencing it.

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

Title:
  segfault in rb_track_transfer_batch_check_profiles()

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

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


Re: [Bug 1095270] Re: segfault in rb_track_transfer_batch_check_profiles()

2013-04-15 Thread Brian J. Murrell
On 13-04-15 09:37 AM, Jeremy Bicha wrote:
 Brian, if you want this fix for 12.04 LTS, you should look at the SRU 
 procedures:
 https://wiki.ubuntu.com/StableReleaseUpdates

Like I said, *I* don't need a release of this in LTS.  I have my local
patched copy and it's working just fine.

But other users... inexperienced (i.e. with the bug
finding/reporting/fixing and package updating) users who might not even
know where to find information about this bug in their desktop O/S
deserve a fix.

Ultimately, users should not need to know the SRU procedure.  They
should just get fixes because maintainers provide them for them.

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

Title:
  segfault in rb_track_transfer_batch_check_profiles()

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

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


Re: [Bug 1095270] Re: segfault in rb_track_transfer_batch_check_profiles()

2013-04-15 Thread Brian J. Murrell
On 13-04-15 11:04 AM, Jeremy Bicha wrote:
 If you think this patch needs to be in Ubuntu 12.04, then please add
 more specific information to the description than a pretty reproducible
 segfault. I have no idea how common the crash is or how to reproduce it
 myself. Thanks.

A segfault is a bug, by definition.  Bugs should be fixed.  They
shouldn't be allowed to fester, waiting for users to trip on them.  What
more needs to be explained?

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

Title:
  segfault in rb_track_transfer_batch_check_profiles()

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

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


Re: [Bug 1095270] Re: segfault in rb_track_transfer_batch_check_profiles()

2013-04-15 Thread Brian J. Murrell
On 13-04-15 11:37 AM, Jeremy Bicha wrote:
 What specific steps should we take to recreate this bug?

TBH, after all of this time, I don't recall.

 I'm not at all saying that this bug shouldn't be fixed but honestly
 there isn't enough information here for me to know what the bug is, so
 it's impossible for me to independently verify whether the patch is
 sufficient to fix the bug on Ubuntu 12.04.

Well, I can attest to the patch working.  But if you need to do it
independently, I guess I can't help and we'll just have to leave this
unfixed for the next user to discover.

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

Title:
  segfault in rb_track_transfer_batch_check_profiles()

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

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


Re: [Bug 736743] Re: environment block not implemented on btrfs

2013-04-06 Thread Brian J. Murrell
On 13-04-06 06:05 AM, Harald Glatt wrote:
 Also the fact that this bug is two years old means the time span for
 patience has long been left standing in the dust...

Patience for this bug to be fixed or patience with Ubuntu in general?

I know which one it is for me.

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

Title:
  environment block not implemented on btrfs

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

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


Re: [Bug 1094496] Re: gnome-keyring-daemon leaks memory

2013-03-08 Thread Brian J. Murrell
On 13-03-08 08:08 AM, Dmitry Shachnev wrote:
 The patch is applied in gnome-keyring = 3.6.1,

Will that release go into the current LTS, 12.04?  LTS is Long Term
Support so I would expect it to see bug fixes without requiring
individuals to file specific requests to have a bug fixed in it.

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

Title:
  gnome-keyring-daemon leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/1094496/+subscriptions

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


[Bug 1094496] Re: gnome-keyring-daemon leaks memory

2013-03-08 Thread Brian J. Murrell
But I do have a 12.04 machine and I already submitted a patch (which
just came from upstream, not my patch) which fixes the problem on the
gnome-keyring shipped in 12.04 LTS.  So really, I don't know why you are
proposing all of this rigmarole with backporting patches from g-k-r
3.6.1 and sponsorship, etc.  Why not just ship the LTS 3.2.2 g-k-r
release with the attached patch?

It's all of this beauraucratic red-tape to getting such a simple but
important fix into what is supposed to be a supported release that makes
Ubuntu no longer a desired platform to use.

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

Title:
  gnome-keyring-daemon leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/1094496/+subscriptions

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


[Bug 1149527] [NEW] upstart kills ipv6 networking

2013-03-06 Thread Brian J. Murrell
Public bug reported:

I have a machine here that network boots (i.e. no resident hard disk,
pxeboot and nfsroot) and during it's boot it gets an ipv6 address on our
network but after it's booted, even though it still has an ipv6 network
configured (address and routing) any ipv6 packets sent to it are ignored
and the machine cannot send any out.

Now, what's strange about this is if I boot this machine with
init=/bin/bash when that bash process is started as init (i.e. with
PID==1) ipv6 networking works fine.  I can ping6 the machine from other
machines in the network, etc.

But as soon as I run exec /sbin/init from that bash prompt the machine
once again starts ignoring ipv6, so clearly something that upstart is
doing is killing the ipv6.  The question is however, to discover what
that is.  I know about upstart's --verbose but ultimately that is too
verbose and the results scroll off of the screen (and out of the tty's
buffer) before I can see what upstart is doing.  And unfortunately this
machine has no serial port which I can make a console to log elsewhere.

What would be really nice is an option to upstart to stop and display
the name of each job that is going to be run with a hit return type
confirmation to actually run it.  Then I could confirm each script and
see which one is killing the ipv6 networking.

To be thorough, I want to confirm there are no interfaces other than lo
defined in /etc/network/interfaces and network-manager is not installed
and/or enabled on this machine.  As much as I would like to be able to
use either of those they both have the problem that they turn an
interface down before bringing it up and that kills NFS (of course)
which kills the root filesystem which hangs the node.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: upstart 1.5-0ubuntu7.2
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Wed Mar  6 08:23:29 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA
 SHELL=/bin/bash
SourcePackage: upstart
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  upstart kills ipv6 networking

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

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


Re: [Bug 736743] Re: environment block not implemented on btrfs

2013-02-21 Thread Brian J. Murrell
On 13-02-21 03:10 AM, ill wrote:
 It's been a bug for two years now. It has a known, easy to implement
 fix. If the ubuntu devs wanted to fix it they would have done it a long
 time ago.

Indeed.  It's this apathy for the real problems real users have that is
driving me away from Ubuntu.  All new installs are Fedora now.

I guess they are too focused on tablets and TVs any more.

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

Title:
  environment block not implemented on btrfs

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

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


[Bug 848183]

2013-02-20 Thread Brian J. Murrell
(In reply to Dominik from comment #30)
 
 Workaround:
 Save attached message to folder (outside Thunderbird) and import it with the
 addon ImportExportTools.

Well, yes.  I think we all understand what the workaround is.  But I
think we all agree that it's cumbersome at best.  That's why we are all
CC'd on this bug, hoping it will get fixed.

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

Title:
  RFC822 Attachments and .EML files cannot be moved to folders

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

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


[Bug 1007924] Re: pm-utils uses wrong interface for NetworkManager hook (should be org.freedesktop.NetworkManager.Sleep)

2013-02-10 Thread Brian J. Murrell
This problem exists in LTS 12.04.  It causes machines coming back from
resume to use illegal IP addresses since it uses the address that it had
when it suspended and does not renew it on resume.  This means if the
lease expired while suspended, it is against network and security
policies (of some/many corporate networks) to use it.

When will this problem be fixed?

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

Title:
  pm-utils uses wrong interface for NetworkManager hook (should be
  org.freedesktop.NetworkManager.Sleep)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1007924/+subscriptions

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


[Bug 1007924]

2013-02-10 Thread Brian J. Murrell
Can we get a comment from the maintainer whether this patch is or will
(not) be applied and explanation as to why not if not?

This bug is percolating to many downstream consumers of this package.
It's not really reasonable to ignore it here and expect them all to fix
it themselves.

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

Title:
  pm-utils uses wrong interface for NetworkManager hook (should be
  org.freedesktop.NetworkManager.Sleep)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1007924/+subscriptions

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


[Bug 695247] Re: dhcp3-client doesn't renew leases after suspend

2013-02-09 Thread Brian J. Murrell
This is not wishlist.  This is a bug.

It is absolutely invalid and wrong to just get onto a network and use an
address that was not either given to you manually by the network
administrator or obtained through some autoconfiguration tool such as
DHCP.  Therefore, using an IP address after it's lease has expired is
simply wrong, and very well likely a network policy violation.  In a
corporate environment this BUG could be exposing network users to the
risk of being sanctioned by their IT and security departments for
violating policies.

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

Title:
  dhcp3-client doesn't renew leases after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/695247/+subscriptions

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


[Bug 1005504] Re: [Upstream] Writer: Avery 5167 label bottom vertically truncated

2013-01-25 Thread Brian J. Murrell
So when will this bug be fixed in 12.04, the LTS release that is
supposed to be being supported currently?

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

Title:
  [Upstream] Writer: Avery 5167 label bottom vertically truncated

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

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


Re: [Bug 1005504] Re: [Upstream] Writer: Avery 5167 label bottom vertically truncated

2013-01-25 Thread Brian J. Murrell
On 13-01-25 11:33 AM, Björn Michaelsen wrote:
 fix is in 3.6 released with quantal

This doesn't, answer my question about 12.04 which is the current LTS
release and should be currently (and for quite a while still) supported.

When will this fix go into the current LTS?

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

Title:
  [Upstream] Writer: Avery 5167 label bottom vertically truncated

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

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

Re: [Bug 1005504] Re: [Upstream] Writer: Avery 5167 label bottom vertically truncated

2013-01-25 Thread Brian J. Murrell
On 13-01-25 12:20 PM, Björn Michaelsen wrote:
 doesnt qualify: https://wiki.ubuntu.com/StableReleaseUpdates

Oh, so LTS == Long Term Support, except where it's not?

What's the point of LTS if users have to put up with a whole slew of
issues which doesnt qualify to be fixed for (at minimum) the 2 years
it will be until another LTS is released?

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

Title:
  [Upstream] Writer: Avery 5167 label bottom vertically truncated

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

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

[Bug 1005504] Re: [Upstream] Writer: Avery 5167 label bottom vertically truncated

2013-01-25 Thread Brian J. Murrell
OK.  So debate about LTS aside, back to the issue at hand: how am I as a
user of an LTS system supposed to be able to print labels given this
bug?

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

Title:
  [Upstream] Writer: Avery 5167 label bottom vertically truncated

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

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


[Bug 1098981] Re: fails to resume from suspend

2013-01-13 Thread Brian J. Murrell
It seems that http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.2.34-precise/, which 3.2.0-35-generic is apparently
based on has a number of issues with suspend/resume also.

Suspend/resume worked great in 2.6.38-13 (natty).  Why has it gone all
to hell since then?

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

Title:
  fails to resume from suspend

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

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


[Bug 1099202] [NEW] null pointer dereference unloading then loading mceusb

2013-01-13 Thread Brian J. Murrell
Public bug reported:

Simply doing an rmmod mceusb; modprobe mceusb triggers the crash in
the crash.txt attachment.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-generic 3.2.0.35.40
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D0c', 
'/dev/snd/pcmC1D0p', '/dev/snd/pcmC1D1p', '/dev/snd/pcmC1D2c', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D2', 
'/dev/snd/hwC0D3', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xdeffc000 irq 25'
   Mixer name   : 'Nvidia GPU 0b HDMI/DP'
   Components   : 'HDA:10de000b,10de0101,00100200'
   Controls  : 24
   Simple ctrls  : 4
Card1.Amixer.info:
 Card hw:1 'VT82xx'/'HDA VIA VT82xx at 0xdfafc000 irq 17'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,1462f603,0012'
   Controls  : 47
   Simple ctrls  : 22
CurrentDmesg:
 [   19.098348] init: udev-fallback-graphics main process (1288) terminated 
with status 1
 [   19.121310] init: plymouth-splash main process (1294) terminated with 
status 1
Date: Sun Jan 13 15:17:56 2013
IwConfig: Error: [Errno 2] No such file or directory
MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-7253
MarkForUpload: True
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-35-generic 
root=/dev/mapper/rootvol-ubuntu_root ro console=ttyS0,115200 console=tty0
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-35-generic N/A
 linux-backports-modules-3.2.0-35-generic  N/A
 linux-firmware1.79.1
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: MS-7253
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.board.version: 1.00
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/01/2006:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7253:pvr1.00:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7253:rvr1.00:cvn:ct3:cvr:
dmi.product.name: MS-7253
dmi.product.version: 1.00
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

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


** Tags: apport-bug i386 precise

** Attachment added: crash.txt
   https://bugs.launchpad.net/bugs/1099202/+attachment/3482136/+files/crash.txt

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

Title:
  null pointer dereference unloading then loading mceusb

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

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


[Bug 1098981] Re: fails to resume from suspend

2013-01-12 Thread Brian J. Murrell
Worth adding, all tests, on both kernels were done without any
binary/proprietary nvidia module loaded in the kernel.

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

Title:
  fails to resume from suspend

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

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


[Bug 1098981] [NEW] fails to resume from suspend

2013-01-12 Thread Brian J. Murrell
Public bug reported:

Latest precise kernel (and most previous ones) seem to fail to resume
from suspend on the hardware in this bug report.  The mainline kernel at
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.31-precise/ doesn't
have this problem.

To suspend I am simply doing:

# echo mem  /sys/power/state

On the aforementioned mainline kernel, I can do the above and resume and
repeat over and over, until the cows come home and the machine suspends
and resumes properly every time.  Just one echo mem  /sys/power/state
and the machine will never resume and needs to be hard reset.

Clearly this is Ubuntu kernel sauce causing this.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-generic 3.2.0.35.40
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D0c', 
'/dev/snd/pcmC1D0p', '/dev/snd/pcmC1D1p', '/dev/snd/pcmC1D2c', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D2', 
'/dev/snd/hwC0D3', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xdeffc000 irq 25'
   Mixer name   : 'Nvidia GPU 0b HDMI/DP'
   Components   : 'HDA:10de000b,10de0101,00100200'
   Controls  : 24
   Simple ctrls  : 4
Card1.Amixer.info:
 Card hw:1 'VT82xx'/'HDA VIA VT82xx at 0xdfafc000 irq 17'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,1462f603,0012'
   Controls  : 47
   Simple ctrls  : 22
CurrentDmesg: [   17.242779] init: udev-fallback-graphics main process (1268) 
terminated with status 1
Date: Sat Jan 12 16:51:42 2013
IwConfig: Error: [Errno 2] No such file or directory
MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-7253
MarkForUpload: True
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-35-generic 
root=/dev/mapper/rootvol-ubuntu_root ro console=ttyS0,115200 console=tty0 
no_console_suspend
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-35-generic N/A
 linux-backports-modules-3.2.0-35-generic  N/A
 linux-firmware1.79.1
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: MS-7253
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.board.version: 1.00
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/01/2006:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7253:pvr1.00:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7253:rvr1.00:cvn:ct3:cvr:
dmi.product.name: MS-7253
dmi.product.version: 1.00
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

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


** Tags: apport-bug i386 precise

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

Title:
  fails to resume from suspend

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

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


Re: [Bug 1094496] Re: gnome-keyring-daemon leaks memory

2013-01-07 Thread Brian J. Murrell
On 13-01-07 01:06 PM, Sebastien Bacher wrote:
 Thanks Brian, do you have details on how to trigger the leak?

Nothing more specific than just sit back and wait.  :-)  Seriously, I
don't to anything special here.  I keep SSH and PGP keys in my keyring
and ssh a lot and sign every outgoing e-mail.  Both ssh and e-mail
signing utilize the keyring of course.

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

Title:
  gnome-keyring-daemon leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/1094496/+subscriptions

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


[Bug 1094496] Re: gnome-keyring-daemon leaks memory

2013-01-05 Thread Brian J. Murrell
This patch from upstream bug #684351 seems to fix the problem here for
me.

** Patch added: patch to fix memory leak
   
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1094496/+attachment/3474829/+files/10_bz_684351_memory_leak.patch

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

** Also affects: gnome-keyring via
   https://bugzilla.gnome.org/show_bug.cgi?id=684351
   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/1094496

Title:
  gnome-keyring-daemon leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/1094496/+subscriptions

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


[Bug 1095270] [NEW] segfault in rb_track_transfer_batch_check_profiles()

2013-01-02 Thread Brian J. Murrell
Public bug reported:

I have what appears to be a pretty reproducible segfault here in 2.96.

If you need any more info, please don't hesitate to ask.

FWIW, I do have a full apport crash report but since apport sends whole
core files, which these days typically contain account credentials, I
don't send apport bug reports.  I will attach the ThreadedStacktrace
though.

ProblemType: Bug
DistroRelease: LinuxMint 12
Package: rhythmbox 2.96-0ubuntu4.2
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
Uname: Linux 3.2.0-29-generic-pae i686
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: i386
Date: Wed Jan  2 06:08:13 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rhythmbox
 Importance: Unknown
 Status: Unknown

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


** Tags: apport-bug i386 precise

** Attachment added: ThreadedStacktrace
   
https://bugs.launchpad.net/bugs/1095270/+attachment/3472497/+files/ThreadStacktrace

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

** Also affects: rhythmbox via
   https://bugzilla.gnome.org/show_bug.cgi?id=690993
   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/1095270

Title:
  segfault in rb_track_transfer_batch_check_profiles()

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

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


[Bug 1095270] Re: segfault in rb_track_transfer_batch_check_profiles()

2013-01-02 Thread Brian J. Murrell
This patch appears to fix the segfault in my local testing.

** Patch added: patch to fix segfault
   
https://bugs.launchpad.net/rhythmbox/+bug/1095270/+attachment/3472612/+files/git_bz690993.patch

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

Title:
  segfault in rb_track_transfer_batch_check_profiles()

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

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


Re: [Bug 1094739] Re: no way to disable database backup

2013-01-02 Thread Brian J. Murrell
On 13-01-02 11:18 AM, Mario Limonciello wrote:
 I think the easiest solution for you would be to just comment out the
 line in the cron job in /etc.

Yeah.  I've done that in the meanwhile.

 If we ever add something else to that
 cron job it will do a conffile prompt on upgrade.

Right.  Yet another conffile modification to resolve on every upgrade.
There are just too many in Ubuntu in general anymore so thus my search
for an cleaner solution.

 The other solution would be for there to be a switch in something in
 /etc/default/mythtv-database or /etc/default/mythtv-common or similar
 that enabled/disabled the backup.  You would run into the same problem
 with conffile prompts should we add anything to that /etc/default file
 at any time.

Right.  But at least if such changes were in a more common file like
those in /etc/default, there is a hope that one could whack a bunch of
diffs all in one file rather than having to resolve multiple files in
a given package.

 What's better for you?

Neither.  :-)  But having to choose one or the other, the latter I
suppose.

Cheers.

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

Title:
  no way to disable database backup

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

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


[Bug 1094739] [NEW] no way to disable database backup

2012-12-30 Thread Brian J. Murrell
Public bug reported:

In /etc/cron.weekly/mythtv-database there is:

/usr/share/mythtv/mythconverg_backup.pl

Which ends up producing an error:

ERROR: DBBackupDirectory not specified, stopped at 
/usr/share/mythtv/mythconverg_backup.pl line 856.
run-parts: /etc/cron.weekly/mythtv-database exited with return code 255

if a database backup directory is not specified anywhere.  But in my
case, I don't specify one because I have an independent database dump
and backup process attached to my nightly backups so having
/etc/cron.weekly/mythtv-database do it is redundant.  Yet there is no
way for me, as a user/admin/operator to opt to disable this backup and
instead I just get these error messages in my e-mail every week.

There really ought to be a way for me to prefer to not have the MythTV
package itself do a backup if I know it's being done elsewhere.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mythtv-database 2:0.25.3+fixes.20121124.76d9c3e-0ubuntu0mythbuntu3
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic i686
.var.log.mythtv.mythavtest.log:
 
.var.log.mythtv.mythtv.setup.log:
 
.var.log.mythtv.mythutil.log:
 
.var.log.mythtv.mythwelcome.log:
 
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
CrashDB: mythbuntu
Date: Sun Dec 30 14:17:55 2012
Installed_mythtv_dbg: 2:0.25.3+fixes.20121124.76d9c3e-0ubuntu0mythbuntu3
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: mythtv
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.mysql.conf.d.mythtv.cnf:
 [mysqld]
 bind-address=0.0.0.0
 max_connections=100
mtime.conffile..etc.mysql.conf.d.mythtv.cnf: 2012-11-28T07:22:17

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


** Tags: apport-bug i386 precise

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

Title:
  no way to disable database backup

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

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


[Bug 1094496] [NEW] gnome-keyring-daemon leaks memory

2012-12-29 Thread Brian J. Murrell
Public bug reported:

gnome-keyring-daemon gets killed here every few days due to it's memory
size exceeding the site imposed limit of 2GB per process.  The ulimit of
course is not the problem as even with an unlimited setting, it would
just grow until it was killed by the OOM killer.

The real problem here is that gnome-keyring-daemon has no business
growing to even a fraction of the 2GB limit imposed here.  2G for a
simple keyring daemon is absurd.

Looking at the upstream changelog for versions beyond the 3.2.2 on which
the Ubuntu version is based appear to have fixed memory leaks.  Given
that this leaking 3.2.2-2ubuntu4 version is in the Precise LTS release,
upgrading to a newer Ubuntu release is not a solution nor an option --
this LTS release is supposed to be supported beyond 2017.  A fix needs
to be backported.  Having gnome-keyring-daemon leaking for 5 more years
is simply unacceptable.

ProblemType: Bug
DistroRelease: LinuxMint 12
Package: gnome-keyring 3.2.2-2ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
Uname: Linux 3.2.0-29-generic-pae i686
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
Date: Sat Dec 29 11:38:45 2012
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-keyring
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: [modified]
modified.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: [modified]
modified.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: [modified]
modified.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: [modified]
mtime.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: 2012-03-21T15:31:45
mtime.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: 
2012-02-23T18:28:50
mtime.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: 
2012-02-23T18:26:38
mtime.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: 2012-03-21T15:32:22

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


** Tags: apport-bug i386 lisa

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

Title:
  gnome-keyring-daemon leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1094496/+subscriptions

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


[Bug 1005928] Re: segfault in gconf_engine_get_fuller()

2012-12-18 Thread Brian J. Murrell
No worries.  I'm using linphone now.  Have been for a long time now and
it's meeting all of my needs.

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

Title:
  segfault in gconf_engine_get_fuller()

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

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


[Bug 1005928] Re: segfault in gconf_engine_get_fuller()

2012-12-18 Thread Brian J. Murrell
I should add though, I've never had any large address books.  I doubt
I've ever had more than a dozen entries in one.

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

Title:
  segfault in gconf_engine_get_fuller()

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

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


Re: [Bug 714560] Re: ekiga hangs frequently

2012-12-18 Thread Brian J. Murrell
On 12-12-18 06:20 AM, Eugen Dedu wrote:
 Please use ekiga 4.0.0, it fixes such issues.

That's not available (yet) and I guess won't be for a few years for LTS
users.

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

Title:
  ekiga hangs frequently

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

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


Re: [Bug 1005928] Re: segfault in gconf_engine_get_fuller()

2012-12-18 Thread Brian J. Murrell
On 12-12-18 08:04 AM, Eugen Dedu wrote:
 It is not about address book, but about the call history.

Ahhh.  My mistake.  I do suppose I could have had a long call history
given that this was a client on my home PBX.

Thanks much for the clarification.

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

Title:
  segfault in gconf_engine_get_fuller()

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

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


Re: [Bug 736135] Re: way old version in supported lucid (LTS)

2012-11-08 Thread Brian J. Murrell
On 12-11-08 09:03 AM, zapman wrote:
 
 That said, compiling gtkg from source is extremely easy. Just download the 
 source tarball from http://gtk-gnutella.sourceforge.net/, extract it say in 
 your home directory. Then open a terminal and type (or copypaste) the 
 following commands:
 sudo apt-get install fakeroot debhelper gcc make zlib1g-dev libgnutls-dev 
 gettext libdbus-1-dev libglib2.0-dev libgtk2.0-dev
 cd gtk-gnutella-0.[autocomplete with tab]
 ./build.sh
 sudo make install

That's a horrible thing to suggest people to do as they will wind up
with files in their filesystem that are not managed by any package
manager.  Inevitably they will end up with old stale files that cause
problems as newer versions of the package are installed with a package
manager.

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

Title:
  way old version in supported lucid (LTS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-gnutella/+bug/736135/+subscriptions

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


Re: [Bug 1073580] Re: mythtv-backend needs to run in writable directory

2012-11-05 Thread Brian J. Murrell
On 12-11-05 07:07 PM, Mario Limonciello wrote:
 Well and actually that conflicts with what this commit says:
 
 http://code.mythtv.org/trac/changeset/4a515ba3904bde90f7d9b64c5a7dc10e49a77dd8/mythtv
 
 In theory 0.25 should be able to dump.

I'm using 0.25-fixes and not getting core dumps.  I've also set the core
limit to unlimited.  I don't think I have had once since I changed the
PWD in the initscript though, so difficult to come to a conclusion yet.

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

Title:
  mythtv-backend needs to run in writable directory

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

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


[Bug 1073580] [NEW] mythtv-backend needs to run in writable directory

2012-10-31 Thread Brian J. Murrell
Public bug reported:

The mythtv-backend process needs to be run in a directory that it can
write into, ~mythtv for example.  This is required so that a core file
can be collected if/when it segfaults -- like it has been doing here.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mythtv-backend 2:0.25.2+fixes.20121002.139bd59-0ubuntu0mythbuntu4 
[origin: LP-PPA-mythbuntu-0.25]
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic i686
.var.log.mythtv.mythavtest.log:
 
.var.log.mythtv.mythbackend.log:
 
.var.log.mythtv.mythccextractor.log:
 
.var.log.mythtv.mythcommflag.log:
 
.var.log.mythtv.mythfrontend.log:
 
.var.log.mythtv.mythjobqueue.log:
 
.var.log.mythtv.mythlcdserver.log:
 
.var.log.mythtv.mythmediaserver.log:
 
.var.log.mythtv.mythmetadatalookup.log:
 
.var.log.mythtv.mythpreviewgen.log:
 
.var.log.mythtv.mythshutdown.log:
 
.var.log.mythtv.mythtranscode.log:
 
.var.log.mythtv.mythtv.setup.log:
 
.var.log.mythtv.mythutil.log:
 
.var.log.mythtv.mythwelcome.log:
 
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
CrashDB: mythbuntu
Date: Wed Oct 31 10:07:13 2012
Installed_mythtv_dbg: 2:0.25.2+fixes.20121002.139bd59-0ubuntu0mythbuntu4
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: mythtv
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.logrotate.d.mythtv.backend: [modified]
mtime.conffile..etc.init.mythtv.backend.conf: 2012-10-31T10:05:57
mtime.conffile..etc.logrotate.d.mythtv.backend: 2012-06-04T22:15:10

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


** Tags: apport-bug i386 precise third-party-packages

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

Title:
  mythtv-backend needs to run in writable directory

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

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


[Bug 1073580] Re: mythtv-backend needs to run in writable directory

2012-10-31 Thread Brian J. Murrell
I should add, look at the
modified.conffile..etc.init.mythtv.backend.conf.txt attachment for an
example of how to do this.

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

Title:
  mythtv-backend needs to run in writable directory

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

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


Re: [Bug 1073580] Re: mythtv-backend needs to run in writable directory

2012-10-31 Thread Brian J. Murrell
On 12-10-31 10:40 AM, Thomas Mashos wrote:
 Shouldn't the crash file already be written to /var/crash/  ? 

Interesting point.  It doesn't seem to be the case however.  Given this
segfault:

Oct 30 22:00:03 pvr kernel: [1937721.428406] mythbackend[13502]:
segfault at 28 ip 0620ef91 sp b2ffe140 error 4 in
libQtCore.so.4.8.1[607d000+2d4000]

There was nothing in /var/crash about it.

However given a different segfault:

Oct 29 16:02:05 pvr kernel: [1829843.051149] mythcommflag[2020]:
segfault at b37fb3f4 ip 080626cc sp bfa4d1f0 error 4 in
mythcommflag[8048000+6e000]

There is indeed a:

-rw-r-  1 mythtv mythtv 11878631 Oct 29 16:02
_usr_bin_mythcommflag.103.crash

So what's different about these processes and why one's segfault is
being caught by apport and the other is not?

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

Title:
  mythtv-backend needs to run in writable directory

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

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


[Bug 1064986] [NEW] need patch to reduce debug verbosity

2012-10-10 Thread Brian J. Murrell
Public bug reported:

Per the RedHat bug https://bugzilla.redhat.com/show_bug.cgi?id=754940
the same patch needs to be applied to the Ubuntu package.  As you will
see from that RH bug report, the patch has been accepted upstream,
presumably for 2.4.13:
https://bugzilla.cyrusimap.org/show_bug.cgi?id=3269#c3

Seeing as 2.4.12 is in the LTS release, it would be a pity to have to
wait 2 years to see this problem fixed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: cyrus-imapd-2.4 2.4.12-2
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Wed Oct 10 07:48:54 2012
ProcEnviron:
 TERM=screen
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: cyrus-imapd-2.4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cyrus-imapd-2.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  need patch to reduce debug verbosity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-imapd-2.4/+bug/1064986/+subscriptions

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


[Bug 1064636] [NEW] shouldn't use /path/to/...

2012-10-09 Thread Brian J. Murrell
Public bug reported:

In the rsnapshot.conf that is included with rsnapshot-1.3.1-3, there are
paths as such:

#linux_lvm_cmd_lvcreate /path/to/lvcreate
#linux_lvm_cmd_lvremove /path/to/lvremove

Yes, I see they are commented out by default so somebody uncommenting
them ought to fix the /path/to/ to be the right path, but there is no
reason for this.  The file as shipped in the .deb ought to have the
correct path in it already.

** Affects: 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/1064636

Title:
  shouldn't use /path/to/...

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

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


[Bug 1064636] Re: shouldn't use /path/to/...

2012-10-09 Thread Brian J. Murrell
** Package changed: ubuntu = rsnapshot (Ubuntu)

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

Title:
  shouldn't use /path/to/...

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

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


[Bug 1059567] [NEW] update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)

2012-10-01 Thread Brian J. Murrell
Public bug reported:

While installing sasl2-bin I got the following message:

Setting up sasl2-bin (2.1.25.dfsg1-3ubuntu0.1) ...
update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match 
LSB Default-Stop values (1)
 * Starting SASL Authentication Daemon saslauthd
   ...done.

Note in particular the warning:

update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not
match LSB Default-Stop values (1)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: sasl2-bin 2.1.25.dfsg1-3ubuntu0.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Mon Oct  1 08:51:43 2012
ProcEnviron:
 TERM=screen
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: cyrus-sasl2
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.default.saslauthd: 2012-04-28T18:39:24

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not
  match LSB Default-Stop values (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1059567/+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 1059567] Re: update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)

2012-10-01 Thread Brian J. Murrell
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1059567

Title:
  update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not
  match LSB Default-Stop values (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1059567/+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 1059567] Re: update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)

2012-10-01 Thread Brian J. Murrell
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059567

Title:
  update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not
  match LSB Default-Stop values (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1059567/+subscriptions

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


[Bug 1059567] [NEW] update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)

2012-10-01 Thread Brian J. Murrell
Public bug reported:

While installing sasl2-bin I got the following message:

Setting up sasl2-bin (2.1.25.dfsg1-3ubuntu0.1) ...
update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not match 
LSB Default-Stop values (1)
 * Starting SASL Authentication Daemon saslauthd
   ...done.

Note in particular the warning:

update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not
match LSB Default-Stop values (1)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: sasl2-bin 2.1.25.dfsg1-3ubuntu0.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Mon Oct  1 08:51:43 2012
ProcEnviron:
 TERM=screen
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: cyrus-sasl2
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.default.saslauthd: 2012-04-28T18:39:24

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  update-rc.d: warning: saslauthd stop runlevel arguments (0 1 6) do not
  match LSB Default-Stop values (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1059567/+subscriptions

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


[Bug 496886] Re: Squid crashes with assertion failed authenticateUserAuthenticated

2012-09-26 Thread Brian J. Murrell
OK.  So when will this be fixed?  This bug has been open for a year and
3 months already.  It was reported in the previous LTS and is still
present in the current LTS.  That makes this bug over 2 years old.

Is having a crashing proxy server in two LTS releases acceptable?  Is it
acceptable especially considering there is a fix and that's to simply
update the package to something more current?

I notice this isn't even fixed for the next release, Quantal since the
fix is only in squid 3.2 and Quantal is still reporting as using 3.1.20.
Or was the fix for this backported from the upstream's 3.2 release to
Quantal's 3.1.20 release?  I don't see anything in
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/quantal/squid3/quantal/files/head:/debian/patches/
(assuming that's the correct place to look) that indicates a patch for
this issue.

I guess once again, I will be rolling my own packages here again to fix
what my distro won't.  ~sigh~

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

Title:
  Squid crashes with assertion failed authenticateUserAuthenticated

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/496886/+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 496886] Re: Squid crashes with assertion failed authenticateUserAuthenticated

2012-09-26 Thread Brian J. Murrell
OK.  So when will this be fixed?  This bug has been open for a year and
3 months already.  It was reported in the previous LTS and is still
present in the current LTS.  That makes this bug over 2 years old.

Is having a crashing proxy server in two LTS releases acceptable?  Is it
acceptable especially considering there is a fix and that's to simply
update the package to something more current?

I notice this isn't even fixed for the next release, Quantal since the
fix is only in squid 3.2 and Quantal is still reporting as using 3.1.20.
Or was the fix for this backported from the upstream's 3.2 release to
Quantal's 3.1.20 release?  I don't see anything in
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/quantal/squid3/quantal/files/head:/debian/patches/
(assuming that's the correct place to look) that indicates a patch for
this issue.

I guess once again, I will be rolling my own packages here again to fix
what my distro won't.  ~sigh~

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

Title:
  Squid crashes with assertion failed authenticateUserAuthenticated

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

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


Re: [Bug 699802] Re: error:: no video mode activated

2012-09-26 Thread Brian J. Murrell
On 12-09-26 11:35 AM, Colin Watson wrote:
 Could affected people retest with GRUB 2.00 in an up-to-date build of
 Ubuntu 12.10, please?

Just a suggestion...

In general, I'd guess that most people are unable to do such things.  I
don't know about anyone else, but I stick to stable releases for my systems.

In general, getting things like this tested would probably go a lot
better if you did backports to releases that most people are probably using.

Maybe there are enough people this bug is affecting that you might hit
one or two previewing 12.10.  I dunno.  I just know that I don't have
any 12.10 systems here.

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

Title:
  error:: no video mode activated

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

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


[Bug 1056248] [NEW] assertion failed: AclProxyAuth.cc:229: authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

2012-09-25 Thread Brian J. Murrell
Public bug reported:

Squid 3.1.19 is failing with:

assertion failed: AclProxyAuth.cc:229:
authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

This is reported and fixed upstream however the fix only went into 3.2
because it's too invasive for 3.1.

Thus, squid3 on Qunatal AND Precise need updating to 3.2, unless you
feel like trying to backport this fix yourselves.

** Affects: squid
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Squid Bugzilla #2305
   http://bugs.squid-cache.org/show_bug.cgi?id=2305

** Also affects: squid via
   http://bugs.squid-cache.org/show_bug.cgi?id=2305
   Importance: Unknown
   Status: Unknown

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

Title:
  assertion failed: AclProxyAuth.cc:229:
  authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/1056248/+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 1056118] [NEW] need update to 15.0.1 on Precise

2012-09-25 Thread Brian J. Murrell
Public bug reported:

There is a nasty performance issue with TB 15 which is fixed in 15.0.1
according to reports in
https://bugzilla.mozilla.org/show_bug.cgi?id=787348.

I have confirmed this by installing 15.0.1 from
https://launchpad.net/~mozillateam/+archive/thunderbird-stable.

This needs to be updated on Precise.

** Affects: thunderbird (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/1056118

Title:
  need update to 15.0.1 on Precise

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

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


Re: [Bug 1056118] Re: need update to 15.0.1 on Precise

2012-09-25 Thread Brian J. Murrell
On 12-09-25 08:45 AM, Chris Coulson wrote:
 Huh, I thought we'd already updated this???!! (at least, I uploaded it
 to the security PPA 2 weeks ago).

Security PPA?

 And I'm not sure why it's in the
 thunderbird-stable PPA.

I would imagine because it's the latest stable release?

 Using those PPA's sends out mixed messages and
 is incredibly confusing considering I blogged about them months ago to
 say that they are no longer in use :/

I guess I don't care where I get the packages as long as I can get
up-to-date releases, quickly and easily -- without all of the
bureaucracy of SRUs, backport justification writeups and whatever other
crap makes getting updates take 6 months.

 I really should have just deleted those PPA's to avoid all confusion.
 They are definitely not meant to be in use.

So where should a current Precise user be getting their thunderbird
15.0.1 from considering that it's not yet in the Precise repos?

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

Title:
  need update to 15.0.1 on Precise

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

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


[Bug 1049428] Re: Thunderbird 15.0.1 stable update tracking bug

2012-09-25 Thread Brian J. Murrell
Just a guess, but failed build on ia64 and sparc?

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

Title:
  Thunderbird 15.0.1 stable update tracking bug

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

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


[Bug 1056248] [NEW] assertion failed: AclProxyAuth.cc:229: authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

2012-09-25 Thread Brian J. Murrell
Public bug reported:

Squid 3.1.19 is failing with:

assertion failed: AclProxyAuth.cc:229:
authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

This is reported and fixed upstream however the fix only went into 3.2
because it's too invasive for 3.1.

Thus, squid3 on Qunatal AND Precise need updating to 3.2, unless you
feel like trying to backport this fix yourselves.

** Affects: squid
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Squid Bugzilla #2305
   http://bugs.squid-cache.org/show_bug.cgi?id=2305

** Also affects: squid via
   http://bugs.squid-cache.org/show_bug.cgi?id=2305
   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/1056248

Title:
  assertion failed: AclProxyAuth.cc:229:
  authenticateUserAuthenticated(Filled(checklist)-auth_user_request)

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

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


[Bug 995645] Re: udevd: timeout: killing 'watershed sh -c '/sbin/lvm vgscan; /sbin/lvm vgchange -a y''

2012-09-02 Thread Brian J. Murrell
And still, a month and a half later, not even a triage of this bug.

I guess it might be time to move on to a new distro.  Ubuntu seem like
they have better things to do than fix bugs that seem to continue on
from one release to another.

In any case, if I remove all of my LVM snapshots this problem goes away.

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

Title:
  udevd: timeout: killing 'watershed sh -c '/sbin/lvm vgscan; /sbin/lvm
  vgchange -a y''

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

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


[Bug 1043637] Re: ignores sm.d directory for realms

2012-08-30 Thread Brian J. Murrell
And here's a patch that restores the behaviour.

** Patch added: fix sm.d/ dir usage
   
https://bugs.launchpad.net/ubuntu/+source/jabberd2/+bug/1043637/+attachment/3283702/+files/30sm.patch

** Tags added: patch

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

Title:
  ignores sm.d directory for realms

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

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


[Bug 1044039] [NEW] badly needs an update

2012-08-30 Thread Brian J. Murrell
Public bug reported:

Jabberd2 has fixed a number of bugs in 2.2.15:

https://bugs.launchpad.net/jabberd2/+bug/899284
https://bugs.launchpad.net/jabberd2/+bug/374687

It would be very nice to see an update in Ubuntu Linux that reflects
this progress.  If I am reading
https://launchpad.net/jabberd2/master/2.2.8 correctly, the version you
are packaging and shipping is over 3(!) years old.

Thanks for your consideration.

** Affects: jabberd2 (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/1044039

Title:
  badly needs an update

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

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


[Bug 1043637] [NEW] ignores sm.d directory for realms

2012-08-29 Thread Brian J. Murrell
Public bug reported:

The jabberd2 package includes an sm.d subdirectory of /etc/jabberd2/
where one is suppose to be able to configure additional realms/domains
to be serviced by the jabberd2 instance.  This directory is completely
ignored by the current startup scripts.  Pity.

** Affects: jabberd2 (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/1043637

Title:
  ignores sm.d directory for realms

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

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


[Bug 1042199] [NEW] doesn't actually download flash plugin

2012-08-27 Thread Brian J. Murrell
Public bug reported:

I have installed:

flashplugin-installer:
  Installed: 11.2.202.238ubuntu0.12.04.1
  Candidate: 11.2.202.238ubuntu0.12.04.1

But when I run:

$ sudo dpkg-reconfigure flashplugin-installer

And hit return at the Location to the local file: prompt, leaving the
input empty so that the installer will download the flash plugin as it
says it will in the explanation of the input field: ...  If you have
not already downloaded it, leave this blank and the package will be
downloaded automatically.

But no download actually happens and dpkg-reconfigure flashplugin-
installer exits without doing anything.

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: precise

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

Title:
  doesn't actually download flash plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1042199/+subscriptions

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


  1   2   3   4   5   6   7   8   9   10   >