[Bug 1359563] Re: Munin cron unable to start on Ubuntu Server 14.04

2014-10-01 Thread Lepe
I solved the problem but I'm not 100% sure what was the source of it. I
tried many things to bring back the error without success. I suspect
there was an -old- munin process hanging there. The server is a
production server so I didn't restart it.

This is why I suspect that:
When I had the problem described above, I restarted munin as usual 
/etc/init.d/munin restart or service munin restart and also munin-node. I 
even purge and reinstalled munin but the problem persisted.
Just few minutes ago, I copied from other server all the /etc/munin directory 
(with an older version of munin), so I killed all munin processes before 
trying again. After retrying, munin was working without issues. I thought it 
was something inside the configuration files but even replacing the munin 
directory with the previous one it worked without problem (after restarting all 
munin services and removing any munin process) . 

Summary: I probably installed munin too soon, when the server was not
properly set up. After munin failed, some process might have been
running which prevented munin to work correctly. Killing all munin
process may have solved the problem.

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

Title:
  Munin cron unable to start on Ubuntu Server 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1359563/+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 1201873] Re: dnsmasq does not use -h, so /etc/hosts sends folks to loopback when they look up the machine it's running on

2014-10-01 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

** Changed in: nova
Milestone: None = juno-rc1

-- 
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/1201873

Title:
  dnsmasq does not use -h, so /etc/hosts sends folks to loopback when
  they look up the machine it's running on

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1201873/+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 1376163] [NEW] /etc/exim4/exim4.conf not created, but splitted files are, when file splitting is disabled in debconf

2014-10-01 Thread Karl-Philipp Richter
Public bug reported:

Selecting `no` for file splitting causes creation of splitted config
files in `/etc/exim4/conf.d/` rather than creating
`/etc/exim4/exim4.conf` if `conf.d/` doesn't exist and offering to merge
files into `exim4.conf` it it does exist.

There should be a mechanism which overcomes the usage of `update-
exim4.conf` (which currently creates files somewhere in `/var/` which
doesn't make a lot of sense) simply using `exim4.conf` and `conf.d/`
exclusively allowing to delete `exim4.conf.template` and `update-
exim4.conf.conf` which is consufing for no reason if no used (maybe put
it in an extra package even).

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

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

Title:
  /etc/exim4/exim4.conf not created, but splitted files are, when file
  splitting is disabled in debconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1376163/+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 1376176] [NEW] regression: nova boot --file does not work

2014-10-01 Thread Martin Pitt
Public bug reported:

Since more often than not cloud instances have a broken /etc/hosts,
autopkgtest's nova setup script does this to force an update of
/etc/hosts to include the own hostname:

# cloud-init config to fix broken hostname resolution
local cfg=`mktemp`
echo manage_etc_hosts: true  $cfg

nova boot --flavor $FLAVOR --key_name $KEYNAME \
--file /etc/cloud/cloud.cfg.d/01manage_hosts.cfg=$cfg \
--image $IMAGE $NET_ID --poll $SRVNAME

This did work in the past (several months ago, thus in the saucy/trusty
era, with Canonistack), but seems to have broken in utopic or with
Bootstack:

$ cat /tmp/cfg 
manage_etc_hosts: true
$ nova boot --flavor m1.small --key_name pitti --image 
ubuntu-utopic-14.10-beta2-amd64-server-20140923-disk1.img --nic 
net-id=415a0839-eb05-4e7a-907c-413c657f4bf5 --file 
/etc/cloud/cloud.cfg.d/01manage_hosts.cfg=/tmp/cfg --poll adt-nova-1
$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no 
ubuntu@172.19.0.90
ubuntu@adt-nova-1:~$ ls /etc/cloud/cloud.cfg.d/
05_logging.cfg  90_dpkg.cfg  README

I. e. the file is not there. /var/log/cloud-init.log has no trace of
this, but then I'm not sure whether --file is supposed to reflect in
cloud-init.log (the effect of installing the file certainly should
though, but it's not even getting that far).

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: python-novaclient 1:2.19.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
Uname: Linux 3.16.0-18-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Oct  1 11:15:15 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-27 (216 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140224)
PackageArchitecture: all
SourcePackage: python-novaclient
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-novaclient (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

** Attachment added: /var/log/cloud-init.log
   
https://bugs.launchpad.net/bugs/1376176/+attachment/4221276/+files/cloud-init.log

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

Title:
  regression: nova boot --file does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-novaclient/+bug/1376176/+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 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-10-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: walinuxagent (Ubuntu)
   Status: New = Confirmed

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

Title:
  Hostname change is not preserved across reboot on Azure Ubuntu VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1375252/+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 1375910] Re: package libvirt-bin 1.2.8-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-10-01 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.8-0ubuntu8

---
libvirt (1.2.8-0ubuntu8) utopic; urgency=medium

  * libvirt-bin.postinst: fix syntax error (s/if/fi/)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 30 Sep 2014 13:07:19 -0500

** Changed in: libvirt (Ubuntu)
   Status: In Progress = Fix Released

-- 
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/1375910

Title:
  package libvirt-bin 1.2.8-0ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1375910/+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 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-10-01 Thread Ryan Beisner
Today's commits on n-api and ncc triggered deploy tests. P, T + U all
deploy cleanly with -next branches:

ceilometer: 52
ceilometer-agent: 41
ceph: 82
cinder: 45
glance: 62
keystone: 79
mongodb: 52
mysql: 126
neutron-api: 45 
neutron-gateway: 67
neutron-openvswitch: 32
nova-cloud-controller: 104 
nova-compute: 80
openstack-dashboard: 37
rabbitmq-server: 59
swift-proxy: 60
swift-storage-z1: 43
swift-storage-z2: 43
swift-storage-z3: 43

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

Title:
  Neutron has an empty database after deploying juno on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1372893/+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 1308046] Re: Please update to latest stable version 2.2.4

2014-10-01 Thread Bug Watch Updater
** Changed in: freeradius (Debian)
   Status: New = Fix Committed

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

Title:
  Please update to latest stable version 2.2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1308046/+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 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-10-01 Thread Ryan Beisner
Also just so you know, unit test on n-api is failing:

Starting tests...
...F..F
==
FAIL: test_register_configs 
(unit_tests.test_neutron_api_utils.TestNeutronAPIUtils)
--
Traceback (most recent call last):
  File 
/var/lib/jenkins/checkout/neutron-api/unit_tests/test_neutron_api_utils.py, 
line 134, in test_register_configs
self.assertItemsEqual(_regconfs.configs, confs)
AssertionError: Element counts were not equal:
First has 1, Second has 0:  
'/etc/apache2/sites-available/openstack_https_frontend.conf'
First has 0, Second has 1:  
'/etc/apache2/sites-available/openstack_https_frontend'

==
FAIL: test_restart_map (unit_tests.test_neutron_api_utils.TestNeutronAPIUtils)
--
Traceback (most recent call last):
  File 
/var/lib/jenkins/checkout/neutron-api/unit_tests/test_neutron_api_utils.py, 
line 115, in test_restart_map
self.assertItemsEqual(_restart_map, expect)
AssertionError: Element counts were not equal:
First has 1, Second has 0:  
'/etc/apache2/sites-available/openstack_https_frontend.conf'
First has 0, Second has 1:  
'/etc/apache2/sites-available/openstack_https_frontend'

NameStmts   Miss  Cover   Missing
-
hooks/neutron_api_context  61  493%   27-29, 67
hooks/neutron_api_hooks   167  597%   159-160, 233, 349-350
hooks/neutron_api_utils88  0   100%   
-
TOTAL 316  997%   
--
Ran 51 tests in 2.185s

FAILED (failures=2)
make: *** [test] Error 1

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

Title:
  Neutron has an empty database after deploying juno on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1372893/+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 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-10-01 Thread Raphaël Badin
** Branch linked: lp:~rvb/maas/fix-etc-hosts-bug-1087183-2

-- 
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/1087183

Title:
  MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1087183/+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 1362790] Re: samba reports panic action

2014-10-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

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

Title:
  samba reports panic action

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1362790/+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 1370452] Re: [MIR] python-django-pyscss, python-pyscss

2014-10-01 Thread Michael Terry
 I'm not seeing this. Am I missing something?

Just do a debuild in the source directory and at the end, you'll see the
lintian warnings.

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

Title:
  [MIR] python-django-pyscss, python-pyscss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-pyscss/+bug/1370452/+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 1370452] Re: [MIR] python-django-pyscss, python-pyscss

2014-10-01 Thread Michael Terry
Looks like we may be able to sync with Debian now too, which would be
swell.

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

