[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-04-10 Thread Dave Chiluk
The above debdiff resolves the 00list issues for bug 
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1057358

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
They likely have too few placement groups. They can retrieve their current 
value using ...
$ ceph osd pool get {pool-name} pg_num

Please have IS set the number of placement groups according to the below page.  
http://ceph.com/docs/master/rados/operations/placement-groups/

Basically it should be  = 100 * number of osds/number of replicas

Assuming they are at a new enough version they should be able to run
ceph osd pool set {pool-name} pg_num {pg_num}

#wosup

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
Woops missed the below.

Once you increase the number of placement groups, you must also increase
the number of placement groups for placement (pgp_num) before your
cluster will rebalance. The pgp_num should be equal to the pg_num. To
increase the number of placement groups for placement, execute the
following:

ceph osd pool set {pool-name} pgp_num {pgp_num}

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
** Changed in: ceph (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2014-01-21 Thread Dave Chiluk
I went through and verified these tonight.

I never want to see this bug ever again.

** Tags removed: verification-needed
** Tags added: verification-done verification-done-precise 
verification-done-saucy

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: mysql-5.5 (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
pkern-k that comment is from a bot that monitors all bugs open against
linux.

This was modified by c28f49fd37b during the ubuntu-raring kernel
timeframe, due to a configuration review.

We are looking into this.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
** Description changed:

- I've upgraded from 12.04 to 14.04 and the keepalived no longer loads any
- IPv6 virtual servers.
+ SRU Justification:
+ Impact: Keepalived is no longer able to load any IPv6 virtual servers for 
load balancing purposes.
+ Fix: Re-enable CONFIG_IP_VS_IPV6=y
+ Testcase: Attempt to load ipv6 virtual servers.
+ 
+ 
+ _
+ 
+ 
+ I've upgraded from 12.04 to 14.04 and the keepalived no longer loads any IPv6 
virtual servers.
  
  I get the following message when trying to list a virtual service:
  ipvsadm -L -t [2001::::xxx]:xxx
  Resource temporarily unavailable
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: keepalived 1:1.2.7-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  Date: Tue Apr  1 13:45:51 2014
  ProcEnviron:
-  TERM=screen
-  PATH=(custom, no user)
-  LANG=en_ZA.UTF-8
-  SHELL=/bin/bash
+  TERM=screen
+  PATH=(custom, no user)
+  LANG=en_ZA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: keepalived
  UpgradeStatus: Upgraded to trusty on 2014-03-31 (0 days ago)

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-02 Thread Dave Chiluk
Change has been submitted to both Trusty, and Utopic trees.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-06 Thread Dave Chiluk
Assuming the schedule holds, and there aren't any unforseen CVE's or
test regressions, we should see it in about 4 weeks.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-12 Thread Dave Chiluk
@pkern, it is already in proposed for precise.  Make sure you enable
-proposed from a mirror that has already synced with the main archives
*(i.e. mirroring usually happens nightly, so it may not be on your
mirror yet).

The lts-trusty kernels in precise are basically mirrors of the ubuntu-
trusty.git repository built within precise.

** Changed in: keepalived (Ubuntu Trusty)
   Status: New = Invalid

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1313209] Re: Running byobu-ctrl-a fails

2014-07-17 Thread Dave Chiluk
The trusty fix for this is still sitting in trusty-proposed.  Can this
be released to updates?

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

Title:
  Running byobu-ctrl-a fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1313209/+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 583216] Re: inet_protocols can't be preseeded

2014-09-02 Thread Dave Chiluk
@matthew-l-dailey,

Could you put together a debdiff for this patch against the latest utopic 
sources?
This looks to be a fairly good guide.
http://packaging.ubuntu.com/html/traditional-packaging.html

Also if you are feeling frisky you could also create a debdiff for the trusty 
and precise trees and submit it via the SRU Process described here.
https://wiki.ubuntu.com/StableReleaseUpdates

If you have any questions feel free to ping me via e-mail or IRC.

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

Title:
  inet_protocols can't be preseeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/583216/+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 1265877] Re: nova fails to launch i386 images

2014-10-03 Thread Dave Chiluk
** Also affects: nova-compute (Juju Charms Collection)
   Importance: Undecided
   Status: New

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

Title:
  nova fails to launch i386 images

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1265877/+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 1352570] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2014-12-12 Thread Dave Chiluk
There are numerous reports that this is still not resolved in the latest 
packages available in trusty. 
http://openvswitch.org/pipermail/discuss/2014-December/015931.html


** Tags added: cts

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

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1352570/+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 1403648] [NEW] Apparmor denies qemu access to a number of important directories.

2014-12-17 Thread Dave Chiluk
Public bug reported:

Apparmor denise libvirt access to a number of important directories.


syslog.4:Dec 12 17:18:08 nuc2 kernel: [54334.001494] type=1400 
audit(1418404688.659:48): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.537222] type=1400 
audit(1418404689.195:49): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.745412] type=1400 
audit(1418404689.403:50): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.808978] type=1400 
audit(1418404689.467:51): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.858862] type=1400 
audit(1418404689.515:52): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.909608] type=1400 
audit(1418404689.567:53): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 17:18:09 nuc2 kernel: [54334.976979] type=1400 
audit(1418404689.635:54): apparmor=DENIED operation=open 
profile=libvirt-64557998-1e6b-43fb-bf6a-7dc9b9c7a660 
name=/var/lib/charm/ceph/ceph.conf pid=23594 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 18:25:25 nuc2 kernel: [58368.978163] type=1400 
audit(1418408725.790:56): apparmor=DENIED operation=open 
profile=libvirt-c2f29087-8453-4441-a27d-71fcd7a5 
name=/var/lib/charm/ceph/ceph.conf pid=19293 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 18:25:25 nuc2 kernel: [58368.979670] type=1400 
audit(1418408725.790:57): apparmor=DENIED operation=open 
profile=libvirt-c2f29087-8453-4441-a27d-71fcd7a5 name=/tmp/ pid=19293 
comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=108 ouid=0
syslog.4:Dec 12 18:25:25 nuc2 kernel: [58368.979680] type=1400 
audit(1418408725.790:58): apparmor=DENIED operation=open 
profile=libvirt-c2f29087-8453-4441-a27d-71fcd7a5 name=/var/tmp/ 
pid=19293 comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=108 
ouid=0

In this case the machine was installed using juju and maas.  Specific
charms in play on this machine are ceph, and nova-compute.

I'm not sure if the juju charms need to be updated or if the libvirt
template needs to be updated or something else altogether.