Title:
  [MIR] python-django-pyscss, python-pyscss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-pyscss/+bug/1370452/+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 1376316] [NEW] nova absolute-limits floating ip count is incorrect

2014-10-01 Thread Ryan Harper
Public bug reported:

1.
$ lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

2.
$ apt-cache policy python-novaclient 
python-novaclient:
  Installed: 1:2.17.0-0ubuntu1
  Candidate: 1:2.17.0-0ubuntu1
  Version table:
 *** 1:2.17.0-0ubuntu1 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main amd64 
Packages
100 /var/lib/dpkg/status

3. nova absolute-limits should report the correct value of allocated floating 
ips
4. nova absolute-limits shows 0 floating ips when I have 5 allocated

$ nova absolute-limits | grep Floating
| totalFloatingIpsUsed| 0  |
| maxTotalFloatingIps | 10 |

$ nova floating-ip-list
+---+---++-+
| Ip| Server Id | Fixed Ip   | Pool|
+---+---++-+
| 10.98.191.146 |   | -  | ext_net |
| 10.98.191.100 |   | 10.5.0.242 | ext_net |
| 10.98.191.138 |   | 10.5.0.2   | ext_net |
| 10.98.191.147 |   | -  | ext_net |
| 10.98.191.102 |   | -  | ext_net |
+---+---++-+

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-novaclient 1:2.17.0-0ubuntu1
ProcVersionSignature: User Name 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Wed Oct  1 15:19:08 2014
Ec2AMI: ami-0001
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-novaclient
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-novaclient (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  nova absolute-limits floating ip count is incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-novaclient/+bug/1376316/+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 1375770] Re: [MIR] python-glance-store

2014-10-01 Thread Matthias Klose
Override component to main
python-glance-store 0.1.8-1 in utopic: universe/misc - main
python-glance-store 0.1.8-1 in utopic amd64: universe/python/optional/100% - 
main
python-glance-store 0.1.8-1 in utopic arm64: universe/python/optional/100% - 
main
python-glance-store 0.1.8-1 in utopic armhf: universe/python/optional/100% - 
main
python-glance-store 0.1.8-1 in utopic i386: universe/python/optional/100% - 
main
python-glance-store 0.1.8-1 in utopic powerpc: universe/python/optional/100% - 
main
python-glance-store 0.1.8-1 in utopic ppc64el: universe/python/optional/100% - 
main
python-glance-store-doc 0.1.8-1 in utopic amd64: universe/doc/optional/100% - 
main
python-glance-store-doc 0.1.8-1 in utopic arm64: universe/doc/optional/100% - 
main
python-glance-store-doc 0.1.8-1 in utopic armhf: universe/doc/optional/100% - 
main
python-glance-store-doc 0.1.8-1 in utopic i386: universe/doc/optional/100% - 
main
python-glance-store-doc 0.1.8-1 in utopic powerpc: universe/doc/optional/100% 
- main
python-glance-store-doc 0.1.8-1 in utopic ppc64el: universe/doc/optional/100% 
- main
13 publications overridden.


** Changed in: python-glance-store (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  [MIR] python-glance-store

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-glance-store/+bug/1375770/+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 1300940] Re: vtysh fails to compile in quagga 0.99.22.4

2014-10-01 Thread Jeff Loughridge
I was able to correct the issue by applying the patch at
https://bugs.archlinux.org/task/39495.

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

Title:
  vtysh fails to compile in quagga 0.99.22.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quagga/+bug/1300940/+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 1300940] Re: vtysh fails to compile in quagga 0.99.22.4

2014-10-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: quagga (Ubuntu)
   Status: New = Confirmed

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

Title:
  vtysh fails to compile in quagga 0.99.22.4

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


[Blueprint servercloud-u-cloud-init] Cloud-init work for Utopic

2014-10-01 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items:
  systemd boot: DONE
  systemd boot via cloud-config: DONE
  local datasource block network: DONE
  network autoconfig on aws (bug 1153626): TODO
  cloud-init-manual (used by juju manual provider): TODO
  python3: POSTPONED
  network autoconfig on openstack: TODO
  support reading /etc/interfaces.d: TODO
- add ability to add a swap file: TODO
+ add ability to add a swap file: DONE
  cloud-init support of read only root: TODO

-- 
Cloud-init work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-cloud-init

-- 
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


[Blueprint servercloud-u-cloud-init] Cloud-init work for Utopic

2014-10-01 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items:
  systemd boot: DONE
  systemd boot via cloud-config: DONE
  local datasource block network: DONE
- network autoconfig on aws (bug 1153626): TODO
- cloud-init-manual (used by juju manual provider): TODO
+ network autoconfig on aws (bug 1153626): POSTPONED
+ cloud-init-manual (used by juju manual provider): POSTPONED
  python3: POSTPONED
- network autoconfig on openstack: TODO
+ network autoconfig on openstack: POSTPONED
  support reading /etc/interfaces.d: TODO
  add ability to add a swap file: DONE
  cloud-init support of read only root: TODO

-- 
Cloud-init work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-cloud-init

-- 
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 1376437] [NEW] [FFe] LXC 1.1~alpha2

2014-10-01 Thread Stéphane Graber
Public bug reported:

Dear release team,

LXC 1.1~alpha2 was just tagged upstream and we'd like to get that into
Ubuntu 14.10.

The main reasons for this are:
 - Isn't broken on the current utopic kernel
 - Makes nova-compute-flex work properly
 - Fix LXC to work on Ubuntu systems running with systemd
 - Fixes a bunch of bugs which have now been fixed in Trusty (through the 1.0.6 
release)

The main features that were added between alpha1 and alpha2 are:
 - openvswitch support (required for nova-compute-flex and a candidate for 
inclusion in stable)
 - lxc-start now defaults to backgrounded mode (I will revert that change prior 
to upload to avoid potential last minute breakages)
 - Support for checkpoint/restart with recent CRIU. This feature will however 
not be available in 14.10 due to the ancient CRIU currently in the archive.
 - Introduction of lxc-top which used to be only available in our PPA through 
the lua-lxc package. It's now been rewritten in C and is included in the 
default set of commands.

The whole changelog is:
 - pivot_root: umount ., not /
 - sysconfig/lxc: Reverse sourcing logic
 - apparmor: restrict signal and ptrace for processes
 - add file/func/line to debug info
 - fixups to init script rework
 - Rework init scripts
 - doc: Drop lxc.pivotdir from Japanese lxc.container.conf(5)
 - apparmor: silence 'silent' mount denials
 - Include network prefix when ipv4/ipv6 keys are queried
 - add src/python-lxc/setup.py into .gitignore
 - Fix presentation of IPv6 addresses and gateway
 - Initialize cgroups on lxc-checkpoint -r
 - lxc-checkpoint should fail if criu gets signal
 - doc: Update Japanese lxc-top(1) for porting C version
 - doc: Add lxc.aa_allow_incomplete flag to Japanese man
 - port lxc-top from lua to C for wider availability
 - download: Make --keyserver actually work
 - doc: Add description about ignoring lxc.cgroup.use when using cgmanager
 - Fix typo in lsm.h breaking android build
 - Fix the unprivileged tests cgroup management
 - document the new lxc.aa_allow_incomplete flag
 - Fix build error(ISO C90 specs violation) in lxc.c
 - apparmor: make sure sysfs and securityfs are mounted when checking for mount 
feature
 - apparmor: improve behavior when kernel lacks mount restrictions (v2)
 - pivot_root: switch to a new mechanism (v2)
 - log: fix quiet mode
 - support use of 'all' containers when cgmanager supports it
 - lxc-checkpoint should actually log things
 - tests: require criu = 1.3.1 for criu test
 - c/r: use --restore-sibling option in CRIU
 - lxc_map_ids: add a comment
 - lxc-gentoo: keep original uid/gid of files/dirs when installing
 - finalize handler in lxcapi_restore
 - Exit on errors in restore()'s worker
 - Allow criu = 1.3 in c/r test
 - lxc-checkpoint: use --force-irmap criu option
 - lxc-plamo: keep original uid/gid of files/dirs when installing
 - config: fix the handling of lxc.hook and hwaddrs in unexpanded config
 - Discontinue the use of in-line comments
 - Report container exit status to monitord
 - lxc-cgm: fix issue with nested chowning
 - doc: Translate lxc-checkpoint(1) into Japanese
 - Add lxc-restore-net to extra_DIST
 - Fix build failure due to wrong test name
 - handle hashed command socket names (v2)
 - Add support for checkpoint and restore via CRIU
 - build: Make setup.py run from srcdir to avoid distutils errors
 - build: don't remove configuration template on clean
 - tests: Copy the download cache when available [v2]
 - Prevent compiler warning by initializing ifindex
 - lxc-user-nic: be more paranoid
 - lxc-archlinux: Properly set default locale in /etc/locale.conf
 - Additional checks in ALTLinux template
 - Update the openvswitch bridge attach code
 - use lxcpath as unprivileged containers log directory
 - statvfs: do nothing if statvfs does not exist (android/bionic)
 - lxc_mount_auto_mounts: honor existing nodev etc at remounts
 - mount_entry: use statvfs
 - build: Fix support for split build and source dirs
 - chmod container dir to 0770 (v2)
 - load_config_locked: update unexp network
 - ignore SIGKILL (CTRL-C) and SIGQUIT (CTRL-\) - issue #313
 - show additional info if btrfs subvolume deletion fails (issue #315)
 - lxc_map_ids: don't do bogus chekc for newgidmap
 - Update plamo template
 - doc: Fix Japanese translation of lxc.containers.conf(5)
 - tests: Call sync before testing a shutdown
 - do_mount_entry: add nexec, nosuid, nodev, rdonly flags if needed at remount
 - monitor: fix sockname calculation for long lxcpaths
 - command socket: use hash if needed
 - Revert chmod container dir to 0770
 - Fix typo in the previous commit...
 - Add extra debugging
 - Updated template for ALTLinux.
 - doc: language correction
 - As discussed on ML, do not clean autodev dir on reboot
 - clean autodev dir on container exit
 - chmod container dir to 0770
 - cgmanager get/set: clean up child (v2)
 - introduce --with-distro=raspbian
 - lxc-test-unpriv: test lxc-clone -s
 - coverity: malloc the right size for btrs_node tree
 - coverity: don't 

Re: [Bug 1347147] Re: krb5 database operations enter infinite loop

2014-10-01 Thread Sam Hartman
 Iain == Iain Lane i...@orangesquash.org.uk writes:

Iain Thanks Sam, I've uploaded krb5.  ** Changed in: krb5 (Ubuntu
Iain Trusty) Status: Triaged = In Progress

Hi.
I haven't seen this hit proposed yet.
Is that expected?  What is the next step?

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

Title:
  krb5 database operations enter infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+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 1376437] Re: [FFe] LXC 1.1~alpha2

2014-10-01 Thread Stéphane Graber
20:59  infinity stgraber: So, yeah, copy and paste to bugs as
necessary, but this is me saying if you can fix things that depend on
the old lxc-start behaviour, please don't revert it, and you're okay for
the alpha2 upload.

So that's a +1 on the plan above with the change that I will not do any
revert, instead I'll first upload a new lxc-android-config passing -F to
lxc-start and have it declare a versioned dependency on LXC 1.1 alpha-2.

** Changed in: lxc (Ubuntu)
   Status: New = Triaged

** Also affects: lxc-android-config (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: lxc-android-config (Ubuntu)
   Status: New = Triaged

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

Title:
  [FFe] LXC 1.1~alpha2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1376437/+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 1292102] Re: AttributeError: 'NoneType' object has no attribute 'obj' (driver.obj.release_segment(session, segment))

2014-10-01 Thread Adam Gandelman
** Changed in: neutron/icehouse
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  AttributeError: 'NoneType' object has no attribute 'obj'
  (driver.obj.release_segment(session, segment))

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1292102/+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 1373981] Re: ubuntu 14.10 server, amd64 - lxc-start fails to start container

2014-10-01 Thread Serge Hallyn
** Package changed: lxc (Ubuntu) = linux (Ubuntu)

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

** Description changed:

+ =
+ ec2-run-instances ami-3021fb58 -t m1.small
+ 
+ ssh into the instance,
+ 
+ sudo ip link add type veth
+ 
+ fails.  I also often cannot log in.  I think it's just a bad
+ ami, but am not sure.
+ =
  I had previously created an lxc container successfully using either:
  $ sudo lxc-create -t download -n test_cn
  -or-
  $ sudo lxc-create -t ubuntu -n test_cn
  
  However... when trying to start it fails with the following?
-  
+ 
  $ sudo lxc-start -n test_cn
  lxc-start: failed to create vethBQ6TPB-vethV9VF9A : Operation not supported
  lxc-start: failed to create netdev
  lxc-start: failed to create the network
  lxc-start: failed to spawn 'test_cn'
  lxc-start: The container failed to start.
  lxc-start: Additional information can be obtained by setting the --logfile 
and --log-priority options.
  
  To check if the veth kernel module is loaded I updated the server and
  rebooted
  
  I ran sudo modprobe veth and it shows an error also?
  
  $ sudo modprobe veth
  modprobe: ERROR: could not insert 'veth': Cannot allocate memory
  
- 
  This server is running on AWS EC2.
  
  $ uname -a
  Linux ip-10-69-148-9 3.16.0-10-generic #15-Ubuntu SMP Thu Aug 21 16:26:44 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  ubuntu 14.10 server, amd64 - lxc-start fails to start container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1373981/+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 1376459] [NEW] 1.5.4+bzr2294-0ubuntu1.1 maas-dhcp package update stops external dhcpd

2014-10-01 Thread David Ames
Public bug reported:

The most recent Trusty package update for maas-dhcp,
1.5.4+bzr2294-0ubuntu1.1, stopped our external dhcp service, isc-dhcp-
server and did not restart it.

The maas-dhcp package is required even when using external dhcp
services.  The maas-dhcp package should not affect external dhcp
services when maas-dhcp is not in use.

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

-- 
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/1376459

Title:
  1.5.4+bzr2294-0ubuntu1.1 maas-dhcp package update stops external dhcpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1376459/+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 1306916] Re: cgroup-lite should be added as an explicit dependency

2014-10-01 Thread Stéphane Graber
You can read some more about cgmanager at
https://cgmanager.linuxcontainers.org

cgroup-lite's goal was simply to mount the cgroup filesystem in a
consistent manner, cgmanager instead is a daemon which handles all
cgroup actions through a dbus API and allows for proper user delegation
of cgroups including across user namespaces.

Since Ubuntu 14.04, cgmanager is the preferred way of managing cgroups.

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

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

Title:
  cgroup-lite should be added as an explicit dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1306916/+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 1347147] Re: krb5 database operations enter infinite loop

2014-10-01 Thread Anders Kaseorg
It’s currently sitting in Unapproved:

https://launchpad.net/ubuntu/trusty/+queue?queue_state=1queue_text=krb5

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

Title:
  krb5 database operations enter infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+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 1370628] Re: [FFe] MAAS New 1.7 Upstream Release

2014-10-01 Thread Andres Rodriguez
** Description changed:

- We would like to request an Standing Feature Freeze for MAAS 1.7. This 
Standing Feature Freeze will include the releases of MAAS:
- 1.7 beta 4 - Sept 25th
- 1.7 RC's - Oct 2nd - Oct 8th
- 1.7 Final - Oct 9th
-  
- In Utopic, we successfully released MAAS 1.7 Beta 1. That release included a 
preview of some of the new upcoming features. It is important to have this new 
release, because apart from having various bug fixes for 1.7beta1, in includes 
the completion of the various features in 1.7.
+ We would like to request a  Feature Freeze for MAAS 1.7.
+ 
+ In Utopic, we successfully released MAAS 1.7 Beta 1. That release
+ included a preview of some of the new upcoming features. It is important
+ to have this new release, because apart from having various bug fixes
+ for 1.7beta1, in includes the completion of the various features in 1.7.
  
  MAAS 1.7 Final release will include:
  
  - Finish base support for IPv6.
    *  Allow machines to be deploying with IPv6 addresses.
    * MAAS runs its own DHCPv6.
  
  - Finish Robustness.
    * This includes the re-definition of the machine lifecycle in MAAS.
  (MAAS now tracks when a machine is owned, installing, installed or
  failed install).
    * Robust power actions (MAAS no longer fires and forgets)
    * Power status tracking (MAAS now tracks the power status of a machine
  regardless of the state it is in)
    * Disk wiping (can wipe the disks if the user wishes so)
  
  - Finish removal of the usage of Celery in favor of using twisted RPC.
    * Completely uses Twisted RPC instead of Celery for communication
  between Region/Cluster and performing actions.
    * Reduces the dependencies. We no longer depend on Celery, Rabbitmq,
  txlonpoll.
    * Reduces the amount of MAAS daemons.
  
  - Finish new Image Store and Syncing.
    * MAAS Region can now sync images and spread them over to the clusters.
    * Allow's offline operation.
    * Allow's uploading custom images or other OS images.
  
  - Finish support for Third Party OS.
    * Supports other OS's (CentOS/Windows).
    * Support custom Images/OS.