It's important to not that without ceph apparmor still denies access to
/tmp and /var/tmp

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libvirt-bin 1.2.2-0ubuntu13.1.7
ProcVersionSignature: User Name 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Wed Dec 17 21:15:20 2014
KernLog:
 
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.libvirt.bin: [modified]
modified.conffile..etc.libvirt.libvirtd.conf: [modified]
modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission 
denied: '/etc/libvirt/qemu.conf']
mtime.conffile..etc.default.libvirt.bin: 2014-12-12T02:21:56.792085
mtime.conffile..etc.libvirt.libvirtd.conf: 2014-12-12T02:21:49.403764

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: ceph (Juju Charms Collection)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty uec-images

** Also affects: ceph (Juju Charms Collection)
   Importance: Undecided
   Status: New

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

Title:
  Apparmor denies qemu access to a number of important directories.

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

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

[Bug 215472] Re: Darklooks gtkrc is broken [hardy]

2008-08-06 Thread Dave Chiluk
Can someone tell me why hasn't this been released as a Hardy package
yet?

-- 
Darklooks gtkrc is broken [hardy]
https://bugs.launchpad.net/bugs/215472
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 154520] Re: Nuvola theme vanished on upgrade

2008-08-06 Thread Dave Chiluk
I noticed you opened this bug against gnome-themes-extras package.
Perhaps you want the kde-icons-nuvola package?

-- 
Nuvola theme vanished on upgrade
https://bugs.launchpad.net/bugs/154520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236616] Re: Fan constantly running on Thinkpad T60

2008-09-18 Thread Dave Chiluk
I have the same problem.

I have a T60p with Core Duo (not core 2).  with a Firegl v5200.   I am
however running the 2.26.5 kernel, in order to get the ath5k drivers.

-- 
Fan constantly running on Thinkpad T60
https://bugs.launchpad.net/bugs/236616
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 798868] Re: unity video tearing when moving windows in oneiric with nvidia-current

2011-10-28 Thread Dave Chiluk
I Daniel Van Vugt, I think there are two different problems being
described here.  I have the slow windows issue, but not the tearing
issue as described by the original poster as seen in his video.  Which
bug should be used for slowly moving windows?

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

Title:
  unity video tearing when moving windows in oneiric with nvidia-current

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

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


[Bug 760120] [NEW] mysql-admin and mysql-query-browser require unavailable dependency

2011-04-13 Thread Dave Chiluk
Public bug reported:

Both mysql-admin and mysql-query-browser require that mysql-gui-tools-
common = 5.0r14+openSUSE-2.1, but 5.0r14+openSUSE-2.2 is the only one
available in the repository.

Perhaps the = should be =.


chiluk@blueserv:/var/www$ sudo apt-get install mysql-admin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mysql-admin : Depends: mysql-gui-tools-common (= 5.0r14+openSUSE-2.1) but 
5.0r14+openSUSE-2.2 is to be installed
   Recommends: mysql-query-browser but it is not going to be 
installed
E: Broken packages

chiluk@blueserv:/var/www$ sudo apt-get install mysql-query-browser
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mysql-query-browser : Depends: mysql-gui-tools-common (= 5.0r14+openSUSE-2.1) 
but 5.0r14+openSUSE-2.2 is to be installed
   Depends: libgtkhtml3.14-19 ( 1:3.31) but 
1:3.32.2-0ubuntu1 is to be installed
E: Broken packages

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: mysql-admin (not installed)
ProcVersionSignature: Ubuntu 2.6.38-7.39-server 2.6.38
Uname: Linux 2.6.38-7-server x86_64
Architecture: amd64
Date: Wed Apr 13 13:55:01 2011
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Beta 1 amd64 
(20110329.2)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mysql-gui-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-gui-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

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

Title:
  mysql-admin and mysql-query-browser require unavailable dependency

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


[Bug 566422] Re: ID 1784:0011 TopSeed USB IR receiver no longer works in 10.04

2010-09-24 Thread Dave Chiluk
Works fine in Maverick.

-- 
ID 1784:0011 TopSeed USB IR receiver no longer works in 10.04
https://bugs.launchpad.net/bugs/566422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2010-09-25 Thread Dave Chiluk
It works a lot better, but it's still missing im-ibus.so.  This same
application doesn't have issue in 10.04 which also doesn't have a 32-bit
im-ibus.so.  It looks like something has changed in one of the gtk
libraries in mandrake such that it is now needing a 32-bit built im-
ibus.so.  This library doesn't exist in 10.04, but the application
doesn't have an iss


chi...@blackandblue:/opt/agns/bin$ ./agnclient

(agnclient:3416): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-
ibus.so: wrong ELF class: ELFCLASS64

(agnclient:3416): Gtk-WARNING **: Loading IM context type 'ibus' failed

-- 
Loader chooses 64-bit instead of 32-bit library
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2010-09-25 Thread Dave Chiluk
I meant to say the application doesn't have an issue in 10.04.

-- 
Loader chooses 64-bit instead of 32-bit library
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 646954] Re: failed to load 32bit immodules

2010-09-27 Thread Dave Chiluk
*** This bug is a duplicate of bug 641056 ***
https://bugs.launchpad.net/bugs/641056

** This bug has been marked a duplicate of bug 641056
   Loader chooses 64-bit instead of 32-bit library
 * You can subscribe to bug 641056 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/641056/+subscribe

-- 
failed to load 32bit immodules
https://bugs.launchpad.net/bugs/646954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2010-09-27 Thread Dave Chiluk
The im-ibus.so problem is not fixed for me even with the latest
packages.  Something else must be trying to load the im-ibus.so.  646862
was not any additional help or information.

I ran strace against my application and it looks like gtk.immodules.32
is being checked for and not being found.  My guess is that there needs
to be a 32-bit version of the immodules.  I'm still not sure what is
causing this dependency to be needed.  I attached the full output of the
strace for your perusal as agnout.

access(/usr/lib/gtk-2.0/2.10.0/gtk.immodules.32, F_OK) = -1 ENOENT (No such 
file or directory)
open(/usr/lib/gtk-2.0/2.10.0/gtk.immodules, O_RDONLY|O_LARGEFILE) = 7


** Attachment added: agnout
   
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/641056/+attachment/1645258/+files/agnout

-- 
Loader chooses 64-bit instead of 32-bit library
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2010-09-27 Thread Dave Chiluk
It looks like 32-bit acrobat reader is also affected by this bug 646954.
I marked it as a duplicate of this bug.

-- 
Loader chooses 64-bit instead of 32-bit library
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2010-09-27 Thread Dave Chiluk
** Changed in: ia32-libs (Ubuntu Maverick)
   Status: Fix Released = Incomplete

-- 
Loader chooses 64-bit instead of 32-bit library
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] Re: Loader chooses 64-bit instead of 32-bit library

2010-09-27 Thread Dave Chiluk
Sorry about that I figured since failure to load im-ibus.so was in the
initial description of the problem that the issue has not been fixed as
originally described *(hence the change to incomplete).


(agnclient:3411): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: 
wrong ELF class: ELFCLASS64


Would you prefer to continue this bug via bug 646954?