-- 
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/1370628

Title:
  [FFe] MAAS New 1.7 Upstream Release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1370628/+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 1353473] Re: Pacemaker crm node standby stops resource successfully, but lrmd still monitors it and causes Failed actions

2014-10-01 Thread Mathew Hodson
** Branch linked: lp:~inaddy/ubuntu/utopic/pacemaker/bug-1353473

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

Title:
  Pacemaker crm node standby stops resource successfully, but lrmd
  still monitors it and causes Failed actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1353473/+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 1103353] Re: Invalid GnuTLS cipher suite strings causes libldap to crash

2014-10-01 Thread Bug Watch Updater
** Changed in: openldap (Debian)
   Status: Unknown = Confirmed

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

Title:
  Invalid GnuTLS cipher suite strings causes libldap to crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1103353/+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 1376548] [NEW] service slapd stop fails

2014-10-01 Thread Paul Bickerstaff
Public bug reported:

In Ubuntu 14.04.1 LTS amd64 with slapd package version
2.4.31-1+nmu2ubuntu8, OpenLDAP server (slapd), executing the
following standard service command fails to have effect.

# service slapd stop
 * Stopping OpenLDAP slapd   [ OK ]
# ps -ef | grep slapd | grep -v grep
openldap   196 1  0 02:00 ?00:00:00 /usr/sbin/slapd -h ldap:/// 
ldapi:/// -g openldap -u openldap -F /etc/ldap/slapd.d

i.e. it reports all is OK but it failed to stop the running process
which continues with the same pid.

The problem is clouded by the --oknodo option in /etc/init.d/slapd. This
is responsible for the erroneous report.

stop_slapd() {
reason=`start-stop-daemon --stop --quiet --oknodo --retry TERM/10 \
--pidfile $SLAPD_PIDFILE \
--exec $SLAPD 21`
}

Removing --oknodo demonstrates a failure with exit code 1. The role of
oknodo should be reconsidered here.

Further experimentation shows that the --exec option is not working.

Since the init script is checking for $SLAPD_PIDFILE and exiting if
empty, I suggest just dropping --exec $SLAPD from the init script. It
is superfluous and the service slapd stop command will work after its
removal.

SLAPD_PIDFILE is correctly identified on my system.

Mine is a stock standard fresh slapd install.

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

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

Title:
  service slapd stop fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1376548/+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 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-01 Thread Serge Hallyn
Build log is at:  https://launchpad.net/~serge-hallyn/+archive/ubuntu
/qemu-migration2/+build/6413926/+files/buildlog_ubuntu-utopic-
amd64.qemu_2.1%2Bdfsg-4ubuntu5%7Emigration3_UPLOADING.txt.gz

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

Title:
  [FFE] add pc-1.0-precise machine type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1374612/+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 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-01 Thread Serge Hallyn
upgrade log:

ubuntu@migrate-u:~$ sudo apt-get install qemu-system-x86
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  samba vde2 sgabios ovmf
The following packages will be upgraded:
  qemu-system-x86
1 upgraded, 0 newly installed, 0 to remove and 62 not upgraded.
Need to get 2,033 kB of archives.
After this operation, 22.5 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/serge-hallyn/qemu-migration2/ubuntu/ utopic/main 
qemu-system-x86 amd64 2.1+dfsg-4ubuntu5~migration3 [2,033 kB]
Fetched 2,033 kB in 0s (47.3 MB/s)
(Reading database ... 51987 files and directories currently installed.)
Preparing to unpack .../qemu-system-x86_2.1+dfsg-4ubuntu5~migration3_amd64.deb 
...
Unpacking qemu-system-x86 (2.1+dfsg-4ubuntu5~migration3) over 
(2.1+dfsg-4ubuntu4) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1) ...

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

Title:
  [FFE] add pc-1.0-precise machine type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1374612/+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 1376103] [NEW] ubuntu-core-config: package-depends-on-itself

2014-10-01 Thread Steve Langasek
Public bug reported:

$ lintian ubuntu-core-config_0.1_source.changes 
W: ubuntu-core-config source: package-depends-on-itself ubuntu-core-config 
recommends
$

Please always run lintian on your packages before upload.

** Affects: ubuntu-core-config (Ubuntu)
 Importance: Undecided
 Assignee: James Hunt (jamesodhunt)
 Status: New

** Changed in: ubuntu-core-config (Ubuntu)
 Assignee: (unassigned) = James Hunt (jamesodhunt)

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

Title:
  ubuntu-core-config: package-depends-on-itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-core-config/+bug/1376103/+subscriptions

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


[Bug 1316423] Re: trusty/utopic pbuilder targets saucy by default

2014-10-01 Thread Ro
Confirmed as fixed in pbuilder 0.215ubuntu7.1 on trusty.

Thanks for fixing this bug!

** 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/1316423

Title:
  trusty/utopic pbuilder targets saucy by default

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

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


[Bug 1375617] CRDA.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221040/+files/CRDA.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] BootDmesg.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221039/+files/BootDmesg.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Re: irq 16: nobody cared: usb_hcd_irq / MMC / jmb38x_ms?

2014-10-01 Thread Nishanth Menon
apport information

** Tags added: apport-collected

** Description changed:

  irq 16 seems to be ehci_hcd:usb1, mmc0, jmb38x_ms:slot0
  
  lspci -v indicates:
  00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
  04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 30)
  04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
30)
  
  no MMC card was plugged in to the laptop. No functional issue seen other
  than dmesg indicated an potentially errant interrupt.
  
  [8.206854] irq 16: nobody cared (try booting with the irqpoll option)
  [8.206859] CPU: 3 PID: 0 Comm: swapper/3 Tainted: PF  O 
3.13.0-27-generic #50-Ubuntu
  [8.206860] Hardware name: Alienware M11x R2/M11x R2, BIOS A04 11/23/2010
  [8.206866]  88026fe89e9c 88027bcc3e68 817199c4 
88026fe89e00
  [8.206869]  88027bcc3e90 810c19d2 88026fe89e00 
0010
  [8.206872]   88027bcc3ed0 810c1e6c 
7bcc3ed0
  [8.206873] Call Trace:
  [8.206887]  IRQ  [817199c4] dump_stack+0x45/0x56
  [8.206894]  [810c19d2] __report_bad_irq+0x32/0xd0
  [8.206897]  [810c1e6c] note_interrupt+0x1ac/0x200
  [8.206900]  [810bf749] handle_irq_event_percpu+0xd9/0x1d0
  [8.206903]  [810bf87d] handle_irq_event+0x3d/0x60
  [8.206907]  [810c29ea] handle_fasteoi_irq+0x5a/0x100
  [8.206914]  [81015cde] handle_irq+0x1e/0x30
  [8.206919]  [8172c6cd] do_IRQ+0x4d/0xc0
  [8.206924]  [81721e6d] common_interrupt+0x6d/0x6d
  [8.206931]  EOI  [815cc89f] ? cpuidle_enter_state+0x4f/0xc0
  [8.206933]  [815cc9c9] cpuidle_idle_call+0xb9/0x1f0
  [8.206939]  [8101ceae] arch_cpu_idle+0xe/0x30
  [8.206942]  [810beb85] cpu_startup_entry+0xc5/0x290
  [8.206947]  [81040fc8] start_secondary+0x218/0x2c0
  [8.206949] handlers:
  [8.206955] [8153c840] usb_hcd_irq
  [8.206986] [a00168b0] sdhci_irq [sdhci]
  [8.206992] [a0224430] jmb38x_ms_isr [jmb38x_ms]
  [8.206993] Disabling IRQ #16
  
  $ cat /proc/interrupts
     CPU0   CPU1   CPU2   CPU3
    0: 51  0  0  0   IO-APIC-edge  timer
    1:106182168118   IO-APIC-edge  i8042
    8:  0  0  0  1   IO-APIC-edge  rtc0
    9:158151147149   IO-APIC-fasteoi   acpi
   12:  22517  23326  23042  22874   IO-APIC-edge  i8042
   16:  54951  54841  54886  54849   IO-APIC-fasteoi   
ehci_hcd:usb1, mmc0, jmb38x_ms:slot0
   17:   3851   2557   2610   1892   IO-APIC-fasteoi   wlan0
   21:  0  0  0  0   IO-APIC-fasteoi   ips
   23: 15 24 24 18   IO-APIC-fasteoi   
ehci_hcd:usb2
   41:  13470  13051  10301  10166   PCI-MSI-edge  ahci
   42: 20 26 24 19   PCI-MSI-edge  i915
   43:250252248255   PCI-MSI-edge  
snd_hda_intel
   44:  0  0  0  1   PCI-MSI-edge  eth0
   45:   1445   1762   1671   1573   PCI-MSI-edge  nvidia
  NMI: 21 22 21 19   Non-maskable interrupts
  LOC:  28419  22877  25417  19426   Local timer interrupts
  SPU:  0  0  0  0   Spurious interrupts
  PMI: 21 22 21 19   Performance monitoring 
interrupts
  IWI:982700   798   IRQ work interrupts
  RTR:  3  0  0  0   APIC ICR read retries
  RES:   4984   4940   4559   4936   Rescheduling interrupts
  CAL:   1157   1023   1131971   Function call interrupts
  TLB:   1616   1859   1798   1499   TLB shootdowns
  TRM:  0  0  0  0   Thermal event interrupts
  THR:  0  0  0  0   Threshold APIC interrupts
  MCE:  0  0  0  0   Machine check exceptions
  MCP:  3  3  3  3   Machine check polls
  ERR:  0
  MIS:  0
  
  Bus 002 Device 003: ID 187c:0514 Alienware Corporation
  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 003: ID 0c45:6424 Microdia
  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-27-generic 3.13.0-27.50
  

[Bug 1375617] ProcEnviron.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221046/+files/ProcEnviron.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] CurrentDmesg.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221041/+files/CurrentDmesg.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Lsusb.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221044/+files/Lsusb.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] IwConfig.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221042/+files/IwConfig.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] ProcInterrupts.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221047/+files/ProcInterrupts.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] ProcCpuinfo.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221045/+files/ProcCpuinfo.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] UdevLog.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221051/+files/UdevLog.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Dependencies.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221057/+files/Dependencies.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] AlsaInfo.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221053/+files/AlsaInfo.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] CurrentDmesg.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221056/+files/CurrentDmesg.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Lspci.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221043/+files/Lspci.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] PulseList.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221049/+files/PulseList.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] ProcModules.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221048/+files/ProcModules.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] ProcCpuinfo.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221061/+files/ProcCpuinfo.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] BootDmesg.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221054/+files/BootDmesg.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] CRDA.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221055/+files/CRDA.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] UdevDb.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221050/+files/UdevDb.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Lsusb.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221060/+files/Lsusb.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] WifiSyslog.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221068/+files/WifiSyslog.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] ProcEnviron.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221071/+files/ProcEnviron.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] ProcEnviron.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221062/+files/ProcEnviron.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Re: irq 16: nobody cared: usb_hcd_irq / MMC / jmb38x_ms?

2014-10-01 Thread Nishanth Menon
The above are logs with

Linux olorun 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
$ cat /proc/interrupts 
   CPU0   CPU1   CPU2   CPU3   
[...]
 16: 26 18 39 34   IO-APIC-fasteoi   
ehci_hcd:usb1, mmc0, jmb38x_ms:slot0

Whatever it was, I am unable to reproduce. will generate logs for 3.17
as well..

** Tags added: third-party-packages

** Description changed:

  irq 16 seems to be ehci_hcd:usb1, mmc0, jmb38x_ms:slot0
  
  lspci -v indicates:
  00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
  04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 30)
  04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
30)
  
  no MMC card was plugged in to the laptop. No functional issue seen other
  than dmesg indicated an potentially errant interrupt.
  
  [8.206854] irq 16: nobody cared (try booting with the irqpoll option)
  [8.206859] CPU: 3 PID: 0 Comm: swapper/3 Tainted: PF  O 
3.13.0-27-generic #50-Ubuntu
  [8.206860] Hardware name: Alienware M11x R2/M11x R2, BIOS A04 11/23/2010
  [8.206866]  88026fe89e9c 88027bcc3e68 817199c4 
88026fe89e00
  [8.206869]  88027bcc3e90 810c19d2 88026fe89e00 
0010
  [8.206872]   88027bcc3ed0 810c1e6c 
7bcc3ed0
  [8.206873] Call Trace:
  [8.206887]  IRQ  [817199c4] dump_stack+0x45/0x56
  [8.206894]  [810c19d2] __report_bad_irq+0x32/0xd0
  [8.206897]  [810c1e6c] note_interrupt+0x1ac/0x200
  [8.206900]  [810bf749] handle_irq_event_percpu+0xd9/0x1d0
  [8.206903]  [810bf87d] handle_irq_event+0x3d/0x60
  [8.206907]  [810c29ea] handle_fasteoi_irq+0x5a/0x100
  [8.206914]  [81015cde] handle_irq+0x1e/0x30
  [8.206919]  [8172c6cd] do_IRQ+0x4d/0xc0
  [8.206924]  [81721e6d] common_interrupt+0x6d/0x6d
  [8.206931]  EOI  [815cc89f] ? cpuidle_enter_state+0x4f/0xc0
  [8.206933]  [815cc9c9] cpuidle_idle_call+0xb9/0x1f0
  [8.206939]  [8101ceae] arch_cpu_idle+0xe/0x30
  [8.206942]  [810beb85] cpu_startup_entry+0xc5/0x290
  [8.206947]  [81040fc8] start_secondary+0x218/0x2c0
  [8.206949] handlers:
  [8.206955] [8153c840] usb_hcd_irq
  [8.206986] [a00168b0] sdhci_irq [sdhci]
  [8.206992] [a0224430] jmb38x_ms_isr [jmb38x_ms]
  [8.206993] Disabling IRQ #16
  
  $ cat /proc/interrupts
     CPU0   CPU1   CPU2   CPU3
    0: 51  0  0  0   IO-APIC-edge  timer
    1:106182168118   IO-APIC-edge  i8042
    8:  0  0  0  1   IO-APIC-edge  rtc0
    9:158151147149   IO-APIC-fasteoi   acpi
   12:  22517  23326  23042  22874   IO-APIC-edge  i8042
   16:  54951  54841  54886  54849   IO-APIC-fasteoi   
ehci_hcd:usb1, mmc0, jmb38x_ms:slot0
   17:   3851   2557   2610   1892   IO-APIC-fasteoi   wlan0
   21:  0  0  0  0   IO-APIC-fasteoi   ips
   23: 15 24 24 18   IO-APIC-fasteoi   
ehci_hcd:usb2
   41:  13470  13051  10301  10166   PCI-MSI-edge  ahci
   42: 20 26 24 19   PCI-MSI-edge  i915
   43:250252248255   PCI-MSI-edge  
snd_hda_intel
   44:  0  0  0  1   PCI-MSI-edge  eth0
   45:   1445   1762   1671   1573   PCI-MSI-edge  nvidia
  NMI: 21 22 21 19   Non-maskable interrupts
  LOC:  28419  22877  25417  19426   Local timer interrupts
  SPU:  0  0  0  0   Spurious interrupts
  PMI: 21 22 21 19   Performance monitoring 
interrupts
  IWI:982700   798   IRQ work interrupts
  RTR:  3  0  0  0   APIC ICR read retries
  RES:   4984   4940   4559   4936   Rescheduling interrupts
  CAL:   1157   1023   1131971   Function call interrupts
  TLB:   1616   1859   1798   1499   TLB shootdowns
  TRM:  0  0  0  0   Thermal event interrupts
  THR:  0  0  0  0   Threshold APIC interrupts
  MCE:  0  0  0  0   Machine check exceptions
  MCP:  3  3  3  3   Machine check polls
  ERR:  0
  MIS:  0
  
  Bus 002 Device 003: ID 187c:0514 Alienware Corporation
  Bus 002 Device 002: ID 8087:0020 Intel 

[Bug 1041534] Re: tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a()

2014-10-01 Thread cacula
same here on 14.10

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

Title:
  tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1375617] IwConfig.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221058/+files/IwConfig.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1374446] Re: [needs-packaging] Add new package ubuntu-core-config

2014-10-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/ubuntu-core-config
/utopic-proposed

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

Title:
  [needs-packaging] Add new package ubuntu-core-config

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

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


[Bug 1375617] ProcModules.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221064/+files/ProcModules.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] UdevLog.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221067/+files/UdevLog.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Lspci.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221059/+files/Lspci.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] ProcInterrupts.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221063/+files/ProcInterrupts.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Dependencies.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221070/+files/Dependencies.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] UdevDb.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1375617/+attachment/4221066/+files/UdevDb.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1376105] [NEW] rxvt-unicode does not respect 'URxvt*scrollTtyOutput   : false'

2014-10-01 Thread Mike A. Kuznetsov
Public bug reported:

rxvt-unicode does not respect resource  'URxvt*scrollTtyOutput   :
false' anymore and have scrolling behavior like if this option be set to
'true'

other options from .Xresources works perfectly