-- 
Loader chooses 64-bit instead of 32-bit library
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 646954] Re: failed to load 32bit immodules

2010-09-27 Thread Dave Chiluk
This is similar to bug 641056, but there may be some need to split the
issue into multiple bugs.

I also have this issue.

** This bug is no longer a duplicate of bug 641056
   Loader chooses 64-bit instead of 32-bit library

-- 
failed to load 32bit immodules
https://bugs.launchpad.net/bugs/646954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 588877] Re: Thinkpad T510 [NVS 3100M] display brightness can't be changed

2010-07-13 Thread Dave Chiluk
*** This bug is a duplicate of bug 540112 ***
https://bugs.launchpad.net/bugs/540112

This is also affecting a Lenovo W510 with a NVIDIA Quadro FX 880M.

-- 
Thinkpad T510 [NVS 3100M] display brightness can't be changed
https://bugs.launchpad.net/bugs/588877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 588877] Re: Thinkpad T510 [NVS 3100M] display brightness can't be changed

2010-07-13 Thread Dave Chiluk
*** This bug is a duplicate of bug 540112 ***
https://bugs.launchpad.net/bugs/540112

Workaround available here 
http://www.thinkwiki.org/wiki/Category:W510

To enable brightness control in X, append 'Option RegistryDwords
EnableBrightnessControl=1' to the Device-Section of xorg.conf, orginal
source:
http://www.nvnews.net/vbulletin/showthread.php?p=2204839#post2204839.
This may result in a high-pitched whine after lowering the brightness
within X. Brightness may not be lowered and raised in the same
increments on Archlinux.

Happy brightness adjusting.

-- 
Thinkpad T510 [NVS 3100M] display brightness can't be changed
https://bugs.launchpad.net/bugs/588877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 646954] Re: failed to load 32bit immodules

2010-10-04 Thread Dave Chiluk
Mingming, did you just create an empty file?

I did that, and it removed my warnings, but did not fix my program.
This is still an issue.  the im-ibus.so should be getting included in
ia32-libs, as there now appears to be some dependency on it.

Also I just verified that this still exists running the latest ia32-libs
*20090808ubuntu7.

-- 
failed to load 32bit immodules
https://bugs.launchpad.net/bugs/646954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] [NEW] Loader chooses 64-bit library instead of 32-bit libraries

2010-09-16 Thread Dave Chiluk
Public bug reported:

Binary package hint: ia32-libs

When trying to execute my 32-bit application under maverick, I get the
following errors.  I have ia32-libs installed, but the loader is trying
to load the 64-bit ones.

chi...@blackandblue:/opt/agns/bin$ file ./agnclient
./agnclient: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped

chi...@blackandblue:/opt/agns/bin$ linux32 ./agnclient
(agnclient:3411): Gtk-WARNING **: Error loading icon from file 
'./skin/agnclient.png':
Unable to load image-loading module: 
/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: 
/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF class: 
ELFCLASS64

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-
ibus.so: wrong ELF class: ELFCLASS64

(agnclient:3411): Gtk-WARNING **: Loading IM context type 'ibus' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type ==
GTK_IMAGE_EMPTY' failed