when i pass '-si' switch, which implements the same, to 'urxvt', it
works as expected (prevents auto scrolling on new output)

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.10
DISTRIB_CODENAME=utopic
DISTRIB_DESCRIPTION=Ubuntu Utopic Unicorn (development branch)

$ dpkg -l | grep rxvt
ii  rxvt-unicode9.20-1build1 

$ grep -i rxvt .Xresources 
! URxvt*termName:xterm-256color
URxvt*background: Black
URxvt*foreground: Grey
URxvt.color0  : #00
URxvt.color8  : #55
URxvt.color1  : #AA
URxvt.color9  : #FF
URxvt.color2  : #00AA00
URxvt.color10 : #55FF55
URxvt.color3  : #AA5500
URxvt.color11 : #55
URxvt.color4  : #AA
URxvt.color12 : #FF
URxvt.color5  : #AA00AA
URxvt.color13 : #FF55FF
URxvt.color6  : #00
URxvt.color14 : #55
URxvt.color7  : #AA
URxvt.color15 : #FF
URxvt*font: xft:Monospace-13
URxvt*boldFont: xft:Monospace-13
URxvt.letterSpace: -1
URxvt*saveLines: 12000
URxvt*scrollBar: false
URxvt*scrollTtyOutput   : false
URxvt*scrollWithBuffer  : true
URxvt*scrollTtyKeypress : true
URxvt.perl-lib: /home/mike/.urxvt-perl-lib
URxvt.perl-ext:  default,url-select,keyboard-select
URxvt.keysym.M-u:perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
URxvt.keysym.M-c: perl:keyboard-select:activate
URxvt.transparent:   true
URxvt.shading:   20

** Affects: rxvt-unicode (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  rxvt-unicode does not respect resource  'URxvt*scrollTtyOutput   :
  false' anymore and have scrolling behavior like if this option be set to
  'true'
  
  other options from .Xresources works perfectly
  
  when i pass '-si' switch, which implements the same, to 'urxvt', it
  works as expected (prevents auto scrolling on new output)
+ 
+ $ cat /etc/lsb-release 
+ DISTRIB_ID=Ubuntu
+ DISTRIB_RELEASE=14.10
+ DISTRIB_CODENAME=utopic
+ DISTRIB_DESCRIPTION=Ubuntu Utopic Unicorn (development branch)
+ 
+ $ dpkg -l | grep rxvt
+ ii  rxvt-unicode9.20-1build1 
+ 
+ $ grep -i rxvt .Xresources 
+ ! URxvt*termName:xterm-256color
+ URxvt*background: Black
+ URxvt*foreground: Grey
+ URxvt.color0  : #00
+ URxvt.color8  : #55
+ URxvt.color1  : #AA
+ URxvt.color9  : #FF
+ URxvt.color2  : #00AA00
+ URxvt.color10 : #55FF55
+ URxvt.color3  : #AA5500
+ URxvt.color11 : #55
+ URxvt.color4  : #AA
+ URxvt.color12 : #FF
+ URxvt.color5  : #AA00AA
+ URxvt.color13 : #FF55FF
+ URxvt.color6  : #00
+ URxvt.color14 : #55
+ URxvt.color7  : #AA
+ URxvt.color15 : #FF
+ URxvt*font: xft:Monospace-13
+ URxvt*boldFont: xft:Monospace-13
+ URxvt.letterSpace: -1
+ URxvt*saveLines: 12000
+ URxvt*scrollBar: false
+ URxvt*scrollTtyOutput   : false
+ URxvt*scrollWithBuffer  : true
+ URxvt*scrollTtyKeypress : true
+ URxvt.perl-lib: /home/mike/.urxvt-perl-lib
+ URxvt.perl-ext:  default,url-select,keyboard-select
+ URxvt.keysym.M-u:perl:url-select:select_next
+ URxvt.url-select.launcher: /usr/bin/xdg-open
+ URxvt.url-select.underline: true
+ URxvt.keysym.M-c: perl:keyboard-select:activate
+ URxvt.transparent:   true
+ URxvt.shading:   20

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

Title:
  rxvt-unicode does not respect 'URxvt*scrollTtyOutput   : false'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rxvt-unicode/+bug/1376105/+subscriptions

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

[Bug 1375805] Re: Lightdm fails to start in VirtualBox

2014-10-01 Thread Martin Pitt
Thanks Andy! I'm taking over from here and revert the original removal
and replace it with the || true solution that was done in the SRU (I'm
glad my paranoia was appropriate in that case :) ) and in your
attachment.

** Changed in: systemd (Ubuntu)
 Assignee: Andy Whitcroft (apw) = Martin Pitt (pitti)

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

Title:
  Lightdm fails to start in VirtualBox

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

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


[Bug 1376109] [NEW] Unable to Update Shiner Microcode from Ubuntu Partition

2014-10-01 Thread bugproxy
Public bug reported:

Problem Description 
==
Attempted to update/download microcode update from iprconfig on gp1p01 running 
Umbutu 14.10 and 
there is not a way to do this operation. This was confirmed as a known issue.

Firmware Level: fips811/b0919a_1438.811 
O/S: Umbutu 14.10

Machine Type:
Companion System Host Name: lcb202.aus.stglabs.ibm.com
Companion Network Adress:   9.41.167.106
Fips Machine Name:  gp1fp1.aus.stglabs.ibm.com
Fips Network Address:   9.3.136.88
Partition/System Network hostname:  gp1p01.aus.stglabs.ibm.com
Partition/System Network Address:   9.3.136.98

The system is a Tuleta with Shiner adapters and Nvidia graphics
processor.

Need microcode update support for Umbutu 14.10.
I did not collect the dmesg file. There is not an option in iprconfig to update 
network adapters. That support is what I'm asking for in this defect

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: architecture-ppc64 bugnameltc-116785 severity-high 
targetmilestone-inin---

** Tags added: architecture-ppc64 bugnameltc-116785 severity-high
targetmilestone-inin---

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

Title:
  Unable to Update Shiner Microcode from Ubuntu Partition

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

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


[Bug 1375617] Re: irq 16: nobody cared: usb_hcd_irq / MMC / jmb38x_ms?

2014-10-01 Thread Nishanth Menon
lspci

** Attachment added: lspci-vvnn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1375617/+attachment/4221077/+files/lspci-vvnn.log

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1376101] Re: update-software-center crashed with AttributeError in __getattr__(): When using gi.repository you must not import static modules like gobject. Please change all occurrences of imp

2014-10-01 Thread Andrew
*** This bug is a duplicate of bug 1367017 ***
https://bugs.launchpad.net/bugs/1367017

** Description changed:

  the problem appeared during upgrade to ubuntu 14.10 by update-manager -d
- command.
+ command. problem repeats during every update attempt.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: software-center 13.10-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic i686
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: i386
  Date: Wed Oct  1 00:51:11 2014
  ExecutablePath: /usr/share/software-center/update-software-center
  InstallationDate: Installed on 2012-04-03 (910 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120328)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/sbin/update-software-center --triggered 
/usr/share/locale-langpack
  PythonArgs: ['/usr/sbin/update-software-center', '--triggered', 
'/usr/share/locale-langpack']
  SourcePackage: software-center
  Title: update-software-center crashed with AttributeError in __getattr__(): 
When using gi.repository you must not import static modules like gobject. 
Please change all occurrences of import gobject to from gi.repository import 
GObject. See: https://bugzilla.gnome.org/show_bug.cgi?id=709183
  UpgradeStatus: Upgraded to utopic on 2014-10-01 (0 days ago)
  UserGroups:

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

Title:
  update-software-center crashed with AttributeError in __getattr__():
  When using gi.repository you must not import static modules like
  gobject. Please change all occurrences of import gobject to from
  gi.repository import GObject. See:
  https://bugzilla.gnome.org/show_bug.cgi?id=709183

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1376101/+subscriptions

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


[Bug 1375617] Re: irq 16: nobody cared: usb_hcd_irq / MMC / jmb38x_ms?

2014-10-01 Thread Nishanth Menon
** Attachment added: proc interrupts (3.17)
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1375617/+attachment/4221078/+files/proc-interrupts.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375805] Re: Lightdm fails to start in VirtualBox

2014-10-01 Thread Martin Pitt
http://anonscm.debian.org/cgit/pkg-
systemd/systemd.git/commit/?h=ubuntuid=0c114f9497

** Changed in: systemd (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Lightdm fails to start in VirtualBox

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

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


[Bug 1375617] Re: irq 16: nobody cared: usb_hcd_irq / MMC / jmb38x_ms?

2014-10-01 Thread Nishanth Menon
Using the following:
 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-headers-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb
 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-image-3.17.0-031700rc7-generic_3.17.0-031700rc7.201409281835_amd64.deb
 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc7-utopic/linux-headers-3.17.0-031700rc7_3.17.0-031700rc7.201409281835_all.deb


** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1375617/+attachment/4221076/+files/dmesg.log

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1375617] Re: irq 16: nobody cared: usb_hcd_irq / MMC / jmb38x_ms?

2014-10-01 Thread Nishanth Menon
** Attachment added: uname -a (3.17)
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1375617/+attachment/4221079/+files/uname-a.log

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1372276] Re: Nested server crashes with SIGSEGV on shutdown in eglDestroyContext()

2014-10-01 Thread Daniel van Vugt
** Changed in: mir/0.7
   Status: In Progress = Fix Committed

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

Title:
  Nested server crashes with SIGSEGV on shutdown in eglDestroyContext()

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

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


[Bug 1375617] Re: irq 16: nobody cared: usb_hcd_irq / MMC / jmb38x_ms?

2014-10-01 Thread Nishanth Menon
16: 23 20 40 31   IO-APIC  16-fasteoi
ehci_hcd:usb1, mmc0, jmb38x_ms:slot0

no such reported lockups on 3.17 either... So, assuming that there is no
issue..

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1376111] [NEW] initramfs-tools-ubuntu-core: hook assumes system-image is installed, without dependency

2014-10-01 Thread Steve Langasek
Public bug reported:

The initramfs hook in the initramfs-tools-ubuntu-core package includes
the following:

# Extra stuff we need
mkdir -p $DESTDIR/etc/system-image/
cp /etc/system-image/archive-master.tar.xz $DESTDIR/etc/system-image/
cp /etc/system-image/archive-master.tar.xz.asc $DESTDIR/etc/system-image/
copy_exec /bin/chown
copy_exec /bin/tar
copy_exec /usr/bin/gpg
copy_exec /usr/bin/system-image-upgrader
copy_exec /usr/bin/unxz

The i-t-u-c package does not depend on any of the packages providing
these files; which means that installing i-t-u-c without installing,
e.g., the package that provides /etc/system-image/archive-master.tar.xz
, can break initramfs upgrades for the system.

It's also not clear to me why the upgrade is being done from the
initramfs.  My understanding was that Stéphane had proposed that the
update should be done from the running system using a namespace-specific
rw remount of the rootfs (preventing processes other than the upgrader
from writing to the disk).  This would enable the update to be applied
with only a single reboot.  With the proposed script, another reboot is
still required in order to fully apply the update because the update may
change the running kernel.  (Which means that the current script is
buggy, because it doesn't reboot at the end - it just leaves the system
mounted rw and boots into it.)

** Affects: initramfs-tools-ubuntu-core (Ubuntu)
 Importance: Undecided
 Assignee: James Hunt (jamesodhunt)
 Status: New

** Changed in: initramfs-tools-ubuntu-core (Ubuntu)
 Assignee: (unassigned) = James Hunt (jamesodhunt)

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

Title:
  initramfs-tools-ubuntu-core: hook assumes system-image is installed,
  without dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools-ubuntu-core/+bug/1376111/+subscriptions

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

[Bug 1373250] Re: libjudydebian1 and -dev 1.0.5 installs version 1.0.3

2014-10-01 Thread Ketil Malde
This is confusing, but intentional - the upstream source package
(version 1.0.5) nevertheless installs libjudy.so.1.0.3 (which is
considered the *interface* version).  Note that Red Hat and derived
system calls the .so 1.0.5 - which confused me even more :-)

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

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

Title:
  libjudydebian1 and -dev 1.0.5 installs version 1.0.3

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

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


[Bug 1286282] Re: No way of copying system details from ListItem elements

2014-10-01 Thread Zsombor Egri
Sorry, but this is just an application specific feature. ListItems do
not know about the content, only apps do. So apps can use the toolkit
provided Clipboard to copy the data into it.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Invalid

** Changed in: ubuntu-ui-toolkit
   Status: New = Invalid

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

Title:
  No way of copying system details from ListItem elements

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1286282/+subscriptions

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


[Bug 1375617] WifiSyslog.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221052/+files/WifiSyslog.txt

** Description changed:

  irq 16 seems to be ehci_hcd:usb1, mmc0, jmb38x_ms:slot0
  
  lspci -v indicates:
  00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
  04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 30)
  04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
30)
  
  no MMC card was plugged in to the laptop. No functional issue seen other
  than dmesg indicated an potentially errant interrupt.
  
  [8.206854] irq 16: nobody cared (try booting with the irqpoll option)
  [8.206859] CPU: 3 PID: 0 Comm: swapper/3 Tainted: PF  O 
3.13.0-27-generic #50-Ubuntu
  [8.206860] Hardware name: Alienware M11x R2/M11x R2, BIOS A04 11/23/2010
  [8.206866]  88026fe89e9c 88027bcc3e68 817199c4 
88026fe89e00
  [8.206869]  88027bcc3e90 810c19d2 88026fe89e00 
0010
  [8.206872]   88027bcc3ed0 810c1e6c 
7bcc3ed0
  [8.206873] Call Trace:
  [8.206887]  IRQ  [817199c4] dump_stack+0x45/0x56
  [8.206894]  [810c19d2] __report_bad_irq+0x32/0xd0
  [8.206897]  [810c1e6c] note_interrupt+0x1ac/0x200
  [8.206900]  [810bf749] handle_irq_event_percpu+0xd9/0x1d0
  [8.206903]  [810bf87d] handle_irq_event+0x3d/0x60
  [8.206907]  [810c29ea] handle_fasteoi_irq+0x5a/0x100
  [8.206914]  [81015cde] handle_irq+0x1e/0x30
  [8.206919]  [8172c6cd] do_IRQ+0x4d/0xc0
  [8.206924]  [81721e6d] common_interrupt+0x6d/0x6d
  [8.206931]  EOI  [815cc89f] ? cpuidle_enter_state+0x4f/0xc0
  [8.206933]  [815cc9c9] cpuidle_idle_call+0xb9/0x1f0
  [8.206939]  [8101ceae] arch_cpu_idle+0xe/0x30
  [8.206942]  [810beb85] cpu_startup_entry+0xc5/0x290
  [8.206947]  [81040fc8] start_secondary+0x218/0x2c0
  [8.206949] handlers:
  [8.206955] [8153c840] usb_hcd_irq
  [8.206986] [a00168b0] sdhci_irq [sdhci]
  [8.206992] [a0224430] jmb38x_ms_isr [jmb38x_ms]
  [8.206993] Disabling IRQ #16
  
  $ cat /proc/interrupts
     CPU0   CPU1   CPU2   CPU3
    0: 51  0  0  0   IO-APIC-edge  timer
    1:106182168118   IO-APIC-edge  i8042
    8:  0  0  0  1   IO-APIC-edge  rtc0
    9:158151147149   IO-APIC-fasteoi   acpi
   12:  22517  23326  23042  22874   IO-APIC-edge  i8042
   16:  54951  54841  54886  54849   IO-APIC-fasteoi   
ehci_hcd:usb1, mmc0, jmb38x_ms:slot0
   17:   3851   2557   2610   1892   IO-APIC-fasteoi   wlan0
   21:  0  0  0  0   IO-APIC-fasteoi   ips
   23: 15 24 24 18   IO-APIC-fasteoi   
ehci_hcd:usb2
   41:  13470  13051  10301  10166   PCI-MSI-edge  ahci
   42: 20 26 24 19   PCI-MSI-edge  i915
   43:250252248255   PCI-MSI-edge  
snd_hda_intel
   44:  0  0  0  1   PCI-MSI-edge  eth0
   45:   1445   1762   1671   1573   PCI-MSI-edge  nvidia
  NMI: 21 22 21 19   Non-maskable interrupts
  LOC:  28419  22877  25417  19426   Local timer interrupts
  SPU:  0  0  0  0   Spurious interrupts
  PMI: 21 22 21 19   Performance monitoring 
interrupts
  IWI:982700   798   IRQ work interrupts
  RTR:  3  0  0  0   APIC ICR read retries
  RES:   4984   4940   4559   4936   Rescheduling interrupts
  CAL:   1157   1023   1131971   Function call interrupts
  TLB:   1616   1859   1798   1499   TLB shootdowns
  TRM:  0  0  0  0   Thermal event interrupts
  THR:  0  0  0  0   Threshold APIC interrupts
  MCE:  0  0  0  0   Machine check exceptions
  MCP:  3  3  3  3   Machine check polls
  ERR:  0
  MIS:  0
  
  Bus 002 Device 003: ID 187c:0514 Alienware Corporation
  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 003: ID 0c45:6424 Microdia
  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  
  ProblemType: 