(agnclient:3411): Gtk-CRITICAL **: IA__gtk_image_get_pixbuf: assertion 
`image-storage_type == GTK_IMAGE_PIXBUF || image-storage_type == 
GTK_IMAGE_EMPTY' failed
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

(agnclient:3411): Gtk-WARNING **: Error loading theme icon 'gtk-missing-
image' for stock: Unable to load image-loading module: /usr/lib/gdk-
pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-
pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: wrong ELF class:
ELFCLASS64


chi...@blackandblue:/opt/agns/bin$ lsb_release -rd
Description:Ubuntu maverick (development branch)
Release:10.10

chi...@blackandblue:/opt/agns/bin$ apt-cache policy ia32-libs
ia32-libs:
  Installed: 20090808ubuntu4
  Candidate: 20090808ubuntu4
  Version table:
 *** 20090808ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe amd64 
Packages
100 /var/lib/dpkg/status

** Affects: ia32-libs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Loader chooses 64-bit library instead of 32-bit libraries
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641056] Re: Loader chooses 64-bit library instead of 32-bit libraries

2010-09-17 Thread Dave Chiluk
Upon further inspection this may be an issue with the libraries
themselves not loading the correct binaries *(I'm not sure how that
trickle down loading all works).

Here's my ldd output for agnclient.  Conspicuously absent is a line for
libpixbufloader-png.so.  and libpixbufloader-svg.so which leads me to
believe they are attempting to be loaded by
/usr/lib32/libgtk-x11-2.0.so.0.  However when doing an ldd on that
library *(following the ldd for agnclient), it points to all the correct
libraries.

chi...@blackandblue:/opt/agns/bin$ ldd ./agnclient
linux-gate.so.1 =  (0xf77da000)
libagnLogc.so.1 = /opt/agns/lib/libagnLogc.so.1 (0xf77bc000)
libagnc.so.1 = /opt/agns/lib/libagnc.so.1 (0xf77b2000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf7799000)
libm.so.6 = /lib32/libm.so.6 (0xf7773000)
libdl.so.2 = /lib32/libdl.so.2 (0xf776f000)
libgtk-x11-2.0.so.0 = /usr/lib32/libgtk-x11-2.0.so.0 (0xf735d000)
libgdk-x11-2.0.so.0 = /usr/lib32/libgdk-x11-2.0.so.0 (0xf72b9000)
libatk-1.0.so.0 = /usr/lib32/libatk-1.0.so.0 (0xf729e000)
libgdk_pixbuf-2.0.so.0 = /usr/lib32/libgdk_pixbuf-2.0.so.0 (0xf7285000)
libpangoxft-1.0.so.0 = /usr/lib32/libpangoxft-1.0.so.0 (0xf727d000)
libpangox-1.0.so.0 = /usr/lib32/libpangox-1.0.so.0 (0xf7271000)
libpango-1.0.so.0 = /usr/lib32/libpango-1.0.so.0 (0xf722f000)
libgobject-2.0.so.0 = /usr/lib32/libgobject-2.0.so.0 (0xf71ea000)
libgmodule-2.0.so.0 = /usr/lib32/libgmodule-2.0.so.0 (0xf71e6000)
libgthread-2.0.so.0 = /usr/lib32/libgthread-2.0.so.0 (0xf71e1000)
libglib-2.0.so.0 = /lib32/libglib-2.0.so.0 (0xf7112000)
libxml2.so.2 = /usr/lib32/libxml2.so.2 (0xf6fe7000)
libc.so.6 = /lib32/libc.so.6 (0xf6e8c000)
/lib/ld-linux.so.2 (0xf77db000)
libpangocairo-1.0.so.0 = /usr/lib32/libpangocairo-1.0.so.0 (0xf6e8)
libX11.so.6 = /usr/lib32/libX11.so.6 (0xf6d63000)
libXcomposite.so.1 = /usr/lib32/libXcomposite.so.1 (0xf6d5f000)
libXdamage.so.1 = /usr/lib32/libXdamage.so.1 (0xf6d5b000)
libXfixes.so.3 = /usr/lib32/libXfixes.so.3 (0xf6d54000)
libcairo.so.2 = /usr/lib32/libcairo.so.2 (0xf6c9e000)
libgio-2.0.so.0 = /usr/lib32/libgio-2.0.so.0 (0xf6ba5000)
libpangoft2-1.0.so.0 = /usr/lib32/libpangoft2-1.0.so.0 (0xf6b7f000)
libfreetype.so.6 = /usr/lib32/libfreetype.so.6 (0xf6b08000)
libfontconfig.so.1 = /usr/lib32/libfontconfig.so.1 (0xf6ad7000)
librt.so.1 = /lib32/librt.so.1 (0xf6ace000)
libXext.so.6 = /usr/lib32/libXext.so.6 (0xf6abe000)
libXrender.so.1 = /usr/lib32/libXrender.so.1 (0xf6ab4000)
libXinerama.so.1 = /usr/lib32/libXinerama.so.1 (0xf6ab)
libXi.so.6 = /usr/lib32/libXi.so.6 (0xf6aa1000)
libXrandr.so.2 = /usr/lib32/libXrandr.so.2 (0xf6a99000)
libXcursor.so.1 = /usr/lib32/libXcursor.so.1 (0xf6a8f000)
libXft.so.2 = /usr/lib32/libXft.so.2 (0xf6a7b000)
libz.so.1 = /usr/lib32/libz.so.1 (0xf6a66000)
libpcre.so.3 = /lib32/libpcre.so.3 (0xf6a3)
libxcb.so.1 = /usr/lib32/libxcb.so.1 (0xf6a16000)
libpixman-1.so.0 = /usr/lib32/libpixman-1.so.0 (0xf69b6000)
libpng12.so.0 = /lib32/libpng12.so.0 (0xf6991000)
libxcb-shm.so.0 = /usr/lib32/libxcb-shm.so.0 (0xf698d000)
libxcb-render.so.0 = /usr/lib32/libxcb-render.so.0 (0xf6984000)
libresolv.so.2 = /lib32/libresolv.so.2 (0xf697)
libselinux.so.1 = /lib32/libselinux.so.1 (0xf6954000)
libexpat.so.1 = /lib32/libexpat.so.1 (0xf692d000)
libXau.so.6 = /usr/lib32/libXau.so.6 (0xf6928000)
libXdmcp.so.6 = /usr/lib32/libXdmcp.so.6 (0xf6922000)

chi...@blackandblue:/opt/agns/bin$ ldd /usr/lib32/libgtk-x11-2.0.so.0
linux-gate.so.1 =  (0xf775a000)
libgdk-x11-2.0.so.0 = /usr/lib32/libgdk-x11-2.0.so.0 (0xf728a000)
libpangocairo-1.0.so.0 = /usr/lib32/libpangocairo-1.0.so.0 (0xf727d000)
libX11.so.6 = /usr/lib32/libX11.so.6 (0xf716)
libXcomposite.so.1 = /usr/lib32/libXcomposite.so.1 (0xf715c000)
libXdamage.so.1 = /usr/lib32/libXdamage.so.1 (0xf7158000)
libXfixes.so.3 = /usr/lib32/libXfixes.so.3 (0xf7152000)
libatk-1.0.so.0 = /usr/lib32/libatk-1.0.so.0 (0xf7136000)
libcairo.so.2 = /usr/lib32/libcairo.so.2 (0xf708)
libgdk_pixbuf-2.0.so.0 = /usr/lib32/libgdk_pixbuf-2.0.so.0 (0xf7067000)
libm.so.6 = /lib32/libm.so.6 (0xf7041000)
libgio-2.0.so.0 = /usr/lib32/libgio-2.0.so.0 (0xf6f48000)
libpangoft2-1.0.so.0 = /usr/lib32/libpangoft2-1.0.so.0 (0xf6f21000)
libpango-1.0.so.0 = /usr/lib32/libpango-1.0.so.0 (0xf6edf000)
libfreetype.so.6 = /usr/lib32/libfreetype.so.6 (0xf6e68000)
libfontconfig.so.1 = /usr/lib32/libfontconfig.so.1 (0xf6e38000)
libgobject-2.0.so.0 = /usr/lib32/libgobject-2.0.so.0 (0xf6df4000)
libgmodule-2.0.so.0 = 

[Bug 641056] Re: Loader chooses 64-bit library instead of 32-bit libraries

2010-09-17 Thread Dave Chiluk
I thought there was some hard coding as well, but that doesn't explain
why ldd returns the correct dependencies for libgtk-x11-2.0.so.0 if it
was hard coded somewhere I wouldn't expect ldd to have to do the library
loading at all.  I'd expect it to happen internally to
libgtk-x11-2.0.so.0 using uselib().  I wouldn't expect ldd to know
anything about the connection.

-- 
Loader chooses 64-bit library instead of 32-bit libraries
https://bugs.launchpad.net/bugs/641056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546297] [NEW] videoporama h264 error on startup

2010-03-24 Thread Dave Chiluk
Public bug reported:

Binary package hint: videoporama

Videoporama shows the following errors on initial startup of videoporama
.  This really looks like an issue with ffmpeg not including xvid or
libx264, but I don't know the history of that package either.


The ffmpeg package installed don't include libxvid and isn't able to encode in 
Xvid (avi). This format will be disable in the user interface.
The ffmpeg package installed don't include libx264 and isn't able to encode in 
H264 (avi). This format will be disable in the user interface.


Mp3 Format is not supported by your version of Sox. Add required package from 
your distribution unless you won't be able to use mp3 sound file.

and in another dialog box.

It gives similar configuration errors.

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

-- 
videoporama h264 error on startup
https://bugs.launchpad.net/bugs/546297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 546297] Re: videoporama h264 error on startup

2010-03-24 Thread Dave Chiluk
*** This bug is a duplicate of bug 276697 ***
https://bugs.launchpad.net/bugs/276697

I marked this as a dup of 276697 because the problem is really related
to x264 not being included in ffmpeg.

** This bug has been marked a duplicate of bug 276697
   please enable x264 support

-- 
videoporama h264 error on startup
https://bugs.launchpad.net/bugs/546297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 1187500] Re: [Saucy] Unity is slow on Intel graphics

2013-06-11 Thread Dave Chiluk
** Tags added: raring

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

Title:
  [Saucy] Unity is slow on Intel graphics

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

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


[Bug 1183269] Re: new upstream release 9.1.3

2013-06-12 Thread Dave Chiluk
I think this should go to verification failed, as it introduced 1187500
which basically makes the dash and alt-tab unusable.

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

Title:
  new upstream release 9.1.3

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

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


[Bug 1083186] Re: icaclient windows dancing when decorated

2013-06-12 Thread Dave Chiluk
@SRU team

It looks like unity 5 SRU 4 for precise has been in the unity teams ppa
for some time, but has stalled getting into precise-proposed
https://launchpad.net/unity/+milestone/5.20.0.

Can we get some action on this?

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

Title:
  icaclient windows dancing when decorated

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

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


[Bug 1083186] Re: icaclient windows dancing when decorated

2013-06-12 Thread Dave Chiluk
Looks like it was uploaded today for anyone that is curious.  Shouldn't be long 
now.
https://launchpad.net/ubuntu/precise/+queue?queue_state=1queue_text=unity

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

Title:
  icaclient windows dancing when decorated

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

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


[Bug 1183269] Re: new upstream release 9.1.3

2013-06-13 Thread Dave Chiluk
Yep 9.1.3-0ubuntu0.2 available from bug #1187500 resolves the issue .

Moved this bug to regression-proposed and verification-failed per the
SRUVerification page.

** Tags removed: verification-needed
** Tags added: regression-proposed verification-failed

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

Title:
  new upstream release 9.1.3

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

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


[Bug 1187500] Re: [Saucy] Unity is slow on Intel graphics

2013-06-13 Thread Dave Chiluk
Tested, 9.1.3-0ubuntu0.2 fixes the regression introeduced by LP:
#1183269

Thanks.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [Saucy] Unity is slow on Intel graphics

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-06-13 Thread Dave Chiluk
@doko 
What's going on with this?  We have at least 18 people waiting on this and a 
few in other bugs.  The fix looks pretty safe.

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1247888] [NEW] bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-04 Thread Dave Chiluk
Public bug reported:

Last error before bip crashes in bip.log is

02-11-2013 02:42:18 FATAL: Failed assetion in src/irc.c(2447): n

This is the same bug as upstream bip bug
https://bugs.mageia.org/show_bug.cgi?id=4319

Which is resolved
https://projects.duckcorp.org/attachments/56?type=sbs

This was resolved in quantal and newer by 
Fix CVE-2012-0806: buffer overflow.
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/quantal/bip/quantal/view/head:/debian/patches/CVE-2012-0806.patch

This fix needs to be backported into precise.

I'm not exactly sure why bip is failing for me all of a sudden, but I
did recently go through some major upgrades of both software and
hardware on my bip server.   I'll be posting debdiffs as soon as I have
tested them.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bip 0.8.8-1build1
ProcVersionSignature: Ubuntu 3.8.0-32.47~precise1-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Mon Nov  4 10:08:02 2013
InstallationMedia: Mythbuntu 12.04.1 Precise Pangolin - Release amd64 
(20120818.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: bip
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bip (Ubuntu)
 Importance: Undecided
 Assignee: Dave Chiluk (chiluk)
 Status: In Progress


** Tags: amd64 apport-bug precise

** Changed in: bip (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

** Changed in: bip (Ubuntu)
   Status: New = In Progress

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-04 Thread Dave Chiluk
Here is the debdiff that contains the CVE backport from quantal.

** Patch added: lp1247888.precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/bip/+bug/1247888/+attachment/3899962/+files/lp1247888.precise.debdiff

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-04 Thread Dave Chiluk
I'm currently running with the above debdiff on my server, and all
appears to be going well.

** Description changed:

+ [Impact]
+ 
+  * Bip crashes with FATAL: Failed assetion in src/irc.c(2447): n in
+ log
+ 
+  * Current version of bip in precise is vulnerable to the following CVE
+ http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0806
+ 
+ [Test Case]
+ 
+  * I did not come up with a good test case.
+ 
+ [Regression Potential]
+ 
+  * Regression potential is minimal as this brings bip up to the same
+ level of code as quantal
+ 
+  * I am currently running this patch on my bip server, and it currently
+ has not had a recurrence of the crash
+ 
+ [Other Info]
+  
+  * Patch is already included in quantal and newer as well as upstream.
+ 
+ 
+ 
___
+ 
+ 
  Last error before bip crashes in bip.log is
  
  02-11-2013 02:42:18 FATAL: Failed assetion in src/irc.c(2447): n
  
  This is the same bug as upstream bip bug
  https://bugs.mageia.org/show_bug.cgi?id=4319
  
  Which is resolved
  https://projects.duckcorp.org/attachments/56?type=sbs
  
- This was resolved in quantal and newer by 
+ This was resolved in quantal and newer by
  Fix CVE-2012-0806: buffer overflow.
  
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/quantal/bip/quantal/view/head:/debian/patches/CVE-2012-0806.patch
  
  This fix needs to be backported into precise.
  
  I'm not exactly sure why bip is failing for me all of a sudden, but I
  did recently go through some major upgrades of both software and
  hardware on my bip server.   I'll be posting debdiffs as soon as I have
  tested them.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: bip 0.8.8-1build1
  ProcVersionSignature: Ubuntu 3.8.0-32.47~precise1-generic 3.8.13.10
  Uname: Linux 3.8.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Mon Nov  4 10:08:02 2013
  InstallationMedia: Mythbuntu 12.04.1 Precise Pangolin - Release amd64 
(20120818.1)
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: bip
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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

[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-11-04 Thread Dave Chiluk
** Changed in: procps (Ubuntu Saucy)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-05 Thread Dave Chiluk
The proposed package is now installed on my server machine.  I will
verify in a week if any more crashes have occurred.

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-06 Thread Dave Chiluk
Well sorry to burst everyone's bubble, but my bip server just crashed
again this morning.

The end of the log looks like this
05-11-2013 10:26:04 ERROR: Error in SSL handshake.
05-11-2013 10:26:04 ERROR: Error on fd 35 (state 3)
05-11-2013 10:26:04 ERROR: client read_lines error, closing...

06-11-2013 06:34:05 ERROR: Error in SSL handshake.
06-11-2013 06:34:05 ERROR: Error on fd 1022 (state 3)
06-11-2013 06:34:05 ERROR: client read_lines error, closing...
06-11-2013 06:34:10 ERROR: Error in SSL handshake.
06-11-2013 06:34:10 ERROR: Error on fd 1023 (state 3)
06-11-2013 06:34:10 ERROR: client read_lines error, closing...
06-11-2013 06:34:15 FATAL: accept failed: Too many open files

I think the fix is still necessary, as it clearly was never pulled from
quantal, but I think there may be something else necessary as well.

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-08 Thread Dave Chiluk
So the patch  appears to have fixed the failed assertion, but the source of the 
problem still appears to have been a file descriptor leak.  Discussed upstream 
here.
https://projects.duckcorp.org/issues/261

I'm now testing with this additional fix.  And things appear to be
fixed.  I'm not longer seeing broken file handles in /proc/pid/fd for
bip.

I think we should include this additional fix before releasing to
updates.

** Patch added: lp1247888.precise.debdiff
   
https://bugs.launchpad.net/ubuntu/precise/+source/bip/+bug/1247888/+attachment/3903366/+files/lp1247888.precise.debdiff

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-08 Thread Dave Chiluk
I'm fairly certain this issue is being caused by time warner *(or an
attacker with a time warner IP) port scanning my machine.  It's
connecting to the port, failing the ssl handshake, and bip leaks the FD.
Not sure if the SRU team or the security team wants to take the fix.

** Changed in: bip (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-08 Thread Dave Chiluk
As this can be considered a DoS vulnerability here are the debdiffs for
q, r, and s as well.  Trusty already has this fix.

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-08 Thread Dave Chiluk
** Patch added: lp1247888.raring.debdiff
   
https://bugs.launchpad.net/ubuntu/precise/+source/bip/+bug/1247888/+attachment/3903373/+files/lp1247888.raring.debdiff

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-08 Thread Dave Chiluk
** Patch added: lp1247888.saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/precise/+source/bip/+bug/1247888/+attachment/3903375/+files/lp1247888.saucy.debdiff

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1247888] Re: bip crash with FATAL: Failed assetion in src/irc.c(2447): n

2013-11-08 Thread Dave Chiluk
** Patch added: lp1247888.quantal.debdiff
   
https://bugs.launchpad.net/ubuntu/precise/+source/bip/+bug/1247888/+attachment/3903372/+files/lp1247888.quantal.debdiff

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

Title:
  bip crash with FATAL: Failed assetion in src/irc.c(2447): n

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

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


[Bug 1179781] Re: If-Modfied-Since undhandled case causes apt lists corruption with https repositories

2013-09-13 Thread Dave Chiluk
** Tags removed: verification-need-precise verification-needed-raring
** Tags added: verification-done-precise verification-done-raring

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

Title:
  If-Modfied-Since undhandled case causes apt lists corruption with
  https repositories

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

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


[Bug 1179781] Re: If-Modfied-Since undhandled case causes apt lists corruption with https repositories

2013-09-13 Thread Dave Chiluk
Spun up a few VMs, and did verification, everything seems to be going
swimingly.  Marked as verified.

** Tags removed: verification-needed verification-needed-quantal
** Tags added: verification-done verification-done-quantal

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

Title:
  If-Modfied-Since undhandled case causes apt lists corruption with
  https repositories

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

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


[Bug 1047566] Re: Memory leaks when using NFS

2013-09-13 Thread Dave Chiluk
I could not reproduce this problem, and will need some sort of
reproduction procedure in order to pursue it further.

I created a filesystem with 680666 randomly named 4k files,  spread out
among 6811 nested directories at a max depth of 5 levels of directories.

I exported the filesystem using the following options 
/nfs  192.168.122.1/24(rw,no_root_squash,no_subtree_check,async)

And mounted it with the following mount options.
(rw,vers=4,addr=192.168.122.186,clientaddr=192.168.122.115)

I then spawned 10 threads on the client running
 
#!/bin/bash
find ./ -type f | while read line 
do
cat $line  /dev/null
done


I could not get the idr_layer_cache to increase above 890k.   I am
running the following kernel- 3.2.0-53-virtual.

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

Title:
  Memory leaks when using NFS

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
So it looks like procps finally released a fix for this upstream.  It is
primarily contained in a45dace4 and 95d01362.

I have created a ppa for this here.  Can someone please test this ppa,
and report back here as to whether it fixes the seg faulting issues
related to large numbers of groups.  Once I hear back I will push an SRU
through and get this into the main archive.

https://launchpad.net/~chiluk/+archive/lp1150413

I have also attached the debdiff with the solution to this bug.

** Patch added: procps_precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3838616/+files/lp1150413_precise.debdiff

** Changed in: procps (Ubuntu)
 Assignee: Matthias Klose (doko) = Dave Chiluk (chiluk)

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1174444] Re: ps segfault when users have large numbers of group memberships (procps 3.2.8)

2013-09-24 Thread Dave Chiluk
*** This bug is a duplicate of bug 1150413 ***
https://bugs.launchpad.net/bugs/1150413

cisconetgineer please see bug #1150413

A test ppa is available with a proposed fix.  Please test and report
back in 1150413

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

Title:
  ps segfault when users have large numbers of group memberships (procps
  3.2.8)

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
** Patch removed: procps_precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3838616/+files/lp1150413_precise.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
Thanks Javier for testing.  I have since uploaded packages for quantal,
raring, and saucy which should get built shortly.  I'll go ahead and
fill out the SRU now.

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
** Patch added: lp1150413_precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839128/+files/lp1150413_precise.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
** Patch added: lp1150413_saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839131/+files/lp1150413_saucy.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
** Patch added: lp1150413_raring.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839130/+files/lp1150413_raring.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
** Patch added: lp1150413_quantal.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839129/+files/lp1150413_quantal.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
** Description changed:

- Both ps and pgrep exit with an error like xrealloc: realloc(1073741824)
- failedCannot allocate memory if there is a process owned by a user with
- a large number of groups.
+ [Impact]
+ 
+  * Users that are members of large numbers of groups are unable to run
+ procps commands, but instead are greated with a segfault or failed to
+ allocate X bytes of memory
+ 
+  * Many enterprise or University users create large numbers of groups in
+ order to effectively manage access in their infrastructure.  Often
+ admins end up being added to most of these groups.  Admins end up not
+ being able to use procps commands as a result
+ 
+  * before this update procps statically allocated a buffer of 1024 bytes
+ for reading all of /proc/#/status.  This file includes the list of gid's
+ that a user is part of.  The attached patches backport a45dace4 and
+ 95d01362 from upstream procps-ng which modifies file2str to use a
+ dynamically allocated buffer instead.
+ 
+ [Test Case]
+ 
+  * sudo useradd bob; for i in {1..800}; do sudo groupadd group$i; sudo 
adduser bob group$i; done; sudo -u bob ps
+  
+  * The above command returns failed to allocate XXX bytes of memory
+ 
+ [Regression Potential]
+ 
+  * Regressions are most likely to manifest in corruption of data that is
+ available from the /proc/pid/{stat,statm,status} files.  Additionally
+ it is theoretically possible that non-returning proc commands could also
+ be possible.
+ 
+  * The above being said, I feel as though regression potential is fairly
+ minimal as this is mostly a backport of upstream commits.
+ 
+  * This fix is now available as part of this ppa
+ https://launchpad.net/~chiluk/+archive/lp1150413 where the fix has
+ already been verified by users on this thread.
+ 
+ [Other Info]
+  
+  * procps is a horrible no-good very bad codebase, and we should upgrade to 
procps-ng as soon as possible.  Available https://gitorious.org/procps.  
Preferably before the next LTS.
+ 
+ 
+ --Snip--
+ Both ps and pgrep exit with an error like xrealloc: realloc(1073741824) 
failedCannot allocate memory if there is a process owned by a user with a 
large number of groups.
  
  I suspect this was introduced with a recent kernel patch which no longer
  limits the number of groups returned by /proc/pid/status to 32.  It
  affects Ubuntu kernel 3.2.0-38.60 and newer.
  
  Links
  * related kernel bug report - 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1132789
  * kernel patch -  
https://lists.ubuntu.com/archives/kernel-team/2013-January/024446.html
  * kernel 3.2.0-38.60 changelog - 
https://launchpad.net/ubuntu/precise/+source/linux/3.2.0-38.60
  
  strace ps output where it fails when it gets to the process owned by a user 
with a large number of groups
  open(/proc/11860/status, O_RDONLY)= 6
  read(6, Name:\tsu\nState:\tS 
(sleeping)\nTgid:\t11860\nPid:\t11860\nPPid:\t7912\nTracerPid:\t0\nUid:\t1001\t1001\t1001\t1001\nGid:\t1351\t1351\t1351\t1351\nFDSize:\t256\nGroups:\t1206
 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 
1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 
1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 
1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 
1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 
1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 
1350 1351 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 13, 
1023) = 1023
  close(6)= 0
  mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fbcc1e4c000
  mremap(0x7fbcc1e4c000, 135168, 266240, MREMAP_MAYMOVE) = 0x7fbcc1e0b000
  mremap(0x7fbcc1e0b000, 266240, 528384, MREMAP_MAYMOVE) = 0x7fbcc28cf000
  mremap(0x7fbcc28cf000, 528384, 1052672, MREMAP_MAYMOVE) = 0x7fbcc27ce000
  mremap(0x7fbcc27ce000, 1052672, 2101248, MREMAP_MAYMOVE) = 0x7fbcc1c6c000
  mremap(0x7fbcc1c6c000, 2101248, 4198400, MREMAP_MAYMOVE) = 0x7fbcc186b000
  mremap(0x7fbcc186b000, 4198400, 8392704, MREMAP_MAYMOVE) = 0x7fbcc106a000
  mremap(0x7fbcc106a000, 8392704, 16781312, MREMAP_MAYMOVE) = 0x7fbcc0069000
  mremap(0x7fbcc0069000, 16781312, 33558528, MREMAP_MAYMOVE) = 0x7fbcbe068000
  mremap(0x7fbcbe068000, 33558528, 67112960, MREMAP_MAYMOVE) = 0x7fbcba067000
  mremap(0x7fbcba067000, 67112960, 134221824, MREMAP_MAYMOVE) = 0x7fbcb2066000
  mremap(0x7fbcb2066000, 134221824, 268439552, MREMAP_MAYMOVE) = 0x7fbca2065000
  mremap(0x7fbca2065000, 

[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-24 Thread Dave Chiluk
** Changed in: procps (Ubuntu Precise)
   Status: Triaged = Confirmed

** Changed in: procps (Ubuntu Raring)
   Status: Triaged = Confirmed

** Changed in: procps (Ubuntu Quantal)
   Status: Triaged = Confirmed

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-25 Thread Dave Chiluk
** Patch removed: lp1150413_saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839131/+files/lp1150413_saucy.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-25 Thread Dave Chiluk
** Patch added: lp1150413_quantal.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3841230/+files/lp1150413_quantal.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-25 Thread Dave Chiluk
** Patch added: lp1150413_raring.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3841231/+files/lp1150413_raring.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-25 Thread Dave Chiluk
I updated the debdiffs and resultant quilt patches to include dep3
information.

** Patch removed: lp1150413_raring.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839130/+files/lp1150413_raring.debdiff

** Patch removed: lp1150413_quantal.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839129/+files/lp1150413_quantal.debdiff

** Patch removed: lp1150413_precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3839128/+files/lp1150413_precise.debdiff

** Patch added: lp1150413_precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3841229/+files/lp1150413_precise.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-25 Thread Dave Chiluk
** Patch added: lp1150413_saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1150413/+attachment/3841232/+files/lp1150413_saucy.debdiff

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1150413] Re: Cannot allocate memory if process owned by user with large number of groups

2013-09-27 Thread Dave Chiluk
Verified saucy.

** Tags added: verification-saucy-done

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

Title:
  Cannot allocate memory if process owned by user with large number of
  groups

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

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


[Bug 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2013-10-21 Thread Dave Chiluk
** Changed in: mysql-5.5 (Ubuntu)
   Status: Triaged = In Progress

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: Triaged = In Progress

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Status: Triaged = In Progress

** Changed in: mysql-5.5 (Ubuntu Raring)
   Status: Triaged = In Progress

** Changed in: mysql-5.5 (Ubuntu Quantal)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

** Changed in: mysql-5.5 (Ubuntu Raring)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions

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


[Bug 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2013-10-22 Thread Dave Chiluk
** Changed in: mysql-5.5 (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions

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


[Bug 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2013-10-22 Thread Dave Chiluk
** Changed in: mysql-5.5 (Ubuntu Precise)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions

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


[Bug 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2013-10-22 Thread Dave Chiluk
** Patch added: lp1121874.trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+attachment/3887727/+files/lp1121874.trusty.debdiff

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions

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


[Bug 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2013-10-22 Thread Dave Chiluk
trusty debdiff

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions

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


[Bug 560839] Re: error: too small lower memory (0x99100 0x98400)

2013-10-23 Thread Dave Chiluk
I just created a ppa for memtest that changes the default memtest to the elf 
binary , and loads it at 0x10.  Can the people on this thread please test 
the ppa available at the below link and report back.  
https://launchpad.net/~chiluk/+archive/lp560839

As I do not have any machines that fail, I will not be able to trully
test this fix.  That being said it does not break any of the 5 machines
I have tested it on.

** Patch added: lp560839.precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/memtest86+/+bug/560839/+attachment/355/+files/lp560839.precise.debdiff

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

Title:
  error: too small lower memory (0x99100  0x98400)

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

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


[Bug 560839] Re: error: too small lower memory (0x99100 0x98400)

2013-10-23 Thread Dave Chiluk
** Patch added: lp560839.saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/memtest86+/+bug/560839/+attachment/368/+files/lp560839.saucy.debdiff

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

Title:
  error: too small lower memory (0x99100  0x98400)

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

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


[Bug 560839] Re: error: too small lower memory (0x99100 0x98400)

2013-10-23 Thread Dave Chiluk
** Patch added: lp560839.quantal.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/memtest86+/+bug/560839/+attachment/356/+files/lp560839.quantal.debdiff

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

Title:
  error: too small lower memory (0x99100  0x98400)

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

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


[Bug 560839] Re: error: too small lower memory (0x99100 0x98400)

2013-10-23 Thread Dave Chiluk
** Patch added: lp560839.raring.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/memtest86+/+bug/560839/+attachment/357/+files/lp560839.raring.debdiff

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

Title:
  error: too small lower memory (0x99100  0x98400)

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

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


[Bug 560839] Re: error: too small lower memory (0x99100 0x98400)

2013-10-23 Thread Dave Chiluk
** Changed in: memtest86+ (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  error: too small lower memory (0x99100  0x98400)

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

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


[Bug 560839] Re: error: too small lower memory (0x99100 0x98400)

2013-10-23 Thread Dave Chiluk
** Changed in: memtest86+ (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  error: too small lower memory (0x99100  0x98400)

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

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


[Bug 1232658] Re: glamoregl fails to load with binary drivers

2013-10-24 Thread Dave Chiluk
As far as I can tell the above fix did not fix the issue.  I still get
the below error out of /var/log/syslog

Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (WW) xmir is not to be loaded 
by default. Skipping.
Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (EE) Failed to load 
/usr/lib/xorg/modules/libglamoregl.so: /usr/lib/xorg/modules/libglamoregl.so: 
undefined symbol: _glapi_tls_Context
Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (EE) Failed to load module 
glamoregl (loader failed, 7)
Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (WW) Unresolved symbol: 
fbGetGCPrivateKey
Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (WW) NVIDIA(0): Failed to enable 
display hotplug notification
Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (WW) NVIDIA(0): Unable to get 
display device for DPI computation.
Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (EE) NVIDIA(0): Failed to 
initiate mode change.
Oct 24 13:59:57 colt bumblebeed[1123]: [XORG] (EE) NVIDIA(0): Failed to 
complete mode change

$ dpkg -l | grep glamor
ii  libglamor0:amd64  0.5.1-0ubuntu4
   amd64shared graphics acceleration library based on OpenGL
ii  xserver-xorg-glamoregl:amd64  0.5.1-0ubuntu4
   amd64X.Org X server -- graphics acceleration module based on 
OpenGL

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

Title:
  glamoregl fails to load with binary drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glamor-egl/+bug/1232658/+subscriptions

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


[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-10-28 Thread Dave Chiluk
** Changed in: procps (Ubuntu)
   Status: Triaged = In Progress

** Changed in: procps (Ubuntu Precise)
   Status: New = In Progress

** Changed in: procps (Ubuntu Quantal)
   Status: New = In Progress

** Changed in: procps (Ubuntu Raring)
   Status: New = In Progress

** Changed in: procps (Ubuntu Precise)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

** Changed in: procps (Ubuntu Quantal)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

** Changed in: procps (Ubuntu Raring)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-10-28 Thread Dave Chiluk
** Patch added: lp1242746.quantal.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1242746/+attachment/3893825/+files/lp1242746.quantal.debdiff

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-10-28 Thread Dave Chiluk
** Patch added: lp1242746.saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1242746/+attachment/3893827/+files/lp1242746.saucy.debdiff

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-10-28 Thread Dave Chiluk
** Patch added: lp1242746.raring.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1242746/+attachment/3893826/+files/lp1242746.raring.debdiff

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-10-28 Thread Dave Chiluk
All debdiff's attached.  Trusty already has this patch.

Looking for some SRU lovin now.

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-10-28 Thread Dave Chiluk
** Patch added: lp1242746.precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1242746/+attachment/3893824/+files/lp1242746.precise.debdiff

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1242746] Re: SIGSEGV when file2str reads zero bytes

2013-10-28 Thread Dave Chiluk
** Description changed:

- The changes made in the following commit, which backported a number of
- changes to the procps package in precise, result in various procps
- utilities crashing with a SIGSEGV if the file2str function in
- proc/readproc.c reads zero bytes.
+ [Impact]
+ 
+  * various procps utilities crashing with a SIGSEGV if the file2str function 
in
+proc/readproc.c when it reads zero bytes
+ 
+  * This is a regression introduced with (LP: #1150413)
+ 
+  * The upload checks for zero length reads and now returns -1 instead of 0, 
like it used
+to.
+ 
+ [Test Case]
+ 
+  * This does not happen often enough to create a real testcase, but some 
users have
+reported that repeatedly running top has occassionally exhibited this 
problem.
+ 
+ [Regression Potential]
+ 
+  * Minimal, as this reverts file2str to original behavior in the case of zero 
length
+reads.
+ 
+ [Other Info]
+  
+  * This patch is backported from upstream
+ 
+ 
_
+ The changes made in the following commit, which backported a number of 
changes to the procps package in precise, result in various procps utilities 
crashing with a SIGSEGV if the file2str function in proc/readproc.c reads zero 
bytes.
  
  http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/procps
  /precise-updates/revision/61
  
  This corresponds to the following procps package version:
  1:3.2.8-11ubuntu6.1
  
  Prior to this changeset, file2str would return -1 if the read failed;
  now it does not, which is not expected by other parts of the procps
  codebase, hence the crash.
  
  Upstream have fixed this issue in the following commit:
  
  
https://www.gitorious.org/procps/procps/commit/526bc5dfa924177e68be0123bd67e3370955f924

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

Title:
  SIGSEGV when file2str reads zero bytes

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

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


[Bug 1232658] Re: glamoregl fails to load with binary drivers

2013-10-28 Thread Dave Chiluk
Can we get this sru'd into at least saucy please?

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

Title:
  glamoregl fails to load with binary drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glamor-egl/+bug/1232658/+subscriptions

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


[Bug 1007575] Re: SB Arena USB headset causes X BUG, can't click outside window

2013-10-28 Thread Dave Chiluk
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  SB Arena USB headset causes X BUG, can't click outside window

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

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


[Bug 993655] Re: Unity looses mouse click handler when using enabling USB headset

2013-10-28 Thread Dave Chiluk
As I don't have this headset, and it appears to be a different issue
altogether there's not much I can do to help on this one.

** Changed in: xorg-server (Ubuntu)
 Assignee: Dave Chiluk (chiluk) = (unassigned)

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

Title:
  Unity looses mouse click handler when using enabling USB headset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/993655/+subscriptions

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


[Bug 560839] Re: error: too small lower memory (0x99100 0x98400)

2013-10-29 Thread Dave Chiluk
@Kristian et al
 
As this is a pretty drastic change with potential of breaking MANY people, I'm 
waiting for quite a few people letting me know the PPA in #39 has fixed the 
issue before I push on getting this into the mainstream codebase.

Also when testing please let me know which series you tested against
(Precise, q,r,s,t ...).

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

Title:
  error: too small lower memory (0x99100  0x98400)

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

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


[Bug 1232658] Re: glamoregl fails to load with binary drivers

2013-10-29 Thread Dave Chiluk
I tested saucy with this new glamor-egl.  It appears to be loading
cleanly now as I no longer have errors related to it in my logs.

Congrats!

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  glamoregl fails to load with binary drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glamor-egl/+bug/1232658/+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   >