[Bug 1375617] PulseList.txt

2014-10-01 Thread Nishanth Menon
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1375617/+attachment/4221065/+files/PulseList.txt

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

Title:
  irq 16: nobody cared:  usb_hcd_irq  / MMC / jmb38x_ms?

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

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


[Bug 1376113] Re: pipe_tables table with dollar signs needs to have them escaped

2014-10-01 Thread era
** Attachment added: Screenshot of the generated PDF output
   
https://bugs.launchpad.net/ubuntu/+source/pandoc/+bug/1376113/+attachment/4221084/+files/Screenshot%20-%20011014%20-%2009%3A08%3A22.png

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

Title:
  pipe_tables table with dollar signs needs to have them escaped

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

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


[Bug 1376113] [NEW] pipe_tables table with dollar signs needs to have them escaped

2014-10-01 Thread era
Public bug reported:

I was experimenting with tables of different types (as documented at
http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html)
and I had a table like this:

 Aug 20 Aug 19  
 -  
Dollar rate   176.100176.100
Trading volume (M$)  4.33   2.83
Bids 4.44   3.01
Offers (M$)  4.33   2.83

This rendered fine, but for various reasons, I wanted to convert it to a
pipe_table:

|  | Aug 20  | Aug 19  |
|:-|:|:|
| Dollar rate  | 176.100 | 176.100 |
| Trading volume (M$)  |4.33 |2.83 |
| Bids |4.44 |3.01 |
| Offers (M$)  |4.33 |2.83 |

This does not render correctly -- I had to backslash-escape the dollar
signs to fix it.  I can guess how this happened, but this idiosyncratic
detail of LaTeX math mode formatting should arguably not leak through to
Pandoc (especially since you might want to render through something else
than LaTeX which handles the backslashed dollar signs differently).

I am attaching a simple test file in Markdown.  The command line I used
was the simplest imaginable, pandoc -o tndoc.pdf tndoc.md

I am only just beginning to learn to use Pandoc. If there is something
more I should be including for diagnostics, please let me know.

$ apt-cache policy pandoc
pandoc:
  Installed: 1.12.2.1-1build2
  Candidate: 1.12.2.1-1build2
  Version table:
 *** 1.12.2.1-1build2 0
500 http://fi.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

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

** Attachment added: Simple Markdown file to deminstrate the problem
   https://bugs.launchpad.net/bugs/1376113/+attachment/4221083/+files/tndoc.md

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

Title:
  pipe_tables table with dollar signs needs to have them escaped

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

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


[Bug 1376113] Re: pipe_tables table with dollar signs needs to have them escaped

2014-10-01 Thread era
Pardon the formatting here -- the Launchpad renderer messes up the
whitespace. See the attached Markdown file for a properly formatted
example.

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

Title:
  pipe_tables table with dollar signs needs to have them escaped

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

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


[Bug 1376116] [NEW] initramfs-tools-ubuntu-core: scripts/read-only-rootfs unconditionally mounts rootfs read-write without fsck

2014-10-01 Thread Steve Langasek
Public bug reported:

A review of the read-only-rootfs script in i-t-u-c reveals the
following:

local userdata_mnt=/tmpmnt_${userdata_label}
[...]
mount -o defaults,rw $path $rootmnt
mkdir -p $userdata_mnt
[...]
mount -o discard $path $userdata_mnt
mount --move $userdata_mnt ${rootmnt}/userdata
[...]
mount -o remount,ro ${rootmnt}

I assume that this has all been copied from what's currently being done
on the phone.  But it needs closer examination, because not only are we
unconditionally mounting the rootfs read-write from the initramfs, we're
doing so without first running fsck over it, which is something we
*NEVER* do in the existing system.  Moving to a read-only rootfs model
should not result in changes that cause *higher* risk to the
filesystem's integrity!

It's not clear to me why the rootfs is being mounted rw at all here.  I
suspect that this code was written at two different times, and that
initially we needed to mount rw in order to ensure the /userdata
mountpoint existed.  But with the current code we're never creating that
mountpoint at all, and so it's possible that we don't need to mount rw
at all but should only be mounting ro.

** Affects: initramfs-tools-ubuntu-core (Ubuntu)
 Importance: High
 Assignee: James Hunt (jamesodhunt)
 Status: New

** Changed in: initramfs-tools-ubuntu-core (Ubuntu)
 Assignee: (unassigned) = James Hunt (jamesodhunt)

** Changed in: initramfs-tools-ubuntu-core (Ubuntu)
   Importance: Undecided = High

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

Title:
  initramfs-tools-ubuntu-core: scripts/read-only-rootfs unconditionally
  mounts rootfs read-write without fsck

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools-ubuntu-core/+bug/1376116/+subscriptions

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


[Bug 1376120] [NEW] Can't find the touchpad

2014-10-01 Thread erkanp
Public bug reported:

Hi

I've just installed Ubuntu 14.04. And Ubuntu can't find my touchpad.
There is no  PS/2 Synaptics TouchPad   in the list from terminal  xlist
list command. I am running dualboot with windows 8 aswell and when i
boot into windows 8 my touchpad works fine.

I'm running Ubuntu 14.04.1 LTS, Release: 14.04

From cat /proc/version_signature  version.log: Ubuntu
3.13.0-36.63-generic 3.13.11.6

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


** Tags: my trusty vnvn.log

** Attachment added: sudo lspci -vnvn
   https://bugs.launchpad.net/bugs/1376120/+attachment/4221086/+files/vnvn%20log

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

Title:
  Can't find the touchpad

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

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


[Bug 1376120] Missing required logs.

2014-10-01 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1376120

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: trusty

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

Title:
  Can't find the touchpad

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

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


[Bug 1376123] [NEW] cannot change screeen resolution too big for screen

2014-10-01 Thread Joy Townsend
Public bug reported:

screen resolution is locked and cannot be changed

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
Uname: Linux 3.13.0-36-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Oct  1 16:21:19 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation G96M [GeForce GT 130M] [10de:0652] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:2021]
InstallationDate: Installed on 2014-09-30 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: ASUSTeK Computer Inc. N90SV
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=b8e764af-99e5-4b06-9462-096b747d6c6e ro noapic nolapic nodmraid 
nomodeset quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/19/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 204
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N90SV
dmi.board.vendor: ASUS CORPORATION
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr204:bd03/19/2009:svnASUSTeKComputerInc.:pnN90SV:pvr1.0:rvnASUSCORPORATION:rnN90SV:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: N90SV
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Wed Oct  1 16:02:51 2014
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.1

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  cannot change screeen resolution too big for screen

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

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


[Bug 1376120] IwConfig.txt

2014-10-01 Thread erkanp
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1376120/+attachment/4221125/+files/IwConfig.txt

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

Title:
  Can't find the touchpad

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

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


[Bug 1376120] CRDA.txt

2014-10-01 Thread erkanp
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1376120/+attachment/4221123/+files/CRDA.txt

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

Title:
  Can't find the touchpad

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

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


[Bug 1376120] Lspci.txt

2014-10-01 Thread erkanp
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1376120/+attachment/4221126/+files/Lspci.txt

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

Title:
  Can't find the touchpad

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

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


[Bug 1359078] Re: package openjdk-7-jdk 7u55-2.4.7-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-7-openjdk-i386/src.zip', which is also in package openjdk-7-source 7u55-2.

2014-10-01 Thread Steve Langasek
(in the correct package, I mean)

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

Title:
  package openjdk-7-jdk 7u55-2.4.7-1ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/jvm/java-7-openjdk-i386/src.zip', which
  is also in package openjdk-7-source 7u55-2.4.7-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1359078/+subscriptions

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


[Bug 1376120] ProcCpuinfo.txt

2014-10-01 Thread erkanp
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1376120/+attachment/4221128/+files/ProcCpuinfo.txt

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

Title:
  Can't find the touchpad

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

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


[Bug 1376120] ProcModules.txt

2014-10-01 Thread erkanp
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1376120/+attachment/4221131/+files/ProcModules.txt

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

Title:
  Can't find the touchpad

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

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


[Bug 1376120] CurrentDmesg.txt

2014-10-01 Thread erkanp
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1376120/+attachment/4221124/+files/CurrentDmesg.txt

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

Title:
  Can't find the touchpad

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

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


[Bug 1376120] ProcInterrupts.txt

2014-10-01 Thread erkanp
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1376120/+attachment/4221130/+files/ProcInterrupts.txt

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

Title:
  Can't find the touchpad

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